/* Map Modal Styles */
#map-modal {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
#map-modal .modal-content {
    width: 80%;
    height: 80%;
    min-height: 300px;
    margin: auto;
    margin-top: 4%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#map-modal .modal-header {
    height: 40px;
    position: relative;
    padding: 4px;
}
#map-modal .modal-header h1 {
    font-size: 22px;
}
#map-modal #close-modal {
    font-weight: 700;
    font-family: sans-serif;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #bbb;
    cursor: pointer;
}
#map-frame {
    width: 100%;
    height: 90%;
    margin-top: 20px;
    border: none;
}

@media only screen and (max-width : 540px) {
  #map-modal .modal-content {
      width: 95%;
  }
}
/* End Map Modal Styles */
