/* ie9 fallback styles */

.search-map-container {
    display: table!important;
    height: 100%!important;
    width: 100%!important;
}
.search-map-container #map_area,
.search-map-container #search_area {
    display: table-row!important;
}
.search-map-container #search_area {
    height: 95px;
}
.search-map-container #search_area > div {
    padding: 0 15px;
}
.map-search > div#map_container{
    position: static;
}

.search-map-container .map-search {
    display: table-cell!important;
    height: 100%!important;
    width: auto!important;
}
.search-map-container #map_listings {
    display: table-cell!important;
}
.search-map-container #map_listings > header {
    position: absolute!important;
    top: 0;
    width: 100%;
}
.search-map-container #map_listings > div {
    bottom: auto;
    height: 700px;
}

/* ie9 fallback styles end */