/*
 * Author: ANM22
 * Last modified: 31 May 2021 - GMT +2 15:27
 *
 * ANM22 Andrea Menghi all right reserved
 *
 */
html,
body,
* {
  font-family: "Roboto", Arial, Verdana, Geneva, sans-serif !important; }

html {
  background: none;
  margin: 0;
  font-size: 14px; }

body {
  width: 100%;
  height: auto !important;
  padding-bottom: 0;
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  display: block;
  box-sizing: border-box;
  margin: 0;
  font-size: 14px; }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  font-size: 16px;
  box-sizing: content-box;
  padding: 10px;
  border-radius: 4px;
  border: 0.5px solid #707070;
  font-family: inherit;
  line-height: inherit;
  text-transform: none;
  margin: 2px;
  -webkit-appearance: none;
  background: none;
  vertical-align: middle;
  min-height: 48px;
  box-sizing: border-box;
  color: #707070;
  max-width: 416px;
  display: block;
  width: 100%;
  margin: 0; }
  input[type="text"]::placeholder,
  input[type="number"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder {
    color: #c4c4c4; }

.anm22_yb_form_std_textarea,
textarea {
  padding: 10px;
  box-sizing: border-box;
  border: 0.5px solid #707070;
  background: none;
  font-size: 16px;
  width: 100%;
  margin: 0;
  max-width: 416px; }

.yb-booking-btn {
  display: block;
  background-color: #00b0ff;
  color: #fff;
  border: 0;
  border-radius: 6px;
  -webkit-appearance: none;
  margin: 20px auto;
  padding: 14px;
  cursor: pointer;
  max-width: 416px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  width: 100%;
  text-transform: none;
  box-sizing: border-box; }
  .yb-booking-btn.white {
    background-color: #fff;
    color: #00b0ff;
    border: 1px solid #00B0FF; }
    .yb-booking-btn.white:after {
      background-image: url(../../images/icons/arrow-blue.svg); }
    .yb-booking-btn.white:hover {
      background-color: #fafafa; }
  .yb-booking-btn:after {
    content: "";
    background-image: url(../../images/icons/arrow-white.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px; }
  .yb-booking-btn:hover {
    background-color: #0091ea; }
  .yb-booking-btn.negative {
    background-color: #fff;
    color: #00b0ff;
    border: 1px solid #00b0ff; }
    .yb-booking-btn.negative.add:after {
      background-image: url(../../images/icons/btn-add-blue.svg); }
    .yb-booking-btn.negative.download:after {
      background-image: url(../../images/icons/down-arrow-blue.svg); }
  .yb-booking-btn.disabled {
    cursor: default;
    opacity: 0.5; }
    .yb-booking-btn.disabled:hover {
      background-color: #00b0ff; }

.anm22_yb_box_standard_margin_a {
  margin: 8px !important; }

.white-box {
  margin: 8px auto;
  background: #fff;
  border-radius: 2px;
  padding: 10px 10px 20px 10px;
  max-width: 810px;
  box-sizing: border-box; }
  .white-box .title {
    font-family: "Roboto", Arial, Verdana, Geneva, sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin: 10px 0; }

.line-break {
  display: block;
  border-top: 1px solid #000;
  margin: 40px auto;
  padding: 0;
  height: 0;
  border-top: 1px solid #ecf1f4; }
  .line-break.m30 {
    margin: 30px auto; }
  .line-break.vw90 {
    max-width: 90vw; }

.menu-steps {
  padding: 10px;
  text-align: center;
  height: 67px;
  box-sizing: border-box; }
  .menu-steps .step {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 7px;
    line-height: 1;
    position: relative;
    margin-right: 20px; }
    .menu-steps .step:after {
      content: '';
      width: 20px;
      border-top: 2px solid #E5E5E5;
      position: absolute;
      top: 14px;
      left: 43px;
      height: 0;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-size: 0; }
    .menu-steps .step:last-child {
      margin-right: 0; }
      .menu-steps .step:last-child:after {
        display: none; }
    .menu-steps .step .step-num {
      box-sizing: border-box;
      color: #fff;
      background: #ECF1F4;
      text-align: center;
      display: block;
      padding-top: 6px;
      border-radius: 6px;
      width: 29px;
      height: 29px;
      vertical-align: middle;
      font-family: 'Roboto', Arial, Verdana, Geneva, sans-serif !important;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px; }
    .menu-steps .step .step.done .step-num {
      background-color: orange; }
    .menu-steps .step .step-text {
      position: absolute;
      top: 34px;
      left: -20px;
      display: none;
      width: 83px;
      font-family: 'Roboto', Arial, Verdana, Geneva, sans-serif !important;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      text-align: center;
      letter-spacing: -0.017em;
      text-transform: lowercase;
      color: #F8BA2D; }
    .menu-steps .step.running .step-num {
      background-color: #F8BA2D; }
    .menu-steps .step.running .step-text {
      display: block; }
    .menu-steps .step.done .step-num {
      background-color: #F8BA2D;
      font-size: 0;
      background-image: url(../../images/icons/tick-white.svg);
      background-position: center;
      background-size: 14px 11px;
      background-repeat: no-repeat; }

/* Logo */
.yb-logo-text {
  text-align: center; }
  .yb-logo-text img {
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
  .yb-logo-text div {
    color: #2c8bfe;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle; }

.buttons {
  font-size: 14px;
  padding: 7px;
  background-color: #eee;
  max-width: 300px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  cursor: pointer;
  color: #646464;
  border: 0px;
  margin-top: 10px;
  -webkit-appearance: none;
  line-height: 1;
  font-weight: bold; }

/*
 * Scelta periodo
 */
.insert-period-options {
  text-align: center; }
  .insert-period-options .yb-booking-halfDay-box {
    display: inline-block; }
    .insert-period-options .yb-booking-halfDay-box > div {
      border-radius: 20px;
      font-size: 16px;
      color: #333;
      cursor: pointer;
      margin: 7px;
      padding: 11px;
      display: inline-block;
      border: 1px solid #F8BA2D;
      box-sizing: border-box;
      border-radius: 6px; }
      .insert-period-options .yb-booking-halfDay-box > div:hover, .insert-period-options .yb-booking-halfDay-box > div.selected {
        background: #F8BA2D;
        color: #FFF; }

/*
 * Scelta settori
 */
.yb-booking-sector-item {
  padding: 0;
  margin: 10px;
  border: 1px solid #f8ba2d;
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
  color: #666;
  font-size: 16px;
  width: 166px;
  min-height: 204px; }
  .yb-booking-sector-item:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1); }
  .yb-booking-sector-item .yb-booking-sector-image {
    display: block;
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 169px;
    margin-bottom: 6px;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0; }
    .yb-booking-sector-item .yb-booking-sector-image.default {
      padding: 20px;
      object-fit: contain; }
  .yb-booking-sector-item a {
    color: #666;
    font-size: 16px; }

#map-menu-title-dates-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 10px auto 5px auto;
  width: 95%;
  max-width: 800px;
  white-space: nowrap; }
  #map-menu-title-dates-row .label {
    margin-right: 5px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis; }
  #map-menu-title-dates-row .dates {
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    color: #333333;
    padding: 7px;
    height: 30px;
    border: 1px solid #ecf1f4;
    box-sizing: border-box;
    border-radius: 6px;
    margin-left: auto; }

#sector-menu-title-dates-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 100%;
  max-width: 810px;
  white-space: nowrap; }
  #sector-menu-title-dates-row .title {
    margin-right: 5px;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis; }
  #sector-menu-title-dates-row .dates {
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    padding: 7px;
    height: 30px;
    border: 1px solid #ecf1f4;
    box-sizing: border-box;
    border-radius: 6px;
    margin-left: auto; }

@media screen and (max-width: 400px) {
  #map-menu-title-dates-row .name, #sector-menu-title-dates-row .name {
    display: none; } }
/*
 * Anteprima prenotazione
 */
.yb-booking-reg-preview {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  align-items: flex-start;
  border: 1px solid #ecf1f4;
  border-radius: 6px;
  box-sizing: border-box;
  min-height: 78px;
  width: 100%;
  max-width: 416px;
  margin: 0 auto 20px auto;
  padding: 12px;
  color: #333;
  font-size: 13px;
  line-height: 15px; }
  .yb-booking-reg-preview .details,
  .yb-booking-reg-preview .prices {
    min-height: 54px;
    display: flex;
    gap: 3px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between; }
    .yb-booking-reg-preview .details > div,
    .yb-booking-reg-preview .prices > div {
      height: 16px; }
  .yb-booking-reg-preview .details {
    width: 45%; }
  .yb-booking-reg-preview .prices {
    width: 55%;
    font-weight: 300; }
    .yb-booking-reg-preview .prices > div {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .yb-booking-reg-preview .prices > div .cents {
        font-size: 11px; }
  .yb-booking-reg-preview .divisor {
    min-height: 54px;
    border-left: 1px solid #ecf1f4; }

.yb-booking-reg-preview-old {
  border: 1px solid #ecf1f4;
  padding: 5px 5px 5px 45px;
  margin: 20px 0 0 10px;
  border-radius: 4px;
  background-repeat: no-repeat;
  max-width: 300px;
  background-position: 8px 8px;
  background-size: 27px 27px; }
  .yb-booking-reg-preview-old .services {
    padding-top: 5px; }
  .yb-booking-reg-preview-old .service {
    padding: 1px; }
    .yb-booking-reg-preview-old .service img {
      display: inline-block;
      vertical-align: middle;
      height: 16px;
      margin-right: 6px; }
    .yb-booking-reg-preview-old .service .label {
      display: inline-block;
      vertical-align: middle;
      max-width: calc(100% - 22px); }

/*
 * Modal
 */
#modalUmbrellaServices {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin: 0;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 10000; }

@media screen and (min-height: 400px) {
  body.with-header #modalUmbrellaServices {
    height: calc(100% - 65px);
    top: 65px; } }
#modalUmbrellaServicesContent {
  display: block;
  border-radius: 6px;
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  position: static;
  height: 100%;
  max-height: 1000px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative; }
  #modalUmbrellaServicesContent .scrolling-content {
    max-height: calc(100% - 110px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 36px 30px 36px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box; }
  #modalUmbrellaServicesContent #modalUmbrellaServicesTitle {
    padding: 0;
    margin-bottom: 15px;
    font-size: 24px;
    box-sizing: border-box;
    color: #333;
    font-weight: bold; }
  #modalUmbrellaServicesContent .delete-reg {
    width: 22px;
    height: 22px;
    background-image: url(../../images/icons/close-black.svg);
    background-size: 22px 22px;
    background-position: center;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 34px;
    top: 24px;
    cursor: pointer; }
  #modalUmbrellaServicesContent #modalUmbrellaServicesCover {
    border-bottom: 1px solid #ddd;
    position: relative;
    min-height: 49px;
    display: none; }
    #modalUmbrellaServicesContent #modalUmbrellaServicesCover.cover {
      display: block;
      height: 130px;
      background-position: center;
      background-size: cover; }
  #modalUmbrellaServicesContent #modalUmbrellaServicesDescription {
    padding: 15px 0;
    font-size: 16px;
    box-sizing: border-box;
    display: none; }
  #modalUmbrellaServicesContent #modalUmbrellaServicesPrice {
    padding: 30px 0 0 0;
    font-size: 14px;
    border-top: 1px solid #ECF1F4;
    margin-top: 30px; }
    #modalUmbrellaServicesContent #modalUmbrellaServicesPrice > div {
      font-size: 0; }
      #modalUmbrellaServicesContent #modalUmbrellaServicesPrice > div .label {
        width: calc(100% - 135px);
        font-size: 16px;
        display: inline-block;
        text-align: left; }
      #modalUmbrellaServicesContent #modalUmbrellaServicesPrice > div .value {
        width: 135px;
        font-size: 16px;
        display: inline-block;
        text-align: right; }
      #modalUmbrellaServicesContent #modalUmbrellaServicesPrice > div .cents {
        font-size: 11px; }
      #modalUmbrellaServicesContent #modalUmbrellaServicesPrice > div.total .label {
        font-size: 24px;
        font-weight: bold; }
      #modalUmbrellaServicesContent #modalUmbrellaServicesPrice > div.total .value {
        font-size: 24px;
        font-weight: bold; }
      #modalUmbrellaServicesContent #modalUmbrellaServicesPrice > div.total .cents {
        font-size: 16px; }
  #modalUmbrellaServicesContent .yb-booking-btn.negative.add {
    margin-top: 30px; }
  #modalUmbrellaServicesContent .yb-ui-infobox {
    margin-top: 30px;
    max-width: 446px; }
  #modalUmbrellaServicesContent .modalUmbrellaServicesNote {
    padding: 15px;
    font-size: 14px;
    border-top: 1px solid #ddd; }
    #modalUmbrellaServicesContent .modalUmbrellaServicesNote .note-title {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold; }
  #modalUmbrellaServicesContent .modalUmbrellaServicesFixedBtns {
    padding: 30px;
    font-size: 14px;
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 110px;
    width: 100%;
    box-sizing: border-box;
    background: #ECF1F4;
    box-shadow: 0px -10px 44px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 6px 6px; }
    #modalUmbrellaServicesContent .modalUmbrellaServicesFixedBtns .yb-booking-btn {
      margin: 0 auto; }

