/* Start of CMSMS style sheet 'carousel' */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  width:100%; /* carousel width */
  height: 418px;
  margin: 0 auto 1% auto;
  background:#999;
}
.carousel-caption h1 {
  font-size: 46px;
}
.carousel-caption p {
  font-size: 26px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  position: absolute;
  right: 12%;
  top: 0;
  left: 14%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align:left;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0);
}
.caption-btn {
  position: absolute;
  right: 12%;
  bottom: 40px;
  left: 14%;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align:left;
}
.caption-box {
  position:relative;
}
button.btn-carousel {
  margin-left:1% !important;
  margin-bottom:1%;
}
.carousel-caption h1 {
  font-size:36px;
}
.carousel-caption .checklist li {
  font-size:20px !important;
  line-height:20px;
  margin-left:-25px;
  margin-top:2%;
}
#carousel-caption-fixed li {
  font-size:20px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 418px;
  background: #333;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 380px;
}

.carousel-img {
  height:140px;
  margin-bottom:-15px;
}
.img-badge {
  bottom:0;
  right:0;
  position:absolute;
}






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

@media (min-width: 1000px) {
  .carousel-caption ul.checklist {
	margin-bottom:4%;
  }
}
@media (min-width: 1200px) {

}
@media (max-width: 999px) {
  .carousel-caption h1 {
	font-size:32px;
  }
  .carousel-caption ul.checklist {
	margin-bottom:7%;
  }
  .carousel-caption .checklist li {
	margin-top:2%;
  }
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
  .carousel-caption ul.checklist {
	margin-bottom:10%;
  }
  .carousel-caption p {
	font-size: 24px;
  }
}
@media (max-width: 600px) {
  .carousel-caption p {
	font-size: 20px;
  }
}
@media (max-width: 460px) {
  .carousel-caption h1 {
	font-size:26px;
  }
  .carousel-caption ul.checklist {
	margin-bottom:28%;
  }
  .carousel-caption .checklist li {
	margin-top:3%;
  }
  .carousel-caption .btn-lg {
	font-size:18px;
  }
}
@media (max-width: 340px) {
  .carousel-caption h1 {
	font-size:24px !important;
  }
  .carousel-caption ul.checklist {
	margin-bottom:30% !important;
  }
  .carousel-caption .checklist li {
	margin-top:3% !important;
  }
  .carousel-caption .btn-lg {
	font-size:16px;
  }
  .caption-btn {
	bottom: 30px;
  }
}

/* SLIDER BACKGROUND IMAGES
-------------------------------------------------- */

div#slide-1 { background: url("images/slider/1.jpg") no-repeat center bottom; }
div#slide-2 { background: url("images/slider/2.jpg") no-repeat center bottom; }
div#slide-3 { background: url("images/slider/3.jpg") no-repeat center bottom; }

div#slide-1,
div#slide-2,
div#slide-3 {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}


@media (min-width: 1373px) { /* 75% zoom */
  .carousel,
  .carousel .item,
  .carousel-inner > .item > img {
    height: 550px;
  }
  div#slide-1 { background-position: center; }
}
@media (min-width: 1647px) { /* 67% zoom */
  .carousel-caption {
    top: 10%;
  }
}
@media (min-width: 1854px) { /* 50% zoom */
  #carousel-caption-fixed {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .caption-btn {
    position: absolute;
    right: 12%;
    top: 350px;
    left: 14%;
  }
  .carousel-caption {
    padding-top: 120px;
  }
  .carousel-control {
    width: 20%;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    right: 50px;
    left: initial;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    left: 50px;
    right: initial;
  }
}
@media (min-width: 2469px) { /* 33% zoom */
  .carousel,
  .carousel .item,
  .carousel-inner > .item > img {
    height: 650px;
  }
}
@media (min-width: 3550px) { /* 25% zoom */
  .carousel,
  .carousel .item,
  .carousel-inner > .item > img {
    height: 750px;
  }
  #carousel-caption-fixed {
    width: 1900px;
  }
  #slider button {
    width: 200px;
  }
}

/* End of 'carousel' */

