
.nav {
	/*background: #0c368d;
	position: relative;
	background: rgba(12,54,141,0.8);  position: relative; position:fixed; top:0; left:0; width:100%; z-index:9999999;*/
	background: rgba(12,54,141,0.99); z-index:9999999;position: relative;
}
.mobNav {
	display: block;

}
.mobNav .toolBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
/*	height: 8vw;*/
	overflow: hidden;
}
.menuBtn { position:absolute; top:18%; right:3%;
	height:54%;
	width:10%; min-width:42px; max-width:50px;
	background:url(../images/bar.png) center center no-repeat;
	background-size:auto 86%;
	border: none;
	outline: none;
	border-radius: 1px;
}
.tel{ position:absolute; top:18%; right:3%;
	height:56%;
	width:10%;
	background:url(../images/btn_menu2.png) center center no-repeat;
	background-size: auto 80%;
	border: none;
	outline: none;
	border-radius: 1px;}
.menuBtn:active {
	opacity: 0.8;
}
.menuBtn.close {
	background: url(../images/close.png) center center no-repeat;
	background-size:auto 50% ;
}

.dropdown {
	position: absolute;
	left: 0;
	top:100%;
	width:100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	display: none;
}
.dropdown .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; padding:2%;
}
.menu li { line-height:2;
}
.menu li:last-child a {
	border-bottom: 0;
}
.menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: none;
	text-indent: 2vw; font-size:16px; line-height:2.4;
	border-bottom: 1px solid #ddd; color:#FFF;
}
.dropdown.show {
	display: block;
}

