
.nav { position: relative;}
.mobNav { display: block;}
.mobNav .toolBar { display: -webkit-box; display: -ms-flexbox; display: flex;/*	height: 8vw;*/ overflow: hidden;}
.menuBtn { position:absolute; top:50%; right:3%; height:30px; width:30px; background:url(../mimages/bar.png) center center no-repeat; background-size:100% 100%; border: none; outline: none; margin-top:-15px;}
.home{ position:absolute; top:18%; left:3%; height:56%; width:8%; background:url(../mimages/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(../mimages/close.png) center center no-repeat; background-size:auto 80% ;}

.dropdown { position: absolute; left: 0; top:100%; width:100%; height:100vh; 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:3%;}
.menu li { line-height:3;}
.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; border-bottom: 1px solid #ddd; color:#FFF;}
.dropdown.show { display: block;}

