<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
*www.mycodes.net
*/
.owl-theme{ }
.owl-theme .owl-controls{margin-top:0px;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*/margin: 5px;font-size: 12px; 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*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
/* Styling Pagination*/

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



.owl-prev{display:block; width:44px; height:44px; background:url(../images/left_1.png) center center; position:absolute; left: -5%; top:40%; margin-top:-22px;!important z-index:111}
.owl-next{display:block; width:44px; height:44px; background:url(../images/right_1.png) center center; position:absolute; right:-5%; top:40%; margin-top:-22px;!important z-index:111}

.item{ -webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s  ease-out; transition:all 0.2s ease-out;}
.item:hover{-webkit-box-shadow:0 0 10px 0px #ddd;   -moz-box-shadow:0 0 10px 0px #ddd;   box-shadow:0 0 10px 0px #ddd;}
.item:hover .pt__ac1c{background:#84c225;}
.pt__act{width:100%; height:50px; margin:0 auto;  margin-top:0px; font-size:12px; color:#888; background:#fff; line-height:18px; text-align:center;}

.pt__act h2{width:100%; height:50px; line-height:50px; margin:0 auto;; font-weight: normal; text-align:center; font-size:14px; color:#333;}


#pt__w{width:100%;margin:0 auto; z-index:99;}




@media (max-width:1366px) {
#pt__w{width:100%; height: auto;   z-index:99;}
}





@media (max-width:1200px) {
#pt__w{width:100%; height: auto;   z-index:99;}
.owl-carousel{display: none;position: relative; width: 100%; width:100%; margin:0 auto; -ms-touch-action: pan-y;}
}


@media (max-width:1024px) {
#pt__w{width:100%; height: auto;    z-index:99;}
}
@media (max-width:600px) {
.owl-carousel{display: none;position: relative; width: 75%;  margin:0 auto; -ms-touch-action: pan-y;}	
}</pre></body></html>