/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.exl-theme .exl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.exl-theme .exl-controls .exl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.exl-theme .exl-controls.clickable .exl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.exl-theme .exl-controls .exl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.exl-theme .exl-controls .exl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.exl-theme .exl-controls .exl-page.active span,
.exl-theme .exl-controls.clickable .exl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.exl-theme .exl-controls .exl-page span.exl-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 */
.exl-item.loading{
	min-height: 150px;
	background: var(--wpr-bg-9e20ca3d-aa9c-42ea-a2e5-191a30a9ae5a) no-repeat center center
}