.owl-carousel {
	position: relative;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	background: rgba(255,255,255,0.7);
	padding: 10px 20px;
}
.owl-carousel .owl-prev {
	left: 0;
}
.owl-carousel .owl-next {
	right: 0;
}
.owl-carousel .owl-controls {
	position: absolute;
	margin: 0;
	width: 100%;
	bottom: -9%;
}
.owl-carousel .owl-dots {
	position: absolute;
	margin: 0;
	width: 100%;
	bottom: 10px;
	text-align: right;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 8px;
}

.owl-carousel .owl-dots .owl-dot span {
	display: block;
	background-color: rgba(255,255,255,0.88);
	height: 20px;
	width: 20px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot.active:hover span {
	background-color: rgba(0, 0, 0, 0.88);
}
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: rgba(51, 51, 51, 0.88);
}
.owl-carousel .owl-item {
	z-index: 1; /* Fix for OwlCarousel2 Issue #772 (loop flicker) */
}
