/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/

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

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 4px 10%;
    background: transparent;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
}

.owl-theme .owl-nav:hover {
    background: transparent;
    color: #000;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 20px
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
.slider-sponsors .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% + 25px);
    display: flex;
    justify-content: space-between;
    flex-direction: row
}
.artists .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% - 24px);
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.arrow-prev,
.arrow-next {position: relative}

.arrow-prev:before,
.arrow-next:before {
    content:"";
    display:inline-block;
    position:absolute;
    cursor: pointer;
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
}
.arrow-prev:before {
    left:0; top:0;
    border-right:15px solid #0A032A; 
}
.arrow-next:before {
    right:0; top:0;
    border-left:15px solid #0A032A;
}
.artists .owl-stage-outer {overflow: hidden}
.artists .owl-item {
    height: 211px
}
.artists .owl-item,
.slider-sponsors .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-sponsors .owl-item.active {border-right: 1px solid #333;}
.slider-sponsors .center.active ~ .owl-item.active {border-right: 0}

@media screen and (max-width: 991px) {
    .slider-sponsors .owl-item.active {border: 0}
}
@media screen and (max-width: 700px){
    .owl-dots {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 520px){
    .owl-theme .owl-nav {
        padding: 4px 20px;
    }
}
