﻿.menu-bg {
}
#menu {
}

.zun{
	background:white;
    margin-bottom: 2px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.48);
}
#menu .box {
	opacity: 1;
	text-align: center;
	height: 55px;
}
#menu ul {
	padding: 0;
	display: inline-block;
}
#menu ul li {
	margin: 0;
	line-height: normal;
	height: 55px;
	float: left;
}
#menu ul li a {
	padding: 0 31px;
	font-size: 1.12em;
	text-decoration: none;
	color: #323232;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
	display: block;
	position: relative;
	text-transform: uppercase;
	border-right: 1px solid #dedede;
	transition: 0.3s all ease-in-out;
	z-index: 1111;
}
#menu ul li a:hover {
	transition: 0.3s all ease-in-out;
	color: #ffffff;
	background-color:#800000;
	border-right: 1px solid #800000;
}
#menu ul li:last-child a {
	border: none;
}
#toggle-nav-label, #toggle-nav {
	display: none;
}

@media screen and (max-width: 1200px) {
#menu ul li a {
	padding: 0 30px;
	font-size: 15px;
}
}

@media screen and (max-width: 991px) {
#menu ul li a {
	padding: 0 20px;
	font-size: 14px;
}
}

@media screen and (max-width: 768px) {

.zun{
	background:#000;
}
.menu-bg {
	background: none;
}
#menu {
	height: 50px;
	background: none;
	border: none;
}
#menu .box {
	position: fixed;
	text-align: center;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.8);
	transition: all 0.3s ease-in-out;
	display: none;
}
#menu ul {
	position: relative;
	top: 20%;
	transform: scale(2);
	transition: all 0.3s ease-in-out;
	height: auto;
	text-align: center;
}
#menu ul li {
	width: 100%;
	display: inline;
	margin: 0;
	line-height: normal;
	height: auto;
}
#menu ul li a {
	padding: 0px 10px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	transition: all 0.2s ease-in-out;
	display: block;
	border-right: none;
	height: 40px;
	line-height: 40px;
}
#menu ul li a:hover {
	background: none;
	color: #FFFFFF !important;
	border: none;
}
#toggle-nav-label {
	color: #ffffff;
	background: none;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 11111111;
	width: 50px;
	height: 50px;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 0;
}
#toggle-nav-label:after {
	position: absolute;
	top: 10px;
	right: 15px;
	font-family: FontAwesome;
	content: '\f0c9';
	font-size: 22px;
}
#toggle-nav {
	display: none;
}
#toggle-nav:checked ~ .box {
	opacity: 1;
	z-index: 400;
	display: block;
}
#toggle-nav:checked ~ .box ul {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	margin: 0;
	padding: 0;
	float: none;
}
#toggle-nav:checked ~ #toggle-nav-label {
	position: fixed;
}
#toggle-nav:checked ~ #toggle-nav-label:after {
	color: #d6103a;
	font-family: FontAwesome;
	content: '\f00d';
	font-size: 25px;
}
#menu ul li a br {
	display: none;
}
.res-menu-ng {
	background: none;
	display: block;
}
.red-bg {
	background: none !important;
}
#menu ul li a:before, #menu ul li a:after {
	display: none;
}
}
