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

    /* Carousel base class */
    .carousel {
      margin-bottom: 0px;
    }

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

    .carousel-control {
      height: 0;
      margin-top: 60px;
      font-size: 80px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }
    
    .carousel .item {
      height: 320px;
    }
    .carousel img {
    }
    .carousel img.absolute {
      top: 0;
      left: 0;
      position: absolute;
      min-width: 100%;
      height: 320px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      width: 660px;
      padding: 0 20px;
      margin-top: 35px;
      margin-left: 90px;
      text-align: center;
    }
    .carousel-caption h2,
    .carousel-caption .lead {
      background: rgba(64, 64, 64, .6);
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      
      padding: 4px;
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }
    
    .carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
    .carousel .active.left {left:0;opacity:0;z-index:2;}
    .carousel .next {left:0;opacity:1;z-index:1;}
    .carousel-control {display: none;}
    
    #myCarousel {
        margin-bottom: 14px;
    }
    
    