/**
 * 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 [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;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}
.owl-theme .owl-dots .owl-dot span{
    width:20px;
    height:20px;
    margin:5px 5px;
    margin-top: -80px;
    background-color: #fff;
    display:block;
    transition: .5s;
    transition:opacity .2s ease;
    border-radius:30px;
    border: 2px solid #2c4c3c;
}
.owl-dots{
    position: absolute;
    transition: .5s;
    left: calc(50% - 4 *(19px));
}
@media only screen and (max-width: 1200px) {
    .owl-theme .owl-dots .owl-dot span{
        margin-top: -70px;
        transition: .5s;
    }
}
@media only screen and (max-width: 900px) {
    .owl-theme .owl-dots .owl-dot span{
        margin-top: -65px;
        transition: .5s;
    }
}
@media only screen and (max-width: 680px) {
    .owl-theme .owl-dots .owl-dot span{
        margin-top: -60px;
        transition: .5s;
    }
}
@media only screen and (max-width: 350px) {
    .owl-theme .owl-dots .owl-dot span{
        margin-top: -55px;
        transition: .5s;
    }
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#f2be30}


/* THEME 2*/

/**
 * 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-2 .owl-dots,.owl-theme-2 .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme-2 .owl-nav{font-size:400%;color: #2c4c3c;}.owl-theme-2 .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:transparent;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme-2 .owl-nav [class*=owl-]:hover{background:transparent;color:#f2be30;text-decoration:none}.owl-theme-2 .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme-2 .owl-dots .owl-dot{display:inline-block;zoom:1}