@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {

  --color-brand-1: #013A40;
  --color-brand-2: #A68A37;
  --color-brand-3: #E9EDE0;
  --color-brand-4: #545859;
  --color-brand-5: #A6998F;
  --color-brand-6: #BFB7B0;
  --color-brand-7: #54623C;

  --color-black: #000000;
  --color-white: #ffffff;
  --color-white-opacity: rgba(255,255,255,0.2);

  --branding-default: var(--color-brand-1);
  --branding-hovered: var(--color-brand-2);
  --branding-pressed: var(--color-brand-4);

  --border-hovered: var(--color-brand-2);
  --background-hovered: var(--color-brand-2);
  --base-featured: var(--color-brand-4);

  --mda-box-background: var(--color-brand-5);

  
  --border-radius-default: 0px;
  --border-radius-1x: 0px;
  --border-radius-button: 0px;
/*  --border-default: 2px solid var(--color-brand-1);*/
  --border-brand-1: 2px solid var(--color-brand-1);
  --border-brand-2: 2px solid var(--color-brand-2);
  --border-brand-3: 1px solid var(--color-brand-3);
  --border-brand-6: 1px solid var(--color-brand-6);
  --border-transparent: 2px solid transparent;
  --border-black: 1px solid var(--color-black);
  --border-white: 1px solid var(--color-white);
  --border-white-opacity: 1px solid var(--color-white-opacity);

  --font-family-1: "Cormorant", serif;
  --font-family-2: "Montserrat", sans-serif;

  --font-size-body: 16px;
  --font-size-20: 20px;
  --font-size-22: 22px;

  --container-max-width: 1200px;

  --box-shadow-btn: 0 6px 12px rgba(0, 0, 0, .1);
  --box-shadow-btn-2: 0 0 10px rgba(0, 0, 0, 0.15);
  --box-shadow-header: 0 7px 24px rgba(0, 0, 0, .06);

  --box-shadow-default: 0px 1px 20px -12px var(--color-black);

  --box-shadow-pre-hover-brand-1-top: inset 0px -200px 0 0 var(--color-brand-1);
  --box-shadow-hover-brand-1-top: inset 0px 0px 0 0 var(--color-brand-1);

  --box-shadow-pre-hover-brand-1: inset 0px 0px 0 0 var(--color-brand-1);
  --box-shadow-hover-brand-1-bottom: inset 0px -200px 0 0 var(--color-brand-1);

  --footer-bkg-img: url(https://mcdesign.avvio.com/085/062/000/8021/cust/imgs/footer-standard.png);

  /*--background-arrow-brand-1: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="teal"/></svg>');
  --background-arrow-brand-2: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="burlywood"/></svg>');
  --background-arrow-white: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="white"/></svg>');
*/

  --transition-default: all 0.5s ease; 
  
  --img-ratio-rate-primary: 4 / 3;
  --img-ratio-rate-primary-mobile: 4 / 3;
  --img-ratio-rate-secondary: 4 / 3;
  --img-ratio-rate-secondary-mobile: 4 / 3;
  --img-ratio-mda-secondary-rate: 4 / 3;
  --img-ratio-mda-secondary-rate-mobile: 4 / 3;
}

@media screen and (max-width: 499px) {

  :root {
    --font-size-body: 14px;
    --font-size-20: 18px;
    --font-size-22: 20px;

    --container-max-width: 100vw;

  }

}

@media screen {

  .header a i,
  .backtotop a i,
  .footer a i {
    margin-right: 0px;
  }
  
  body {
    background-color: var(--color-brand-3);
    font-family: var(--font-family-2);
    font-size: var(--font-size-body);
  }
  
  .main-be-area {
    background-color: var(--color-brand-3);
  }

  .main-be-area .content {
    margin-bottom: -1px;
  }

  /*  .page-layout,*/
  .card-grid.grid-layout {
    box-shadow: var(--box-shadow-default);
  } 

  .avvio-calendar-container,
  .avvio-calendar__month {
    border-radius: var(--border-radius-default)!important;
  }

  .avvio-calendar__date,
  .button, 
  .button--secondary,
  .button--branded {
    font-family: var(--font-family-2);
    transition: var(--transition-default);
    
  }

  .button--branded {
    color: var(--color-brand-1);
    background-color: transparent;
    border: var(--border-transparent);
    border-bottom: var(--border-brand-1);
    box-shadow: var(--box-shadow-pre-hover-brand-1);
    border-radius: var(--border-radius-button);
    transition: var(--transition-default);
  }

  .button--branded:hover {
    background-color: var(--color-white);
    color: var(--color-white);
    border: var(--border-brand-1);
    box-shadow: var(--box-shadow-hover-brand-1-bottom);
    transition: var(--transition-default);
  }

  /*.button--primary:hover {
    color: var(--color-brand-1);
    border: var(--border-brand-1);
  }*/

  /*  .button:hover, */
  .button--primary:hover,
  .button--secondary:hover {
    color: var(--color-white);
    border: var(--border-brand-1);
    background-color: var(--color-brand-1);
  }

  .button__text {
    font-family: var(--font-family-2);
    text-transform: uppercase;
  }

  .button-icon {
    border: none!important;
    border-radius: var(--border-radius-button);
  }

  .button-icon:hover .button-icon__icon,
  .button-icon--secondary .button-icon__icon {
    width: 100%;
    height: 100%;
    color: var(--color-brand-1);
    background-color: transparent;
    border-radius: var(--border-radius-button)!important;
    border: var(--border-brand-1);
    transition: var(--transition-default);
  }

  .button-icon:hover:not(.disabled) .button-icon__icon {
    color: var(--color-white);
    background-color: var(--color-brand-1);
    border: var(--border-brand-1);
  }

  .checkbox-field__input + .checkbox-field__icon {
    background-color: transparent;
  }
  
  .header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    /*    flex-direction: column;*/
    background-color: var(--color-white);
    color: var(--color-black);
    box-shadow: var(--box-shadow-default);
    padding-block: 0px;
    z-index: 4;
  }

  .full-ribbon-one {
    box-shadow: var(--box-shadow-default);
  }
  
  .header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: var(--container-max-width);
    padding-inline: 0px;
  }
  
  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header .logo a img {
    display: block;
    
    height: 60px;
    width: auto;
    
    transition: var(--transition-default);
  }
  
  .header .logo a:hover img {
    opacity: 80%;
  }

  .header .backtosite {
    position: absolute;
    top: 0px;
    right: calc((100% - var(--container-max-width)) / 2);
    /*    right: 35px;*/
    min-width: 160px;
    height: 80px;
    display: flex;
    align-items: center;
    /*    gap: 25px;*/
    /*    border-left: var(--border-brand-3);*/
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    
    background-color: var(--color-white);
    color: var(--color-white);
    border: var(--border-brand-1);

    border-radius: var(--border-radius-button);
    
    font-size: var(--font-size-body);
    font-family: var(--font-family-2);
    font-weight: 600;
    /*    letter-spacing: 1px;*/
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    
    padding-block: 10px;
    padding-inline: 30px;
    box-shadow: var(--box-shadow-pre-hover-brand-1-top);
    
    transition: var(--transition-default);
  }
  
  .header .backtosite:hover a {
    background-color: var(--color-white);
    color: var(--color-brand-1);
    border: var(--border-transparent);
    border-bottom: var(--border-brand-1);
    box-shadow: var(--box-shadow-hover-brand-1-top);
  }

  .header .sitename {
    position: absolute;
    display: none;
  }
  
  h1, h2, h3, h4, h5, h6,
  .header1, .header2, .header3, .header4, .header5, .header6,
  .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    font-family: var(--font-family-1);
  }

  .navigation-box .button--primary,
  .navigation-box .button--primary.button--underlined {
    background-color: transparent;
    color: var(--color-brand-1);
    border: var(--border-transparent);
    transition: var(--transition-default);
  }

  .navigation-box .button--primary.button--underlined .button__text {
    text-decoration: none;
  }

  .navigation-box .button--primary.disabled {
    color: var(--color-black);
  }

  #control-area-links .button--primary {
    padding: 5px;
    margin: 10px 0;
    background-color: transparent;
    color: var(--color-brand-1);
    border: var(--border-transparent);
    transition: var(--transition-default);
  }

  .navigation-box .button--primary.button--underlined:hover {
    background-color: var(--color-brand-1);
    color: var(--color-white);
    border: var(--border-brand-1);
  }

  .navigation-box .button--primary:hover {
    color: var(--color-brand-2);
    border: var(--border-transparent);
  }

  .navigation-box .button--primary.disabled:hover {
    color: var(--color-black);
    border: var(--border-transparent);
  }

  #control-area-links .button--primary:hover {
    background-color: var(--color-brand-1);
    color: var(--color-white);
    border: var(--border-brand-1);
  }

  .poweredby a,
  .privacy-policy-container a {
    font-size: calc(var(--font-size-body) - 0px);
    font-family: var(--font-family-1);
    color: var(--color-black);
    transition: var(--transition-default);
  }

  .poweredby a:hover,
  .privacy-policy-container a:hover {
    color: var(--color-brand-2);
  }

  
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
    color: var(--color-black);

    background-image: var(--footer-bkg-img);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: var(--color-white);
    
    font-size: var(--font-size-body);
    font-family: var(--font-family-1);
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 26px;
    text-align: center;
    padding-top: 0px;
    /*    margin-top: 80px;*/
    box-shadow: var(--box-shadow-default);
  }

  .footer a {
    color: var(--color-brand-1);
    font-size: calc(var(--font-size-body) - 0px);
    transition: var(--transition-default);
/*    word-break: break-all;*/
  }

  .footer a:hover {
    color: var(--color-brand-2);
  }
  
  .footer .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /*    max-width: var(--container-max-width);*/
    margin: 0 auto;
  }

  .footer .footer-row-1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    /*    flex-direction: column;*/
    width: 100%;
    max-width: var(--container-max-width);
    gap: 40px;
    /*    margin-top: -30px;*/
    padding-top: 50px;
    /*    padding-block: 0px 0px;*/
    /*   border-bottom: var(--border-brand-7);*/
  }

  /*.footer .footer-row-1 a img {
    height: 50px;
    width: auto;
  }*/

  .footer .partners a img {
    height: 70px;
    width: auto;
  }

  /*.footer .top-banner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }*/

  /*.footer .top-banner-title {
    color: var(--color-brand-1);
    font-size: var(--font-size-22);
    font-family: var(--font-family-1);
    font-weight: 700;
    letter-spacing: 1px;
  }*/

  .footer .top-banner-link a {
    padding: 0;
    width: 20%;
    /*background-color: var(--color-brand-2);
    border: var(--border-brand-2);
    border-width: 2px;
    border-radius: var(--border-radius-button);
    color: var(--color-white);*/
    transition: var(--transition-default);
  }

  .footer .top-banner-link a img {
    width: 100%;
    height: auto;
  }

  .footer .top-banner-link a:hover {
    background-color: transparent;
  }

  .footer .footer-row-2 {
    width: 100%;
    /*    background-color: var(--color-brand-2);*/

    max-width: var(--container-max-width);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
   /* gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;*/
    /*    border-top: var(--border-brand-7);*/
    /*    border-bottom: var(--border-brand-7);*/
  }

  .footer .footer-row-2-container {
    width: 100%;
    max-width: var(--container-max-width);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .footer .logo-container a {
    height: 100%;
    width: 100%;
  }

  .footer .logo-container a img {
    height: 100px;
    width: 100%;
    /*    filter: invert(100%);*/
    transform: scale(1.0);
    opacity: 0.8;
    transition: var(--transition-default);
  }

  .footer .logo-container a:hover img {
    transform: scale(1.02);
    opacity: 1;
  }

  .footer .footer-row-3 {
    font-family: var(--font-family-2);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 30px;
    margin-top: 40px;
    gap: 10px;
    border-top: var(--border-brand-6);
    max-width: var(--container-max-width);
    /*    background-color: var(--color-brand-3);*/
  }

  .footer .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 30%;
    /*max-width: var(--container-max-width);
    border-top: var(--border-brand-7);*/
    /*    padding-top: 30px;*/
  }

  /*.footer .map-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;

  }

  .footer .map-container-wrapper {
    width: 100%;
    padding: 20px;
    border: var(--border-white-opacity);
  }*/

  .footer .col-4.contact-container {
    gap: 20px;
    padding-right: 20px;
    border-right: var(--border-brand-6);
  }

  .footer .col-4 .address {
    font-size: calc(var(--font-size-body) + 0px);
    /*    text-transform: uppercase;*/
    text-align: left;
    position: relative;
  }

  .footer .contact-icon {
    display: flex;
  }

  .footer .contact-address {
    display: flex;
    text-align: left;
  }

  .footer .contact-icon svg {
    height: 20px;
    width: auto;
  }

  .footer .contact-icon svg path {
    fill: var(--color-brand-4);
  }

  .footer .col-4 .contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    /*    margin-top: 20px;*/
    /*padding-right: 40px;
    padding-left: 40px;*/
  }

  .footer .col-4 .contact p {
    margin: 0;
    display: flex;
    /*    flex-wrap: wrap;*/
    gap: 10px;
  }

  .footer .footer-row-1-partners {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer .newsletter-block {
    width: 35%;
    padding-top: 40px;
    gap: 20px;
  }

  .footer .newsletter-block::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 50px);
    background-color: var(--color-brand-6);
    top: 50px;
    right: 34%;
  }

  .footer .newsletter {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .footer .newsletter-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    text-align: center;
    padding: 20px;
    /*    border: var(--border-white);*/
  }

  .footer .newsletter a.btn {
    font-family: var(--font-family-2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background-color: var(--color-white);
    color: var(--color-brand-1);
    border: var(--border-transparent);
    /*    border-bottom: var(--border-brand-1);*/
    width: 100%;
    height: 100%;
    transition: var(--transition-default);
  }

  .footer .newsletter a.btn:hover {
/*    background-color: var(--color-brand-1);*/
    color: var(--color-brand-1);
    border: var(--border-brand-1);
    /*    background-color: var(--color-brand-1);*/
  }

  .footer .partners {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: var(--border-brand-6);
    padding-top: 30px;
    margin-top: 30px;
    width: 100%;
    gap: 20px;
  }

  .footer .col-4-title {
    color: var(--color-brand-1);
    font-family: var(--font-family-1);
    font-size: calc(var(--font-size-20) + 4px);
    text-transform: capitalize;
    font-weight: 400;
    /*    margin-top: 20px;*/
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer .hotels-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .logo-contacts {
    display: flex;
    margin-top: 0px;
    width: 100%;
    justify-content: center;

  }

  .footer .footer-menu {
    width: 45%;
    display: flex;
  /*    flex-direction: column;*/
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding-top: 70px;
    gap: 10px;
  }

  .footer .links-container {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding-inline-start: 0px;
    margin: 0;
  }

  .footer .links-container.logo-links {
    margin-top: 0px;
  }

  .footer .links-container li {
    padding: 0px 0;
    text-align: left;
    font-size: var(--font-size-body);
    font-weight: 200;
  }

  /*  .footer .hotels-container a,*/
  .footer .links-container a {
    position: relative;
    padding: 5px 10px 5px 0px;
    font-weight: 400;
    text-align: left;
    transition: var(--transition-default);
  }

  .footer .links-container a:hover {
    color: var(--color-brand-1);
  }

  .footer .footer-row-3 a,
  .footer a.hotel-link {
    padding: 0px 0px 5px;
    text-align: left;
    position: relative;
    transition: var(--transition-default);
  }

  .footer .footer-row-3 a:hover,
  .footer a.hotel-link:hover {
    color: var(--color-brand-1);
    padding: 0px 0px 5px;
  }

  .footer .footer-row-3 a,
  .footer .footer-row-3 a:hover {
    padding: 5px 0;
  }

  .footer .footer-row-3 a::before,
  .footer .links-container a::before,
  .footer a.hotel-link::before {
    position: absolute;
    content: '';
    background-color: var(--color-brand-1);
    /*background-image: var(--background-arrow-white);
    background-position-y: center;
    background-position-x: 40%;
    background-repeat: no-repeat;
    filter: none;
    background-size: 10px;*/
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    transition: var(--transition-default);
  }


   /* .footer .col-4 .address::after,
    .footer .col-6-code::after,
    .footer a.hotel-link::after,
    .footer .links-container a::after {
      position: absolute;
      content: '';
      background-color: var(--color-brand-1);
      width: 1px;
      height: 16px;
      top: 5px;
      right: -15px;
      transition: var(--transition-default);
    }

    .footer .col-6-code:last-child::after,
    .footer .links-container li:last-child a::after {
      display: none;
    }*/

  .footer .footer-row-3 a:hover::before,
  .footer .links-container a:hover::before,
  .footer a.hotel-link:hover::before{
    /*background-image: var(--background-arrow-brand-2);
    background-position-x: 100%;*/
    width: 100%;
  }
  
  .footer .links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    
    row-gap: 15px;
  }
  
  .footer .footer-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .footer .footer-logo a img {
    height: 140px;
  }
  
  .footer .col-4 img {
    display: block;
    
    width: auto;
    height: 150px;
    
    transition: var(--transition-default);
  }
  
  .footer .footer-logo:hover img {
    opacity: 80%;
  }

  .footer .socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 6px;
    margin-top: 20px;
  }

  .footer .socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    font-size: calc(var(--font-size-body) * 1.3);
    color: var(--color-brand-1);
    border-radius: var(--border-radius-default);
    padding: 10px;
    position: relative;
    /*    border: var(--border-black);*/
    background-color: var(--color-white);

    transition: var(--transition-default);
  }

  .footer .socials a.twitter-link {
    padding: 8px;
  }

  .footer .socials a svg {
    width: 100%;
    height: 100%;
  }

  .footer .socials a svg path {
    fill: var(--color-brand-1);
    transition: var(--transition-default);
  }

  .footer .socials a:hover {
    color: var(--color-white);
    background-color: var(--color-brand-1);
    transition: var(--transition-default);
    /*    border: var(--border-black);*/
  }

  .footer .socials a:hover svg path {
    fill: var(--color-brand-2);
  }

  @media screen and (max-width: 1199px) {

    .header .backtosite {
      right: 0px;
    }

    .footer .logo-container a img {
      height: 80px;
    }

    .footer .footer-row-1 {
      /*      flex-wrap: wrap;*/
      padding: 50px 20px 0;
    }

    .footer .footer-menu {
      width: 40%;
    }

    .footer .col-4 {
    /*      flex-wrap: wrap;*/
      gap: 10px;
    /*      width: 47%;*/
    }

    .footer .footer-row-2 {
      padding-inline: 20px;
    }

    /*  .footer .footer-logo,*/
    /*.footer .footer-menu {
      flex-direction: column;
    }*/

    .footer .footer-logo {
      justify-content: center;
    }

    .footer .newsletter-container-top {
      flex-direction: column;
      justify-content: center;
    }

    .footer .footer-row-2-container {
      flex-wrap: wrap;
    }

    .footer .footer-row-2-container a {
      width: 10%;
    }

  }


