



/*
*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{ }


/* 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:51px; height:51px; background:url(../images/d5.png) center no-repeat; position:absolute; right: 100px;%; top:0%; !important z-index:111}
.owl-next{display:block; width:51px; height:51px; background:url(../images/d6.png) center no-repeat; position:absolute; right:30px; top:0%; ;!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__w{width:100%; max-width:1340px;  margin:0 auto; padding-top:70px;   z-index:99;}






