
@font-face{
    font-family: "Enter The Grid";
    src: url(../multi/Enter.ttf);
  }
  @font-face{
    font-family: "DIN Condensed";
    src: url(../multi/din.ttf);
  }  
.menu_bar {
	display:none;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
}
 
header {
	width: 100%;
}
 
header nav {
	background:#f1f1f1;
	z-index:1000;
	width:100%;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
}
 
header nav ul li:hover {
	background:#E4E6FA;
}
 
header nav ul li a {
	color:#02065E;
	display:block;
	text-decoration:none;
	padding: 10px;
}
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#BBBBD6;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}
 
header nav ul li .children li a span {
	float: left;
	position: relative;
	top:3px;
}
 
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#BBBBD6;
	}
 
	.menu_bar .bt-menu {
		display: inline-block;
		color: #02065E;
		overflow: hidden;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menu_bar span {
		float: left;
		font-size: 30px;
	}
 
	header nav {
		width: 60%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .children {
		display: block;
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
	header nav ul li .caret {
		float: left;
	}
}
