.navbar-inverse {
    background-color: rgba(20, 22, 25, 0.49) !important;
}

.header-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:2;
}

.search-tab .form-control,
.search-tab .bootstrap-select > .dropdown-toggle {
    padding-right: 25px;
    width: 100%;
    z-index: 1;
    box-shadow: none;
    height: 45px;
    font-weight: 400;
    font-style: 14px !important;
    color: #ffffff !important;
    background: #24272b !important;
    border-color: #333 !important;
    border-radius: 0 !important;
}

.search-tab .dropdown-menu > li a,
.search-tab .dropdown-menu {
    color: #ffffff !important;
    background: #24272b;
    border-color: #333 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.search-tab .dropdown-menu > li > a:focus,
.search-tab .dropdown-menu > li > a:hover {
    color: #ffffff !important;
    background: #0068b2 !important;
    border-color: #333 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

    .search-tab .dropdown-menu > li.selected > a {
        color: #ffffff !important;
        background: #004c80 !important;
        border-color: #333 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

@media (max-width: 665px) {
    .header-wrapper {
        position: static;
    }
}