/*
* 	Owl Carousel Owl Varioplant Theme 
*/

.owl-carousel {
	height: 100%;
}

.co-gallery {
	background: #06C;
}

.owl-2sic .co-cattitle {
	font-family: 'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 5px;
}

.owl-2sic .owl-controls{
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

/* Styling Next and Prev buttons */

.owl-2sic .owl-controls .owl-buttons div{
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 50px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.45;
}
/* 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: 12px;
bottom: 80px;
}

.owl-2sic .owl-controls .owl-buttons div.owl-next {
position: absolute;
right: 12px;
bottom: 80px;
}

.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 4px;
	-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{
	background: rgba(255,255,255,0);
	box-shadow: 0 0 0 2px #fff;
}

/* 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-imgcontainer {
	width: 100%;
	padding-bottom: 51%;
	position: relative;
}

.co-gallery { overflow: hidden; margin: 0; }
.co-gallery-image { width: 100%; position: absolute; left:0; top: 0; }

/* Gallery Content */
.co-slidercontent { 
	max-width: none;
	color: #fff;
	padding: 30px 50px 30px 50px;
}
.co-slidercontent p { 
	margin-bottom: 0;
}

.co-slidercontent .lead { 
	line-height: 1.2em;
	margin-bottom: 15px;
	font-size: 34px;
}
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;
}

a.co-sliderlink, a.co-sliderlink:link, a.co-sliderlink:visited {
	color: #fff;
	text-decoration:none;
}

a.co-sliderlink:hover {
	color: #a99a6f;
}

@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 { 
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.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%;
	}
}
@media all and (max-width:768px) {
	.owl-2sic .owl-controls .owl-buttons div{
		display: none;
	}
	.co-slidercontent {
		padding: 25px 20px;
	}
}