.top-header {
    background-color: #ffffffa1;
    border-top: 3px solid transparent;
    border-image: url(../../images/top_header.png) 30 30 30 30;
    font-size: 0.7em;
    z-index: 1000 !important;
    border-bottom: 3px solid #ddd;
}

#login_btn {
    font-size: 14px;
}

#logo {
    border: none;
    display: flex;
}

#navigation {
    margin-top: 0;
    padding-left: 20px;
    width: 100%;
}

a.no-child {
    margin-top: 3px;
}

#header {
    box-shadow: none;
}

.header-menu {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
    height: 37px;
}

#navigation ul li a,
#navigation ul ul li a,
#navigation ul li:hover a {
    color: #fff;
}

#navigation ul li {
    border-radius: 0;
    height: 37px;
    border-right: 1px solid #fff;
}

#navigation ul li:last-child {
    border: none;
}

#navigation ul li:hover a:after {
    opacity: 1;
    background-color: #f0f0f0;
    color: #a8a8a8;
}

#navigation ul.dropdown-nav li {
    border-radius: 0;
    border: none;
}

#ddl_lang {
    width: 90px;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    text-align: center;
    box-shadow: none;
    font-size: 14px;
}

.footer-left {
    flex: 0 0 65%;
    margin-right: 10%;
}

.footer-left .links {
    display: flex;
    justify-content: space-between;
}

.footer-links h3 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.dropdown-nav.about-menu-list {
    width: 230px;
}

#navigation ul.dropdown-nav.about-menu-list li {
    width: 100%;
}

#navigation ul li a:after {
    content: unset;
}