/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item {-webkit-tap-highlight-color:transparent;position:relative}

.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage {position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}

.owl-carousel .owl-stage:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}

.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

.owl-carousel .owl-item {min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}

.owl-carousel .owl-item img{display:block;width:100%} 

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {display:none}

.no-js .owl-carousel,.owl-carousel.owl-loaded {display:block}

.owl-carousel.owl-loading{opacity:0;display:block}

.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}

.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}

.owl-carousel.owl-rtl .owl-item{float:right}

.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}

.owl-carousel .owl-animated-in{z-index:0}

.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}

.owl-height{transition:height .5s ease-in-out}

.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}

.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}

.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}

.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}

.owl-carousel .owl-video-tn {opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-nav {
    display: flex;
    position:relative;
    justify-content: space-between;
    margin-top:5px;
}


button.owl-prev, 
button.owl-next, 
button.owl-prev:active, 
button.owl-next:active,  
button.owl-prev:focus, 
button.owl-next:focus 
{
    background-color: #efcfa0;
    position:relative;
    border: none;
    width:0px;
    height: 0px;
    
}

.owl-prev span::before, .owl-next span::before {
    display: block;
    width: 30px;
    height: 30px;
    margin: -200px 0 0 -34px;
    cursor: pointer;
    filter: invert(53%) sepia(40%) saturate(7155%) hue-rotate(160deg) brightness(100%) contrast(98%);
}

.owl-prev span::before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' fill='02a6c7'><path d='M1.5,12l12,12h9l-12-12l12-12l-9,0L1.5,12z' fill='02a6c7' /></svg>");
    margin: -200px 0 0 -35px;
}

.owl-next span::before {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' fill='02a6c7'><path d='M10.477 0h-8.977l12.024 12-12.024 12h8.977l12.023-12z' fill='02a6c7' /></svg>");
    margin: -200px 0 0 8px;
}

.owl-prev span, .owl-next span {
       position:relative;
       padding:0px;
       margin:0px;
       float:none;
       line-height: 0;
       color: #fff;
       outline:none;
       border:none;
       font-size: .000px;
    }

.owl-dots button {   
        position: relative;
        padding: 0px;
        margin: 0 10px 0 0;
        float: none;
        line-height: 0;
        color: #fff;
        outline: none;
        border: none;
        font-size: .000px;
        border-radius: 50%;
        height: 10px;
        width: 10px;
        background-color: #000;
        opacity: 0.4;
        cursor: pointer;
    }

.owl-dots button::before {
    display:inline-block;
    width:15px;
    height:15px;
    margin:0px;
    padding:10px;
    cursor: pointer;
    }

.owl-dots button.active::before {
    display:inline-block;
    width:15px;
    height:15px;
    margin:0px;
    padding:10px;
    opacity: 1;
    }

button, button:active, button:focus, button:active {
    outline: none;
    background-color: #cc0000;
    opacity: 1;
    }





.owl-dots { width: 200px;
    text-align: center;
    margin: -25px auto 0 auto;
    position: relative;
    }

.owl-two {  
    width: 965px;
    margin: auto;           
    }


    .owl-one .owl-stage {  
        min-width: 9000px;         
        }