/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 0px;
	height: 0;
	/*position: absolute;
	width: 100%;
	top: 50%;
	right: 0px;*/
	
}
.owl-dots{
	display:none !important;
}

/* 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;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	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  *****Page Home*/

.owl-theme .owl-controls .owl-nav{
	display: inline-block;
	zoom: 1;
	width:100%;
	height:0;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-nav div{
	display: block !important;
	width: 25px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	position: absolute;
	font-size:0;
	z-index: 2;
	opacity:0.7;
	color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.owl-theme .owl-controls .owl-nav div.owl-prev{
	
	left: 0px;
	text-align: left;

}
.owl-theme .owl-controls .owl-nav div.owl-next{
	
	right: 0px;
	text-align: right;
	
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before{
	display: inline-block;
	content: '\f104';
	line-height: 60px;
	font-size: 60px;
	color: #323d41;
	font-family: FontAwesome;
}
.owl-theme .owl-controls .owl-nav div.owl-next:before{
	display: inline-block;
	content: '\f105';
	line-height: 60px;
	font-size: 60px;
	color: #323d41;
	font-family: FontAwesome;
}

.owl-theme.carousel-images .owl-controls .owl-nav div{
	width: 40px;
	height: 100px;
	margin-top: -50px;
	opacity:0.8;
}
.owl-theme.carousel-images .owl-controls .owl-nav div.owl-prev{
	left: 50px;

}
.owl-theme.carousel-images .owl-controls .owl-nav div.owl-next{	
	right: 50px;	
}
.owl-theme.carousel-images .owl-controls .owl-nav div.owl-prev:before{
	line-height: 100px;
	font-size: 100px;
	color: #ffffff;
}
.owl-theme.carousel-images .owl-controls .owl-nav div.owl-next:before{
	line-height: 100px;
	font-size: 100px;
	color: #ffffff;
}



.owl-theme .owl-controls .owl-nav div:hover{
	opacity:1;
}



@media (max-width: 1360px){
	
.owl-theme.carousel-images .owl-controls .owl-nav div{
	width: 34px;
	height: 70px;
	margin-top: -35px;
}
.owl-theme.carousel-images .owl-controls .owl-nav div.owl-prev{
	left: 30px;

}
.owl-theme.carousel-images .owl-controls .owl-nav div.owl-next{	
	right: 30px;	
}
.owl-theme.carousel-images .owl-controls .owl-nav div.owl-prev:before{
	line-height: 70px;
	font-size: 70px;
}
.owl-theme.carousel-images .owl-controls .owl-nav div.owl-next:before{
	line-height: 70px;
	font-size: 70px;
}
}
@media (max-width: 1199px){
	
.owl-theme.carousel-images .owl-controls .owl-nav div{
	width: 55px;
	text-align: center !important;
}
.owl-theme.carousel-images .owl-controls .owl-nav div.owl-prev{
	left: 0px;

}
.owl-theme.carousel-images .owl-controls .owl-nav div.owl-next{	
	right: 0px;	
}

}
@media (max-width: 767px){
	
.owl-theme.carousel-images .owl-controls .owl-nav div{
	height: 60px;
	margin-top: -30px;
}

.owl-theme.carousel-images .owl-controls .owl-nav div.owl-prev:before{
	line-height: 60px;
	font-size: 60px;
}
.owl-theme.carousel-images .owl-controls .owl-nav div.owl-next:before{
	line-height: 60px;
	font-size: 60px;
}
}


/* 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;
}