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

/* Carousel base class */
.carousel {
  width:100%; /* carousel width */
  height: auto;
  margin: 0 auto;
  background:transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;.
  transition: all .3s;
}
.carousel-caption-box {
  background: url("images/backgrounds/bg-blue.png") repeat center transparent;
  padding:10px 30px 10px 30px;
  margin: 0 auto 20px auto;
  width:90%;
}
.box-black { background: url("images/backgrounds/bg-black.png") repeat center transparent; }

.carousel-caption h1 {
  font-size: 50px;
  padding: 15px 0;
  margin:0;
  color:#000;
  line-height:1.1; /* text line-height */
}
.carousel-caption h1.large {
  font-size: 74px;
  padding: 5px 0 20px 0;
  line-height: 1.1;
}
.carousel-caption h1.small {
  font-size: 32px;
  padding: 15px 0 0 0;
}
.carousel-caption h2.large {
  font-size: 50px;
}
.carousel-caption p,
.carousel-caption ul li {
  color:#666666 !important;
}
.carousel .white-text h1,
.carousel .white-text h2,
.carousel .white-text p,
.carousel .white-text p.lead,
.carousel .white-text p.lead strong,
.carousel .white-text ul li {
  color:#fff !important;
}
.carousel-caption p,
.carousel-caption ul li {
  font-size: 22px;
  line-height: 1.3;
}
.carousel-caption p.lead {
  font-size: 27px;
  line-height: 1.4;
  color: #375B85 !important;
}
.carousel-caption p.lead.large {
  font-size: 28px;
}
.carousel-caption p {
  margin: 0 0 20px 0;
}
.carousel-caption ul {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 1.1em !important;
}
.carousel-caption ul li {
  margin: 0 0 5px 0;
  padding:0;
}
.carousel-caption .checklist i {
  color: #8CC63F;
  line-height: 1.1;
  margin-right: 7px;
}
.carousel-caption .quote i {
  color: #8CC63F;
}
.carousel-caption .quote p.name {
	display:inline-block;
	border-left: none;
	margin-bottom: 20px;
	padding-top:15px;
	padding-left:45px;
	width:100%;
}
.slider-services {
    height: 510px;
}
.slider-services-caption .carousel-caption {
    text-align: left;
    top: 48%;
}
.slider-services-caption h1 {
    /*background: #000;
    line-height: 1.5;*/
    display: inline-block;
    padding: 3px 10px;
    margin: 5px 0 !important;
    text-align: left;
    font-size: 42px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 130px;
  left: 10%;
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
  text-align:center;
}
.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;
}

.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;
background: transparent !important;
}
.carousel-control.right {
  right: 0;
  left: auto;
  
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
background: transparent !important;
}

/* Set carousel fade transition */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 4s;
  transition-timing-function:linear;
  -webkit-transition: opacity 0.6s ease-in-out;
       -o-transition: opacity 0.6s ease-in-out;
          transition: opacity 0.6s ease-in-out;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;

}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/* Declare heights because of positioning of img element */

#videoCarousel .item {
  height: 100% !important;
background: transparent !important;
}

.carousel .item {
  height: 600px;
  background: #000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}


#content-tour-4 .carousel {
  margin-top: -31px;
}
#content-tour-4 .carousel .item {
  height: 460px;
}
#content-tour-4 .carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 0;
  left: 10%;
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
  text-align:center;
}
#content-tour-4 .bg-arrow-down-top {
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
.carousel-caption .btn-lg, .btn-group-lg > .btn {
  padding: 10px 26px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 1px;
}


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

