/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-nav {}
.owl-theme .owl-dots {position:relative; width:100%; text-align:center;-webkit-tap-highlight-color:transparent; margin-top:50px; padding-top:20px; border-top:1px solid #d9d9d9;}
.owl-theme .owl-nav {}
 
.owl-theme .owl-nav .owl-prev {position:absolute;  top:30%; left:20%; background:url(/resources/images/sub/btn_newprev.png) no-repeat center top; }
.owl-theme .owl-nav .owl-next {position:absolute;  top:30%; right:20%;  background:url(/resources/images/sub/btn_newnext.png) no-repeat center top; }

.owl-theme .owl-nav [class*=owl-]{ width:35px; height:53px; /*font-size:14px;margin:5px;padding:4px 7px; color:#FFF; background:#D6D6D6; border-radius:3px;*/display:inline-block;cursor:pointer; text-indent:-3000px }
.owl-theme .owl-nav [class*=owl-]:hover{/*background:#869791;color:#FFF; text-decoration:none */}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot {display:inline-block;zoom:1; width:14.2%; text-align:center; border-left:1px dotted #999; padding:10px 0;}
.owl-theme .owl-dots .owl-dot:first-of-type {border-left:0;}
.owl-theme .owl-dots .owl-dot span {width:100%; height:120px; display:block; -webkit-backface-visibility:visible;transition:opacity .2s ease; }
.owl-theme .owl-dots .owl-dot::after {display:block; margin-top:5px;color:#333; font-size:14px; padding-top:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding:0 5px;}


/*.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}*/