/*
 * Services
 */
.umbrella-services-item {
  padding: 10px 0;
  display: block;
  font-size: 0; }
  .umbrella-services-item .title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 135px); }
    .umbrella-services-item .title img {
      display: inline-block;
      vertical-align: middle;
      height: 42px;
      width: 42px;
      object-fit: contain;
      object-position: center;
      padding: 0;
      margin-right: 19px; }
    .umbrella-services-item .title div {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: 400;
      max-width: calc(100% - 61px); }
  .umbrella-services-item .beds-btns {
    display: inline-block;
    vertical-align: middle;
    width: 135px; }
    .umbrella-services-item .beds-btns div {
      display: inline-block;
      vertical-align: middle;
      width: 42px;
      height: 42px;
      box-sizing: border-box;
      border: 1px solid #00B0FF;
      border-radius: 6px;
      background-position: center center;
      background-size: 15px auto;
      background-repeat: no-repeat;
      cursor: pointer;
      background-color: #fff;
      padding: 10px 0 0 0;
      margin: 2px 2px 2px 0;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #00B0FF;
      text-align: center;
      font-size: 16px; }
      .umbrella-services-item .beds-btns div.add {
        background-image: url(../../images/icons/btn-add-blue.svg); }
      .umbrella-services-item .beds-btns div.remove {
        background-image: url(../../images/icons/btn-remove-blue.svg); }
      .umbrella-services-item .beds-btns div.selected {
        color: #fff;
        background-color: #00B0FF; }
      .umbrella-services-item .beds-btns div.disabled {
        border: 1px solid #ECF1F4;
        background-color: #ECF1F4;
        color: #707070;
        cursor: default; }
        .umbrella-services-item .beds-btns div.disabled.add {
          background-image: url(../../images/icons/btn-add-grey.svg); }
        .umbrella-services-item .beds-btns div.disabled.remove {
          background-image: url(../../images/icons/btn-remove-grey.svg); }
      .umbrella-services-item .beds-btns div.value {
        color: #707070;
        border-color: #fff;
        cursor: default; }

.price-box {
  font-size: 14px;
  padding: 10px 0; }
  .price-box div {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-weight: bold; }

@media screen and (max-width: 480px) {
  #modalUmbrellaServices {
    padding: 0; }

  #modalUmbrellaServicesContent {
    max-height: auto;
    border-radius: 0; } }
