.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    touch-action: pan-y;
}

.owl-theme .owl-controls .owl-nav[class*=owl-] {
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

    .owl-dots,
    .owl-nav {
        position: absolute;
        top: 0;
        width: 50%;
        padding: 0;
    }

        .owl-nav {
            right: 0;
            text-align: right;
        }

        .owl-dots {
            left: 0;
        }

            .owl-dots .owl-dot:first-child span {
                margin-left: 2px !important;
            }

        .owl-prev,
        .owl-next {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 25%;
            max-width: 100px;
        }

        .owl-next {
            text-align: left;
        }

        .owl-prev img,
        .owl-next img {
            margin-top: -50%;
            width: 100%;
        }

        .owl-prev img {
            margin-right: -20%;
        }

.owl-theme .owl-controls .owl-nav[class*=owl-]:hover {
    text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.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: 10px 5px;
    background: #a9a9a9;
    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;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ed1c24
}
