.owl-controls {margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-controls .owl-nav {color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.owl-controls .owl-nav:hover {background:#869791;color:#fff;text-decoration:none;}
.owl-controls .owl-nav .disabled {opacity:.5;cursor:default;}
.owl-dots {text-align: center;position: relative;height: 0;}
.owl-dots .owl-dot {display: inline-block;zoom:1;*display:inline;height: 13px;margin: 0;padding: 0;position: relative;}
.owl-dots .owl-dot span {width: 8px;height: 8px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {background:#5B82B2;}


.owl-prev, .owl-next {}
.owl-prev {
    background: url(images/arrowleft.png) no-repeat 0 0;
    font-size: 0;
    height: 35px;
    left: -14px;
}
.owl-next {
    background: url(images/arrowright.png) no-repeat 0 0;
    font-size: 0;
    right: -14px;
}


.owl2 .owl-dots {display: none;}