/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;	
	background:#eee;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

.slider{
	position:relative;
	width:100%; 
/*	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 */

.claim{
	-moz-height: 210px;
	height: 160px;
	width: 800px;
	/*rgb(246, 174, 40)*/
	background-color:rgba(249, 146,0,0.7);
	/*rgb(246, 173, 78)*/
	padding: 50px;
}	

.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}
.turky{background:#348E8A}
.white{background:#fff; color:#333}