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

.owl-theme .owl-controls{
	
	text-align: LEFT;
	background-repeat: repeat-x;
	background-position: center top;
	height: 50px;
	position: absolute;
    right: 15px;
    top: -25px;
	z-index: 200;


}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 0.7;
	*display: inline;/*IE7 life-saver */
	margin: 0px;
	padding: 10px 50px;
	font-size: 55px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: #000;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 50;
}
/* 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;
	background: #7de2ff;
	color: #fff;

}

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

.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{

}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


/* iphone 6-7-8 */
@media (min-width: 375px) and (max-width:480px) {
	.owl-theme .owl-controls{
	
	text-align: LEFT;
	background-repeat: repeat-x;
	background-position: center top;
	height: 50px;
	position: absolute;
    right: 10%;
    top: -95px;


}
	}
	@media (min-width: 320px) and (max-width:480px) {
		.owl-theme .owl-controls{
	
	text-align: LEFT;
	background-repeat: repeat-x;
	background-position: center top;
	height: 50px;
	position: absolute;
    right: 10%;
    top: -95px;


}
		}