section {
	clear: both;
}
nav, .lang, #logo {
	float: left;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}
#logo {
	display: block;
	width: 20%;
}
#logo img {
	display: block;
	margin: 5px auto auto;
	max-width: 100%;
}
nav {
	width: 65%;
	text-align: right;
}
nav ul li {
	list-style: none;
}
nav a {
	display: block;
	color: #025C9B;
}
nav ul li {
	position: relative;
	z-index: 10;
	display: inline-block;
}
nav ul li a {
	padding: 75px 20px 15px;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: 10;
}
nav a:hover {
	text-decoration: none;
	color: #525252;
}
nav ul li:hover > a, nav ul li a.cur {
-webkit-box-shadow: inset 2px 2px 5px 0 #666;
box-shadow: inset 2px 2px 5px 0 #666;
background: #e2e2e2;
background: -moz-linear-gradient(top, #e2e2e2 0%, #fff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#fff));
background: -webkit-linear-gradient(top, #e2e2e2 0%,#fff 100%);
background: -o-linear-gradient(top, #e2e2e2 0%,#fff 100%);
background: -ms-linear-gradient(top, #e2e2e2 0%,#fff 100%);
background: linear-gradient(to bottom, #e2e2e2 0%,#fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fff',GradientType=0);
}
.lang {
    margin: 70px 0 0;
    text-align: center;
    width: 15%;
}
.lang .cur {
	opacity: 0.5;
}
.markers {
	float: right;
	width: 30%;
	background: #F8F8F8;
}
.markers #map {
	width: 100%;
	height: 320px;
	padding: 0;
	background: #ccc;
}
.markers > p, .markers h1 {
	text-indent: 15px;
	padding: 5px 0;
	margin: 0;
}
.markers > p:nth-child(even) {
	background: #EBE9FF;
}
.markers h1 {
	background: #EBE9FF;
	color: #025c9b;
	font-size: 18px;
	font-weight: normal;
}
.markers > div {
	color: white;
	background: #194471;
	text-align: center;
	padding: 10px;
	font-size: 20px;
}
.benefits {
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.benefits a {
	display: block;
	width: 25%;
	overflow: hidden;
	float: left;
}
.benefits a img, .benefits a span {
	width: 98%;
	display: block;
	margin: auto;
}
.benefits a span {
	display: block;
	background: rgba(62,62,62,0.7);
	color: white;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	margin-top: -50px;
	position: relative;
}
.benefits a:hover img {
	opacity: 0.8;
}
footer {
	overflow: hidden;
}
#feedback {
	display: block;
	width: 100%;
	background: #0097C4;
	color: #5CCCE4;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 30px;
}
#feedback h1 {
	font-size: 45px;
	font-weight: normal;
	color: white;
}
#feedback:hover {
	text-decoration: none;
	background: rgba(0,151,196,0.8);
}
#copy {
	text-align: center;
	color: #666;
	padding: 20px;
	font-size: 11px;
}