



/*
*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: -0%; top:40%; 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:-0%; top:40%; 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; height:223px;}

.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;}

.pt__act h2{width:90%; height:24px; margin:0 auto; line-height:24px; font-weight:bold; text-align:center; font-size:14px; color:#222;}

.pt__ab1{width:90%; margin:0 auto;}
.pt__ac1{width:90%; height:22px; margin:0 auto; padding-top:3px;}

.pt__ac1c{width:85px; height:22px; float:right; background:#2c2c2c; line-height:22px; color:#fff; font-size:10px; text-align:center; -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;}
.pt__ac1c a{color:#fff;}





#pt__w{width:100%; height: auto; margin:0 auto; z-index:99;}


@media (max-width:1680px) {
#pt__w{width:100%;   z-index:99;}
}

@media (max-width:1440px) {
#pt__w{width:100%;  z-index:99;}
}


@media (max-width:1366px) {
#pt__w{width:100%; z-index:99;}
}





@media (max-width:1200px) {
#pt__w{width:100%; z-index:99;}
}


@media (max-width:1024px) {
#pt__w{width:100%;  z-index:99;}
}