.owl-theme .owl-nav {
 margin-top: 10px;
 text-align: center;
 -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
 display: inline-block;
 margin: 5px;
 padding: 4px 7px;
 border-radius: 3px;
 font-size: 14px;
 color: rgb(255,255,255);
 background: rgb(214,214,214);
 cursor: pointer;
}

.owl-theme .owl-nav [class*=owl-]:hover {
 text-decoration: none;
 color: rgb(255,255,255);
 background: rgb(134,151,145);
}

.owl-theme .owl-nav .disabled {
 opacity: .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 {
 display: block;
 width: 10px;
 height: 10px;
 margin: 5px 7px;
 border-radius: 30px;
 background: rgb(214,214,214);
 transition: opacity 200ms ease;
 -webkit-backface-visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
 background: rgb(134,151,145);
}