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

.owl-theme .owl-controls{
	margin-top: -50px;	
	text-align: center;
}



/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	position: absolute;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	width: 50px;
	height: 70px;
	background-image: url(../../images/sprite_icons.png);
	background-repeat: no-repeat;	
	top: 44%;
	opacity: 0.7;
	
}


/* 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 {	
	text-decoration: none;
	opacity: 1;
}


.owl-theme .owl-controls .owl-buttons div.owl-prev {	
	left:30px;	
	background-position: -5px -65px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {	
	background-position: -3px -145px;
	right:30px;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	filter: Alpha(Opacity=99);/*IE7 fix*/
	opacity: 0.99;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 0;
	
}

@media (max-width: 991px) {
.owl-theme .owl-controls{
	margin-top: -30px;
	
} 

.owl-theme .owl-controls .owl-buttons div {
	top: 34%;
}
	.owl-theme .owl-controls .owl-page span { 
		width: 14px; 
		height: 14px; 
		-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; }
}

@media (max-width: 767px) {
	.owl-theme .owl-controls .owl-buttons div { display: none; }
	.owl-theme .owl-controls .owl-page span { display: none; }
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #6bb500;
}

/* 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-theme2 .owl-controls {
	margin-top: -50px;	
	text-align: center;
}



/* Styling Next and Prev buttons */

.owl-theme2 .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	position: absolute;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	width: 50px;
	height: 70px;
	background-image: url(../../images/sprite_icons.png);
	background-repeat: no-repeat;	
	top: 44%;
	opacity: 0.7;
}


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme2 .owl-controls.clickable .owl-buttons div:hover {	
	text-decoration: none;
	opacity: 1;

}


.owl-theme2 .owl-controls .owl-buttons div.owl-prev {	
	left:-50px;	
	background-position: -5px -572px;
}

.owl-theme2 .owl-controls .owl-buttons div.owl-next {	
	background-position: -3px -655px;
	right:-50px;
}

/* Styling Pagination*/

.owl-theme2.owl-controls .owl-page {
	display: inline-block;
	
	*display: inline;


}
.owl-theme2.owl-controls.owl-page span{
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	filter: Alpha(Opacity=99);/*IE7 fix*/
	opacity: 0.99;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 0;
	


	
}

 

.owl-theme2 .owl-controls .owl-buttons div {
	top: 34%;
}
	.owl-theme2 .owl-controls .owl-page span { 
		width: 14px; 
		height: 14px; 
		-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; }
}



.owl-theme2 .owl-controls .owl-page.active span,
.owl-theme2 .owl-controls.clickable .owl-page:hover span{
	background-color: #6bb500;
}

/* If PaginationNumbers is true */

.owl-theme2 .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
}