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

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

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

.carousel-control {
    z-index: 10;
    top:140px;
    /*    border:0;
    background-color: transparent;
    color: #222222;*/

}

.carousel .item {
    height: 320px;
    width: 100%;
    margin-left: 50px;
    margin-right: 50px;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
 /*   width: 500px;*/
    height: 300px;
}


.carousel-caption {
    background-color: transparent;
    position: static;
    float: right;
    text-align: center;
    /*width: 350px;*/
}

.carousel-caption h2,
.carousel-caption .lead {
    margin-right: 50px;
    line-height: 1.25;
    color: #888;
    text-shadow: 0 0px 0px rgba(0,0,0,.4);
}
.carousel-caption .btn {
    margin-top: 10px;
    margin-right: 50px;
}

.carousel .go-slide img {
    /*width: 250px;*/
    height: 167px;
    margin-top: 60px;
    margin-left: 70px;
}

.go-slide carousel-caption p{
    margin-top: 30px;
}

.carousel-caption-home {
    background-color: transparent;
    position: static;
    float: right;
    width: 350px;
    margin-top: 80px;
    /*padding: 0 60px;    */

}
.carousel-caption-home h1,
.carousel-caption-home .lead {
    margin-right: 50px;
    line-height: 1.25;
    color: #888;
    text-shadow: 0 0px 0px rgba(0,0,0,.4);
    text-align: center;
}
.carousel-caption-home .btn {
    margin-top: 10px;
}

/*.carousel-indicators {
    top: 8px;
    left: 20%;
}
/*.carousel-indicators li {
  background-color: #ebf3f8;
  background-color: rgba(18,42,57, 0.55);
}

.carousel-indicators .active {
  background-color: #2a80b9;
}*/
.carousel-caption-home2 {
    margin-top: 5px;
}

