.item, .no-js .owl-carousel {
    min-height: 600px;
}

.owl-dots{
	display: block;
/*	float:right;*/
	position: relative;
	margin-top: -60px;
/*	margin-right: 40px;*/
	text-align: center;
}
@media all and (max-width:800px) {
	.owl-dots{
		display: block;
		float:left;
		margin-top: -40px;
		margin-left: 20px;
	}
}

.owl-dot{
	display:inline-block;
/*	float:left;*/
	height:7px;
	width:7px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: transparent;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid white;
}
.owl-dot.active{
	background-color: white;
}


