* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*  Global Helpers Start */
html {
  scroll-behavior: smooth; }

#helpers {
  font-family: 'Source Sans Pro', sans-serif;
  font-family: 'Bebas Neue', cursive;
  font-size: 16px;
  margin: 0;
  /*  Global Helpers End */
  /*  Easybooking API Start */
  /*  Easybooking API End */ }
  #helpers p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.563rem;
    color: #797979; }
  #helpers img {
    max-width: 100%; }
  #helpers a {
    text-decoration: none !important;
    color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #helpers a:hover {
      color: #FEA528 !important;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  #helpers .headline {
    font-family: "Bebas Neue", cursive;
    font-size: 3.75rem;
    text-align: center;
    margin: 0; }
  #helpers .subline {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    margin-top: 0.938rem;
    text-align: center; }
  #helpers .btn {
    border: unset;
    border-radius: unset;
    background-color: #FEA528;
    color: #fff;
    padding: 10px;
    min-width: 170px;
    font-family: "Bebas Neue", cursive;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #helpers .btn:hover {
      color: #fff !important;
      background-color: #f28e01;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  #helpers .btn-invert {
    background-color: unset;
    border: 2px solid #FEA528;
    text-align: center; }
  #helpers .pt-5 {
    padding-top: 5rem !important; }
  #helpers .pt-4 {
    padding-top: 3.750em !important; }
  #helpers .pt-3 {
    padding-top: 1.250em !important; }
  #helpers .pt-2 {
    padding-top: 1.125em !important; }
  #helpers .pb-5 {
    padding-bottom: 5rem !important; }
  #helpers .pb-4 {
    padding-bottom: 3.750em !important; }
  #helpers .pb-3 {
    padding-bottom: 1.250em !important; }
  #helpers .pb-2 {
    padding-bottom: 1.125em !important; }
  #helpers .slick-dots li button:before {
    content: "";
    background-color: #FEA528;
    height: 0.938rem;
    width: 0.938rem; }
  #helpers .edit-footer {
    background-color: #FEA528;
    line-height: 50px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #helpers .edit-footer:hover {
      background-color: #bf7001;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #helpers .edit-footer a {
      font-size: 1.25rem;
      color: #fff;
      text-transform: uppercase; }
  #helpers .booking-container {
    position: fixed;
    z-index: 20;
    bottom: 0;
    background: #F4F4F4;
    width: 100%; }
    #helpers .booking-container .item {
      border-right: 1px solid #C6C6C6;
      padding: 10px 0;
      text-align: center; }
      #helpers .booking-container .item a i {
        font-size: 30px;
        color: #FEA528; }
      #helpers .booking-container .item a h2 {
        padding: 10px 0; }
      #helpers .booking-container .item a h3 {
        margin-bottom: unset; }
    #helpers .booking-container .item.contact {
      border-left: 1px solid #C6C6C6; }

.block-voucher .form-container h2 {
  color: #FEA528; }

.block-voucher .form-container .form-group p {
  font-family: "Source Sans Pro", sans-serif; }
  .block-voucher .form-container .form-group p label {
    font-family: "Bebas Neue", cursive;
    font-weight: 600; }

.block-voucher .form-container .form-group .form-control {
  background-color: #F4F4F4;
  border-radius: unset;
  padding: 0.7rem 0.75rem; }
