
/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;	
	width:100%;
	height:auto;
	min-height:550px;
	background: #1d428a;	
	box-shadow:0 3px 5px #666;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	min-height:550px;
	height:auto;	
}

@media only screen and (min-width: 1000px){
	.slider{
		width:100% !important;
		max-width:100% !important
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* 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;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}

.slide img
{
	height:auto !important;
	width:auto !important
}

.slide-size img
{
 height:200px !important;
 width:100% !important
}
.white-color
{
	color:#fff !important
}
.zindex
{
	z-index:10000 !important
}









