﻿.box-container {
  background: white;
  padding: 25px !important;
}
.menu-background {
  width: 100%;
  position: fixed;
  height: 35px;
  z-index: 1;
  top: 0;
}
.menu {
  width: 100%;
  position: fixed;
  height: 35px;
  background: #00000080;
  color: #fff;
  z-index: 2;
  top: 0;
}
.menu .menu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
}
.menu a {
  text-decoration: none;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 7px;
  margin-right: 15px;
  outline: none;
}
.menu a:hover {
  background: #0000002b;
  text-decoration: none;
  color: #fff;
}
.menu .left-menu {
  flex: 1;
}
.menu .right-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.menu .right-menu a {
  text-transform: uppercase;
}
.menu .languages {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 7px;
}
.menu .languages .activeLanguage {
  padding-right: 15px;
}
.menu #hotel-name-menu {
  flex: 1;
  text-align: center;
  font-size: 19px;
  opacity: 0;
  transition: 0.2s;
}
.menu #hotel-name-menu .languages {
  display: none;
}
.menu .show-name {
  opacity: 1 !important;
}
.menu .toggle-drop-language {
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu .dropdown-menu {
  min-width: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu .open > .dropdown-menu {
  display: flex !important;
}
.menu .dropdown-menu li {
  width: 100%;
  display: flex;
  padding: 3px 0px;
  justify-content: center;
  cursor: pointer;
}
.mobile-info {
  display: none;
  margin-bottom: 20px;
}
.mobile-info a {
  color: #fff;
  padding: 5px 13px;
  border-radius: 4px;
}
.hotel-content {
  padding-top: 35px;
  padding-bottom: 0px;
}
.hotel-details .description {
  height: auto;
}
.hotel-details h1 {
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
.gallery-slider-container {
  height: auto;
  width: 100%;
}
.gallery-item {
  display: block;
  height: 260px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-prev {
  left: 10px !important;
  z-index: 2;
}
.slick-prev:before {
  color: white !important;
  font-size: 22px;
}
.slick-next {
  right: 12px !important;
  z-index: 2;
}
.slick-next:before {
  color: white !important;
  font-size: 22px;
}
.voucher-content .box-container {
  background-color: #F3F3F4;
}
.vouchers-container {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .vouchers-container {
    padding: 0px 80px;
  }
}
.voucher-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.voucher-description h2 {
  margin-top: 10px;
  font-weight: bold;
  color: #666;
  font-size: 24px;
}
.voucher-description h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.voucher-description .voucher-how-works {
  color: #545454;
  text-align: center;
}
.voucher-box {
  width: 100%;
  background: #fff;
  border: 1px solid #0000002e;
  border-radius: 4px;
  padding: 20px 0px 0px 0px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0px 5px 11px #0000001c;
}
.voucher-values {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  margin-bottom: 15px;
}
.voucher-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voucher-price h5 {
  margin: 0;
  margin-bottom: 5px;
  color: #4a4a4a;
  text-transform: uppercase;
}
.voucher-price h3 {
  margin: 0;
  font-weight: bold;
}
.voucher-price .bonus-value {
  font-size: 28px;
}
.voucher-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  margin-top: 17px;
}
.voucher-texts a {
  padding: 5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
}
.voucher-texts a:hover {
  color: #e6e6e6;
}
.voucher-texts span {
  font-size: 12px;
  color: #fff;
}
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-content {
  padding: 35px 0px;
  min-height: 120px;
  background: #00000080;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-content a,
.footer-content p {
  color: #fff;
}
.footer-content a:hover {
  color: #fff;
}
.cards-accepteds {
  margin-bottom: 15px;
}
.languages:hover .drop {
  display: block !important;
}
.drop {
  position: absolute;
  width: 67px;
  top: 35px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
  border-radius: 0 0 3px 3px;
  display: none;
  background: #f2f2f2;
  box-shadow: 0px 1px 6px #00000054;
}
.drop ul {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: auto;
  list-style-type: none;
  text-align: center;
  height: 100%;
}
.drop li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  transition: 0.2s ease-in-out;
  height: 100%;
  max-height: 54px;
  position: relative;
}
.drop li a {
  color: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 7px;
  font-size: 12px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .left-menu,
  .right-menu {
    display: none !important;
  }
  .mobile-info {
    display: block !important;
  }
  #hotel-name-menu {
    opacity: 1 !important;
  }
  #hotel-name-menu .languages {
    display: flex !important;
    position: absolute !important;
    top: 0 !important;
    right: 15px !important;
  }
}
/* --- Checkout CSS --- */
.panel {
  box-shadow: none !important;
}
.panel-body {
  padding: 25px !important;
}
.checkout-container {
  padding-top: 35px;
  height: auto;
  background: #fff;
}
.checkout-container h5 {
  color: #5a5a5a;
}
.checkout-container .checkout-header {
  position: relative;
  padding: 11px 0px;
  margin-top: 16px;
  margin-left: 20px;
}
.checkout-container .checkout-header button {
  background: #f3f3f4;
  padding: 4px 4px 0px 6px;
  border-radius: 4px;
  position: absolute;
  left: 6px;
  top: 7px;
  color: #6e6e6e;
}
.checkout-container .checkout-header button span {
  font-weight: 700;
  font-size: 18px;
}
.checkout-container .checkout-header h1 {
  margin: 0;
  padding: 0;
  color: #5a5a5a;
  font-size: 16px;
  margin-left: 46px;
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-container .panel {
  border: none;
}
.checkout-container .panel h5 {
  margin: 3px 0px 20px 0px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}
.checkout-container .panel input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin: 0;
}
.checkout-container label {
  display: block;
  font-weight: 500;
}
.checkout-container input {
  width: 100%;
}
.checkout-container select {
  padding: 4px;
}
.checkout-container .payment-container .parceled-container {
  margin-top: 13px;
}
.checkout-container .payment-container .parceled-container input {
  width: 20px;
}
.checkout-container .payment-container .parceled-container .parceled-select {
  margin-top: 5px;
}
.checkout-container .voucher-data {
  position: sticky;
  top: 40px;
}
.checkout-container .voucher-data .row-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-container .voucher-data .row-info p {
  display: inline-block;
  margin-bottom: 5px;
}
.checkout-container .voucher-data .row-info h4 {
  margin: 0;
}
.checkout-container .voucher-data button {
  border: none;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  margin-top: 55px;
  box-shadow: none;
  transition: 0.2s;
  text-transform: uppercase;
}
.checkout-container .voucher-data button:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1);
}
.checkout-container .voucher-data button:focus {
  outline: none;
}
#policiesModal .modal-footer {
  border-top: 1px solid #444;
}
#prePaymentModal .modal-header,
#policiesModal .modal-header {
  text-align: center;
  background: #F3F3F4;
  border-bottom: none;
  border-radius: 6px;
}
#prePaymentModal .modal-header h4,
#policiesModal .modal-header h4 {
  font-size: 21px;
  text-transform: none;
}
#prePaymentModal .modal-header p,
#policiesModal .modal-header p {
  margin-bottom: 13px;
  margin-top: 8px;
  font-size: 15px;
  width: 264px;
  text-align: center;
  display: inline-block;
}
#prePaymentModal .modal-body,
#policiesModal .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  padding-bottom: 0;
}
#prePaymentModal .modal-body .form-group,
#policiesModal .modal-body .form-group {
  width: 60%;
}
#prePaymentModal .modal-body input,
#policiesModal .modal-body input {
  width: 100%;
}
#prePaymentModal .modal-footer,
#policiesModal .modal-footer {
  text-align: center;
  border-top: none;
  padding-bottom: 30px;
}
#prePaymentModal .modal-footer button,
#policiesModal .modal-footer button {
  margin-top: 10px;
  width: 40%;
}
#modal-continue-button:hover {
    background-color: #040404 !important;
    transition: 0.4s;
}
.label-error {
    color: #d20000;
    margin-left: 5px;
    display: block;
}
button {
  outline: none !important;
  border: none !important;
}
.blockOverlay {
  z-index: 1050 !important;
}
.blockMsg {
  z-index: 1051 !important;
}
@media (min-width: 991px) {
  .voucher-bootstrap {
    height: 979px;
  }
}
.form-group {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 530px !important;
  }
}