.owl-theme .owl-nav {
    margin-top:10px;
    text-align:center;
    -webkit-tap-highlight-color:transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color:#FFF;
    width:40px;
    height:40px;
    font-size:0;
    margin:5px 30px;
    background:#384e5f;
    display:inline-block;
    cursor:pointer;
    border-radius:50%;
    position:relative;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background:#263540;
    text-decoration:none;
}
.owl-theme .owl-nav [class*='owl-']::after {
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    width:10px;
    height:10px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    margin-left:-1px;
}
.owl-theme .owl-nav .owl-prev::after {
    transform:translate(-50%,-50%) rotate(-45deg);
    border-left:2px solid #fff;
    border-right:0;
    margin-left:0;
    margin-right:-1px;
}
.owl-theme .owl-nav .disabled {
    opacity:0.5;
    cursor:default;
}

.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;
}
