﻿.flexy-menu{width:100%;margin:0;padding:0;position:relative;float:left;list-style:none;}
.flexy-menu li{display:inline;font-size:14px;margin:0;padding:0;float:left;line-height:20px;position:relative;}
.flexy-menu>li>a{padding:20px 20px;color:#333333;font-size: 18px; font-weight: 600; text-decoration:none;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;position: relative;}
.index-m .flexy-menu>li>a{color: #333333;}
.header-fixed .index-m .flexy-menu>li>a {
    color: #333333; 
}
.header-fixed .index-m .flexy-menu>li>a.btn-sm{color: #333333;}
.flexy-menu li:hover>a,.flexy-menu li.active a{}

.flexy-menu li.right{float:right}
.flexy-menu ul,.flexy-menu ul li ul{list-style:none;margin:0;padding:0;display:none;position:absolute;z-index:99999;width:100%;min-width:100px;box-shadow:0 1px 1px rgba(0,0,0,0.3);background: rgba(9,155,118,0.85);}
.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:11px}
.flexy-menu ul li a{padding:10px 0 10px 0px;width:100%; text-align: center; color:#ffffff;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}
.thin>li>a{padding:10px 22px}
.thin ul{top:40px}
.thick>li>a{padding:40px 22px}
.thick ul{top:100px}
.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.1)*/;}
.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}
.flexy-menu li a:before {
    content: "";
    height: 4px;
    width: 0;
    left: 50%;
    bottom: 0px;
    background-color: #00e384;
    transition: all .2s;
    position: absolute;}
.orange li:hover>a:before,.orange li a.active:before{width: 50%; left: 25%; color:#fff}
.orange li ul li:hover>a:before,.orange li ul li a.active:before{width:0;/*background:#00cdff;color:#fff!important*/border-bottom: 1px solid #dedede;}
.orange li ul li:hover>a,.orange li ul li.active a{background: rgba(42,97,77,0.8);}
.flexy-menu.vertical{width:100px}
.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:1px}
.flexy-menu.vertical.right{float:right!important}
.flexy-menu.vertical.right ul{left:-150px!important}
@media (max-width: 1360px){
  .flexy-menu>li>a{padding: 20px 12px;}
}
@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;color: #0085fc;}
	.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;color:#666666;text-align: left; }
	.flexy-menu ul>li>a{padding-left:40px!important}
.index-m .flexy-menu>li>a{color: #0085fc;}
.index-m .flexy-menu>li>a:before{ height: 0px;background-color: none;}
.header-fixed .index-m .flexy-menu>li>a{color: #0085fc;}
}
	
.menu-has-children .a-white:after{
  content:" ▾";
  color:#0085fc;
}
.index-m .menu-has-children .a-white:after {
    color: #333333;
}
.header-fixed .index-m .menu-has-children .a-white:after {
    color: #333333;
}