:root {
	--orange: #AF5700;
	--grey: #6F6863;
}

html[data-is_page_offer] {
	margin-top: 0px !important;
}

html[data-is_page_offer] *,
html[data-is_page_offer] *::before,
html[data-is_page_offer] *::after {
	box-sizing: border-box !important;
}

#upperBar,
#randomPeople {
	display: none !important;
}

#rental-page {
	padding-top: 0 !important;
}

/* BREADCRUMBS */
#breadcrumbs.custom-breadcrumbs ul li a {
	color: var(--grey);
}

.new-header-classes.rentals-header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: calc(100vh - 130px);
}
header.headergen.new-header-classes.rentals-header {
	overflow: hidden;
}

.new-header-classes.rentals-header .header-gallery-button-container {
	width: 100%;
	display: flex;
	padding: 0 130px;
	align-items: flex-start;
	justify-content: flex-start;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 25px;
}

.new-header-classes.rentals-header .header-gallery-button-container .button.gallery-button {
	padding: 10px 15px;
	background-color: #FFF;
	color: var(--grey);
	border: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 300;
	font-family: var(--family-regular);
}

.booking-container {
	position: relative;
	width: 100%;
	height: 100%;
	width: 350px;
	height: auto;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	overflow: hidden;
	margin-top: -48px;
	top: 0px;
	transition: all 0.3s;
}

.booking-container.sticky {
	position: sticky;
	margin-top: 0;
	top: 90px;
}

.booking-container .booking-container-header {
	width: 100%;
	padding: 8px 15px;
	background-color: var(--orange);
}

.booking-container .booking-container-header p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	padding: 0 5px;
	text-align: center;
}

.booking-container .vm-booking-form-real {
	padding: 20px 10px;
}

.booking-container .vm-booking-form-real .mim-single-rental-booking-btn-container {
	display: flex;
	align-items: center;
	gap: 10px;
	border: solid 1px #6F6863;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
	margin-bottom: 10px;
}

.booking-container .vm-booking-form-real .mim-single-rental-booking-btn-container .mim-single-rental-booking-btn-icon {
	width: 30px;
	height: 30px;
}

.booking-container .vm-booking-form-real .mim-single-rental-booking-btn-container .mim-single-rental-booking-btn-text {
	margin: 0px;
	line-height: 1;
	font-size: 14px;
}

.booking-container .vm-booking-form-real .exclusive-tag-top-rental.property-exclusive-block.exclusive-single-rentals-block {
	margin: 0;
}

.booking-container .vm-booking-form-real .btn.booking-button {
	width: 100%;
	display: block;
	background-color: var(--grey);
	color: #fff;
	border: none;
	outline: none;
	border-radius: 10px;
	padding: 12px 10px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-family: var(--family-regular);
	cursor: pointer;
}

