/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.sl-carousel,.sl-carousel .sl-item{-webkit-tap-highlight-color:transparent; position:relative}
.sl-carousel{display:none; width:100%; z-index:1}
.sl-carousel .sl-stage{position:relative; -ms-touch-action:pan-Y; touch-action:manipulation; -moz-backface-visibility:hidden}
.sl-carousel .sl-stage:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0}
.sl-carousel .sl-stage-outer{position:relative; overflow:hidden; -webkit-transform:translate3d(0,0,0)}
.sl-carousel .sl-item,.sl-carousel .sl-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)}
.sl-carousel .sl-item{min-height:1px; float:left; -webkit-backface-visibility:hidden; -webkit-touch-callout:none}
.sl-carousel .sl-item img{display:block; width:100%}
.sl-carousel .sl-dots.disabled,.sl-carousel .sl-nav.disabled{display:none}
.no-js .sl-carousel,.sl-carousel.sl-loaded{display:block}
.sl-carousel .sl-dot,.sl-carousel .sl-nav .sl-next,.sl-carousel .sl-nav .sl-prev{cursor:pointer; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}
.sl-carousel .sl-nav button.sl-next,.sl-carousel .sl-nav button.sl-prev,.sl-carousel button.sl-dot{background:0 0; color:inherit; border:none; padding:0!important; font:inherit; width: auto; height: auto; min-width: auto; margin: 0;}
.sl-carousel.sl-loading{opacity:0; display:block}
.sl-carousel.sl-hidden{opacity:0}
.sl-carousel.sl-refresh .sl-item{visibility:hidden}
.sl-carousel.sl-drag .sl-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}
.sl-carousel.sl-grab{cursor:move; cursor:grab}
.sl-carousel.sl-rtl{direction:rtl}
.sl-carousel.sl-rtl .sl-item{float:right}
.sl-carousel .animated{animation-duration:1s; animation-fill-mode:both}
.sl-carousel .sl-animated-in{z-index:0}.sl-carousel .sl-animated-out{z-index:1}
.sl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.sl-height{transition:height .5s ease-in-out}
.sl-carousel .sl-item .sl-lazy{opacity:0; transition:opacity .4s ease}
.sl-carousel .sl-item .sl-lazy:not([src]),.sl-carousel .sl-item .sl-lazy[src^=""]{max-height:0}
.sl-carousel .sl-item img.sl-lazy{transform-style:preserve-3d}
.sl-carousel .sl-video-wrapper{position:relative; height:100%; background:#000}
.sl-carousel .sl-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}
.sl-carousel .sl-video-play-icon:hover{-ms-transform:scale(1.3,1.3); transform:scale(1.3,1.3)}
.sl-carousel .sl-video-playing .sl-video-play-icon,.sl-carousel .sl-video-playing .sl-video-tn{display:none}
.sl-carousel .sl-video-tn{opacity:0; height:100%; background-position:center center; background-repeat:no-repeat; background-size:contain; transition:opacity .4s ease}
.sl-carousel .sl-video-frame{position:relative; z-index:1; height:100%; width:100%}


.sl-theme .sl-dots,.sl-theme .sl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.sl-theme .sl-nav{margin-top:10px}
.sl-theme .sl-nav [class*=sl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.sl-theme .sl-nav [class*=sl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.sl-theme .sl-nav .disabled{opacity:.5;cursor:default}
.sl-theme .sl-nav.disabled+.sl-dots{margin-top:10px}
.sl-theme .sl-dots .sl-dot{display:inline-block;zoom:1}
.sl-theme .sl-dots .sl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px; background: #3d90ce;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;}
.sl-theme .sl-dots .sl-dot.active span, .sl-theme .sl-dots .sl-dot:hover span{background:#869791}