/* Carrello */
.yb-booking-cart-summary-items div {
  padding: 10px 10px 0 10px; }

/* Dati utente */
.yb-booking-invoice-type {
  font-size: 0;
  margin: 15px auto 0 auto;
  max-width: 416px; }
  .yb-booking-invoice-type > div {
    border: 0.5px solid #707070;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 15px;
    margin: 0;
    width: calc(50% - 3px);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    color: #333;
    text-align: left; }
    .yb-booking-invoice-type > div:first-child {
      margin-right: 6px; }
    .yb-booking-invoice-type > div:nth-child(3) {
      margin-right: 6px;
      margin-top: 6px; }
    .yb-booking-invoice-type > div:nth-child(4) {
      margin-top: 6px; }
    .yb-booking-invoice-type > div:nth-child(5) {
      margin-right: 6px;
      margin-top: 6px; }
    .yb-booking-invoice-type > div:nth-child(6) {
      margin-top: 6px; }
    .yb-booking-invoice-type > div .rounded-btn-ckeck {
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      border: 1px solid #707070;
      width: 15px;
      height: 15px;
      margin-right: 12px;
      padding: 2px;
      font-size: 0;
      border-radius: 10px; }
      .yb-booking-invoice-type > div .rounded-btn-ckeck > div {
        border: 0;
        background-color: #f8ba2d;
        border-radius: 5px;
        width: 9px;
        height: 9px;
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0; }
    .yb-booking-invoice-type > div.selected {
      font-weight: bold; }
      .yb-booking-invoice-type > div.selected .rounded-btn-ckeck {
        border: 1px solid #f8ba2d; }
        .yb-booking-invoice-type > div.selected .rounded-btn-ckeck > div {
          display: inline-block; }

#yb-booking-discount-code-input.valid {
  border: 1px solid #66bb6a; }
#yb-booking-discount-code-input.not-valid {
  border: 1px solid #ef5350; }

#yb-booking-discount-code-result {
  display: none; }
  #yb-booking-discount-code-result.valid {
    display: inline-block;
    color: #66bb6a; }
  #yb-booking-discount-code-result.not-valid {
    display: inline-block;
    color: #ef5350; }

