.owl-theme .owl-nav {display: block; width: 100%; height: 0; -webkit-tap-highlight-color: transparent; z-index: 1; position: relative;}
.owl-theme .owl-nav [class*='owl-'] {position: absolute; display: block; margin: 0; width: 30px; height: 40px; font-size: 1px; background: transparent !important; cursor: pointer; z-index: 6000;}

.owl-theme .owl-nav .owl-prev {left: 0; bottom: 205px;}
.owl-theme .owl-nav .owl-next {right: 0; bottom: 205px;}
.owl-theme.v2 .owl-nav .owl-prev {left: -30px; bottom: 85px;}
.owl-theme.v2 .owl-nav .owl-next {right: -30px; bottom: 85px;}

.owl-nav span {display: block !important; margin: 5px auto; width: 12px !important; height: 20px !important; background: url(images/arrow.png) 0 0 no-repeat !important; text-indent: -9990px;}
.owl-nav .owl-prev span {background-position: 0 0 !important;}
.owl-nav .owl-next span {background-position: -12px 0 !important;}
.owl-nav .owl-prev:hover span {background-position: 0 -20px !important;}
.owl-nav .owl-next:hover span {background-position: -12px -20px !important;}

.owl-theme .owl-nav.disabled + .owl-dots {margin-top: 10px;}
.owl-theme .owl-dots {position: absolute; left: 0; bottom: 10px; width: 100%; 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; width: 10px; height: 10px; margin: 5px 7px; background: #d6d6d6; 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: #6aaf08;}

.owl-theme-rew .owl-nav {margin-top: 10px; text-align: right; -webkit-tap-highlight-color: transparent;}
.owl-theme-rew .owl-nav [class*='owl-'] {display: inline-block; margin: 5px; padding: 4px 7px; background: transparent !important;  cursor: pointer;}
.owl-theme-rew .owl-nav .owl-prev {margin-right: 15px;}