/*
* 	Owl Carousel Owl Demo Theme 
*/

.owl-dots{
    margin-top: 20px;
	text-align: center;
}

.owl-dots .owl-dot{
	display: inline-block;
}
.owl-dots .owl-dot span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span{
	opacity: 1;
}



