
/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	background:#f5f5f5;
	
	
}

.slider{
	position:relative;
	width:100% !important; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	

}

@media only screen and (min-width: 1000px){
	.slider{
		width:100%;
		height:491px !important;
		
	}
	.banner1 {min-height:491px !important;  -moz-background-size: cover; -o-background-size: cover; background-size: cover; top:0;}
	.banner2 {min-height:491px!important;  -moz-background-size: cover; -o-background-size: cover; background-size: cover; top:0; }
	.fraction-slider{position:relative;width:100%; height:491px !important;overflow:visible;}
	.fraction-slider .slide{display:none; width:100%; height:491px !important;position:absolute;z-index:5000; }
	.light2 {color:#18356b; font-size:40px !important; letter-spacing:-1px !important; text-shadow:1px 1px 1px #000; }
	span.tam  { font-size:20px ;}
	
}




@media only screen and (min-width: 1440px){
	.slider{width:100%;}
	.banner1 {min-height:auto !important; }
	.banner2 {min-height:auto !important; }
	
	.light2 {color:#FFF; font-size:40px!important; letter-spacing:-1px !important; text-shadow:1px 1px 1px #000; text-shadow:1px 1px 1px #000;}
	 span.tam { font-size:20px ;}
	
}

@media only screen and (max-width: 720px) {
	
	.fraction-slider .prev,.fraction-slider .next{display:none;position:absolute; width:20px!important; height:20px!important; z-index:9999;}
	
	 span.tam  { font-size:30px ;}
	
	
}

/* ELEMENT STYLES */


.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;
}

/*span.tam { font-size:30px ; font-weight:normal;} */
.light2{color:#FFF; font-size:40px ; letter-spacing:-1px; font-family: neo_sansregular; font-weight:normal;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}