@charset "utf-8";
/* CSS styles for index.php */

.page_section {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 65px;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100% - 100px);
    overflow: hidden;
}

#property_search_form {
    width: 100%;
    border: 1px solid #999999;
    padding: 10px;
    border-radius: 5px;
}

.form_field {
    position: relative;
    float: left;
    text-align: left;
    margin: 5px 10px;
}


.property_box {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #999999;
    min-height: 250px;
    margin: 20px 0;
}

.property_box_image {
    position: absolute;
    width: 300px;
    top: 0px;
    left: 0px;
    border: 1px solid black;
}

.property_box_address {
    position: absolute;
    left: 310px;
    width: calc(100% - 310px);
    font-size: 18px;
    color: #DD372C;
    font-weight: bold;
    text-align: left;
}

.property_box_detail {
    font-size: 14px;
    position: absolute;
    width: 350px;
    top: 25px;
    left: 310px;
    text-align: left;
    line-height: 25px;
}

.property_box_features {
    width: 350px;
    position: absolute;
    top: 25px;
    left: 660px;
    text-align: left;
    line-height: 14px;
    font-size: 12px;
}

.property_box_button {
    width: 200px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 4px;
}

#iframeContainer {
    width: 100%;
    height: calc(100% + 220px);
    overflow: hidden;
    position: absolute;
}

#iframeObject {
    position: absolute;
    top: -220px;
    left: 0px;
    width: 100%;
    height: 100%;
}