@media (min-width: 1500px)  {
  .carousel-caption {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px)  {

}
@media (max-width: 1199px)  {
  .carousel-caption h1.large {
    font-size: 64px;
  }
  .carousel-caption h1.small {
    font-size: 30px;
  }
  .carousel-caption h2.large {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .carousel .item {
    height: 550px;
  }
  .carousel-caption {
    bottom: 15px;
  }
  .carousel-caption h1.large {
    font-size: 58px;
  }
  .carousel-caption h1.small {
    font-size: 25px;
  }
  .carousel-caption h2.large {
    font-size: 40px;
    margin:5px 0 15px 0;
  }
	.carousel-caption p.lead {
  	font-size: 24px;
  	line-height: 1.3;
	}
  .carousel-caption p.lead.large {
    font-size: 26px;
  }
}
@media (max-width: 820px) {
  .carousel-caption h1 {
    font-size: 45px;
  }
  .carousel-caption h1.large {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .carousel .item {
    height: 440px;
  }
  .carousel-caption-box,
  .carousel-caption-box-sm {
    padding:10px 20px;
    width:100%;
  }
  .carousel-caption-box-sm {
    background: url("images/backgrounds/bg-white-50.png") repeat center transparent;
    margin: 0 auto 50px auto;
  }
  .carousel-caption h1 {
    font-size: 40px;
    padding: 15px 0 10px 0;
  }
  .carousel-caption h1.small {
    font-size: 23px;
  }
  .carousel-caption h2.large {
    font-size: 33px;
  }
  .carousel-caption p.lead {
    font-size: 19px;
  }
  .carousel-caption p.lead.large {
    font-size: 26px;
  }
  .carousel-caption p,
  .carousel-caption ul li {
  	font-size: 19px;
  	line-height: 1.4;
  }
    .slider-services-caption .carousel-caption {
        /*top: 65% !important;*/
        margin-left: 20px !important;
    }
    .slider-services > #slide-1 {
        background-position: 63% center !important;
    }
    .slider-services > #slide-2 {
        background-position: 63% center !important;
    }
    .slider-services > #slide-3 {
        background-position: 63% center !important;
    }
}

@media (max-width: 592px) {
  .carousel-caption h1.large {
    font-size: 44px;
  }
}
@media (max-width: 560px) {
  .carousel-caption p,
  .carousel-caption ul li {
  	font-size: 18px;
  	line-height: 1.3;
  }
  .carousel-caption .btn-lg, .btn-group-lg > .btn {
    font-size: 22px;
    padding: 10px 18px;
  }
}
@media (max-width: 504px) {
  .caption-box li, .caption-box .checklist li {
  	font-size:18px;
  }
	.fa-li {
  	left: -2em;
	}
	.carousel-caption ul li {
  	margin: 0 0 5px -15px;
	}
}
@media (max-width: 460px) {
  .carousel-caption h1 {
    font-size: 35px;
  }
  .carousel-caption h1.small {
    font-size: 21px;
  }
  .carousel-caption h2.large {
    font-size: 30px;
  }
  .carousel-caption p.lead {
    font-size: 18px;
  }
}
@media (max-width: 499px) {
  .carousel-caption h1.large {
    padding: 5px 0 5px 0;
  }
}
@media (max-width: 360px) {
  .carousel-caption h1 {
    font-size: 30px;
    padding: 15px 0 10px 0;
  }
  .carousel-caption .btn-lg, .btn-group-lg > .btn {
    font-size: 22px;
    padding: 7px 22px;
  }
}

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

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

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

/*.slider-services > #slide-1 { background: url("images/slider/services/slide-emmerson.jpg") no-repeat center; }
.slider-services > #slide-2 { background: url("images/slider/services/slide-schaffer.jpg") no-repeat center; }
.slider-services > #slide-3 { background: url("images/slider/services/slide-disgen.jpg") no-repeat center; }*/


@media (max-width: 767px) {
/* Use for images cropped to fit mobile screens

  .slider-home > #slide-4 { background: url("images/slider/home/4-sm.jpg") no-repeat center bottom; }
  .slider-home > #slide-5 { background: url("images/slider/home/5-sm.jpg") no-repeat center bottom; }
  .slider-home > #slide-6 { background: url("images/slider/home/6-sm.jpg") no-repeat center bottom; }
  .slider-home > #slide-1 { background: url("images/slider/home/1-sm.jpg") no-repeat center top; }
  .slider-home > #slide-2 { background: url("images/slider/home/2-sm.jpg") no-repeat left bottom;
  .slider-home > #slide-3 { background: url("images/slider/home/3-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;
	}
}

/* End of 'carousel' */


