/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent }
.owl-theme .owl-nav { margin-top: 0 }

.owl-theme .owl-nav .owl-next { position: absolute; top:40%; right: -40px; text-indent: -9999px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #e60013;
}
.owl-theme .owl-nav .owl-prev { position: absolute; top:40%; left: -40px; text-indent: -9999px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 18px 10px 0;
    border-color: transparent #e60013 transparent transparent;
}
.owl-theme .owl-nav .disabled { opacity: .1; cursor: default }
.owl-theme .owl-nav.disabled+.owl-dots { margin: 10px 0; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1 }
.owl-theme .owl-dots .owl-dot span { position: relative; background: #FFF; display: block; width: 20px; height: 6px;margin: 0 4px;outline: 0;opacity: 0.5; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {  background: #e60012; opacity: 1; }
