html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.bg-google-maps {
  position: relative;
  height: 100vh;
  overflow: auto;
}
#map-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1000
}
.booking-area {
  /*position: absolute;top: 0;left: 0;right: 0;*/
  margin: auto;
  width: 100%;
  max-width: 1000px;
  padding-top: 150px;
  z-index: 1000
}
.btn.btn-default.active {
  box-shadow: inset 0px 0px 5px -1px #777;
  -webkit-box-shadow: inset 0px 0px 5px -1px #777;
  -moz-box-shadow: inset 0px 0px 5px -1px #777;
  -o-box-shadow: inset 0px 0px 5px -1px #777;
  border: 0
}
.booking-card {
  background-color: rgba(240, 240, 240, 0.97);
  padding: 15px;
  box-shadow: -1px 6px 14px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -1px 6px 14px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px 6px 14px -2px rgba(0, 0, 0, 0.4);
}
/*.booking-button{margin: auto;width:100%;max-width:1000px;padding:10px;position: relative}*/
.tool {
  position: absolute;
  z-index: 3;
  top: 0;
  padding-top: 6px;
  right: 5px;
  height: 100%;
  width: 50px;
  text-align: center;
  color: #888;
  cursor: pointer
}
.tool:hover {
  color: black
}
.softblue {
  color: #cc0000;
}
label i {
  margin-top: 13px
}
.col-lg-11, .col-sm-4 {
  margin-left: -5px;
  padding-right: 0px;
  padding-right: 10px
}
#booking-button-mobile {
  display: none
}
@media only screen and (max-width: 1024px) {
  #map-canvas {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .booking-area {
    padding-top: 0px;
    max-width: none;
  }
  #booking-button-pc {
    display: none
  }
  #booking-button-mobile {
    display: block;
    margin: auto;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    padding: 15px
  }
  .bg-google-maps {
    height: 78vh
  }
}