.textoverlay {
	position:absolute;
	width:100%;
	bottom:0;
	
}
.overlay {
	background-image: url(bg-banner-overlay.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	position:absolute;
	width:100%;
	bottom:0;
}
.text-overlay {
	margin-bottom: 50px;
}
.owl-carousel div h1 {
	font-size:36px;
	font-weight:700;
	color:#FFFFFF;
	z-index:999999;
}
.owl-carousel div p {
	
	font-size:16px;
	font-weight:400;
	color:#FFFFFF;
	z-index:999999;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls{
	margin-top: -35px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left:50px;
  top: 48%;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 100px;
  top: 48%;
}
/* 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: 15px;
	height: 15px;
	margin: 5px 7px;
	filter: Alpha(Opacity=99);/*IE7 fix*/
	opacity: 0.9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	z-index:999;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #fff;
	border:solid;
	border-width:3px;
	border-color:#1f425d;
}
/* 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
}
@media screen and (max-width: 1400px) {
	.padding-mobile {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
}
@media screen and (max-width: 1158px) {
	.owl-carousel div p {
		
		font-size: 12px !important;
	}
}

