/*
* 	Owl Carousel Owl Varioplant Theme 
*/

.owl-2sic .owl-controls{
	margin-top: 10px;
	text-align: center;
	position: absolute;
	z-index: 0;
	width: 100%;
	left: 0;
	bottom: 5px;
}

@media (max-width: 1200px) {
 	.owl-pagination { display: none; }
} 

/* Styling Next and Prev buttons */

.owl-2sic .owl-controls .owl-buttons div{
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #1B9CD8;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-2sic .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.owl-2sic .owl-controls .owl-buttons div.owl-prev {
position: absolute;
left: 5px;
top: 50%;
margin-top: -7px;
}

.owl-2sic .owl-controls .owl-buttons div.owl-next {
position: absolute;
right: 5px;
top: 50%;
margin-top: -7px;
}

.owl-2sic .owl-controls .owl-buttons div.owl-next.disabled, .owl-2sic .owl-controls .owl-buttons div.owl-prev.disabled{
	display: none;
}

/* 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;
	left: 0;
	bottom: 100px;
	color: #28724f;
	background: #fff; /* zombie browser fallback */
    background: linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: 383px;
}

.co-slidercontent .co-intro {
	max-width: 50%;
	padding-right: 40px;
}

@media (max-width: 991px) {
	.co-slidercontent .co-intro {
		max-width: 100%;
	}
}

@media (max-width: 1300px) {
	.co-slidercontent { 
		bottom: 40px;
	}
}
@media (max-width: 1100px) {
	.co-slidercontent { 
		bottom: 0;
	}
}

.co-slidercontent p {
	/*max-width: 95%;*/
	font-size: 20px;
}
.co-slidercontent .lead { 
	margin-bottom: 15px;
	font-size: 36px;
	font-family: "Roboto Slab", serif;
	line-height: 41px;
}
.co-slidercontent .co-slidertext {
	margin-bottom: 50px;
}
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;
	font-weight: 300;
	font-size: 18px;
	color: #000000;
}
body.va-mainnav-center .co-slidercontent{
	text-align: center;
}
body.va-mainnav-center .co-slidercontent .co-slidertext {
	font-weight: 300;
	font-size: 18px;
	color: #000000;
}

.co-slidercontent .btn-default {
	background: #28724f;
	color: #ffffff !important;
	text-decoration: none !important;
	padding-left: 30px ;
	padding-right: 30px ;
	padding-top: 8px ;
	padding-bottom: 8px ;
	font-size: 16px ;
	line-height: 24px;
	font-weight: 300;
	border: 1px solid #1c9141;

	transition: background .4s ease;
}

.co-slidercontent .btn-default:hover,
.co-slidercontent .btn-default:active,
.co-slidercontent .btn-default:focus,
.co-slidercontent .btn-default:active:hover {
	background: #14662E;
}

.co-slidertext > p {
	font-weight: 300;
	font-size: 18px;
	color: #000000;
}

.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 { 
		margin: 0;
		position: static;
		padding-top: 20px;
		padding-bottom: 40px;
		padding-left: 20px;
		background: #ffffff;
		height: auto;
		width: 100%;
		max-width: none !important;
	}
	
	.co-slidercontent > div {
		padding-left: 0;
	}

	.co-slidercontent p {
		width: 100%;
		font-size: 15px;
	}
	.co-slidercontent br{ 
		display: none;
	}
	.co-slidercontent .lead {
		font-size: 20px;
	}
	.co-slidercontent .co-slidertext {
		width: 100%;
	}
}