/*
* 	Owl Carousel Owl Varioplant Theme 
*/

.co-owlmore-button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	cursor: pointer;
	padding: 4px 9px 4px 20px;
	border-radius: 4px;
	color: #fff;
	background: #ea811b; /* Old browsers */
	background: -moz-linear-gradient(top, #ea811b 0%, #fca519 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea811b), color-stop(100%,#fca519)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ea811b 0%,#fca519 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ea811b 0%,#fca519 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ea811b 0%,#fca519 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ea811b 0%,#fca519 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea811b', endColorstr='#fca519',GradientType=0 ); /* IE6-9 */
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.co-owlmore-button .co-more {
	color: #95530c;
	padding: 0 4px;
	font-weight: bold;
	font-size: 17px;
	font-weight: bolder;
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 2px;
	text-shadow: none;
}

.owl-2sic .co-description {
	padding: 25px 30px 20px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 22px;
	position: absolute;
	bottom: 50px;
	left: 0;
	max-width: 75%;
	line-height: 23px;
	line-height: 1.2em;
	font-family: "Futura PT W01 Book", "Helvetica Neue", Arial, Verdana, sans-serif;
}

.owl-2sic .co-description.co-slider-frontpage {
	padding: 15px 30px 14px 30px;
	background-color: transparent;
	color: #474747;
	font-size: 22px;
	position: absolute;
	bottom: 0px;
	left: 0;
	max-width: 40%;
	line-height: 23px;
	line-height: 1.2em;
	font-family: "Futura PT W01 Book", "Helvetica Neue", Arial, Verdana, sans-serif;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
span.co-btn-block {display:block;margin-top:10px;}

.owl-2sic .ly-fullwith-wrapper .container-fluid {
	position: relative;
	padding-bottom: 32%;
}
.owl-2sic .co-gallery-slide {
	position: relative;
	margin-bottom:9px;
}
.owl-2sic .ly-fullwith-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
}

.owl-2sic .co-description .btn{
	margin-top: 0;
}

.owl-2sic .owl-linkblockcontent .owl-controls{
	margin-top: 0;
	text-align: right;
	position: absolute;
	z-index: 100;
	top: 15px;
	right: 15px;
	/*
	background-color: rgba(0,0,0,0.7);
	padding: 8px 12px 3px 10px;
	*/
}


.co-gallery-fullwith .owl-controls {
	background: transparent;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	right: 0;
}

/* 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;
	font-size: 30px;
	text-shadow: 2px 2px 3px #000;
}
/* 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: 16px;
	height: 16px;
	margin: 1px 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #d4d4d4;
	display: block;
	border: 1px solid #595959;
}
/*
.owl-2sic .owl-controls .owl-page span:before{
	content: ' ';
	display: block;
	position: absolute;
	border: 2px solid transparent;;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin-left: -4px;
	margin-top: -4px;
	transition: border-color .6s;
}
*/
.owl-2sic .owl-controls .owl-page.active span,
.owl-2sic .owl-controls.clickable .owl-page:hover span{
	background: #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{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* Image - Gallery */
.co-gallery {
	overflow: hidden;
 }
.co-gallery-image { width: 100%; }

.ly-header-pane .co-gallery {
	margin-top: 15px;
	margin-bottom: 15px;
 }


/* Admin */
.co-gallery .owl-wrapper .sc-element .sc-menu {top: 55px;}

@media all and (max-width: 1150px){
	.owl-2sic .co-description.co-slider-frontpage{
		font-size: 20px;
		padding: 10px 30px 12px 30px;
	}
}
@media all and (max-width: 1075px){
	.owl-2sic .co-description.co-slider-frontpage{
		padding: 10px 30px 9px 30px
	}
}

@media all and (max-width: 991px){
	.owl-2sic .co-description.co-slider-frontpage{
		position: static;
		max-width: 100%;
		background-color: #ECE8E5;
		padding: 10px 30px 15px 30px;
	}
}
@media all and (max-width: 767px){
	.owl-2sic .co-description.co-slider-frontpage{
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.owl-2sic .co-description {
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 15px;
		padding: 17px;
		position: relative;
		margin-bottom: 4px;
		max-width: 100%
	}
	
	.owl-2sic .co-description a {
		display: block;
		margin: 0;
		margin-top: 7px;
	}
	.owl-2sic .co-description .btn {
		margin: 0;
	}
}

/* Linkblock carousel */
.owl-carousel-linkblock-wrapper {
	margin-left: -15px;
	margin-right: -14px;
	position: relative;
}
.owl-carousel-linkblock-wrapper:before, .owl-carousel-linkblock-wrapper:after {
	content: " ";
	position: absolute;
	left:0;
	width: 15px;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 5;
}
.owl-carousel-linkblock-wrapper:after {
	left: auto;
	right: 0;
	width: 15px;
}
.owl-carousel-linkblock .owl-item {
	padding: 0 17px;
}

.owl-carousel-linkblock.owl-linkblockcontent .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
	right: 0;
}

.owl-carousel-linkblock.owl-linkblockcontent .owl-controls {
	top: 30%;
}

.owl-2sic .owl-controls .owl-buttons div {
	color: #000;
    background: #fff;
    border-radius: 5px;
	text-shadow: none;
	padding: 1px 8px;
}

.DnnModule-731 .owl-2sic .owl-controls,
.col-sm-6 .owl-2sic .owl-controls,
.col-sm-4 .owl-2sic .owl-controls,
.co-gallery-controls-top .owl-2sic .owl-controls {
	position:absolute;
	top:10px;
	z-index:100;
	right:20px;
	
}

