    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin: 0px;
	  float:left;
	  width:100%;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height:400px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: auto;
    }

.carousel-caption {
  background: none repeat scroll 0 0 #191A1B;
  float: left;
  margin: 335px 0 0 10px;
  max-width: 1030px;
  opacity: 0.8;
  padding: 10px 20px;
  position: static;
}
    .carousel-caption
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }