.navbar {
    margin: 0 !important;
    background-color: #24295D !important;
    color: white !important;
    font-family: sofia_prolight;
    border: none !important;
    border-radius: 0;
    padding-right: 20px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-nav > li > a:hover {
    color: white;
}

.navbar-default .navbar-nav>.open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: white;
    background-color: #24295D;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: white;
    background-color: #24295D;
}

.dropdown-menu > li > a:hover {
    background-color: #a6eef7 !important;
}

.dropdown-menu {
    background-color: white !important;
    position: absolute;
    top: 52px;
    border-radius: 4px;
}


.navbar-title {
    position: absolute;
    top: 0;
    left: 20px;
}

.navbar-search {
    z-index: 999;
    top: 0;
    position: absolute;
    border: none !important;
    right: 110px;
}

.navbar-menu {
    position: absolute;
    top: 16px;
    right: 20px;
    height: 40px;
}

.navbar-menu-list {
    z-index: 999;
    position: absolute;
    top: 36px;
    right: 2px;
    border-radius: 4px;
    list-style-type: none;
    text-align: left;
    background: white;
    padding: 0;
    overflow: auto;
    max-height: auto;
    width: 170px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-menu-list li {
    cursor: pointer;
    color: #404040;
    padding: 10px 10px 10px 10px;
    text-align: center;

}

.navbar-menu-list li a {
    text-decoration: none;
    font-size: 18px;
}

.navbar-menu-list li:hover {
    background: #a6eef7;
}



.search-city {
    width: 140px;
    height: 40px;
    text-align: center;
    float: left;
    margin-top: 14px;
    color: #ffee00;
}

.cities-list {
    z-index: 999;
    position: absolute;
    top: 52px;
    border-radius: 4px;
    list-style-type: none;
    text-align: left;
    background: white;
    padding: 0;
    overflow: auto;
    max-height: auto;
    width: 140px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cities-list li {
    cursor: pointer;
    color: #404040;
}

.cities-list-item {
    padding-top: 10px !important;
    padding-left: 6px !important;
}

hr.city-divider {
    width: 100%;
    border: 0;
    height: 1px;
    background: #404040;
    margin-top: 0; 
    margin-bottom: 0; 
}

.cities-list li:hover {
    background: #a6eef7;
}

.suggestions-list {
    z-index: 999;
    position: absolute;
    top: 43px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    max-height: auto;
    width: 360px;
    font-size: 14px;
}
.suggestions-list li {
    padding: 1px 25px;
    cursor: pointer;
    background: white;
    font-family: sofia_prolight;
    line-height: 1;
}
.suggestions-list li:hover {
    background: #a6eef7;
}
.suggestions-list li:active,
.suggestions-list li.active {
    color: #4da2db;
    background: #dddddd;
}
.suggestions-list:focus{
    outline:none;
}

.suggestion-item-name {
    color: #013d75;
}

.suggestion-item-category {
    font-size: 18px;
    color: #1070b5;
}

.suggestion-item-address {
    font-size: 12px;
    color: #1070b5;
}

.search-input {
    background: url('../img/search-icon.png') no-repeat;
    background-color: transparent;
    background-position: 5px center;
    background-size: 20px 20px;
    border: none !important;
    border-radius: 0 !important;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 34px;
    margin-top: 16px;
    font-size: 14px;
    font-family: sofia_prolight;
    -webkit-transition: width 400ms ease-in-out;
    transition:         width 400ms ease-in-out;
    width: 0;
}

.expand-search {
    background: url('../img/search-icon-grey.png') no-repeat;
    background-position: 5px center;
    background-size: 20px 20px;
    cursor: text;
    background-color: white;
    margin-top: 12px;
    height: 28px;
    width: 360px;
    color: #404040;
}

input.search-input::-webkit-input-placeholder {
    color: #404040;
    font-style: italic;
}

input.search-input::-moz-placeholder {
    color: #404040;
    font-style: italic;
}

input.search-input:-ms-input-placeholder {
    color: #404040;
    font-style: italic;
}

input.search-input:-moz-placeholder {
    color: #404040;
    font-style: italic;
}

input[type="text"] {
    -webkit-appearance: textfield;
}

.search-festive {
    float: right;
    font-size: 1.25rem;
    background-color: #0078d4;
    color: white;
    padding: 5px 15px 5px 15px;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
}

hr.search-divider {
    width: 100%;
    border: 0;
    height: 1px;
    background: #68DBB4;
    margin-bottom: 0; 
}

@media screen and (max-width: 640px) {
    .search-city {
        display: none !important;
    }
    .menu-text {
        display: none !important;
    }
    .glyphicon-menu-hamburger {
        top: 10px;
        float: right;
    }
    .navbar-menu {
        width: 35px;
        height: 52px;
    }
    .navbar-menu-list {
        top: 50px;
        right: -10px;
    }
    .menu-arrow-up {
        top: 38px !important;
        right: -14px !important;
    }
    .navbar-search {
        right: 50px !important;
        top: 8px;
    }
    .expand-search {
        width: 300px;
    }

    .suggestions-list {
        top: 46px;
        width: 280px;
    }

}

.form-control, .search-input {
    border: none !important;
}

.hidden {
    display: none;
}

.visually-hidden {
    opacity: 0;
}

.navbar-toggle {
    border: none !important;
    left: 22px;
    float: left !important;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #007BD1 !important;
}

.icon-bar {
    color: white !important;
}

.cities-arrow-up {
    position: relative;
    top: 8px;
    left: 58px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;   
    border-bottom: 14px solid white;    
    width: 0;
    height: 0;
}

.menu-arrow-up {
    position: relative;
    top: 8px;
    right: 4px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;   
    border-bottom: 14px solid white;    
    width: 0;
    height: 0;
}