.slideshow-container {
	width:100%;
	background:#77ad41;
	height:282px;
}

.owl-carousel .owl-wrapper-outer {
	padding-bottom:0;
}

.slideshow-container .container {
	position:relative;
}

#slideshow {
	height:282px;
}


#slideshow .item {
    width: 100%;
    height: 282px;
	background-position: center center;
}

#slideshow::before {
	content:"";
	background:url(/images/site/gradient.png) no-repeat;
	width:386px;
	height:282px;
	position:absolute;
	top:0;
	left:0;
	z-index:501;
}

#slideshow::after {
	content:"";
	background:url(/images/site/gradientRight.png) no-repeat;
	width:386px;
	height:282px;
	position:absolute;
	top:0;
	right:-1px;
	z-index:501;
}

#slideshow .item {
	text-align:center;
}

.slideshow-container .slogan {
	width:250px;
	height:250px;
	background:#008cbd;
	position:absolute;
	top:0;
	left:0;
	z-index:501;
	color:#ffffff;
	font-size:22px;
	text-align:center;
	line-height:33px;
	font-style:italic;
	border-radius:100%;
	padding:58px 50px 0 50px;
	margin:17px 0 0 0;
}

@media(max-width:767px){
	.slideshow-container .container {padding:0;}
	#slideshow::before, #slideshow::after {display:none;}
	.slideshow-container .slogan {
	    border-radius: 0;
		width: 100%;
		height: auto;
		padding: 5px 0;
		bottom: 0;
		top: auto;
		font-size:13px;
	}
}