/**
 * Conferma
 */
.thanks {
  margin: 20px 0;
  font-size: 16px;
  line-height: 19px;
  color: #f8ba2d; }

.green-confirm {
  background: rgba(46, 204, 113, 0.16);
  padding: 12px 12px 12px 39px;
  border-radius: 6px;
  color: #333;
  font-size: 16px;
  line-height: 19px;
  position: relative; }
  .green-confirm .badge {
    background-color: #2ecc71;
    background-image: url(../../images/icons/tick-white.svg);
    background-size: 11x 11px;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 10px; }

.yb-booking-confirm-download-box {
  margin-top: 20px;
  font-size: 16px; }

.yb-booking-download-btn {
  display: inline-block;
  background-color: #158cfb;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  -webkit-appearance: none;
  margin: 10px auto;
  vertical-align: middle;
  padding: 10px 16px;
  cursor: pointer;
  text-transform: uppercase; }
  .yb-booking-download-btn:hover {
    background-color: #1278d7; }
  .yb-booking-download-btn a {
    color: #fff; }

/*
 * HEADER
 */
a {
  color: inherit;
  text-decoration: none; }

header {
  margin: 0px;
  padding: 0;
  height: 65px;
  background: #fbbc04;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%; }
  header > nav.menu-mobile {
    display: none; }
    header > nav.menu-mobile .menu {
      position: absolute;
      top: 65px;
      width: 100%;
      height: calc(100vh - 65px);
      padding: 15px 22px 31px 26px;
      background-color: #fbbc04;
      display: flex;
      flex-direction: column; }
      header > nav.menu-mobile .menu ul.primary-links {
        width: 100%;
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 0;
        box-sizing: border-box; }
        header > nav.menu-mobile .menu ul.primary-links li {
          font-size: 27px;
          font-weight: bold;
          line-height: 1.85;
          color: #333;
          margin: 10px 0; }
      header > nav.menu-mobile .menu .line {
        width: 100%;
        border-bottom: 1px solid #333;
        opacity: 0.3;
        height: 20px;
        margin: 0 0 20px 0;
        padding: 0;
        box-sizing: border-box; }
      header > nav.menu-mobile .menu ul.secondary-links {
        width: 100%;
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 10px 0;
        margin: 0;
        box-sizing: border-box; }
        header > nav.menu-mobile .menu ul.secondary-links li {
          font-size: 16px;
          color: #333;
          margin: 10px 0; }
      header > nav.menu-mobile .menu .social-links {
        padding: 10px 0 0 0;
        margin: 0;
        box-sizing: border-box; }
        header > nav.menu-mobile .menu .social-links .title {
          font-size: 12px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: 1.89px;
          color: #333333;
          margin-bottom: 10px;
          text-transform: uppercase; }
        header > nav.menu-mobile .menu .social-links img {
          margin-right: 10px;
          display: inline-block; }
  header > nav.menu-desktop {
    width: 100%;
    padding: 0 10px; }
    header > nav.menu-desktop .menu ul.primary-links {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      width: 100%;
      max-width: 950px;
      height: 65px;
      list-style: none;
      list-style-type: none;
      padding: 0;
      margin: 0;
      box-sizing: border-box; }
      header > nav.menu-desktop .menu ul.primary-links li {
        margin: 0 15px;
        font-size: 17px;
        line-height: 1;
        color: #fff; }
  header > .back {
    display: none; }
  header > .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 0 0 50px;
    height: 65px; }
    header > .logo img {
      height: 30px; }
    header > .logo .logo-desktop {
      display: block; }
    header > .logo .logo-mobile {
      display: none; }
  header a.button {
    text-decoration: none; }
    header a.button:hover {
      text-decoration: none; }
    header a.button > div {
      height: 65px;
      width: 60px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      margin: 0 10px; }
      header a.button > div img {
        min-height: 20px;
        min-width: 20px;
        width: 30px;
        height: 30px; }
      header a.button > div div {
        font-size: 9px;
        color: #fff;
        margin-top: 2px;
        text-transform: uppercase; }

@media only screen and (max-width: 991px) {
  header > nav.menu-mobile {
    display: block; }
  header > nav.menu-desktop {
    display: none; }
  header > .back {
    display: block; }
  header > .logo {
    padding: 0;
    width: 100%;
    justify-content: center; } }
.header-offset {
  height: 65px; }

footer {
  margin: 0;
  padding: 0px;
  background-color: #333333;
  box-sizing: border-box; }

footer * {
  box-sizing: border-box; }

footer div {
  width: 100%;
  margin: 0; }

footer div div div {
  margin: 0px; }

.com_anm22_wb_template_fsal_footer_conteiner {
  margin: 0 auto;
  width: 100%;
  float: none;
  padding-top: 10px; }

footer h1 {
  padding: 10px;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px; }

footer p {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  margin: 0px; }

footer p a {
  color: #fff; }

footer nav {
  float: right;
  width: 33%;
  font-size: 14px;
  margin-bottom: 20px; }

footer nav ul {
  margin: 0 auto;
  list-style: none;
  list-style-type: none;
  padding: 10px; }

footer nav ul a li {
  text-decoration: none;
  text-align: left;
  color: #666;
  text-transform: uppercase; }

@media only screen and (max-width: 600px) {
  footer nav, footer div {
    float: none;
    width: 100%; } }
.footer-end {
  font-size: 12px;
  text-align: center;
  padding: 0 6px 20px 6px;
  /*border-top: 1px solid #dce4e6;*/
  font-weight: normal;
  color: #222;
  box-sizing: border-box;
  width: 90%;
  margin: 20px auto 0 auto; }

.footer-end p {
  opacity: 0.6;
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ffffff; }

footer .center-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff; }

footer .center-text h1 {
  font-size: 70px;
  color: #fff; }

footer .center-text p {
  font-size: 20px;
  color: #fff; }

footer .center-text div {
  font-size: 20px;
  color: #fff; }

footer .center-text font {
  color: #fff; }

footer .center-text a {
  font-size: 14px;
  color: #fff; }

footer a {
  color: #000; }

footer .anm22-logo {
  max-width: 150px;
  margin: 0 auto 30px auto;
  display: block; }

footer .com_anm22_wb_editor_com_anm22_wb_editor_page_element_socialNetwork {
  text-align: center;
  padding: 20px 0 0 0; }
  footer .com_anm22_wb_editor_com_anm22_wb_editor_page_element_socialNetwork h4 {
    text-align: center;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.2px;
    color: #ffffff; }
  footer .com_anm22_wb_editor_com_anm22_wb_editor_page_element_socialNetwork a img {
    width: 22px !important;
    border-radius: 0;
    height: 22px !important;
    display: inline-block;
    float: none !important;
    margin: 0 8px !important; }

/* Footer links */
.footer-links-box {
  display: block;
  text-align: left;
  padding-top: 20px;
  width: fit-content;
  margin: 0 auto;
  text-align: center; }

.footer-links-box .footer-links {
  display: inline-block;
  width: 25%;
  width: fit-content;
  max-width: 265px;
  vertical-align: top;
  text-align: left;
  padding: 0 50px; }

@media only screen and (max-width: 700px) {
  .footer-links-box .footer-links {
    display: block;
    width: auto; } }
.footer-links-box .footer-links h3 {
  color: #eee;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  padding: 0 10px; }

.footer-links-box .footer-links p {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  line-height: 1.1; }

.change-date-calendar {
  margin: 20px auto; }
  .change-date-calendar .anm22-datepicker-genn-calendar {
    border: 1px solid #ECF1F4;
    border-radius: 6px;
    box-sizing: border-box;
    max-width: 700px; }
    .change-date-calendar .anm22-datepicker-genn-calendar .month {
      box-sizing: border-box;
      margin: 0;
      background: #F8BA2D;
      border-radius: 6px 6px 0 0;
      text-align: center;
      color: #fff;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      padding: 12px 48px; }
      .change-date-calendar .anm22-datepicker-genn-calendar .month .prev, .change-date-calendar .anm22-datepicker-genn-calendar .month .next {
        color: #fff;
        background: none !important;
        top: 6px; }
    .change-date-calendar .anm22-datepicker-genn-calendar .days > div {
      height: 50px;
      box-sizing: border-box;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 24px;
      padding-top: 12px;
      width: 14.28%; }
      .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(1), .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(2), .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(3), .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(4), .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(5), .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(6), .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(7) {
        background-color: #ECF1F4;
        font-weight: bold;
        color: #F8BA2D;
        opacity: 1;
        font-size: 0; }
        .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(1):first-letter, .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(2):first-letter, .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(3):first-letter, .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(4):first-letter, .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(5):first-letter, .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(6):first-letter, .change-date-calendar .anm22-datepicker-genn-calendar .days > div:nth-of-type(7):first-letter {
          font-size: 13px; }
      .change-date-calendar .anm22-datepicker-genn-calendar .days > div.interval {
        background: rgba(0, 176, 255, 0.3); }
      .change-date-calendar .anm22-datepicker-genn-calendar .days > div.selected {
        background: #00B0FF;
        border-radius: 6px 0 0 6px; }
        .change-date-calendar .anm22-datepicker-genn-calendar .days > div.selected:hover {
          background-color: #0091EA; }
      .change-date-calendar .anm22-datepicker-genn-calendar .days > div.selected.interval {
        border-radius: 0 6px 6px 0; }

.yb-ui-infobox {
  display: block;
  position: relative;
  border: 1px solid #ECF1F4;
  box-sizing: border-box;
  border-radius: 6px;
  max-width: 90vw;
  margin: 0 auto; }
  .yb-ui-infobox .btn {
    position: absolute;
    padding: 17px 20px 17px 10px;
    right: 0;
    top: 0;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #F8BA2D;
    cursor: pointer;
    box-sizing: border-box; }
    .yb-ui-infobox .btn:after {
      content: '';
      background-image: url(../../images/icons/arrow-bottom-yellow.svg);
      display: inline-block;
      width: 12px;
      height: 12px;
      background-size: 16px 16px;
      background-position: center;
      background-repeat: no-repeat;
      margin-left: 10px;
      vertical-align: middle; }
  .yb-ui-infobox .title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    padding: 14px 20px;
    color: #333;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer; }
  .yb-ui-infobox .text {
    display: none;
    color: #333;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;
    padding: 0 20px 14px 20px;
    margin: 4px 0 0 0; }
  .yb-ui-infobox.show .btn:after {
    background-image: url(../../images/icons/arrow-top-yellow.svg); }
  .yb-ui-infobox.show .text {
    display: block; }

.yb-map-legend {
  font-size: 0; }
  .yb-map-legend .yb-online-map-legend-item {
    display: inline-block;
    margin: 4px 10px 0 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333; }
    .yb-map-legend .yb-online-map-legend-item .leg-ic {
      margin-right: 10px; }

.data-form {
  padding: 0 10px;
  font-size: 0;
  text-align: center;
  display: block; }
  .data-form input[type="text"],
  .data-form input[type="number"],
  .data-form input[type="email"],
  .data-form input[type="tel"] {
    margin-left: auto;
    margin-right: auto; }
    .data-form input[type="text"].error,
    .data-form input[type="number"].error,
    .data-form input[type="email"].error,
    .data-form input[type="tel"].error {
      border: 1px solid #EA4335;
      padding-right: 38px;
      background-image: url("../../images/icons/warning-red.svg");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: right 13px bottom 15px; }
  .data-form input[type="checkbox"].error, .data-form select.error {
    border: 1px solid #EA4335; }
  .data-form .name-input-part {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    box-sizing: border-box;
    max-width: 208px; }
    .data-form .name-input-part:first-of-type {
      padding-right: 5px;
      padding-left: 0; }
  .data-form .label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 20px auto 8px auto;
    color: #333;
    text-align: left;
    max-width: 416px; }
  .data-form div.error {
    font-style: italic;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    color: #EA4335;
    text-align: left;
    margin: 3px auto 4px auto;
    max-width: 416px; }
  .data-form select {
    width: 100%;
    max-width: 416px;
    margin: 0;
    border: 0.5px solid #707070;
    font-size: 16px;
    padding: 10px;
    background-color: #fff;
    color: #707070;
    line-height: 26px;
    background-position: 99% center; }
  .data-form #invoice-data-box #input-address2, .data-form #invoice-data-box #input-city, .data-form #invoice-data-box #input-zip, .data-form #invoice-data-box #input-state, .data-form #invoice-data-box #input-country {
    margin-top: 10px; }
  .data-form .check-data-form {
    color: #666;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    background-color: #ECF1F4;
    border-radius: 6px;
    margin: 15px auto 0 auto;
    padding: 15px 5px 15px 15px;
    max-width: 416px;
    box-sizing: border-box;
    text-align: left;
    user-select: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 5px; }
    .data-form .check-data-form input[type="checkbox"] {
      min-height: 15px;
      min-width: 15px; }
    .data-form .check-data-form a {
      color: #F8BA2D; }
    .data-form .check-data-form .check-act {
      color: #F8BA2D; }
    .data-form .check-data-form .lower {
      font-size: 12px; }
    .data-form .check-data-form .check-open {
      cursor: pointer;
      color: #F8BA2D;
      display: inline-block; }
    .data-form .check-data-form .check-sub {
      font-size: 14px;
      margin-left: 20px;
      width: calc(100% - 20px); }
      .data-form .check-data-form .check-sub .check-sub-item {
        padding: 10px 0 0 0; }

.payment-form {
  max-width: 416px;
  margin: 0 auto; }
  .payment-form .label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 20px auto 8px auto;
    color: #333;
    text-align: left;
    max-width: 416px; }
  .payment-form #stripe-dialog {
    padding: 0;
    margin-top: 20px;
    z-index: 0; }
    .payment-form #stripe-dialog form#stripe-card-form {
      padding: 0;
      margin: 0; }
      .payment-form #stripe-dialog form#stripe-card-form #stripe-card {
        font-size: 16px;
        padding: 15px 10px;
        border: 0.5px solid #707070;
        border-radius: 4px;
        height: auto;
        box-shadow: none; }

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