﻿



/*
*Owl Carousel Owl Demo Theme
*www.mycodes.net
*/
#owl-demo{ padding-top:18px;} 
.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*/font-size: 12px; filter: Alpha(Opacity=50);/*IE7 fix*/opacity:0.8;}


/* 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:32px; height:164px;  position:absolute; left: -0%; top:-0px !important; z-index:111}
.owl-next{display:block; width:32px; height:164px;  position:absolute; right:-0%; top:-0px !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 .pt__ac1c{background:#84c225;}


.pt__act{width:100%; height: auto; margin:0 auto; margin-top:0px; font-size:12px; color:#888; background:#fff; line-height:18px;}

.pt__act h2{width:100%; height:32px; margin:0 auto; line-height:32px; font-weight: normal; text-align:center; font-size:14px; color:#575757; }
.pt__act h2:hover{ color:#ff2400}

.itemz{cursor:pointer;position: relative;}
.itemz_zz{transition: All 0.4s ease-in-out;position: absolute; width:100%; height: 100%; background: rgba(1,32,96,.8);z-index: 10;opacity: 0;}
.itemz_text{padding: 0 25px; position: absolute;left:50%; top:50%; transform:translate(-50%,-50%);width:100%;}
.itemz_text a{font-size: 12px; color: #fff; display: block; padding-bottom: 10px; text-align: center;}

.itemz:hover .itemz_zz{opacity: 1;} 

