@charset "UTF-8";
/* CSS Document */

/* HAMBURGER */
#hamburger {
	width: 15%;
	height: auto;
	text-align: center;
	float: right;
	margin-right: 1%;
	display: inline-block;
	vertical-align: middle;
}
#hamburger:hover {
	/*background-color: #265693;*/
}
#hamburger #hb_lines {
	width: 65%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
#hamburger .hb_line {
	width: 100%;
	height: 7px;
	background: #ffffff;
	margin-top: 7px;
}
#hamburger span {
	font-family: FranklinGothic-DemiCond;
	font-size: 4vmin !important;
	font-weight: bold;
	color: #feee1c;
	line-height: normal;
	text-align: center;
	display: block;
	vertical-align: middle;
}

/* MENU */
#menuMobile {
	z-index: 99;
	width: 100%;
	max-width: 670px;
	height: 100%;
	font-family: FranklinGothic-DemiCond;
	font-weight: bold;
	background-color: #0060b3;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	visibility: hidden;
	text-align: center;
}
#menuTop {
	width: 100%;
	height: auto;
	background-color: #0060b3;
}
#menuBottom {
	width: 100%;
	height: 100%;
}
#menuMobile ul {
	width: 100%;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
}
#menuMobile ul li {
	width: 100%;
	height: 20px;
	background-color: #0060b3;
	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: #ffffff;
	text-decoration: none;
}
#menuMobile ul a:hover {
	color: #feee1c;
}
#menuMobile ul li:hover  {
	background-color: #008DE7;
}