.animated {
    -webkit-animation-duration: 2s!important;
    animation-duration: 2s!important;
    -webkit-animation-fill-mode: both!important;
    animation-fill-mode: both!important;
}


/**
 * Slider
 */
.carousel-inner .item {
  max-height: 680px;
}
.carousel-inner .item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.carousel-control {
  width: 10%;
}

.carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa.fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}

@media screen and (min-width: 768px) {
  .carousel-control .fa {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left {
    margin-left: -15px;
  }
}
/**
 * Slider caption
 */
.carousel-caption h2 {
  color: #fff;
  font-size: 70px;
  margin-bottom: 20px;
}
.carousel-caption p {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px)
{
.carousel-caption {
    right: 10%;
    left: 10%;
    bottom: 28%;
}
}

/**
 * Button
 */
.btn-transparent {
 background: transparent;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 70px;
	padding: 11px 45px;
	font-size: 18px;
}
.btn-transparent:hover {
color:black!important;
  background-color: #fff!important;
}




