.p_title {
    margin: 0;
    margin-bottom: 15px;
}

.date_added {
    overflow: hidden;
}

.date_added p {
    font-size: 14px;
    float: left;
    margin-right: 15px;
}

.sale_avatar {
    width: 100%;
    margin-top: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.mini_photo {
    width: 13.2%;
    cursor: pointer;
    border-radius: 8px;
    margin: 2px;
    width: 90px;
    height: 90px;
    background-size: cover;
    float: left;
}

.mini_photo:hover {
    border: 2px solid rgb(226, 180, 64);
    margin: 0px;
}

.price {
    overflow: hidden;
    color: rgb(226, 180, 64);
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
}

.show_map_text {
    line-height: 21px;
    color: #01a2a6;
    margin-top: 5px;
    display: block;
}

.show_map {
    margin: 5px 0;
    overflow: hidden;
}

.dark_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999;
}

.fotorama_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 800px;
    height: 600px;
    margin: auto;
}

.hidden_fake {
    left: -10000000px;
}

.show_map img {
    float: left;
    padding-right: 10px;
}

.to_favs {
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
}

.to_favs:hover {
    opacity: 1;
}

.to_favs img {
    float: left;
}

.to_favs p {
    display: inline-block;
    margin-top: 3px;
}
.map1{
    clear:both;
    margin-top: 90px;
}
.map1 h2{
    clear:both;
    text-align:center;
}
#map{
    width:100%;
    clear:both;
    padding-top:1%;
    height:400px;
}