@charset "utf-8";
/* CSS Document */
.owl-nav {
	display:none;
}


.owl-prev, .owl-next {
	display:block;
	position:absolute;
	background-color:rgba(0,0,0,0.3) !important;
	color:rgba(255,255,255,0.8) !important;
	padding:16px !important;
	font-size:20px !important;
	top:40% !important;
	width:40px !important ;
	height:40px !important;
}

.owl-next{
	right:0;
}

.owl-item:hover > .owl-prev, .owl-next {
	display:block;
}

.owl-dots {
	display:block !important;
	position:absolute !important;
	bottom:8px !important;
	text-align:center !important;
	width:100% !important;
}

.owl-dot {
	display:inline-block!important;
	width:10px !important;
	height:10px !important;
	background-color:rgba(255,255,255,0.20) !important;
	margin:6px !important;
	border-radius:6px;
}

.owl-dot.active {
	background-color:rgba(255,255,255,0.5) !important;
}

