/**
 * 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 {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	color: #666;
    padding-top: 10px;
	transition: all 0.4s;
}
.owl-theme .owl-nav {
	padding-top: 0px
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	/*padding: 15px 19px !important;
	padding: 4px 7px;
	background: #D6D6D6;*/
	display: inline-block;
	cursor: pointer;
	border-radius: 0px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	/*background: #869791;*/
	color: #333;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
/*.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
    bottom: 0px;
    width: 100%;
    padding-bottom: 10px;
}*/
.owl-theme .owl-dots .owl-dot {
	display: flex;
	justify-content: center;
	align-items: center;
	zoom: 1;
	outline: none;

	width: 40px;
	height: 40px;
	background-color: transparent;
	border-radius: 20px;
}
.owl-theme .owl-dots .owl-dot:hover, .owl-theme .owl-dots .owl-dot.active {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	/* margin: 5px 7px; */
	/* background: rgba(255, 255, 255, 1); */
	background-color: #464646;
	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-color: #fff;
	/* border: 15px solid rgba(255, 255, 255, 0.25);
	margin: 0px; */
}
@media screen and (max-width: 500px) {

}