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

/* Carousel base class */
.carousel {
  width:100%; /* carousel width */
  height: 480px;
  margin: 0 auto;
  background:#1A1A1A;
}
.carousel-sm {
 height: 260px;
}
.carousel-caption-box {
  background: url("images/backgrounds/bg-black.png") repeat center transparent;
  padding:0 12px 10px 12px;
  margin: 0 auto 20px auto;
}
.carousel-caption h1 {
  font-size: 36px;
  padding: 15px 0;
  margin:0;
  color:#1A1A1A;
  text-shadow:none !important;
  line-height:1.2; /* text line-height */
}
.carousel-caption h1.large {
  font-size: 40px;
}
.carousel-caption p,
.carousel-caption ul li {
  color:#000 !important;
  text-shadow:none !important;
}
.carousel .white-text h1,
.carousel .white-text p,
.carousel .white-text ul li {
  color:#fff !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0) !important;
}
.carousel-caption p.lead.green { color:#ADCC23 !important; }
.carousel-caption p,
.carousel-caption ul li {
  font-size: 22px;
  line-height: 1.3;
}
.carousel-caption p.small {
  font-size: 15px;
  line-height: 1.3;
}
.carousel-caption ul.small li {
  font-size: 18px;
}
.carousel-caption p.lead {
  font-size: 24px;
  line-height: 1.2;
}
.carousel-caption p {
  margin: 0 0 20px 0;
}
.carousel-caption ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.carousel-caption ul li {
  margin: 0 0 5px 0;
  padding:0;
}
.carousel-caption .checklist i {
  color: #fae82e;
  line-height: 1.1;
}
.carousel-caption .quote i {
  color: #fae82e;
}
.carousel-caption .quote p.name {
	display:inline-block;
	border-left: none;
	margin-bottom: 20px;
	padding-top:15px;
	padding-left:45px;
	width:100%;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  position: absolute;
  right: 12%;
  bottom:40px;
  left:12%;
  z-index: 100;
  padding-top: 0;
  padding-bottom: 20px;
  text-align:left;
}
.carousel-caption-top {
  top:20px;
  bottom:auto;
}
.carousel-caption-bottom {
  top:auto;
  bottom:40px;
}
#slide-1 img {
  width:74%;
}
#slide-1 .carousel-caption {
  right: 10%;
}
#slide-2 .carousel-caption-bottom {
  right: 10%;
}
#slide-4 .carousel-caption {
  left:5%;
  right: 5%;
}
#slide-5 .carousel-caption {
  left:8%;
  right: 8%;
}
#slide-5 .carousel-caption p {
  margin: 0 0 10px 0;
}
.caption-btn {
  position: absolute;
  right: 12%;
  bottom: 40px;
  left: 14%;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align:left;
}
.caption-box {
  position:relative;
}
button.btn-carousel {
  margin-left:1% !important;
  margin-bottom:1%;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 20%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 20%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .4;
}
.carousel-control.left {
  
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 480px;
  background: #333;
}
.carousel-sm .item {
 height: 260px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
.carousel-img {
  height:auto;
  margin-bottom:-15px;
}
.img-badge {
  bottom:0;
  right:0;
  position:absolute;
}



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

@media (min-width: 1500px)  {
  .carousel-caption {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
  }
  .carousel-control {
    width: 16%;
    font-size: 50px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -30px;
    font-size: 60px;
  }
}
@media (min-width: 1200px)  {
  .carousel-caption h1 {
    font-size:42px;
  }
}
@media (max-width: 1201px)  {
  .carousel-caption ul.small li {
    font-size: 17px;
  }
}
@media (max-width: 1199px)  {
  .carousel, .carousel .item, .carousel-inner > .item > img {
	height: 430px;
  }
  #slide-1 img {
    width:80%;
  }
}
@media (max-width: 1110px)  {
  #slide-2 .carousel-caption-bottom p {
    font-size: 20px;
  }
}
@media (max-width: 1011px)  {
  #slide-2 .carousel-caption-bottom p {
    font-size: 16px;
  }
  #slide-4 .carousel-caption,
  #slide-5 .carousel-caption {
    left:10%;
    right:10%;
  }
}
@media (max-width: 999px) {
	.carousel-caption p.lead{
  	font-size: 22px;
  	line-height: 1.2;
	}
}
@media (max-width: 940px)  {
  #slide-2 .carousel-caption-bottom p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .carousel, .carousel .item, .carousel-inner > .item > img {
  	height: 390px;
  }
  .carousel-caption-box {
    padding:0 9px 4px 9px;
  }
  .carousel-caption ul.small li {
    font-size: 14px;
  }
  .carousel-caption h1 {
    font-size:32px;
  }
}
@media (max-width: 882px)  {
  .carousel-caption-top {
    top: 0;
    bottom: auto;
  }
  #slide-2 .carousel-caption-bottom p {
    font-size: 14px;
  }
  .carousel-caption h1 {
    font-size:30px;
  }
}
@media (max-width: 824px)  {
  .carousel-caption-bottom {
    bottom:15px;
  }
}
@media (max-width: 767px) {
  .carousel, .carousel .item, .carousel-inner > .item > img {
  	height: 360px;
  }
  #slide-1 .carousel-caption {
    top:40px;
    bottom:auto;
  }
  .carousel-caption-bottom {
  	bottom:10px;
  }
  .carousel-caption-top {
    top:0;
    bottom:auto;
  }
  .carousel-caption h1 {
    font-size:28px;
  }
  .carousel-caption p,
  .carousel-caption ul li {
  	font-size: 20px;
  	line-height: 1.4;
  }
  #slide-1 img {
    width:70%;
  }
  .carousel-caption ul.small li {
    font-size: 12px;
  }
  .carousel-caption .btn {
    padding: 8px 8px;
    font-size: 17px;
    line-height: 1.3;
    border-radius: 2px;
  }
}
@media (max-width: 560px) {
  .caption-btn {
  	bottom: 30px;
  }
  .carousel-caption p,
  .carousel-caption ul li {
  	font-size: 19px;
  	line-height: 1.3;
  }
}
@media (max-width: 530px) {
  .carousel-caption-bottom {
    bottom:20px;
    top:auto;
  }
  .carousel-caption-top {
    top:0;
    bottom:auto;
  }
  #slide-1 img {
    width:100%;
  }
  #slide-1 .col-xs-3,
  #slide-1 .col-xs-9 {
    width:100%;
  }
}
@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:18px;
  }
	.fa-li {
  	left: -2em;
	}
	.carousel-caption ul li {
  	margin: 0 0 5px -20px;
	}
  #slide-2 .carousel-caption-bottom p {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 460px) {
  .carousel-caption h1 {
  	font-size:25px;
  	padding: 15px 0 10px 0;
  }
	.carousel-caption p.lead{
  	font-size: 21px;
  	line-height: 1.2;
	}
}


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

