/* LESS Document */
/* -- Variables
================================================== */
/* colours */
/* -- Mixins
================================================== */
.ease {
  outline: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-font-smoothing: antialiased !important;
}
.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.notextshadow {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.noborder {
  border: none;
}
.nomargin {
  margin: 0px;
}
.nopadding {
  padding: 0px;
}
.nospace {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.underbar {
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
}
.font40 {
  font-size: 40%;
}
.font70 {
  font-size: 70%;
}
.font90 {
  font-size: 90%;
}
.font100 {
  font-size: 100%;
}
.font115 {
  font-size: 115%;
}
.font130 {
  font-size: 130%;
}
.font150 {
  font-size: 150%;
}
.font180 {
  font-size: 180%;
}
.font200 {
  font-size: 200%;
}
.font220 {
  font-size: 220%;
}
.font250 {
  font-size: 250%;
}
.font300 {
  font-size: 300%;
}
.font350 {
  font-size: 350%;
}
/* -- Behaviours
================================================== */
.wow .carousel-background p {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.wow {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}
/* -- Carousel elements
================================================== */
.carousel,
.carousel-inner,
.carousel-background {
  height: 100%;
  overflow: hidden;
}
.carousel-container .cloud-top {
  height: 246px;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 1;
  background-repeat: repeat-x;
}
@media (max-width: 1199px) {
  .carousel-container .cloud-top {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .carousel-container .cloud-top {
    display: none;
  }
}
.carousel-container .cloud-top.white {
  background-image: url(../../../img/cloud-top-white.png);
  background-position: top center;
}
.carousel-container .cloud-top.black {
  background-image: url(../../../img/cloud-top-black.png);
  background-position: top center;
}
.carousel-control {
  color: #2b2b2b;
  z-index: 10;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
@media (max-width: 767px) {
  .carousel-control {
    bottom: 35px;
    top: 85px;
  }
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
  text-align: center;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #2b2b2b;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .outsourcery-angle-left,
.carousel-control .outsourcery-angle-right {
  position: absolute;
  text-align: center;
  top: 40%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev i,
.carousel-control .icon-next i,
.carousel-control .outsourcery-angle-left i,
.carousel-control .outsourcery-angle-right i {
  width: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .outsourcery-angle-left,
  .carousel-control .outsourcery-angle-right {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 180%;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .outsourcery-angle-left,
  .carousel-control .outsourcery-angle-right {
    width: 70px;
    height: 70px;
    margin-top: -40px;
    font-size: 180%;
  }
}
.carousel-control .icon-prev,
.carousel-control .outsourcery-angle-left {
  left: 50%;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .outsourcery-angle-left {
    margin-left: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-control .icon-prev,
  .carousel-control .outsourcery-angle-left {
    margin-left: -30px;
  }
}
.carousel-control .icon-next,
.carousel-control .outsourcery-angle-right {
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-next,
  .carousel-control .outsourcery-angle-right {
    margin-right: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-control .icon-next,
  .carousel-control .outsourcery-angle-right {
    margin-right: -30px;
  }
}
.carousel .item {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url(../../../img/transparent-carousel-bg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  z-index: 100;
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: initial;
  left: 10%;
  right: 10%;
  color: #2b2b2b;
  text-align: left;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
@media (max-width: 767px) {
  .carousel-caption {
    font-family: 'Roboto Condensed', sans-serif;
  }
}
@media (max-width: 767px) {
  .carousel-caption {
    margin-top: 65px;
    left: 15%;
    right: 15%;
    text-align: center;
  }
}
.carousel-caption h1 {
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  animation-delay: 700ms;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .carousel-caption h1 {
    padding-right: 0px;
    font-size: 180%;
  }
}
@media (min-width: 768px) {
  .carousel-caption h1 {
    font-size: 180%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .carousel-caption h1 {
    font-size: 250%;
    width: 66%;
  }
}
@media (min-width: 1200px) {
  .carousel-caption h1 {
    font-size: 300%;
  }
}
@media (min-width: 1500px) {
  .carousel-caption h1 {
    font-size: 350%;
  }
}
.carousel-caption p {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
@media (max-width: 767px) {
  .carousel-caption p {
    padding-right: 0px;
    font-size: 100%;
  }
}
@media (min-width: 768px) {
  .carousel-caption p {
    font-size: 115%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .carousel-caption p {
    font-size: 130%;
    width: 66%;
  }
}
@media (min-width: 1200px) {
  .carousel-caption p {
    font-size: 130%;
  }
}
@media (min-width: 1500px) {
  .carousel-caption p {
    font-size: 150%;
  }
}
.carousel-caption h5 {
  -webkit-animation-delay: 2500ms;
  -moz-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
@media (max-width: 767px) {
  .carousel-caption h5 .btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .carousel-caption span {
    padding-right: 0px;
  }
}
.carousel-background {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: right;
}
.carousel-background .stripes {
  width: 100%;
  height: 100%;
  padding-left: 0px;
  list-style: outside none none;
}
.carousel-background .stripes li {
  width: 16.66666%;
  height: 100%;
  background-color: #eaeaea;
  display: inline-block;
  float: left;
  border-right: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .carousel-background .stripes li {
    width: 33.333333%;
  }
}
.carousel-background .stripes li:nth-child(1) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  animation-delay: 400ms;
}
.carousel-background .stripes li:nth-child(2) {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  animation-delay: 800ms;
}
.carousel-background .stripes li:nth-child(3) {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  animation-delay: 600ms;
}
.carousel-background .stripes li:nth-child(4) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
}
@media (max-width: 767px) {
  .carousel-background .stripes li:nth-child(4) {
    display: none;
  }
}
.carousel-background .stripes li:nth-child(5) {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  animation-delay: 500ms;
}
@media (max-width: 767px) {
  .carousel-background .stripes li:nth-child(5) {
    display: none;
  }
}
.carousel-background .stripes li:nth-child(6) {
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  animation-delay: 700ms;
}
@media (max-width: 767px) {
  .carousel-background .stripes li:nth-child(6) {
    display: none;
  }
}
.carousel-background .position-one {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  margin-left: 30%;
  margin-bottom: 7%;
  opacity: 0.3;
}
.carousel-background .position-one img {
  width: auto;
  height: 37%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .carousel-background .position-one {
    display: none;
  }
}
@media (max-width: 767px) {
  .carousel-background .position-one {
    display: none;
  }
}
.carousel-background .position-two {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  margin-left: 37%;
  margin-bottom: 9%;
  opacity: 0.2;
}
.carousel-background .position-two img {
  width: auto;
  height: 25%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .carousel-background .position-two {
    margin-left: 27%;
    margin-bottom: 26%;
  }
}
@media (max-width: 767px) {
  .carousel-background .position-two {
    display: none;
  }
}
.carousel-background .position-three {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  margin-left: 56%;
  margin-bottom: 8%;
  opacity: 0.6;
}
.carousel-background .position-three img {
  width: auto;
  height: 33%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .carousel-background .position-three {
    margin-left: 8%;
    margin-bottom: 23%;
  }
}
@media (max-width: 767px) {
  .carousel-background .position-three {
    display: none;
  }
}
.carousel-background .position-four {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80%;
  margin-right: 37%;
  margin-bottom: 6%;
  opacity: 0.7;
}
.carousel-background .position-four img {
  width: auto;
  height: 54%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .carousel-background .position-four {
    margin-right: 56%;
    margin-bottom: 20%;
  }
}
@media (max-width: 767px) {
  .carousel-background .position-four {
    display: none;
  }
}
.carousel-background .position-five {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 77%;
  margin-right: 30%;
  margin-bottom: 2%;
  opacity: 1;
}
@media (max-width: 991px) {
  .carousel-background .position-five {
    margin-right: 40%;
    margin-bottom: 10%;
  }
}
@media (max-width: 767px) {
  .carousel-background .position-five {
    left: 0;
    opacity: 0.2;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 2%;
  }
}
.carousel-background .position-five img {
  width: auto;
  height: 96%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .carousel-background .position-five img {
    height: 94%;
  }
}
@media (max-width: 767px) {
  .carousel-background .position-five img {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 93%;
    margin-bottom: 5%;
  }
}
.carousel-image.one {
  -webkit-animation-delay: 1300ms;
  -moz-animation-delay: 1300ms;
  animation-delay: 1300ms;
  z-index: 10;
}
.carousel-image.two {
  -webkit-animation-delay: 1100ms;
  -moz-animation-delay: 1100ms;
  animation-delay: 1100ms;
  z-index: 10;
}
.carousel-image.three {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: 1500ms;
  animation-delay: 1500ms;
  z-index: 10;
}
.carousel-image.four {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  animation-delay: 1200ms;
  z-index: 10;
}
.carousel-image.five {
  -webkit-animation-delay: 1700ms;
  -moz-animation-delay: 1700ms;
  animation-delay: 1700ms;
  z-index: 10;
}
/*# sourceMappingURL=carousel.css.map */