
a {
	color: #333
}
.menu-container {
	width: 100%;
	margin: 0 auto;
	background: #e9e9e9
}
.menu-mobile {
	display: none;
	padding: 20px
}
.menu-mobile:after {
	content: "\f394";
	font-family: ionicons;
	font-size: 2.5rem;
	padding: 0;
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%)
}
.menu-dropdown-icon:before {
	content: "\f489";
	font-family: ionicons;
	display: none;
	cursor: pointer;
	float: right;
	padding: 1.5em 2em;
	background: #fff;
	color: #333
}
.menu{width: 60%;float: left;margin-left: 30px;}
.menu>ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	box-sizing: border-box
}
.menu>ul:before, .menu>ul:after {
	content: "";
	display: table
}
.menu>ul:after {
	clear: both
}
.menu>ul>li {
	float: left;

	padding: 0;
	margin: 0
}
.menu>ul>li a {
	text-decoration: none;
	padding: 30px 20px;
	display: block
}
.menu>ul>li:hover {
	background: #f0f0f0
}
.menu>ul>li>ul {
	display: none;
	width: 100%;
	background: #f0f0f0;
	padding: 20px;
	position: absolute;
	z-index: 99999;
	left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box
}
.menu>ul>li>ul:before, .menu>ul>li>ul:after {
	content: "";
	display: table
}
.menu>ul>li>ul:after {
	clear: both
}
.menu>ul>li>ul>li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 20%;
	background: 0 0;
	float: left;
	text-align: center;
}
.menu>ul>li>ul>li a {
	color: #777;
	padding: .2em 0;
	width: 95%;
	display: block;
	border-bottom: 1px solid #ccc
}
.menu>ul>li>ul>li>ul {
	display: block;
	padding: 0;
	margin: 10px 0;
	list-style: none;
	box-sizing: border-box;
	height: 140px;

}
.menu>ul>li>ul>li>ul:before, .menu>ul>li>ul>li>ul:after {
	content: "";
	display: table;
	
}
.menu>ul>li>ul>li>ul:after {
	clear: both
}
.menu>ul>li>ul>li>ul>li {
	float: left;
	width: 100%;
	padding:  0;
	margin: 0;
	font-size:14px;

}
.menu>ul>li:nth-child(2)>ul>li>ul>li:nth-child(1){font-weight: bold;margin-bottom: 10px;font-size: 16px;}
.menu>ul>li:nth-child(2)>ul>li>ul>li a {
	border: 0;
	position: relative;
}
.menu>ul>li:nth-child(2)>ul>li>ul>li:nth-child(1) a:after{width: 40px;height: 3px;background: #41d228;border-radius: 5px;content: "";display:block;margin: 0 auto;position: absolute;left: 40px;top: 30px}
.menu>ul>li:nth-child(2)>ul>li>ul>li:last-child{width: 50px;height: 15px;background: #41d228;margin: 0 auto;line-height: 10px; border-radius:20px;margin-left: 40px;margin-top: 10px; }
.menu>ul>li:nth-child(2)>ul>li>ul>li:last-child a{color: #fff;}
.menu>ul>li>ul.normal-sub {
	width: 100px;
	left: auto;
	padding: 10px 20px
}
.menu>ul>li:nth-child(5)>ul.normal-sub {width: 96px;}
.menu>ul>li:nth-child(5)>ul.normal-sub>li a{width: 100%;}
.menu>ul>li:nth-child(6)>ul.normal-sub {width: 96px;}
.menu>ul>li:nth-child(6)>ul.normal-sub>li a{width: 100%;}
.menu>ul>li:nth-child(3)>ul>li a{border: 0}
.menu>ul>li:nth-child(3)>ul.normal-sub {width: 140px;}
.menu>ul>li:nth-child(3)>ul.normal-sub>li a{width: 100%;}
.menu>ul>li:nth-child(4)>ul.normal-sub {width:180px;}
.menu>ul>li:nth-child(4)>ul.normal-sub>li a{width: 100%;}
.menu>ul>li>ul.normal-sub>li {
	width: 100%
}
.menu>ul>li>ul.normal-sub>li a {
	border: 0;
	padding: 10px 0
}
.menu>ul>li:nth-child(7)>ul.normal-sub {width: 110px;}
.menu>ul>li:nth-child(7)>ul.normal-sub>li a{width: 100%;}
@media only screen and (max-width:959px) {
.menu-container {
	width: 100%
}
.menu-mobile {
	display: block
}
.menu-dropdown-icon:before {
	display: block
}
.menu>ul {
	display: none
}
.menu>ul>li {
	width: 100%;
	float: none;
	display: block
}
.menu>ul>li a {
	padding: 1.5em;
	width: 100%;
	display: block
}
.menu>ul>li>ul {
	position: relative
}
.menu>ul>li>ul.normal-sub {
	width: 100%
}
.menu>ul>li>ul>li {
	float: none;
	width: 100%;
	margin-top: 20px
}
.menu>ul>li>ul>li:first-child {
	margin: 0
}
.menu>ul>li>ul>li>ul {
	position: relative
}
.menu>ul>li>ul>li>ul>li {
	float: none
}
.menu .show-on-mobile {
	display: block
}
}
