/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
}


.in_ba_tex{
	position:absolute;
	top:32%;
	left:0px;
	right:0px;
	}

.in_ba_tex h1{
	font-family: 'open_sansbold';
	font-size:59px;
	color:#fff;
	margin:0px;
	padding:0px 0 15px 0;
	text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.7);
	}

.in_ba_tex h2{
	font-family: 'open_sanssemibold';
	font-size:40px;
	color:#fff;
	margin:0px;
	padding:0px;
	text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.7);
	}

.main_banner .owl-theme .owl-controls .owl-pagination{
	display:none;
	}


.main_banner .owl-theme .owl-controls .owl-buttons .owl-prev{
	position:absolute;
	left:5px;
	top:45%;
	}

.main_banner .owl-theme .owl-controls .owl-buttons .owl-prev:hover{
	color:#409330;
	}	

.main_banner .owl-theme .owl-controls .owl-buttons .owl-prev::before{
	content: "\f0a8";
	font-family: FontAwesome;
	}

.main_banner .owl-theme .owl-controls .owl-buttons .owl-next{
	position:absolute;
	right:5px;
	top:45%;
	}

.main_banner .owl-theme .owl-controls .owl-buttons .owl-next:hover{
	color:#409330;
	}

.main_banner .owl-theme .owl-controls .owl-buttons .owl-next::before{
	content: "\f0a9";
	font-family: FontAwesome;
	}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #000;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px;
	padding: 0px;
	font-size: 50px;
}
/* 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: 5px 7px;
	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{
	color:#409330;
}

/* 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
}



.main_prod .owl-theme .owl-controls .owl-pagination{
	display:none;
	}

.client .owl-theme .owl-controls .owl-buttons{
	position:absolute;
	right:5px;
	bottom:-50px;
	}


.client .owl-theme .owl-controls .owl-buttons .owl-prev{
	background:url(../images/p1.png) no-repeat;
	width:30px;
	height:30px;
	margin-right:5px;
	}
.client .owl-theme .owl-controls .owl-buttons .owl-prev:hover{
	background-position:0px ;
	}


.client .owl-theme .owl-controls .owl-buttons .owl-next{
	background:url(../images/p2.png) no-repeat;
	width:30px;
	height:30px;
	}
.client .owl-theme .owl-controls .owl-buttons .owl-next:hover{
	background-position:0px;
	}







.was_box .owl-theme .owl-controls .owl-pagination{
	display:none;
	}
.was_box .owl-theme .owl-controls .owl-buttons{
	position:absolute;
	right:5px;
	bottom:50px;
	}


.was_box .owl-theme .owl-controls .owl-buttons .owl-prev::before{
	content: "\f053";
	font-family: 'FontAwesome';
	width:11px;
	height:17px;
	margin-right:5px;
	position:absolute;
	top:0px;
	left:-18px;
	color:#8a8a8a;
	font-size:20px;
	}
.was_box .owl-theme .owl-controls .owl-buttons .owl-prev:hover{
	background-position:0px -17px;
	}


.was_box .owl-theme .owl-controls .owl-buttons .owl-next:before{
	content: "\f054";
	font-family: 'FontAwesome';
	width:11px;
	height:17px;
	margin-right:5px;
	position:absolute;
	top:0px;
	color:#8a8a8a;
	font-size:20px;
	}
	}
.was_box .owl-theme .owl-controls .owl-buttons .owl-next:hover{
	background-position:0px -17px;
	}












