/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.hometext-animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ; opacity: 0;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

.owl-carousel,.owl-carousel .owl-item .item img{width:100%; display:block; max-width: 100%;}

#pre-div {
  background-color:transparent;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
#loader {
  background-image: url("../images/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

.owl-item.active .abs-captions .hometext-animated  {
	opacity: 0.9;
animation-name: slideLeft;
  -webkit-animation-name: slideLeft; 
	
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ; 
}


@keyframes slideLeft {
  0% {
    transform: translateX(100%);
    opacity: 0.0; 
  }
    
  50% {
    transform: translateX(0%);
    opacity: 1; 
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
     opacity: 0.0; 
  }
      
  50% {
    -webkit-transform: translateX(0%);
     opacity: 1; 
  }
}

.animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}

.abs-captions {
  width:45%;
  display: table;
  padding: 14% 0 ;
  font-size: 25px;
  color: #fff;
  position: absolute;
  z-index: 999;  left: 20%;
  /*text-shadow: 0px 0px 3px rgba(51, 51, 51, 1);*/
}
.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center; position: absolute; bottom: 0; z-index: 999;
}

.hometext-animated .hd-txt {
    font-family: "Avenir LT Std 65 Medium",sans-serif;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 5px;
    visibility: visible; color: #fff;
}
a.owlBtn {
    -moz-user-select: none;
    animation: 3s ease 0s normal none 1 running fadein;
    background: #fcb812 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Avenir LT Std 65 Medium",sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 24px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.owl-dots{ width: auto; position: absolute;left: 10px; top: 250px;  z-index: 1024; display: inline-block; }
.owl-dot{ display: block; margin:0px 2px; line-height: 15px;}
.owl-dot span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    margin: 5px 7px;
    opacity: 0.4;
    width: 12px;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;opacity: 0.9; width: 25px;transition: width 2s; -webkit-transition: width 2s;
}
.owl-dots .owl-dot:hover span{ background-color: #fff; opacity: 0.5}


@media screen and (max-width: 767px) {
.owl-dots{ width: auto; position: absolute;left: 10px; top: 50px;  z-index: 1024; display: inline-block; }
.hometext-animated h3 {font-size: 18px;margin-bottom: 5px; line-height: 22px;}

.hometext-animated .hd-txt {
    font-family: "Avenir LT Std 65 Medium",sans-serif;
    font-size: 18px;
    line-height:22px;
    margin-bottom: 5px;
    visibility: visible; color: #fff;
}
a.owlBtn{letter-spacing: 0px;font-size: 11px;padding: 3px 10px;}
.abs-captions {width:60%; padding: 13% 0}
.owl-dot{ display: block; margin:2px 0px;}
.hide{ visibility: hidden;}
}

@media (min-width: 768px) and (max-width: 998px){
  .owl-dots{ top: 120px; }
    .abs-captions {width:60%; padding: 10% 0}
.hometext-animated h3 {font-size: 30px;margin-bottom: 5px; line-height: 30px;}

.hometext-animated .hd-txt {
    font-family: "Avenir LT Std 65 Medium",sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    visibility: visible; color: #fff;
}
}

@media (min-width: 999px) and (max-width: 1024px){
.owl-dots{ top: 150px; }
.abs-captions {width:60%; padding: 15% 0}
.animated h3 {font-size: 30px;margin-bottom: 5px; line-height: 30px;}

.hometext-animated .hd-txt {
    font-family: "Avenir LT Std 65 Medium",sans-serif;
    font-size: 30px;
    line-height:30px;
    margin-bottom: 5px;
    visibility: visle; color: #fff;
}
}