/* Start of CMSMS style sheet 'carousel' */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  width:100%; /* carousel width */
  height: 380px;
  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;
}
.caption-box li {
  background: url(images/backgrounds/bullet.png) no-repeat left top;
}
.caption-box .checklist li {
  background: url(images/backgrounds/bullet2.png) no-repeat left top;
}
.caption-box li, .caption-box .checklist li {
  font-size:22px;
  padding-left:25px;
  list-style: none;
  margin-left:-40px;
  text-align:left !important;
}


/* Declare heights because of positioning of img element */
.carousel .item {
  height: 380px;
  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) {
  .carousel, .carousel .item, .carousel-inner > .item > img {
	height: 350px;
  }
}
@media (max-width: 999px) {
  .carousel-caption h1 {
	font-size:30px;
  }
}
@media (max-width: 991px) {
  .carousel, .carousel .item, .carousel-inner > .item > img {
	height: 380px;
  }
}
@media (max-width: 767px) {
  .carousel-caption p {
	font-size: 24px;
  }
}
@media (max-width: 680px) {
  .carousel-caption h1 {
	font-size:30px;
	margin-top:0px;
  }
}
@media (max-width: 600px) {
  .carousel-caption p {
	font-size: 22px;
  }
}

@media (max-width: 560px) {
  .caption-btn {
	bottom: 30px;
  }
}


@media (max-width: 504px) {
  .caption-box .checklist li {
	background: url(images/backgrounds/bullet1.png) no-repeat left top;
  }
  .caption-box li, .caption-box .checklist li {
	font-size:19px;
  }
}


@media (max-width: 460px) {
  .carousel-caption h1 {
	font-size:26px;
	margin-top:0px;
  }
}

@media (max-width: 432px) {
  .caption-box li, .caption-box .checklist li {
	font-size:18px;
  }
}

@media (max-width: 340px) {
  .carousel-caption h1 {
	font-size:24px !important;
  }
  .caption-box li, .caption-box .checklist li {
	font-size:16px;
  }
}

/* SLIDER BACKGROUND IMAGES
-------------------------------------------------- */

div#slide-1 {
  background: url("images/slider/1.jpg") no-repeat right 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-4 {
  background: url("images/slider/4.jpg") no-repeat center bottom;
}

div#slide-1,
div#slide-2,
div#slide-3,
div#slide-4 {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

@media (max-width: 730px) {
  div#slide-1 {
	background: url("images/slider/1-sm.jpg") no-repeat right bottom;
  }
}
/* End of 'carousel' */

