/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0px auto;
	background: #faf2e2;	
}

.slider{
	position:relative;
	width:100%; 
	height:465px; /* when responsive, comment this out */
	margin:0 auto;
	z-index:1;
	
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

/* ELEMENT STYLES */

p{
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	top:-200px;
	z-index:8000;
	padding:1% 3%;
	font-size:24px;
	line-height:100%;
	color:#c38a5f;
	white-space: nowrap;
	text-transform:none;
	
}

.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:18px;
	color: #d7af87;
	 line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{background:#4c3319; opacity:0.8}
.green{background:#4c3319; opacity:0.8}
.orange{background:#EF7D00}
.turky{background:#4c3319; opacity:0.8}
.white{background:#fff; color:#333}