.toggle, [id^=drop] {display: none;}
nav { float: left; width: 100%; margin:0; padding: 0; display:none;}
nav:after { content: ""; display: table; clear: both; }
nav ul { padding: 0; margin: 0; list-style: none; position: relative; }
nav ul li {text-align: left; margin:0 0 6px;}
nav ul li a { color: #1b83c9; background:#c7c9ca; display: inline-block; font-size: 17px; font-weight: bold; padding:7px 10px; margin:0px; text-decoration: none; width:100%;}
nav ul li a:hover,nav ul li a.active { text-decoration:none; background:#1b83c9; color:#fff;}

@media only screen and ( max-width:1150px) {
nav { display:block;}
.plus_img { float: right; margin: 0px; padding: 12px 0 0 0; }
nav { left: 0; position: fixed; right: 0; top: 0; top:0px; border:0px; z-index: 999999; margin:0px;}
nav span { color:#fff;}
nav a { border-bottom: 1px solid #b2b3b7; }
.toggle + a, .menu { display: none; }
nav ul li { background: #97999d; border-radius: 0px; float: none; text-align: center; display: inline-block; }
.toggle { display: block; background-color: #97999d;  text-align: left; padding:10px 20px; color: #FFF; font-size: 18px;font-weight: bold; text-transform: uppercase; line-height: 40px; text-decoration: none; border: none; cursor: pointer; border-bottom: 1px solid #b2b3b7; }
[id^=drop]:checked + ul { display: block; }
nav ul li { display: block; width: 100%; overflow: hidden; text-align: left; margin:0px; }
nav ul li a { background:#97999d; font-size: 16px; text-align: left; color: #fff; font-weight:normal;  margin:0px;}
nav ul li a, nav ul li a.active { padding: 10px 15px; width:100%; display:inline-block;}
nav ul li a.active, nav ul li a:hover {  background:#b2b3b7; color: #fff;}
}
@media all and (max-width : 330px) {
nav ul li { display: block; width: 100%; }
}
