#cityFilter { overflow: hidden; }

#cityFilter h3 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    color: #454545;
    margin-bottom: 15px;
}

#cityFilter ul { padding: 0 !important; }

#cityFilter li {
    height: 20px;
    color: #888888;
    font-size: 13px;
    margin-bottom: 12px;
}

#cityFilter #search { padding-right: 35px; }

#cityFilter .search-filter {
    padding: 0 0 0 5px;
    list-style: none;
}

#cityFilter .search-filter li:last-child { margin-top: -5px; }

#cityFilter .search-filter .btn-all {
    color: #f37031;
    border-bottom: 1px dashed #f37031;
    outline: none;
    text-decoration: none !important;
}

#cityFilter .search-filter .btn-all:hover { border-bottom: none; }

#cityFilter .checkbox {
    padding-left: 0;
    white-space: nowrap;
}

#cityFilter .line {
    background: #cccccc;
    margin: 20px 5px;
    height: 1px;
}