<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{text-align: center;}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size:0; height:45px; width:45px;
	background-color:rgba(0, 0, 0, 0.5); text-transform:uppercase;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity:1;
}
/* 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=100);/*IE7 fix*/
	opacity:0.5;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{float:left; background-image:url(../images/img-11.png); background-position:center center; background-repeat:no-repeat;}
.owl-theme .owl-controls .owl-buttons .owl-next{float:right;background-image:url(../images/img-12.png); background-position:center center; background-repeat:no-repeat;}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block; position:relative;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page:after{height: 2px;width: 14px;background: #b8b8b8;position: absolute;right: -7px;top: 10px;content: "";}
.owl-theme .owl-controls .owl-page:last-child:after{ display:none;}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #b8b8b8;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1; background: #1769b0;
}

/* 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(AjaxLoader.gif) no-repeat center center
}


.owl-pagination{position: absolute; bottom: 25px; right: 38%;}
.owl-buttons{position: absolute; top: 45%; left: 0; width: 100%; height: 1px;}
#owl-demo2 .owl-pagination{ display:none;}
#owl-demo2 .owl-prev{ margin-left:-80px;}
#owl-demo2 .owl-next{ margin-right:-80px;}
#owl-demo2 .item img{ width:100%;}

@media screen and (max-width:1199px) {
.owl-pagination{bottom: 9px; right: 35%;}
}

@media screen and (max-width:500px) {
.owl-pagination{bottom: 9px; right: 0; margin: 0 auto; width: 100%; text-align: center;}
}</pre></body></html>