.flexy-menu {
	width:auto;
	margin: 0;
	padding:37px 0 0 0;
	position: relative;
	float: right;
	list-style: none;
}
.flexy-menu li {
	font-size: 14px;
	margin: 0;
	padding:0 16px 24px 16px;
	float: left;
	line-height:16px;
	position: relative;
	font-weight:600;
	background: rgba(0, 0, 0, 0) url("../images/sep01.png") no-repeat scroll 0 3px;
}

.flexy-menu li.first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.flexy-menu>li>a {
	color: #333333;
    display: block;
    text-transform: uppercase;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}
.flexy-menu li a:hover, .flexy-menu li:hover a, .flexy-menu li.active a{
	 color: #97c21c;
    text-decoration: none;
}
.flexy-menu li.right {
	float: right
}
.flexy-menu ul{
	list-style: none;
    margin: 0 3px;
	padding:0;
	display: none;
	position: absolute;
	z-index: 99999;
	background:#fff url("../images/bg-drop.png") no-repeat scroll 50% -7px;
	width: 300px;
	letter-spacing: 1px;
}
.flexy-menu ul {
	top: 40px;
	left: 0;
	margin-left:-108px;
	text-align:center;
	-webkit-box-shadow: 0 5px 3px #c7c7c7;
	box-shadow: 0 5px 3px #c7c7c7;
}

.flexy-menu li:nth-child(2) ul{ width:180px; margin-left:-58px;}

.flexy-menu ul li ul {
	top: 0;
	left: 100%
}
.flexy-menu ul li {
	clear: both;
	width: 100%;
	border: 0;
	font-size: 12px;
	background:none;
	padding:11px 0;
	border-top: 1px solid #e5e5e5;
}


.flexy-menu li ul li:first-child {
    background: rgba(0, 0, 0, 0) url("../images/bg-drop.png") no-repeat scroll 50% -7px;
    border: 0 none !important;
}

.flexy-menu ul li a {
	width: 100%;
	color:#fff !important;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}

.flexy-menu ul li a:hover{color: #97c21c !important;}

.flexy-menu li a span {
    float: left;
    width: 100%;
}
.flexy-menu>li .arrow {
	position: absolute;
	color: #dedede;
	top: 20px;
	right: 8px;
	font-size: 17px
}
.flexy-menu ul>li .arrow {
	top: 10px;
	right: 8px
}
.thin>li>a {
	padding: 10px 22px
}
.thin ul {
	top: 40px
}
.thin>li .arrow {
	top: 10px
}
.thick>li>a {
	padding: 40px 22px
}
.thick ul {
	top: 100px
}
.thick>li .arrow {
	top: 40px
}
.flexy-menu i {
	line-height: 20px!important;
	margin-right: 6px;
	font-size: 18px;
	float: left
}
.flexy-menu>li.showhide {
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #dedede;
	border-bottom: solid 1px rgba(0,0,0,0.3);
}
.flexy-menu>li.showhide span.title {
	margin: 16px 0 0 25px;
	float: left
}
.flexy-menu>li.showhide span.icon {
	margin: 17px 20px;
	float: right
}
.flexy-menu>li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ccc
}
.light {
	background: #fff;
	border: solid 1px #dfdfdf
}
.light a {
	color: #555!important
}
.light li:hover>a, .light li.active a {
	background: #555;
	color: #fff!important
}
.light ul, .light ul li ul {
	background: #fff
}
.light>li.showhide {
	background: #fff;
	color: #555!important
}
.light>li.showhide .icon em {
	background: #555
}
.light li .arrow {
	color: #555
}
.light li:hover>.arrow {
	color: #fff
}
.blue li:hover>a, .blue li.active a {
	background: #02b8fa;
	color: #fff!important
}
.green li:hover>a, .green li.active a {
	background: #88c425;
	color: #fff!important
}
.red li:hover>a, .red li.active a {
	background: #cf0404;
	color: #fff!important
}
.orange li:hover>a, .orange li.active a {
	background: #ff670f;
	color: #fff!important
}
.yellow li:hover>a, .yellow li.active a {
	background: #febf01;
	color: #444!important
}
.yellow li .arrow {
	color: #dedede
}
.yellow li:hover>.arrow {
	color: #444
}
.yellow.light li .arrow {
	color: #555
}
.purple li:hover>a, .purple li.active a {
	background: #a737fa;
	color: #fff!important
}
.pink li:hover>a, .pink li.active a {
	background: #f82b4c;
	color: #fff!important
}
.flexy-menu.vertical {
	width: 200px
}
.flexy-menu.vertical li {
	width: 100%
}
.flexy-menu.vertical li a {
	display: inline-block!important;
	width: 100%;
	padding: 18px 20px 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.flexy-menu.vertical ul li {
	width: 100%
}
.flexy-menu.vertical ul, .flexy-menu.vertical ul li ul {
	width: 150px
}
.flexy-menu.vertical ul {
	top: 0;
	left: 100%
}
.flexy-menu.vertical ul li ul {
	top: 0
}
.flexy-menu.vertical.right {
	float: right!important
}
.flexy-menu.vertical.right ul {
	left: -150px!important
}
.flexy-menu.vertical>li .arrow {
	top: 17px;
	right: 15px;
	font-size: 17px
}
.flexy-menu.vertical ul>li .arrow {
	top: 18px;
	right: 15px
}
@media only screen and (max-width:767px) {
.flexy-menu.vertical {
	width: 100%
}
.flexy-menu li {
	display: block;
	width: 100%
}
.flexy-menu>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px
}
.flexy-menu a {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.flexy-menu ul, .flexy-menu ul li ul, .flexy-menu.vertical ul, .flexy-menu.vertical ul li ul {
	width: 100%;
	left: 0;
	border-left: 0;
	position: static;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.flexy-menu ul li {
	border-left: 0;
	border-right: 0
}
.flexy-menu ul li a, .flexy-menu.vertical ul li a {
	padding-top: 10px;
	padding-bottom: 10px
}
.flexy-menu ul>li>a {
	padding-left: 0px!important
}
.flexy-menu>li .arrow {
	top: 15px;
	right: 25px;
	font-size: 17px
}
.flexy-menu ul>li .arrow {
	display: none
}

.flexy-menu{ padding:0; width:100%;   margin-top: 10px; position:absolute; top:50px;}
.flexy-menu > li.showhide{ padding:0;}
.flexy-menu li{ background:#333; padding:0;}
.flexy-menu > li > a{ color:#fff;}
#header{ height:auto; background: rgba(0, 0, 0, 0) url("../images/bg-header.png") repeat-x scroll 0 bottom; padding: 30px 0 80px 0;}
.flexy-menu li:nth-child(2) ul, .flexy-menu ul{ width:100%; margin:0;}
.flexy-menu li ul li:first-child, .flexy-menu ul li{ background:#2b2b2b;  border-top: 1px solid #444444;  padding: 2px 0;}


}
