/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

 .owl-controls{
 	display:block;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	/*color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;*/
}

.owl-page div{ background-color:#00FF99;
}


/* 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{
	background: #D1D1D1;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	outline: 0;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 0px solid #FFFFFF;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #1a9ddf;
}
.owl-theme .owl-controls.clickable .owl-page :hover span{
	/* filter: Alpha(Opacity=100);
	opacity: 1; */
	
}

.owl-page:hover span{
	background-color:#000000;
}

/* 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
}

	

 .owl-prev{
	display:block;
	position:absolute;
	top: 50%;
 	left:0;
   	width:36px;
	height:60px;
	margin-top:-30px;
   	background: url(/owl-carousel/prev.png) no-repeat center; 
	background-color:#FFFFFF;
}

.owl-next{
   position:absolute;
   top:50%; right:0px;
	margin-top:-30px;
   display:block;
   width:36px;
 	height:60px;
   background: url(/owl-carousel/next.png) no-repeat center;
   background-color:#FFFFFF;	
}

.owl-prev,.owl-next{
  opacity:0.2;
}

.owl-pagination{
	position:relative;
top: 100%;
left: 0;
right: 0;
margin: auto;
padding-bottom:8px;
}

.owl-comment {
	display:block;
	position:absolute;
	bottom: 0%;
	padding:18px;
	background-color: rgba(0, 0, 0, 0.4);
	color:#FFFFFF;
}