
.nav-container {
    margin: 0 auto;
    max-width: 1000px;
}
.flexpanel {
    z-index: 9999 !important;
}
.nav-container {
}
.f-nav {
    position: fixed;
    top: 0;
    z-index: 100;
}
.nospace.inline {
    display: inline;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu::after, #cssmenu > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    background: #ffffff none repeat scroll 0 0;
    font-family: "Open Sans",sans-serif;
    line-height: 1;
    width: auto;
}
#menu-line {
    background: #009ae1 none repeat scroll 0 0;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s ease-out 0s;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li > a {
    color: #545454;
    font-size: 14px;
    padding: 12px 12px 19px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    height: 4px;
    position: absolute;
    right: 10px;
    top: 17px;
    transform: rotate(45deg);
    transition: border-color 0.2s ease 0s;
    width: 4px;
}
#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}
#cssmenu ul ul {
    left: -9999px;
    position: absolute;
    box-shadow: 2px 2px 8px #444;
    width: max-content;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    transition: height 0.2s ease 0s;
}
#cssmenu ul li:hover > ul > li {
    height: 30px;
}
#cssmenu ul ul li a {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    color: #444;
    font-size: 17px;
    height: 33px;
    margin-top: 3px;
    padding: 7px 18px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    /*! width: 300px; */
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    content: "";
    height: 10px;
    position: absolute;
    right: 20px;
    top: 11px;
    transform: rotate(-45deg);
    transition: border-color 0.2s ease 0s;
    width: 10px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    border-color: #dddddd -moz-use-text-color -moz-use-text-color #dddddd;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    left: 10px;
    right: auto;
}
#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}
