/* biltmore hotel custom mobile search */

* {
  box-sizing: border-box;
}

/* The Modal (background) */
.modal-gcs {
  display: none;
  position: fixed;
   z-index: 10000000005;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000db;
}

/* Modal Content */
.gcsmodal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
  background-color: transparent;
}

/* The Close Button */
.close-gcs {
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
    z-index: 10000000005;
}

.close-gcs:hover,
.close-gcs:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}


.mySearch {
  display: none;
}
.mySlides {
  display: none;
}
