

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	padding:0px !important;
	box-shadow:0 3px 5px #666;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	
	
	/*background:#1b1b1b;*/
}

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

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

/* ELEMENT STYLES */

.slider-wrapper p{
	
	top:-200px;
	background-color: rgba(0,0,0,0.5);
	padding:1% 3%;
	font-size:24px;
	line-height:1.5 !important;
	color:#ffffff;
        font-weight: 600;
	
	text-transform:uppercase;
}
.slider-wrapper h1{
	top:-200px;
	background-color: rgba(0,0,0,0.5);
	padding:1% 3%;
	font-size:60px;
	line-height:3;
	color:#000000;
        font-weight: 600;
	
	text-transform:uppercase;
}
.slider-wrapper .claim{
	line-height:2;
}	

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

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

.slider-wrapper .light-green{background:#95C542;}
.slider-wrapper .green{background:#7CB761}
.slider-wrapper .orange{background:#EF7D00}
.slider-wrapper .turky{background:#348E8A}
.slider-wrapper .white{background:#fff; color:#333}