.hourglass-wrap {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.hourglass-wrap__fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.hourglass {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2em 0 0 -1em;
  background: #FFF;
  border: 10px solid #FFF;
  border-radius: 6px;
  width: 2em;
  height: 4em;
  box-shadow: inset #FFF 0 0 0 0, inset rgb(204, 204, 204) 0 2em 0 0, inset #FFF 0 0 4em 0;
  animation: hourglass 1s linear infinite;
}

.outer {
  fill: rgb(204, 204, 204);
}

.middle {
  fill: #FFF;
}

@keyframes hourglass {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #FFF 0 0 0 0, inset rgb(204, 204, 204) 0 2em 0 0, inset #FFF 0 4em 0 0, inset rgb(204, 204, 204) 0 4em 0 0;
  }
  80% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #FFF 0 2em 0 0, inset rgb(204, 204, 204) 0 2em 0 0, inset #FFF 0 2em 0 0, inset rgb(204, 204, 204) 0 4em 0 0;
  }
  100% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: inset #FFF 0 2em 0 0, inset rgb(204, 204, 204) 0 2em 0 0, inset #FFF 0 2em 0 0, inset rgb(204, 204, 204) 0 4em 0 0;
  }
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: sans-serif;
}

a {
  text-decoration: none;
  color: #FFF;
}

.text-center {
  text-align: center;
}

.b-cal {
  width: 100%;
}

.b-cal:after {
  display: block;
  content: "";
  float: none;
  width: 100%;
  clear: both;
}

