/**
 * 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 {
	position: absolute;
	top: 50%;
	right: 0;
    left: 0;
	margin-top: -25px;
}
.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	width: 90px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	background-color: #F3EFEC;
	opacity: 1;
	transition: all .3s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	border-color: #2A615B;
}
.owl-theme .owl-nav [class*=owl-] img {
	filter: invert(61%) sepia(1%) saturate(83%) hue-rotate(315deg) brightness(101%) contrast(94%);
	transition: all .3s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-]:hover img {
	filter: none;
}
.owl-theme .owl-nav button.owl-prev {
	left: 0px;
}
.owl-theme .owl-nav button.owl-next {
	right: 0px;
}
.owl-theme .owl-nav .disabled {
	/*opacity: .5;
	cursor: default;*/
}
/*.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0px;
}*/
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	padding: 0;
	background: none;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border: 2px solid #2A615B;
    background: transparent;
	border-radius: 10px;
	transition: all .3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2A615B;
}
.owl-theme .owl-dots .owl-dot.active span {
	width: 32px;
}