.booking-container .vm-booking-form-real .vm-booking-column {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.booking-container .vm-booking-form-real .exclusive-tag-top-rental.property-exclusive-block.exclusive-single-rentals-block {
	justify-content: center;
}

.booking-container .exclusive-tag-top-rental.property-exclusive-block.exclusive-single-rentals-block .nd_icon.exclusive-tag-icon {
	width: 24px;
	height: 24px;
}

.booking-container .exclusive-tag-top-rental.property-exclusive-block.exclusive-single-rentals-block .exclusive-tag-text {
	font-size: 10px;
	padding: 4px 10px;
	border-radius: 10px;
}







/* PAGE */
.page-container-display {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.nobooking-page-content {
	width: 100%;
	padding-right: 85px;
}

.nobooking-page-content h1 {
	margin: 0;
	font-size: 36px;
	/* margin-top: 48px; */
}

.nobooking-page-content h1+p {
	margin: 0px 0;
}

.nd_single_title_section.nd_section_on_menu.icon-section {
	margin-top: 50px;
}

.nobooking-page-content .nd_single_chars.newicons {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 30px;
}

.nobooking-page-content .nd_single_chars.newicons li {
	width: 100%;
}

.nobooking-page-content .post-descriptions-content {
	margin-top: 45px;
}

.nobooking-page-content .content-tab-header {
	position: relative;
	color: var(--grey);
	font-family: var(--family-regular);
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	border-bottom: 1px solid #6F6863;
	cursor: pointer;
}

.nobooking-page-content .content-tab-header h2 {
	color: var(--grey);
	font-family: var(--family-regular);
	font-size: 42px;
	padding: 20px 0;
	margin: 0;
}

.nobooking-page-content .content-tab .content-tab-content {
	display: block;
	color: var(--grey);
	padding: 32px 0;
}
.embed-template,
.nobooking-page-content .content-tab .content-tab-content .embed-template,
.nobooking-page-content .content-tab .content-tab-content #revyoos-widget.light-theme.embed-template {
	height: auto !important;
}

.nobooking-page-content .content-tab.opened-tab .content-tab-content {
	display: block;
	color: var(--grey);
	padding: 32px 0;
}

.nobooking-page-content .content-tab.opened-tab .content-tab-content a,
.nobooking-page-content .content-tab.opened-tab .content-tab-content span,
.nobooking-page-content .content-tab.opened-tab .content-tab-content ul,
.nobooking-page-content .content-tab.opened-tab .content-tab-content ol,
.nobooking-page-content .content-tab.opened-tab .content-tab-content li,
.nobooking-page-content .content-tab.opened-tab .content-tab-content h3,
.nobooking-page-content .content-tab.opened-tab .content-tab-content h4,
.nobooking-page-content .content-tab.opened-tab .content-tab-content h5,
.nobooking-page-content .content-tab.opened-tab .content-tab-content h6,
.nobooking-page-content .content-tab.opened-tab .content-tab-content blockquote,
.nobooking-page-content .content-tab.opened-tab .content-tab-content pre,
.nobooking-page-content .content-tab.opened-tab .content-tab-content table,
.nobooking-page-content .content-tab.opened-tab .content-tab-content dl,
.nobooking-page-content .content-tab.opened-tab .content-tab-content iframe,
.nobooking-page-content .content-tab.opened-tab .content-tab-content form {
	color: var(--grey);
	font-size: 14px;
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content {
	display: flex;
	gap: 15px;
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content .nd_text_extra_content {
	width: 80%;
	font-size: 15px;
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content .nd_text_extra_content p,
.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content .nd_text_extra_content ul {
	margin: 2px 0;
}

.nobooking-page-content .content-tab.opened-tab .nd_single_section_location_inner.content-tab-content #ndMainMapContainer {
	max-height: 540px;
}


.nobooking-page-content .content-tab .content-tab-header .icon.dropdownable-icon {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	border-left: 2px solid var(--grey);
	border-bottom: 2px solid var(--grey);
	transform: translateX(-2px) rotate(-135deg);
	color: #fff;
	transition: transform 0.3s;
}

.nobooking-page-content .content-tab .content-tab-header .icon.dropdownable-icon {
	display: none;
}

.nobooking-page-content .content-tab.opened-tab .content-tab-header .icon.dropdownable-icon {
	transform: translateX(-2px) rotate(-45deg);
}

body.single-rentals #masthead {
	padding: 10px 0px;
}

body.single-rentals #masthead #site-navigation {
	margin-bottom: 0px;
}

.swiper.new-gallery-desk-swiper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.swiper.new-gallery-desk-swiper .internal-swiper-image-container {
	height: 100%;
	position: relative;
	width: 100%;
}

.swiper.new-gallery-desk-swiper .internal-swiper-image-container img,
.swiper.new-gallery-desk-swiper .internal-swiper-image-container video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.swiper.new-gallery-desk-swiper .internal-swiper-image-container .mim-btn-new-gallery-content-desk {
	width: 100%;
	max-width: 1600px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto !important;
	height: 100%;
	display: flex;
	align-items: flex-end;
	gap: 12px;
	position: relative;
	z-index: 2;
	padding-bottom: 20px;
}

.swiper.new-gallery-desk-swiper .internal-swiper-image-container .mim-btn-new-gallery-content-desk .mim-btn-new-gallery-desk {
	background-color: var(--color-white);
	border: 0px;
	font-family: var(--family-regular);
	font-weight: 200;
	font-size: 15px;
	padding: 10px 30px;
	cursor: pointer;
}

body.single-rentals #rental-page {
	position: relative;
	z-index: 2;
}

