/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:#821b1b00;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.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,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-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%}.owl-carousel .owl-dots.disabled,.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{animation-duration:5s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .100s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .1s ease}.owl-carousel .owl-item img.owl-lazy{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:transform .00501s ease}.owl-carousel .owl-video-play-icon:hover{-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 .00501s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



.owl-nav { display: block;  }
.owl-nav .owl-next,
.owl-nav .owl-prev  {
  position: absolute;
  top: 43px;
  width: 22px;
  height: 120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 100; 
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.owl-nav .owl-prev { 
  left: 0px; 
  margin-left: 1px;
  background: #fff url(../images/slider_left_arrow.png) no-repeat left center;    
}
/*.owl-nav .owl-prev:hover { background: #fff url(../images/slider_left_arrow.png) no-repeat left center; } */
.owl-nav .owl-next { 
  right: 0px; 
  background: #fff url(../images/slider_right_arrow.png) no-repeat right center; 
}
/*.owl-nav .owl-next:hover { background: #fff url(../images/slider_right_arrow.png) no-repeat right center; }*/
.owl-carousel { 
  display: block;
  text-align: center; 
}
.owl-dots { 
  margin-top: 0;
  display: inline-block; 
  overflow: hidden; 
}
.owl-carousel .owl-dots .owl-dot {
  float: left;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  margin: 7px;
  border: 2px solid #6e6470;
  background: #6e6470;
}
.owl-carousel .owl-dots .active { 
  background: #fff; 
  border-color: #6e6470;  
}

.coming-soon-container .owl-nav .owl-prev { 
  background: #ee284c url(../images/tpl-coming-soon-left-arrow.png) no-repeat left center;    
}
.coming-soon-container .owl-nav .owl-next { 
  background: #ee284c url(../images/tpl-coming-soon-rightt-arrow.png) no-repeat right center; 
}
.coming-soon-container .owl-nav .owl-next, .owl-nav .owl-prev {
  top: 50%;
  transform:translateY(-70%);
  -webkit-transform:translateY(-70%);
  height: 80px;
}


@media only screen and (max-width: 767px) {
.owl-nav .owl-prev { left: 0px; } 
.owl-nav .owl-next { right: 0px; }
.owl-nav .owl-prev,
.owl-nav .owl-next { 
  -webkit-background-size: 10px 20px;
  -moz-background-size: 10px 20px;
  -ms-background-size: 10px 20px;
  -o-background-size: 10px 20px;
  background-size: 10px 20px;
}
}






/*  new css  */

/*.reaction-slider .owl-nav.disabled {
    display: block;
} */
.reaction-slider .owl-nav .owl-prev { 
  background: #fff url("../images/slider_left_arrow.png") no-repeat 12px center;     
  left: 24px; 
}
.reaction-slider  .owl-nav .owl-next { 
  background: #fff url(../images/slider_right_arrow.png) no-repeat 15px center; 
  right: 24px;
  display: none; 
}
.reaction-slider .owl-nav .owl-next, 
.reaction-slider .owl-nav .owl-prev {
  width: 42px;
  height: 42px;
  top: 50%;
  -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
  /*transform:translateY(-70%);
  -webkit-transform:translateY(-70%);
  height: 30px;*/
}

.reaction-slider .owl-dots { 
  overflow: hidden; 
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  display: block;
}
.reaction-slider .owl-dots .owl-dot {
  float: none;
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 4px;
  border: 1px solid #fff;
  background: none;
  text-indent: -9999px;
}
.reaction-slider .owl-dots .active { 
  background: #fff; 
  border-color: #fff;  
}

.testimonial-slider .owl-nav.disabled {
    display: block;
}

.testimonial-slider .owl-nav .owl-prev { 
  background: url(../images/slider_left_arrow.png) no-repeat left center;   
  left: -42px; 
}
.testimonial-slider .owl-nav .owl-next { 
  background: url(../images/slider_right_arrow.png) no-repeat right center; 
  right: -42px; 
}
.testimonial-slider .owl-nav .owl-next, 
.testimonial-slider .owl-nav .owl-prev {
  top: 20%;
  width: 15px;
  height: 30px;
  transform:inherit;
  /*-webkit-transform:translateY(-70%);
  height: 30px;*/
}

@media only screen and (max-width: 700px) {
.reaction-slider .owl-dots { display: block;}
.reaction-slider .owl-nav.disabled { display: none;}
}
@media only screen and (max-width: 700px) {
.testimonial-slider .owl-nav .owl-next, 
.testimonial-slider .owl-nav .owl-prev {
    display: none;
}
}

.reaction-center-slider .owl-dots,
.reaction-center-slider .owl-nav .owl-next, 
.reaction-center-slider .owl-nav .owl-prev {
  display: none;
}