.owl-dots, .owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
}

.owl-dots {
    bottom: 25px;
    left: 20px;
    /*margin-bottom: 60px;*/
}

.owl-theme .owl-dots {
    text-align: center
}

.owl-theme .owl-nav {
    text-align: center;
    /*margin-top: 10px*/
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {

    font-size: 44px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99999;
    color: #FFF;
    border: none;
}

.owl-theme .owl-dots .owl-dot span {
    /*background: #D6D6D6;*/
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #B21142;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot span {
    background: #FFF
}

.owl-nav .owl-prev {
    left: -0px;
    top: 40%
}

.owl-nav .owl-next {
    top: 40%;
    right: -0px
}

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
    background: #B52225
}

@media (max-width: 500px) {

    .owl-theme .owl-dots {
        display: none !important;
    }
}