.owl-theme .owl-nav {
    margin-top:10px;
    text-align:center;
    -webkit-tap-highlight-color:transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color:#FFF;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#D6D6D6;
    display:inline-block;
    cursor:pointer;
    border-radius:3px;
}
.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 {
    position:absolute;
    top:50%;
    right:30px;
    text-align:center;
    -webkit-tap-highlight-color:transparent;
    z-index:2;
}
.owl-theme .owl-dots .owl-dot {
    display:block;
    zoom:1;
    margin:18px auto;
    width:8px;
    height:8px;
    border:1px solid #fff;
    border-radius:50%;
    position:relative;
    transition:all .3s ease;
}
.owl-theme .owl-dots .owl-dot span {
    position:absolute;
    width:4px;
    height:4px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:rgba(0,0,0,0);
    display:block;
    transition:all .3s ease;

}
.owl-theme .owl-dots .owl-dot.active {
    width:10px;
    height:10px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background:#fff;
}
