/**
 * 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:7px;padding:0px 0px;background:0;display:inline-block;cursor:pointer;border-radius:0}
.owl-theme .owl-nav [class*=owl-]:hover{color:#FFF; text-decoration:none}
.owl-theme .owl-nav .disabled {opacity:0; cursor:pointer;}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:0px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#fff;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:0px}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{background: #fff;}
.owl-theme .owl-dots .owl-dot span{
	width: 0;
	height: 0;
	margin:0;
}
.owl-theme .owl-nav{
	position: absolute;
	left: -90;
	bottom: 10;
	font:0;
}
@media screen and (min-width: 768px){
		.owl-theme .owl-nav{
		left: -80;
		bottom: 10;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
		font-size: 40px;
}
@media screen and (min-width: 992px){
		.owl-theme .owl-nav{
		left: -80;
		bottom: 20;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
		font-size: 40px;
}
@media screen and (min-width: 1024px){
		.owl-theme .owl-nav{
		left: -100;
		bottom: 100;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
		font-size: 48px;
}
@media screen and (min-width: 1200px){
	.owl-theme .owl-nav{
		left: -100;
		bottom: 20;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
		font-size: 48px;
}