.navbar {
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(165, 165, 165, 0.9);
    border-bottom: 0.0625rem solid #ebebeb;
    padding: 8px 16px;
}

.navbar .navbar-brand {
    margin-right: 0;
    padding: 4px 0;
    height: 59px;
}

.navbar .navbar-brand img {
    width: 160px;
}

.navbar-margin {
    margin-top: 10px;
}

.default .main-menu-container {
    display: block;
}

.navbar .nav-item {
    padding-right: 12px;
}

@media (min-width: 62em) {
    .default #navbar-header {
        height: auto !important;
    }

    .default .main-menu-container {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 62em) {
    .default .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.default .navbar-nav .nav-link {
    text-align: center;
    color: #444;
    font-size: 13px;
    font-weight: 300;
    font-family: "Ubuntu", sans-serif;
    padding: 7px 0;
}

.default .navbar-nav .nav-link:hover {
    color: #d91b11;
    background: none;
}

@media (max-width: 991px) {
    .default .navbar-nav .nav-item {
        border-bottom: 1px solid #ebebeb;
    }

    .default .navbar-nav .nav-item + .nav-item {
        margin-left: 0;
    }
}

.default .user-action {
    float: right;
}

.default .navbar-toggler {
    float: right;
    margin-top: .5rem;
    border-top: 0.0625rem solid #757575;
    border-left: 0.0625rem solid #757575;
    border-bottom: 0.0625rem solid #757575;
    border-right: 0.0625rem solid #757575;
}

@media (max-width: 61.9em) {
    .default .navbar-nav {
        clear: both;
    }

    .default .navbar-nav .nav-item {
        float: none;
    }

    .default .user-action {
        float: none;
    }

    .default .user-action li:last-child {
        border: 0;
    }
}

@media (min-width: 62em) and (max-width: 74.9em) {
    .default .navbar-logo, .default .navbar-menu {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .register-btn {
        border: 0 !important;
    }
}

.u-menu--for-companies {
    padding-right: 16px !important;
    font-weight: 700 !important;
}

.c-btn--simple-white {
    border: 1px solid #ebebeb;
    border-radius: 0;
    color: #999999;
    text-decoration: none;
    background: #ffffff;
    padding: 7px 16px !important;
}

.c-btn--simple-white:hover {
    color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
    .navbar-very-right {
        margin-left: 160px;
    }
}

.shadowless-navbar {
    border: 0 !important;
    box-shadow: none !important;
}

.padding-0 {
    padding: 0 !important;
}

#navbar-new {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 0;
    box-shadow: none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#navbar-new.active,
#navbar-new.scrolled {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0px 0px 10px 0px rgba(165, 165, 165, 0.9) !important;
    border-bottom: 0.0625rem solid #ebebeb !important;
}

#navbar-new + div.search-bar {
    margin-top: -70px;
}

#navbar-new + div.search-bar > form {
    margin-top: 70px;
}

#navbar-new a.nav-link {
    color: #fff!important;
}

#navbar-new.active a.nav-link,
#navbar-new.scrolled a.nav-link {
    color: #444 !important;
}

#navbar-new .c-btn--simple-white {
    background-color: rgba(255, 255, 255, 0);
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

#navbar-new.active .c-btn--simple-white,
#navbar-new.scrolled .c-btn--simple-white {
    border-color: #444;
}
