/*
* 	Owl Carousel Owl Varioplant Theme 
*/

.owl-wrapper-outer {
	margin-top: 102px;
}

.owl-2sic .owl-controls{
	margin-top: 10px;
	text-align: center;
	position: absolute;
	z-index: 0;
	width: 100%;
	left: 0;
	bottom: 5px;
}

/* Styling Next and Prev buttons */

.owl-2sic .owl-controls .owl-buttons div{
	color: #fff;
	display: inline-block;
}

.owl-2sic .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right: 0px;
	top: -147px;
	border-radius: 0;
	margin-top: -7px;
	padding: 3px;
	background: #2A5E94;

	
}

.owl-pagination { display: none !important; }

.owl-2sic .owl-controls .owl-buttons div i {
		display: block;
		height: 40px;
		width: 40px;
	}

.owl-2sic .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: 0px;
	top: -147px;
	border-radius: 0;
	margin-top: -7px;
	padding: 3px;
	background: #2A5E94;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */


/* Styling Pagination*/

.owl-2sic .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-2sic .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: #fff;
}

.owl-2sic .owl-controls .owl-page.active span,
.owl-2sic .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-2sic .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{
	background: url(AjaxLoader.gif) no-repeat center center
}

/* Image - Gallery */
.co-gallery { overflow: hidden; margin: 0; }
.co-gallery-image { width: 100%; }

/* Gallery Content */
.co-slidercontent { 
	position: absolute;
	bottom: 0;
	left: 95px;
	max-width: none !important; /* Ex 575px */
	height: 175px;
	color: #1f2c5b;
	background: #E8E8E8;
	padding-top: 25px;
	padding-bottom: 30px;
	margin-bottom: 57px;
	padding-left: 49px !important;
    padding-right: 49px !important;
}
.co-slidercontent p {
	/*max-width: 95%;*/
	font-size: 30px;
	line-height: 33px;
}
.co-gallery-topbar {
	width: 112px;
	height: 8px;
	background: #2A5E94;
	margin-left: 1px;
}
.co-slidercontent .lead { 
	font-size: 17px;
	font-family: 'VistaSansOT-RegItalic';
	margin-top: 17px;
}
.co-gallery-person .co-slidercontent .co-slidertext {
	width: 70%;
	font-weight: bold;
	margin-top: -32px;
}
body.va-layout-wide .co-slidercontent{
	padding-bottom: 140px;
	padding-left: 220px;
	padding-right: 220px;
	max-width: 100%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
body.va-mainnav-center .co-slidercontent{
	text-align: center;
}
body.va-mainnav-center .co-slidercontent .co-slidertext {
	margin-left: auto;
	margin-right: auto;
}
.co-gallery-slide {
	position: relative;
}

.co-gallery .sc-element .sc-menu {
	top: 50px;
}

@media all and (max-width:1450px) {
	body.va-layout-wide .co-slidercontent{
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media all and (max-width:991px) {
	body.va-layout-wide .co-slidercontent{
		padding-left: 15px;
		padding-right: 15px;
	}
	.co-slidercontent { 
		position: static;
		padding-top: 20px;
		padding-bottom: 20px;
		background: transparent;
	}
	.co-slidercontent p {
		width: 100%;
		font-size: 15px;
	}
	.co-slidercontent .lead {
		font-size: 20px;
	}
	.co-slidercontent .co-slidertext {
		width: 100%;
	}

	@media(max-width: 991px) {
		.co-slidercontent p.lead {
			font-size: 15px !important;
    		font-family: 'VistaSansOT-RegItalic';
		}

		.co-slidercontent .co-slidertext > p {
			font-family: 'VistaSansOT-Medium';
			font-size: 20px !important;
		}
	}
}