/**
 * 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-controls .owl-nav .disabled{
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-controls .owl-nav a{font-size:0;margin-right:10px;}
.owl-theme .owl-controls .owl-nav .owl-prev{background:url(../images/main/prev-btn.png) no-repeat center center;height:43px;width:43px;}
.owl-theme .owl-controls .owl-nav .owl-next{background:url(../images/main/next-btn.png) no-repeat center center;height:43px;width:43px;}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav a:hover,.button.secondary:hover{
	text-decoration: none;
}

.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: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}