.single-rentals .new-gallery-desk-swiper .swiper-button-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	z-index: 2;
	border-radius: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.single-rentals .new-gallery-desk-swiper .swiper-button-prev::after {
	content: '';
	width: 12px;
	height: 12px;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.single-rentals .new-gallery-desk-swiper .swiper-button-next {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	z-index: 2;
	border-radius: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.single-rentals .new-gallery-desk-swiper .swiper-button-next::after {
	content: '';
	width: 12px;
	height: 12px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.mim-new-rental-subtitle {
	line-height: 1.2;
	margin-top: 5px;
}

.mim-new-rental-excerpt {
	margin: 0px;
	margin-top: 15px;
	line-height: 1.4;
	display: none;
}

.whatsapp-btn-gen .whatsapp-bubble {
	display: none;
}

.caleran-container.caleran-popup .caleran-calendar .caleran-title {
	position: relative;
}

.caleran-container.caleran-popup .caleran-calendar .caleran-title .caleran-prev {
	opacity: 1;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
	left: 10px;
}

.caleran-container.caleran-popup .caleran-calendar .caleran-title .caleran-prev i::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.caleran-container.caleran-popup .caleran-calendar .caleran-title .caleran-next {
	opacity: 1;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
	right: 10px;
}

.caleran-container.caleran-popup .caleran-calendar .caleran-title .caleran-next i::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

#singleRentalDeskPrice {
	font-family: var(--family-regular);
	color: #fff;
	text-align: center;
	position: relative;
}

#singleRentalDeskPrice .nd_price {
	font-weight: bold;
	font-size: 18px;
}

#singleRentalDeskPrice .nd_pernightDefault {
	font-weight: 300;
	font-size: 12px;
}

#singleRentalDeskPrice .mim-booking-error {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 1.2;
	background-color: #c94949;
	font-size: 12px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.mim-book-btn-loading-desk {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.6);
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}

.mim-book-btn-loading-desk.active {
	display: flex;
}

.mim-book-btn-loading-desk .mim-book-btn-loading-inner {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: relative;
	animation: btn_loading_rotate 1s linear infinite;
}

.mim-book-btn-loading-desk .mim-book-btn-loading-inner::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 5px solid #AF5700;
	animation: btn_loading_clipFix 2s linear infinite;
}

@keyframes btn_loading_rotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes btn_loading_clipFix {
	0% {
		clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
	}

	25% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
	}

	50% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
	}

	75% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
	}

	100% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
	}
}

