.searchbox-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(254, 253, 248, 0.8);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.searchbox-overlay.open {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.searchbox-overlay .center-block {
  width: 214px;
  margin: 10px auto;
  display: block;
}

#bke_searchbox_wrapper {
  position: relative;
  background-color: #272727;
  padding: 30px;
  color: #fff;
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#bke_searchbox_wrapper .closer {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

#bke_searchbox_wrapper .closer span {
  font-size: 30px;
  color: #fff;
}

@media (max-width: 1100px) {
  #bke_searchbox_wrapper {
    padding: 0 70px;
    height: 270px;
  }
}

@media (max-width: 768px) {
  #bke_searchbox_wrapper {
    padding: 0 20px;
    height: 270px;
  }
}

#bke_searchbox_wrapper li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

#bke_searchbox_wrapper li span {
  color: #fff;
  font-size: 23px;
  letter-spacing: 1px;
  margin-right: 4px;
  text-transform: uppercase;
}

#bke_searchbox_wrapper li select, #bke_searchbox_wrapper li input {
  border: none;
  height: 32px;
  font-weight: bold;
}

#bke_searchbox_wrapper select#selecthotel {
  color: #272727;
  width: 100%;
}

#bke_searchbox_wrapper input#arrival-date, #bke_searchbox_wrapper input#departure-date {
  width: 100%;
  border: 0;
  border-radius: 1px;
  color: #272727;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 1100px) {
  #bke_searchbox_wrapper input#arrival-date, #bke_searchbox_wrapper input#departure-date {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  #bke_searchbox_wrapper input#arrival-date {
    margin-bottom: 10px;
  }
}

#bke_searchbox_wrapper .arrival, #bke_searchbox_wrapper .departure {
  position: relative;
  border-radius: 1px;
}

@media (max-width: 1100px) {
  #bke_searchbox_wrapper .arrival, #bke_searchbox_wrapper .departure {
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
  }
}

#bke_searchbox_wrapper .arrival label, #bke_searchbox_wrapper .departure label {
  position: absolute;
  left: 5px;
  top: 10px;
  color: #272727;
  text-transform: uppercase;
  font-size: 11px;
  pointer-events: none;
}

#bke_searchbox_wrapper .arrival i, #bke_searchbox_wrapper .departure i {
  position: absolute;
  right: 9px;
  top: 6px;
  color: #272727;
  pointer-events: none;
}

#bke_searchbox_wrapper input.bke_drop {
  color: #272727;
  background-color: #fefefe;
  width: 100%;
}

#bke_searchbox_wrapper input.btn {
  background-color: #745b2f;
  width: 100%;
  padding: 10px;
  height: 43px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 2px;
}
