/*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:99%;
	margin:auto;
	background-image:url(../../images/slide/fondo9.jpg);
	background-size:cover;
	/*box-shadow:0 3px 5px #666;*/
	box-shadow:10px 10px 15px #666;
}

.slider{
	position:relative;
	width:100%; 
/*	background:#CCC;
	height:400px; when responsive, comment this out */
	margin:0 auto;
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */

.slider p{
	position:absolute;
	top:-200px;
	
	z-index:800;
	padding:1% 3%;
	
	line-height:100%;
	color:#FFF;
	white-space: nowrap;
	text-transform:uppercase;
}

.claim{
	line-height:100%;
	font-size:18px;
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	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*/
	background-color:rgba(255,153,0,0.8);
	}
.turky{
	/*background:#348E8A*/
	background-color:rgba(239,93,88,0.7);
	}
.white{background:#fff; color:#333}