/* Animazioni */
@keyframes animatedBackground{from{background-position:00;}to{background-position:03860px;}}
@keyframes scroll_down{0%{transform:translate(0,-10px);}100%{transform:translate(0,25px);opacity:0}}
@keyframes grow_up{0%{width:0;opacity:0}100%{width:100%}}
@keyframes grow_up_one{0%{width:0;opacity:0}100%{width:20%}}
@keyframes grow_up_two{0%{width:0;opacity:0}100%{width:40%}}
@keyframes grow_up_three{0%{width:0;opacity:0}100%{width:60%}}
@keyframes grow_up_four{0%{width:0;opacity:0}100%{width:80%}}
@keyframes grow_up_five{0%{width:0;opacity:0}100%{width:100%}}
@keyframes blink { 0% { opacity: 1; } 20% { opacity: 0; } 40% { opacity: 1; } 60% { opacity: 0; } 80% { opacity: 1; } 100% { opacity: 1;  } }

.modal.modal_dialog.in { pointer-events: inherit; opacity: 1; z-index: 9999; padding: inherit; background-color: unset; width: auto; height: auto; transform: unset; transition: unset; }/* fix per editor pannello SEO */

/* Login Agenzie */
body.ibe_logged { padding-top: 39px;}
body.ibe_logged header { top: 39px;}
body.ibe_logged .slide_menu { top: 39px; }
body.ibe_logged .sticky_element { top: 148px; }
.ibe_login_wrap { margin-top: 70px; border-top: 1px solid #fff; padding-top: 20px; }
.ibe_login_btn { cursor: pointer; display: flex; align-items: center; text-transform: uppercase; font-size: 80%; color: var(--white); line-height: 1.2;}
.ibe_login_btn:before { font-family: var(--font-icon); content: '\f2f6'; margin-right: 5px; color: var(--white);}
#ibe_login_data { min-width: 290px; text-align: center; position: relative;}
.ibe_login_el_title {color: var(--color1); text-transform: uppercase; margin-bottom: 5px;}
.ibe_login_el { margin-bottom: 15px; text-align: left; }
.ibe_login_el_title:before { font-family: var(--font-icon); content: '\f007'; margin-right: 5px; color: var(--color2);}
.ibe_login_el:nth-of-type(2) .ibe_login_el_title:before { content: '\f084';}
.ibe_login_error span { color: red; margin-top: 20px; display: inline-block;}
.ibe_login_el input { padding: 10px; border: 1px solid var(--ice); width: 100%; border: 1px solid #dedede; background-color: var(--white);}
.ibe_login_submit { cursor: pointer; padding: 10px 25px; display: inline-block; background-color: var(--color2); font-weight: var(--font-weight-normal); font-size: 95%; color: var(--white); text-transform: uppercase; text-align: center; }
.ibe_login_loader { text-align: center; margin-top: 15px;}
.ibe_logout_section { color: var(--white); font-size: 80%; display: flex; align-items: center; position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; background-color: var(--grey); padding: 6px 30px; justify-content: flex-end;}
.ibe_login_user { margin-right: 20px;}
.ibe_login_user:before { font-family: var(--font-icon); content: '\f007'; margin-right: 5px; color: var(--color2); }
.ibe_logout_btn { cursor: pointer; padding: 7px; text-transform: uppercase; border: 1px solid var(--color2); color: var(--white); }
.ibe_logout_btn:after { font-family: var(--font-icon); content: '\f08b'; margin-left: 5px; color: var(--color2); }
/* login agenzie smartphone */
.smartphone .ibe_logout_section { padding: 6px 15px;}
.smartphone .ibe_logout_btn { border-radius: 3px;}

/* Da qui specifico */

/* Middle Gallery */
.middle_gallery .gallery { margin-top:40px; }
.gallery.no_carousel ul { display: flex; justify-content: center; gap: 10px;}


/* Z-Slider */
.z-slider { max-width:unset; }
.z-slider .z-slider-dots { justify-content: center; gap: 20px; margin-top:110px; }
.z-slider .z-slider-dots span.active { background-color:var(--color1) }
.z-slider-controls { display: flex; justify-content: center; gap: 20px; margin-top:110px; }
.z-slider .z-slider-controls .next:before { font-family: var(--font-icon); content: '\f178'; font-weight: var(--font-weight-light); font-size: 48px; }
.z-slider .z-slider-controls .prev:before { font-family: var(--font-icon); content: '\f177'; font-weight: var(--font-weight-light); font-size: 48px; }


/* overlay */
.overlay { background-color: rgba(4, 3, 3, 0.7); position: fixed; top: 0; left: 0; width: 100%; height: 100%; transition: .3s;}
.overlay.fired{ opacity: 1; z-index: 999 }
/* Menu open */
.menu_open { padding: 140px 30px 30px 60px; display: flex; justify-content: space-between; flex-direction: column; width: 380px; height: 100%;background-color: var(--color1); text-align: left; z-index: 9998; position: fixed; right: -380px; top: 0; bottom: -64px; box-shadow: -10px 0px 20px rgb(0 0 0 / 30%); }
.menu_open li {margin: 15px 0; float: none; display: block;}
.menu_open li a { font-size: 220%; color: var(--white); }
.menu_open li a:before,
.menu_open li a:after { width: 0; height: 5px; background-color: var(--white); z-index: 2; position: absolute; right: 0px; bottom: 0px; content: ''; }
.menu_open li:hover a:before,
.menu_open li:hover a:after { width: 20px; height: 5px; background-color: var(--white); z-index: 2; position: absolute; left: -30px; bottom: 19px; content: '';  }
.menu_open li:hover a:after { width: 40px; right: 0px;  }
.menu_open li a:before, .menu_open li:hover a:before { bottom: calc(50% - 4px); transition: .3s  }
.menu_open li a:after, .menu_open li:hover a:after { bottom: calc(50% - 4px); left: calc(100% + 10px); transition: .3s }
.menu_open #menu2 { position: relative; text-align: right; }
.menu_open #menu2 li a {font-size: 160%; }
.menu_open #menu2 li a:before,
.menu_open #menu2 li a:after { display: none; }
.menu_open.fired {right: 0; opacity: 1; }
/* Booking Open */
#booking_open { width: 100%; display: flex; height: 100%; background-color: rgba(12, 10, 10, 0.75); text-align: center; position: fixed; left: 0; right: 0; top: 0px; bottom: 0px; align-items: center; justify-content: center; transform: scale(1.4); transition: .3s}
#booking_open.fired { pointer-events: inherit; opacity: 1; transform: scale(1);  }
#booking_open .section_title { margin: 0 0 10px 0; font-weight: var(--font-weight-bold);font-size: 270%; color: var(--white); text-transform: uppercase; }
#booking_open .section_text { font-size: 140%; color: var(--white); }
#booking { margin: 30px auto; padding: 10px; background-color: var(--white); box-shadow: 0 53px 40px -30px rgba(0,0,0,0.22); position: relative; max-width: 750px; text-align: left;}
#booking .close_booking { z-index: 599; position: absolute; right: 0px; top: 0px; cursor: pointer; }
#booking .close_booking:after { font-family: var(--font-icon); font-weight: var(--font-weight-normal); font-size: 150%; color: var(--white); z-index: 600; position: absolute; right: 10px; top: 12px; content: "\f057"; }
#booking .close_booking:before { background-color: transparent; width: 0; height: 0; border-style: solid; border-width: 0 70px 70px 0; border-color: transparent var(--color1) transparent transparent; z-index: 600; position: absolute; right: 0px; top: 0px; content: ''; }
#booking .form-title,
#booking .month_name,
#booking .date_from_html:after,
#booking .day_name,
#booking .month,
#booking .hidden_form_element {display: none;}
#booking form {padding: 20px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;list-style: none;-ms-box-orient: vertical;-webkit-align-items: flex-start;align-items: flex-start;justify-content: center; flex-direction: column;}
#booking form .caption-fields { margin: 0; width: 100%; display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;list-style: none;-ms-box-orient: vertical;-webkit-align-items: center;align-items: center;justify-content: flex-start; flex-wrap: wrap; position: relative; }
#booking .form.field.date,
#booking .form.field.select,
#booking .form.field.text {margin: 0;padding: 0 40px 0 0;width: auto;position: relative;flex-wrap: revert; }
#booking .form_element_title { font-weight: var(--font-weight-normal); color: var(--grey); font-size: 95%; }
#booking .date_from_html { padding: 10px 0; font-size: 100%; cursor: pointer;}
#booking .date_from_html .day { font-weight: var(--font-weight-bold);font-size: 350%; color: var(--color1); line-height: 45px; letter-spacing: 0; }
#booking .date_from_html .month_name_tiny { font-weight: var(--font-weight-bold); color: var(--color1); text-transform: uppercase; display: initial; }
#booking .date_from_html .year { padding: 5px; background-color: var(--color1); font-weight: var(--font-weight-bold); color: var(--white); }
#booking .form_select { padding: 10px 10px 10px 0; background-color: transparent; position: relative; border: none; font-size: 100%; }
#booking .form_select .current_value { padding: 0; position: initial; cursor: pointer; font-weight: var(--font-weight-bold);font-size: 200%; color: var(--color1); }
#booking .form_select .current_value:after { border: unset;  solid var(--color1); position: absolute; right: 0; }
#booking .form_select .elements_list { padding: 0; width: 100%; background-color: var(--color1); text-align: center; z-index: 3; position: absolute; left: 0; right: 0; top: 70%; cursor: pointer; bottom: inherit; z-index: 45; overflow: hidden; }
#booking .form_select .elements_list .option { margin: 1px 0; padding: 10px 0; font-weight: var(--font-weight-normal); font-size: 120%; color: var(--white); background-color: rgba(0, 0, 0, 0.1); }
#booking .form_select .elements_list .option:hover {background-color: rgba(0, 0, 0, 0); }
#booking .form_select .elements_list .option:first-of-type { display: none; }
#booking .form.field.text { padding: 0; width: 200px;}
#booking .form.field.text input { margin: 13px 0; padding: 10px; position: relative; font-size: 100%; line-height: 25px; color: var(--grey); text-transform: uppercase; background: var(--ice) url('../images/icons/bed_bol.svg') no-repeat scroll 7px 17px; background-position: 95%; border: 1px solid #d8d8d8; }
#booking .form.field.text input:before { text-align: left; z-index: 112; position: absolute; right: 13px; bottom: 12px; }

#booking .form.field.element_14 { display: none; }
#booking .form.field.element_12 { width: 160px;}
#booking .form.field.element_12 input { background-image: unset}
#booking input[type="submit"] { margin: 14px 0 0 10px; padding: 16px 50px; background-color: var(--color2); font-weight: var(--font-weight-bold); color: var(--white); text-transform: uppercase; text-align: center; letter-spacing: 0; }
#booking .section_text { margin: 20px 0 0 30px; font-size: 130%; color: var(--color2); text-align: left; }
#booking .section_text > div { margin: 10px 0; }
#booking .section_text a { margin: 10px 0 0 0; font-size: 85%; color: var(--grey); }
#booking .section_text a:before,
#booking .section_text .varsimple:before { margin: 0 10px 0 0; font-family: var(--font-icon); font-weight: var(--font-weight-normal); }
#booking .section_text a:before { content: "\f0e2"; }
#booking .section_text .varsimple:before { content: '\f2f7'; }
.body_ecommerce_step #booking_open #top, .body_ecommerce_order #booking_open #top, .body_ecommerce_payment #booking_open #top, .body_ecommerce_thank_you #booking_open #top { display: none;}

/* fix per booking mask BEI */
#booking .merge_group { position: relative; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -ms-box-orient: horizontal; -webkit-align-items: center; align-items: center; }
#booking .merge_group .form.field {  margin: 0 5px; }
#booking .form_merge_add_button[disabled] {display: none;}
#booking .form_merge_add_button { display: flex; align-items: center; text-transform: uppercase; font-weight: var(--font-weight-medium); color: var(--color1); cursor: pointer; margin-top: 10px; padding-left: 5px}
#booking .form_merge_add_button:before { font-family: var(--font-icon); content: '\f055'; font-size: 120%; color: var(--color2); font-weight: var(--font-weight-solid); margin-right: 3px}
#booking .merge_group:not(:last-child) .form_merge_rem_button, #booking .merge_group:first-child .form_merge_rem_button { display: none; }
#booking .form_merge_rem_button { font-size: 0; cursor: pointer; background-color: var(--color2); display: flex; align-items: center; justify-content: center; height: 100%; width: 47px; position: absolute; z-index: 1; top: 0; right: 0}
#booking .form_merge_rem_button:before { font-size: calc(120 * var(--size-base) / 100); font-family: var(--font-icon); content: '\f057'; color: var(--white);  }
#booking .cal-closed { display: none; }
#custom_popup { display: none;}
#custom_popup.fired { display: block; }
#booking form .caption-fields .field.element_20 { width: auto;}
#booking form .caption-fields .field.element_20 input { cursor: pointer; color: var(--grey); font-size: 100%; border: unset; border-bottom: 1px solid var(--white); min-width: 290px;}
#booking .close_btn { display: none; top: 0; right: 0; left: inherit; border-radius: unset; width: 30px; height: 30px; border: unset; background-color: var(--color2);}
#booking .close_btn:before { width: 20px; height: 1px; background-color: var(--white); transform: rotate(45deg) translateY(-50%); position: absolute; top: 50%; left: calc(50% - 10px); content: '';}
#booking .close_btn:after { width: 20px; height: 1px; background-color: var(--white); transform: rotate(-45deg) translateY(-50%); position: absolute; top: 50%; left: calc(50% - 10px); content: '';}
#booking.scrolled .close_btn, #booking.fired .close_btn { display: block;}

#booking .guests_wrapper { background-color: var(--white); color: var(--black); padding: 20px 20px 10px; margin: 0 auto;position: absolute; top: 0; left: 0; right: 0; z-index: 10; box-shadow: 0 0 10px rgb(0 0 0 / 30%); text-align: left; max-width: 766px; display: none;}
#booking .b_mask.fired .guests_wrapper { display: block; }
#booking .guests_wrapper .form_select .current_value { color: var(--black); padding: 0 10px}
#booking .guests_desc { font-size: 200%; color: var(--color1); text-align: center; border-bottom: 1px solid var(--color1); padding-bottom: 10px}
#booking .guests_wrapper .form.field.select { text-align: center; padding: 10px 0}
#booking .guests_wrapper .form.field.select:last-of-type  { border-right: unset}
#booking .guests_wrapper .form_select { display: flex; justify-content: center; padding: 0; align-items: center}
#booking .guests_wrapper .form.field.select.element_7 { display: none!important;}
#booking .guests_wrapper .form_merge_group { }
#booking .guests_wrapper .form_merge_group .form.field.select_wrap { width: calc(100% / 4); border-right: 2px solid var(--white)}
#booking .guests_wrapper .form_merge_group .form.field.select_wrap:last-of-type { border-right: unset}
#booking .guests_wrapper .form_select { border: unset}
#booking .guests_wrapper .form_select .elements_list {display: none !important}
#booking .merge_group { margin-top: 5px; background-color: var(--ice); padding: 10px 10px 10px 20px; }
#booking .group_title { text-transform: uppercase; font-size: 100%; color: var(--color1); display: flex; align-items: center}
#booking .group_title:before { content: '\f8f7'; font-family: var(--font-icon); font-size: 120%; margin-right: 10px; color: var(--color2);}
#booking .group_title .group_index { margin-left: 5px; }
#booking .guests_wrapper .add_btn, #booking .guests_wrapper .rem_btn { background-color: transparent; cursor: pointer}
#booking .guests_wrapper .add_btn:before { content: '\f055'; font-family: var(--font-icon); font-size: 120%}
#booking .guests_wrapper .rem_btn:before { content: '\f056'; font-family: var(--font-icon); font-size: 120%}
#booking .guests_wrapper_ok { text-transform: uppercase; background-color: var(--color1); color: var(--white); padding: 20px 60px;; margin: 15px auto; cursor: pointer; text-align: center}
#booking .guests_wrapper .form_element_title { color: var(--color1); margin-bottom: 10px; }


/* Calendario */
.template_calendar { box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%); padding: 10px; position: absolute; z-index: 9999; background-color: var(--white); width: 360px; top: 0; }
.calendar_dates_info { padding: 10px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -ms-box-orient: horizontal; -webkit-align-items: center; align-items: center; justify-content: space-between; text-align: center; text-transform: uppercase; }
.calendar_dates_info .date_1_wrapper,
.calendar_dates_info .date_2_wrapper { margin: 0 10px; }
.calendar_dates_info .date_1_label,
.calendar_dates_info .date_2_label,
.calendar_dates_info .num_days_label { margin: 0 0 5px 0; font-size: 85%; text-transform: uppercase; color: var(--color1);}
.calendar_dates_info .date_1_text,
.calendar_dates_info .date_2_text,
.calendar_dates_info .num_days_control { font-size: 120%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -ms-box-orient: horizontal; -webkit-align-items: flex-start; align-items: flex-start; justify-content: center; text-align: center; }
.calendar_dates_info .remove_day_selector:before,
.calendar_dates_info .add_day_selector:before { margin: 0 10px; font-family: var(--font-icon); content: "\f055"; color: var(--color1); font-size: 120%; font-weight: var(--font-weight-normal); cursor: pointer;}
.calendar_dates_info .remove_day_selector:before { content: "\f056"; }
.calendar_control { padding: 10px; }
.calendar_header { padding: 0; color: var(--blue); height: auto; font-size: 110%; line-height: 50px; text-transform: uppercase; }
.calendar_wrapper .fc-calendar .fc-head { background-color: var(--color3); color: var(--white); font-size: 90%; text-transform: uppercase; }
.calendar_wrapper .fc-calendar .fc-body,
.calendar_wrapper .fc-calendar .fc-row,
.calendar_wrapper .fc-calendar .fc-row > div { }
.calendar_wrapper .fc-calendar .fc-row .day-content { padding: 5px; font-size: 65%;}
.calendar_wrapper .fc-calendar .fc-row .day-content .tc-f-minStay,
.calendar_wrapper .fc-calendar .fc-row .day-content .tc-f-roomCount { display: none;}
.calendar_wrapper .fc-calendar .fc-row > div > span.fc-date { text-align: center; font-size: 110%; font-weight: var(--font-weight-medium); color: var(--color1);}
.calendar_wrapper .fc-calendar .fc-row > div.selected.sel-first,
.calendar_wrapper .fc-calendar .fc-row > div.selected.sel-last { background-color: var(--color2); color: var(--white); }
.calendar_wrapper .fc-calendar .fc-row > div.selected { background: rgba(36,33,33,0.21); }
.calendar_wrapper .fc-calendar .fc-row > div.selected.sel-first > span.fc-date,
.calendar_wrapper .fc-calendar .fc-row > div.selected.sel-last > span.fc-date {color: var(--white);}
.controls .prev_month,
.controls .next_month { color: var(--color1);}
.pf_cal .template_calendar .fc-calendar .fc-row > div.fc-past { background: repeating-linear-gradient( -45deg , rgb(255, 255, 255), rgb(255, 255, 255) 3px, rgb(235, 235, 235) 3px, rgb(235, 235, 235) 4px); cursor: inherit;}
.pf_cal .template_calendar .fc-calendar .fc-row > div.fc-past > span.fc-date { color: #b5b5b5}
.template_calendar .oob .tc-f-startingPrice { display: none;}
.template_calendar .tc-f-startingPrice:before { content: '\20ac'}
.template_calendar .confirm_btn { text-align: center; cursor: pointer; display: block; padding: 10px; background-color: var(--color1); text-transform: uppercase; color: var(--white); margin-top: 5px}
.fc-calendar .fc-row > div { height: 40px}
.template_calendar .oob {background-color: #f15959; }
.calendar_wrapper .fc-calendar .fc-row > .oob span.fc-date { color: var(--white); }
.fc-calendar .fc-row, .fc-calendar .fc-row > div, .fc-calendar .fc-body { border-color: var(--color3);}
.selection_preview { background-color: rgba(36,33,33,0.21); }

/* Modal */
.modal { overflow-y: auto; overflow-x: hidden; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .7); z-index: -1; position: fixed; left: 0; right: 0; top: 0; bottom: 0; transform: scale(1.4); transition: .3s; flex-direction: column; justify-content: flex-start; padding-top: 150px; align-items: center; }
.modal.fired { opacity: 1; transform: scale(1); z-index: 9998 }
.modal .body { padding: 40px; width: 100%; background-color: var(--white); box-shadow: 0 53px 40px -30px rgba(0,0,0,0.25); position: relative; max-width: 920px; line-height: 1.5; font-size: 110%;}
.modal .body h2 { margin: 0 0 20px 0; font-weight: var(--font-weight-bold);font-size: 200%; color: var(--color2); }
.modal .body ul, .modal .body ol { padding: 10px 0 0 30px; }
.modal .body .close { z-index: 2; position: absolute; right: 0px; top: 0px; height: 80px; width: 80px; cursor: pointer; }
.modal .body .close:after { font-family: var(--font-icon); font-weight: var(--font-weight-normal); color: var(--white); font-size: 140%; position: absolute; right: 12px; top: 10px; z-index: 2; content: "\f057"; }
.modal .body .close:before { background-color: var(--color1); z-index: 2; position: absolute; right: 0px; top: 0px; content: ''; background-color: transparent; width: 0; height: 0; border-style: solid; border-width: 0 80px 80px 0; border-color: transparent var(--color1) transparent transparent; }
/* Elementi per la section */
section .body { align-items: stretch; }
section .side { padding: 40px; width: 40%; }
section .content { width: 60%; }
/* Template base */
.ztemplate_base .ztemplate .elem { margin: 0 auto; max-width: 1440px; text-align: center; }
.ztemplate_base .ztemplate .caption-cnt { margin: 0 0 0 80px; }
.ztemplate_base .ztemplate .caption { width: 55%; top: 100px; position: relative; left:60px; z-index: -1; }
.ztemplate_base .ztemplate .caption-alt {padding: 60px; max-width: 590px; background-color: #FCFCFC; text-align: left; box-shadow: 0 122px 44px -90px rgba(0,0,0,0.27); position: relative; order: 2; }
.ztemplate_base .ztemplate .caption-alt:before { width: 145px; height: 145px; background-color: rgba(0, 0, 0, 0.06); z-index: -1; position: absolute; left: -30px; top: -30px; content: ''; }
.ztemplate_base .ztemplate .caption-alt .zimage { position: absolute; z-index: 2; right: -170px; top: -80px; max-width: 300px; }
.ztemplate_base .ztemplate .title { margin: 0 0 10px 0; font-weight: var(--font-weight-bold); font-size: 400%; text-transform: uppercase; }
.ztemplate_base .ztemplate .title a { color: var(--color2); font-family:var(--serif); }
.ztemplate_base .ztemplate .ztextarea.g2 { margin: 0 0 30px 0; font-size: 210%; color: var(--grey); }
.ztemplate_base .ztemplate .ztextarea.g2 strong { font-weight: var(--font-weight-bold); color: var(--color1); }
.ztemplate_base .ztemplate .ztextarea.g3 { font-size: 130%; line-height: 1.5; }
.ztemplate_base .ztemplate .zsimplebutton { margin-top: 30px; }
/* Template Overview in Home Page */
section#overview { position: relative; z-index: 10; margin-top: 40px;}
section#overview .ztemplate .caption { top: 150px; left:-40px; z-index: 0; order: 2; }
section#overview .ztemplate .caption-alt {  order: 1; }
section#overview .ztemplate .rooms { margin: 200px auto 100px auto; padding: 0; background-color: var(--ice); max-width: 95%;}
section#overview .ztemplate .rooms .elem { margin: 0; max-width: initial; text-align: left; }
section#overview .ztemplate .rooms .caption-cnt { margin: 0; padding: 60px; align-items: flex-start; }
section#overview .ztemplate .rooms .caption { width: 60%; top: inherit; left: inherit;}
section#overview .ztemplate .rooms .caption img { margin: 0 0 40px 0; box-shadow: 0 122px 44px -90px rgba(0,0,0,0.27);}
section#overview .ztemplate .rooms .caption img:nth-of-type(2){ min-width: unset; max-width: 360px; position: absolute; z-index: 1; left: calc(100% - 20px); top: 40px;}
section#overview .ztemplate .rooms .caption-alt { padding: 320px 0 0 60px; max-width: inherit; width: 40%; background-color: transparent; box-shadow: none; position: relative; order: 2; top: inherit; left: inherit;}
section#overview .ztemplate .rooms .caption-alt:before { display: none;}
section#overview .ztemplate .rooms .caption-alt .zimage { margin: 0 0 40px 0; position: relative; right: inherit; top: inherit; max-width: inherit; width: 70%; left: -80px;  z-index: 2; }
section#overview .ztemplate .rooms .ztextarea.g2 strong { font-weight: var(--font-weight-bold); color: var(--color1); }
section#overview .ztemplate .rooms .ztextarea.g3 {  position: relative; text-align: left; }
section#overview .ztemplate .restaurant { padding: 0 0 120px 0; }
section#overview .ztemplate .restaurant .caption-cnt { margin: 0; }
section#overview .ztemplate .restaurant .caption-alt { order: 2; }
section#overview .ztemplate .restaurant .caption { order: 1; left: 60px; top: 80px; z-index: -1;}
/* Sezione Experience */
section#experience { padding: 30px 0; }
section#experience .body { align-items: flex-start; }
section#experience .side { max-width: 570px; z-index: 2; }
section#experience .content { padding: 60px 0 0 0; }
section#experience .ztemplate .caption-cnt { margin: 0; }
section#experience .ztemplate_model1 .caption-alt {mix-blend-mode: multiply;}
section#experience .ztemplate_model1 .caption {padding: 30px}
section#experience .ztemplate_model1 .caption .zlink {margin-top: 30px; position: relative;z-index: 3}
section#experience .ztemplate_model1 .caption .ztextarea.g2 {margin: 0 0 30px 0}
section#experience .ztemplate_model1 .caption .title {margin: 30px 0 10px 0}
section#experience .ztemplate_model1 .caption .ztextarea.g3 {max-width: 330px}
section#experience .ztemplate_model1 .caption { width: 100%; max-width: 800px }
/* Carosello Esperienze */
.ztemplate_experiences .box { padding: 60px 0 0 0; }
.ztemplate_experiences .elem {margin: 10px; text-align: left;}
.ztemplate_experiences .caption-cnt { background-color: #000000; display: block; position: relative; overflow: hidden;}
.ztemplate_experiences .caption { padding: 40px 20px; width: 100%; z-index: 1; position: absolute; left: 0; right: 0; bottom: 0; }
.ztemplate_experiences .caption-alt { width: 100%; text-align: left; }
.ztemplate_experiences .title a { font-size: 130%; color: var(--white); text-shadow: 0 1px 3px rgba(0,0,0,0.24); }
.ztemplate_experiences .title, .ztemplate_experiences .ztextarea.g2 { position: relative; transition: .3s; top:40px; }
.ztemplate_experiences .ztextarea.g2 { font-size: 120%; color: var(--white); line-height: 1.2; }
.ztemplate_experiences img { opacity: .7; transition: .3s }
.ztemplate_experiences .zsimplebutton {top: 90px; position: relative; opacity: 0; transition: .3s}
.ztemplate_experiences .zsimplebutton a { background-color: var(--color2); }
.ztemplate_experiences .zoption.g9 { position: absolute; top: 20px; left: 20px; z-index: 2;}
.ztemplate_experiences .zoption.g9 .fieldvalue { display: none;}
.ztemplate_experiences .zoption.g9.v6:before { content: '\f06d'; font-family: var(--font-icon); font-size: 160%; font-weight: var(--font-weight-solid); color: var(--white);}
.ztemplate_experiences .zoption.g7 { position: relative; top: -20px;}
.ztemplate_experiences .zoption .fieldvalue { font-size: 90%; color: var(--white); text-transform: uppercase; position: relative; }
.ztemplate_experiences .zoption .fieldvalue:before { width: 15px; height: 1px; background-color: var(--white); text-align: left; z-index: 3; position: absolute; left: -20px; bottom: 8px; content: ''; }
.ztemplate_experiences .elem:hover .zsimplebutton {top: 20px; opacity: 1; transition: .3s}
.ztemplate_experiences .elem:hover .title, .ztemplate_experiences .elem:hover .ztextarea.g2 { top: 0 }
.ztemplate_experiences .elem:hover img {filter: blur(5px); transform: scale(1.4) rotate(5deg); opacity: .5}
.ztemplate_experiences .slick-prev { top: 0; left: 0; }
.ztemplate_experiences .slick-next { top: 0; left: 70px; right: inherit;}
.ztemplate_experiences .slick-next:before,
.ztemplate_experiences .slick-prev:before { color: var(--color3); }
/* Sezione Offerte */
section#offers { margin: 80px auto 100px auto; clear: both; max-width: 1440px;}
section#offers .section_text { font-size: 180%; }
section#offers .section_title { font-size: 250%; font-weight: var(--font-weight-bold); text-transform: uppercase; }
section#offers .section_btn .varsimple { padding: 15px 25px; display: inline-block; border: 2px solid #FFFFFF; background-color: transparent; font-weight: var(--font-weight-bold); font-size: 85%; text-transform: uppercase; text-align: center; letter-spacing: 0; cursor: pointer; }
section#offers .section_btn a { padding: 15px 25px; display: inline-block; border: 2px solid var(--color2); background-color: var(--color2); font-weight: var(--font-weight-bold); font-size: 85%; text-transform: uppercase; text-align: center; letter-spacing: 0; cursor: pointer; color:var(--white); }
section#offers .side { background: var(--color1); color: var(--white);display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: flex-start; align-items: flex-start; justify-content: center; flex-direction: column; }
section#offers .side > div { margin: 10px 0; }
section#offers .side .btns { display: flex; flex-wrap: wrap;}
section#offers .side .btns .section_btn { margin-right: 10px;}
section#offers .section_btn.section_btn_model_2 a { background-color: var(--color2); border: 2px solid var(--color2); color: var(--white);}


/* Template liste Es. Offerte */
.ztemplate_list .box { padding: 0 60px 0 20px; position: relative; }
.ztemplate_list .elem { margin: 0 0 20px 0; background-color: var(--ice); }
.ztemplate_list .caption-alt { padding: 30px; width: calc(100% - 200px); }
.ztemplate_list .caption-add { display: none; }
.ztemplate_list .title { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #dedede;}
.ztemplate_list .zinput { margin: 0 0 10px 0;color: var(--grey); display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: center; align-items: center; justify-content: flex-start; text-align: left;}
.ztemplate_list.ztemplate_offers .zinput .fieldkey { margin: 0; padding: 0}
.ztemplate_list .zinput .fieldvalue { font-size: 140%; color: var(--color1); }
.ztemplate_list .ztextarea { margin: 0 0 10px 0; font-size: 120%; line-height: 1.5; display: none;}
.ztemplate_list .ztemplate .elem .caption-cnt img { width: 200px; height: 200px; object-fit: cover; min-width: unset; opacity: 1;}
.ztemplate_list.ztemplate_offers .elem:hover .ztextarea .fieldvalue { left: 0}
.ztemplate_list.ztemplate_offers .elem:hover .caption-cnt img { left: 0; opacity: 1}
.ztemplate_list.ztemplate_offers .zlabel.g16 { border-bottom: unset; margin-top: 20px}
.ztemplate_list .zlink { margin-left: 20px;}
.ztemplate_list .zsimplebutton a { background-color: var(--color3); color: var(--white);}
/* Filtri per Template  */
.template_filters { text-align: right; }
.template_filters .hidden_form_element { height: 0; }
.template_filter { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: stretch; align-items: stretch; justify-content: flex-end; }
.template_filters .filter_key { padding: 0 15px; font-size: 130%; background-color: var(--color1); color: var(--white); line-height: 49px; }
.template_filters .html_select { position: relative; background-color: var(--color3); color: var(--grey); }
.template_filters .html_select .elements_list { position: absolute; left: 0; top: 48px; width: 100%; background-color: var(--color3); border-top: 1px solid var(--color1); z-index: 5;}
.template_filters .html_select .elements_list .option { padding: 15px; color: var(--color2); text-align: left; cursor: pointer; background-color: var(--color1); transition: .4s all;}
.template_filters .html_select .elements_list .option:hover { background-color:var(--color2);color:var(--white); }
.template_filters .html_select .current_value { padding: 0 15px; background-color: var(--color2); cursor: pointer; min-width: 250px; height: 49px; position: relative; text-align: left; line-height: 49px; font-size: 120%; color:var(--white); }
.template_filters .html_select .current_value:after { position: absolute; top: 0; right: 0; background-color: var(--color1); color: var(--white); content: '\f0d7'; width: 50px; height: 49px; line-height: 49px; text-align: center; font-family: var(--font-icon); font-weight: var(--font-weight-solid); }
/* Template Floated */
.ztemplate_floated { font-size: var(--size-base); }
.ztemplate_floated .box { padding: 40px 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: flex-start; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.ztemplate_floated .elem { margin: 40px; width: calc(50% - 80px); }
.ztemplate_floated .caption-cnt { display: block;  }
.ztemplate_floated .caption { position: relative; }
.ztemplate_floated .caption:before { width: 0; height: 0; border-top: 110px solid transparent; border-bottom: 110px solid transparent; border-right:110px solid rgba(0, 0, 0, 0.06); z-index: -1; position: absolute; left: -46px; top: -100px; content: ''; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.ztemplate_floated .caption-alt { padding: 20px 0; }
.ztemplate_floated .caption-add { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: center; align-items: center; justify-content: flex-start; }
.ztemplate_floated .caption .zlink { position: absolute; right: 30px; bottom: 30px; }
.ztemplate_floated .caption .zlink a { background-color: transparent; border: 2px solid var(--white); }
.ztemplate_floated .title a { color: var(--color2); }
.ztemplate_floated .ztextarea { font-size: 120%; line-height: 1.2; }
.ztemplate_floated .zsimplebutton { margin: 0 20px 0 0;}
.ztemplate_floated .zsimplebutton a { background-color: var(--color3); color: var(--grey); }
/* Con Carosello attivo */
.ztemplate_list.carousel button { color: var(--color2); }
.ztemplate_list.carousel button.slick-prev { left: inherit; right: 0; top: calc(50% - 70px);}
.ztemplate_list.carousel button.slick-next { bottom: calc(50% - 70px); top: initial;}
.ztemplate_list.carousel button.slick-prev:before { content: "\f176"; }
.ztemplate_list.carousel button.slick-next:before { content: "\f175"; }
/* Sezione Newsletter */
section#newsletter { text-align: left;  }
section#newsletter .body { padding: 120px 0; align-items: center; background:var(--ice); }
section#newsletter .content { width: auto; display: inline-block; }
section#newsletter .section_title { margin: 0 0 10px 0; font-weight: var(--font-weight-bold);font-size: 420%; }
section#newsletter .section_text { font-size: 130%; }
section#newsletter form { margin: 30px 15px; max-width: 640px; text-align: left; position: relative;}
section#newsletter .caption-fields {  -webkit-align-items: center; align-items: center; justify-content: flex-start; flex-wrap: nowrap;  }
section#newsletter .caption-fields .field { padding: 0; width: 350px; }
section#newsletter .form_element_title {display: none;}
section#newsletter #showprivacy { padding: 0; position: absolute; top: 50px; }
section#newsletter #showprivacy a { color: var(--grey); }
section#newsletter .g-recaptcha { padding: 0; height: 0; width: 0;}
section#newsletter form input { border: 1px solid var(--grey); font-size: 120%; color: rgba(0, 0, 0, 0.5); letter-spacing: 0; }
section#newsletter form input[type="submit"] { margin: 0 0 0 10px; padding: 0; height: 45px; width: 45px; font-size: 0; color: transparent; border: none; background-image: url('../images/bg/newsletter_bg.svg'); background-position: center; background-repeat: no-repeat; background-color: var(--color2); letter-spacing: 0; }
/* Sezione Partners */
section#partners { box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
section#partners .varscript { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: center; align-items: center; justify-content: center;}
section#partners .partner { margin: 20px }
/* Accordion */
.accordion,
.toggler { margin: 30px 0; padding: 20px; background-color: var(--ice); }
.accordion a.accordion-title,
.accordion a.accordion-title:hover,
.accordion a.accordion-title:focus,
.accordion a.accordion-title:visited,
.toggler a.accordion-title,
.toggler a.accordion-title:hover,
.toggler a.accordion-title:focus,
.toggler a.accordion-title:visited { margin-bottom: 5px; padding: 15px 50px 15px 15px; background-color: var(--white); text-align: left; text-transform: uppercase; border-left: 5px solid var(--color1); display: block; color: var(--grey); }
.accordion a.accordion-title.selected,
.toggler a.accordion-title.selected { margin-bottom: 0; background-color: var(--color1); color: var(--white);}
.accordion a,
.toggler a { position: relative; color: var(--color2); }
.accordion a:before,
.toggler a:before { position: absolute; width: 20px; height: 20px; border: 2px solid #dedede; content: ''; right: 10px; top: calc(50% - 10px); border-radius: 100% }
.accordion a:after,
.toggler a:after { position: absolute; width: 12px; height: 12px; background-color: transparent; transition: .9s; content: ''; right: 14px; top: calc(50% - 6px); border-radius: 100%; transform: scale(0);  }
.accordion a.selected:after,
.toggler a.selected:after { background-color: var(--white); transform: scale(1);  }
.accordion .accordion-content,
.toggler .accordion-content { padding: 20px; background-color: var(--white); border-bottom: 5px solid var(--ice); line-height: 1.5;}
.accordion .accordion-content a:before,
.toggler .accordion-content a:before {display: none;}
.accordion .accordion-content a,
.toggler .accordion-content a { display: inline-block; padding: 0!important; }
.accordion .accordion-content a:focus,
.toggler .accordion-content a:focus { padding: 0!important; margin-bottom: 0!important; display: inline-block; }
.accordion .accordion-content a:hover,
.toggler .accordion-content a:hover { display: inline-block; padding: inherit; }
#page #content .text_dyn .toggler a.accordion-title { text-decoration: none!important;}
/* Specifico per Modello Vetrina */
#page.showcase .split_text { margin: 0 auto; }
/* Template Vetrina Camere */
.ztemplate_rooms .ztemplate .elem .caption-cnt img { min-width: unset;}
.ztemplate_rooms button.slick-prev { top: 0; left: 0; background-color: var(--white); padding: 10px;}
.ztemplate_rooms button.slick-next { top: 0; left: 55px; right: inherit; background-color: rgba(255,255,255,.7); padding: 10px;}
.ztemplate_rooms button:before { font-size: 35px;}
.ztemplate_rooms.list { padding: 0 0 70px 0; background-color: #F5F5F5; font-size: var(--size-base);}
.ztemplate_rooms.list .template_filter { justify-content: center; margin-top: 20px;}
.ztemplate_rooms.list .template_filters { margin-bottom: 0; padding-top: 30px; }
.ztemplate_rooms.list .template_filters .html_select { background-color: var(--white);}
.ztemplate_rooms.list .template_filters .html_select .elements_list { background-color: var(--white);}
.ztemplate_rooms .box { text-align: center; }
.ztemplate_rooms .elem { margin: 70px auto; display: inline-block; text-align: left;  position: relative; width: 100%; max-width: 1440px;}
.ztemplate_rooms .caption-cnt { display: block; width: 100%; }
.ztemplate_rooms .caption { box-shadow: 0 122px 44px -90px rgba(0,0,0,0.3); width: 70%; }
.ztemplate_rooms .caption-alt { padding: 40px; background-color: var(--white); z-index: 1; position: absolute; right: 0; bottom: -10%; width: 40%;}
.ztemplate_rooms .title a { font-weight: var(--font-weight-bold);font-size: 150%; color: var(--color2); }
.ztemplate_rooms .ztextarea { margin: 5px 0 25px 0; font-size: 130%; line-height: 1.2; }
.ztemplate_rooms .zlink,
.ztemplate_rooms .zsimplebutton { margin: 0 15px 15px 0; display: table-cell; padding-right: 20px; width: auto; }
.ztemplate_rooms .zsimplebutton a,
.ztemplate_rooms .zlink a { display: inline-block; vertical-align: middle; }
.ztemplate_rooms .zsimplebutton a { background-color: var(--color3);}
.ztemplate_rooms .zoption.g10 { width: 90px; height: 90px; z-index: 1; position: absolute; right: 0; top: 0; }
.ztemplate_rooms .zoption.g10 .fieldkey { padding: 5px 8px; width: 100px; background-color: var(--color3); text-align: center; z-index: 2; color: var(--grey); position: absolute; right: -25px; top: 108px; position: absolute; top: 100%; opacity: 0; transition: .3s}
.ztemplate_rooms .zoption.g10 .fieldkey:before { margin: 0 auto; transform: rotate(45deg); width: 10px; height: 10px; background-color: var(--color3); text-align: left; z-index: -1; position: absolute; left: 0; right: 0; top: -5px; content: ''; }
.ztemplate_rooms .zoption.g10 .fieldvalue { display: none; }
.ztemplate_rooms .zoption.g10.v14 { display: block;}
.ztemplate_rooms .zoption.g10 .fieldvalue.v14 {font-size: 0; display: block;}
.ztemplate_rooms .zoption.g10 .fieldvalue.v14:after { width: 35px; height: 35px; text-align: left; z-index: 1; position: absolute; right: 10px; top: 10px; content: ''; background-image: url('../images/icons/pet.svg'); background-repeat: no-repeat;}
.ztemplate_rooms .zoption.g10 .fieldvalue.v14:before { width: 0; height: 0; content: ''; position: absolute; border-style: solid; border-width: 0 90px 90px 0; border-color: transparent var(--color1); transparent transparent; }
.ztemplate_rooms .zoption.g10:hover .fieldkey { opacity: 1; top: 65%; }
.ztemplate_rooms .zinput { margin: 30px 20px 0 0; display: inline-block; vertical-align: middle; font-size: 110%; color: var(--grey); }
.ztemplate_rooms .zinput .fieldkey,
.ztemplate_rooms .zinput .fieldvalue { padding: 10px 0; display: inline-block; vertical-align: middle; position: relative; }
.ztemplate_rooms .zinput .fieldkey { padding: 0 0 0 40px; }
.ztemplate_rooms .zinput.g7 .fieldkey { padding: 0 0 0 30px; margin-right: 5px;}
.ztemplate_rooms .zinput .fieldkey:before { font-family: var(--font-icon); font-weight: var(--font-weight-light); color: var(--color3); font-size: 200%; position: absolute; left: 0; top: -7px; }
.ztemplate_rooms .zinput.g6 .fieldkey:before { content: '\e269'; }
.ztemplate_rooms .zinput.g7 .fieldkey:before { content: '\e220'; font-weight: var(--font-weight-solid); }
.ztemplate_rooms .zinput.g6 .fieldkey { margin-right: 5px;}
/* Pagine interne */
#page .btn.outline a { background-color: transparent; border: 2px solid var(--color2); color: var(--color2); }
#page .btn .varlink { display: inline-block; margin-top: 20px}
#page .btn .varlink a { padding: 15px 30px; text-transform: uppercase; font-weight: var(--font-weight-bold); text-align: center; letter-spacing: 0; display: inline-block;}
/* Pagine interne - Vetrina Experience */
#page .ztemplate_experiences { margin: 0 auto; max-width: 1200px; }
#page .ztemplate_experiences .box { margin: 0 -10px; padding: 20px 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: flex-start; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap;}
#page .ztemplate_experiences .elem { width: calc(33.333% - 20px);}
/* Pagine interne - Vetrina Press */
#page.showcase.press .ztemplate_list { text-align: center; }
#page.showcase.press .ztemplate_list .ztemplate { margin: 0 auto 20px auto; display: inline-block; width: 1200px; text-align: left;}
#page.showcase.press .ztemplate_list .box { padding: 0; }
#page.showcase.press .ztemplate_list .elem { margin: 20px auto; display: inline-block; width: 100%; }
#page.showcase.press .ztemplate_list .caption { width: 40%; }
#page.showcase.press .ztemplate_list .ztemplate .elem .caption-cnt img { width: 100%; height: auto; }
#page.showcase.press .ztemplate_list .caption-alt { width: 60%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: center; align-items: center; justify-content: space-between; flex-wrap: wrap; }
#page.showcase.press .ztemplate_list .title { margin: 20px 0; color: var(--color1); width: 100%; line-height: 1.2;}
#page.showcase.press .ztemplate_list .zlink { margin-left: 0; }
#page.showcase.press .ztemplate_list .zinput { border: 2px solid var(--color2); padding: 7px;  }
#page.showcase.press .zdatepicker .fieldvalue .month:before { content: '/'; margin-right: 5px; }
#page.showcase.press .zdatepicker .fieldvalue .month:after { content: '/'; margin-left: 5px;  }
#page.showcase.press .ztemplate_list .zdatepicker:before { font-family: var(--font-icon); content: '\e0d6'; margin-right: 10px; }
#page.showcase.press .ztemplate_list .zdatepicker { display: flex; align-items: center; }
#page.showcase.press .ztemplate_list .zdatepicker,
#page.showcase.press .ztemplate_list .zinput .fieldvalue { color: var(--color2); font-size: 120%; }
/* Pagine interne - Vetrina Ristoranti */
#page.showcase.restaurants .ztemplate_floated { text-align: center; }
#page.showcase.restaurants .ztemplate_floated .ztemplate { margin: 0 auto 20px auto; display: inline-block; width: 1200px; text-align: left;}
/* Vetrina Offerte - Showcase */
#showcase.offers .ztemplate_list { padding: 60px 0; text-align: center; }
#showcase.offers .ztemplate_list .ztemplate { margin: 0 auto 20px auto; display: inline-block; width: 979px; text-align: left;}
/* Vetrina Generica */
#showcase .ztemplate_floated { text-align: center; }
#showcase .ztemplate_floated .ztemplate { margin: 0 auto 20px auto; display: inline-block; width: 1200px; text-align: left;}
/* Interna Ristorante */
#page.restaurant .btn { margin: 0 0 10px 0; }
#page.restaurant .btn .zlink a { display: block; }
#page.restaurant .address,
#page.restaurant .phone { margin: 30px 0 15px 0; text-align: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: center; align-items: center; justify-content: flex-start; }
#page.restaurant .address { margin: 0; }
#page.restaurant .address:before,
#page.restaurant .phone:before { margin: 0 10px 0 0; font-family: var(--font-icon); font-weight: var(--font-weight-solid); font-size: 120%; }
#page.restaurant .address:before {content: "\f3c5";}
#page.restaurant .phone:before {content: "\f095";}
#page.restaurant .text.g3 { font-size: 110%; line-height: 1.3; }
#page.restaurant .times { margin: 50px 0; padding: 0 40px; position: relative; }
#page.restaurant .times .zimage.f4 img { margin: 10px 0 30px 0; object-fit: contain; max-width: 350px; max-height: 150px;}
#page.restaurant .times .zimage.f7 img { margin: 0 auto; min-width: 100%; object-fit: cover; }
#page.restaurant .times .boxed { padding: 20px 50px 50px 50px; position: absolute; z-index: 2; width: 100%; max-width: 590px; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(255,255,255,.9); text-align: center;}
#page.restaurant .times { font-size: 120%; color: var(--color2);}
#page.restaurant .times .zinput { padding: 10px 0; border-bottom: 1px dashed var(--color2); display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: center; align-items: center; justify-content: space-between; }
#page.restaurant .times .zinput:last-of-type { border:unset}
/* Interna Camera */
#page.room .text.g3 .fieldkey { display: none;}
#page.room .text.g3 { font-size: 110%; line-height: 1.3; }
#page.room .btn a { display: block; }
#page.room .zinput,
#page.room .zradio,
#page.room .zselect { margin: 10px 0 15px 0; font-size: 110%; color: var(--grey); display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: center; align-items: center; justify-content: flex-start; }
#page.room .zinput.g7 { padding: 15px 0 10px 0; }
#page.room .zradio { padding: 3px 0; }
#page.room .zradio.v15 { display: none;}
#page.room .zradio .fieldvalue { display: none; }
#page.room .zinput .fieldkey,
#page.room .zradio .fieldkey { padding: 0 5px 0 40px; position: relative; }
#page.room .zinput .fieldkey:before,
#page.room .zradio .fieldkey:before { font-family: var(--font-icon); font-weight: var(--font-weight-light); color: var(--color2); font-size: 200%; position: absolute; left: 0; top: -7px; }
#page.room .zinput.g6 .fieldkey:before { content: '\e269'; }
#page.room .zinput.g7 .fieldkey:before { content: '\e220'; font-weight: var(--font-weight-solid); left: 6px; }
#page.room .zinput.g16 .fieldvalue { display: flex; align-items: center; text-align: left;}
#page.room .zinput.g16 .fieldvalue:before { font-family: var(--font-icon); font-weight: var(--font-weight-light); color: var(--color2); font-size: 200%; content: '\f8f7'; margin-right: 6px; }
#page.room .zselect.g17 .fieldvalue { display: flex; align-items: center; text-align: left;}
#page.room .zselect.g17 .fieldvalue:before { font-family: var(--font-icon); font-weight: var(--font-weight-light); color: var(--color2); font-size: 200%; content: '\f7d8'; margin-right: 6px; }
#page.room .zradio.v14 .fieldkey:before { content: '\f1b0'; font-size: 150%; top: -2px; left: 2px; font-weight: var(--font-weight-solid); }
#page.room .gallery { margin: 60px auto; }
#page.room .amenities { margin: 60px auto 0; padding: 0 50px 25px 50px; max-width: 979px; background-color: var(--white); text-align: center; box-shadow: 0 122px 44px -90px rgba(0,0,0,0.27); }
#page.room .amenities .zcheckbox { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -ms-box-orient: horizontal; -webkit-align-items: flex-start; align-items: flex-start; justify-content: center; flex-wrap: wrap; }
#page.room .amenities .fieldkey { margin: 0 0 25px 0; font-size: 180%; width: 100%; }
#page.room .amenities .fieldvalue { margin: 30px 20px; font-size: 110%; }
#page.room .amenities .fieldvalue:before { margin: 0 0 10px 0; font-family: var(--font-icon); font-weight: var(--font-weight-light); font-size: 250%; display: block; clear: both; color: var(--color2); }
#page.room .amenities .fieldvalue.v1:before { content: "\f8f4"; }
#page.room .amenities .fieldvalue.v2:before { content: "\f2e2"; }
#page.room .amenities .fieldvalue.v3:before { content: "\f26c"; }
#page.room .amenities .fieldvalue.v6:before { content: "\e002"; }
#page.room .amenities .fieldvalue.v8:before { content: "\e026"; }
#page.room .amenities .fieldvalue.v9:before { content: "\f3ed"; }
#page.room .amenities .fieldvalue.v10:before { content: "\f553"; }
#page.room .amenities .fieldvalue.v11:before { content: "\f593"; }
#page.room .amenities .fieldvalue.v13:before { content: "\e136"; }
#page.room .amenities .fieldvalue.v15:before { content: "\f72e"; }
#page.room .amenities .fieldvalue.v16:before { content: "\f7b6"; }
#page.room .amenities .fieldvalue.v17:before { content: "\f8f7"; }
#page.room .amenities .fieldvalue.v18:before { content: "\e06b"; }
/* #page.room .amenities .fieldvalue.v19:before { content: "\e0e9"; } */
#page.room .amenities .fieldvalue.v19:before { margin: 0 auto; content: ''; width: 42px; height: 48px; background-image: url('../images/icons/ciabatte.svg'); background-size: contain; background-repeat: no-repeat; }
#page.room .amenities .fieldvalue.v20:before { content: "\f72e"; }
#page.room .amenities .fieldvalue.v21:before { content: "\f480"; }
#page.room .amenities .fieldvalue.v22:before { content: "\f553"; }
#page.room .amenities .fieldvalue.v23:before { content: "\f34e"; }
#page.room .amenities .fieldvalue.v28:before { content: "\f4b8"; }
#page.room .amenities .fieldvalue.v29:before { content: "\e04d"; }
#page.room .amenities .fieldvalue.v30:before { content: "\e01d"; }
#page.room .amenities .fieldvalue.v31:before { content: "\e026"; }
#page.room .amenities .fieldvalue.v32:before { content: "\e01b"; }
#page.room .amenities .fieldvalue.v33:before { content: "\f2e7"; }
#page.room .amenities .fieldvalue.v34:before { content: "\e51a"; }
#page.room .amenities .fieldvalue.v35:before { content: "\f498"; }
#page.room .amenities .fieldvalue.v0:before { content: "\f4b8"; }
/* Blocco per Camera successiva associata nella pagina camere */
#next_room { margin: 100px 50px 50px 50px; text-align: right; justify-content: center; align-items: center;}
#next_room .varsimple { margin: 0 0 15px 0; font-size: 110%; color: var(--grey); text-transform: uppercase; text-align: left; }
#next_room .ztemplate { width: 300px; text-align: left; }
#next_room .ztemplate .title a { color: var(--color2); font-size: 150%; }
#next_room .ztemplate .ztextarea { margin: 0 0 20px 0; font-size: 120%; line-height: 1.5; }
#next_room .ztemplate .zsimplebutton { text-align: right; }
#next_room .ztemplate .zsimplebutton a { padding: 0; font-size: 0; background-color: transparent; color: var(--color2); }
#next_room .ztemplate .zsimplebutton a:before { content: '\f178'; font-family: var(--font-icon); font-weight: var(--font-weight-light); font-size: 36px; }
.back_to_all_rooms {  margin-right: 30px;}
.back_to_all_rooms .btn { margin: 0;}
#next_room .boxed { border-left: 1px solid var(--color1); padding: 30px 0 0 30px;}
/* Interna experience */
#page.experience .body.cnt { padding: 0 15px;}
#page.experience .text.g3 { width: 60%; line-height: 1.3; font-size: 120%; }
#page.experience .text.g3 img { max-height: 500px; object-fit: cover; }
#page.experience .graph_container { padding: 20px 0 0 50px; width: 40%; }
#page.experience .zselect.g7 { font-weight: var(--font-weight-bold);font-size: 250%; color: var(--color1); position: relative;}
#page.experience .zselect.g7:before { width: 50px; height: 2px; text-align: left; z-index: 4; position: absolute; left: -70px; bottom: 15px; content: ''; background-color: var(--color3); display: block;}
#page.experience .graph { padding: 30px 0; }
#page.experience .graph .zselect { margin: 0 0 20px 0; text-align: left; }
#page.experience .graph .fieldkey { padding: 0 0 5px 15px; font-weight: var(--font-weight-bold); font-size: 90%; color: var(--color1); text-transform: uppercase; }
#page.experience .graph .fieldvalue { width: 100%; height: 35px; border-radius: 25px; text-align: left; font-size: 0; color: transparent; overflow: hidden; position: relative; display: block; }
#page.experience .graph .fieldvalue:before,
#page.experience .graph .fieldvalue:after { width: 0; border-radius: 25px; position: absolute; left: 0; right: 0; bottom: 0; top: 0; content: ''; }
#page.experience .graph .fieldvalue:before { border: 1px solid #E0E0E0; z-index: 445; right: 0; left: 0;animation: grow_up .8s ease-in-out; animation-fill-mode: forwards; animation-delay: .6s }
#page.experience .graph .fieldvalue:after { background-color: #E8EEDE; z-index: 435; }
#page.experience .graph .one .fieldvalue:after{ animation: grow_up_one 1.2s ease-in-out; animation-fill-mode: forwards; animation-delay: .62s }
#page.experience .graph .two .fieldvalue:after{ animation: grow_up_two 1.3s ease-in-out; animation-fill-mode: forwards; animation-delay: .65s}
#page.experience .graph .three .fieldvalue:after{ animation: grow_up_three 1.4s ease-in-out; animation-fill-mode: forwards; animation-delay: .69s}
#page.experience .graph .four .fieldvalue:after{ animation: grow_up_four 1.5s ease-in-out; animation-fill-mode: forwards; animation-delay: .72s}
#page.experience .graph .five .fieldvalue:after{ animation: grow_up_five 1.6s ease-in-out; animation-fill-mode: forwards; animation-delay: .75s}
/* Interna Offerta */
#page.offer .text.g3 {line-height: 1.3; font-size: 120%; }
#page.offer .price { margin: 30px 0 0 0; text-align: left; }
#page.offer .zinput { margin: 0 0 10px 0;color: var(--grey); display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -webkit-align-items: center; align-items: center; justify-content: center; }
#page.offer .zinput .fieldkey { margin: 0 5px 0 0; }
#page.offer .zinput .fieldvalue { font-size: 140%; color: var(--color1); }
/* Specifico interne offerte */
.body_offerta .g11 { width: 100%}
.body_offerta .g11 .fieldkey { display: flex; align-items: center; color: var(--grey); margin-top: 10px; margin-bottom: 15px; text-align: left;}
.body_offerta .g11 .fieldkey:before { font-family: var(--font-icon); color: var(--color1); content: '\f755'; margin-right: 10px; font-weight: var(--font-weight-solid)}
.body_offerta .g11 .fieldvalue { display: none;}
.body_offerta .offers_validity { color: var(--grey); margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #dedede; display: flex; align-items: center}
.body_offerta .offers_validity:before { font-family: var(--font-icon); content: '\e0d6'; color: var(--color1); margin-right: 10px}
.body_offerta .body .zimage { max-width: 420px}
.body_offerta .col_cnt { display: flex; align-items: flex-start; margin-top: 40px; background-color: var(--ice); font-size: 120%; box-shadow: 0 15px 22px 0 rgb(0 0 0 / 15%)}
.body_offerta .col_cnt .col { padding: 20px}
.body_offerta .col_cnt .col:last-child { width: calc(100% - 420px)}
.body_offerta .body ul { margin: 30px 0}
.body_offerta #page #content { max-width: 970px}
/* Documents */
.section_documents .documents { text-align: left; }
.section_documents .documents .document { text-align: left; margin: 10px 0; }
.section_documents .documents .document a { display: block; font-size: 18px; color: #575043; text-align: left; line-height: 18px; letter-spacing: 0; }
.section_documents .documents .document a:before { font-family: var(--font-icon); font-weight: var(--font-weight-solid); font-size: 25px; color: var(--color2); text-transform: lowercase; text-align: left; line-height: 1; letter-spacing: 0; content: "\f56d"; margin-right: 10px;}
.section_documents .documents .document .document_size { display: none; font-size: 25px; color: var(--color2); text-transform: lowercase; text-align: left; line-height: 25px; letter-spacing: 0; }
/* Forms */
#cnt_forms { margin: 20px auto; padding: 40px 20px 30px; display: block; clear: both; color: var(--grey); max-width: 1200px; background-color: var(--ice); }
#cnt_forms form .form_element_title { color: var(--color1); }
#cnt_forms form input[type="submit"] { background-color: var(--color2); color: var(--white); }
#cnt_forms form .form_radio .radio .rad:before { background-color: var(--color1); }
#cnt_forms form .form_checkbox .checkbox .check:before { color: var(--color1); font-weight: var(--font-weight-solid); }
#cnt_forms form .date_from_html { border: 1px solid #dedede; width: 100%; padding: 10px; background-color: var(--white);}
#cnt_forms form .date_from_html:after { color: var(--color2); margin-left: auto;}
#cnt_forms form a { color: var(--color2); }
#cnt_forms form .form_select .elements_list { padding: 0}
#cnt_forms form .form_select .elements_list .option { transition: .4s; padding: 10px}
#cnt_forms form .form_select .elements_list .option:nth-child(odd) { background-color: #fafafa}
#cnt_forms form .form_select .elements_list .option:hover { background-color: var(--color3); color: var(--grey);}
#cnt_forms form .form_select { background-color: var(--white); line-height: 1.1; }
#cnt_forms #showprivacy .privacy_field .show_privacy a { color: var(--color1); text-decoration: underline!important}
#cnt_forms form .form input { line-height: 1.1}
form .newsletter label input { margin-right: 0; }
.pf_form form .date_from_html .month { display: none;}
.pf_form form .date_from_html .month_name { display: block;}
.iti { width: 100%; }
/* Autocomplete */
form .form_select.autocomplete_select { padding: 0; border: unset;}
form .form_select.autocomplete_select:after { position: absolute; content: ''; top: calc(50% - 2px); right: 10px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #555;}
form .form_select.autocomplete_select .elements_list { margin-top: 0;}

/* Gallery */
.gallery button.slick-prev { left: 30px; }
.gallery button.slick-next { right: 30px; }
.gallery button.slick-prev:before,
.gallery button.slick-next:before { color: var(--white); }
/* Submenu */
#submenu { margin: 30px 0; padding: 20px; border-bottom: 1px solid #dedede; }
#submenu .submenu_title { margin: 0 0 30px 0; padding: 0 0 20px 0; font-weight: var(--font-weight-bold);font-size: 220%; color: var(--color2); border-bottom: 1px solid #dedede; }
#submenu #tree { padding: 0 0 0 30px; }
#submenu #tree > li.active {display: none;}
#tree > li { margin: 15px 0 }
#tree li a { display: block; font-size: 150%; color: var(--grey);  position: relative; }
#tree li a:before { width: 0; transition: .3s; height: 5px; background-color: var(--color1); text-align: left; z-index: 935; position: absolute; left: -30px; bottom: 11px; content: ''; }
#tree li:hover a { color: var(--color2); }
#tree li:hover a:before {width: 20px; background-color: var(--color2);}
#tree li a {transition: .3s}
/* Footer */
footer { background-color: var(--color1); text-align: left; color: var(--white); }
footer a { margin: 5px 0; display: inline-block; color: var(--white); }
footer a:before { margin: 0 5px 0 0; font-family: var(--font-icon); font-weight: var(--font-weight-normal); }
footer .top { padding: 60px; justify-content: space-between; display: flex; align-items: center; }
footer .info { width: 33.333%; }
footer .text {margin: 0 0 10px 0; font-size: 95%; line-height: 1.3; }
footer .text h2 { margin: 0 0 5px 0; font-weight: var(--font-weight-bold); font-size: 140%; }
footer .tel a:before { content: "\f095"; }
footer .mail a:before { content: "\f0e0"; }
footer .logos { width: 33.333%; text-align: center; }
footer .social { margin: 20px 0 0 0; justify-content: center; display: flex; text-align: center; align-items: center; }
footer .social > div { margin: 0 10px; text-align: center; }
footer .social > div a { display: block; font-size: 0; }
footer .social > div a:before { font-family: var(--font-icon-alt); font-size: 20px; text-align: center; }
footer .social .facebook a:before { content: "\f39e"; }
footer .social .instagram a:before { content: "\f16d"; }
footer .social .twitter a:before { content: "\f099"; }
footer .social .youtube a:before { content: "\f167"; }
footer .social .telegram a:before { content: "\f2c6"; }
footer .menu { width: 33.333%; }
footer .menu ul li {margin: 10px }
footer .menu ul li a { padding-bottom: 7px; border-bottom: 2px solid var(--white); color: var(--white); text-transform: uppercase; letter-spacing: 0;}
footer .bottom { border-top: 1px solid rgba(255,255,255,.3); padding: 15px 40px; text-transform: uppercase; background-color: var(--color4); -webkit-align-items: center; align-items: center; justify-content: space-between; flex-direction: column;}
footer .bottom .sx { width: 100%; font-size: 85%; text-align: center;}
footer .bottom .dx { margin-top: 15px; width: 100%; -webkit-align-items: center; align-items: flex-end; justify-content: center; flex-wrap: wrap; align-items: center; line-height: 1.4;}
footer .bottom a { margin: 0 10px; font-size: 80%; display: inline-block;}
footer .logo img { filter: brightness(0) invert(1); }

/* mappa DA VEDERE*/
#varscript_map { margin: 30px 30px 0; box-shadow: 0 122px 44px -90px rgba(0,0,0,0.1); }

/* album DA VEDERE */
.section_album { max-width: 960px; margin: 0 auto }
.inner_album .section_link {margin-top: 30px}
.album { float: left; width: calc(50% - 20px); margin: 10px; background-color: transparent; }

/* Prenota un tavolo */
.book_a_table .title_model_1 { display: flex; flex-wrap: wrap;}
.book_a_table .title_model_1 span { margin-left: 10px;}
.title_model_1 { font-family: var(--sans); font-size: 180%; color: var(--color1); margin-bottom: 20px;}

/* BEI Immersivo */
.ztemplate_rooms .rooms .caption-alt > .title { font-weight: var(--font-weight-bold); font-size: 300%; color: var(--color2); }
.ztemplate_rooms .rooms .caption-alt > .zsimplebutton { position: relative; top: -5px; margin: 0 0 0 20px; padding: 10px 25px; display: inline-block; background-color: var(--color2); font-weight: var(--font-weight-normal); font-size: 95%; color: var(--white); text-transform: uppercase; text-align: center; line-height: 1; letter-spacing: 0; cursor: pointer; }
.ztemplate_rooms .rooms .caption-add { position: absolute; bottom: 30px; right: 30px; z-index: 2; }
.ztemplate_rooms .rooms .zinput { margin-top: 0; display: block;}
.ztemplate_rooms .zlabel span.number  { margin: 0 1px 0 0;font-size: 100%;}
.ztemplate_rooms .zlabel span.comma { margin: 0;vertical-align: super;font-size: 55%;position: relative;top: 4px;}
.ztemplate_rooms .zlabel span.decimal { vertical-align: super;font-size: 70%;position: relative;top: 2px;}
.ztemplate_rooms .rooms .zlabel.g15 { display: inline-block; margin: 20px 0 0 0;}
.ztemplate_rooms .zlabel.g15 .fieldkey { margin: 0 0 2px 0; font-size: 80%; text-transform: uppercase; color: var(--color2);}
.ztemplate_rooms .zlabel.g15 .fieldvalue  { position: relative; font-size: 160%; color: var(--color1); display: flex; justify-content: flex-start;  }
.ztemplate_rooms .zlabel.g15 .fieldvalue:before  { margin: 0 2px 0 0;content: "\20ac";text-transform: uppercase;font-size: 100%;text-align: left;}
.ztemplate_rooms .zlabel.g12 { clear: both; padding-top: 15px; font-size: 115%; color: var(--color1); text-align: left; position: relative; /* -webkit-animation:shake-horizontal 6s linear infinite;animation:shake-horizontal 6s linear infinite */ }
.ztemplate_rooms .zlabel.g12 .fieldvalue { padding: 10px; position: relative; background-color: var(--green); display: flex; align-items: center; }
.ztemplate_rooms .zlabel.g12 .fieldvalue:before { font-family: var(--font-icon); content: '\f0a1'; font-weight: var(--font-weight-solid); font-size: 120%; margin-right: 10px; }

.ztemplate_rooms .step_content_wrapper .caption-cnt:not(.subcontents .caption-cnt) { position: relative;}
.ztemplate_rooms .step_content_wrapper .caption-cnt:not(.subcontents .caption-cnt) .caption-alt { transition: .4s}
.ztemplate_rooms .step_content_wrapper .caption-cnt:not(.subcontents .caption-cnt) .caption-alt.fired { bottom: 0;}
.ztemplate_rooms .subcontents { display: none; }
.ztemplate_rooms .subcontents .ztemplate { margin: 0; max-width: auto; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
.ztemplate_rooms .subcontents .elem {margin: 0;padding: 0;width: 100%;background-color: var(--white); border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.ztemplate_rooms .subcontents .elem:nth-child(odd){ background-color: #f9f6f4; }
.ztemplate_rooms .subcontents .caption-cnt { display: flex; padding: 0; align-items: stretch; justify-content: space-between; }
.ztemplate_rooms .subcontents .caption-cnt > li { flex-direction: column; margin: 10px 0; padding: 10px 15px; border-right: 1px solid rgba(0, 0, 0, 0.1); display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; justify-content: center; align-items: center; flex-wrap: wrap; }
.ztemplate_rooms .subcontents .caption-cnt .caption { box-shadow: unset; width: 40%; text-align: left; justify-content: flex-start; align-items: flex-start; }
.ztemplate_rooms .subcontents .rate-group-header .rate-group-title { width: 40%; text-align: left; justify-content: flex-start; align-items: flex-start; }
.ztemplate_rooms .subcontents .caption-cnt .caption-alt { background-color: transparent; position: initial; left: initial; bottom: initial; max-width: inherit; width: 32%;  align-items: flex-start; justify-content: center; flex-direction: column}
.ztemplate_rooms .subcontents .caption-add,
.ztemplate_rooms .subcontents .rate-group-header .rate-group-price,
.ztemplate_rooms .subcontents .rate-group-header .rate-group-rooms { width: 15%; text-align: center; position: initial; bottom: initial; right: initial; }
.ztemplate_rooms .subcontents .caption-add.last { border: none; }
.ztemplate_rooms .subcontents .title { margin:0 0 10px; font-size: 120%; color: var(--color1); width: 100%; text-align: left; }
.ztemplate_rooms .subcontents .ztextarea { margin: 0; color: var(--grey); font-size: 100%; width: 100%; text-align: left; }
.ztemplate_rooms .subcontents .rate-group-header { padding: 10px 0; display: flex; background-color: var(--color1); color: var(--white); font-size: 110%; text-align: center; position: relative; cursor: pointer; }
.ztemplate_rooms .subcontents .rate-group-header.open { background-color: var(--color2); }
.ztemplate_rooms .subcontents .rate-group-header:before { font-family: var(--font-icon); position: absolute; left: 20px; top: 22px; cursor: pointer; content: "\f0fe"; }
.ztemplate_rooms .subcontents .rate-group-header.open:before { content: "\f146"; }
.ztemplate_rooms .subcontents .rate-group-header > div { padding: 10px 20px; text-align: left; border-left: 1px solid rgba(255, 255, 255, 0.3); display: none; }
.ztemplate_rooms .subcontents .rate-group-header.open > div {  display: block; }
.ztemplate_rooms .subcontents .rate-group-header .rate-group-title { padding: 10px 0 10px 45px; display: block; border: none;}
.ztemplate_rooms .subcontents .rate-group-header .rate-group-cond { width: 32%; }
.ztemplate_rooms .subcontents a { color: var(--color2); }
.ztemplate_rooms .subcontents .elem.highlighted {border: 1px solid #b7dcd6;background-color: #e1f7eb;transform: scale(1.032);margin: 20px 0;position: relative;z-index: 2}
.ztemplate_rooms .subcontents .elem.highlighted:before {position: absolute;top: 100%;left: -1px;content: '';border-style: solid;border-width: 0 22px 22px 0;border-color: transparent #7ca39c transparent transparent;}
.ztemplate_rooms .subcontents .elem.highlighted:after {position: absolute;top: 100%;right: -1px;content: '';border-style: solid;border-width: 22px 22px 0 0;border-color: #7ca39c transparent transparent transparent;}
.rate_details ul { padding-left: 25px; margin: 5px 0;}

.rate-group-content { overflow: visible!important; background-color: var(--white);}
/* Titolo offerta limitata */
.promo_name { display: flex; align-items: center; flex-direction: column; margin-top: 10px; border: 1px dashed var(--color1); padding: 10px; color: var(--color1); text-transform: uppercase; font-weight: var(--font-weight-bold); }
.promo_name:before { font-family: var(--font-icon); content: '\f2f3'; margin-bottom: 5px; color: var(--color2); font-size: 115%;}
.smartphone .promo_name { color: var(--white); border: 1px dashed var(--white);}
.smartphone .promo_name:before { color: var(--white);}

/* Raggruppamento Tariffe per Occupazione */
.rate-group .rate-group-header { padding: 0 0 10px 0; display: flex; align-items: center; gap: 5px; cursor: pointer; font-size: calc(var(--size-base) * .85); }
.rate-group .rate-group-header.open:before { content: "\f146"; }
.rate-group .rate-group-header :where(.rate-group-cond, .rate-group-price, .rate-group-rooms) { display: none;}

/* Raggruppamento Tariffe da Ermes */
/* .rate-set-head { display: none; } 
/* .rate-set .description { display: none; } */
.rate-set { padding: 15px 0; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.rate-set .rate-set-head { padding: 0 15px; display: flex; flex-wrap: wrap; align-items: center; cursor: pointer; text-align:left; }
.rate-set .name { color: var(--dark_grey); font-size: calc(var(--size-base) * 1.1); font-weight: var(--font-weight-bold); /* font-weight: var(--font-weight-bold);*/ }
.rate-set .price_from { margin-left: auto; font-size: calc(var(--size-base) * 1.2); color: var(--dark_grey); transition: opacity 0.5s ease-in-out; font-family: var(--sans-bei); font-weight: var(--font-weight-medium);}
.rate-set .price_from :where(.comma, .decimal) { font-size: 0;}
.rate-set .price_from:before { margin: 0 5px 0 0;}
body.it .rate-set .price_from:before { content: "da \20AC"; }
body.en .rate-set .price_from:before { content: "from \20AC"; }
body.fr .rate-set .price_from:before { content: "de \20AC"; }
body.de .rate-set .price_from:before { content: "Ab \20AC"; }
body.ru .rate-set .price_from:before { content: "От \20AC"; }
.rate-set .description { padding-block-start: 10px; font-size: calc(var(--size-base)* .95); line-height: 1.3; width: 100%; text-align: left; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.rate-set .collapse_toggle:before { font-family: var(--font-icon); content: '\f078'; font-size: var(--size-btn); margin-left: 5px; color: var(--dark_grey); display: flex; transition: .4s all; }
.rate-set .rate-set-elements { height: 0; transition: height 0.5s ease-in-out, opacity 0.5s ease-in; opacity: 0; pointer-events: none; overflow: hidden; display: flex; flex-direction: column; }
.rate-set .rate-set-elements .description { padding: 15px; margin: 0; }
.rate-set.fired .rate-set-head { justify-content: space-between;}
.rate-set.fired .rate-set-head .name:after { display: none;}
.rate-set.fired .rate-set-head .price_from { opacity: 0;}
.rate-set.fired .rate-set-elements { height: 100%; opacity: 1; pointer-events: inherit; overflow: unset;}
.rate-set.fired .collapse_toggle:before { transform: rotate(-180deg); }

/* Tariffe in vendita */
.ztemplate_rooms .subcontents .elem .zlabel { font-size: 100%; line-height: 1;}
.ztemplate_rooms .subcontents .elem .zlabel.g17 { display: none;}
.ztemplate_rooms .subcontents .product_selection_wrap {margin:0;text-align: center;position: relative;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;list-style: none;-ms-box-orient: horizontal;-webkit-align-items: center;align-items: center;justify-content: space-between;}
.ztemplate_rooms .subcontents .product_selection_wrap .prod_sel_content {padding: 0;min-width: 40px;width:auto; height: inherit;font-size: 170%; line-height: 1.2;text-align: center;border: none;background: none;color: var(--grey);}
.ztemplate_rooms .subcontents .product_selection_wrap .prod_sel_add.disabled, .ztemplate_rooms .subcontents .product_selection_wrap .prod_sel_rem.disabled { opacity: 0.1; }
.ztemplate_rooms .subcontents .product_selection_wrap span:before {font-family: var(--font-icon); font-weight: var(--font-weight-regular); text-align: center; font-size: 130%; line-height: 1; }
.ztemplate_rooms .subcontents .product_selection_wrap .prod_sel_rem:before {content: "\f056";}
.ztemplate_rooms .subcontents .product_selection_wrap .prod_sel_add:before {content: "\f055";}
/* Prodotti e Tariffe - Descrizione Tariffa */
.ztemplate_rooms .subcontents .ztextarea.g2 .fieldkey { cursor: pointer; color: var(--grey); font-size: 100%; width: 100%; text-align: left; text-transform: uppercase; }
.ztemplate_rooms .subcontents .ztextarea.g2 .fieldkey:before { margin: 0 5px 0 0; font-family: var(--font-icon); font-weight: var(--font-weight-regular); text-align: center; content: "\f0fe"; }
.ztemplate_rooms .subcontents .ztextarea.g2 .fieldvalue { display: none; }
.ztemplate_rooms .subcontents .ztextarea.g2.fired .fieldvalue { margin: 0 0 10px 0; display: block; }
.ztemplate_rooms .subcontents .ztextarea.g2.fired .fieldkey:before { content: "\f146"; }
/* ^ Trattamento ed eventuali Servizi inclusi */
.ztemplate_rooms .subcontents .zlabel.g24 {margin: 5px 0; width: 100%; display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;list-style: none;-ms-box-orient: horizontal;-webkit-align-items: center;align-items: center; }
.ztemplate_rooms .subcontents .zlabel.g24 .fieldvalue { margin: 0 5px 0 0; font-size: 105%; }
.ztemplate_rooms .subcontents .zlabel.g24 .fieldvalue:before { margin: 0 5px 0 0; font-family: var(--font-icon); font-weight: var(--font-weight-solid); }
.ztemplate_rooms .treatment-breakfast .zlabel.g24 .fieldvalue:before { content: "\f7b6";  }
.ztemplate_rooms .treatment-room .zlabel.g24 .fieldvalue:before { content: "\f8f7";  }
.ztemplate_rooms .treatment-half .zlabel.g24 .fieldvalue:before,
.ztemplate_rooms .treatment-full .zlabel.g24 .fieldvalue:before { content: "\e559";  }
.ztemplate_rooms .treatment-all .zlabel.g24 .fieldvalue:before { content: "\f561";  }
.ztemplate_rooms .subcontents .zlabel.g25 {margin: 0 0 10px 0; width: 100%; display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;list-style: none;-ms-box-orient: horizontal;-webkit-align-items: center;align-items: center; font-size: 110%; }
.ztemplate_rooms .subcontents .zlabel.g25 .fieldkey { margin: 0 5px 0 0; color: var(--color1); font-size: 100%; text-align: left; text-transform: none;  }
.ztemplate_rooms .subcontents .zlabel.g25 .fieldkey:after { content: ":"; }
/* Prodotti e Tariffe - Condizioni */
.ztemplate_rooms .subcontents .zlabel.g6 { width: 100%; margin-bottom: 10px}
.ztemplate_rooms .subcontents .zlabel.g6 .fieldvalue { font-size: 160%; color: var(--color1); display: flex;}
.ztemplate_rooms .subcontents .zlabel.g6 .fieldvalue:before { content: '\20ac'; margin-right: 2px}
.ztemplate_rooms .subcontents .zlabel.g8 { line-height: 1.2; }
.ztemplate_rooms .subcontents .zlabel.g8 .fieldkey { display: none; color: var(--grey); font-size: 100%; width: 100%; text-align: left; }
.ztemplate_rooms .subcontents .zlabel.g8 .fieldkey:before { margin: 0 5px 0 0; font-family: var(--font-icon); font-weight: var(--font-weight-regular); text-align: center; content: "\f0fe"; }
.ztemplate_rooms .subcontents .zlabel.g8.fired .fieldvalue { margin: 0 0 10px 0; display: block; }
.ztemplate_rooms .subcontents .zlabel.g8.fired .fieldkey:before { content: "\f146"; }
.ztemplate_rooms .subcontents .payment_policy { margin-top: 5px}
.prepaid_detail { display: flex; align-items: center; margin: 10px 0 0; border-top: 1px dashed var(--color1); padding: 10px 0; color: var(--color1)}
.prepaid_detail:before { font-family: var(--font-icon); content: '\f51e'; font-weight: var(--font-weight-solid); margin-right: 5px}
.prepaid_detail_amount { font-size: 120%;}
.prepaid_detail_date { margin-left: 10px; font-weight: var(--font-weight-medium); text-transform: uppercase; font-size: 80%; border: 1px solid var(--color1); padding: 3px}
.canc_policy_label, .payment_policy_label { text-transform: uppercase; cursor: pointer; font-size: 90%}
.canc_policy_label:before, .payment_policy_label:before { margin: 0 5px 0 0; font-family: var(--font-icon); font-weight: var(--font-weight-regular); text-align: center; content: "\f0fe";}
.canc_policy_text, .payment_policy_text { margin: 5px 0 10px; display: none}
.canc_policy.fired .canc_policy_text, .payment_policy.fired .payment_policy_text { display: block;}
.canc_policy.fired .canc_policy_label:before, .payment_policy.fired .payment_policy_label:before { content: '\f146'}

/* Prodotti e Tariffe - Visualizzazione prezzi e Occupanti*/
.ztemplate_rooms .subcontents .zlabel.g15,
.ztemplate_rooms .subcontents .zlabel.g16,
.ztemplate_rooms .subcontents .zlabel.g23 { margin: 0 5px 10px 5px; color: var(--color2); display: none;  }
.ztemplate_rooms .subcontents .zlabel.g15 .fieldvalue:after,
.ztemplate_rooms .subcontents .zlabel.g16 .fieldvalue:after,
.ztemplate_rooms .subcontents .zlabel.g23 .fieldvalue:after { margin: 0 0 0 5px; font-family: var(--font-icon); font-weight: var(--font-weight-regular); text-align: center; font-size: 130%; line-height: 1; content: "\f183"; }
.ztemplate_rooms .subcontents .zlabelprice,
.ztemplate_rooms .subcontents .zlabel.g9 { width: 100%; color: var(--color1); font-size: 70%}
.ztemplate_rooms .subcontents .zlabel .fieldkey { margin: 0 0 2px 0; font-size: 80%; text-transform: uppercase; color: var(--color1);}
.ztemplate_rooms .subcontents .zlabelprice .fieldvalue,
.ztemplate_rooms .subcontents .zlabel.g9 .fieldvalue,
.ztemplate_rooms .subcontents .zlabel.g20 .fieldvalue  { position: relative; font-size: 160%; display: flex; justify-content: center; text-align: center; }
.ztemplate_rooms .subcontents .zlabelprice .fieldvalue:before,
.ztemplate_rooms .subcontents .zlabel.g9 .fieldvalue:before,
.ztemplate_rooms .subcontents .zlabel.g20 .fieldvalue:before  { margin: 0 2px 0 0;content: "\20ac";text-transform: uppercase;font-size: 100%;text-align: left;}
.ztemplate_rooms .subcontents .zlabel.g9 { margin: 0 0 5px 0; }
.ztemplate_rooms .subcontents .zlabel.g9 .number,
.ztemplate_rooms .subcontents .zlabel.g9 .decimal { text-decoration: line-through; }
.ztemplate_rooms .subcontents .zlabel.g20 { margin: 10px 0 0 0; padding: 5px; background-color: var(--color3); color: var(--grey); display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -ms-box-orient: horizontal; -webkit-align-items: center; align-items: center; justify-content: center; text-align: center; }
.ztemplate_rooms .subcontents .zlabel.g20 .fieldkey,
.ztemplate_rooms .subcontents .zlabel.g20 .fieldvalue { margin: 0 2px; color: var(--white); font-size: 90%; }
.ztemplate_rooms .subcontents .zlabel.g20 span.comma,
.ztemplate_rooms .subcontents .zlabel.g20 span.decimal  { vertical-align: initial;font-size: 100%;letter-spacing: 0;position: relative;top: initial;}

/* Step Bar - Purchase flow */
.step_footer { margin: 0; padding: 15px 20px; width: 100%; position: fixed; bottom: 0; background-color: var(--white); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); transform: translateY(130%);transition-timing-function: ease-in;transition: 0.2s;z-index: -2; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; list-style: none; -ms-box-orient: horizontal; -webkit-align-items: center; align-items: center; justify-content: flex-end;}
.step_footer.fired { transition: 0.25s;transition-timing-function: ease-out;transform: translateY(0);opacity: 1; z-index: 999;  }
.step_footer_wrap { position: relative; width: 100%; max-width: 1200px; padding: 0 20px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center}
/* .step_footer_wrap:before { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 30px; content: ''; z-index: -1; background-image: url('../images/icons/credit_cards.svg'); background-repeat: no-repeat; background-size: contain;} */
.pf_step_button { position: relative; transition: .3s; top: 0; padding: 20px 60px; order: 2; background-color: var(--color2); color: var(--white); text-transform: uppercase}
.pf_step_button.disabled { opacity: 0; pointer-events: none; top: 100px; }
.totals { margin: 0 20px 0 0; }
.total_price_title { text-transform: uppercase; font-size: 90%; display: flex;align-items: center; order: 2}
/* .total_price_title:after { content: ':'; margin-left: 3px} */
.total_amount { order: 1; font-size: 295%; color: var(--color1); display: flex; align-items: center; margin-right: 0}
.total_amount span.number {margin: 0px 2px 0px 0;font-size: 100%;letter-spacing: 0;line-height: 1;}
.total_amount span.comma {margin: 0px 0px 0px 0;vertical-align: super;font-size: 55%;position: relative;top: 4px;}
.total_amount span.decimal {vertical-align: super;font-size: 65%;letter-spacing: 0;position: relative;top: 4px;}
.total_amount:before {margin: 0 2px 0 0;content: "\20ac";text-transform: uppercase;font-size: 100%;text-align: left;}
.step_footer_wrap .cart_detail_wrapper { position: absolute; z-index: 2; left: 0}
.step_footer_wrap #cart_detail { opacity: 0; transition: .4s; max-height: 420px; overflow: auto; border: 1px solid var(--color1); box-shadow: 0 0 20px rgb(0 0 0 / 20%); position: absolute; left: 40px; bottom: 30px; width: 420px; background-color: var(--white); z-index: 2; pointer-events: none; transform: scale(0); transform-origin: bottom left;padding-bottom: 10px; }
.ztemplate .box_heading { display: none;}
.step_footer_wrap #cart_detail > .box_heading { display: block; color: var(--white); position: sticky; top: 0; left: 0; width: 93%; z-index: 9; padding: 8px; background-color: var(--color2); margin-bottom: -34px; }
.step_footer_wrap #cart_detail::-webkit-scrollbar { width: 4px; background-color: var(--color3);}
.step_footer_wrap #cart_detail::-webkit-scrollbar-thumb { background-color: var(--color1);}
.step_footer_wrap #cart_detail.fired { opacity: 1; pointer-events: inherit; transform: scale(1);}
.step_footer_wrap #cart_detail .ztemplate { margin: 0; display: block;}
.step_footer_wrap #cart_detail .ztemplate .caption {width: 100%}
.step_footer_wrap #cart_detail .ztemplate .row { margin-left: 0}
.step_footer_wrap #cart_detail .elem { margin: 20px 0 0; padding: 0; width: 100%;}
.step_footer_wrap #cart_detail .elem .zinput.g3 { display: none;}
.step_footer_wrap #cart_detail .subcontents { display: block;}
.step_footer_wrap #cart_detail .subcontents .elem { padding: 0; margin: 0; border-bottom: 1px dashed rgba(0,0,0,.1)}
.step_footer_wrap #cart_detail .subcontents .elem .caption { width: 100%}
.step_footer_wrap #cart_detail .subcontents .elem:nth-child(odd) { background-color: var(--white);}
.step_footer_wrap #cart_detail .subcontents .elem .caption-cnt:not(.service_title .caption-cnt) { padding: 6px}
.step_footer_wrap #cart_detail .zlabel.g11 { animation: unset; position: relative; left: 0; top: 0; width: 100%;}
.step_footer_wrap #cart_detail .zlabel.g11 .subfield { border-bottom: 1px dashed #dedede}
.step_footer_wrap #cart_detail .zlabel.g11 .subfield .fieldvalue{ display: flex; align-items: center; color: var(--grey); width: 100%; background-color: transparent}
.step_footer_wrap #cart_detail .zlabel.g11 .date { order: 2}
.step_footer_wrap #cart_detail .zlabel.g11 .quantity { order: 1;}
.step_footer_wrap #cart_detail .zlabel.g11 .name { order: 3; margin-left: auto; margin-right: 20px; color: var(--color1);}
.step_footer_wrap #cart_detail .zlabel.g11 .price { order: 4; font-size: 130%; color: var(--color1);}
.step_footer_wrap #cart_detail .zlabel.g11 .price:before { content: '\20ac'; margin-right: 2px}
.step_footer_wrap #cart_detail .subcontents .caption-cnt .caption-alt { display: none;}
.step_footer_wrap #cart_detail .ztemplate .title { font-size: 130%; width: 100%; color: var(--color1); font-weight: var(--font-weight-medium); border-bottom: 1px solid #dedede; padding-bottom: 5px; margin-bottom: 5px}
.step_footer_wrap #cart_detail .subcontents .caption { align-items: center}
.step_footer_wrap #cart_detail .subcontents .title { width: calc(100% - 30px); order: 2; font-size: 100%; color: var(--grey); font-weight: var(--font-weight-normal); border-bottom: unset; padding-bottom: 0; margin-bottom: 0}
.step_footer_wrap #cart_detail .subcontents .ztemplate { box-shadow: unset}
.step_footer_wrap #cart_detail .subcontents .caption-cnt .caption { padding: 2px 0; margin: 0; display: flex; flex-wrap: wrap; flex-direction: row; align-items: flex-start;}
.step_footer_wrap #cart_detail .zlabelquantity { font-size: 70%; order: 1}
.step_footer_wrap #cart_detail .subcontents .caption-add { padding: 0 0 0 10px; margin: 0; border-left: 1px solid #dedede; display: flex; flex-wrap: nowrap; flex-direction: row;}
.step_footer_wrap #cart_detail .zlabel.g11 .fieldvalue { display: flex; align-items: center}
.step_footer_wrap #cart_detail .subcontents .caption-cnt > li { border-right: unset; width: auto; }
.step_footer_wrap #cart_detail .subcontents .zlabelprice .fieldvalue { font-size: 130%}
.step_footer_wrap #cart_detail .service_title .subcontents .caption-cnt .caption { width: 100%; }
.step_footer_wrap #cart_detail .service_title .subcontents .elem { border-bottom: unset}
.step_footer_wrap #cart_detail .subcontents .zlabel.g9 { margin: 0 10px 0 0;}
.step_footer_wrap #cart_detail .subcontents .zlabel.g20 { display: none;}
.cart_btn { cursor: pointer; margin-right: 15px; color: var(--grey); position: relative; display: flex; align-items: center; text-transform: uppercase; font-size: 120%; }
.cart_btn:before { font-family: var(--font-icon); font-size: 130%; color: var(--color2); content: '\f07a'; position: relative; z-index: 1; margin-right: 10px }
.cart_btn:after { font-family: var(--font-icon); font-size: 220%; color: var(--color2); position: absolute; z-index: 2; font-weight: var(--font-weight-solid); content: '\f05a'; font-size: 70%; bottom: -4px; left: 12px; border: 2px solid var(--white); background-color: var(--white); border-radius: 100%; }
.step_footer_wrap #cart_detail .close_btn { cursor: pointer; position: sticky; z-index: 2; top: 0; right: 0; left: 100%; border-radius: unset; width: 30px; height: 30px; border: unset; background-color: var(--color2);}
.step_footer_wrap #cart_detail .close_btn:before { width: 20px; height: 1px; background-color: var(--white); transform: rotate(45deg) translateY(-50%); position: absolute; top: 50%; left: calc(50% - 10px); content: '';}
.step_footer_wrap #cart_detail .close_btn:after { width: 20px; height: 1px; background-color: var(--white); transform: rotate(-45deg) translateY(-50%); position: absolute; top: 50%; left: calc(50% - 10px); content: '';}
.step_footer_total_wrap { margin-left: auto; display: flex; flex-direction: column; margin-right: 60px; align-items: flex-end;}
.step_footer #total_amount.fired { animation: blink 2s; animation-delay: .5s; }
.step_footer_wrap #cart_detail .ztemplate .caption-alt { display: none;}

/* Step Servizi */
.ztemplate_rooms .ztemplate .services .elem .caption:not(.subcontents .caption):before { transition: .6s; transition-delay: .2s; position: absolute; z-index: 2; width: 100px; height: 100px; border-radius: 100%; top: -100px; right: -100px; background-color: var(--color2); content: '';}
.ztemplate_rooms .ztemplate .services .elem.selected .caption:not(.subcontents .caption):before { top: -50px; right: -50px; }
.ztemplate_rooms .ztemplate .services .elem .caption:not(.subcontents .caption):after { position: absolute; z-index: 2; top: 5px; right: 5px; font-size: 180%; transform: scale(0); transition: .4s; color: var(--white); font-family: var(--font-icon); font-weight: var(--font-weight-solid); content: '\f058'}
.ztemplate_rooms .ztemplate .services .elem.selected .caption:not(.subcontents .caption):after { transform: scale(1); transition-delay: .4s}
.ztemplate_rooms .ztemplate .services .elem.selected { border: 8px solid var(--color2);}
.ztemplate_rooms .ztemplate .services .elem:hover .caption-cnt img { filter: blur(5px); transform: scale(1.4) rotate(5deg); opacity: .5; }
.ztemplate_rooms .ztemplate .services .elem.selected .caption-cnt img { opacity: .5; }
.ztemplate_rooms .ztemplate .services .subcontents::-webkit-scrollbar { width: 4px; }
.ztemplate_rooms .ztemplate .services .subcontents::-webkit-scrollbar-thumb { background-color: var(--color1);}
.ztemplate_rooms .ztemplate .services .subcontents { padding: 10px; display: block; width: 100%; position: fixed; z-index: 9999; width: 540px; right: -540px; top: 110px; bottom: 84px; overflow: auto; background-color: var(--white); transition: .4s}
.ztemplate_rooms .ztemplate .services .elem.fired .subcontents { right: 0;}
.ztemplate_rooms .ztemplate .services .subcontents .caption-cnt { display: flex; flex-wrap: wrap; width: 100%}
.ztemplate_rooms .ztemplate .services .subcontents .caption-cnt .caption { border-bottom: 3px solid var(--color2); display: flex; flex-direction: row;align-items: center; width: 100%; margin: 0; padding: 10px 20px; font-size: 100%; background-color: var(--color2);}
.ztemplate_rooms .ztemplate .services .subcontents .caption-cnt .caption-alt { width: 100%; margin: 0; padding: 0; left: 0}
.ztemplate_rooms .ztemplate .services .subcontents .ztemplate { box-shadow: unset}
.ztemplate_rooms .ztemplate .services .subcontents .elem { background-color: transparent; border: unset; margin: 0; width: 100%; padding: 0 0 15px}
.ztemplate_rooms .ztemplate .services .subcontents .title { padding-bottom: 5px}
.ztemplate_rooms .ztemplate .services .subcontents .caption-cnt > li { border: unset}
.ztemplate_rooms .ztemplate .services .subcontents .product_selection_wrap { display: flex; flex-wrap: wrap; width: 100%}
.ztemplate_rooms .ztemplate .services .subcontents .selection_date_fields{ display: flex;align-items: center; width: 100%; list-style-type: none; justify-content: space-between; padding-left: 0}
.ztemplate_rooms .ztemplate .services .subcontents .selector_wrapper .selection_date {  transition: .4s}
.ztemplate_rooms .ztemplate .services .subcontents .price_per_day { font-size: 160%; margin-left: auto; color: var(--color1); padding: 5px 20px; margin-right: 20px; border-right: 1px solid var(--alpha_grey);}
.ztemplate_rooms .ztemplate .services .subcontents .price_per_day .fieldvalue { display: flex; align-items: flex-start; }
.ztemplate_rooms .ztemplate .services .subcontents .price_per_day .fieldvalue:before { content: '\20ac'; margin-right: 2px}
.ztemplate_rooms .ztemplate .services .subcontents .price_per_day .number { margin-right: 2px}
.ztemplate_rooms .ztemplate .services .subcontents .price_per_day .comma, .ztemplate_rooms .ztemplate .services .subcontents .price_per_day .decimal { font-size: 70%; margin-top: 2px}
.ztemplate_rooms .ztemplate .services .subcontents .selector_wrapper { transition: .4s; width: 100%; padding-bottom: 5px; border-bottom: 1px solid var(--alpha_grey); padding: 15px 20px;}
.ztemplate_rooms .ztemplate .services .subcontents .selector_wrapper:nth-child(even) { background-color: var(--ice)}
.ztemplate_rooms .ztemplate .services .subcontents .selector_wrapper:hover { background-color: #f9f6f4;}
.ztemplate_rooms .ztemplate .services .subcontents .selector_wrapper:hover .selection_date { padding-left: 10px; }
.ztemplate_rooms .ztemplate .services .subcontents .selector_wrapper:last-child { border-bottom: unset}
.ztemplate_rooms .ztemplate .services .subcontents .selection_date .fieldvalue{ display: flex; align-items: center}
.ztemplate_rooms .ztemplate .services .subcontents .selection_date .fieldvalue > div { margin-right: 5px; font-size: 120%}
.ztemplate_rooms .ztemplate .services .subcontents .month { display: none}
.ztemplate_rooms .ztemplate .services .subcontents .selection_per_day_wrap .fieldvalue { display: flex; align-items: center}
.ztemplate_rooms .ztemplate .services .subcontents .ztextarea { padding-right: 0}
.ztemplate_rooms .ztemplate .services .subcontents .ztextarea.g2 { cursor: inherit; color: var(--grey);}
.ztemplate_rooms .ztemplate .services .subcontents .caption-alt { position: relative; width: 100%; padding: 10px 5px; list-style-type: none; }
.ztemplate_rooms .ztemplate .services .subcontents .zlabel.g6 .fieldvalue:before { display: none;}
.ztemplate_rooms .ztemplate .services .subcontents .zlabel.g6 .fieldvalue { color: var(--grey); font-size: 80%}
.ztemplate_rooms .ztemplate .services .subcontents .zlabel.g8 { display: none;}

.close_services { display: inline-block; position: absolute; top: 0; left: 0; z-index: 2; background-color: var(--color2); width: 40px; height: 40px; cursor: pointer}
.close_services:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; font-family: var(--font-icon); font-weight: var(--font-weight-normal); content: '\f00d'; color: var(--white); font-size: 190%; transform-origin: center; transition: .3s}
.close_services:hover:before { transform: translate(-50%, -50%) rotate(90deg); }
.service_info { position: relative;}
.service_info .ztextarea.g2 { color: var(--white)}
.ztemplate_rooms .ztemplate .services .subcontents .service_info .title { font-size: 190%;}
.ztemplate_rooms .subcontents .service_info .ztextarea.g2 .fieldvalue{ display: block}
.ztemplate_rooms .ztemplate .services .service_info .service_desc { padding: 20px; pointer-events: none;}
.ztemplate_rooms .subcontents .service_desc .zlabel.g6 .fieldvalue { color: var(--grey); font-size: 85%}
.ztemplate_rooms .subcontents .service_desc .zlabel.g6 .fieldvalue:before { display: none;}
.ztemplate_rooms .subcontents img { min-width: unset; width: 600px; height: 390px; object-fit: cover;}
.close_services_btn { cursor: pointer; padding: 20px 60px; background-color: var(--color1); color: var(--white); text-transform: uppercase; text-align: center; position: sticky; bottom: 0; z-index: 2; }
.ztemplate_rooms .ztemplate .services .service_info .service_desc .zlabel.g6 { display: flex;}
.services_label { display: none; color: var(--white)}
.ztemplate_rooms .ztemplate .services .subcontents .caption-cnt .caption .services_label { display: block;}
.ztemplate_rooms .ztemplate .services .subcontents .caption-cnt .caption .title { width: auto; padding: 0; border: unset; font-size: 100%; margin: 0 32px 0 0; color: var(--white); border-right: 1px solid rgba(255, 255, 255, 0.3); padding-right: 22px}
.services_label.price_label { margin-left: auto; margin-right: 3px; border-left: 1px solid rgba(255, 255, 255, 0.3); padding-left: 22px}
.services_label.qty_label { margin-right: 15px}

/* E-Commerce - Order */
body.body_ecommerce_order header #varsimple_booknow { display: none;}
#page.order { background-color: var(--ice); }
#page.order #content { margin: 30px auto 70px auto; }
#page.order #content .cnt .body,
#page.order #content .cnt .side { margin: 0 50px 0 0; padding: 20px; width: 55%; background-color: var(--white); color: var(--color1);}
#page.order #content .cnt .side { margin: 0; width: 45%; }
#page.order #cnt_forms { border: 1px solid #dedede}
#page.order #cnt_forms .form_merge_group { padding: 15px; min-width: unset}
#page.order .transfer_info { font-size: 120%; color: var(--color1); display: flex; margin-bottom: 20px}
#page.order .transfer_info:before { color: var(--grey); font-family: var(--font-icon);margin-right: 20px; content: '\f1ba'; font-weight: var(--font-weight-solid); font-size: 150%}
#page.order .group_wrapper { border: 1px dashed var(--color1);}
.transfer_date { padding: 15px; color: var(--white); background-color: var(--color1); margin: 5px 5px 0; display: flex; align-items: flex-start; }
.transfer_date:before { font-family: var(--font-icon); content: '\f0ec'; margin-right: 10px;}
#page.order .group_wrapper .merge_group { padding: 15px 0; display: flex; flex-wrap: wrap; }
#page.order form .caption-fields .group_wrapper .field { width: calc(100% / 3)}
#page.order form .caption-fields .group_wrapper .field.element_12 { width: 100%}
#page.order form .caption-fields .group_wrapper .field.textarea { width: 100%; }
#page.order #content .title:not(.title_wrapper .title), #page.order #content .side #bookingform_summary .title { margin: 0 0 10px 0; font-size: 190%; }
#page.order #content .side .title:not(.title_wrapper .title) { font-size: 150%; color: var(--color1);}
#page.order #content .summary { font-size: 105%; color: var(--grey);}
#page.order #cnt_forms { margin: 20px 0 0 0; padding: 25px; background-color: var(--ice); color: var(--grey); }
#order_template_wrapper { margin: 20px 0 0 0; padding: 20px; background-color: var(--ice); border: 1px solid #d8d8d8; }
#order_template_wrapper .row-1 .caption:not(.subcontents .caption) { justify-content: flex-start; align-items: center}

.ztemplate .open_desc_order { font-size: 100%!important;}
.ztemplate .open_desc_order .fieldvalue { display: none;}
.ztemplate .open_desc_order .fieldvalue p { margin-bottom: 8px;}
.ztemplate .open_desc_order .fieldvalue.fired { display: block;}
.ztemplate .open_desc_order .fieldkey { cursor: pointer; color: var(--grey); text-transform: uppercase; font-size: 90%; border-bottom: 1px solid #dedede;padding-bottom: 5px; margin-bottom: 10px;}
.ztemplate .open_desc_order .fieldkey:before {font-family: var(--font-icon); content: '\f0fe'; margin-right: 3px; }
.ztemplate .open_desc_order .fieldkey.fired:before { content: '\f146';}
#order_template_wrapper .row-1 .caption-alt:not(.subcontents .caption-alt) img { margin: 10px 0; border: 5px solid var(--white);}
.ztemplate .open_desc_order ul { padding-left: 25px;}

#order_template_wrapper .row-1 .caption { display: flex; justify-content: space-between;}
#order_template_wrapper .row-1 .caption .title:not(.subcontents .title) { order: 2; margin-bottom: 0!important}
#order_template_wrapper .row-1 .caption-add > div { text-align: right; justify-content: flex-end; }
#order_template_wrapper .caption-cnt { display: block; color: var(--grey); }
#order_template_wrapper .room .title { margin: 0; font-size: 130%; color: var(--grey); }
#order_template_wrapper .rates { }
#order_template_wrapper .rates .caption-cnt {  }
#order_template_wrapper .rates .title { font-size: 85%; }
#order_template_wrapper .rates .zlabel.g24 { margin-top: 5px; }
#order_template_wrapper .rates .zlabel.g24 .fieldvalue:before { content: '\f7b6'; font-family: var(--font-icon); font-weight: var(--font-weight-solid); margin-right: 3px}
#order_template_wrapper .rates .treatment-room .zlabel.g24 .fieldvalue:before { content: '\f8f7';}
#order_template_wrapper .rates .caption-alt { margin-top: 10px}
#order_template_wrapper .ztemplate .elem { margin-bottom: 20px; }
#order_template_wrapper .caption-cnt .fieldvalue.f11 { display: flex; align-items: center; margin-bottom: 5px; font-size: 110%; border-bottom: 1px dashed #dedede; padding-bottom: 5px}
.ztemplate .quantity, .zlabelquantity, .room_count { display: flex; align-items: center; justify-content: center; font-size: 70%; order: 1; margin-right: 5px; background-color: var(--color1); min-width: 15px; height: 15px; padding: 2px; text-align: center; color: var(--white); line-height: 20px}
.ztemplate .quantity:before, .zlabelquantity:before, .room_count:before { content: 'x'}
#order_template_wrapper .caption-cnt .fieldvalue.f11 .date { order: 2}
#order_template_wrapper .caption-cnt .fieldvalue.f11 .name { order: 3; margin-left: auto; margin-right: 30px}
#order_template_wrapper .caption-cnt .fieldvalue.f11 .price { order: 4; color: var(--color1); font-size: 120%}
#order_template_wrapper .caption-cnt .fieldvalue.f11 .price:before { content: '\20ac'; margin-right: 3px}
#order_template_wrapper .service_title .title { font-size: 130%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #dedede;}
#order_template_wrapper .service_title .room_count { display: none;}
#order_template_wrapper .rates .caption-alt .fieldkey { color: var(--color1); border-bottom: 1px solid #dedede; font-size: 120%; padding-bottom: 5px; margin-bottom: 10px}
#order_template_wrapper .row-2 .rates .caption-alt .fieldkey:not(.details_wrapper .fieldkey) { cursor: pointer; color: var(--grey); text-transform: uppercase; font-size: 90%}
#order_template_wrapper .row-2 .rates .caption-alt .fieldkey:not(.details_wrapper .fieldkey):before { font-family: var(--font-icon); content: '\f0fe'; margin-right: 3px}
#order_template_wrapper .row-2 .rates .caption-alt .fieldkey.fired:not(.details_wrapper .fieldkey):before { content: '\f146'}
#order_template_wrapper .title_wrapper .title { }
.quantity_wrapper { display: flex; align-items: center; margin: 5px 0 0 0}
.quantity_wrapper .zlabelquantity { order: 1}
.quantity_wrapper .title { order: 2}
#order_template_wrapper .details_wrapper.fired { display: block; }
#order_template_wrapper .details_wrapper .zlabel.g6 { display: flex; border-bottom: unset; align-items: center;}
#order_template_wrapper .details_wrapper .zlabel.g6 .fieldkey { border-bottom: unset; margin: 0; padding: 0}
#order_template_wrapper .details_wrapper .zlabel.g6 .fieldkey:after { content: ':'; margin-right: 10px}
#order_template_wrapper .zlabelprice { font-size: 130%; display: flex; align-items: center; color: var(--color1);}
#order_template_wrapper .zlabelprice:before,
#order_template_wrapper .zlabel.g6 .fieldvalue:before,
#order_template_wrapper .zlabel.g9 .fieldvalue:before,
#order_template_wrapper .zlabel.g20 .fieldvalue:before { content: '\20ac'; margin-right: 3px}
#order_template_wrapper .zlabel span.number  { margin: 0 1px 0 0;font-size: 100%;}
#order_template_wrapper .zlabel span.comma { margin: 0;vertical-align: super;font-size: 55%;position: relative;top: 4px;}
#order_template_wrapper .zlabel span.decimal { vertical-align: super;font-size: 70%;position: relative;top: 4px;}
#order_template_wrapper .zlabel.g20 { margin: 3px auto; font-size: 90%; display: inline-flex; align-items: center; background-color: var(--color3); text-transform: uppercase; color: var(--white); padding: 5px}
#order_template_wrapper .zlabel.g20 .comma, #order_template_wrapper .zlabel.g20 .decimal { font-size: 100%; top: 0}
#order_template_wrapper .zlabel.g8 span.number,
#order_template_wrapper .zlabel.g6 .fieldvalue { font-size: 130%; color: var(--color1);}
#order_template_wrapper .zlabel.g9 .fieldvalue { font-size: 95%; color: var(--color1);}
#order_template_wrapper .zlabel.g9 .number, #order_template_wrapper .zlabel.g9 .decimal { text-decoration: line-through;}
#order_template_wrapper .zlabel.g20 .fieldvalue { display: flex;align-items: center; margin-left: 5px}
#order_template_wrapper .rates .caption-alt .ztextarea.g2,
#order_template_wrapper .rates .caption-alt .zlabel.g8 { margin-bottom: 10px}
#order_template_wrapper .canc_policy { margin-bottom: 5px}
#total_cost { color: var(--grey); margin-left: auto; margin-right: 40px;}
#total_upfront, #page.order #total_cost { display: inline-block;}
#total_upfront { font-size: 295%; margin-right: 20px; color: var(--color1);}
#total_upfront .number:before { content: '\20ac'; margin-right: 2px}
#total_upfront .comma { margin: 0px 0px 0px 0; vertical-align: super; font-size: 55%; position: relative; top: 4px; }
#total_upfront .decimal { vertical-align: super; font-size: 65%; letter-spacing: 0; position: relative; top: 4px;}
#total_upfront .key { font-size: var(--size-base); color: var(--grey); }
.total_wrap { display: flex;align-items: center; margin-top: 10px; border: 1px dashed #dedede; padding: 10px 0px;  }
.total_wrap .total_amount { margin-right: 15px}
#order_template_wrapper .zinput.g3 { display: none;}

#bookingform_summary:not(.ecommerce.step #bookingform_summary) .cnt { justify-content: space-between;}
#bookingform_summary .dates { display: flex; align-items: center;}
#bookingform_summary:not(.ecommerce.step #bookingform_summary) .dates { color: var(--grey)}
#bookingform_summary .dates:before { font-family: var(--font-icon); content: '\e0d6'; margin-right: 10px;}
#bookingform_summary:not(.ecommerce.step #bookingform_summary) .dates:before { color: var(--color1);}
#bookingform_summary .dates .value:after { font-family: var(--font-icon); content: '\f105'; margin: 0 10px; font-size: 70%}
#bookingform_summary .dates .value:last-of-type:after { display: none;}
#bookingform_summary .guests { display: flex; align-items: center; }
#bookingform_summary:not(.ecommerce.step #bookingform_summary) .guests { color: var(--grey)}
#bookingform_summary .guests:before { font-family: var(--font-icon); content: '\f8f7'; margin-right: 10px;}
#bookingform_summary:not(.ecommerce.step #bookingform_summary) .guests:before { color: var(--color1);}
.city_tax { margin-top: 10px; padding: 10px; text-align: center; }

/* Invoice */
#page.order form .field.element_17 { padding-bottom: 0;}
#page.order form .field.element_17 .form_element_title { display: none;}
#page.order form .caption-fields .invoice .field { width: 100%;}
#page.order form .caption-fields .invoice .field:nth-of-type(3),
#page.order form .caption-fields .invoice .field:nth-of-type(4),
#page.order form .caption-fields .invoice .field:nth-of-type(5) { width: calc(100% / 3);}
#page.order form .caption-fields .invoice .field:nth-of-type(6),
#page.order form .caption-fields .invoice .field:nth-of-type(7) { width: calc(100% / 2);}
.smartphone #page.order form .caption-fields .invoice .field:nth-of-type(3),
.smartphone #page.order form .caption-fields .invoice .field:nth-of-type(4),
.smartphone #page.order form .caption-fields .invoice .field:nth-of-type(5),
.smartphone #page.order form .caption-fields .invoice .field:nth-of-type(6),
.smartphone #page.order form .caption-fields .invoice .field:nth-of-type(7) { width: 100%;}

/* Messaggi persuasivi */
#persuasive_messages .persuasive_message { border: 3px solid var(--color2);}
#persuasive_messages h1, #persuasive_messages h2, #persuasive_messages h3, #persuasive_messages h4, #persuasive_messages h5, #persuasive_messages h6 { font-family: var(--sans); color: var(--color2);}

/* BEI - Cross Hotels */
.cross_property_wrapper { max-width: 1024px; width: 100%; margin: 30px auto;}
.cross_property_msg { font-size: 20px; text-align: center; margin-bottom: 40px;}
.cross_property_element { background-color: var(--white); box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05); margin-bottom: 40px;}
.cross_property_element .element-cnt { display: flex; align-items: center;}
.cross_property_element .photo_wrapper { width: 40%; padding: 15px;}
.cross_property_element .photo_wrapper img { min-height: 250px; object-fit: cover;}
.cross_property_element .info_wrapper { padding: 30px 45px 30px 30px; font-size: 110%; width: 60%;}
.cp_name { font-weight: bold; font-size: 200%; color: var(--color2);}
.cp_hotel_info { margin-bottom: 15px;}
.cp_address { margin-bottom: 20px;}
.cp_address:before { font-family: var(--font-icon); content:'\f3c5'; font-weight: var(--font-weight-solid); margin-right: 5px; color: var(--color2);}
.cp_description { width: 100%;}
.cp_link { margin-top: 5px;}
.cp_link a { display: inline-block; text-align: center; background-color: var(--color2); color: var(--white); font-weight: var(--font-weight-bold); padding:  15px 20px; text-transform: uppercase; font-size: 100%;}
.cp_price_ctn { display: flex; align-items: center; justify-content: space-between; border-top: 1px dashed #dedede; padding: 10px 0; margin-top: 10px;}
.cp_min_price { display: flex; flex-direction: column;}
.cp_min_price span { font-weight: var(--font-weight-bold); color: var(--color2); font-size: 150%; margin-top: 3px;}
.cp_min_price span:before { content: '\20ac';}
.cp_rating { display: flex; align-items: center;}
.cp_star { margin-right: 2px;}
.cp_star:before { font-family: var(--font-icon); font-weight: var(--font-weight-solid); content: '\f005'; color: #e9ac24; font-size: 10px;}
@media (max-width: 640px) {
	.cross_property_element .element-cnt { flex-direction: column;}
	.cross_property_element .photo_wrapper { width: 100%; padding: 0;}
	.cross_property_element .info_wrapper { width: 100%; padding: 15px;}
	.cp_price_ctn { flex-direction: column; align-items: flex-start;}
	.cp_link { width: 100%;}
	.cp_link a { display: block;}
}

@media (max-width: 1600px){
    .ztemplate_rooms .elem { width: 90%}

}

@media (max-width: 1440px) {

	#offers .cnt { padding: 50px 40px; }
	#page.order #content .cnt, #page.payment #content .cnt { display: flex; flex-direction: column;}
	#page.order #content .cnt .body, #page.order #content .cnt .side,
	#page.payment #content .cnt .body, #page.payment #content .cnt .side  { width: 100%}
	#page.order #cnt_forms .form_merge_group { width: 100%}
	.ztemplate_rooms .elem { width: 80%}
}

@media (max-width: 1340px){
	#page.room .zinput, #page.room .zradio { margin-right: 30px; }
}

@media (max-width: 1280px){
    #slideshow .caption { font-size: 180%}
    #slideshow .caption h3 { font-size: 190%}
    .ztemplate_base .ztemplate .title { font-size: 300%}
    #showcase .ztemplate_floated .ztemplate, #page.showcase.restaurants .ztemplate_floated .ztemplate,
	#page.showcase.press .ztemplate_list .ztemplate { width: 100%; }
	#page.showcase.press .ztemplate_list { padding: 15px; }

}

@media (max-width: 1190px){
    #page .heading .title, #showcase .heading .title { font-size: 170%;}
	.ztemplate_rooms .elem { width: 90%;}
	.ztemplate_rooms .caption-alt { padding: 30px;}
}

@media (max-width: 1023px){
	.z-slider .z-slider-dots { margin-top:0; }
    .ztemplate_base .ztemplate .caption-cnt { flex-direction: column;}
    section#overview .ztemplate .caption-alt { max-width: unset; }
    section#overview .ztemplate .caption { display: none;}
    section#overview .ztemplate .rooms .caption { display: block; width: 100%;}
    section#overview .ztemplate .rooms .caption img:nth-of-type(2) { display: none;}
    section#overview .ztemplate .rooms { margin: 0 auto; max-width: unset; background-color: var(--white);}
    section#overview .ztemplate .rooms .caption-alt { width: 100%; padding: 0; }
    section#overview .ztemplate .rooms .caption-alt .zimage { left: 0; width: 100%}
    section#overview .ztemplate .restaurant { padding-bottom: 40px}
    section#overview .ztemplate .box.restaurant .caption { display: block; width: 100%; left: 0}
    .ztemplate_base .ztemplate .box.restaurant .caption-alt .zimage { display: none; }
    section#experience { padding-top: 60px}
    section#experience .body { flex-direction: column; }
    section#experience .side { max-width: unset; width: 100%; }
    .ztemplate_base .ztemplate .caption-alt { max-width: unset; }
    section#experience .content { width: 100%; }
    section#experience .content { padding: 0 30px}
    section#offers .side { width: 100%; flex-direction: column; padding: 20px 15px}
    section .body { flex-direction: column; }
    section .content {  width: 100%; padding: 0}
    section#offers .ztemplate_list .box { padding: 0;}
    .ztemplate_list .ztemplate .elem .caption-cnt img { width: 290px; height: 290px;}
    section#newsletter .body { padding: 60px 15px;}
	#page.restaurant .btn { width: calc(50% - 20px); margin: 10px 10px 30px;}
	#page.restaurant .btn .zlink a { border: 2px solid var(--color2);}
	#page.restaurant .address, #page.restaurant .phone { margin: 0 10px; }
	#page.restaurant .times .zimage.f7 img { height: 400px; }

	.ztemplate_rooms .caption-cnt:not(.subcontents .caption-cnt){ display: flex; flex-direction: column}
	.ztemplate_rooms .caption-alt:not(.subcontents .caption-alt) { position: relative; width: 100%;}
    #page.experience .body.cnt { flex-direction: column; padding: 0;}
    #page.experience .text.g3 { width: 100%;}
    #page.experience .graph_container { width: 100%; padding: 20px 0 50px 0;}

    /* BE immersivo - risultati camere */
	.ztemplate_rooms .subcontents .caption-cnt .caption,
	.ztemplate_rooms .subcontents .caption-cnt .caption-alt { width: calc(100% / 2)}
	.ztemplate_rooms .subcontents .caption-cnt .caption-add { width: calc(100% / 4)}
	.ztemplate_rooms .subcontents .caption-cnt { display: flex;}
	.ztemplate_rooms .subcontents .rate-group-header.open > div { display: none}
	.ztemplate_rooms .subcontents .rate-group-header.open .rate-group-title, .ztemplate_rooms .subcontents .rate-group-header .rate-group-title { display: block; padding: 10px; width: 100%}
	.ztemplate_rooms .subcontents .rate-group-header:before { display: none;}
	.ztemplate_rooms .step_content_wrapper .caption-cnt:not(.subcontents .caption-cnt) { flex-direction: column; }
	.ztemplate_rooms .step_content_wrapper .caption-cnt:not(.subcontents .caption-cnt) .caption-alt { position: relative; width: 100%; margin: 0 auto;}
	.ztemplate_rooms .caption:not(.subcontents .caption) { width: 100%; }
	.rate-group-content { display: block!important;}
	.body_offerta .col_cnt { flex-direction: column}
    .body_offerta .col_cnt .col:last-child { width: 100%}
	.body_offerta .col { padding: 0}
    #cnt_forms { margin: 0; padding: 20px; }
	form .caption-fields .field { width: 100%; }
    .body_offerta .body .zimage { max-width: unset; width: 100%; }
	#page .ztemplate_experiences .elem { width: calc(50% - 20px);}

}

@media (max-width: 820px){
	.edit_search .summary { flex-wrap: wrap; }
	.edit_search .varsimple { width: 100%; margin-top: 15px; text-align: center;}
	.purchase_flow_step.purchase_flow_3_step .ztemplate:not(.subcontents .ztemplate), .services_only .purchase_flow_step .ztemplate:not(.subcontents .ztemplate) { margin-top: 0;}
	.purchase_flow_step.purchase_flow_3_step .ztemplate .row:not(.subcontents .row), .services_only .purchase_flow_step .ztemplate .row:not(.subcontents .row) { margin-left: 0;}
	.ztemplate_rooms .elem { margin: 15px auto 40px;}
	#page.order #content #bookingform_summary .cnt { flex-direction: row; justify-content: flex-start;}
	#bookingform_summary .dates { margin-right: 20px;}
}

@media (max-width: 768px){
    .ztemplate_base .ztemplate .caption-cnt { margin: 0; }
    .ztemplate_base .ztemplate .caption-alt { padding: 15px}
    section#overview .ztemplate .rooms .caption-cnt { padding: 15px;}
    section#overview .ztemplate .box.restaurant .caption { padding: 15px; }
    section .side { padding: 0; }
    .ztemplate_base .ztemplate .caption-alt:before { display: none; }
    .ztemplate .slick-dots { position: relative;}
    footer .top { padding: 30px 15px; flex-direction: column; text-align: center}
    footer .info { width: 100%; }
    footer .logos { margin: 30px auto;}
    footer .menu { width: 100%; }
    footer .menu ul li { float: none; display: inline-block;}
    footer .bottom { display: block; text-align: center; }
    footer .bottom .sx { width: 100%; margin-bottom: 15px; line-height: 1.5; }
    footer .bottom .dx { justify-content: center; }
    .ztemplate_floated .elem { width: calc(100% - 80px);}


}

@media (max-width: 767px){
    .ztemplate_list.ztemplate_offers .caption-cnt { display: block;}
    .ztemplate_list.ztemplate_offers .caption, .ztemplate_list.ztemplate_offers .caption-alt { width: 100%}
    .ztemplate_list .ztemplate .elem .caption-cnt img { width: 100%; height: 320px;}
    .section_booking_btn .varsimple { position: absolute; left: 0; top: 109px; width: 100%; }
    header { background-color: var(--color1); box-shadow: 0 2px 20px 0 rgba(0,0,0,0.34); height: 110px; align-items: center; }
    header .logo img {transform: unset;}
    header .logo, header.colour .logo { height: auto; width: inherit;}
    header .col.cnt { align-items: center; }
    header.clean, header.cnt { align-items: center; height: 110px; padding: 15px }
    header #top_contacts { margin-left: 0;}
    #booking_open { align-items: flex-start;}
    #booking_open #top { padding-top: 30px}
    #booking_open .section_title { font-size: 210%; }
    #booking_open .section_text { margin: 5px auto 0; font-size: 110%; }
    #booking .form.field.date, #booking .form.field.select, #booking .form.field.text { width: 50%; border-bottom: 1px solid var(--color1);}
    #booking .guests_wrapper .form_merge_group .form.field.select { border-bottom: unset; }
    #booking form .caption-fields .field.element_20 { width: 100%; margin-top: 20px; border-bottom: unset; }
    #booking input[type="submit"] { width: 100%; padding: 15px }
    #booking .form_select .current_value { font-size: 120%; }
    #booking .group_title { font-size: 85%; }
    .menu_open {}
    .menu_open li a { font-size: 190%; }
    .menu_open #menu2 { border-top: 1px solid var(--white); padding-top: 30px; }
	#page .ztemplate_experiences .elem { width: 100%;}
	#page.order #content #bookingform_summary .cnt { flex-direction: column;}
	#page.restaurant .address, #page.restaurant .phone { margin-bottom: 15px;}
	#page.restaurant .btn { width: 100%; margin: 0 auto 20px;}
	#page.restaurant { padding: 0;}
	#page.restaurant .heading.over .body { padding: 15px;}
	#page.restaurant .heading.over { margin: 0; padding: 0; }
	#page.restaurant .times .boxed { padding: 15px; height: 100%; }
	#page.restaurant .times { padding: 0; }
	#page.showcase.press .ztemplate_list .caption-cnt { flex-direction: column; }
	#page.showcase.press .ztemplate_list .caption, #page.showcase.press .ztemplate_list .caption-alt { width: 100%; }
	#page.showcase.press .ztemplate_list .caption-alt { padding: 15px; }
	#page.showcase.press .ztemplate_list { padding: 0; }
	#page.room .amenities .fieldvalue { width: calc(50% - 40px );}
    #next_room { flex-direction: column;}
    #next_room .boxed { padding: 30px 0 0 0; margin-top: 30px; border-left: unset; border-top: 1px solid var(--color2);}
    .back_to_all_rooms { padding: 0; margin: 0;}
    #page.room .back_to_all_rooms .btn { margin: 0;}
    .ztemplate_base .ztemplate .caption-alt { box-shadow: unset; }
    .ztemplate_base .ztemplate .title a { font-size: 80%;}
    section#offers .side .btns .section_btn { width: 100%; }
    section#offers .section_btn .varsimple { display: block; }
    section#offers .section_btn.section_btn_model_2 a { display: block; }
    section#offers .side .btns { gap: 10px }
    #page .heading .title .varsimple, #showcase .heading .title .varsimple { font-size: 1.5em; }

}

@media (max-height: 820px){
    #booking_open { align-items: flex-start;}
    #booking_open #top { padding-top: 30px}
}

@media (max-height: 768px){
    .menu_open { padding-top: 70px}
    .menu_open li a { font-size: 180%}
}

/* genral site smartphone */
.smartphone #slideshow .caption { left: 15px; width: 100%; max-width: unset; text-shadow: 2px 2px 2px rgba(0,0,0,0.3);}
.smartphone #slideshow .slick-dots { left: 15px; }
.smartphone #booking #booking_desc { display: none;}
.smartphone #booking .form.field.date { width: calc(50% - 10px); border-bottom: 1px solid #fff; padding-bottom: 6px;}
.smartphone #booking .day { width: 30px}
.smartphone #booking .year { left: inherit; right: 20px; border-radius: 3px; }
.smartphone #booking .month_name_tiny { margin:0 10px 0 10px }
.smartphone #booking form .caption-fields .field.element_20,
.smartphone #booking .form.field.element_12 { width: 100%; margin: 20px 0}
.smartphone #booking .form.field.element_12 input { max-width: unset}
.smartphone #booking input[type="submit"] { width: 100%; border-radius: 3px;}
.smartphone #booking .guests_wrapper { padding: 10px; left: -20px; right: -20px; z-index: 991; top: -10px;}
.smartphone #booking .guests_desc { font-size: 140%}
.smartphone #booking .merge_group { flex-wrap: wrap}
.smartphone #booking form .caption-fields .field.element_20 input { border-radius: 3px; }
.smartphone #booking .group_title { width: 100%; justify-content: center; font-size: 100%; margin: 10px 0}
.smartphone #booking .guests_wrapper_ok { border-radius: 3px; }
.smartphone #booking .guests_wrapper .form_merge_group .form.field.select { width: calc((100% / 3) - 10px); margin: 0}
.smartphone .form_merge_group { min-width: unset}
.smartphone #booking .guests_wrapper .form_element_title { font-size: 80%}
body.noslide.smartphone  .heading #booking.fired { margin-top: 0}
.smartphone #booking .merge_group { padding: 10px 0}
.smartphone #booking .form_merge_rem_button { width: 32px}
.smartphone .heading #booking.scrolled.fired { top: 0}
.smartphone #booking .guests_wrapper .add_btn:before, .smartphone #booking .guests_wrapper .rem_btn:before,
.smartphone #booking .form_merge_add_button:before { font-size: 140%; }
.smartphone header.scrolled #varsimple_booknow, .smartphone header #varlink_special_offers-cnt a { border-radius: 3px; }
.smartphone .ztemplate_rooms .caption-cnt { border-radius: 3px; overflow: hidden}
.smartphone .ztemplate_rooms .ztemplate .services .caption .zlabel.g5 { border-radius: 3px}
.smartphone .ztemplate_rooms .services .elem.selected .caption-cnt { border-radius: 0}
.smartphone #page.order #cnt_forms .form_merge_group { padding: 0}
.smartphone #page.order .group_wrapper { padding: 10px; }
.smartphone form #showprivacy { padding: 0}
.smartphone form input[type="submit"] { margin: 15px 0 0}
.smartphone #page #content .cnt .side { margin-top: 30px}
.smartphone .ztemplate_rooms .caption { width: 100%; }
.smartphone #cnt_forms { margin-top: 30px;}
.smartphone #cnt_forms form .caption-fields { margin: 0}
.smartphone #offers .cnt { padding: 0;}
.smartphone section#experience { padding-top: 0}
.smartphone .ztemplate_experiences .elem { margin: 0 10px 15px 10px; }
.smartphone section#experience .content { padding: 0}
.smartphone .ztemplate .slick-dots { padding-left: 0}
.smartphone section#overview .ztemplate .restaurant .caption { top: 0; margin-top: 40px;}
.smartphone section#overview .ztemplate .rooms { margin-top: 40px;}
.smartphone section#newsletter .section_title { font-size: 210%; text-align: center; }
.smartphone section#newsletter .caption-fields .field { width: 100%; margin-bottom: 0; }
.smartphone section#newsletter .section_text { text-align: center; font-size: 100%; }
.smartphone .ztemplate_list.ztemplate_offers .elem { margin: 15px; }
.smartphone .ztemplate_list.ztemplate_offers .caption-alt { padding: 15px; }
.smartphone #booking_open #top { padding: 15px; }
.smartphone #booking .date_from_html .day { font-size: 260%; }
.smartphone #booking .form.field.date.element_19 { left: 30px; }
.smartphone #booking_open { background-color: rgba(26, 21, 20, 0.95)}
.smartphone .ztemplate_rooms .standard_showcase .title a { color: var(--white); font-size: 150%; }
.ztemplate_rooms .standard_showcase .ztextarea { color: var(--white); }
.smartphone .ztemplate_rooms .standard_showcase .zsimplebutton,
.smartphone .ztemplate_rooms .standard_showcase .zlink { display: block; margin: 0 0 10px; padding: 0;}
.smartphone .ztemplate_rooms .standard_showcase .zsimplebutton a,
.smartphone .ztemplate_rooms .standard_showcase .zlink a { border-radius: 3px; display: block; width: 100%; border:1px solid var(--color2); }
.smartphone .ztemplate_rooms .standard_showcase .zinput .fieldvalue,
.smartphone .ztemplate_rooms .standard_showcase .zinput .fieldkey { color: var(--white);}
.smartphone .ztemplate_rooms .zinput .fieldkey:before { color:var(--color2); }
.smartphone #page.room .amenities { padding: 0; }
.smartphone #page.room .amenities .fieldvalue { padding: 0 15px; width: 50%; margin: 30px 0;}
.smartphone #page.room .btn { margin: 20px 0 20px; }
.smartphone .zsimplebutton a, .smartphone .zlink a { border-radius: 3px; }
.smartphone.body_offerta .zlink a { width: 100%; }
.smartphone.body_offerta #page #content { margin-top: 30px;}
.smartphone.body_offerta .offers_validity { align-items: flex-start; text-align: left; }
.smartphone.body_offerta .col_cnt .col { padding: 0;}
.smartphone.body_offerta .col_cnt .col:last-of-type { padding: 15px; }
.smartphone #tree li a:before { width: 20px; background-color: var(--color2); height: 2px; }
.smartphone .ztemplate_experiences .template_filters { margin-bottom: 0; }
.smartphone .template_filters .html_select .current_value { width: 100%}
.smartphone .template_filters .filter_values { width: 100%;}
.smartphone .template_filters .filter_values select { display: none;}
.smartphone .b_mask { width: 100%; }
.smartphone .ztemplate_experiences .title, .smartphone .ztemplate_experiences .ztextarea.g2 { top: 0; }
.smartphone .ztemplate_experiences .zsimplebutton { top: 20px; opacity: 1; }

/* SMARTPHONE - BE immersivo  */
.smartphone .rate-group-header { pointer-events: none}
/* .smartphone .ztemplate_rooms .zlabel.g12 .fieldvalue { font-size: 210%} */
.smartphone .ztemplate_rooms .zinput.g1.text .fieldvalue { font-size: 120%}
.smartphone .ztemplate_rooms .subcontents .rate-group-header.open { background-color: transparent; color: var(--color1); font-size: 125%; padding: 15px 5px 0; line-height: 1.3;}
.smartphone .ztemplate_rooms .subcontents .rate-group-header.open > div { text-align: center}
.smartphone .ztemplate_rooms .subcontents .caption-cnt { flex-wrap: wrap;}
.smartphone .ztemplate_rooms .subcontents .title { font-size: 100%; text-transform: uppercase; }
.smartphone .ztemplate_rooms .subcontents .elem .zlabel { font-size: 90%;}
.smartphone .ztemplate_rooms .subcontents .caption-cnt .caption-add:not(#cart_detail .subcontents .caption-add) { font-size: 110%; width: calc(100% / 2); flex-direction: row; align-items: center; background-color: var(--color1); color: var(--white); margin-bottom: 0}
.smartphone .ztemplate_rooms .subcontents .caption-cnt .caption-alt { border-right: unset}
.smartphone .ztemplate_rooms .subcontents .elem:nth-child(odd) { background-color: var(--white)}
.smartphone .ztemplate_rooms .subcontents .elem { margin: 20px auto; box-shadow: 0px 9px 23px -8px rgba(0,0,0,0.77); border-radius: 3px; overflow: hidden; border: unset; font-size: 105%}
.smartphone .ztemplate_rooms .subcontents .zlabelprice:not(#cart_detail .zlabelprice), .smartphone .ztemplate_rooms .subcontents .zlabel.g9 { width: auto; margin-bottom: 0; color: var(--white)}
.smartphone .ztemplate_rooms .subcontents .zlabel.g9 { margin-right: 10px; font-size: 55%; }
.smartphone .ztemplate_rooms .subcontents .zlabel.g6 .fieldvalue { font-size: 175%;}
.smartphone .ztemplate_rooms .subcontents .zlabel.g20 { width: 100%; border-radius: 2px; font-size: 80%;}
.smartphone .ztemplate_rooms .subcontents .product_selection_wrap .prod_sel_content:not(.services .subcontents .prod_sel_content) { color: var(--white); font-size: 140%;}
.smartphone .ztemplate_rooms .caption-alt { position: relative; width: 100%; max-width: unset; background-color: var(--color1); padding: 15px; }
.smartphone .ztemplate_rooms .zinput.g13 { display: none;}
.smartphone .ztemplate_rooms img { height: auto}
.smartphone .step_footer { padding: 0; left: 0;}
.smartphone .step_footer_wrap { flex-wrap: wrap; padding: 0; justify-content: center;}
.smartphone .cart_btn .varsimple{ display: none}
.smartphone .pf_step_button { width: 100%; font-size: 100%;}
.smartphone .total_price_title { margin-left: 0; padding: 15px 0}
.smartphone .step_footer_wrap .cart_detail_wrapper { width: 100%}
.smartphone .total_amount { font-size: 220%}
.smartphone .step_footer_wrap #cart_detail .subcontents .elem .caption-cnt:not(.service_title .caption-cnt) { padding: 6px 10px;}
.smartphone .step_footer_wrap #cart_detail { opacity: 1; width: 100%; left:0; font-size: 130%; border-top-left-radius: 15px; bottom: -100vh; border-top-right-radius: 15px; transform: scale(1); border: unset; box-shadow: 0 0 20px rgb(0 0 0 / 50%); max-height: 90vh; padding-bottom: 40px}
.smartphone .step_footer_wrap #cart_detail.fired { bottom: -76px}
.smartphone .step_footer_wrap #cart_detail .close_btn { border-radius: 100%; top: 10px; margin: 0 10px 0 auto; left: inherit; position: absolute; z-index: 9;}
.smartphone .ztemplate_rooms #cart_detail .elem { margin: 10px 0 0; font-size: 85%;}
.smartphone .ztemplate_rooms #cart_detail .subcontents .elem { box-shadow: unset; border-radius: 0; margin: 0 auto}
.smartphone .ztemplate_rooms .subcontents .elem.highlighted:before { border-width: 0 9px 23px 0; left: -2.3px}
.smartphone .ztemplate_rooms .subcontents .elem.highlighted:after { border-width: 23px 9px 0 0; right: -2.3px}
.smartphone .edit_search .varsimple { margin-top: 15px; border-radius: 3px}
.smartphone .step_footer_wrap .total_price_title { padding: 0; font-size: 70%;}
.smartphone .step_footer_total_wrap { margin: 0; }
.smartphone .ztemplate_rooms .rooms .caption-alt > .zsimplebutton { border-radius: 3px; font-size: 115%; display: block; padding: 15px; margin: 20px 0 0 0; font-size: 100%; float: none; clear: both;}
.smartphone .ztemplate_rooms .subcontents .product_selection_wrap span:before { font-size: 150%}
.smartphone .ztemplate_rooms .subcontents .ztemplate { box-shadow: unset}
.smartphone .ztemplate_rooms .ztemplate .services .caption { display: flex; flex-direction: column}
.smartphone .ztemplate_rooms .ztemplate .services .zimage { order: 1}
.smartphone .ztemplate_rooms .ztemplate .services .service_desc { position: relative; background-color: var(--color1); padding: 15px 10px 15px; order: 2; }
.smartphone .ztemplate_rooms .ztemplate .subcontents .service_info .service_desc { background-color: transparent; padding-bottom: 5px; }
.smartphone .ztemplate_rooms .ztemplate .services .elem.selected { border: 5px solid var(--color2); box-sizing: border-box; border-radius: 3px}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .service_info .title,
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .ztextarea.g2 { color: var(--color1); padding-bottom: 0; margin: 0}
.smartphone .ztemplate_rooms .ztemplate .services .service_info .service_desc .zlabel.g6 { color: var(--color1); align-items: flex-start;}
.smartphone .ztemplate_rooms .ztemplate .services .service_info .service_desc .zlabel.g6 .fieldvalue { color: var(--color1); font-size: 120%}
.smartphone .cart_btn { font-size: 150%; margin: 15px 15px 20px 0; padding: 10px 15px 10px 0; border-right: 1px solid rgba(0, 0, 0, 0.1);}
.smartphone .cart_btn:after { left: 20px; bottom: 6px;}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents { width: 100%; height: calc(100vh - 100px); bottom: calc( -100vh); top: inherit; right: 0}
.smartphone .ztemplate_rooms .ztemplate .services .elem.fired .subcontents { bottom: 0}
.smartphone .close_services_btn { font-size: 100%; border-radius: 5px}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .elem { margin: 10px 0 30px}
.smartphone .ztemplate_rooms .ztemplate .services .day_name,
.smartphone .ztemplate_rooms .ztemplate .services .month_name { display: none;}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .month { display: block;}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .month:before { content: '/'}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .month:after { content: '/'}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .selection_date .fieldvalue > div { margin: 0}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .caption-cnt .caption .title { margin-right: 36px; text-transform: inherit; font-size: 80%;}
.smartphone .ztemplate_rooms .ztemplate .services .elem .caption-cnt img { height: 290px; border-radius: unset; border-top-left-radius: 3px; border-top-right-radius: 3px; opacity: 1;}
.smartphone .ztemplate_rooms .subcontents img { border-radius: 3px }
.smartphone .ztemplate_rooms .ztemplate .services .elem.selected .caption-cnt img { border-radius: unset}
.smartphone #page.order #content .cnt .body, .smartphone #page.order #content .cnt .side,
.smartphone #page.payment #content .cnt .body, .smartphone #page.payment #content .cnt .side { width: 100%; padding: 15px; margin-top: 30px;}
.smartphone #page.order #content, .smartphone #page.payment #content { padding: 0; margin-top: 0;}
.smartphone form .caption-fields .field { padding: 0; margin-bottom: 20px}
.smartphone #page.order #content .cnt { display: flex; flex-direction: column}
.smartphone #page.order #content .cnt .body { order: 2}
.smartphone #page.order #content .cnt .side { order: 1}
.smartphone #bookingform_summary { text-align: center; padding: 10px; border-radius: 3px; margin: 20px 0; }
.smartphone #bookingform_summary .dates, .smartphone #bookingform_summary .guests { width: 100%; justify-content: center; margin-top: 10px; margin-bottom: 0; font-size: 95%; }
.smartphone #total_upfront { font-size: 250%; }
.smartphone #total_cost { margin-left: 0; }
.smartphone .total_wrap { justify-content: center}
.smartphone #page.order #content .cnt .body .title,.smartphone #page.payment #content .cnt .body .title, .smartphone #page.payment #content .summary { text-align: center; margin-bottom: 15px; font-size: 170%;}
.smartphone #cnt_forms form input[type="submit"] { width: 100%; font-size: 100%; border-radius: 3px;}
.smartphone #nexi-payment-form .nexi-owner-name, .smartphone #nexi-payment-form .nexi-owner-surname, .smartphone #nexi-payment-form .nexi-owner-email, .smartphone #nexi-payment-form > div { width: 100%; margin: 10px 0 20px; float: none; }
.smartphone #pagaBtn, .smartphone .bank_transfer_payment input#bank_transfer_payment { width: 100%}
.smartphone .info_test_payment { margin: 0; font-size: 85%;}
.smartphone .thankyou .section_title { margin-bottom: 30px}
.smartphone .ztemplate_rooms .subcontents .elem.highlighted { transform: scale(1); border: 3px solid #b7dcd6; background-color: #e1f7eb}
.smartphone .template_filters .filter_key {  display: none}
.smartphone .transfer_date { margin: 0}
.smartphone #page.order form .caption-fields .group_wrapper .field.element_14 { width: 50%; padding-right: 10px}
.smartphone #page.order form .caption-fields .group_wrapper .field.element_15 { width: 50%; padding-left: 10px}
.smartphone .ztemplate_rooms .elem { width: 100%; }
.smartphone .ztemplate_rooms button:before { font-size: 25px;}
.smartphone .ztemplate_rooms button.slick-next { left: 45px;}

/* custom */
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .price_per_day { font-size: 140%; }
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .caption-cnt .caption .services_label { font-size: 80%;}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .ztextarea.g2 { color: var(--grey);}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .service_info .title { margin-bottom: 10px; text-transform: inherit;}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .zlabel.g6 .fieldvalue { font-size: 75%; }
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .selector_wrapper .selection_date { font-size: 80%;}
/* .smartphone #page .heading .title, .smartphone #showcase .heading .title, */
.smartphone #page .heading .summary, .smartphone #showcase .heading .summary { font-size: 110%; }
.smartphone .ztemplate_rooms.list { background-color: var(--white); padding-bottom: 30px}
.smartphone .purchase_flow_step.purchase_flow_3_step .ztemplate:not(.subcontents .ztemplate) { margin-bottom: 0}
.smartphone .purchase_flow_step.purchase_flow_3_step .ztemplate:not(.subcontents .ztemplate),
.smartphone .services_only .purchase_flow_step .ztemplate:not(.subcontents .ztemplate) { padding: 0; flex-direction: column;}
.smartphone .purchase_flow_step.purchase_flow_3_step .ztemplate .row:not(.subcontents .row),
.smartphone .services_only .purchase_flow_step .ztemplate .row:not(.subcontents .row) { margin: 0;}
.smartphone .ztemplate_rooms .rooms .caption-alt > .title { color: var(--white); font-size: 250%; }
.smartphone .ztemplate_rooms .rooms .caption-alt > .ztextarea { color: var(--white);}
.smartphone .ztemplate_rooms .rooms .caption-alt > .zinput { color: var(--white);}
.smartphone .ztemplate_rooms .rooms .zlabel.g15 { float: none;}
.smartphone .ztemplate_rooms .rooms .caption-alt > .zlabel.g15 .fieldkey { color: var(--white);}
.smartphone .ztemplate_rooms .rooms .caption-alt .zlabel.g15 .fieldvalue { color: var(--white);}
.smartphone .ztemplate_rooms .elem { margin: 0 auto 40px;}
.smartphone .ztemplate_rooms .elem:last-of-type { margin-bottom: 0;}
.smartphone .edit_search .summary_title { padding: 10px 20px}
.smartphone .ztemplate_rooms .subcontents .ztextarea.g2 .fieldkey { font-size: 80%;}
.smartphone .ztemplate_rooms .subcontents .zlabel .fieldkey { }
.smartphone .prepaid_detail { flex-wrap: wrap; }
.smartphone .canc_policy_label, .smartphone .payment_policy_label { font-size: 85%;}
.smartphone .ztemplate_rooms .subcontents .zlabel.g20 { background-color: var(--color2); }
.smartphone .ztemplate_rooms .subcontents .zlabel.g20 .fieldkey, .smartphone .ztemplate_rooms .subcontents .zlabel.g20 .fieldvalue { color: var(--white);}
.smartphone .step_footer_wrap #cart_detail > .box_heading { padding: 18px; width: 100%; margin-bottom: 0;}
.smartphone .step_footer_wrap #cart_detail .subcontents .caption-cnt .caption { width: auto; max-width: 60%;}
.smartphone .step_footer_wrap #cart_detail .service_title .subcontents .caption-cnt .caption { width: 100%; }
.smartphone .step_footer_wrap #cart_detail .ztemplate .title:not(.subcontents .title) { padding: 15px 10px 10px 10px; }
.smartphone .ztemplate_rooms .ztemplate .services .elem { width: 100%; margin: 0 0 30px; border-color: var(--white);}
.smartphone  .ztemplate_rooms .ztemplate .services .elem .caption-alt:not(.subcontents .caption-alt) { position: relative; bottom: 0; background-color: var(--ice); color: var(--grey); font-size: 85%; }
.smartphone .ztemplate_rooms .ztemplate .services .elem .caption-alt:not(.subcontents .caption-alt) .title { color: var(--color1);}
.smartphone .ztemplate_rooms .ztemplate .services .elem:hover .caption-cnt img { transform: unset; opacity: 1; filter: unset;}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .caption-alt { background-color: var(--white);}
.smartphone .ztemplate_rooms .subcontents .product_selection_wrap .prod_sel_content { font-size: 120%; }
.smartphone .step_footer_wrap #cart_detail .zlabel.g11 .date,
.smartphone .step_footer_wrap #cart_detail .zlabel.g11 .name { font-size: 120%;}
.smartphone .step_footer_wrap #cart_detail .zlabel.g11 .price { font-size: 150%;}
.smartphone .step_footer_wrap #cart_detail .subcontents .zlabelprice .fieldvalue { font-size: 150%; justify-content: flex-end;}
.smartphone #cnt_forms form .form_element_title { font-size: 80%;}
.smartphone #page.payment #content .side .title:not(.title_wrapper .title) { color: var(--color1);}
.smartphone #page.payment #content .title:not(.title_wrapper .title),
.smartphone #page.payment #content .side #bookingform_summary .title { font-size: 170%;}
.smartphone.body_ecommerce_payment #bookingform_summary:not(.ecommerce.step #bookingform_summary) .dates,
.smartphone.body_ecommerce_payment #bookingform_summary:not(.ecommerce.step #bookingform_summary) .guests { font-size: 60%;}
.smartphone.body_ecommerce_thank_you #page .heading.colour { background-color: var(--white);}
.smartphone #page.thankyou .title { color: var(--color2);}
.smartphone #page.thankyou #content { top: 0; margin: 30px auto 0; padding-top: 120px; box-shadow: unset;}
.smartphone #page.thankyou #content:before { top: 0;}
.smartphone #page.order #content .title:not(.title_wrapper .title),
.smartphone #page.order #content .side #bookingform_summary .title { font-size: 150%;}
.smartphone #page.order #cnt_forms { padding: 15px; }
.smartphone #page.order #content .summary { text-align: center;}
.smartphone #order_template_wrapper .zlabel.g20 { font-size: 80%; }
.smartphone form .newsletter { padding-left: 0}
.smartphone .ztemplate_rooms.list .template_filter { margin-bottom: 20px; margin-top: 0; }
.smartphone .ztemplate_rooms.list .template_filters { padding-top: 0;}
.smartphone .ztemplate_rooms.list .template_filters .html_select { background-color: var(--ice); }
.smartphone #booking .guests_wrapper .form_merge_group .group_title { width: 100%; padding-bottom: 10px; text-align: center; border-bottom: 1px solid var(--white);}
.smartphone .step_content_wrapper .ztemplate .open_desc_order .fieldkey { color: var(--white);}
.smartphoneform .form.radio label input[type="radio"], .smartphone .form.checkbox label input[type="checkbox"] { padding: 0; width: 16px; height: 16px;}

/* fix */
@media (max-width: 375px) {
    .smartphone .ztemplate_rooms .rooms .caption-alt > .title { font-size: 220%;}
    .smartphone .step_footer_wrap #cart_detail .subcontents .caption-cnt .caption { width: 70%;}
    .template_calendar { left: -30px;}

}

/* BEI - Tariffa rimborsabile */
.secure_refund .box { max-width: 1100px; margin: 0 auto; }
.secure_refund .title { text-transform: uppercase; font-weight: var(--font-weight-bold); color: var(--color1);}
.ztemplate_rooms .secure_refund .caption-cnt { display: flex; flex-wrap: wrap; align-items: stretch;}
.ztemplate_rooms .secure_refund .caption-alt { padding: 15px 30px; background-color: var(--white); position: relative; width: calc(100% - 290px); display: flex; align-items: center; gap: 30px;}
.ztemplate_rooms .secure_refund .caption-alt:before { font-family: var(--font-icon); content: '\f2f7'; font-size: 100px; color: var(--color1); font-weight: var(--font-weight-solid)}
.ztemplate_rooms .secure_refund .caption-add { width: 290px; display: flex; justify-content: center; align-items: center; gap: 30px; background-color: var(--white); padding-right: 30px; position: relative;}
.ztemplate_rooms .secure_refund .caption-add:before { position: absolute; content: ''; width: 1px; top: 15px; bottom: 15px; background-color: rgba(0, 0, 0, 0.1); left: 0; }
.ztemplate_rooms .secure_refund .selector_wrapper { display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; font-size: 170%;}
.ztemplate_rooms .secure_refund .prod_sel_content { border: unset; padding: 0; height: auto; width: auto; background-color: transparent; }
.ztemplate_rooms .secure_refund :where(.prod_sel_rem, .prod_sel_add):before  { font-family: var(--font-icon); font-weight: var(--font-weight-normal); text-align: center; display: flex; font-size: 80%; line-height: 1; cursor: pointer;}
.ztemplate_rooms .secure_refund .prod_sel_rem:before { content: '\f056';}
.ztemplate_rooms .secure_refund .prod_sel_add:before { content: '\f055';}
.ztemplate_rooms .secure_refund .caption-alt :where(.prod_sel_rem.disabled, .prod_sel_add.disabled) { opacity: .1;}
.ztemplate_rooms .secure_refund .caption { width: 100%; margin-bottom: 20px;}
.ztemplate_rooms .secure_refund .ztextarea.g5 { width: 100%; margin: 0; line-height: 1.3;}
.insurance .ztextarea a { text-decoration: underline!important; }
.ztemplate_rooms .secure_refund .ztextarea.g2 { font-size: 100%; margin: 0;}
.ztemplate_rooms .insurance .ztextarea.g2 ul { column-count: 2; column-gap: 60px; column-rule: 1px solid rgba(0, 0, 0, 0.1); margin: 0; list-style-type: none; padding-left: 0;}
.insurance .ztextarea.g2 ul { list-style-type: none; padding-left: 0; }
.insurance .ztextarea.g2 ul li { margin-bottom: 6px;}
.insurance .ztextarea.g2 ul li:before { font-family: var(--font-icon); content: '\f00c'; margin-right: 8px; font-size: 12px; font-weight: var(--font-weight-solid)}
.ztemplate_rooms .secure_refund .zlabelprice { font-size: 160%; color: var(--color1); display: flex; align-items: center; }
.ztemplate_rooms .secure_refund .zlabelprice:before { margin: 0 2px 0 0; content: '\20ac'; text-transform: uppercase; font-size: 100%; text-align: left;}
.purchase_flow_step .product_selection_wrap .secure_refund .prod_sel_add, .purchase_flow_step .product_selection_wrap .secure_refund .prod_sel_rem { display: flex;}
.ztemplate_rooms .secure_refund .elem { margin: 0;}
.insurance .caption:not(.ztemplate_rooms .secure_refund .caption) { display: flex; align-items: center; justify-content: space-between;}
.insurance .caption .title:not(.ztemplate_rooms .secure_refund .title) { margin-bottom: 0!important;}
.insurance .ztextarea.g6 { background-color: var(--white); padding: 10px; border: 1px solid rgba(0,0,0,.1); line-height: 1.2;}
@media (max-width: 1023px) {
    .ztemplate_rooms .secure_refund .step_content_wrapper .caption-cnt:not(.subcontents .caption-cnt) { flex-direction: row; }
    .ztemplate_rooms .secure_refund .ztextarea.g2 ul { column-count: 1; column-gap: normal;}
    .ztemplate_rooms .secure_refund .step_content_wrapper .caption-cnt:not(.subcontents .caption-cnt) .caption-alt { width: calc(100% - 290px);}
}
@media (max-width: 820px) {
    .secure_refund { padding-top: 40px;}
    .ztemplate_rooms .secure_refund .step_content_wrapper .caption-cnt:not(.subcontents .caption-cnt) .caption-alt { width: 100%; flex-direction: column; padding: 30px 15px;}
    .ztemplate_rooms .secure_refund .caption-add { width: 100%; padding: 20px; border-top: 1px solid rgba(0, 0, 0, 0.1); }
}
.smartphone .ztemplate_rooms .secure_refund .caption { text-align: center;}
.smartphone .ztemplate_rooms .secure_refund .caption-alt { background-color: var(--white);  background-color: #f2f2f2;}
.smartphone .ztemplate_rooms .secure_refund .caption-alt:before { font-size: 60px;}
.smartphone .ztemplate_rooms .secure_refund .ztextarea.g2 { font-size: 130%; }
.smartphone .ztemplate_rooms .secure_refund .caption-add:before { display: none;}
.smartphone .ztemplate_rooms .secure_refund .caption-add { background-color: var(--color1); padding: 0; gap: 0;  }
.smartphone .ztemplate_rooms .secure_refund .zlabelprice { color: var(--white); width: 50%; justify-content: center; border-right: 1px solid rgba(0, 0, 0, 0.1); padding: 10px 15px;}
.smartphone .ztemplate_rooms .secure_refund .selector_wrapper { color: var(--white); width: 50%; justify-content: center; padding: 10px 15px; font-size: 210%;}
/* FINE Tariffa rimborsabie */

/* BEI CrossBooking */
.purchase_flow_step.purchase_flow_3_step.crossbooking_step .ztemplate { flex-direction: column;}
.ztemplate_rooms .crossbooking_step .row-1 .elem:last-of-type { margin-bottom: 0;}
.crossbooking_box { margin-top: 90px;}
.crossbooking { padding: 15px 45px; max-width: 1340px; margin: 0 auto 40px;}
.ztemplate_rooms .purchase_flow_step.purchase_flow_3_step.crossbooking_step .ztemplate .row-1:not(.subcontents .row) { margin-bottom: 100px;}
.ecommerce .ztemplate_model_5.carousel_photos .ztemplate .crossbooking .elem .caption-cnt img { height: auto!important;}
.crossbooking_header { text-align: center; margin-bottom: 30px;}
.crossbooking_header .info_title { color: var(--color1); font-size: 30px;}
.crossbooking_header .info_subtitle { font-size: 20px;}
.crossbooking_elements { display: flex; grid-gap: 30px; flex-wrap: wrap; box-sizing: border-box; justify-content: flex-start;  padding-left: 10px; background-color: var(--white); padding: 15px 30px 15px 40px; position: relative; box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.16);}
.crossbooking_elements:after { width: 30px; height: 30px; border-radius: 100%; background-color: var(--white); border: 1px solid #dedede; z-index: 1; position: absolute; bottom: 30px; left: 12px; font-family: var(--font-icon); content: '\f058'; text-align: center; line-height: 30px; font-size: 15px; }
.crossbooking_block { width: 100%; position: relative; padding: 0 0 0 20px; counter-increment: section; margin-bottom: 30px; }
.crossbooking_block:before { width: 30px; height: 30px; border-radius: 100%; background-color: var(--white); border: 1px solid #dedede; z-index: 1; position: absolute; top: 2px; left: -27px; content: counter(section); text-align: center; line-height: 30px; font-size: 15px; font-weight: var(--font-weight-bold);}
.crossbooking_block:after { position: absolute; left: -14px; top: 2px; height: calc(100% + 60px); content: ''; border-left: 2px dotted #c7c7c7; }
.crossbooking_block:last-of-type:after { height: 100%; }
.crossbooking_block_header { display: flex; align-items: center; margin-bottom: 10px; min-height: 36px; }
.crossbooking_select .select { display: flex; align-items: center; margin-left: auto; padding: 0; width: 100%;}
.crossbooking_select form .form_select .current_value { display: flex; align-items: center; cursor: pointer; position: relative; padding: 5px 2px; width: 200px;}
.crossbooking_select form .form_select { border: 1px solid #dedede;}
.crossbooking_select form .form_select .current_value:after { position: inherit; margin-left: auto; right: 0; content: ''; top: calc(50% - 2px); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #555;}
.crossbooking_select .select:before { font-family: var(--font-icon); content: '\f0ec'; margin-right: 5px; color: var(--color1);}
.crossbooking_select { margin-left: 40px; min-width: 290px;}
.crossbooking_select form .form_select { background-color: var(--white); position: relative; padding: 5px;}
.crossbooking_select .hidden_form_element { color: transparent; opacity: 0;}
.crossbooking_select form .form_select .elements_list { padding: 0; margin-top: 0; width: 100%; background-color: var(--white); border: 1px solid #dedede; overflow-y: auto; position: absolute; z-index: 99999; left: 0; max-height: 250px;}
.crossbooking_select form .form_select .elements_list .option { background-color: var(--white); transition: .4s all; padding: 10px; cursor: pointer;}
.crossbooking_select form .form_select .elements_list .option:hover { background-color: var(--color1); color: var(--white);}
.crossbooking_select form .form_element_title { margin: 0 15px 0 0; white-space: nowrap;}
.ztemplate_rooms .crossbooking_elements .elem { margin: 0; padding: 0; width: 100%;}
.ztemplate_rooms .crossbooking_elements .caption { width: 60%;}
.ztemplate_rooms .crossbooking_elements .caption-cnt { flex-direction: row; display: flex; align-items: flex-end; }
.ztemplate_rooms .crossbooking_elements .caption-alt { position: relative; width: 40%; flex-wrap: wrap; max-width: unset; background-color: #f6f6f6; color: var(--grey); padding: 55px; text-align: left; text-transform: inherit; position: relative; z-index: 2; left: -60px;}
.ztemplate_model_5 .crossbooking_elements .zinput:before, .ztemplate_model_5 .crossbooking_elements .zcheckbox .fieldvalue:before { color: var(--color1);}
.ztemplate_rooms .crossbooking_elements .caption-alt .zcheckbox .fieldvalue,
.ztemplate_rooms .crossbooking_elements .caption-alt .zinput .fieldvalue { font-size: 100%; text-transform: uppercase; padding: 0;}
.ztemplate_rooms .crossbooking_elements .caption-alt .zinput { display: inline-flex; }
.ztemplate_rooms .rooms .crossbooking_elements .caption-alt > .title { font-weight: var(--font-weight-bold); font-size: 250%; color: var(--color2);}
.ztemplate_rooms .crossbooking_elements .zoption .fieldvalue { color: #000;}
.ztemplate_rooms .crossbooking_elements .zinput.g1.text .fieldvalue:before { color: var(--color1);}
.ztemplate_rooms .crossbooking_elements .zinput.g1.text .fieldvalue { color: #000;}
.ztemplate_rooms .crossbooking_elements .ztextarea { color: var(--grey); width: 100%; margin-bottom: 30px;}
.crossbooking_dates { font-size: 100%; }
.crossbooking_dates:before { font-family: var(--font-icon); content: '\e0d6'; margin-right: 5px; color: var(--color1); }
.crossbooking_footer { margin-bottom: 40px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
.crossbooking_footer .rate-group-header { display: flex; align-items: center; background-color: var(--color2); padding: 10px; color: var(--white); font-size: 110%; position: relative; cursor: pointer; }
.crossbooking_footer .rate-group-header p { margin-bottom: 0;}
.crossbooking_footer .rate-group-header:before { font-family: var(--font-icon); position: absolute; left: 20px; top: 22px; cursor: pointer; content: "\f0fe"; }
.crossbooking_footer .rate-group-header.open:before { content: '\f146';}
.crossbooking_footer .rate-group-header > div { padding: 10px 20px; border-left: 1px solid rgba(255, 255, 255, 0.3);}
.crossbooking_footer .rate-group-header .rate-group-title { width: 40%; border-left: unset; padding-left: 40px; text-align: left;}
.crossbooking_footer .rate-group-cond { width: 40%; max-width: 350px;}
.crossbooking_footer .rate-group-price { width: 20%; text-align: center; }
.crossbooking_footer .rate-group-rooms { width: 20%; text-align: center; }
.crossbooking_footer .rate-group-content { display: flex; overflow: hidden!important; background-color: #f9f6f4; padding: 10px;}
.crossbooking_footer .rate_details { display: none;}
.crossbooking_footer .rate-group-content > div { padding: 10px; border-left: 1px solid rgba(0, 0, 0, 0.1);}
.crossbooking_footer .rate-group-content .rate-group-title-value { width: 40%; border-left: unset;}
.crossbooking_footer .rate-group-cond-value { width: 40%; line-height: 1.2; max-width: 350px; text-align: left;}
.crossbooking_footer .rate-group-cond-value ul { padding-left: 20px;}
.crossbooking_footer .rate-group-price-value { width: 20%; text-align: center; font-size: 155%; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--primary-color)}
.crossbooking_footer .rate-group-rooms-value { width: 20%; text-align: center; font-size: 125%; display: flex; align-items: center; justify-content: center;}
.crossbooking_footer .rate-group-rooms-value .selector_wrapper { display: flex; align-items: center; justify-content: center; }
.crossbooking_footer .rate-group-rooms-value :where(.prod_sel_rem, .prod_sel_add):before  { font-family: var(--font-icon); font-weight: var(--regular); text-align: center; font-size: 110%; line-height: 1; cursor: pointer;}
.crossbooking_footer .rate-group-rooms-value .prod_sel_rem:before { content: '\f056';}
.crossbooking_footer .rate-group-rooms-value .prod_sel_add:before { content: '\f055';}
.crossbooking_footer .rate-group-rooms-value .prod_sel_content { padding: 0; min-width: 40px; width: auto; text-align: center; border: none; background: none; font-size: 135%; line-height: 1; }
.crossbooking_footer :where(.canc_policy, .payment_policy) { display: flex; align-items: flex-start; flex-direction: column;}
.crossbooking_footer :where(.canc_policy_label, .payment_policy_label) { display: flex; align-items: flex-start; gap: 0; cursor: pointer;}
.crossbooking_footer .canc_policy_label:before,
.crossbooking_footer .payment_policy_label:before { font-family: var(--font-icon); font-weight: var(--regular); content: "\f0fe"; font-size: var(--caption); font-weight: var(--medium); color: var(--grey);}
.crossbooking_footer .canc_policy.fired .canc_policy_label:before,
.crossbooking_footer .payment_policy.fired .payment_policy_label:before { content: "\f146"; }
.crossbooking_footer :where(.canc_policy_text, .payment_policy_text) { display: none;}
.crossbooking_footer .canc_policy.fired .canc_policy_text,
.crossbooking_footer .payment_policy.fired .payment_policy_text { display: block;}
.crossbooking_footer .payment_policy_label { color: var(--grey);}
/* .crossbooking_footer .rate-group-rooms-value :where(.prod_sel_rem.disabled, .prod_sel_add.disabled) { opacity: .1;} */
.crossbooking_footer .rate-group-rooms-value .prod_sel_add.disabled:before, .crossbooking_footer .rate-group-rooms-value .product_selection_wrap .prod_sel_rem.disabled:before { opacity: 0.1;}
.crossbooking_footer .rate-group-content .title { font-size: 120%; color: var(--color1); margin-bottom: 10px; text-transform: uppercase; text-align: left;}
.crossbooking_footer .rate-group-content .rate_arrangement { display: flex; align-items: center; font-weight: var(--medium); font-size: var(--caption); }
.crossbooking_footer .rate-group-content .rate_arrangement:before { }
.ztemplate_rooms .crossbooking_footer .rate_arrangement.g24 .fieldvalue:before { font-family: var(--font-icon); font-weight: var(--font-weight-solid); margin-right: 5px;}
.crossbooking_footer .rate-group-cond-value .zlabel.g8 .fieldkey { display: none;}
.crossbooking_footer .rate-group-cond-value .zlabel.g8 .fieldvalue { display: flex; flex-direction: column; gap: 10px; }
#order_template_wrapper .row-1 .caption:not(.subcontents .caption) { flex-wrap: wrap;}
#order_template_wrapper .cross_booking_dates .fieldvalue { gap: 10px; }
#order_template_wrapper .cross_booking_dates { padding-left: 0;}
.cross_booking_dates { width: 100%; order: 9; padding-left: 7px;}
.cross_booking_dates .fieldvalue { display: flex; flex-wrap: wrap; padding: 5px 0; gap: 10px;}
.cross_booking_dates .fieldvalue > div { width: auto; }
.cross_booking_dates .dates { display: flex; align-items: center; gap: 10px;}
.cross_booking_dates .dates:before { font-family: var(--font-icon); content: '\e0d6'; color: var(--color1); }
.cross_booking_dates .dates .value:first-of-type:after { font-family: var(--font-icon); content: '\f105'; font-size: 70%; margin: 0 0 0 10px!important; }
.cross_booking_dates .nights {display: flex; align-items: center; gap: 5px; padding-left: 50px; margin-top: 10px;}
.cross_booking_dates :where( .dates, .nights) { padding: 4px 0;}
#cart_summary_wrapper .cross_booking_dates .dates { margin: 0;}
#cart_summary_wrapper .cross_booking_dates .fieldvalue { padding: 0;}
:is(#cart_summary_wrapper, #order_template_wrapper) .row-1 .caption:not(.subcontents .caption),
:is(#cart_summary_wrapper, #order_template_wrapper) .row-1 .caption:not(.subcontents .caption) { display: flex; flex-wrap: wrap;}
:is(#cart_summary_wrapper, #order_template_wrapper) .ztemplate.purchase_summary .row-1 .rooms .caption .title { width: 100%; }
:is(#cart_summary_wrapper, #order_template_wrapper) .ztemplate.purchase_summary .row-1 .rooms .caption .dates { display: flex; align-items: center; gap: 10px; }
:is(#cart_summary_wrapper, #order_template_wrapper) .ztemplate.purchase_summary .row-1 .rooms .caption .dates:before { font-family: var(--font-icon); content: '\e0d6'; color: var(--black); }
:is(#cart_summary_wrapper, #order_template_wrapper) .cross_booking_dates .dates:before { margin-right: 0;}
:is(#cart_summary_wrapper, #order_template_wrapper) .ztemplate.purchase_summary .row-1 .rooms .caption .dates .value:first-of-type:after { font-family: var(--font-icon); content: '\f178'; color: var(--black); margin-left: 10px; font-size: var(--caption-s);}
:is(#cart_summary_wrapper, #order_template_wrapper) .ztemplate.purchase_summary .row-1 .rooms .caption .zlabel.g19 { width: 100%; margin-top: 5px;}
:is(#cart_summary_wrapper, #order_template_wrapper) .ztemplate.purchase_summary .row-1 .rooms .caption .zlabel.g19 .fieldvalue { display: flex; align-items: center; gap: 10px;}
:is(#cart_summary_wrapper, #order_template_wrapper) .cross_booking_dates .nights {display: flex; align-items: center; gap: 2px; margin-top: 0; padding-left: 0;}
:is(#cart_summary_wrapper, #order_template_wrapper) .cross_booking_dates .nights:before { content: '(';}
:is(#cart_summary_wrapper, #order_template_wrapper) .cross_booking_dates .nights:after { content: ')';}
@media (max-width: 1023px) {
    .crossbooking_footer :where(.rate-group-cond, .rate-group-price, .rate-group-rooms) { display: none;}
    .crossbooking_footer .rate-group-header .rate-group-title { width: 100%; }
    .crossbooking_footer .rate-group-content { display: flex!important;}
    .ztemplate_rooms .crossbooking_elements .caption { width: 100%; }
    .ztemplate_rooms .crossbooking_elements .caption-alt { width: 100%; left: 0; padding: 30px;}
    .crossbooking_select { margin-left: auto;}

}
@media (max-width: 768px) {

    .crossbooking_block_header { position: relative; flex-wrap: wrap;}
    .crossbooking_select { margin-left: 0; width: 100%; margin-top: 10px;}
    .crossbooking_select form .form_select { width: 100%;}
    .crossbooking_select form { margin-left: 0;}
    .crossbooking_select form .form_select .current_value { width: 100%; }
}
.smartphone .ztemplate_rooms .crossbooking_elements .caption-alt { background-color: var(--color1); padding: 15px; }
.smartphone .crossbooking_block { padding-left: 0px; z-index: 1; margin-bottom: 0;}
.smartphone .crossbooking { padding: 0;}
.smartphone .crossbooking_header { padding: 0 15px;}
.smartphone .crossbooking_block:last-of-type { padding-bottom: 40px; margin-bottom: 20px;}
.smartphone .crossbooking_footer .rate-group-content .rate-group-title-value { width: 50%;}
.smartphone .crossbooking_footer .rate-group-cond-value { width: 50%; display: flex; align-items: center;}
.smartphone .crossbooking_footer .rate-group-content { flex-wrap: wrap; margin: 0 10px; background-color: var(--white); box-shadow: 0px 9px 23px -8px rgba(0,0,0,0.77); padding: 10px 0;}
.smartphone .crossbooking_footer .rate-group-price-value { width: 50%; background-color: var(--color1); color: var(--white);}
.smartphone .crossbooking_footer .rate-group-rooms-value { width: 50%; background-color: var(--color1); color: var(--white); }
.smartphone .crossbooking_block:before { left: 0; right: 0; margin: 0 auto; font-size: 25px; line-height: 50px; width: 50px; height: 50px; color: var(--color2);}
.smartphone .crossbooking_block:after { left: 0; right: 0; margin: 0 auto; width: 1px; z-index: -1;}
.smartphone .crossbooking_elements { padding: 15px 10px 80px;}
.smartphone .crossbooking_block_header { background-color: var(--color1); color: var(--white); padding: 10px; align-items: center; margin-top: 80px; margin-bottom: 0; flex-direction: column; align-items: flex-start; padding-top: 12px; border-top-left-radius: 3px; border-top-right-radius: 3px;}
.smartphone .crossbooking_dates:before { color: var(--white); }
.smartphone .crossbooking_block_rooms { }
.smartphone .crossbooking_select { position: inherit; left: 0; right: inherit; top: inherit; margin-left: 0; padding: 10px 0 0; margin: 10px 0; width: 100%; padding-right: 0; border-top: 1px solid #dedede; background-color: transparent;}
.smartphone .crossbooking_select form { margin-left: 0;}
.smartphone .crossbooking_select form .form_select .current_value:after { margin-left: auto;}
.smartphone .crossbooking_select form .form_select { color: var(--color1); width: 100%;}
.smartphone .crossbooking_block:last-of-type:after { height: calc(100% + 60px);}
.smartphone .crossbooking_footer { margin-top: 0;}
.smartphone .crossbooking_elements:after { left: 0; bottom: 9px; right: 0; margin: 0 auto; font-size: 25px; line-height: 50px; width: 50px; height: 50px; color: var(--color2); }
.smartphone .crossbooking_footer .rate-group-header { background-color: var(--white); color: var(--color1); text-align: center; padding-top: 0; padding-bottom: 0; margin-bottom: 10px;}
.smartphone .crossbooking_footer .rate-group-header.open:before { display: none;}
.smartphone .crossbooking_select .select:before { color: var(--white);}
.smartphone .ztemplate_rooms .crossbooking_elements .caption-alt .zcheckbox .fieldvalue,
.smartphone .ztemplate_rooms .crossbooking_elements .caption-alt .zinput .fieldvalue { font-size: 100%; margin-bottom: 0;}
.smartphone .crossbooking_footer .payment_policy_label,
.smartphone .crossbooking_footer .canc_policy_label { font-size: 70%!important;}
.smartphone :is(#cart_summary_wrapper, #order_template_wrapper) .cross_booking_dates .nights { padding-left: 0; width: auto;}
.smartphone .ztemplate_rooms .rooms .crossbooking_elements .caption-alt > .title { color: var(--white); }
.smartphone .ztemplate_rooms .crossbooking_elements .caption-alt .zinput { margin-bottom: 10px;}
.smartphone .ztemplate_rooms .crossbooking_elements .elem { overflow: hidden;}
.smartphone .ztemplate_rooms .crossbooking_elements .caption-cnt { border-top-left-radius: unset; border-top-right-radius: unset; }
.smartphone .prepaid_detail { flex-wrap: wrap;}
.smartphone .cross_booking_dates { padding-left: 10px;}
.smartphone .ztemplate_rooms .purchase_flow_step.purchase_flow_3_step.crossbooking_step .ztemplate .row-1:not(.subcontents .row) { margin-bottom: 0;}

/* FINE - BEI CrossBooking */

/* ENGAGEMENT PLATFORM */
html { min-height: 100vh;}
.body_ecommerce_engagement #slideshow,
.body_ecommerce_engagement #slideshow .elem {height: unset;}
/* .body_ecommerce_engagement header, .body_ecommerce_engagement footer, .body_ecommerce_engagement #slideshow, .body_ecommerce_engagement .slideshow-cnt, .body_ecommerce_engagement .slideshow_cnt { display: none!important;} */
.body_ecommerce_engagement #hero.hero-alt {margin-bottom: 0px;}
.body_ecommerce_engagement { height: 100%; overflow: auto;}
.body_ecommerce_engagement:before { /* position: absolute; content: ''; z-index: -1; background-color: #dedede; height: 100%; top: 50%; left: 0; width: 100%; */}
/* #page.engagement { font-size: 110%; padding: 0; max-width: 860px; min-height: unset; margin: 200px auto; background-color: var(--white); box-shadow: 0px 9px 11px 0px rgba(0,0,0,0.15); border: 10px solid #f6f6f6; position: relative;} */
#page.engagement:after { width: 0; height: 0; content: ''; position: absolute; z-index: 1; top: 0; right: 0; border-style: solid; border-width: 0 90px 90px 0; border-color: transparent var(--color1); }
#page.engagement:before { position: absolute; top: 14px; right: 14px; font-family: var(--font-icon); content: '\f06b'; color: var(--white); z-index: 2; font-size: 25px; }
.engagement_header { margin: 0 auto; padding: 45px 30px 15px; text-align: center; max-width: 968px;}
.ibe_offers_wrapper { margin: 0 auto; max-width: 968px; } 
.engagement_header > div { margin-bottom: 10px; line-height: 1.2; text-align: center; }
.engagement_header > div > div { margin-bottom: 10px;}
.engagement_greeting { font-family: var(--sans); font-size: var(--size-medium); font-weight: var(--font-weight-bold);}
.engagement_header :where( .engagement_user, .engagement_expire):before { margin-right: 5px; font-family: var(--font-icon); font-size: 120%; } 
.engagement_user { margin: 15px 30px 0 0; position: relative; display: inline-block; flex-direction: column; gap: 20px;}
.engagement_header .engagement_user:before { content: '\f007'; }
.engagement_header .engagement_expire:before { content: '\f334'; }
.engagement_expire { display: inline-block; }
.unlock_offer { max-width: 900px; margin: 0px auto; background-color: var(--ice); padding: 60px 40px; text-align: center; position: relative; margin-bottom: 40px;}
.unlock_offer_msg { font-family: var(--sans); font-size: var(--size-base); font-weight: var(--font-weight-bold); padding: 0 30px; line-height: var(--l-height);}
#unlock_offer_form { display: flex; align-items: center; justify-content: center;}
#unlock_offer_email { width: 50%; background-color: transparent; border: none; border-bottom: 1px solid var(--black); padding: 15px; font-size: var(--size-mini);}
#unlock_offer_form input[type="submit"] { background-color: var(--color1); color: var(--white); font-size: var(--size-mini); letter-spacing: 0; }
.engagement_multi { margin: 0 auto; padding: 30px; border-top: 1px dashed #dedede;}
.engagement_multi_info { margin-bottom: 15px; text-align: center;}
.engagement_multi_info .title { font-family: var(--sans); font-size: var(--size-medium); font-weight: var(--font-weight-bold); padding: 0 30px; line-height: var(--l-height);}
.engagement_offers { margin-top: 30px; display: flex; flex-direction: column; gap: 30px;}
.engagement_offer { border: 1px solid #ebebeb; overflow: hidden; text-align: left; display: flex; flex-wrap: wrap; align-items: center;}
.engagement_offer .search_info { padding: 15px; color: var(--white); width: 100%; background-color: var(--color2); font-weight: var(--font-weight-medium); display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid #ebebeb; order: 1;}
.engagement_offer .search_info .option { font-family: var(--sans); font-size: 1.5rem;}
.engagement_offer .search_info .hotel_name {display: flex; font-family: var(--sans); font-weight: var(--font-weight-bold); color: var(--color1); font-size: 1.5rem; text-transform: uppercase; margin-right: auto; margin-left: 25px;}
.engagement_offer .search_info .hotel_name:before { font-family: var(--font-icon); content: "\f3c5"; font-size: 80%; font-weight: var(--font-weight-solid);  margin-right: 10px;}
.engagement_offer .search_info .stay_period .key { display: none; }
.engagement_offer .search_info .stay_period .value { display: flex; align-items: center; gap: 10px; }
.engagement_offer .stay_period .from:before { font-family: var(--font-icon); content: "\f133"; }
.engagement_offer .stay_period .from:after { font-family: var(--font-icon); content: "\f054"; font-size: calc(var(--size-base)* .6);}
.engagement_offer .stay_period :where(.from, .nights) {     display: flex; align-items: center; gap: 5px; }
.engagement_offer .stay_period .nights:before { font-family: var(--font-icon); content: "\f186"; }

/* Con Template Camere */
.engagement_offer:has(.ztemplate) .ztemplate { display: block; }
.engagement_offer:has(.ztemplate) .rooms { padding: 0; justify-content: center; gap: 15px; }
#page.engagement .engagement_offer:has(.ztemplate) .rooms > .elem { margin: 0 0 20px; width: 100%; box-shadow: none; min-height: inherit; cursor: initial; }
.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt { padding: 0; position: inherit; display: flex; flex-direction: row; align-items: flex-start; height: auto; background-color: var(--light_secondary-alt); }
.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption { padding: 0; position: relative; left: inherit; top: inherit; bottom: inherit; z-index: inherit; width: 25%; overflow: hidden; }
.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt { padding: 0 20px 20px; width: 75%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt .zoption.g15 { display: flex; align-items: center; gap: 5px; margin-right: 20px; text-transform: uppercase; font-weight: var(--bold); }
.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt .zoption.g15:before { font-family: var(--font-icon); content: "\f3c5"; color: var(--color1); font-size: 110%;}
.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt .zinput.g6 { display: flex; align-items: center; gap: 5px; margin-right: 20px; }
.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt .zinput.g6:before { font-family: var(--font-icon); content: "\f31d"; color: var(--color1); font-size: var(--size-base); font-weight: var(--font-weight-solid);}
.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt .zinput.g6:after {content: 'mq';}
.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt .zinput.g6 .fieldkey { display: none; }


.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt .title { margin-top: 10px; color: var(--color2); font-family: var(--sans); font-weight: var(--font-weight-bold);text-transform: capitalize; font-size: calc(var(--size-base) + 10px); width: 100%; }
.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt .ztextarea { width: 100%; text-transform: initial; }
.engagement_offer:has(.ztemplate) .rooms .room_photo { width: 100%; height: 100%; }
.engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption .room_photo img { height: 100%; min-width: 100%; width: 100%;}
.engagement_offer:has(.ztemplate) .rooms .room_photo .fieldvalue:before { display: none; }
.engagement_offer:has(.ztemplate) .rooms .room_name { font-size: calc(var(--size-base) * 1.5); pointer-events: none; font-family: var(--sans); }
.room_more_details { margin-top: 20px; cursor: pointer; color: var(--color1); text-transform: uppercase; text-align: left; line-height: 1; border-bottom: 1px solid var(--color1); }

#page.ecommerce.engagement .engagement_offer .open_desc_order .fieldkey {display: none;}
#page.ecommerce.engagement .engagement_offer .open_desc_order .fieldvalue {display: block;}

.search_info { padding: 0 0 15px; margin-bottom: 15px; border-bottom: 1px solid #dedede;}
.room_count_string { margin-bottom: 10px; padding: 0 20px; color: var(--color1); width: 50%; order: 2;}
.room_count_string:before {font-family: var(--font-icon); content: '\f06b'; margin-right: 5px; }
.offer_occ_per_room { padding: 0 20px; background-color: var(--white); width: 100%; order: 4; text-transform: uppercase; }
.offer_occ { padding: 30px 0 10px 0; margin-bottom: 10px; display: flex; align-items: center; gap: 5px; border-bottom: 1px dashed #dedede;}
.offer_occ:last-of-type { margin-bottom: 0; padding-bottom: 0; border-bottom: unset; }
.offer_occ:before { font-family: var(--font-icon); content: '\f8f7'; }
.engagement_offer .starting_from { order: 3; margin: 0 0 0 auto; padding: 0 20px; display: flex; flex-direction: row; align-items: center; gap: 5px; }
.engagement_offer .starting_from span { font-size: 25px; color: var(--color1);}
.engagement_offer .starting_from span.number:before { content: '\20ac'; margin-right: 3px;}
.view_offer_link { margin: 0 20px 20px; padding: 15px; background-color: var(--color1); display: inline-block; margin-top: 15px; text-transform: uppercase; color: var(--white); width: 100%; order: 5; text-align: center; letter-spacing: 0; text-decoration: none;}
.refuse_offer { padding: 30px; text-align: center; border-top: 1px dashed #dedede; max-width: 920px; margin: 0 auto;}
.refuse_offer_title { margin-bottom: 20px; font-family: var(--sans); font-size: var(--size-base); font-weight: var(--font-weight-bold); padding: 0 30px; line-height: var(--l-height);}
#refuse_offer_reason { padding: 15px; width: 100%; border: 1px solid #dedede; resize: none;}
.refuse_offer_btn { cursor: pointer; background-color: var(--color1); padding: 15px; color: var(--white); text-transform: uppercase; margin-top: 15px; letter-spacing: 0; }
/* engagement mode ON */
#page.engagement_mode { min-height: unset!important; }
.engagement_mode .purchase_flow_step.purchase_flow_3_step .ztemplate:not(.subcontents .ztemplate) { margin-top: 30px;}
/* .engagement_mode .ztemplate_rooms .elem.first { margin-top: 30px;} */
.engagement_mode .ztemplate_rooms.list { padding-bottom: 0;}
.engagement_mode .engagement_header { padding: 15px; max-width: 920px; margin: 0 auto;}
.engagement_mode .engagement_greeting { font-size: 20px;}
.engagement_mode .engagement_description { font-size: var(--size-base);}
.engagement_mode .engagement_header .engagement_expire { display: none;}
.engagement_mode .engagement_user { display: none;}
.accomodation_info { margin: 0 auto 30px; text-align: center; position: relative;}
.accomodation_info.selected {  padding: 15px; background-color: var(--white); border: 2px solid var(--color1); overflow: hidden;}
.accomodation_info .occupancy { font-size: 18px; font-weight: var(--font-weight-bold); margin-bottom: 15px; padding: 10px; background-color: var(--color3);}
.accomodation_info .occupancy:before { font-family: var(--font-icon); font-weight: var(--font-weight-regular); content: "\f8f7"; margin-right: 5px; }
.accomodation_info .info_msg { font-size: 18px; line-height: 1.2; padding: 15px; /* background-color: #f6f6f6; border: 1px solid #dedede; */ width: auto; display: inline-block;}
.accomodation_info .info_msg:before { font-family: var(--font-icon); font-weight: var(--font-weight-regular); content: "\f05a"; margin-right: 5px;}
/* .accomodation_info:before { content: counter(section); position: absolute; top: 50%; left: -60px; transform: translateY(-50%); z-index: 2; width: 50px; height: 50px; font-size: 60px;  font-weight: var(--font-weight-bold); color: var(--color1); opacity: .3; } */
.selected_option_info .caption { box-shadow: unset!important;}
.selected_option_info { margin-bottom: 0; display: flex; flex-wrap: wrap; align-items: center;}
.selected_option_info .selected_rate_ctn .caption-cnt { display: flex; align-items: center; position: relative!important; flex-direction: row!important;}
.selected_option_info .selected_rate_ctn .caption { width: 60%!important;}
.selected_option_info .selected_rate_ctn .caption-cnt .caption-alt { display: none; padding: 15px!important; width: 40%!important;}

.selected_option_info .selected_rate_ctn .caption-cnt .condition_detail .fieldkey { cursor: pointer; color: var(--grey); margin: 0; display: flex; align-items: center; gap: 5px; text-transform: capitalize;}
.selected_option_info .selected_rate_ctn .caption-cnt .condition_detail .fieldkey:before {font-family: var(--font-icon); content: '\f0fe';}


.selected_option_info { text-align: left;}
.selected_option_info .toggle_open { display: none;}
.selected_room_name { font-weight: var(--font-weight-bold); font-size: 190%; color: var(--color2); margin-bottom: 10px; width: calc(100% - 290px);}
.selected_room_price { margin-left: auto; display: flex; width: 290px; text-align: center; font-size: 30px; color: var(--color1);}
.selected_room_price .number:before { content: '\20ac'; margin-right: 3px;}
.selected_room_price .decimal, .selected_room_price .comma { vertical-align: super; letter-spacing: 0; position: relative; }
.selected_room_name:before { font-family: var(--font-icon); font-weight: var(--font-weight-regular); content: "\f058"; margin-right: 10px;}
.selected_option_info .title { font-size: 120%; color: var(--color1); width: 100%; text-align: left; margin-top: 15px;}
.selected_option_info .rate_arrangement { display: flex; gap: 5px; }
.selected_option_info .rate_arrangement:before { font-family: var(--font-icon); font-weight: var(--font-weight-solid);}
.selected_option_info .selected_rate_ctn[treatment="treatment-breakfast"] .rate_arrangement.g24:before { content: '\f7b6';}
.selected_option_info .selected_rate_ctn[treatment="treatment-room"] .rate_arrangement.g24:before { content: '\f236';}
.selected_option_info .selected_rate_ctn[treatment="treatment-half"] .rate_arrangement.g24:before { content: '\f2e6';}
.selected_option_info .selected_rate_ctn[treatment="treatment-full"] .rate_arrangement.g24:before { content: '\f2e6';}
.selected_option_info .selected_rate_ctn[treatment="treatment-all"] .rate_arrangement.g24:before { content: '\f561';}
.selected_option_info .caption .zlabel.g25 { display: flex; gap: 5px; margin: 5px auto 10px; flex-wrap: wrap;}
.selected_option_info .caption .zlabel.g25 .fieldkey { color: var(--color1);}
.selected_option_info .caption .zlabel.g25 .fieldkey:after { content: ':'; }
.selected_option_info .rate_details .fieldkey { cursor: pointer; color: var(--grey); font-size: 100%; width: 100%; text-align: left; display: flex; gap: 5px; }
.selected_option_info .rate_details .fieldkey:before { font-family: var(--font-icon); font-weight: var(--font-weight-regular); content: "\f0fe";}
.selected_option_info .rate_details.fired .fieldkey:before { content: '\f146';}
.selected_option_info .rate_details .fieldvalue { display: none; font-size: var(--size-base);}
.selected_option_info .rate_details.fired .fieldvalue { margin: 5px 0 10px 0; display: block; border-top: 1px solid var(--dark-grey); padding-top: 5px;}
.selected_option_info .caption-cnt { align-items: center!important;}
.selected_option_info .caption-alt {  background-color: #f7f7f7; position: initial!important; bottom: unset!important; top: unset!important; left: unset!important; right: unset!important; line-height: 1.2; width: auto; background-color: transparent; padding: 0 40px;}
.selected_option_info .caption-alt .upfront { margin-bottom: 10px; color: var(--color1);}
.selected_option_info .caption-alt .upfront .fieldvalue { font-size: 20px;}
.selected_option_info .caption-alt .upfront .number:before {  content: '\20ac'; }
.selected_option_info .caption-add { position: initial!important; bottom: unset!important; top: unset!important; left: unset!important; right: unset!important; padding-right: 40px;}
.selected_option_info .caption-add .zlabel { display: none!important;}
.selected_option_info .caption-add .zlabel.zlabelprice { display: none!important; /* gap: 2px; align-items: center; font-size: 30px; color: var(--color1); */}
.selected_option_info .caption-add .zlabel.zlabelprice:before { content: '\20ac'; position: relative; top: 2px;}
.selected_rate_ctn { width: 100%;}
.selected_rate_ctn > .caption-cnt { padding: 15px; }
.remove_eng_selection { position: absolute; z-index: 2; top: 0; right: 0; font-size: 0; width: 40px; height: 40px; background-color: transparent; line-height: 40px; text-align: center; cursor: pointer;}
.remove_eng_selection:before {font-family: var(--font-icon); content: '\f00d'; color: var(--white); font-size: 25px; z-index: 2; position: relative;}
.remove_eng_selection:after { width: 0; height: 0; content: ''; position: absolute; z-index: 1; top: 0; right: 0; border-style: solid; border-width: 0 70px 70px 0; border-color: transparent var(--color1); }
/* Engagement Media */
.engagement_media { text-align: center; padding-top: 30px; margin-top: 40px;}
.engagement_media > div { max-width: calc(var(--container2) - 60px); margin: 0 auto 90px; padding: 50px 30px 30px; background-color: #f6f6f6; box-shadow: 0 14px 15px -11px rgba(0,0,0,0.1); position: relative; border-top: 5px solid var(--color1);}
.engagement_media > div:before { font-family: var(--font-icon); font-weight: 900; font-size: 25px; color: var(--white); position: absolute; top: -30px; left: 0; right: 0; margin: 0 auto; z-index: 2; width: 60px; height: 60px; line-height: 60px; text-align: center; background-color: var(--color1);}
.engagement_video:before { content: '\f03d';}
.engagement_spotify:before { content: '\f001';}
.engagement_attachments:before { content: '\f07c';}
.engagement_video { background-color: #f6f6f6; }
.engagement_video iframe { width: 100%; height: 517px; box-shadow: 0px 9px 11px 0px rgba(0,0,0,0.15); padding: 10px;}
.engagement_video .video_wrapper { max-width: 920px; margin: 0 auto 30px; }
.spotify_hint {  display: flex; flex-direction: column; gap: 20px; align-items: center; line-height: 1.2; font-size: 100%;}
.spotify_hint:after { display: none; background-color: var(--color2); width: 40px; height: 40px; border-radius: 100%; line-height: 40px; text-align: center; font-family: var(--font-icon); content: '\f6a8'; color: var(--white); cursor: pointer; font-size: 20px; }
.spotify_wrapper { width: 100%; text-align: left;}
.spotify_wrapper iframe { width: 100%; height: 400px; margin-top: 30px;}
.spotify_wrapper.fired { display: block;}
.spotify_wrapper .trigger_close { display: none;}
.engagement_attachments { max-width: 920px; margin: 30px auto; padding: 15px; background-color: #f6f6f6;}
.attachments_wrapper .trigger_close:before { display: none;}
.trigger_close:before { font-family: var(--font-icon); content: '\f057'; font-weight: 900; cursor: pointer; font-size: 20px; color: var(--color2); }
.engagement_video .trigger_close { display: none;}
.video_hint, .attachments_hint { font-size: 25px; margin-bottom: 30px;}
.engagement_attachments .attachment { text-align: left; padding: 10px; margin-bottom: 10px; border: 1px dashed #dedede;}
.engagement_attachments .attachment a { color: var(--color1); font-size: 18px;}
.engagement_attachments .attachment a:before { font-family: var(--font-icon); content: '\f019'; margin-right: 5px; }

/* Modifica Engagement Platform solo per i siti che utilizzano questo template */
.engagement_mode .ztemplate_rooms .elem:not(.subcontents .elem) { margin: 20px auto 70px; }
.engagement_mode .ztemplate_rooms .caption-alt { width: 50%; bottom: 10%; }
#page_error .message .buttons .ok_btn {background-color: var(--color1); color: var(--white); padding: 15px 25px;}


/* Dettaglio Camera - Per Engagement */
#page.engagement .engagement_offers .template_detail_wrapper.opened { position: fixed; left: 0; right: 0; top: 0; bottom: 0; height: 100vh; z-index: 999999; background-color: var(--white); display: flex; justify-content: flex-end; }
#page.engagement .engagement_offers .template_detail_wrapper .content_detail_wrapper { width: 100%;}
#page.engagement .engagement_offers .template_detail_wrapper .content_detail_wrapper .ztemplate { display: block;}
#page.engagement .engagement_offers .template_detail_wrapper .room_detail .elem { margin: 0; background: none; }
#page.engagement .engagement_offers .template_detail_wrapper .room_detail .caption-cnt { padding: 0; width: 100%; height: 100vh; max-height: 100vh; position: inherit; flex-direction: row; display: flex; align-items: flex-start; }
#page.engagement .engagement_offers .template_detail_wrapper .room_detail .tns-outer {  margin: 0; padding:0; width: 70%; max-width: 70%; position: relative; }
#page.engagement .engagement_offers .template_detail_wrapper .room_detail .box { padding: 0;}
#page.engagement .engagement_offers .template_detail_wrapper .room_detail .caption { display: block;}
#page.engagement .engagement_offers .template_detail_wrapper .room_detail .caption-alt { margin: 0; padding:30px; width: 30%; background-color: var(--light_secondary-alt); max-height: 100vh; display: flex; gap: 15px; overflow: hidden; overflow-y: auto; }
#page.engagement .engagement_offers .template_detail_wrapper .room_detail .caption-alt::-webkit-scrollbar { width: 4px; background-color: var(--secondary);}
#page.engagement .engagement_offers .template_detail_wrapper .room_detail .caption-alt::-webkit-scrollbar-thumb {  background-color: var(--grey);}
#page.engagement .engagement_offers .template_detail_wrapper .room_detail .caption-alt::-webkit-scrollbar-track { margin: 0; }
#page.engagement .engagement_offers .template_detail_wrapper .room_detail img { max-width: 100%;min-width: unset;height:100vh;object-fit: cover; transform: unset;}
#page.engagement .engagement_offers .template_detail_wrapper .room_detail .elem:hover img { transform: unset;}
#page.engagement .engagement_offers .template_detail_wrapper .room_detail .room_amenities { width: auto; }
#page.engagement .engagement_offers .template_detail_wrapper .ztemplate .ztextarea.g2 { font-size: 120%; }
#page.engagement .engagement_offers .template_detail_wrapper .ztemplate .open_desc_order .fieldkey { display: none; }
#page.engagement .engagement_offers .template_detail_wrapper .ztemplate .open_desc_order .fieldvalue { padding: 0; display: block; position: initial; box-shadow: unset; background-color: var(--light_secondary-alt); }
#page.engagement .engagement_offers .g5 { margin-top: 20px; padding-top: 20px; width: 100%; border-top: 1px solid var(--color1); }
#page.engagement .engagement_offers .g5 .fieldkey { font-weight: var(--font-weight-bold); font-size: var(--size-base); width: 100%; margin-bottom: 10px; }
#page.engagement .engagement_offers .g5 .fieldvalue { margin-bottom: 10px; display: flex; align-items: center; text-transform: none; font-size: var(--size-base); text-align: center; gap: 5px;}
#page.engagement .engagement_offers .g5 .fieldvalue:before {font-family: var(--font-icon); color: var(--color1); content: '\f105'; }

/* TNS elements */
#page.engagement .tns-controls { position: absolute; top: 0; bottom: 0; width: 100%; height: 100%;}
#page.engagement .tns-controls button { z-index: 11; position: absolute; top: 0; bottom: 0; width: 10%; height: 100%; background-color: transparent; border: none; font-size: 0; }
#page.engagement .tns-controls button[data-controls="prev"] { left: 0; right: initial; background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); text-align: left; }
#page.engagement .tns-controls button[data-controls="next"] { left: initial; right: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); text-align: right; }
#page.engagement .tns-controls button[data-controls="next"]:before, .tns-controls button[data-controls="prev"]:before { font-family: var(--font-icon); font-weight: var(--light); font-size: 36px; color: var(--white); }
#page.engagement .tns-controls button[data-controls="next"]:before { padding: 0 20px 0 0; content: "\f105"; }
#page.engagement .tns-controls button[data-controls="prev"]:before { padding: 0 0 0 20px; content: "\f104"; }
#page.engagement .template_detail_wrapper.opened .close_detail:before { content: '\e59b'; font-family: var(--font-icon); color: var(--color1); font-size: 28px; font-weight: var(--font-weight-solid); cursor: pointer; position: fixed; top: 15px; right: 15px; z-index: 1; }


@media (max-width: 960px) {
    .selected_option_info .selected_rate_ctn .caption-cnt { flex-direction: column!important; padding: 15px;}
    .selected_option_info .caption-alt { padding: 30px 0!important; border-left: unset; border-top: 1px solid #dedede;}
    .accomodation_info { margin: 0 auto 15px;}
    #page.engagement .engagement_offers .template_detail_wrapper .close_detail { position: relative; z-index: 12; }
    #pf_1_step_1 .template_detail_wrapper .room_detail .caption-cnt, #page.engagement .engagement_offers .template_detail_wrapper .room_detail .caption-cnt { flex-direction: column; height: auto; max-height: inherit; }
    #pf_1_step_1 .template_detail_wrapper .room_detail .tns-outer, #page.engagement .engagement_offers .template_detail_wrapper .room_detail .tns-outer { width: 100%; max-width: 100%; height: 250px; }
    #pf_1_step_1 .template_detail_wrapper .room_detail img, #page.engagement .engagement_offers .template_detail_wrapper .room_detail img { height: 250px;  }
    #pf_1_step_1 .template_detail_wrapper .room_detail .caption-alt, #page.engagement .engagement_offers .template_detail_wrapper .room_detail .caption-alt { padding: 20px; width: 100%; max-height: calc(100dvh - 250px); }
    .engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption img { height: 195px; object-fit: cover; }
    #page.engagement .engagement_offers .template_detail_wrapper.opened { align-items: flex-start; }
    /* template con Camere */
    .engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt { flex-direction: column;}
    .engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption { width: 100%;}
    .engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt { padding: 10px 0; width: 100%; gap: 10px;}
    .engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption .room_photo img { height: 150px;}
    .engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt :where(.room_size, .room_occupancy, .room_animals, .room_view) { flex-direction: row; flex-wrap: nowrap;}
    .engagement_offer:has(.ztemplate) .rooms > .elem > .caption-cnt > .caption-alt :where(.room_size, .room_occupancy, .room_animals, .room_view) .fieldkey { width: auto;}
    .smartphone .engagement_offer:has(.ztemplate) .rooms .room_name { padding: 0; background-color: transparent; position: inherit; color: var(--grey); font-size: calc(var(--size-base) * 1.7);}
   /* Tariffe */
   .engagement_mode .rate-group .rate-group-content { padding: 10px 10px 0 10px;}
   .smartphone .engagement_mode .rate-group .rate-group-content { padding: 0;}
   /* Engagement Media */
   .engagement_media :where(.spotify_hint, .video_hint, .attachments_hint) { font-size: calc(var(--size-base) * 1.2);}
   /* .engagement_media > div { padding: 10px;} */
   /* .engagement_media > div:before { width: 40px; height: 40px; line-height: 40px; font-size: calc(var(--size-base) * 1.3); top: -20px;} */
   .engagement_attachments .attachments_wrapper { margin: 0 0 20px 0; flex-direction: column; gap: 5px;}
   .engagement_attachments .attachment { font-size: calc(var(--size-base) * 1.1); }
   /* Camere Selezionate*/
   .selected_room_name { font-size: calc(var(--size-base) * 1.2); gap: 3px;}
   .selected_room_price { font-size: calc(var(--size-base) * 1.2); display: none; }
   .selected_room_name:before { font-size: var(--size-base);}
   .accomodation_info.selected:first-child { margin: 10px 0 0 0;}
}
@media (max-width: 767px) {
    .selected_room_name { width: 100%; font-size: 25px;}
    .selected_room_price { width: 100%; margin-left: 0; text-align: left; margin-bottom: 20px; font-size: 20px;}
    .engagement_video iframe { height: auto;}
    #unlock_offer_form { flex-direction: column;}
    #unlock_offer_email { width: 100%;}
}
.smartphone.body_ecommerce_engagement #page { padding: 0; }
.smartphone .accomodation_info .info_msg { font-size: 100%;}
.smartphone #page.engagement { margin: 0 auto;}
.smartphone .engagement_multi { padding: 10px;}
.smartphone .engagement_greeting { font-size: 20px;}
.smartphone .engagement_multi_info .title,
.smartphone .refuse_offer_title { font-size: 18px;}
.smartphone #page.engagement_mode .heading { padding-top: 20px;}
.smartphone .engagement_mode .engagement_expire { margin-top: 8px; text-align: center;}
.smartphone .selected_option_info .caption-alt { background-color: transparent!important;}
.smartphone .selected_option_info .selected_rate_ctn .caption-cnt .caption-alt { padding: 10px 0!important;}
.smartphone .engagement_media { margin-top: 15px; padding: 0 15px;}
.smartphone .engagement_media > div { padding: 50px 15px 15px; border-radius: 5px;}
.smartphone .engagement_media > div:before { border-radius: 100%; font-size: 20px;}
.smartphone .selected_option_info .selected_rate_ctn .caption,
.smartphone .selected_option_info .selected_rate_ctn .caption-cnt .caption-alt { width: 100%!important;}
.smartphone .room_count_string { width: 100%; text-align: center; color: var(--black); }
.smartphone .engagement_offer .starting_from { margin: 0 auto; }
.smartphone .offer_occ_per_room { padding: 0; }
.smartphone #page.engagement .engagement_offer:has(.ztemplate) .rooms > .elem { padding: 15px; border-bottom: 1px solid var(--ice); }
.smartphone #page.engagement .engagement_offer:has(.ztemplate) .rooms > .elem:last-of-type { padding-bottom: 0; border-bottom: unset; }
.smartphone .offer_occ { margin: 20px 0 0 0; padding: 10px 0 0px 0; border-bottom: unset; border-top: 1px dashed #dedede; justify-content: center; }
.smartphone .engagement_offer .search_info .option { font-size: var(--size-base); }
.smartphone #page.engagement .engagement_offers .template_detail_wrapper .room_detail .elem { padding: 0; }
.smartphone .template_detail_wrapper.opened .close_detail:before { color: var(--white); }

/* FINE ENGAGEMENT PLATFORM */

/* Fasce orarie - Servizi */
.ztemplate .selection_time { display: flex; align-items: center; gap: 3px; margin-left: 10px;}
.ztemplate .selection_time select { border: 1px solid #dedede; border-radius: 3px; background-color: #f6f6f6; padding: 3px;}
.ztemplate .selection_time select:focus { outline:none;}
.ztemplate .selection_time:before, .ztemplate .time:before { font-family: var(--font-icon); content: '\f017';}
.ztemplate .time { order: 3; margin-left: 5px; display: flex; align-items: center; gap: 3px;}
.ztemplate .time:before { font-size: 90%;}
.ztemplate_rooms .ztemplate .services .subcontents .selector_wrapper.has_time:hover .selection_date { padding-left: 0;}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .selector_wrapper.has_time { position: relative; padding: 15px 20px;}
.smartphone .ztemplate_rooms .ztemplate .services .subcontents .selector_wrapper.has_time .selection_date { position: relative; top: -10px;}
.smartphone .ztemplate .selection_time { position: absolute; bottom: 10px; left: 10px; gap: 2px;}
.smartphone .ztemplate .selection_time select { padding: 0; border: unset;}
.smartphone .ztemplate .selection_time:before { font-size: 90%; }

/* CSS Takyon */
.takyon-scripts-target-info .takyon-info-box { width: auto; align-items: flex-start; background-color: #fff; padding: 15px; border: 1px solid #dedede; margin-bottom: 15px;}
img.takyon-logo-little { min-width: unset!important; width: auto; height: auto!important; max-width: 50px;}
.takyon-scripts-target-info .takyon-info-box::after { display: none!important;}
.takyon-logo { min-width: unset!important; width: auto!important; height: 60px!important;}
.ztemplate_rooms .rates .caption-alt { z-index: auto;}
.takyon-scripts-target-info .takyon-info-box p { white-space: normal!important; line-height: 1;}
.smartphone .takyon-scripts-target-info :where(.takyon-row-1, .takyon-row-2) { flex-wrap: wrap; justify-content: flex-start;}

/* Edit Reservation */
.ibe_search_btn { cursor: pointer;}
.ibe_search_box {background-color: #fff; color: #000; padding: 20px; margin: 0 auto; position: absolute; z-index: 9999; top: 0; left: 0; right: 0; box-shadow: 0 0 10px rgb(0 0 0 / 30%); text-align: left; max-width: 766px; display: none;}
.ibe_search_box form {background: whitesmoke; padding: 20px;}
.ibe_search_box_close { cursor: pointer; position: absolute; top: 4px; right: 10px; font-size: 21px; background: white; padding: 10px 15px; font-size: 0;}
.ibe_search_box_close:before { font-family: var(--font-icon); content: '\f00d'; color: #000; font-size: 20px;}
.ibe_search_wrapper { padding: 15px 25px; text-align: center;}
.ibe_search_wrapper.fired .ibe_search_box {display: block;}
.ibe_search_box_title { text-align: center; font-size: 22px; margin-bottom: 15px; color: #373737;}
.ibe_search_box form { display: flex; flex-direction: row!important; flex-wrap: wrap; }
.ibe_search_box form .field, #booking .ibe_search_box form .field.text { width: 50%; margin: 0; padding: 0 15px 20px 15px;}
.ibe_search_box form .field input { padding: 10px; background: unset!important; width: 100%; text-align: left; line-height: 1; border: 1px solid #dedede; text-transform: inherit!important;}
#booking .ibe_search_box .form_element_title, .ibe_search_box .form_element_title, #booking .ibe_search_box .form_element_title.text { color: #373737; font-size: 10px;}
.ibe_search_loading .fa-spin, .edit_reservation_loading .fa-spin { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99999; color: #fff; font-size: 50px;}
.ibe_search_loading:before, .edit_reservation_loading:before  { position: fixed; content: ''; top: 0; left: 0; width: 100%; height: 100%; z-index: 9; background-color: rgba(0,0,0,.8);}
#page.thankyou.edit_reservation .side #order_template_wrapper { text-align: left;}
.edit_reservation .side { margin-top: 30px;}
.edit_reservation .side #bookingform_summary .title { margin: 0 0 15px 0; padding-bottom: 15px; border-bottom: 1px solid #dedede; font-size: 190%; color: #575757;}
.edit_reservation .section_text { display: none;}
.edit_reservation .reservation_code { display: block;}
.edit_reservation .section_big_link, .edit_reservation .btn { display: none;}
.edit_reservation #order_template_wrapper .row-1 .caption { flex-wrap: wrap; align-items: center; margin-top: 15px; margin-bottom: 10px;}
.edit_reservation #order_template_wrapper .row-1 .caption .title_wrapper { width: 100%;}
.edit_reservation .rate_arrangement { font-size: 18px;}
.delete_reservation_info { padding: 15px; background-color: #fff; margin-top: 15px; margin-bottom: 15px; border-top: 1px solid #dedede; width: 100%; font-size: 16px;}
.delete_reservation_info .fieldvalue { display: flex; align-items: center;}
.delete_reservation_info .fieldvalue:before { font-family: var(--font-icon); content: '\f05a'; margin-right: 8px; }
.delete_reservation { background-color: #ef5f3e; padding: 15px 25px; font-size: 12px; color: #fff; text-transform: uppercase; cursor: pointer;}
.delete_reservation .fieldkey { display: flex; align-items: center;}
.delete_reservation .fieldkey:before { font-family: var(--font-icon); content: '\f2ed'; margin-right: 10px;}
.delete_reservation .fieldvalue { display: none;}
.edit_reservation #bookingform_summary .summary { font-size: 15px;}
.edit_reservation #order_template_wrapper .ztemplate .elem { position: relative;}
.edit_reservation #order_template_wrapper .ztemplate .elem.odd { padding-top: 20px;}
.edit_reservation #order_template_wrapper .ztemplate .elem.odd:before { position: absolute; z-index: 1; top: 0; left: -21px; width: calc(100% + 42px); content: ''; background-color: #fff; border-bottom: 1px solid #dedede; border-top: 1px solid #dedede; height: 20px; z-index: 1; }
#page_error .message .buttons { display: flex; align-items: center; justify-content: center; margin-top: 20px;}
#page_error .message .buttons > div { padding: 15px 25px; color: #373737; text-transform: uppercase; cursor: pointer; margin: 0 5px; border: 2px solid #373737;}
#booking .ibe_search_box input[type="submit"], .ibe_search_box input[type="submit"] { font-size: 12px;}
.edit_reservation #order_template_wrapper .row-2 .rates .caption-alt .fieldkey:not(.details_wrapper .fieldkey) { font-size: 12px;}
.edit_reservation .canc_policy_label, .edit_reservation .payment_policy_label { font-size: 12px;}
.edit_reservation #order_template_wrapper .rates .caption-alt .ztextarea.g2, .edit_reservation #order_template_wrapper .rates .caption-alt .zlabel.g8 { font-size: 16px;}
.smartphone .delete_reservation { width: 100%; margin-bottom: 15px;}
.smartphone .ibe_search_box form { flex-direction: column!important;}
.smartphone .ibe_search_box form .field, .smartphone #booking .ibe_search_box form .field.text { width: 100%; border-bottom: unset;}
.smartphone .ibe_search_wrapper .ibe_search_box { height: 100%;}

/* fix */
#page .text.g3 .f3 p {margin-bottom: 15px;}
#page .text.g3 .f3 p:last-child {margin-bottom: 0px;}
#page.experience .text.g3 { width: 100%;}
.ztemplate_floated .caption .zlink a {background-color: var(--color1);}
#page .text.g3,
#page .text_dyn.g3 {font-size: 130% !important}
#page.thankyou .section_text.reservation_code {margin-bottom: 15px;}
#page #content .f3 iframe {border: 1px solid var(--color1) !important; padding: 3px;}
section#newsletter form {max-width: unset;}
section#newsletter .caption-fields {justify-content: center;}
#newsletter #showprivacy label {text-align: center;}

.section_album { max-width: 960px; margin: 0 auto; display: flex; }
.inner_album .section_link {margin-top: 30px}
.album { float: left; width: calc(50% - 20px); margin: 10px; background-color: transparent; }
.album .album_title{ font-weight: var(--font-weight-bold); font-size: 220%; color: var(--color1); text-align: center; margin: 10px auto;}
.body_album .section_gallery_album {display: flex; flex-wrap: wrap; justify-content: center; gap: 15px;}
.body_album .section_gallery_album a {width: calc(100% / 3 - 10px);}
.body_album.smartphone .section_gallery_album a {width: calc(100%);}
#varlink_back_to_album-cnt a { padding: 15px 30px; text-transform: uppercase; font-weight: var(--font-weight-bold); letter-spacing: 0; display: inline-block; background-color: transparent; border: 2px solid var(--color2); color: var(--color2); }
.body_album .section_link {text-align: center; margin-bottom: 30px;}
.heading.colour .top_seo {color: var(--white) !important; margin-bottom: 15px;}
#booking .merge_group {justify-content: center;}
.smartphone #page.order form .field.element_17 {margin-bottom: 0px; margin-top: 10px;}
.smartphone header.colour .logo img { transform: unset }
footer .bottom .dx > a,
footer .bottom .dx > div {display: flex;}
.ibe_login_btn {line-height: 1.4 !important; margin: 0 10px;}
.ibe_login_btn:before {font-size: 10px;}

/* aggiornamento */
.ztemplate_rooms .canc_costs_title {margin: 10px 0 5px; font-weight: var(--font-weight-bold);}
.body_camera #page .heading .top_seo,
#page .heading .top_seo,
#showcase .heading .top_seo { margin-bottom: 5px; }