

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	margin:0 auto;
	
	 
	
	 
 
	max-height: 325px;
  
	 
}

.new-slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	 
}

.fraction-slider .slide:after {content: ''; position: absolute; top: 0; right: -38%; background: url(../slider-img/1/bg.jpg);	background-size: cover; width: 176%; height: 325px; z-index: 1;}

/* 
.fraction-slider .slide:first-child:after {content: ''; position: absolute; top: 0; right: -38%; background: url(../slider-img/1/bg.jpg);	background-size: cover; width: 176%; height: 325px; z-index: 1;}

.fraction-slider .slide:nth-child(2):after {content: ''; position: absolute; top: 0; right: -38%; background: url(../slider-img/2/bg.jpg);	background-size: cover; width: 176%; height: 325px; z-index: 1;}

.fraction-slider .slide:nth-child(3):after {content: ''; position: absolute; top: 0; right: -38%; background: url(../slider-img/3/bg.jpg);	background-size: cover; width: 176%; height: 325px; z-index: 1;}
*/

 
 

/* ELEMENT STYLES */

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

.claim{
	line-height:100%
}	

.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}