.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;
}

.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; }

.navbar-toggler {
    padding: 8px 12px;
    font-size: 20px;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-light + div.search-bar {margin-top: -70px}
.navbar-light + div.search-bar > form {margin-top: 70px}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.8); }
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075); }
.navbar-light {
    border-bottom: 0.0625rem solid #ebebeb;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
.navbar-light .navbar-brand {
    margin-right: 0; }
.navbar-light .navbar-brand img {
    height: 40px;
    width: auto;
    display: block; }
.navbar-light .navbar-nav .nav-link {
    text-align: center;
    color: #444;
    font-size: 13px;
    font-weight: 300;
    font-family: "Ubuntu Light", sans-serif; }
.navbar-light .navbar-nav .nav-link:hover {
    color: #d91b11; }
.navbar-light .navbar-nav .nav-item {
    border-bottom: 1px solid #ebebeb; }
.navbar-light .navbar-nav .nav-item.hidden {
    display: none; }
.navbar-light.in {
    background-color: transparent;
    border-bottom-color: transparent;
    box-shadow: none; }
.navbar-light.in .nav-link {
    color: #ffffff; }
.navbar-light.in .nav-link:hover, .navbar-light.in .nav-link:active, .navbar-light.in .nav-link:focus {
    color: #ffffff; }
.navbar-light.in button.navbar-toggler {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    color: #ffffff; }
.navbar-light:not(.in), .navbar-light.active, .navbar-light.scrolled,
.company-profile-page .navbar-light.in {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(165, 165, 165, 0.9);
    border-bottom: 0.0625rem solid #ebebeb; }
.navbar-light:not(.in) .navbar-nav .nav-link, .navbar-light.active .navbar-nav .nav-link, .navbar-light.scrolled .navbar-nav .nav-link,
.company-profile-page .navbar-light.in .navbar-nav .nav-link {
    color: #757575; }
.navbar-light:not(.in) .navbar-nav .nav-link:hover, .navbar-light:not(.in) .navbar-nav .nav-link:active, .navbar-light:not(.in) .navbar-nav .nav-link:focus, .navbar-light.active .navbar-nav .nav-link:hover, .navbar-light.active .navbar-nav .nav-link:active, .navbar-light.active .navbar-nav .nav-link:focus, .navbar-light.scrolled .navbar-nav .nav-link:hover, .navbar-light.scrolled .navbar-nav .nav-link:active, .navbar-light.scrolled .navbar-nav .nav-link:focus,
.company-profile-page .navbar-light.in .navbar-nav .nav-link:hover,
.company-profile-page .navbar-light.in .navbar-nav .nav-link:active,
.company-profile-page .navbar-light.in .navbar-nav .nav-link:focus {
    color: #d91b11; }
.navbar-light:not(.in) button.navbar-toggler, .navbar-light.active button.navbar-toggler, .navbar-light.scrolled button.navbar-toggler,
.company-profile-page .navbar-light.in button.navbar-toggler {
    border-top-color: #757575;
    border-right-color: #757575;
    border-bottom-color: #757575;
    border-left-color: #757575;
    color: #757575; }
.navbar-light:not(.in) .u-menu--login, .navbar-light.active .u-menu--login, .navbar-light.scrolled .u-menu--login,
.company-profile-page .navbar-light.in .u-menu--login {
    border-color: #757575; }

@media (max-width: 48em) {
    .navbar-light {
        padding-top: 0;
        padding-bottom: 0; }
    .navbar-light button.navbar-toggler {
        margin-top: .35rem; } }

@media (min-width: 47.9em) {
    .navbar-light .navbar-brand {
        margin-right: 0; }
    .navbar-light .navbar-brand img {
        width: 160px;
        max-width: 100%; } }

@media (min-width: 75em) {
    .navbar-light .navbar-nav,
    .navbar-light .nav-vertical-align {
        display: flex;
        align-items: center;
        justify-content: center; }
    .navbar-light .navbar-nav .nav-item {
        border-bottom: none; }
    .navbar-light .navbar-nav .navbar-link.u-menu--for-companies {
        font-weight: 700; }
    .navbar-light .navbar-nav .u-menu--login {
        border-top: 0.0625rem solid #ffffff;
        border-left: 0.0625rem solid #ffffff;
        border-bottom: 0.0625rem solid #ffffff;
        border-right: 0.0625rem solid #ffffff;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        -ms-border-radius: 0.2rem;
        border-radius: 0.2rem;
        padding-left: 0.425rem;
        padding-right: 0.425rem; }
    .navbar-light:not(.in) .u-menu--login, .navbar-light.active .u-menu--login, .navbar-light.scrolled .u-menu--login {
        border-color: #757575; }
    .navbar-light .collapse {
        height: auto !important;
        display: block; }
    .main-menu-container {
        display: flex;
        justify-content: space-between; } }

@media (max-width: 74.9em) {
    .navbar-nav {
        clear: both; float: none; }
    .navbar-nav .nav-item {
        float: none; }
    .user-action {
        float: none; }
    .user-action li:last-child {
        border: 0; } }

@media (min-width: 1200px) {
    .navbar-light button.navbar-toggler {
        display: none !important;
    }
}

.navbar-nav>li>a.nav-link {
    display: block;
    padding: 6.8px 0;
}

.navbar-light.in .navbar-nav>li>a.nav-link:hover,
.navbar-light.in .navbar-nav>li>a.nav-link:active,
.navbar-light.in .navbar-nav>li>a.nav-link:focus {
    color: #d91b11;
    background-color: transparent;
}

.navbar-light .navbar-brand {
    height: auto;
}