#navigation #bot_nav ul li a {
    color: #000;
}
#realEstate_map {
    float: left;
    width: 100%;
    height: 500px;
    margin: 40px 0 20px;
    background: #b4b4b4;
    position: relative;
    overflow: hidden;
}
#realEstate_map_list {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
#realEstate_map_list a {
    margin: 10px;
    padding: 5px;
    color: #000;
    border-bottom: 2px solid #ecc04a;
    line-height: 50px;
}
#all {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
#all a {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
    border: 5px solid #ecc04a;
    border-radius: 30px;
    margin: 20px;
}
