.carousel-fade{
  background: #2c3134 !important;
  position: relative;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* Carousel base class */
.carousel {
  /*height: 471px;*/
  margin-top: 80px;
}
/* Since positioning the image, we need to help out the caption */
.h1-banner{ font-size: 16px; line-height: 20px; }

.carousel .item {
  height: 471px;
  background-color: #222222;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 471px;
    z-index: 0 !important;
}

.carousel-caption {
  margin-left:30px;
  z-index: 10;
  text-align: left !important;
  top:250px;
  padding:0px;
  width: 20% !important;
  background: url(./../imgs/bg-banner.png) repeat;
  min-height: 110px;
  max-height: 150px;
  padding: 15px !important;
  border-radius:5px;
}

.carousel-control {
  position: absolute;
  top: 15%;
  left: 0;
  bottom: 0;
  padding: 0px !important; margin: 0px !important;
  width: 5% !important;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none !important;
  color: #ffffff;
  text-align: center;
}
.left{left:0 !important; margin-left: 0 !important;}
.right{right:0 !important; margin-right: 0 !important;}





/* RESPONSIVE CSS
-------------------------------------------------- */



@media (min-width: 768px) {

}

@media screen and (max-width:1368px) {
  .carousel {
    height: 350px;
    margin: 80px 0;
  }
  .carousel .item {
    height: 350px;
    background-color: #222222;
  }
  .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 350px;
  }

  .carousel-caption {
    margin-left:150px !important;
    z-index: 10;
    text-align: left !important;
    bottom:20px;
    padding:0px;
  }

}

@media (max-width: 768px) {
  .carousel {
    margin: 50px 0 0 0px !important;
    height: auto !important;
  }

  .carousel-caption {
    margin-left:-15px !important;
    z-index: 10;
    text-align: left !important;
    top:80px;
    padding:0px;
    width: 80% !important;
    background: url(./../imgs/bg-banner.png) repeat;
    min-height: 110px;
    max-height: 170px;
    padding: 15px !important;
    border-radius:5px;
  }
  .carousel .item {
    height: 160px;
    background-color: #222222;
  }

  .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 160px;
    z-index: 0 !important;
  }

}