.slider-home > #slide-1 { background: url("images/slider/1.jpg") no-repeat center top; }
.slider-home > #slide-2 { background: url("images/slider/2.jpg") no-repeat center; }
.slider-home > #slide-3 { background: url("images/slider/3.jpg") no-repeat center; }
.slider-home > #slide-4 { background: url("images/slider/4.jpg") no-repeat top left; }
.slider-home > #slide-5 { background: url("images/slider/5.jpg") no-repeat center left; }
.slider-home > #slide-6 { background: url("images/slider/6.jpg") no-repeat center top; }

.carousel-inner > .item {
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
       -o-background-size: cover !important;
          background-size: cover !important;
}
@media (max-width: 767px) {
/* Use for images cropped to fit mobile screens

  .slider-home > #slide-6 { background: url("images/slider/6-sm.jpg") no-repeat center bottom; }*/
  .slider-home > #slide-2 { background: url("images/slider/2-sm.jpg") no-repeat center; }
  .slider-home > #slide-3 { background: url("images/slider/3-sm.jpg") no-repeat center; }
  .slider-home > #slide-4 { background: url("images/slider/4-sm.jpg") no-repeat center top; }
  .slider-home > #slide-5 { background: url("images/slider/5-sm.jpg") no-repeat center; }


	.carousel-inner > item {
	  -webkit-background-size: cover !important;
	     -moz-background-size: cover !important;
	       -o-background-size: cover !important;
	          background-size: cover !important;
	}
}
@media (max-width: 530px) {
/* Use for images cropped to fit mobile screens

  .slider-home > #slide-6 { background: url("images/slider/6-sm.jpg") no-repeat center bottom; }*/
  .slider-home > #slide-1 { background: url("images/slider/1-sm.jpg") no-repeat center top; }

	.carousel-inner > item {
	  -webkit-background-size: cover !important;
	     -moz-background-size: cover !important;
	       -o-background-size: cover !important;
	          background-size: cover !important;
	}
}

@media (min-width: 1854px) { /* 50% zoom */
  .slider-home > #slide-1 { background-position: center top -30px; }
  .slider-home > #slide-2 { background-position: center bottom -140px; }
  .slider-home > #slide-4 { background-position: top left 220px; }
  .carousel,
  .carousel .item {
    height: 580px;
  }
  .carousel-caption {
    bottom: 90px;
  }
  .carousel-caption.carousel-caption-bottom {
    bottom: 40px;
  }
  #slide-3 .carousel-caption-top { padding-top: 40px; }
}
@media (min-width: 2469px) { /* 33% zoom */
  .slider-home > #slide-1 { background-position: center bottom -150px; }
  .slider-home > #slide-2 { background-position: center bottom -240px; }
  .slider-home > #slide-3 { background-position: center top -150px; }
  .slider-home > #slide-4 { background-position: top left 250px; }
  .carousel,
  .carousel .item {
    height: 780px;
  }
  .carousel-caption {
    bottom: 120px;
  }
  #slide-1 .carousel-caption { bottom: 140px; }
  #slide-3 .carousel-caption-top { padding-top: 140px; }
  #slide-4 .carousel-caption,
  #slide-5 .carousel-caption {
    bottom: 200px;
  }
}
@media (min-width: 3550px) { /* 25% zoom */
  .slider-home > #slide-1 { background-position: center left -200px; }
  .slider-home > #slide-2 { background-position: center bottom -340px; }
  .slider-home > #slide-3 { background-position: center top -200px; }
  .slider-home > #slide-1  .col-md-8 {
    width: 100%;
  }
  #slide-2 .carousel-caption,
  #slide-5 .carousel-caption {
    width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
  #slide-4 .carousel-caption,
  #slide-5 .carousel-caption {
    bottom: 300px;
  }
  .carousel,
  .carousel .item {
    height: 980px;
  }
}

/* End of 'carousel' */

