.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 39px);
    height: 39px;
    width: 39px;
    color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: 0.5;
}

#csm .owl-carousel .owl-next {
    right: -10%;
}

#csm .owl-carousel .owl-next:before {
    content: '';
    background: url(../img/arrow-r.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    /* height: 100px; */
    padding-bottom: 300%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 4em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #a00000;
}

#csm .owl-carousel .owl-prev {
    left: -10%;
}

#csm .owl-carousel .owl-prev:before {
    content: '';
    background: url(../img/arrow-l.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    padding-bottom: 300%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 4em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #a00000;
}

.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: 5px 7px;
    background: #d6d6d6;
    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;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}