/**
 * 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: 10px
}
.owl-theme .owl-nav:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #222;
    font-size: 1.5rem;
    margin: -20px 0 0 0;
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: 36px;
    height: 40px;
    position: absolute;
    top: 50%;
    border: 2px solid rgba(255,255,255,0);
    text-align: center;
    cursor: pointer;
}
.annexBlk .owl-theme .owl-nav .owl-prev {
    left: 2px;
}
.annexBlk .owl-theme .owl-nav .owl-next {
    right: 2px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .125;
    background: rgba(20,64,109,.25);
    cursor: default
}

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

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
    border: none;
}

.owl-theme .owl-dots .owl-dot:focus{border: 2px dotted orange;}

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

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fec72c
}
.owl-theme .owl-dots .owl-dot.active span{width: 12px;height: 12px;}