header nav {
    border: 0;
    margin: 0 auto;
    z-index: 20;
    width: 100%;
    right: 0!important;
    /*background: url("../images/logo.svg") no-repeat #464F5E;*/
    background-position: 1.25rem center!important;
    background-size: auto 70%!important;
}
header nav li, header nav li a, header nav ul {
    margin: 0;
    padding: 0
}
header nav ul {
    position: relative;
    margin: 0 auto;
    width: 94%;
    padding:0 0 0 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -webkit-justify-content: flex-end;
}
header nav li {
    list-style: none;
    white-space: nowrap;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-content: stretch;
    -webkit-align-content: stretch
}
header nav li a {
    text-decoration: none;
    text-transform: uppercase
}
a.estrai_menu, header nav ul li.home, header nav ul ul {
    display: none
}
header nav ul li {
    height: 2.5rem;
    position: relative;
    padding: 0 0 0 0;
    margin: 0 1rem 1rem 0;
    /*width: 10rem;*/
}
.l20 {
    width: 15rem!important;
}
.l10 {
    width: 10rem!important;
}
.l30 {
    width: 25rem!important;
}
header nav ul li a {
    width:100%;
    text-align: center;
    padding: 0 0;
    margin: 0;
    line-height: 2.5rem;
    font-size: .875rem!important;
    font-weight: 500!important
}
header nav ul ul {
    padding: 0 0 0 0;
    width: 100%!important;
}
header nav ul li:hover>ul {
    display: block;
    position: absolute;
    top: 2.5rem;
    left: 0;
}
header nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
}
header nav li.sub>a {
    font-weight: 700
}
header nav ul li ul li {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto
}
header nav ul li ul li a {
    margin: 0;
    padding: .725rem 0;
    border-radius: 0;
    text-align: center;
    line-height: 1.05rem;
    white-space: normal!important;
    height: auto;
    width: 100%;
}
header nav li:hover a {
    color: #FFF;
    background: #CD4D52
}
header nav li:hover ul li a, header nav ul ul li, header nav ul ul li a {
    color: #FFF;
    background: #6C7B92
}
header nav ul ul li:hover, header nav ul ul li:hover a {
    color: #FFF;
    background: #434E5E
}