/* ----- Tablet specific ----- */
@media screen and (max-width: 991px) {

  .header .backtosite {
    min-width: unset;
  }

  .footer .footer-menu {
    display: none;
  }

  .footer .footer-row-1 {
    flex-direction: column;
    padding: 20px;
    gap: 5px;
  }

  .footer .newsletter {
    width: 90%;
  }

  .footer .col-4.newsletter-block,
  .footer .col-4 {
    width: 100%;
    max-width: unset;
    justify-content: center;
  }

  .footer .newsletter-container {
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .footer .newsletter-block {
    padding-top: 0;
  }

  .footer .partners {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }

  .footer .socials {
    justify-content: center;
    padding-top: 0;
  }

  .footer .contact-address {
    text-align: center;
  }

  .footer .col-4 .contact {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .footer .col-4.contact-container {
    align-items: center;
    border-right: none;
    padding-right: 0;
  }

  .footer .newsletter-block::before {
    display: none;
  }

  .footer .footer-row-3 {
    margin-top: 0;
    border-top: none;
  }

  .footer {
    background-position: right bottom;
    background-size: cover;
  }
  
}

@media screen and (max-width: 767px) {

  .header .backtosite {
    display: none;
  }

  .header::before {
    z-index: 0;
  }

  .header .container {
    justify-content: center;
    z-index: 2;
  }

  .footer .top-banner-link {
    flex-direction: column;
  }

  .footer .top-banner-link a {
    width: 60%;
  }

  .footer .col-4 .address {
    text-align: center;
  }

  .footer .footer-row-2 {
    /*    flex-direction: column;*/
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer .col-4 .address::after, 
  .footer .col-6-code::after, 
  .footer a.hotel-link::after, 
  .footer .links-container a::after {
    display: none;
  }

  .footer .newsletter-input {
    width: 90%;
    text-align: center;
  }

  .footer .col-4.contact-container {
    flex-direction: column;
  }

  .footer .col-4 .contact,
  .footer .col-6-container {
    flex-direction: column;
    gap: 10px;
  }

  .footer .logo-contacts,
  .footer .hotels-container,
  .footer .links-container {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer .links-container {
    display: none;
  }

  .footer .links-container a, 
  .footer .hotels-container a {
    padding: 10px;
  }

}



/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {

  /*.footer .footer-row-1 a img {
    width: 90%;
    height: auto;
  }*/

  .mda-table__col-price .display-price {
    font-size: calc(var(--font-size-body) - 0px);
    font-weight: lighter;
  }
  
  .header {
    padding-block: 0 15px;
  }
  
  .header .container {
    display: flex;
    /*    justify-content: flex-start;*/
    padding-inline: 0px;
  }
  
  .header .logo {
    padding-inline: 0px;
    width: 85%;
  }

  .header .backtosite a {
    padding: 10px;
    width: 100%;
  }

  .header .logo a img {
    width: 100%;
    /*    height: auto;*/
  }
  
  .header .backtosite {
    /*    display: none;*/
    right: 0;
    width: 35%;
  }

  .footer .partners {
    flex-wrap: wrap;
  }

  .footer .footer-row-2-container a {
    width: 30%;
  }

  .footer .top-banner-link {
    flex-direction: column;
  }
  
}

@media screen and (max-width: 320px) {

  .header {
    margin-top: 60px;
  }

}