.bar-top{
	position: fixed;
	left: -20px;
	width: 100%;
	height:56px;
	background-color:rgb(0,0,0);
	-moz-box-shadow:0px 11px 12px rgba(0,0,0,0.53);
	-webkit-box-shadow:0px 11px 12px rgba(0,0,0,0.53);
	box-shadow:0px 11px 12px rgba(0,0,0,0.53);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=11,Color=#87000000,Positive=true)";
	filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=11,Color=#87000000,Positive=true)";
	padding: 0 20px 0 20px;
	z-index: 20;
	top: 0;
}

.header-logo{
	position: absolute;	
	left: 10px;
	top: 10px;
	height: 25px;
	width: auto;
}

.header-service{
	position: fixed;
	right: 10px;
	top: 38px;
	font-family: @baseFont;
	font-size:10px;
	line-height:14px;
	color: #ffffff;
	text-align:right;	
	z-index: 30;	
}

.header-service a{
	color: #ffffff;
	text-decoration: none;
	margin-left: 20px;
}

.header-service a span{
	margin-right: 4px;
}

nav.main, nav.sub{
	display: none;
}

.nav-drop-down{
	display: block;
	position: fixed;
	z-index: 30;	
	right: 10px;
	top: 10px;
	width: 100px;	
	left: auto;
}


.header-addresse{
	position: absolute;
	left: 10px;
	top: 30px;
	font-family: @baseFont;
	font-size:14px;
	line-height:18px;
	color:rgb(102,102,102);
	text-align:left;
	z-index: 18;	
}

.header-addresse a{
	color:rgb(102,102,102);
}
.header-addresse a[href^="mailto"]{
	color:rgb(102,102,102);
	position: absolute;
	left: 170px;
	top: 0;
}



.header-service a span{
	margin-right: 4px;
}

.header-slider{
	list-style-type: none;
	height: 306px;
	width: 100%;
	display: none;
}

header{
	margin-bottom: 30px;
	-moz-box-shadow:0px 4px 18px rgba(0,0,0,0.21);
	-webkit-box-shadow:0px 4px 18px rgba(0,0,0,0.21);
	box-shadow:0px 4px 18px rgba(0,0,0,0.21);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#36000000,Positive=true)";
	filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#36000000,Positive=true)";
	background-image: url("/web/style/img/header-bg.gif");	
}

.header-slider li{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.header-slider li span.headline{
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size:25px;
	font-family: @lightFont;
	line-height:130%;
	color:rgb(153,153,153);
	z-index: 17;
}

.header-slider li span.headline a{
	text-decoration: none;
	color:rgb(153,153,153);
	background-image: url("/web/style/img/arrow-header.png");
	background-position: left 11px;
	background-repeat: no-repeat;
	background-size: auto 15px;
	padding-left: 25px;
	margin-left: 25px;
}

.header-slider li img{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 250px;
	width: auto;
	z-index: 15;
}

div[role=main]{
	padding-top: 90px;
}

.box{
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 30px 0 20px 0;
	position: relative;

}

.box h4{
	font-family: @boldFont;
	color: #ffffff;
	line-height: 53px;
	height: 53px;
	font-size: 30px;
	background-color: #2581c9;

padding-left: 3.09%;
margin-left: -3.09%;
padding-left: 3.09%;
margin-right: -3.09%;
	margin-bottom: 30px;
	-moz-box-shadow:0px 4px 18px rgba(0,0,0,0.21);
	-webkit-box-shadow:0px 4px 18px rgba(0,0,0,0.21);
	box-shadow:0px 4px 18px rgba(0,0,0,0.21);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#36000000,Positive=true)";
	filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#36000000,Positive=true)";

}



.box p{
	color: @baseFontColor;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

.box a.more{
	font-family: @boldFont;
	color: #2581C9;
	font-size: 16px;
	line-height:120%;	
	text-decoration: none;
	right: 10px;
	bottom: 10px;
	position: absolute;
	background-image: url("/web/style/img/btn_next.png");	
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}


.box form input[type=text], .box textarea{
	width:100%;
	height:30px;
	background-color:rgb(248,248,248);
	border-color:rgb(204,204,204);
	border-width:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-style:solid;
	font-family:@baseFont;
	font-size:18px;
	line-height:30px;
	color:rgb(153,153,153);
	padding: 0 0 0 5px;
	margin-bottom: 8px;
	-moz-box-shadow:inset 1px 1px 8px rgba(0,0,0,0.08);
	-webkit-box-shadow:inset 1px 1px 8px rgba(0,0,0,0.08);
	box-shadow:inset 1px 1px 8px rgba(0,0,0,0.08);
}

.box textarea{
	height: 80px;
}

.box a.submit{
	/* Firefox v3.6+ */
	display: block;
	width:100%;
	height:36px;
	border-color:rgb(204,204,204);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:5px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:5px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:5px;
	border-style:solid;
	background: #2581c9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1ODFjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzY5YThkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #2581c9 0%, #69a8da 66%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2581c9), color-stop(66%,#69a8da));
	background: -webkit-linear-gradient(top,  #2581c9 0%,#69a8da 66%);
	background: -o-linear-gradient(top,  #2581c9 0%,#69a8da 66%);
	background: -ms-linear-gradient(top,  #2581c9 0%,#69a8da 66%);
	background: linear-gradient(to bottom,  #2581c9 0%,#69a8da 66%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2581c9', endColorstr='#69a8da');
	font-family:@boldFont;
	font-size:24px;
	line-height:150%;
	color:rgb(255,255,255);
	text-align:center;
	cursor: pointer;
}