@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


:root {

  --color-brand-1: #286176;
  --color-brand-2: #735703;
  --color-brand-3: #F2F0EC;
  --color-brand-4: #27748E;

  --color-brand-5: #333333;

  --color-black: #000000;
  --color-white: #ffffff;
  --color-white-opacity: rgba(255,255,255,0.1);

  --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);

  
  --border-radius-default: 0px;
  --border-radius-1x: 0px;
  --border-radius-button: 0px;
/*  --border-default: 1px solid var(--color-brand-1);*/
  --border-brand-1: 1px solid var(--color-brand-1);
  --border-brand-2: 1px solid var(--color-brand-2);
  --border-brand-3: 1px solid var(--color-brand-3);
  --border-white: 1px solid var(--color-white);
  --border-white-opacity: 1px solid var(--color-white-opacity);

  --font-family-1: "Cormorant Garamond", serif;
  --font-family-2: "Lato", 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-brand-1);

  --box-shadow-pre-hover-brand-2: inset 0px 0px 0 0 var(--color-brand-2);
  --box-shadow-hover-brand-2-top: inset 0px 200px 0 0 var(--color-brand-2);

  --footer-bkg-img: url("https://mcdesign.avvio.com/096/062/000/8032/cust/imgs/footer-bkg.svg");
/*  --main-bkg-img: url("https://mcdesign.avvio.com/096/062/000/8032/cust/imgs/footer-bkg.svg");*/
  

  /*--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;
  }

  .PDF_question, .PDF_questionErr {
    border: var(--border-brand-1);
  }
  
  body {
    background-color: var(--color-white);
    font-family: var(--font-family-2);
    font-size: var(--font-size-body);
  }
  
  .main-be-area {
    background-color: var(--color-brand-3);
  }

  .avvio-calendar-container,
  .avvio-calendar__month {
    border-radius: var(--border-radius-default)!important;
  }


  .avvio-calendar__date,
  .button, 
  .button--secondary,
  .button--branded {
    transition: var(--transition-default);
    
  }

  .button--branded {
    color: var(--color-white);
    background-color: var(--color-brand-1);
    border: var(--border-brand-1);
    border-radius: var(--border-radius-button);
  }

  .button--branded:hover {
    background-color: var(--color-brand-2);
    color: var(--color-white);
    border: var(--border-brand-2);
  }

  .button--primary:hover,
  .button--secondary:hover {
    color: var(--color-white);
    border: var(--border-brand-2);
    background-color: var(--color-brand-2);
  }

  .button__text {
    font-family: var(--font-family-1);
    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-white)!important;
    background-color: var(--color-brand-1);
    border-radius: var(--border-radius-button)!important;
    border: none!important;
    transition: var(--transition-default);
  }

  .button-icon:hover:not(.disabled) .button-icon__icon {
    color: var(--color-white);
    background-color: var(--color-brand-2);
  }

  .checkbox-field__input + .checkbox-field__icon {
    background-color: transparent;
  }
  
  .header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
/*    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: 15px;
  }
  
  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header .logo a img {
    display: block;
    
    height: 80px;
    width: auto;
    
    transition: var(--transition-default);
  }
  
  .header .logo a:hover img {
    opacity: 80%;
  }

  .header .backtosite {
    position: absolute;
    top: 35px;
    /*    right: calc((100% - var(--container-max-width)) / 2);*/
    right: 35px;
    min-width: 160px;
    height: 50px;
    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-brand-1);
    color: var(--color-white);

    border-radius: var(--border-radius-button);
    
    font-size: var(--font-size-body);
    font-family: var(--font-family-2);
    font-weight: 400;
    /*    letter-spacing: 1px;*/
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    
    padding-block: 10px;
    padding-inline: 30px;
    
    transition: var(--transition-default);
  }
  
  .header .backtosite:hover a {
    background-color: var(--color-brand-2);
    color: var(--color-white);
  }

  .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-brand-1);
  }

  #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 {
    color: var(--color-brand-2);
    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 {
    color: var(--color-brand-2);
    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;
    
    background-color: var(--color-brand-1);
    color: var(--color-white);

    background-image: var(--footer-bkg-img);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    font-size: var(--font-size-body);
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 26px;
    text-align: center;
    padding-top: 0px;
    margin-top: -1px;
  }

  .footer a {
    color: var(--color-white);
    font-size: calc(var(--font-size-body) - 2px);
    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: center;
    width: 100%;
    padding-block: 30px;
    /*     border-bottom: var(--border-white-opacity);*/
  }

  .footer .footer-row-1 a img {
    height: 90px;
    width: auto;
  }

  .footer .top-banner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }

  .footer .top-banner-title {
    color: var(--color-white);
    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%;
    max-width: var(--container-max-width);
    /*    margin: 0 auto;*/
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-block: 50px 20px;
  }

  .footer .footer-row-4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    background-color: var(--color-brand-4);
  }

  .footer .footer-row-3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px 40px;
