#menu {
	height: 50px;
	margin: 19px 0 20px;
}
#menu .box {
	opacity: 1;
	height: 50px;
	text-align: right;
}
#menu ul {
	padding: 0;
	display: inline-block;
	transition: 0.3s all ease-in-out;
}
#menu ul li {
	margin: 0;
	line-height: normal;
	height: 50px;
	float: left;
}
#menu ul li a {
	padding: 0 22px;
	font-size: 11px;
	text-decoration: none;
	color: #000000 !important;
	height: 50px;
	line-height: 50px;
	display: block;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	z-index: 11;
	transition: 0.3s all ease-in-out;
}
#menu ul li:hover a {
	color: #4fa800  !important;
	transition: 0.3s all ease-in-out;
}
#menu ul li:nth-child(5) a {
	padding-right: 60px;
}
#toggle-nav-label, #toggle-nav {
	display: none;
}

@media screen and (max-width: 1200px) {
#menu ul li a {
	padding: 0 9px;
	font-size: 13px;
}
#menu {
	margin: 11px 0;
}
#menu ul li:first-child a {
	padding-left: 0px;
}
#menu ul li:nth-child(5) a {
	padding-right: 40px;
}
}

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

@media screen and (max-width: 900px) {
#menu ul li a {
	padding: 0 8px;
	font-size: 13px;
}
#menu ul li:nth-child(5) a {
	padding-right: 50px;
}
#menu {
	margin: 11px 0;
}
}

@media screen and (max-width: 800px) {
#menu ul li a {
	padding: 0 7px;
	font-size: 13px;
}
#menu ul li:nth-child(5) a {
	padding-right: 45px;
}
#menu {
	margin: 16px 0;
}
}

@media screen and (max-width: 768px) {
.menu-bg {
	background: none;
	margin-top: 0;
}
#menu {
	margin: 0;
	height: 50px;
	background: none;
	border: none;
}
#menu .box {
	margin: 0;
	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: 10%;
	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 !important;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF !important;
	transition: all 0.2s ease-in-out;
	display: block;
	border-right: none;
	height: 35px;
	line-height: 35px;
}
#menu ul li a:hover {
	background: none;
	color: #FFFFFF !important;
	border: none;
}
#toggle-nav-label {
	color: #000000;
	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;
	left: 0;
	right: 0;
	font-family: FontAwesome;
	content: '\f0c9';
	font-size: 22px;
	text-align: center;
}
#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: #fff101;
	font-family: FontAwesome;
	content: '\f00d';
	font-size: 25px;
}
#menu ul li a:before, #menu ul li a:after {
	display: none;
}
#menu ul li a i {
	display: none;
}
#menu ul li:first-child a {
	padding-left: inherit;
}
}
