nav#nav {
    z-index: 9 !important;
    background-color: #e41650;
    position: relative;
}
div#header-nav.control-zindex {
    z-index: 9999999999;
    position: relative;
}
#nav ol.nav-primary {
    width: 1185px;
    margin: 0 auto;
    height: 85px;	
    position: relative;
    text-align: center;
} 
#nav .nav-primary a.level0 {
    padding: 0 5px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.5px;
    font-family: 'Hind-Regular';
    max-width: 100px;
    line-height: 1.2;
    text-transform: none;
    height: inherit;
    padding-top: 51px;
}

#nav li.level0:hover > h2 a {
    text-decoration: none;
}
#nav li.level0 {
    z-index: 9 !important;
    display: inline-block;
    text-align: center;
    margin: 0 7px;
}
#nav li.level0.active.menu-active.parent h2::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #fff;
    border: 1px solid #eeeeee;
    border-right: none;
    border-bottom: none;
    top: 86px;
    left: 0;
    transform: rotate(45deg);
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
#nav li.level0 h2 {
    position: relative;
}
#nav li.level0:first-child a {
    font-weight: bold;
}
#nav ul.level0-sub > li > h4 > a {
    color: #1f1e1e;
    font-size: 16px;
    margin-bottom: 0;
}
#nav ul.level0-sub ul.level1 li.level2 a {
    color: #1f1e1e;
    font-size: 14px;
    margin-bottom: 5px;
}
#nav li.level0 .sub a {
    display: inline-block;
    font-family: 'Hind-Regular';
}
#nav li.level0 .sub h4 a {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
#nav li.level0 .sub a:hover {
    text-decoration: underline;
}
#nav li.level0 .sub > dl {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    padding: 0px 40px 40px 40px;
    border-radius: 10px;
    margin-top: 18px;
    white-space: nowrap;
    text-align: left;
}
 #nav li.level0 .sub > dl dd {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin-top: 50px;
}
#nav li.level0 .sub {
    position: absolute;
    left: auto;
    z-index: 10 !important;
}
#nav li.level0 .sub > dl dd:not(:last-child) {
    margin-right: 60px;
}

#nav li.level0 h2 {
    position: relative;
}
#nav li.level0 h2:before {
    content: "";
    background-image: url(../images/sprite-menu.png);
    display: block;
    position: absolute;
    width: 65px;
    height: 50px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}
li.level0.nav-2 h2:before {
    background-position: 5px -396px;
    max-width: 40px;
    background-size: 100%;
}
li.level0.nav-3 h2:before {
    background-position: 0 14px;
    max-width: 53px;
}
li.level0.nav-4 h2:before  {
    background-position: 0 -48px;
}
li.level0.nav-5 h2:before  {
    background-position: 0 -118px;
}
li.level0.nav-6 h2:before  {
    background-position: 0 -194px;
    top: -4px !important;
}
li.level0.nav-7 h2:before {
    background-position: 0 -213px;
    height: 57px !important;
    top: -8px !important;
    background-size: 100% !important;
    max-width: 52px;
}
li.level0.nav-8 h2:before {
    background-position: 0px -277px;
    height: 64px !important;
    top: -12px !important;
    background-size: 100% !important;
    max-width: 50px;
}
li.level0.nav-9 h2:before {
    background-position: 0 -532px;
    max-width: 47px;
    background-size: 100%;
}
li.level0.nav-10 h2:before {
    background-position: 0px -260px;
    max-width: 37px;
    background-size: 100%;
}
li.level0.nav-11 h2:before {
    background-position: 0px -318px;
    max-width: 37px;
    background-size: 100%;
}