/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	/*background:#1b1b1b;*/
	background:url(../images/slider/slidebg.png) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	border:1px solid #aad8ed;
	box-shadow:0 3px 5px #666;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
	/*background:#1b1b1b;*/
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */

.slider-wrapper p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 0%;
	
	font-size:15px;
	line-height:100%;
	color:#fff;
	font-family: 'Open Sans', sans-serif; font-weight:400;
	white-space: nowrap;
}

.claim{
	line-height:100%
}	

.teaser{
	padding:1% !important;
	font-size:14px;
	background:#00c3f4;
	 line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}