#navigation {
    margin: 0 auto;
    background: #2B2A2C;
    position: relative;
}

@media (max-width: 1200px) {
    #navigation {
        display: none;
    }
}

#navigation .content-top{
    background: #fff;
}

#navigation .content-top a{
    text-decoration: none;
    color: #2B2A2C;
    font-weight: 600;
    line-height: 20px;
}

#navigation .content-top img{
    vertical-align: unset;
}

#navigation .content-top-l a {
    margin-right: 35px;
}

#navigation .content-top-l img {
    margin-right: 6px;
    position: relative;
    top: 4px;
}

#navigation .content-top-r a {
    margin-left: 26px;
}

#navigation .content-top-r img {
    margin-top: 4px;
}

#navigation .content-top-f{
    padding: 7px 0;
    display: flex;
    justify-content: space-between;    
}

#navigation .content {
    // background: url(../img/background_content.png) no-repeat top left;
    position: relative;
    display: flex;
}
#navigation .content .leftbck, #navigation .content .rightbck {
    height: 63px;
    position: absolute;
    top: 0px;
}
#navigation .content .leftbck {
    right: 1140px;
    background-image: url(../img/black_gradient_head.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    width: 100%;
}
#navigation .content .rightbck {
    right: -1140px;
    background-image: url(../img/red_gradient_head.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    width: 100%;
}
#navigation .content a.logo {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 187px;
    height: 63px;
    display: block;
    text-indent: -9999px;
}
#navigation .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 16px;
    margin-left: auto;
    display: flex;
    
}
#navigation .content ul li {
    // float: left;
    margin-right: 17px;
}
#navigation .content ul li.current-menu-item a, #navigation .content ul li.current_page_parent a, #navigation .content ul li:hover a {
    border: 1px solid #616161;
    color: #FFF;
}
#navigation .content ul li a {
    padding: 0 17px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#navigation .content ul li:last-child {
    margin-right: 20px;
}
#navigation .content ul lii:first-child {
    margin-left: 10px;
}
#navigation .content a.selectlocation {
    display: block;
    color: #FFF;
    height: 63px;
    line-height: 63px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
    width: 147px;
    text-align: center;
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #c4c4c441;
}

#navigation .content a.selectlocation span {
    font-weight: 600;
    color: #7C7B7C; 
}

#navigation .content a.selectlocation span.arrowdown {
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    display: inline-block;
    margin-left: 15px;
    margin-top: 29px;
}
#navigation .content ul#changelocationnav {
    z-index: 9999;
    position: absolute;
    bottom: -51px;
    right: 0px;
    background-color: #2B2929;
    padding: 10px 15px;
}
#navigation .content ul#changelocationnav li {
    float: auto;
}
#navigation .content ul#changelocationnav li:last-child {
    margin-right: 0;
}
#navigation .content ul#changelocationnav li a {
    float: auto;
    color: #FFF;
}
#navigation .content ul#changelocationnav li a.active {
    border: 1px solid #616161;
    color: #FFF;
}

#navigation .nav-sign-up {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
    background: #ED1C24;
    padding: 0 46px;
}

/*** MOBILE NAVIGATION ***/
#navigation-mobile {
    display:none;
    background: #2D2B2C;
}

@media (max-width: 1200px) {
    #navigation-mobile {
        display: flex;
        padding: 0 20px 0 23px;
        justify-content: space-between;
        align-items: center;
        height: 54px;
        position: relative;
    }
}

/*@media (max-width: 768px) {
    #navigation-mobile {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
    }
}*/

#navigation-mobile a{
    text-decoration: none;
    color: #fff;
}

#navigation-mobile ul{
    list-style: none;
    padding: 0;
    margin: 60px 0 12px 0;
}

#navigation-mobile #changelocationnav {
    margin: 0;
}

#navigation-mobile ul li{
    margin-bottom: 30px;
}

#navigation-mobile ul a{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
}

#navigation-mobile .navigation-mobile-branding {
    display: flex;
    align-items: center;
}

#navigation-mobile a.logo {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 109px;
    height: 34px;
    display: inline-block;
    text-indent: -9999px;
    margin-left: 6px;
}

#navigation-mobile .nav-sign-up {
    background: #ED1C24; 
    font-weight: 600;
    font-size: 14px;
    line-height: 18px; 
    padding: 6px 14px 6px 11px;
    border-radius: 2px;
    text-transform: uppercase;
}

.mobile-slideout {
    background: #2D2B2C;
    width: 100%;
    max-height: 568px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform 0.35s;
    transform: translateX(-100%);
    text-align: center;
}

.mobile-slideout .mobile-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-slideout .selectlocation-mobile{
    width: 170px;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid gray;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 31px;
}

#navigation-mobile .nav-sign-up-big{
    padding: 21px 47px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.2px;
    margin-bottom: 44px;
}

.mobile-slideout .content-top-l{
    display: flex;
    flex-direction: column;
}

.mobile-slideout .content-top-l a{
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 18px;
}

.mobile-slideout .content-top-l img{
    width: 22px;
    margin-right: 3px;
}

.mobile-slideout .content-top-r a{
    margin-right: 8px;
}

.mobile-slideout.slide-in {
   transform: translateX(0); 
}

.hamburger {
    margin-right: 2px;
    display: inline-block;

}

.close-menu {
    position: absolute;
    left: 25px;
    top: 25px;
}





/* ------------------- */

.header__mobile {
    background-color: #fff;
    display: none;
    align-items: center;
    justify-content: space-between;
  }
  .header__mobile a {
    font-family: "Dosis", sans-serif;
  }
  .header__mobile__top {
    display: flex;
    justify-content: space-between;
  }
  .header__mobile__top__link {
    padding: 0 20px;
  }
  .header__mobile__top__link a {
    font-size: 15px;
    line-height: 19px;
    padding: 10px 0;
  }
  .header__mobile__top__social {
    padding-right: 20px;
    display: flex;
    align-items: center;
  }
  .header__mobile__top__social a:first-child {
    margin-right: 16px;
  }
  .header__mobile .navbar-brand {
    color: #fff;
  }
  .header__mobile--spacing {
    padding: 0 20px 0 20px;
  }
  
  .mobile__slideout {
    width: 100%;
    max-height: 568px;
    position: fixed;
    left: 0;
    top: 39px;
    bottom: 0;
    z-index: 999;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform 0.35s;
    transform: translateX(-100%);
    text-align: center;
  }
  .mobile__slideout ul {
    padding-top: 30px;
  }
  .mobile__slideout ul li {
    padding-bottom: 34px;
  }
  .mobile__slideout a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
  }
  .mobile__slideout--close {
    display: flex;
    align-items: center;
    padding: 1.5rem;
  }
  
  .slide-in {
    transition: transform 0.35s;
    transform: translateX(0);
  }
  .slide-in svg {
    fill: #fff;
  }
  
  
  .header__lang__selector {
    margin-left: 36px;
    align-self: center;
  }
  
  .wpml-ls-legacy-dropdown {
    width: auto;
  }
  
  .wpml-ls-legacy-dropdown .wpml-ls-flag {
    width: 22px;
    height: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 100%;
    padding: 1px;
  }
  
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: url(/adr/wp-content/themes/adr/src/assets/icons/svg/chevron_down.svg);
    bottom: 1px;
    border: none;
    top: 7px;
  }