.cities .city-title {
    text-decoration: none;
}

.cities .city-title i .fa.fa-map-marker, .cities .city-title a.show-city-popup{
    border-bottom: 1px dotted;
}

.header-logo .city-title a {
    color: #256D8E;
}

.cities .city-popup {
    display: none;
    position: absolute;
    padding: 30px;
    z-index: 1001;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    box-shadow: 0 0 45px 0 rgba(51, 51, 51, .6), inset 0 -3px 0 0 #c1c1c1;
}

.cities .city-popup h2 {
    font-size: 2.2em;
}

.cities .city-popup .active-city {
    font-weight: 600;
    background: #dff7dd;
    border-radius: 14px;
    /*margin-left: 20px;*/
    margin-top: -3px;
    padding: 5px 10px;
    white-space: nowrap;
}

.cities .city-popup .city-list {
    margin: 20px;
}

.cities .city-popup .city-list p {
    width: 30%;
    height: 25px;
    float: left;
}