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

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:90px auto;
	background:#1b1b1b;
	border:1px solid #000;
	box-shadow:0 3px 5px #666;
}

.slider{
	position:relative;
	width:100%; 
	height:450px;
	margin:0 auto;
	
	background:transparent;
}

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

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

 ELEMENT STYLES 

p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 3%;
	
	font-size:25px;
	line-height:100%;
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}

.claim{
	padding:1.0% 1.5%;
	line-height:100%;
	font-size:25px;
	
}	

.teaser{
	padding:1.0% 1.5%;
	font-size:25px;
	 line-height:100%;
	 COLOR:#000099;
	 
}

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

.smaller{
	width:200px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{background:#52d5ec;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#fff}
.white{background:#fff; color:#333}
.peach{
	/*background-image: url(../images/img1.jpg); */
	background-color: #4c84bd;
}
	



