/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{margin-top:10px;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: 2px 8px;font-size: 12px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;background: #869791;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*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 0 5px;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #869791;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
/* 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(AjaxLoader.gif) no-repeat center center}
.customNavigation{ text-align:right; background:url(../images/hline.png) left center repeat-x; margin:20px 0; height:30px;line-height:28px;}
.customNavigation h3{ float:left; margin:0px; padding:0px; line-height:1em; background:#fff; padding-right:10px;}
.customNavigation a em{ padding:4px 3px; text-decoration:none;  cursor:pointer;color:#fff;-webkit-border-radius: 30px; -moz-border-radius:30px; border-radius: 30px; font-size:12px; background:#333; border:2px #fff solid; margin-right:-3px}
.customNavigation a:hover em{ background:#000; height:20px}
#owl-01 .item img,#owl-04 .item img{display: block; width: 100%; height: auto;}
#bar{width: 0%;max-width: 100%; height: 4px;background: #f00;}
#progressBar{width: 100%;background: #EDEDED;}
#owl-01 .owl-controls{ position:absolute; bottom:0px; right:0px;}
#owl-04 .owl-buttons{ position:absolute; top:0%; left:0px; right:0px; height:50px;  opacity:0; height:90%}
#owl-04 .owl-buttons:hover{  opacity:1}
#owl-04 .owl-buttons div.owl-prev{ float:left;text-indent:-9999px; background:url(../images/pl.png) left center no-repeat; margin:0px; height:100%; width:10%}
#owl-04 .owl-buttons div.owl-next{ float:right; text-indent:-9999px; background:url(../images/nr.png) right center no-repeat; margin:0px; height:100%; width:10%;}

#owl-03 .item{ padding:5px}
#owl-03 .item .zoom-gallery{ background:url(../images/search-icon-614x460.png) center center no-repeat #000;}
#owl-03 .item img{	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
#owl-03 .item img:hover{filter: Alpha(Opacity=40);/*IE7 fix*/opacity:0.4;}

