body{
}
/* SLIDER STYLES */
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	background:url(../images/bannerbg.jpg) no-repeat;
	background-size:100% 380px;
	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 span{margin-bottom:8px;}
.teaser{
	position:absolute;
	top:-200px;
	z-index:8000;
	padding:1% 3%;
	font-size:24px;
	line-height:100%
	color:#fff;
	margin-bottom:10px;
	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:left;
}
.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{color:#fff;font-size:28px;width:40% !important;}
.white{background:#fff; color:#333}
.ondemand{
    background: none repeat scroll 0 0 #FFFFFF;
   /* border-color: #555555 #555555 #555555 -moz-use-text-color;*/
   /* border-image: none;*/
    /*border-style: solid solid solid none #CCC;
    border-width: 1px 1px 1px medium;*/
	border:1px solid #CCC !important;
	border-left:0px solid !important;
    float: left;
    margin-left: 184px;
    margin-top: -136px;
    padding: 2px 10px;
    position: absolute;
    width: 300px;
    z-index: 1;
	height:135px;
	 }
.ondemand p{
	font-size:14px;
	float:left;
}
.ondemanda{
	/*background:#01a0e4;
	padding:0 4px !important;
	color:#FFF !important;
	font-size:11px !important;
	border-radius:5px;*/
	float:right;
	margin-top:-20px;
}
.ondemanda img{
	width:80% !important;
	float:right;
}
.ondemand a.ondemanda:hover{ color:#fff !important; }
@media screen and (max-width:768px){
	.ondemand{ display:none; } }