.bc-left, .bc-right {
  float: left;
  width: 50%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.bc-left {
  padding-right: 1%;
}

.bc-right {
  padding-left: 1%;
}

.bc-months {
  margin: 0 0 15px 0;
  padding: 0;
}

.bc-months li {
  list-style-type: none;
  display: inline-block;
}

.bc-months li a {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #f5f5f5;
  color: #666 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.bc-months li a:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #EEE;
  color: #666 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.bcm-active {
  opacity: 0.5;
}

.bc-sheet {
  width: 100%;
  border-collapse: collapse;
}

.bc-sheet thead {
  margin-bottom: 10px;
}

.bc-sheet thead tr td {
  width: 14.3%;
  color: #FFF;
}

.bc-sheet thead span {
  padding: 10px;
  display: block;
  background-color: #c5c5c5;
  border-radius: 2px;
}

.bc-sheet td {
  text-align: center;
}

.bc-sheet tbody a, .bc-sheet tbody span {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #f5f5f5;
  color: #666 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.bc-sheet tbody a:hover, .bc-sheet tbody span:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #EEE;
  color: #666 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.bc-sheet tbody a, .bc-sheet tbody span {
  position: relative;
}

.bc-sheet tbody span {
  opcity: 0.3;
}

a.bcs-holid, a.bcs-holidd, span.bcs-holid, span.bcs-holidd {
  color: red !important;
}

span.bcs-now:after, a.bcs-now:after {
  border: 4px solid #AAA;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

span.bcs-active:after, a.bcs-active:after {
  border: 4px solid red;
  content: "";
  position: absolute;
  border-color: red;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.bct-tabs {
  display: none;
}

.bc-time-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.bct-room-col {
  display: table-cell;
  text-align: center;
  padding: 0 10px;
}

.bct-room-col a, .bct-room-col span {
  display: block;
  margin: 0 auto 5px;
  width: 120px;
  text-align: center;
}

.bct-room-col h3 {
  color: #FFF;
  font-size: 18px;
  margin: 10px 0 21px;
  padding: 0;
}

.btn-yes {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #8bdc8b;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.btn-yes:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: rgb(116.1647398844, 195.3352601156, 116.1647398844);
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.btn-last-minute {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #f0e10c;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.btn-last-minute:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: rgb(215.7142857143, 202.2321428571, 10.7857142857);
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.btn-no {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #e4e4e4;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.btn-no:hover {
  cursor: auto !important;
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #e4e4e4;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.btn-played {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #e4e4e4;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  border-bottom: 2px solid orange;
}

.btn-played:hover {
  cursor: pointer !important;
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #e4e4e4;
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  border-bottom: 2px solid orange;
}

.window {
  position: relative;
  border: 0;
  background: #FAFAFA;
  background-image: linear-gradient(to top, #FAFAFA, #f4f4f4);
  border-radius: 2px;
}

.window__maxwidth {
  max-width: 550px;
  margin: 0 auto;
}

.window-body {
  padding: 20px;
}

.booking-modal {
  display: inline-block;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.booking_modal__show {
  visibility: visible;
  opacity: 1;
}

.bm-close {
  position: absolute;
  right: 20px;
  top: 0px;
  color: #444 !important;
  font-size: 50px;
  text-decoration: none;
}

.bm-close:hover, .bm-close:focus, .bm-close:active {
  text-decoration: none;
}

.bm-go-back {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #16a085;
  color: #fff !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 15px auto;
}

.btn-submit {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: rgb(204, 204, 204);
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.btn-submit:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: rgb(178.5, 178.5, 178.5);
  color: #FFF !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.btn-submit {
  width: 140px;
  margin: 0 auto;
}

.btn-cancel {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: #e6e6e6;
  color: #333 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 100%;
  font-weight: normal;
}

.btn-cancel:hover {
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  background-color: rgb(204.5, 204.5, 204.5);
  color: #333 !important;
  font-weight: bold;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  font-weight: normal;
}

.btn-cancel {
  width: 140px;
  margin: 0 auto;
}

.b-form {
  max-width: 450px;
}

.b-form h2 {
  font-size: 18px;
  margin: 0 45px 20px 0;
}

.b-form-new .errorlist, .b-form .errorlist {
  margin: 0 0 8px 0;
  padding: 0;
  text-align: left;
}

.b-form-new .errorlist a, .b-form .errorlist a {
  color: #cc0000;
  text-decoration: underline;
}

.b-form-new .errorlist li, .b-form .errorlist li {
  color: red;
  list-style-type: none;
}

.field-wrap-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.field-wrap-flex > label {
  color: #333;
  width: 130px;
  flex-shrink: 0;
  line-height: 1.4;
  margin-right: 10px;
}

.field-wrap-flex .field {
  width: 100%;
}

.field-wrap {
  padding: 10px 10px;
  margin: 0 0 2px 0;
}

.field-wrap ul li, .field-wrap .field-wrap-flex > label {
  font-size: 14px;
}

.field-wrap select, .field-wrap input[type=email], .field-wrap input[type=text], .field-wrap input[type=number], .field-wrap textarea {
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 10px;
  box-shadow: 0 0 0 2px #ececec;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
}

.field-wrap select:focus, .field-wrap input[type=email]:focus, .field-wrap input[type=text]:focus, .field-wrap input[type=number]:focus, .field-wrap textarea:focus {
  outline: none !important;
  box-shadow: 0 0 10px rgb(204, 204, 204);
  border-color: rgb(165.75, 165.75, 165.75);
}

.field-wrap textarea {
  height: 60px;
}

.field-wrap.field-wrap__quantity input[type=number] {
  max-width: 150px;
}

.field-wrap:after {
  content: "";
  clear: both;
  float: none;
  display: block;
}

.select-field-type {
  position: relative;
}

.select-field-type select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.select-field-type:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 5px;
  height: 5px;
  inset: 0;
  left: auto;
  right: 10px;
  margin: auto 0;
  background-color: transparent;
  border: 1px solid black;
  border-top: transparent;
  border-right: transparent;
  transform: translateY(-2px) rotate(-45deg);
}

.field-wrap__error {
  background-color: #f9e5e5;
}

.field-wrap__radio > label {
  margin-top: 0;
  display: block;
}

.field-wrap__radio ul {
  color: #333;
  margin: 0;
  padding: 0;
}

.field-wrap__radio ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.field-wrap__radio ul li:last-child {
  margin-right: 0;
}

.field-wrap__radio ul li label {
  cursor: pointer;
  position: relative;
}

.field-wrap__radio ul li label input {
  position: absolute;
  opacity: 0;
}

.field-wrap__radio ul li label .checkmark {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #CCC;
  display: inline-block;
  border-radius: 50%;
}

.field-wrap__radio ul li label .checkmark:after {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #FFF;
  content: "";
  border-radius: 50%;
}

.field-wrap__radio ul li label {
  /* On mouse-over, add a grey background color */
}

.field-wrap__radio ul li label:hover input ~ .checkmark {
  background-color: #aaa;
}

.field-wrap__radio ul li label {
  /* When the radio button is checked, add a blue background */
}

.field-wrap__radio ul li label input:checked ~ .checkmark {
  background-color: rgb(204, 204, 204);
}

.field-wrap__radio ul li label input:checked ~ .checkmark:before {
  content: "";
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  position: absolute;
  background: rgb(204, 204, 204);
  border-radius: 50%;
  z-index: 1;
}

.field-wrap__checkbox ul li {
  margin-bottom: 5px;
}

.field-wrap__checkbox ul li label .checkmark {
  border-radius: 0;
}

.field-wrap__checkbox ul li label .checkmark:after {
  border-radius: 0;
}

.field-wrap__checkbox ul li label input:checked ~ .checkmark:before {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid rgb(204, 204, 204);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  background: none;
}

h2 {
  color: #c1c1c1;
  margin: 5px 0 15px 0;
  padding: 0 40px 0 0;
  font-weight: normal;
}

.b-book-thanks {
  color: #333;
}

.bf-actions {
  border-top: 1px solid rgb(204, 204, 204);
  margin: 20px 0 0 0;
  padding: 20px 0;
  text-align: center;
  background: #EEE;
}

.b-cal-allrooms .bc-left, .b-cal-allrooms .bc-right {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}

.b-cal-allrooms .bc-time-list {
  display: block;
}

.b-cal-allrooms .bct-room-col {
  text-align: left;
  display: block;
  padding: 0 0 10px 0;
  margin: 10px 0 20px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.b-cal-allrooms .bct-room-col .btn-yes, .b-cal-allrooms .bct-room-col .btn-no, .b-cal-allrooms .bct-room-col .btn-played, .b-cal-allrooms .bct-room-col .btn-last-minute {
  display: inline-block;
}

.b-cal-allrooms__right .bc-left, .b-cal-allrooms__right .bc-right {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
}

.b-cal-allrooms__right .bc-left {
  width: 39%;
  margin-right: 1%;
}

.b-cal-allrooms__right .bc-right {
  width: 60%;
}

.bc-info-text {
  padding: 15px 0 0 0;
  color: #FFF;
}

.bc-info-text ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

.message-window {
  padding: 20px;
  text-align: center;
}

.message-window h2 {
  color: rgb(204, 204, 204);
}

.message-window ul {
  margin: 0;
  padding: 0;
}

.message-window ul li {
  line-height: 2;
  list-style-type: none;
  color: rgb(204, 204, 204);
}

.message-window ul li span {
  font-weight: bold;
}

body.modal-show {
  overflow: hidden;
}

.phone_input {
  padding-left: 50px !important;
}

.field-wrap__checkbox .checkbox-name p {
  margin: 0;
}

.field-wrap__checkbox .checkbox-name a {
  color: #444;
  text-decoration: underline;
}

.field-wrap__checkbox input {
  margin-left: 20px;
}

span.btn-played span.hover-game-info-wrap, span.btn-no span.hover-game-info-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
}

span.btn-played span.hover-game-info-wrap__show, span.btn-no span.hover-game-info-wrap__show {
  display: flex;
}

span.btn-played span.hover-game-info-wrap span.hover-game-info, span.btn-no span.hover-game-info-wrap span.hover-game-info {
  background: #e4e4e4;
  color: #444;
  max-width: 100%;
  z-index: 22;
  border-radius: 2px;
  padding: 10px;
  width: 400px;
  height: auto;
  position: relative;
}

span.btn-played span.hover-game-info-wrap span.hover-game-info__close, span.btn-no span.hover-game-info-wrap span.hover-game-info__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  font-size: 1.4rem;
  cursor: pointer;
}

span.btn-played span.hover-game-info-wrap span.hover-game-info table, span.btn-no span.hover-game-info-wrap span.hover-game-info table {
  margin: 0 0 15px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

span.btn-played span.hover-game-info-wrap span.hover-game-info table th, span.btn-no span.hover-game-info-wrap span.hover-game-info table th {
  font-weight: normal;
}

span.btn-played span.hover-game-info-wrap span.hover-game-info table th, span.btn-played span.hover-game-info-wrap span.hover-game-info table td, span.btn-no span.hover-game-info-wrap span.hover-game-info table th, span.btn-no span.hover-game-info-wrap span.hover-game-info table td {
  padding: 10px;
}

span.btn-played span.hover-game-info-wrap span.hover-game-info table tr:nth-child(odd), span.btn-no span.hover-game-info-wrap span.hover-game-info table tr:nth-child(odd) {
  background-color: #eee;
}

.success-payment h1, .cancel-payment h1 {
  padding: 22px 0;
}

.gc-wrap .field-wrap__checkbox input {
  margin-left: 0;
  margin-right: 10px;
}

.iti__country-list {
  display: inline-block;
}

.gc-summary {
  display: grid;
  grid-template-columns: max-content auto;
  row-gap: 3px;
  padding: 10px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.gc-summary__row {
  grid-column: 1/-1;
  display: grid;
  align-items: center;
  grid-template-columns: subgrid;
  column-gap: 12px;
}

.gc-summary__row--total {
  font-size: 15px;
  font-weight: 700;
}

.gc-discount {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 12px;
  padding: 10px;
  margin-bottom: -2px;
}

.gc-discount .field-wrap {
  padding: 0;
  margin-bottom: 0;
}

.gc-discount__check-btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #CCC;
  border: 1px solid #CCC;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  height: 100%;
  padding: 5px 20px;
}

.gc-discount__message {
  margin-top: 5px;
  margin-bottom: 10px;
  grid-column: 1/-1;
  font-size: 13px;
  color: red;
}

@media (max-width: 500px) {
  .bc-left, .bc-right {
    display: block;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 470px) {
  .field-wrap select, .field-wrap input[type=email], .field-wrap input[type=text], .field-wrap textarea {
    width: 100%;
  }
}

@media (max-width: 410px) {
  .bc-sheet thead a, .bc-sheet thead span, .bc-sheet tbody a, .bc-sheet tbody span {
    padding: 10px 5px !important;
  }
  .b-cal-allrooms .bct-room-col {
    text-align: center;
  }
  .bc-months {
    text-align: center;
  }
  .bc-months li {
    margin-bottom: 10px;
  }
  .bc-months li a {
    padding: 5px !important;
    font-size: 14px;
  }
  .b-form p select, .b-form p input[type=email], .b-form p input[type=text], .b-form p textarea {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .b-cal-allrooms .bct-room-col {
    text-align: center;
  }
}

