.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
}

.owl-theme .owl-nav [class*="owl-"] {
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #777;
    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 {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 20px;
}

.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: #c2a499;
    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: #864934;
}

.owl-prev {
    position: absolute;
    outline: none;
    top: 50%;
    left: -36px;
    font-size: 50px;
    color: #777;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    font-size: 0px;
    background: url(../images/next.png) no-repeat center;
    width: 26px;
    height: 48px;
}

.owl-next {
    position: absolute;
    outline: none;
    top: 50%;
    right: -36px;
    font-size: 50px;
    color: #777;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    font-size: 0px;
    background: url(../images/prev.png) no-repeat center;
    width: 26px;
    height: 48px;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}