.owl-homeslider-theme .owl-carousel-slider {
	width: 90%;
	margin: 0 5%;
	bottom: 0;
	position: relative;
	margin: 2em auto;
	
	max-width: 1024px;
}
.owl-homeslider-theme .image_img {
	width: 90%;
	height: 100%;
	margin: 0 5%;
}
.owl-homeslider-theme .image_img_thumbnail {
	width: 40%;
	height: 100%;
	margin: 0 5% 0 10%;
	display: inline-table;
}
.owl-homeslider-theme .image_img_thumbnail_two {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.owl-homeslider-theme .home_image_text_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	/*
	display: inline-block;
	display: inline-table;
  	vertical-align: top;
  	*/
  	padding: 2em 0;
}
.owl-homeslider-theme .home_image_text_wrap_all {
	width: 45%;
	height: 100%;
	position: relative;
	display: inline-table;
  	vertical-align: top;
}
	.owl-homeslider-theme .home_image_text_wrap h2 {
		font-size: 1.5em;
		color: #000000;
		text-transform: none;
		margin: 0.3em 0;
		font-weight: 600;
		text-align: left;
	}
	.owl-homeslider-theme .home_image_text_wrap h3 {
		font-size: 1.2em;
		color: #000000;
		text-transform: none;
		margin: 0.3em 0;
		text-align: left;
	}
	.owl-homeslider-theme .home_image_text_wrap p {
		font-size: 1em;
		color: #000000;
		text-transform: none;
		margin: 0.3em 0;
		text-align: left;
	}

.owl-homeslider-theme .section_text {
	width: 50%;
	/*margin: 3em 25%;*/
	padding: 3em;
	margin: auto;
	position: relative;

}
.owl-homeslider-theme .section_text p {
	font-family: 'MuseoSans-100';
	color: #484848;
	font-size: 1.5em;
	line-height: 1.3em;
	text-align: center;
}
.owl-homeslider-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-homeslider-theme .owl-buttons {
	position: absolute;
	top: 37%;
	width: 100%;
	z-index: 100;
}
.owl-homeslider-theme .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-homeslider-theme .owl-buttons .owl-prev {
	position: relative;
	left: -1.5em;
	cursor: pointer;
	top:33px; /* was 33px */
}
.owl-homeslider-theme .owl-buttons .owl-next {
	position: absolute;
	right: -1.5em;
	cursor: pointer;
	top:33px; /* was 33px */
}
.owl-homeslider-theme .owl-buttons .owl-prev:after {
	color: #252525;
	font-size: 4em;
	font-family: 'FontAwesome';
	content: '\f104';
}
.owl-homeslider-theme .owl-buttons .owl-next:after {
	color: #252525;
	font-size: 4em;
	font-family: 'FontAwesome';
	content: '\f105';
}



/* Styling Pagination*/
.owl-homeslider-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-homeslider-theme .owl-controls .owl-page span{
	display: block;
	width: 1em;
	height: 1em;
	margin: auto 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	/*opacity: 0.5;*/
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	background: #869791;
	
	background: #ffffff;
	border: 2px solid #000000;
}
.owl-homeslider-theme .owl-controls .owl-page.owl-page-thumbnail {
	width: 10%;
	margin: 2px;
	background-color: #cccccc;
}
	.owl-homeslider-theme .owl-controls .owl-page.owl-page-thumbnail > img {
		border: 0;
  		height: auto;
  		max-width: 100%;
	}
.owl-homeslider-theme .owl-controls .owl-page.owl-page-thumbnail.active {
	background-color: #CC4895;
}
.owl-homeslider-theme .owl-pagination .pagi-prev,
.owl-homeslider-theme .owl-pagination .pagi-next {
	display: inline-block;
	zoom: 1;
	cursor: pointer;
	margin: auto 7px;
}
.owl-homeslider-theme .owl-pagination .pagi-prev:after {
	color: #252525;
	font-size: 1.5em;
	font-family: 'FontAwesome';
	content: '\f104';
}
.owl-homeslider-theme .owl-pagination .pagi-next:after {
	color: #252525;
	font-size: 1.5em;
	font-family: 'FontAwesome';
	content: '\f105';
}
.owl-homeslider-theme .owl-controls .owl-page.active span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #000000;
}
.owl-homeslider-theme .owl-controls.clickable .owl-page:hover span{
	/*
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #ebebeb;
	*/
}
.owl-homeslider-theme .owl-controls .pagi-play,
.owl-homeslider-theme .owl-controls .pagi-pause {
	display: inline-block;
	zoom: 1;
	cursor: pointer;
	position: relative;
	top: -2px;
}
.owl-homeslider-theme .owl-controls .pagi-play:before {
	color: #252525;
	font-size: 1em;
	font-family: 'FontAwesome';
	content: '\f04b';
	margin: 0 0.7em;
}

.owl-homeslider-theme .owl-controls .pagi-pause:before {
	color: #252525;
	font-size: 1em;
	font-family: 'FontAwesome';
	content: '\f04c';
	margin: 0 0.7em;
}




/* If PaginationNumbers is true */
.owl-homeslider-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('images/AjaxLoader.gif') no-repeat center center;
}

/* This is moved from element inline style */
.owl-carousel-slider {
		width: 90%;
		margin: 0 5%;
		bottom: 0;
		position: relative;
	
		margin: auto;
		padding: 2em 0;
		max-width: 1024px;
		
	}
	   .owl-carousel-slider.owl-carousel-thumbnail-two {
	       padding: 10px 0 0 0;
	   }
	.image_img {
		width: 90%;
		height: 100%;
		margin: 0 5%;
	}
	.section_text {
		width: 50%;
	
		padding: 3em;
		margin: auto;
		position: relative;

	}
	.section_text p {
		font-family: 'MuseoSans-100';
		color: #484848;
		font-size: 1.5em;
		line-height: 1.3em;
		text-align: center;
	}
/* End of - This is moved from element inline style */

@media only screen and (max-width:1280px) and (min-width:768px) {
	.owl-homeslider-theme.owl-carousel-slider {
		width: 80% !important;
		margin: 0 10% !important;
	}
	.owl-homeslider-theme.owl-carousel-slider.owl-carousel-thumbnail-two {
	    width: 90% !important;
        margin: 0 5% !important;
	}
}

@media only screen and (max-width:767px) {
	.owl-homeslider-theme .ad_img_thumbnail {
		width: 60% !important;
		margin: 0 20% !important;
	}
	.owl-homeslider-theme .home_image_text_wrap_all {
		  width: 80%;
		  margin: 0 10%;
	}
	.section_text {
		width: 80%;
	}
}
