
#cssmenu ul {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    float: none;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
#cssmenu ul li {
    display: inline-block;
}
#cssmenu::after, #cssmenu > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    border-radius: 5px;
    /*margin-left: 80px;*/
    width: auto;
}
#cssmenu.align-center > ul {
    display: table;
    text-align: center;
    width: 100%;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-center > ul > li {
    display: table-cell;
    float: none;
    text-align: center;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li:first-child {
}
#cssmenu > ul > li {
    display: inline-block;
    margin-right: 1px;
}
#cssmenu > ul > li:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#cssmenu > ul > li > a {
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 42px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
#cssmenu > ul > li > a > i {
    display: block;
    font-style: normal;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
    color: #fff;
	background: #2c2b31 none repeat scroll 0 0;
}
#cssmenu > ul > li.current-menu-item > a, #cssmenu > ul > li.current-menu-parent > a {
    background: #2c2b31 none repeat scroll 0 0;
    color: #fff;
}
.top-fixed-header #cssmenu > ul > li.current-menu-item > a, .top-fixed-header #cssmenu > ul > li.current-menu-parent > a {
    background: #2c2b31  none repeat scroll 0 0;
    color: #fff;
}
.top-fixed-header #cssmenu > ul > li:hover > a, .top-fixed-header #cssmenu > ul > li > a:hover, .top-fixed-header #cssmenu > ul > li.active > a {
    background: #2C2B31 none repeat scroll 0 0;
    color: #fff;
}
#cssmenu > ul > li.has-sub > a {
}
#cssmenu ul > li.has-sub:hover > a::after {
}
#cssmenu ul > li.has-sub > a::before {
}
#cssmenu ul > li.has-sub:hover > a::before {
    border: 0 none;
}
#cssmenu ul ul {
    left: -9999px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    transition: top 0.2s ease 0s, opacity 0.2s ease 0s;
    z-index: 100;
}
#cssmenu > ul > li > ul {
    border-radius: 0;
    top: 0;
}
#cssmenu > ul > li:hover > ul {
    left: 0;
    opacity: 1;
    top: 100%;
}
#cssmenu > ul > li > ul::before {
}
#cssmenu.align-right > ul > li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    top: 40px;
}
#cssmenu ul ul > li:hover > ul {
    left: 100%;
    opacity: 1;
    padding-left: 0;
    top: 0;
}
#cssmenu.align-right ul ul > li:hover > ul {
    left: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 10px;
    right: 178px;
}
#cssmenu ul ul li a {
    background-color: #589943;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.5;
    padding: 10px 25px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    width: 220px;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li > a:hover, #cssmenu ul ul li.active > a {
    background: #589943 none repeat scroll 0 0;
    color: #fff;
}
#cssmenu ul ul li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#cssmenu ul ul li:last-child > a {
    border-bottom: 1px solid #589943;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#cssmenu ul ul > li.has-sub > a::after {
    background: #fc635e none no-repeat scroll 0 0 / 36px 36px;
    right: 12px;
    top: 4px;
}
#cssmenu.align-right ul ul > li.has-sub > a::after {
    left: 12px;
    right: auto;
}
#cssmenu ul ul > li.has-sub:hover > a::after {
    background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a::before {
    border-left-color: #ffffff;
    border-top-color: transparent;
    right: 16px;
    top: 15.5px;
}
#cssmenu.align-right ul ul > li.has-sub > a::before {
    border-left-color: transparent;
    border-right-color: #ffffff;
    border-top-color: transparent;
    left: 16px;
    right: auto;
    top: 15.5px;
}
#cssmenu ul ul > li.has-sub:hover > a::before {
    border-left-color: #1c89b5;
    border-top-color: transparent;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a::before {
    border-left-color: transparent;
    border-right-color: #1c89b5;
    border-top-color: transparent;
}
#cssmenu ul li.badge {
    border: 0 none;
    line-height: 5.5;
    padding: 0 12px;
}
#cssmenu ul li.menu-item-has-children:hover > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#cssmenu > ul > li > a {
    line-height: 50px;
}
@media all and (max-width: 768px), not all, only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), not all, not all, only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu {
    width: 100%;
}
#cssmenu ul, #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu > ul, #cssmenu.align-center > ul, #cssmenu > ul > li > ul, #cssmenu > ul > li:hover > ul, #cssmenu ul ul li:hover > ul, #cssmenu ul ul ul li:hover > ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul ul li:hover > ul, #cssmenu.align-right ul ul ul li:hover > ul {
    display: none;
    left: 0;
    margin-left: 0;
    opacity: 1;
    padding: 0;
    position: relative;
    right: auto;
    text-align: left;
    top: 0;
    width: 100%;
}
#cssmenu ul li {
    border-top: 1px solid rgba(120, 120, 120, 0.2);
    width: 100%;
}
#cssmenu > ul > li > a > i {
    display: inline;
}
#cssmenu > ul > li > a, #cssmenu ul ul li a, #cssmenu ul ul li:first-child > a, #cssmenu ul ul li:last-child > a {
    border-radius: 0;
    border-right: 0 none;
    box-shadow: none;
    text-align: left;
    width: 100%;
}
#cssmenu ul li a {
    padding-bottom: 12px;
    padding-left: 12.5px;
    padding-top: 12px;
}
#cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px;
}
#cssmenu ul ul {
    z-index: 100;
}
#cssmenu ul ul ul {
    z-index: 200;
}
#cssmenu ul ul ul li a {
    padding-left: 42.5px;
}
#cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
}
#cssmenu > ul > li.has-sub > a::after, #cssmenu > ul > li.has-sub > a::before, #cssmenu ul ul li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::before {
    display: none;
}
#cssmenu #menu-button {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 20px 20px 20px 12.5px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}
#cssmenu .submenu-button {
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    cursor: pointer;
    display: block;
    height: 38px;
    position: absolute;
    right: 0;
    width: 38px;
    z-index: 10;
}
#cssmenu ul ul .submenu-button {
    height: 41px;
}
#cssmenu ul .submenu-button::after, #cssmenu #menu-button::after {
    background: #465a6e none no-repeat scroll 0 0 / 56px 56px;
    border-radius: 15px;
    box-shadow: 0 -1px 1px #405264 inset, 0 2px 1px #405264 inset;
    content: "";
    display: block;
    height: 28px;
    position: absolute;
    right: 4.5px;
    top: 4.5px;
    transition: all 0.1s ease-out 0s;
    width: 28px;
}
#cssmenu ul .submenu-button.submenu-opened::after, #cssmenu #menu-button.menu-opened::after {
    background-position: 0 -28px;
}
#cssmenu ul ul .submenu-button::after {
    top: 6.5px;
}
#cssmenu #menu-button::before, #cssmenu .submenu-button::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 14.5px;
    top: 16.5px;
    width: 0;
    z-index: 99;
}
#cssmenu ul ul .submenu-button::before {
    top: 19.5px;
}
#cssmenu #menu-button.menu-opened::before, #cssmenu .submenu-button.submenu-opened::before {
    border-top-color: #000;
}
#cssmenu ul li.badge {
    border: 0 none;
    line-height: 2.5;
    padding: 0 12px;
    text-align: left;
}
}
