<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'OpenSans-Regular';
  src: url("./fonts/OpenSans-Regular.eot?") format("eot"), url("./fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("./fonts/OpenSans-Semibold.eot?") format("eot"), url("./fonts/OpenSans-Semibold.woff") format("woff");
}
/* Booking 2018 */
.book-2018 {
  width: 960px;
  color: #fff;
  background: #aa0909;
  margin: 30px auto;
  position: relative;
  z-index: 2;
}
.book-2018 form {
  padding: 0;
  margin: 0;
}
.book-2018 a {
  color: #fff;
  text-decoration: none;
}
.book-2018 a:hover {
  text-decoration: underline;
}
.book-2018 p {
  font-size: .8rem;
  line-height: 1.42;
  margin-bottom: 5px;
}
.book-2018 ul {
  font-size: .8rem;
  line-height: 1.42;
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
.book-2018 .book-2018-inner {
  padding: 15px;
}
.book-2018 .book-title {
  font-family: 'OpenSans-Semibold', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px;
}
.book-2018 .book-title img {
  width: 220px;
  height: 20px;
}
.book-2018 .book-sections {
  width: 100%;
  display: table;
}
.book-2018 .book-sections .book-section {
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: table-cell;
  vertical-align: middle;
}
.book-2018 .book-sections .book-section:first-child {
  padding-left: 0;
  border: none;
}
.book-2018 .book-buttons {
  text-align: center;
}
.book-2018 .book-buttons .btns {
  margin-bottom: 10px;
}
.book-2018 .book-buttons .rsvbtn {
  width: 180px;
  height: 40px;
  font-size: 1.2rem;
  font-faimily: sans-serif;
  color: #aa0909;
  border: none;
  border-radius: 5px;
  background: #fff url(../img/icon-search.png) no-repeat left center;
  -moz-background-size: 40px auto;
  -webkit-background-size: 40px auto;
  background-size: 40px auto;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  opacity: 1;
  transition: opacity .4s ease 0s;
}
.book-2018 .book-buttons .rsvbtn:hover {
  opacity: .8;
}
.book-2018 .book-buttons .arrow {
  padding-left: 12px;
  background: url(../img/arrow-white.png) no-repeat left 3px;
  -moz-background-size: 10px auto;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  display: inline-block;
}
.book-2018 select {
  height: 22px;
  font-size: .73rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px 0 5px;
  border: none;
  background: white url(../img/arrow-select.png) no-repeat right center;
  -moz-background-size: 12px auto;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  cursor: pointer;
}
.book-2018 select::-ms-expand {
  display: none;
}
.book-2018 select[name=hi_id] {
  width: 180px;
}
.book-2018 .ui-datepicker-trigger {
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  border: none;
  background: none;
  background: url(../img/calendar.png) no-repeat center center;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.book-2018 .radios label {
  cursor: pointer;
}
.book-2018 .radios label input[type=radio] {
  margin-right: 5px;
}

.page-home .book-2018 {
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .book-2018 {
    width: auto;
    margin: 10px;
  }
  .book-2018 .book-2018-inner {
    padding: 10px;
  }
  .book-2018 .book-title {
    font-size: 1.1rem;
  }
  .book-2018 .book-sections {
    display: block;
  }
  .book-2018 .book-sections .book-section {
    padding: 0;
    border: none;
    display: block;
  }
  .book-2018 .book-sections .book-buttons .rsvbtn {
    font-size: 1rem;
    margin: 20px auto;
  }
  .book-2018 .book-sections .book-buttons .arrow {
    display: inline-block;
  }
  .book-2018 .book-sections .book-buttons .arrow br {
    display: none;
  }
  .book-2018 select[name=hi_id] {
    width: 100%;
  }
  .book-2018 .ui-datepicker-trigger {
    display: none;
  }
  .book-2018 #book-persons,
  .book-2018 #book-retrieval {
    height: 0;
    padding: 0;
    overflow: hidden;
  }

  .page-home .book-2018 {
   margin-top: 0;
  }
}
</pre></body></html>