.item{
	height:800px;
}

.owl-dots{
	display: block;
	float:right;
	position: relative;
	margin-top: -60px;
	margin-right: 40px;
}
@media all and (max-width:800px) {
	.owl-dots{
		display: block;
		float:left;
		margin-top: -40px;
		margin-left: 20px;
	}
}

.owl-dot{
	display:block;
	float:left;
	height:20px;
	width:20px;
	margin-left: 12px;
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.owl-dot.active{
	background-color: rgba(255,255,255,1);
}