
.nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } 
.mobNav { display: none; } 
.dropdown { width: 1230px; } 
/*.menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } 
.menu li {-webkit-box-flex: 1; -ms-flex: 1; flex: 1;} 
.menu li:last-child a { border-right: none; } */
@media (min-width:769px) {
.nav { background:#e10714; padding:5px 0;} 
.menu a { color: #fff; display:block; text-align:center;} 
.menu li{ float:left; font-size:14px; width:82px; text-align:center;}
.menu li a{ display:block; line-height:26px; color:#fff;}

/*.menu a span{ display:block;}
.menu a:hover,.no{ color:#285502; -webkit-transition: all 300ms linear; transition: all 300ms linear; } 
.menu a img { -webkit-filter: grayscale(100%);
    filter: grayscale(100%);}
.menu a:hover img{-webkit-filter: grayscale(0%);
    filter: grayscale(0%);}
*/}
@media screen and (max-width: 750px) { 
.nav { background: #fff; position: relative; } 
.mobNav { display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } 
/*.toolBar { display: -webkit-box; display: -ms-flexbox; display: flex; height: 8vw; overflow: hidden; } 
*/
.mobNav a {  display:block; float:left;} 
.mobNav a img { height:60px;} 
.mobNav span { width: 8vw; height: 8vw; } 
.menuB{ float:right; padding-top:3%; padding-right:3%;}
.menuBtn { padding: 0; margin: 0; height: 8vw; width: 8vw; background:red url(../images/bar.png) center center no-repeat; background-size: 7vw 7vw; border: none; outline: none; border-radius: 1px; } 
.menuBtn:active { opacity: 0.8; } 
.menuBtn.close { background:red url(../images/close.png) center center no-repeat; background-size: 5vw 5vw; } 

.dropdown { position: absolute; left: 0; top:60px; width: 100vw; background: rgba(225, 7, 20, 0.7); padding-bottom:2%; z-index: 999; display: none; } 
.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;*/ } 
.menu li { float:left; width:31.333%; padding:0 1%;} 
/*.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; padding:5px 0; font-size:15px;} 
.menu a span{ width:24px; padding-right:10px;}
.menu a img{ width:24px; padding-right:10px;}
.show { display: block; } 
}
