@font-face {
    font-family: 'Oxygen';
    src: url('../font/Oxygen.eot');
    src: url('../font/Oxygen.eot') format('embedded-opentype'),
         url('../font/Oxygen.woff') format('woff'),
         url('../font/Oxygen.ttf') format('truetype'),
         url('../font/Oxygen.svg#Oxygen') format('svg');
}

.flexy-menu{
/*	width: 100%;*/
margin: 0 auto;
	padding: 0;
	position: relative;
	font-family: 'Oxygen', sans-serif;
	list-style: none;
}
.flexy-menu li.menu{
	display:inline;
	font-size:14px;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
	border-right: 1px solid rgb(188, 188, 188);
	/*height:22px;*/
}
.flexy-menu li.last{
	border-right:none;	
}
.flexy-menu>li.menu>a{
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	color: #00739c;
	text-decoration: none;
	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:hover>a{
	background:#555;
	color:#01aced;
}
li.menu.active a span{
	/*background:#555;*/
	color:#01aced;
}
.flexy-menu li ul li.active a{
	/*background:#555;*/
	color:#01aced;
}
.flexy-menu li.right{
	float:right
}
.flexy-menu ul,.flexy-menu ul li ul{
	list-style:none;
	margin:0;
	padding-bottom:10px;
	display:block;
	position:absolute;
	z-index:999;
	min-width:184px;
	background:#fff;
	border-radius:0 0 9px 9px;
	box-shadow:0 3px 3px rgba(0,0,2,0.28);
}
.flexy-menu ul{top:60px;left:0}.flexy-menu ul li ul{top:0;left:100%}
.flexy-menu ul li{
	clear:both;width:100%;border:0;font-size:12px}
.flexy-menu ul li a{
	padding: 2px 15px;
	width: 100%;
	color: #00739c;
	font-size: 13px;
	font-weight:100;
	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>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:30px 15px}
.thick ul{
	top:41px;
	width:auto;
	height:auto;
}
.thick>li .arrow{top:40px}
.flexy-menu i{
	display: block;
	text-align: center;
}
.flexy-menu>li.showhide{display:none;width:100%;height:50px;cursor:pointer;color:#dedede;border-bottom:solid 1px rgba(0,0,0,0.1);background:#333}
.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.active a{
	background: none;
}
.orange li:hover>a{
	background: none;
	color: #01aced !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:768px){
.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:1px;padding-bottom:6px}.flexy-menu ul>li>a{padding-left:40px!important}
.flexy-menu>li .arrow{top:15px;right:25px;font-size:17px}.flexy-menu ul>li .arrow{display:none}}
.icon1{
	background: url('../images/down_arrow.png') no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
.icon2{
	background: url('../images/down_arrow.png') no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
.icon3{
	background:none;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
.orange li:hover>a>.icon2{
	background: url('../images/down_arrow_h.png') no-repeat 0px 0px;
}
.orange li a>.icon2_h{
	background: url('../images/down_arrow_h.png') no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
.color{
	color: #70B539 !important;
}
@media only screen and (max-width: 1024px) {
	.thick>li>a{padding:30px 7px}
}
@media only screen and (max-width: 800px) {
	.thick ul{
		top:48px;
	}
	.thick>li>a{padding:30px 6px}
	.flexy-menu>li>a{
		font-weight: 300;
		font-size:10px;
	}
}
@media only screen and (max-width: 768px) {
	.thick ul{
		top:48px;
	}
	.thick>li>a{padding:0px 6px}
	.flexy-menu>li>a{
		font-weight: 300;
		font-size:11px;
	}
	.flexy-menu>li.showhide{color:#fff;height:35px;border-bottom:solid 1px rgba(0,0,0,0.1);background:#112f77}
	.flexy-menu{
		font-family: 'Oxygen', sans-serif;
		font-weight:600;
		padding-bottom:7px;
	}
	.flexy-menu>li.showhide span.title{margin:8px 0 0 11px;}
	.flexy-menu>li.showhide span.icon{margin:10px 10px; color:#000}
	.flexy-menu>li.showhide span.icon em{
		background:#fff;
	}
}
@media only screen and (max-width: 640px) {
	.flexy-menu>li.showhide span.icon em{
		background:#fff;
	}
	flexy-menu ul,.flexy-menu ul li ul{
	
	padding-bottom:24px;

}
}
@media only screen and (max-width: 320px) {
.flexy-menu ul,.flexy-menu ul li ul{
	
	padding-bottom:24px;

}

}