

/* SLIDER STYLES */
	
.sliderwrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin: 0 auto;
}

.slider{
	position:relative;
	width:100%;
	height:100%;	
	margin:0 auto;
}

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

/* ELEMENT STYLES */

.sliderwrapper p.fslider{
	position:absolute;
	top:-200px;
	
	z-index:80;
	padding:1% 3%;
	margin: 0;
	font-size:24px;
	line-height:100%;
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
	width: auto !important;
	height: auto !important;
}

.claim{
	line-height:100%;
}	

.sliderwrapper .teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:1;
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}
.blue{background:#6ba1a1;}
.red{background:#ff0000;}
.light-green{background:#95C542;}
.green{background:#7CB761;}
.orange{background:#EF7D00;}
.turky{background:#348E8A;}
.white{background:#fff; color:#333;}