#myCarousel{
  width:100%;
}
.caption-animate .item.active .carousel-caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.caption-animate  .item.active .carousel-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.caption-animate  .item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.caption-animate .item.active .carousel-caption.flipOutX,
.caption-animate .item.active .carousel-caption.flipOutY,
.caption-animate .item.active .carousel-caption.bounceIn,
.caption-animate .item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.caption-animate .item .carousel-caption.fadeIn,
.caption-animate .item .carousel-caption.fadeInDown,
.caption-animate .item .carousel-caption.fadeInDownBig,
.caption-animate .item .carousel-caption.fadeInLeft,
.caption-animate .item .carousel-caption.fadeInLeftBig,
.caption-animate .item .carousel-caption.fadeInRight,
.caption-animate .item .carousel-caption.fadeInRightBig,
.caption-animate .item .carousel-caption.fadeInUp,
.caption-animate .item .carousel-caption.fadeInUpBig{
  opacity:0;
}/*.btn-yellow {
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #EDBC1F;
  text-transform: uppercase;
  color: #fff;
  transition: all .15s ease-in-out;
  text-align: center;
}

.btn-yellow:hover {
  background: rgba(237, 188, 31, 0.5);
  color: #000;
  text-shadow: none;
  border: 3px solid rgba(237, 188, 31, 0.75);
}

#animated-carousel .main-container {
  padding: 0;
}

#animated-carousel .slide1 h3,
#animated-carousel .slide2 h3,
#animated-carousel .slide3 h3,
#animated-carousel .slide4 h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7), -2px -2px 3px rgba(0, 0, 0, 0.5);
}

#animated-carousel .slide1 h4,
#animated-carousel .slide2 h4,
#animated-carousel .slide3 h4,
#animated-carousel .slide4 h4 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7), -2px -2px 3px rgba(0, 0, 0, 0.5);
}

#animated-carousel .slide1 .text-left,
#animated-carousel .slide3 .text-left {
  padding-left: 40px;
}

#animated-carousel .carousel-indicators {
  bottom: 0;
}

#animated-carousel .carousel-control.right,
#animated-carousel .carousel-control.left {
  background-image: none;
}

#animated-carousel .carousel .item {
  min-height: 425px;
  height: 100%;
  width: 100%;
}

.carousel-inner .item .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#animated-carousel h3 {
  animation-delay: 1s;
}

#animated-carousel h4 {
  animation-delay: 2s;
}

#animated-carousel h2 {
  animation-delay: 3s;
}

#animated-carousel .carousel-control {
  width: 6%;
  text-shadow: none;
}

#animated-carousel h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#animated-carousel .p {
  padding-top: 125px;
  text-align: center;
}

#animated-carousel .p a {
  text-decoration: underline;
}

#animated-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, .4);
  border: none;
}

#animated-carousel .carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: none;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa-angle-left {
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -18px;
  font-size: 30px;
  color: #fff;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}

.carousel-control .fa-angle-right {
  right: 50%;
  width: 38px;
  height: 38px;
  margin-top: -18px;
  font-size: 30px;
  color: #fff;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}

.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

#animated-carousel .slide1 {
  background: url(../img/revslider/bg_1.jpg) no-repeat;
  background-size: cover;
}

#animated-carousel .slide2 {
  background: url(../img/revslider/bg_2.jpg) no-repeat;
  background-size: cover;
}

#animated-carousel .slide3 {
  background: url(../img/revslider/bg_4.jpg) no-repeat;
  background-size: cover;
}

#animated-carousel .slide4 {
  background: url(../img/revslider/bg_5.jpg) no-repeat;
  background-size: cover;
}*/