/*
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*Default theme - Owl Carousel CSS File*/
.owl-theme .owl-nav {position:absolute; top:-35px; right:0; -webkit-tap-highlight-color:transparent;}
.owl-theme .owl-nav button {padding:0; box-shadow:none; margin:0 0 0 1px;  background:#007A92; cursor:pointer;}
   
	
.owl-theme .owl-nav  span {display:inline-block; font-size:24px; line-height:60%; padding:2px 4px; }
	
.owl-theme .owl-nav [class*='owl-']:hover {background:#869791; color:#FFF; text-decoration:none;}
.owl-theme .owl-nav .disabled {opacity:0.5; cursor:default;}
.owl-theme .owl-nav.disabled + .owl-dots {margin-top:10px;}
.owl-theme .owl-dots {text-align:center; -webkit-tap-highlight-color:transparent;}
.owl-theme .owl-dots .owl-dot {display:inline-block; zoom:1; *display: inline;}
.owl-theme .owl-dots .owl-dot span {display:block; margin:5px 7px; height:5px; width:25px; background:#C1C2BC; border-radius:30px;
       -webkit-backface-visibility:visible; transition:opacity 200ms ease;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#007A92;}