@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700&display=swap");
@font-face {
  font-family: "Futura";
  src: url(/fonts/FuturaMediumBT.woff?303d918d0daf475a8eb82d05a7cdc04f) format("WOFF");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "futurabold";
  src: url(/fonts/futurabold-webfont.woff2?190cc742fc02469b5b89950ff4e23f7c) format("woff2"), url(/fonts/futurabold-webfont.woff?5d143ef80630635ec662137c5267bce5) format("woff"), url(/fonts/FuturaBold.ttf?4c62644b159530ff6214336f8cfb1d32) format("truetype");
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.3px;
}
#use_voucher-modal .modal-content,
#warning-modal .modal-content {
  background: #03237F;
  color: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#use_voucher-modal .modal-header,
#warning-modal .modal-header {
  padding-bottom: 0em;
  border-bottom: 0;
}
#use_voucher-modal .modal-footer,
#warning-modal .modal-footer {
  display: block;
  text-align: center;
  border-top: 0;
}
#use_voucher-modal .modal-body,
#warning-modal .modal-body {
  padding-top: 0em;
  padding-bottom: 0;
}
#use_voucher-modal .use_voucher-codes,
#warning-modal .use_voucher-codes {
  margin: 1.5em auto 1em auto;
}
#use_voucher-modal .use_voucher-codes .use_voucher-barcode,
#warning-modal .use_voucher-codes .use_voucher-barcode {
  display: none;
  margin-bottom: 0.5em;
}
#use_voucher-modal .use_voucher-codes .use_voucher-digits,
#warning-modal .use_voucher-codes .use_voucher-digits {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 4px;
  word-break: break-all;
  line-height: 1;
}
#use_voucher-modal .use_voucher-message,
#warning-modal .use_voucher-message {
  margin-top: 0.5em;
  color: #00FF00;
}
#use_voucher-modal .btn,
#warning-modal .btn {
  background: #00FF00;
  color: #000;
}
#use_voucher-modal .btn.claimed,
#warning-modal .btn.claimed {
  background-color: grey;
  color: #D9D9D9;
}
#use_voucher-modal .close,
#warning-modal .close {
  color: #fff;
}

#voucher_single .voucher_single-image {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#voucher_single .voucher_single-claimable, #voucher_single .voucher_single-unclaimable {
  color: #FBFBFB;
  background-color: #2b96af;
  padding: 1em;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1px;
}
#voucher_single .voucher_single-unclaimable {
  background-color: grey;
  color: #D9D9D9;
}
#voucher_single .voucher_single-title {
  color: #095B92;
  font-size: 1.1rem;
  font-weight: 600;
}
#voucher_single .voucher_single-location, #voucher_single .voucher_single-expiry {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.8);
}
#voucher_single .voucher_single-tc {
  margin-top: 0.8em;
}

.img-responsive.mobile {
  display: none;
}

.carousel.mobile {
  display: none;
}

.navbar.mobile {
  display: none;
}

.header {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .img-responsive {
    display: none;
  }

  .img-responsive.mobile {
    display: block;
  }

  .carousel {
    display: none;
  }

  .carousel.mobile {
    display: block;
  }

  .navbar.desktop .navbar-collapse {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .navbar.mobile {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .header-right-div, .search-input-div {
    width: 100%;
    max-width: 100%;
  }

  .desktop-only {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
