


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 4rem;
  z-index: 10;
  /*top: 50%;
transform: translateY(-50%);*/
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: auto;

    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out,-webkit-transform 2s ease-in-out;
}


}
.carousel-item > img {
  display:block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.carousel-caption{
    color:#575756;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}





/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


/*.banner1{
    background-size:cover;
    background: url(../img/banner1.jpg) no-repeat center center; 
}
.banner2{
    background-size:cover;
    background: url(../img/banner2.jpg) no-repeat center center; 
}
.banner3{
    background-size:cover;
    background: url(../img/banner3.jpg) no-repeat center center; 
}*/

@media (max-width: 992px) {

    .carousel-caption{
        right:5%;
        left:5%;
    }
}
@media (max-width: 800px) {
.carousel-caption h1{
    font-size:1.5rem;
}


}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    padding:20px;
}


.carousel-control-next, .carousel-control-prev {
    opacity: .9;
    width: 85px;
    bottom: -50px;
    top:auto;
}
.carousel-control-prev {
    left: auto;
    right: 80px;
}

@media (max-width: 1220px) {
    .carousel-control-next img, .carousel-control-prev img{
        width: 50px;
    }
    .carousel-control-next, .carousel-control-prev {
        bottom: 0px;
    }
}
@media (max-width: 1090px) {
    .carousel-control-next, .carousel-control-prev {
        display:none;
    }
}
@media (max-width: 450px) {
    .carousel-control-next, .carousel-control-prev {
        bottom: -80px;
    }
}