body{
	position:relative;
	font-weight: 500;
	-webkit-font-kerning: auto;
	font-kerning: auto;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin: auto;
	border:none;
	background:#01294d url(../../img/slider/sliderBg.jpg) center 0 no-repeat;
	background-size: 100% 100%;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	/*background:rgba(0,0,0,0.1);*/
}

.imgW-H{
	width: auto;
	height: auto;
}

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

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

/* ELEMENT STYLES */

.slider p{
	position:absolute;
	top:-200px;
	z-index:8000;
	padding:15px;
	font-size: 12pt;
	line-height: normal !important;
	text-align: justify;
	color:#f7f7f7;
	text-shadow: rgba(0,0,0,0.7) 2px 1px 3px;
	text-transform:uppercase;
	width: 50%;
	height: auto;
	-webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.claim{
	line-height:normal;
}	

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

.blue{
	background: rgba(0,24,46,0.3);
}