@charset "UTF-8";
/* CSS Document */

/* HAMBURGER */
#hamburger {
	width: 7%;
	height: auto;
	display: block;
	position: absolute;
	top: 18%;
	transform: translateY(-50%);
	right: 2%;
	/*padding: 10px;*/
}
#hamburger:hover {
	/*background-color: #265693;*/
}
#hamburger #hb_lines {
	width: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#hamburger .hb_line {
	width: 100%;
	height: 5px;
	background: #c6c6c6;
	margin-top: 4px;
}
#hamburger span {
	width: 100%;
	height: auto;
	font-family: Arial;
	font-size: 2vmin !important;
	color: #000000;
	line-height: 15px;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
}

/* MENU */
#menuMobile {
	z-index: 99;
	width: 100%;
	max-width: 670px;
	height: 100%;
	font-family: Arial;
	text-transform: uppercase;
	/*letter-spacing: -3px;*/
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	visibility: hidden;
	text-align: center;
}
#menuTop {
	width: 100%;
	height: auto;
	background-color: #ffffff;
}
#menuBottom {
	width: 100%;
	height: 100%;
}
#menuMobile ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
}
#menuMobile ul li {
	width: 100%;
	height: 20px;
	background-color: #ffffff;
	padding: 20px 0px 20px 0px;
	line-height: 20px;
	list-style: none;
	font-size: 40px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #265693;
}
#menuMobile ul a {
	width: 100%;
	color: #17397d;
	text-decoration: none;
}
#menuMobile ul a:hover {
	color: #ffffff;
}
#menuMobile ul li:hover  {
	background-color: #17397d;
}