.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-prev.disabled, .owl-next.disabled{opacity:1;}
.owl-nav div{width:30px;text-indent:-9000px;cursor:pointer;height:100%;box-sizing:border-box;position:absolute;top:0;height:94px;margin-top:-1px;}
.owl-prev{background:url(../img/arrows_left.svg) no-repeat center center #000;background-size:14px 23px;left:0px;box-shadow:0px 9px 6px 0px rgb(0, 0, 0), inset 0 0 4px 2px #27bae5, inset 0px 0 3px 2px #004c98, 0px 0 10px 1px #03337f;background-color:#000000;color:#000;}
.owl-next{background:url(../img/arrows_right.svg) no-repeat center center #000;background-size:14px 23px;right:0px;color:#000;box-shadow:0px 9px 6px 0px rgb(0, 0, 0), inset 0 0 4px 2px #27bae5, inset 0px 0 3px 2px #004c98, 0px 0 10px 1px #03337f;background-color:#000000;}
.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{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#869791;}