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

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden !important;
	width:100%;
    height: 405px;	
	margin:0px auto;
	background:#F7F7F7;
	z-index:100;
	/*border:1px solid #000;
	box-shadow:0 3px 5px #666;*/
}

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

@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;
	font-family: 'Poiret One', cursive;

	z-index:8000;
	padding:1% 3%;
	
	font-size:24px;
	line-height:100%;
	color:#fff;
	white-space: nowrap;

	text-shadow: 1px 1px 2px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

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

.boxWhite {
	position:absolute;
	width:100%;
	height:45px;
	max-height:45px;
	bottom: 0;
	background:#F7F7F7;
	z-index: 10;
}

.slider .subtitle {
	color: #ffcc07;
	font-size: 32px;
}

.link {
	width: 36px;
	height: 36px;
	background: url(/Site/img/slider/link.png) no-repeat 0 0;
}

.link:hover {
	opacity: 0.9 !important;
}