header {
	width: 100%;
	height: 63px;
	margin: 0 auto;
	display: block;
	background: #fff;
	margin-top: 2em;
	margin-bottom: 0em;
}
header nav {
	bacground: #ffffff;
	width: 100%;
	height: 63px;
	margin-top: 21px;
	margin-bottom: 24px;
}
header nav ul {
	display: inline-block;
	list-style: none;
	float: right;
	margin: 0px;
}
header nav ul li {
	float: left;
	position: relative;
	display: block;
	height: 90px;
	top: -10px;
	margin-right: 38px;
	color: #05BEEB;
}
header nav ul li a, header nav ul li a:link, header nav ul li a:focus, header nav ul li a:visited {
	float: left;
	padding: 0px;
	color: #05BEEB;
	text-decoration: none;
	line-height: 1.3;
	font-size: 16px;
	font-family: 'houschka-rounded-demibold', sans-serif;
	position: relative;
	display: block;
	height: 90px;
	padding-top: 35px;
}
header nav ul li.active a, header nav ul li a:hover {
	background: url('../images/gradient_menu.png') repeat-x left top;
	text-decoration: none;
	color: #05bdea;
}
header nav ul li.active a:before, header nav ul li a:hover:before {
	background: url('../images/left_part_menu.png') no-repeat left top;
	content: "";
	display: block;
	position: absolute;
	left: -13px;
	top: 0;
	width: 13px;
	height: 89px;
}
header nav ul li.active a:after, header nav ul li a:hover:after {
	background: url('../images/right_menu_part.png') no-repeat left top;
	content: "";
	display: block;
	position: absolute;
	right: -26px;
	top: 0;
	width: 26px;
	height: 89px;
}
header nav ul li.active a, header nav ul li:hover a {
	color: #ffffff;
}
.hamburger {
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 55px;
	padding: 5px 15px 0px 15px;
	color: #003c5f;
	border: 0;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	z-index: 10000000000000;
}
.cross {
	background: none;
	position: absolute;
	top: 0px;
	right: 0;
	line-height: 55px;
	padding: 5px 15px 0px 15px;
	color: #003c5f;
	border: 0;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	z-index: 10000000000000;
}
.menu {
	z-index: 1000000;
	font-weight: bold;
	font-size: 0.8em;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background: #01C6FD;
	position: absolute;
	text-align: center;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.menu li {
	display: block;
	padding: 30px 0 30px 0;
	text-align: center;
	font-size: 28px;
}
.menu li:hover {
	display: block;
	background: #85E3FE;
	color: #003c5f;
	padding: 30px 0 30px 0;
}
.menu ul li a {
	text-decoration: none;
	margin: 0px;
	color: #003c5f;
}
.menu ul li a:hover {
	color: #003c5f;
	text-decoration: none;
}
.menu a {
	text-decoration: none;
	color: red;
}
.menu a:hover {
	color: #003c5f;
	text-decoration: none;
	color: white;
}
.glyphicon-home {
	color: #003c5f;
	font-size: 1.5em;
	margin-top: 5px;
	margin: 0 auto;
}
