



/*
*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;padding: 3px 10px;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:33px; height:116px; background:url(../images/left_1.jpg) center center; position:absolute; left: -5%; top:30%; margin-top:-50px;!important z-index:111}
.owl-next{display:block; width:33px; height:116px; background:url(../images/right_1.jpg) center center; position:absolute; right:-5%; top:30%; margin-top:-50px;!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:90px; margin:0 auto;  margin-top:0px; font-size:12px; color:#888; background:#fff; line-height:18px; text-align:center;}

.pt__act h2{width:90%; height:34px; margin:0 auto; line-height:34px; font-weight:bold; text-align:center; font-size:18px; color:#222;}

.pt__ab1{width:90%; margin:0 auto; font-size:14px; }





#pt__w{width:100%; height:530px; margin:0 auto;   z-index:99;}


@media (max-width:1680px) {
#pt__w{width:100%; height:420px;   z-index:99;}
}

@media (max-width:1440px) {
#pt__w{width:100%; height:430px;   z-index:99;}
}


@media (max-width:1366px) {
#pt__w{width:100%; height:350px;   z-index:99;}
}





@media (max-width:1200px) {
#pt__w{width:100%; height:320px;    z-index:99;}
}


@media (max-width:1024px) {
#pt__w{width:100%; height:380px;    z-index:99;}
}