body{
	position:relative;
	font-family:Arial, Sans-Serif;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
}

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgba(242,242,242,1);
}

.slider{
	position:relative;
	width:100%;
	height:400px; /* when responsive, comment this out */
	margin:0 auto;
	z-index: 0;
}
@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}


/* ELEMENT STYLES */

p{
	position:absolute;
	top:-200px;
	z-index:1000;
	font-size:24px;
	line-height:100%;
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
}

.claim{
	line-height:100%
}	

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

.small{
	text-align:center;
	padding: 5px;
}

.light-green{
	background:#003826;
}
.green{
	background-color: rgba(83,135,109,1);
}
.orange{
	background-color: rgba(79,114,149,1);
}
.turky{
	background-color: rgba(4,12,53,1);
}
.white{background:#fff; color:#333}
.red{
	background-color: rgba(215,25,33,1);
}
.light-red{
	background-color: rgba(223,105,96,1);
}
