
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
	text-align: center;
	position: absolute;
	bottom: -80px;
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	z-index: 999;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	margin: 0px;
	padding: 0;
	font-size: 1px;
	font-size: 48px;
	border-radius: 0;
	opacity: 1;
	width: 35px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	position: absolute;
	bottom: 434px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 10px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 10px;
}

.owl-vitrine.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -45px;
}

.owl-vitrine.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -45px;
}

.owl-vitrine.owl-theme .owl-controls .owl-buttons div {
	width: 30px;
	height: 30px;
	background: #333;
	text-align: center;
	line-height: 30px;
	border-radius: 40px;
	bottom: 220px;
}

.owl-vitrine.owl-theme .owl-controls .owl-buttons div:after {
	color: #fff !important;
	width: 30px;
	text-align: center;
	font-size: 22px !important;
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=60);
	opacity: .6;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 100%;
	height: 80px;
	margin: 0px;
	border-radius: 0px;
	background: transparent;
	border: 0;
	position: relative;
	border-top: 3px solid transparent;
}

.owl-theme .owl-controls .owl-page span:after {
	background: #fff;
	width: 100%;
	height: 12px;
	border-radius: 100%;
	opacity: 0;
	margin: 4px;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.owl-theme .owl-controls .owl-page.active span:after, .owl-theme .owl-controls.clickable .owl-page:hover span:after {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span {
	background-color: rgba(255, 255, 255, .1);
	border-color: #fff;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url("https://cdn-ilebgdl.nitrocdn.com/zvsxDgVLDyBRbnXpluxqDAMvOcknswnX/assets/images/optimized/rev-f252530/datastone.com.br/wp-content/themes/datastone/owl-carousel/AjaxLoader.gif") no-repeat center center;
}

.owl-item.loading.nitro-lazy {
	background: none !important;
}
