/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	margin-top: 10px;
	width:100%;
	position:absolute;
	
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	display: inline-block;
	cursor: pointer;
	width:54px;
	height:54px;
	background-color:#fff;
	border:1px solid #ddd;
	
}

.owl-prev{
	position:absolute;
	/* left:0; */
	
}

.owl-prev i{color:#121212;}
.owl-prev i:hover{color:#fff;}

.owl-next{
	position:absolute;
	right:0;
	
}

.owl-next i{color:#121212;}
.owl-next i:hover{color:#fff;}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #63a2aa;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
	/* max-width: 1500px; margin: 0 auto; */
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	border: none;
	width: 50%;
	height: 2px;;
}
.owl-theme .owl-dots .owl-dot.active{background: #f0a61b;}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #f8f8f8;
	/* display: none; */
	-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
}

@media screen and (max-width: 640px) {
	.owl-theme .owl-dots .owl-dot {width: inherit; display: inline-block;}
}