/*    background-color: var(--color-brand-4);*/
  }

  .footer .footer-menu {
    display: flex;
  }

  .footer .links-container-menu {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
  }

  .footer .links-container-menu li {
/*    padding: 5px;*/
  }

  .footer .links-container-menu a {
    position: relative;
    text-transform: uppercase;
    padding: 5px 10px;
    transition: var(--transition-default);
  }

  .footer .links-container-menu a:hover {
    color: var(--color-white);
  }

  .footer .footer-row-3 a {
    margin-left: 5px;
  }

  .footer .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
  }

  .footer .col-4.footer-hotels {
    width: 25%;
  }

  .footer .col-4.footer-partners {
    width: 30%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
  }

  .footer .col-4-title {
    color: var(--color-white);
    font-family: var(--font-family-1);
    font-size: var(--font-size-20);
    text-transform: uppercase;
    font-weight: 400;
/*    margin-top: 20px;*/
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    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;
    flex-direction: column;
  }

  .footer .links-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    padding-inline-start: 0;
    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;*/
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .footer .contact-icon {
    display: flex;
  }

  .footer .contact-icon svg {
    height: 20px;
    width: auto;
  }

  .footer .contact-icon svg path {
    fill: var(--color-white);
  }

/*  .footer .hotels-container a,*/
  .footer .links-container a {
    position: relative;
    padding: 5px 10px;
    font-weight: 600;
    text-align: left;
    transition: var(--transition-default);
  }

  .footer .links-container a:hover {
    color: var(--color-white);
  }

  .footer .hotels-container a.hotel-link {
    padding: 10px 10px;
    text-align: left;
    position: relative;
    transition: var(--transition-default);
  }

  .footer .hotels-container a.hotel-link:hover {
    color: var(--color-white);
    padding: 10px 10px;
  }

  .footer .links-container a::before,
  .footer .links-container-menu a::before,
  .footer .hotels-container a.hotel-link::before {
    position: absolute;
    content: '';
    background-color: var(--color-white);
    /*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 .links-container a:hover::before,
  .footer .links-container-menu a:hover::before,
  .footer .hotels-container 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 {
    width: 100%;
    height: auto;
  }
  
  .footer .col-4 img {
    display: block;
    
    width: auto;
    height: 80px;
    
    transition: var(--transition-default);
  }
  
  .footer .footer-logo:hover img {
    opacity: 80%;
  }

  .footer .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .footer .socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    font-size: calc(var(--font-size-body) * 1.7);
    color: var(--color-white);
    border-radius: 50%;
    border: var(--border-white);
    transition: var(--transition-default);
  }

  .footer .socials a.twitter-link {
    padding: 13px;
  }

  .footer .socials a svg {
    width: 100%;
    height: 100%;
  }

  .footer .socials a svg path {
    fill: var(--color-white);
    transition: var(--transition-default);
  }

  .footer .socials a:hover {
    color: var(--color-brand-1);
    background-color: var(--color-white);
  }

  .footer .socials a:hover svg path {
    fill: var(--color-brand-1);
  }

}

@media screen and (max-width: 1199px) {
  .footer .footer-row-2 {
    padding-inline: 20px;
  }

  /*.footer .col-4.footer-hotels {
    width: 60%;
  }

  .footer .footer-logo,
  .footer .footer-menu {
    width: 20%;
  }*/

}


/* ----- Tablet specific ----- */
@media screen and (max-width: 991px) {

  .header .backtosite {
    min-width: unset;
  }
  .footer .footer-row-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .footer .col-4.footer-hotels {
    width: 50%;
  }

  .footer .footer-logo {
    width: 45%;
  }

  .footer .col-4.footer-partners {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }
  
}

@media screen and (max-width: 767px) {

  .header .backtosite {
    display: none;
  }

  /*.footer .footer-row-1 {
    background-color: var(--color-white);
  }*/

  .footer .top-banner-link {
    flex-direction: column;
  }

  .footer .top-banner-link a {
    width: 60%;
  }

  .footer .footer-row-2 {
/*    flex-direction: column;*/
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer .col-4 {
    width: 90%;
    padding-inline: 0px;
    align-items: center;
/*    margin: 0 auto;*/
  }

  .footer .footer-logo {
/*    margin-bottom: 30px;*/
/*    order: 1;*/
  }

  /*.footer .footer-menu {
    order: 2;
  }*/

  .footer .footer-row-4 {
    display: none;
  }

  .footer .col-4.footer-hotels {
/*    order: 3;*/
    width: 96%;
  }

  .footer .logo-contacts,
  .footer .hotels-container,
  .footer .links-container {
    width: 100%;
    align-items: center;
  }

  .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 .links-container li {
    text-align: center;
  }

  .footer .top-banner-link {
    flex-direction: column;
  }
  
}

@media screen and (max-width: 320px) {

  .header {
    margin-top: 60px;
  }

}