/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {display:block;position:absolute;left:0;top:50%;right:0;margin:0;z-index:9;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}

.owl-theme button.owl-prev,
.owl-theme button.owl-next {display:block;position:absolute;top:50%;width:40px;height:40px;margin:-20px 0 0 0;overflow:hidden;color:#222;text-align:center;background:#fff;border-radius:50%;border:none;box-shadow:2px 2px 8px rgba(0,0,0,0.2);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-theme button.owl-prev i,
.owl-theme button.owl-next i {color:#222;font-size:16px;line-height:40px;}
.owl-theme button.owl-prev:hover i,
.owl-theme button.owl-next:hover i {color:#f75665;}
.owl-theme button.owl-prev {left:-30px;}
.owl-theme button.owl-next {right:-30px;}

/*.owl-theme .owl-nav [class*='owl-'] {display:inline-block;margin:0;padding:0;color:#fff;font-size:14px;background:#;cursor:pointer;}
.owl-theme .owl-nav [class*='owl-']:hover {}*/

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

.owl-theme .owl-nav.disabled + .owl-dots {}

.owl-theme .owl-dots {display:block;position:absolute;left:0;right:0;bottom:10px;text-align:center;z-index:3;}
.owl-theme .owl-dots button {background:none;border:none}
.owl-theme .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-dots .owl-dot span {display:block;width:12px;height:12px;margin:0 4px;background:#fff;border-radius:50%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#f63941;}

.owl-theme .owl-nav {opacity:0;}
.owl-theme:hover .owl-nav {opacity:1;}




@media screen and (max-width:1200px) {
.owl-theme button.owl-prev {left:-5px;}
.owl-theme button.owl-next {right:-5px;}
}




@media screen and (max-width:980px) {
}




@media screen and (max-width:480px) {
}