/* REVYOS */
#mimReviewOnPre .mim-revyoos-mini,
.the-promise-popup-revyoos-container .mim-revyoos-mini {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--family-regular);
	gap: 10px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.the-promise-popup-revyoos-container .mim-revyoos-mini {
	margin-top: 0;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-left,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-left {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-left img,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-left img {
	width: 22px;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-left .mim-revyoos-mini-rating,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-left .mim-revyoos-mini-rating {
	margin: 0px;
	font-weight: bold;
	font-size: 34px;
	line-height: 1;
	margin-bottom: -7px;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-stars,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-stars {
	line-height: 1;
	gap: 3px;
	display: flex;
	margin-top: 3px;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-stars .star,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-stars .star {
	width: 17px;
}

#mimReviewOnPre .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-text,
.the-promise-popup-revyoos-container .mim-revyoos-mini .mim-revyoos-mini-right .mim-revyoos-mini-text {
	line-height: 1;
	font-size: 10px;
	margin-top: 5px;
}

/* COMPARATION */
.bookinginsights .inPageWidget {
	padding: 0px !important;
	border: 0px !important;
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.bookinginsights .inPageWidget h3 {
	font-family: var(--family-regular) !important;
	margin-bottom: 5px !important;
}

.bookinginsights .inPageWidget h4 {
	font-size: 12px !important;
	color: #888 !important;
	margin-top: 0px !important;
}

.bookinginsights .inPageWidget>div:nth-child(3) {
	font-family: var(--family-regular) !important;
	padding: 10px !important;
	border: solid 1px #ccc !important;
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
}

.bookinginsights .inPageWidget>div:nth-child(3)>div {
	font-family: var(--family-regular) !important;
	justify-content: space-between !important;
	align-items: center !important;
	margin-bottom: 5px !important;
}

.bookinginsights .inPageWidget>div:nth-child(3)>div>div:nth-child(1) {
	width: calc(100% - 170px) !important;
	text-align: left !important;
	font-size: 14px !important;
	color: #6F6863 !important;
}

.bookinginsights .inPageWidget>div:nth-child(3)>div>div:nth-child(2) {
	width: 170px !important;
	text-align: center !important;
	padding: 5px 10px !important;
}

.bookinginsights .inPageWidget>div:nth-child(3)>div:nth-child(1) {}

.bookinginsights .inPageWidget>div:nth-child(3)>div:nth-child(1)>div:nth-child(2)>div {
	text-align: center !important;
	width: 100% !important;
	font-weight: 300 !important;
	padding: 5px 10px !important;
	border-radius: 0px !important;
}

.bookinginsights .inPageWidget>div:nth-child(4) {
	display: none !important;
}

.bookinginsights .inPageWidget>div:nth-child(5),
.bookinginsights .inPageWidget>div:nth-child(6) {
	font-size: 10px !important;
	line-height: 1.2 !important;
	opacity: 0.6 !important;
}

/* CALERAN */
.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
	font-size: 18px;
	font-family: var(--family-regular);
}

.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek {
	font-family: var(--family-regular);
	font-style: italic;
	font-size: 12px;
}

.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-not-in-month,
.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-not-in-month {
	opacity: 0 !important;
	height: 0;
	padding: 0;
	pointer-events: none;
}

.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,
.caleran-container.caleran-popup .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber {
	font-size: 16px;
	font-family: var(--family-regular);
	color: #000;
}

body.single-rentals .nd_single_section_related .nd_single_content_title {
	border-bottom: 0px;
}

.nd_single_section_related .swiper-container {
	height: auto;
}

.nd_single_section_related .swiper-container .swiper-wrapper {
	height: auto;
}

.nd_single_section_related .swiper-container .swiper-wrapper .item.swiper-slide {
	padding: 0px;
}

.nd_lb_bg_gallery .nd_close_lb {
	z-index: 10;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container {
	padding: 0px;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-top: 0px;
}

body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
	background-color: #c98b4e;
}

body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span {
	background-color: var(--orange);
}

body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span {
	background-color: var(--orange);
}

body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-selected.caleran-today,
body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-start.caleran-today,
body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-end.caleran-today,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-selected.caleran-today,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-start.caleran-today,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-end.caleran-today {
	color: #b8b8df;
	background: transparent;
}

body.single-rentals .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-end span,
body.single-rentals .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range.caleran-end span {
	background: transparent;
	color: #b8b8df;
	font-weight: 400;
}

body.single-rentals #menuMobileBtn {
	display: block;
}

.main_menu_container {
	position: fixed;
	z-index: 19;
	background-color: #fff;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	left: -100%;
	transition: left .4s ease-in-out;
}

.main_menu_container>div {
	padding: 100px 50px;
}

/* .main-navigation ul{
	display: block;
} */
body.single-rentals .nd_lb_bg_gallery .nd_close_lb {
	z-index: 100;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_container_inner .nd_gallery_item {
	position: static;
	left: auto;
	opacity: 1;
	transform: none;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav {
	position: static;
	top: auto;
	left: auto;
	opacity: 1;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_prev,
body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next {
	z-index: 99;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_prev::before,
body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next::before {
	border-color: #000;
	width: 10px;
	height: 10px;
	left: 18px;
	z-index: 2;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next::before {
	left: auto;
	right: 18px;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_prev::after,
body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #FFF;
	z-index: 1;
}

body.single-rentals .nd_lb_bg_gallery .nd_gallery_container .nd_gallery_nav .nd_gallery_nav_next::after {
	left: auto;
	right: 10px;
}

@media screen and (max-width: 900px) {
	.page-container-display {
		flex-direction: column-reverse;
		gap: 0;
	}

	.nobooking-page-content {
		padding: 0;
	}

	.booking-container {
		width: 100%;
	}
}

#singleRentalDeskPrice .nd_price .discount {
	font-size: 12px;
}

.mim-new-description-datas {
	margin-bottom: 50px;
}

.mim-new-description-datas-tabular-content h4 {
	font-weight: bold;
	font-size: 18px;
}

.mim-new-description-datas .content-tab-header h2 {
	font-weight: 900;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.mim-new-description-datas .mim-new-description-datas-tabular-content .mim-new-description-datas-hidden-content+.btn.hidden-show-more-button {
	padding: 0;
	text-decoration: underline;
	background: none;
	border: none;
	outline: none;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.mim-new-description-datas .mim-new-description-datas-tabular-content,
.mim-new-description-datas .mim-new-description-datas-tabular-content .mim-new-description-datas-hidden-content {
	font-family: var(--family-regular);
	font-weight: 300;
}

.mim-new-description-datas .content-tab-header h2 {
	font-weight: 900;
}

.mim-new-description-datas .mim-new-description-datas-tabular-content .mim-new-description-datas-hidden-content+.btn.hidden-show-more-button {
	padding: 0;
	text-decoration: underline;
	background: none;
	border: none;
	outline: none;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.mim-new-description-datas .mim-new-description-datas-tabular-content .mim-new-description-datas-hidden-content+.btn.hidden-show-more-button {
	display: none;
}

.mim-new-description-datas .mim-new-description-datas-tabular-content,
.mim-new-description-datas .mim-new-description-datas-tabular-content .mim-new-description-datas-hidden-content {
	font-family: var(--family-regular);
	font-weight: 300;
}

.single-rental-contact-us-block {
	margin-top: 30px;
}

@media screen and (max-width: 580px) {
	.nobooking-page-content .content-tab-header h2 {
		font-size: 26px !important;
	}

	.nobooking-page-content h1 {
		margin-top: 32px;
	}
}




.mim-zones-gallery.mim-zones-gallery-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	padding: 32px 80px;
	overflow: hidden;
	overflow-y: auto;
}

.mim-zones-gallery.mim-zones-gallery-container.active {
	display: block;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-container {
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	overflow-x: auto;
	gap: 20px;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-container .mim-zones-gallery-item {
	width: 100%;
	max-width: 180px;
	flex-shrink: 0;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-container .mim-zones-gallery-item .mim-zones-gallery-link {
	width: 100%;
	display: block;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-container .mim-zones-gallery-item img {
	width: 100%;
	height: 160px;
	max-height: 160px;
	object-fit: cover;
}

.btn.btn-close-zone-gallery.nd_close_lb {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	font-size: 24px;
	color: #333;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #333;
	width: 30px;
	height: 30px;
	padding: 0;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section {
	display: flex;
	gap: 10px;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section .mim-zone-title-and-description-block {
	width: 33.33%;
	height: 100%;
	position: sticky;
	top: 0;
	padding: 15px 0 50px 0;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section .mim-zone-title-and-description-block .mim-zone-title,
.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section .mim-zone-title-and-description-block .mim-zone-description {
	margin: 0;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section .mim-zone-title-and-description-block .mim-zone-title {
	font-size: 20px;
	font-weight: 700;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-gallery-section .mim-zone-images-gallery-block {
	width: 66.67%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mim-zones-gallery.mim-zones-gallery-container .mim-zones-images-gallery-container {
	margin-top: 50px;
}

.mim-zones-gallery.mim-zones-gallery-container .swiper-navigation-buttons {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
	gap: 20px;
}

.swiper.mim-zones-gallery.swiper-container {
	position: relative;
}

.mim-zones-gallery.mim-zones-gallery-container .swiper-navigation-buttons .swiper-navigation-button {
	position: relative;
	display: flex;
	padding: 0 10px;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
	font-family: 'Sofia', sans-serif;
	cursor: pointer;
}

.mim-zones-gallery.mim-zones-gallery-container .swiper-navigation-buttons .swiper-navigation-button .swiper-icon {
	width: 10px;
	height: 10px;
	display: block;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}

.mim-zones-gallery.mim-zones-gallery-container .swiper-navigation-buttons .swiper-navigation-button.swiper-button-prev .swiper-icon {
	transform: rotate(-135deg);
}



.vm-booking-form-checks-container {
	display: none;
	position: relative;
}
.vm-booking-form-checks-container.active {
	display: block;
}
/* .vm-booking-form-checks-container.checks-opened .vm-booking-cecks-toggler {
	display: block;
} */
.vm-booking-form-checks-container .vm-booking-cecks-toggler {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 100%;
	text-align: center;
	color: var(--orange);
	font-weight: 700;
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
}
.vm-booking-form-checks-container .vm-booking-cecks-toggler .vm-booking-checks-toggler-icon {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--orange);
	border-bottom: 2px solid var(--orange);
	background-color: transparent;
	margin-left: 5px;
	position: relative;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}
.vm-booking-form-checks-container.active.checks-opened .vm-booking-cecks-toggler .vm-booking-checks-toggler-icon {
	transform: rotate(-135deg);
}
.vm-booking-form-checks-container .vm-booking-form-checks {
	display: none;
}
.vm-booking-form-checks-container.checks-opened .vm-booking-form-checks {
	margin: 20px 0;
}
.vm-booking-form-checks-container.active.checks-opened .vm-booking-form-checks {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.vm-booking-form-checks-container .vm-booking-form-checks .vm-booking-form-check {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--family-regular);
	padding: 4px;
	gap: 5px;
}
.vm-booking-form-checks-container .vm-booking-form-checks .vm-booking-form-check span {
	color: var(--grey);
	font-size: 14px;
	font-weight: 400;
	font-family: var(--family-regular);
}
.vm-booking-form-checks-container .vm-booking-form-checks p.vm-booking-form-check {
	line-height: 1.05;
	margin: 0;
	gap: 8px;
}




/* THE PROMISE BLOCK */
.vm-the-promise-popup .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	z-index: 10;
	font-size: 20px;
}
.vm-the-promise-popup-item {
	position: relative;
	border-right: 2px solid #eee;
	padding: 0 12px;
}
.vm-the-promise-popup-item:last-child {
	border-right: none;
}
.vm-the-vacation-promise .vm-the-vacation-promise-header .nd_single_content_title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--grey);
}
.vm-the-vacation-promise .vm-the-promise-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.vm-the-vacation-promise .vm-the-promise-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.vm-the-vacation-promise .vm-the-promise-item .vm-the-promise-icon {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	background-color: var(--grey);
	border-radius: 50%;
	padding: 4px;
}
.vm-the-vacation-promise .vm-the-promise-item .vm-the-promise-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25%;
	height: 50%;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background-color: transparent;
	transform: translate(-50%, -50%) rotate(45deg);
}
.vm-the-vacation-promise .vm-the-promise-item .vm-the-promise-text {
	margin: 0;
	line-height: 1.1;
}
.vm-the-vacation-promise .vm-the-promise-read-more {
	display: inline-block;
	color: var(--orange);
	text-decoration: underline;
	cursor: pointer;
}

.vm-the-vacation-promise .vm-the-promise-popup {
	display: none;
}
.vm-the-vacation-promise .vm-the-promise-popup.active {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.8);
}
.vm-the-vacation-promise .vm-the-promise-popup .vm-the-promise-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 1;
}
.vm-the-vacation-promise .vm-the-promise-popup .vm-the-promise-popup-content {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	max-width: 1130px;
	background-color: #FFF;
	padding: 50px;
	border-radius: 10px;
	margin: 0 auto;
	z-index: 2;
	gap: 15px;
}

.vm-the-promise-popup-item .vm-the-promise-popup-item-title {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}
.vm-the-promise-popup-item.vm-the-promise-ratings-block {
	min-width: 300px;
}
.vm-the-promise-popup-item .vm-the-promise-popup-list-item.iconed {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	margin-bottom: 15px;
}
.vm-the-promise-popup-item .vm-the-promise-popup-list-item .vm-the-promise-text {
	width: 100%;
	max-width: 100%;
	line-height: 1.3;
	font-size: 14px;
	margin: 0;
}

.vm-the-promise-popup-item .vm-the-promise-popup-list-item .vm-the-promise-text strong {
	display: block;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 3px;
}

.vm-the-promise-popup-item .vm-the-promise-popup-list-item .vm-the-promise-icon {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.vm-the-vacation-promise .vm-the-promise-popup .vm-the-promise-text span {
	width: 100%;
	display: block;
}
.vm-the-vacation-promise .vm-the-promise-popup .vm-the-promise-popup-content ul.vm-the-promise-popup-item-list {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-direction: column;
	gap: 16px;
}
/* .vm-the-vacation-promise .vm-the-promise-popup .vm-the-promise-popup-content .vm-the-promise-popup-item.vm-the-promise-promise-block .vm-the-promise-popup-item-list-container { */
.vm-the-vacation-promise .vm-the-promise-popup .vm-the-promise-popup-content .vm-the-promise-popup-item .vm-the-promise-popup-item-list-container {
	margin-top: 35px;
}


.vm-the-vacation-promise .vm-the-promise-popup .vm-the-promise-popup-content .vm-the-promise-popup-item.vm-the-promise-peace-mind-block .vm-the-promise-popup-item-subtitle {
	margin: 0;
	line-height: 1.3;
	margin-bottom: 15px;
}