#header.style_4.scrolled {
	background-color: var(--body_bg);
}

#header.style_4 .col--right-inner {
	padding: 21px 35px 21px 25px;
	column-gap: 30px;
	background-color: var(--menu_bg);
}

.header--logo.header--logo-scrolled {
	width: 56px!important;
}

#header.style_3 .col--right .cta--arrow > .icon svg path {
	stroke: currentColor;
}
.contact--form input, .contact--form textarea {
	background-color:transparent;
}
.contact--list.style_1 li .inner--flex > div {
	margin-left:auto;
}
#contact--hero .menu--contact.contact--list .contact--item.tel-item  .inner--flex > div {
	margin-right:auto;
}
.languages--current > .icon:first-child {
	min-width: 13px;
}
@media(max-width:767px) {
	#homepage--location-parallax, .oel--wrapper .owl-carousel .image {
		height: 360px;
	}
	.page--header-wrapper.row .cols {
		flex-direction: column;
		row-gap: 20px;
		align-items:flex-start;
	}
	.sub-footer.style_2 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	#header.style_4 .header--logo {
		transform: unset;
		left: 25px;
	}
}

@media(min-width:992px) {
	.oel-3columns--wrapper .loop[data-count="5"] > article:nth-child(4) { 
		min-width: calc(100% + calc(50% + 10px));
	}
	.oel-3columns--wrapper .loop[data-count="5"] > article:nth-child(5) {
		min-width: calc(100% + calc(50% + 10px));
		margin-left:calc(50% + 10px);
	}
}

.floating--tels {
	display: flex;
	align-items: center;
	column-gap: 5px;
	transform: translateY(-5px);
	/* 	position: absolute;
	z-index: 1;
	left: calc(100% + 15px);
	top: 50%;
	transform: translateY(calc(-50% - 5px)); */
}
.floating--tels a {
	width: 22px;
	height: 22px;
	min-width: 22px;
	min-height: 22px;
	font-size: unset !important;
	max-width: unset !important;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1 !important;
	background-color: #fff;
	border-radius: 50%;
}
.floating--tels a::after {
	display:none !important;
}
.floating--tels a:first-child:not(only-child) {
	width: 21px;
	height: 21px;
	min-width: 21px;
	min-height: 21px;
}
.floating--tels a:last-child:not(only-child) {
	padding:2px 0 2px 1px !important;
}
.floating--tels a svg {
	height: 100%;
	width: 100%;
}
#footer .contact--list.style_1 li {
	border-color: var(--footer_color);
}
@media (max-width: 767px) {
	#footer.style_1 .footer--cols .col--right {
		max-width: 100%;
		min-width: unset;
	}
	.page--header-wrapper.row .cols {
		flex-direction: column;
		align-items: center;
		row-gap: 30px;
	}
}


/*
* Testimonials Style 3
*/
#testimonials.style_3 .cols {
	max-width: 100%;
	display:block;
	width: 100%;
}
#testimonials.style_3 .cols .section--title {
	text-align: center;
	margin-bottom: 60px;
}
#testimonials.style_3 .cols .col--right {
	max-width:100%;
	width:100%;
}
#testimonials.style_3 .testimonials--actions .slider--controls {
	justify-content:space-between;
	width:100%;
	max-width:100%;
}
#testimonials.style_3 .testimonials--actions {
	position:relative;
}
#testimonials.style_3 .testimonials--actions .cta--arrow {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}
#testimonials.style_3 > .container {
	max-width: 1680px;
}
.testimonial--card .icons {
	margin-bottom:4px;
}
.testimonial--card .icons .icon {
	max-width:15px;
}
#testimonials .testimonials--actions .cta--arrow svg path {
	stroke:currentcolor;
}
#testimonials.style_3 .owl-stage-outer::before,
#testimonials.style_3 .owl-stage-outer::after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	display:block;
	z-index:1;
	pointer-events:none;
	width: 320px;
	background: linear-gradient(to right, var(--body_bg) 0%, transparent 100%);
}
#testimonials.style_3 .owl-stage-outer::before {
	left:0;
}
#testimonials.style_3 .owl-stage-outer::after {
	right:0;
	background: linear-gradient(to left, var(--body_bg) 0%, transparent 100%);
}
.testimonial--card .icons .icon {
	max-width: 25px;
	width: 100%;
}
#testimonials.style_4 .owl-stage-outer::before, 
#testimonials.style_4 .owl-stage-outer::after {
	display:none;
}
@media(max-width:1550px) {
	#testimonials.style_3 .owl-stage-outer::before, 
	#testimonials.style_3 .owl-stage-outer::after {
		width:280px;
	}
}
@media(max-width:991px) {
	#testimonials.style_3 .owl-stage-outer::before, 
	#testimonials.style_3 .owl-stage-outer::after {
		display:none;
	}
	.testimonial--card {
		text-align:left;
	}
}
@media (max-width: 767px) {
	#testimonials.style_3 .col--left {
		display: block;
	}
	#testimonials.style_3 .cols .section--title {
		margin-bottom:30px;
	}
	#testimonials.style_3 .cols > div {
		margin:0 !important;
	}
}
/*
* End Testimonials Style 3
*/






.not--available {
	font-size: 16px;
	color: red;
	text-align: center;
	display: block;
	width: 100%;
}
#loader {
	opacity: 0;
	transition: all ease-in-out 250ms;
	pointer-events: none;
	background-color: #fff;
	position: absolute;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0;
}
.lds-dual-ring::after {
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	border-color:#4d4d42 transparent #4d4d42 transparent !important;
}
.lds-dual-ring {
	width:60px !important;
	height:60px !important;
}
.input-container textarea,
.input-container input {
	border: none;
	margin:0;
	outline: none;
	cursor: pointer;
	background-color:transparent;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
}
.input-container input::placeholder {
	opacity:1;
}
.input-container input  {
	padding: 0 20px 0 50px;
	width:100%;
}
#wh-n22-form .input-row .input-container #submit-form {
	cursor: pointer;
	transition: all ease-in-out 250ms;
	border:none;
	width: 100%;
	max-width:100%;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	width: 100%;
	color: var(--cta_color);
	background-color: var(--cta_bg);
	border: 1px solid var(--cta_bg);
}
#wh-n22-form .input-row .input-container #submit-form {
	background-color: var(--cta_color);
	border:1px solid var(--cta_color);
	color: var(--cta_bg);
}
#wh-n22-form .input-row .input-container #submit-form:hover {
	color: var(--cta_color);
	background-color: var(--cta_bg);
}
.input-container textarea {
	resize:none;
	height:170px;
	padding: 15px;
}
.input-container > .input-container--flex {
	align-items: center;
	/* 	border-radius: 10px; */
	width: 100%;
	color: var(--menu_color);
	position: relative;
	font-size: 15px;
	font-weight: 500;
	height:100%;
	display: flex;
	gap: 7px;
	background-color: transparent;
}
#open-guests {
	font-size: 16px;
	width: 100%;
	line-height: 1.3;
	align-self: stretch;
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.input-number-with-buttons {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	text-align:left;
}
/* .inputs-guests .btn__container {
padding: 10px;
display: flex;
justify-content: flex-end;
} */
.input-number-with-buttons label {
	margin:0 8px 0 0 !important;
}
.input-number-with-buttons label small {
	opacity: 0.7;
	margin-left: 2px;
}
#close-guests {
	max-width: 100%;
	width: 100%;
	transition:all ease-in-out 250ms;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#close-guests::after {
	display:none;
}
.input-number-with-buttons input[type="number"] {
	width: 20px !important;
	height: 30px !important;
	margin-inline:10px;
	min-width:unset !important;
	max-width:100% !important;
}
.input-number-with-buttons > span {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	user-select: none;
	min-width: 25px;
	min-height: 25px;
	border: 1px solid var(--cta_color);
}
.price--text {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.offer--price {
	text-decoration: line-through;
	font-size:80%;
}
#wh-n22-form .input-row {
	display: flex;
	column-gap:2px;
}
#wh-n22-form .input-row .input-container {
	position: relative;
	display: flex;
	flex:1;
	align-items: center;
}
#wh-n22-form .input-row .input-container .icon {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#wh-n22-form .input-row .input-container > label {
	display:none;
}
#wh-n22-form .input-container input {
	/* 	border:1px solid rgba(0, 0, 0, .4); */
	height:55px;
	border-right:1px solid rgba(77, 77, 66, .3);
}
#wh-n22-form .input-container input::placeholder {
	opacity:1;
	color:#4d4d42;
}
#wh-n22-form .input-container > .input-container--flex {
	align-self: stretch;
	height: 100%;
}
#wh-n22-form .input-container > .input-container--flex #open-guests {
	padding: 0 20px 0 50px;
	cursor:pointer;
}
#wh-n22-form .inputs-guests {
	min-width: 250px;
	cursor:pointer;
}
/* #submit-form {
background-color: var(--cta_color);
border: unset;
color: var(--cta_bg);
flex: 1;
width: 100%;
cursor: pointer;
padding: 20px;
transition: all ease-in-out 250ms;
}
#submit-form:hover {
background-color: var(--cta_bg);
color: var(--cta_color);
} */
#wh-n22-form .input-container .input-number-with-buttons label {
	display: block;
}
#wh-n22-form .input-container label {
	font-size: 15px;
	font-weight: 500;
	color: var(--menu_color);
	display: block;
	margin: 0 0 10px 15px;
	line-height: 1;
	display: none;
}

ul#rates {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 20px;
	border: 1px solid rgba(77, 77, 66, .3);
	padding-block: 25px;
	border-radius: 40px;
}
ul#rates li .rate--cols .rate--col-left .title {
	font-size: 18px;
	line-height:1.3;
	font-weight: 600;
	display:block;
	margin-bottom:12px;
}
ul#rates li .rate--cols .rate--col-left .text.editor {
	font-size:14px;
}
ul#rates li .rate--cols .rate--col-left {
	max-width: 225px;
	text-align:left;
}
ul#rates li .rate--cols {
	justify-content:space-between;
	column-gap:20px;
}
ul#rates li .rate--cols .rate--col-middle {
	align-self: stretch;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 15px;
}
ul#rates li .rate--cols .rate--col-middle .final---price-el {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size:18px;
	font-weight:600;
	line-height:1.2;
}
@media(min-width:1551px) {
	ul#rates li .rate--cols .rate--col-middle .final---price-el .offer--price {
		font-size: 70%;	
	}	
}
ul#rates li .rate--cols .rate--col-right .rate--policies {
	display: block;
	margin: 10px auto 0;
	font-size: 14px;
	cursor:pointer;
	line-height: 1;
	text-align: center;
	transition:all ease-in-out 250ms;
}
ul#rates li .rate--cols .rate--col-right .rate--policies:hover {
	color:var(--cta_color);
}
ul#rates > li {
	padding-bottom:15px;
	border-bottom: 1px solid rgba(0, 0, 0, .4);
}
ul#rates li .rates-informations {
	margin-top: 20px;
	display:none;
	text-align:left;
	max-width:400px;
}
ul#rates li .rates-informations > div:not(:last-child) {
	margin-bottom: 15px;
}
ul#rates li .rates-informations > div > strong {
	display:block;
	line-height:1;
	margin-bottom:5px;
	font-size:15px;
}
ul#rates li .rates-informations > div {
	font-size:14px;
}
ul#rates li .rates-informations > div ul {
	margin:0;

}
.input-container input.has--error, .input-container input.has--error::placeholder {
	color: red !important;
}
@media(max-width:1550px) {
	ul#rates li .rate--cols .rate--col-left .text.editor {
		font-size: 13px;
	}
	.input-container input {
		padding: 0 15px 0 40px;
	}
	#wh-n22-form .input-container > .input-container--flex #open-guests,
	.input-container textarea, .input-container input {
		font-size:14px;
	}
	#wh-n22-form .input-container > .input-container--flex #open-guests {
		padding-left:40px;
	}
	#wh-n22-form .input-row .input-container .icon {
		width: 16px;
		height: 16px;
		min-width: 16px;
		min-height: 16px;
		left: 14px;
	}
	/* 	.input-number-with-buttons input[type="number"] {
	width: 40px !important;
} */
	#wh-n22-form .inputs-guests {
		transform: unset;
		left: unset;
		right: 0;
	}
	ul#rates li .rate--cols .rate--col-middle .final---price-el {
		font-size: 16px;
	}
	ul#rates li .rate--cols .rate--col-left {
		max-width: 200px;
	}
	.picker__holder {
		min-width: 240px;
	}
	ul#rates li .rate--cols .rate--col-left .title {
		font-size: 16px;
		margin-bottom:8px;
	}
	ul#rates li .rate--cols {
		column-gap:12px;
	}
}
@media(max-width:991px) {
	.input-container input,
	#open-guests {
		font-size: 15px;
	}
	.input-container input {
		height: 65px;
	}
}
@media(max-width:767px) {
	.input-container input {
		height: 50px;
	}
	.hero-booking-form .input-container {
		min-height: 50px;
	}
}
@media(max-width:570px) {
	ul#rates li .rate--cols .rate--col-middle .final---price-el {
		font-size: 16px;
	}
	#wh-n22-form .input-row {
		flex-direction: column;
		row-gap: 2px;
	}
	.input-container input {
		max-width: 100%;
		min-width: unset;
	}
	/* 	#wh-n22-form .input-container > .input-container--flex #open-guests {
	min-height: 60px;
} */
	.buttons__container {
		margin: 2px 0 16px;
	}
	ul#rates li .rate--cols {
		flex-wrap:wrap;
		row-gap: 16px;
	}
	ul#rates li .rate--cols .rate--col-right .rate--policies {
		margin-top: 20px;
		text-align: left;
	}
	#wh-n22-form .input-container input {
		max-width:100%;
		min-width:unset;
	}
	#wh-n22-form .input-container > .input-container--flex #open-guests {
		min-width:unset;
		max-width:unset;
	}
}
.wh--form-wrapper {
	max-width: 900px;
	margin: 100px auto 0;
	width: 100%;
	/* 	border: 1px solid rgba(77, 77, 66, .3);
	padding: 8px;
	border-radius: 40px; */
}
form#wh-n22-form {
	border: 1px solid rgba(77, 77, 66, .3);
	padding: 8px;
	border-radius: 40px; 
}
p#error-message:empty,
#wh-n22-form-results:empty,
#rates:empty {
	display: none;
}



/* Update V1 */
#header.style_5 {
	background-color: var(--body_bg);
}
.template--about__big-small--wrapper .template--about__big-small--header {
	margin-top:120px;
}
.template--about__big-small--wrapper .template--about__big-small--header .subtitle {
	text-transform:unset;
}
.template--about__big-small--wrapper .template--about__big-small--header .section--title {
	font-weight: 400;
	font-size: 65px;
	line-height: 58px;
	color: var(--body_color);
	text-transform:unset;
	margin-block: 10px 30px;
}
.template--about__big-small--wrapper .template--about__big-small--header  {
	padding-right:80px;
}
.container--medium {
	width:100%;
	padding-inline:30px;
	max-width:1560px;
	margin-inline:auto;
}
.template--about__big-small--wrapper .template--about__big-small--header .text.editor {
	width:100%;
	max-width:520px;
}
.image--el {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.template--about__big-small--main .image.image--big {
	height:800px;
}
.template--about__big-small--main .image.image--small {
	height:400px;
	width:360px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-90px;
	z-index:1;
}
.template--about__big-small--main {
	margin-top:60px;
}
form#wh-n22-form {
	border-radius:10px;
}





/* Updave v1 */
.cta--dot {
	--transition:all ease-in-out 300ms;
	--space_left : 15px;
	display: flex;
	max-width: max-content;
	padding: 0 0 4px var(--space_left);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--cta_color);
	position: relative;
}
span.cta--dot-icon {
	width: 8px;
	min-width: 8px;
	height: 8px;
	background-color: currentcolor;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% - 2px));
	left: 0;
	transition: var(--transition);
}
span.cta--dot-text {
	transition: var(--transition);
}
.cta--dot::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentcolor;
	transition: var(--transition);
}
.cta--dot:hover::after {
	width:100%;
}
.cta--dot:hover span.cta--dot-icon {
	left: calc(100% - 8px);
}
.cta--dot:hover span.cta--dot-text {
	transform: translateX(calc(var(--space_left) * -1));
}
.cta--dot:hover {
	color: var(--cta_color);
}
#header.style_5 #burger {
	font-weight: 400;
	text-transform:uppercase;
	font-size: 18px;
	line-height: 1;
	column-gap:10px;
}
#header.style_5 #burger .burger--bars {
	display:block;
	min-width:64px;
	width:64px;
}
#header.style_5 #burger .burger--bars span {
	display:flex;
	flex-direction:column;
	row-gap:6px;
	width:80%;
	transition:all ease-in-out 250ms;
}
#header.style_5 #burger:hover .burger--bars span {
	width:100%;
}
#header.style_5 #burger .burger--bars span::before,
#header.style_5 #burger .burger--bars span::after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:currentcolor;
	transition:all ease-in-out 250ms;
}
#header.transparent--header:not(.scrolled) .cta--dot {
	color:#fff;
}

body.home #hero.style_1 #scroll--about {
	display:flex;
	position:absolute;
	bottom:40px;
	left:50%;
	transform: translateX(-50%);
	z-index: 1;
	text-transform:lowercase;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color:#fff;
	padding-bottom:6px;
}
#hero.style_1 #scroll--about::after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:1px;
	background-color:currentcolor;
	transition:all ease-in-out 250ms;
}
#hero.style_1 #scroll--about:hover::after {
	width:100%;
}
section#villa--presentation-cards {
	margin-top: 200px;
}
.section--title {
	font-size: 38px;
	line-height: 40px;
}
section#villa--presentation-cards .villa--presentation-cards__header .section--title {
	margin-top:10px;
	max-width: 360px;
}
section#villa--presentation-cards .villa--presentation-cards__header  {
	margin-bottom:55px;
}
.container--mx {
	max-width:1920px;
	width:100%;
	margin-inline:auto;
	padding-inline:30px;
}
.villa--presentation-cards__grid {
	column-gap: 100px;
	row-gap: 50px;
}
.villa--presentation-cards__grid--single,
.v1--villa-card  {
	width:100%;
}
.v1--villa-card .image {
	height:780px;
	width:100%;
}
.villa--presentation-cards__grid--single:nth-child(4n + 2) .v1--villa-card .image ,
.villa--presentation-cards__grid--single:nth-child(4n + 3) .v1--villa-card .image  {
	height: 600px;
}
.v1--villa-card .content .title {
	font-weight: 400;
	font-size: 32px;
	line-height: 45px;
	margin-block:15px 5px;
	transition:all ease-in-out 250ms;
}
.v1--villa-card .content .title:hover {
	opacity:.7;
}
.v1--villa-information .starting--price {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	display:flex;
	align-items:center;
	column-gap:6px;
	margin-bottom:12px;
}
.v1--villa-information .starting--price::before {
	content:'';
	display:block;
	min-width:6px;
	min-height:6px;
	width:6px;
	height:6px;
	background-color:var(--body_color);
	border-radius:50%;
}
.v1--villa-card a {
	color:var(--body_color);
}
.v1--villa-information__bottom--flex {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.v1--villa-information__bottom--single {
	display: flex;
	align-items: center;
	column-gap: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	border: 1px solid var(--body_color);
	border-radius: 16px;
	padding: 8px 12px;
}
.v1--villa-information__bottom--single .icon svg {
	height: 100%;
	width: 100%;
}
.v1--villa-information__bottom--single .icon {
	width: 16px;
	height: 16px;
}
section#contents--3-columns__with-bg {
	margin-top: 160px;
}
.contents--3-columns__with-bg--grid {
	column-gap:50px;
}
section#contents--3-columns__with-bg > .container--mx > .content {
	padding: 100px 100px 130px;
	background-color: #DFE0E6;
}
.text.editor.h2 {
	font-size: 28px;
	line-height: 35px;
	margin-top:10px;
}
.contents--3-columns__with-bg--header {
	margin-bottom:100px;
	max-width:1000px;
}
.contents--3-columns__with-bg--grid article.simple--card .image {
	height: 625px;
}
.contents--3-columns__with-bg--grid article.simple--card .content .title {
	font-size: 27px;
	line-height:1.1;
	text-align:center;
	max-width:350px;
	margin:25px auto 0;
}
section#gallery--section .gallery--section-header .col--left {
	max-width: 800px;
}
section#gallery--section .gallery--section-header  {
	margin-bottom: 70px;
}
section#gallery--section {
	margin-top: 120px;
}
section#gallery--section > .content > .container--full {
	padding-inline: 0;
}
section#gallery--section .gallery--section-main {
	overflow: hidden;
}

section#gallery--section .gallery--section-main .gallery--section-flex {
	display: flex;
	flex-wrap: nowrap;
	gap: 15px;
	width: max-content;
	white-space: normal;
	will-change: transform;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-delay: 500ms;
}

section#gallery--section .gallery--section-main .gallery--section-flex a {
	flex: 0 0 auto;
	width: auto;
	height: 660px;
	display: block;
	max-width:460px;
}

section#gallery--section .gallery--section-main .gallery--section-flex a img {
	display: block;
	height: 100%;
	width: auto;
	min-width: 0;
}
section#gallery--section .gallery--section-main .gallery--section-flex a:nth-child(even) {
	height:485px;
}

@keyframes marquee {
	from { transform: translateX(0); }
	to   { transform: translateX(calc(-1 * var(--marquee-distance, 0px))); }
}
.v1--villa-information__bottom--single.el--size span.icon svg {
	transform: scale(.8);
}

section#testimonials.style_5 {
	--testi_bg: #DFE0E6;
}
section#testimonials .testimonials--section-header .col--left {
	max-width: 800px;
}


section#testimonials.style_5 .testimonials--section-header {
	padding-inline: 65px;
	margin-bottom: 120px;
}

section#testimonials.style_5:not(.style_6) > .container--full > .content {
	background-color: var(--testi_bg);
	padding-block: 100px 70px;
}
section#testimonials.style_5 .slider--controls {
	justify-content:center;
	margin-top:60px;
	column-gap:20px;
}
section#testimonials.style_5 .slider--controls > span {
	position:static !important;
	transform:unset !important;
}
#testimonials.style_3 .owl-stage-outer::before {
	background: linear-gradient(to right, var(--testi_bg) 0%, transparent 100%);
}
#testimonials.style_3 .owl-stage-outer::after {
	background: linear-gradient(to left, var(--testi_bg) 0%, transparent 100%);
}

section#hero.style_6 .content h1.title {
	display: none;
}
section#hero.style_6 .content {
	width: 100%;
	max-width: 600px;
}
section#hero.style_6 .content .text.editor {
	color: #fff;
	text-align: center;
	font-size:16px;
	margin-top: 20px;
}
div#template--archive-v1 section#villa--presentation-cards {
	margin-top: 120px;
}
section#hero .v1--villa-information {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 20px;
	min-width: max-content;
	row-gap: 15px;
	justify-content: center;
	align-items: center;
}


section#hero .v1--villa-information .v1--villa-information__bottom--single {
	border-color: rgba(255, 255, 255, .5);
	color: #fff;
}

section#hero .v1--villa-information .v1--villa-information__bottom--single .icon svg path {
	stroke: #fff;
}
section#hero .v1--villa-information .starting--price {
	margin-inline: auto;
	text-align: center;
	justify-content: center;
	margin: 0;
	color:#fff;
}
section#hero .v1--villa-information .starting--price::before {
	display:none;
}



.information--secondary span.information--secondary-title {/* The room offers the following facilities: */
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	/* identical to box height, or 125% */

	/* Blue */
	display: block;
	margin-bottom: 15px;
}

.information--secondary .text.editor ul {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.information--secondary .text.editor ul li {
	margin-bottom: 6px;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 6px;
	font-size: 15px;
}

.information--secondary .text.editor ul li:nth-child(even) {
	padding-left: 20px;
}
section#template--the-villa__about.secondary.template--the-villa__about--info .cols {
	column-gap:200px;
}
section.why--choose-this-room {
	margin-top: 150px;
}
section.why--choose-this-room .content {
	width: 100%;
	max-width: 1450px;
	margin-inline: auto;
	padding: 0 30px 80px;
}
section.why--choose-this-room > .container--full > .inner {
	border-bottom: 1px solid var(--body_color);
}
section.why--choose-this-room .content .cols .col--left {
	width: 100%;
	max-width: 900px;
}
.gallery--wrapper.secondary {
	margin-top: 100px;
}
.gallery--wrapper.secondary .owl-dots,
.gallery--wrapper.secondary .section--title {
	display: none;
}
section.why--choose-this-room .content .cols .col--left .section--title {
	margin-bottom: 15px;
}
.gallery--wrapper.secondary .gallery--content {
	max-width: 1450px;
	padding-inline: 30px;
	margin-inline: auto;
}
.gallery--wrapper.secondary .owl-carousel .owl-item a {
	transition:all linear 400ms;
}
.gallery--wrapper.secondary .owl-carousel .owl-item:not(.active) a {
	transform:scale(.85);
}
.gallery--wrapper.secondary .gallery--content .owl-stage-outer {
	overflow: visible;
}
.gallery--wrapper.secondary .slider--controls > span svg circle,
.gallery--wrapper.secondary .slider--controls > span svg path {
	stroke:#000;
}
.gallery--wrapper.secondary .slider--controls > span.prev {
	left: 150px;
}
.gallery--wrapper.secondary .slider--controls > span.next {
	right: 155px;
}
section#gallery--section h2.subtitle.h3.with--icon span.icon {
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin-top: 2px;
}
section#gallery--section h2.subtitle.h3.with--icon {
	display: flex;
	align-items: center;
	column-gap: 5px;
	font-weight: 400;
	font-size: 26px;
	line-height: 1;
}
section#gallery--section .gallery--section-header {
	margin-bottom:25px;
}
section#gallery--section .gallery--section-header .cta--dot {
	text-transform:lowercase;
	font-size: 26px;
}
section#gallery--section .gallery--section-header .cta--dot .cta--dot-icon {
	display:none;
}
section#gallery--section .gallery--section-header .cta--dot::after {
	display:none;
	padding:0;
}
section#gallery--section .gallery--section-header span.cta--dot-text {
	transform:unset !important;
}
section.single--villas-more {
	margin-top: 80px;
	padding-bottom: 60px;
}

section.single--villas-more section#villa--presentation-cards {
	margin-top: 25px;
}

section.single--villas-more .section--title {
	padding-inline: 30px;
}


#close-guests {
	background-color: var(--body_color);
	color: var(--body_bg);
}
.nagivation--wrapper.style_4 {
	right: unset;
	transform: translateX(-100%);
	left: 0;
	max-width: 420px;
	padding-inline:30px;
	padding-bottom:40px;
	display:flex;
	flex-direction:column;
}
html.menu--visible .nagivation--wrapper.style_4 {
	transform: unset;
}
.nagivation--wrapper.style_4 #close--menu {
	right: unset;
	left: 30px;
	padding:0 !important;
	min-width:unset !important;
	min-height:unset !important;
	width:unset !important;
	border:none !important;
	height:unset !important;
	color:var(--body_color) !important;
	background-color:transparent !important;
	top: 35px;
}













#close--menu #burger--close {
	font-weight: 400;
	text-transform:uppercase;
	font-size: 18px;
	line-height: 1;
	column-gap:10px;
	display: flex;
	align-items:center;
}
#close--menu #burger--close .burger--bars {
	display:block;
	min-width:64px;
	width:64px;
}
#close--menu #burger--close .burger--bars span {
	display:flex;
	flex-direction:column;
	row-gap:6px;
	width:80%;
	transition:all ease-in-out 250ms;
}
#close--menu #burger--close:hover .burger--bars span {
	width:100%;
}
#close--menu #burger--close .burger--bars span::before,
#close--menu #burger--close .burger--bars span::after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:currentcolor;
	transition:all ease-in-out 250ms;
}

.nagivation--wrapper.style_4 ul.menu--contact.contact--list {
	row-gap: 10px;
	margin-block: auto 25px;
}

.nagivation--wrapper.style_4 ul.menu--contact.contact--list span.contact--item-title {
	display: none;
}

.nagivation--wrapper.style_4 ul.menu--contact.contact--list li.contact--item.tel-item {
	order: -1;
}
.nagivation--wrapper.style_4 ul.menu--contact.contact--list li.contact--item.tel-item a {/* +30 2821046354​ */
	font-size: 26px;
	line-height: 1;
}
.nagivation--wrapper.style_4 .socials--list.menu {
	margin-bottom: 0;
}
section.text--gallery-elements__wrapper .loop {
	margin-top: 120px;
}

section.text--gallery-elements__wrapper .loop .left--right-wrapper .cols .col--left .inner {
	max-width: 550px;
}

section.text--gallery-elements__wrapper .loop .left--right-wrapper .cols .col--left .inner .text.editor {
	font-size: 16px;
}


section.text--gallery-elements__wrapper .loop .left--right-wrapper .cols .image {
	max-height: 680px;
}
section.text--gallery-elements__wrapper .loop .left--right-wrapper:not(:last-child) {
	margin-bottom:80px;
}

.text--gallery-elements__main--text .text.editor {
	font-weight: 400;
	font-size: 28px;
	line-height: 1;
	text-align: center;
}
.text--gallery-elements__wrapper {
	margin-top:100px;
}
body.page-template-template-services section#template--services-about.oel--wrapper {
	margin-bottom: 60px;
}

span.footer--text-logo {
	display: block;
	font-weight: 400;
	font-size: 220px;
	line-height: 195px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	background-clip: text !important;
	text-align: center;
}
footer#footer.style_4 a.logo--footer-wrapper {
	display: block;
	padding-bottom: 30px;
	position: relative;
}

footer#footer.style_4 a.logo--footer-wrapper::after {
	content: '';
	position: absolute;
	left: 50%;
	height: 60px;
	width: 1px;
	background-color: #fff;
	opacity: .15;
	top: 100%;
}

.footer--block.block--book-your__stay, .footer--block.block--book-your__stay h4 {
	color: #fff;
}

.footer--block.block--book-your__stay {
	margin-top: 110px;
	text-align: center;
}

.footer--block.block--book-your__stay h4 {
	font-weight: 400;
	font-size: 44px;
	line-height: 1;
	color: #FFFFFF;
	margin-bottom: 15px;
}


.footer--block.block--book-your__stay .text.editor {
	max-width: 540px;
	margin-inline: auto;
}


.footer--block.block--book-your__stay > a {
	display: block;
	background-color: var(--body_bg);
	max-width: max-content;
	margin: 35px auto 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: var(--body_color);
	text-transform: uppercase;
	padding: 20px 35px;
	border: 1px solid var(--body_bg);
}

.footer--block.block--book-your__stay > a:hover {
	background-color: var(--footer_bg);
	color: var(--body_bg);
}
.footer--style-4-subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.footer--block.block--call-us {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 110px;
	text-align: center;
	position: relative;
	border-block:1px solid rgba(255, 255, 255, .15);
	padding-block:60px 70px;
	margin-bottom:45px;
}
.footer--block.block--call-us::before {
	content:'';
	position:absolute;
	bottom:calc(100% + 1px);
	left:50%;
	transform:translateX(-50%);
	height:25px;
	width:1px;
	background-color:#fff;
	opacity:.15;
}
.footer--block.block--call-us::after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	height:25px;
	width:1px;
	background-color:#fff;
	opacity:.15;
}

.footer--block.block--call-us ul li a {
	font-weight: 400;
	font-size: 48px;
	line-height: 1;
	color: #FFFFFF;
	position:relative;
	padding-bottom:5px;
}
footer#footer.style_4 {
	margin-top: 160px;
}
footer#footer.style_4 .footer--cols > .col--main {
	padding-inline:60px;
	max-width: 1700px;
	margin-inline: auto;
} 
.footer--block-main__col.footer--block-main__col--left .text.editor {
	max-width: 300px;
	font-size: 15px;
	color: #fff;
	margin-bottom: 14px;
}
#footer.style_4 .footer--menu li a {
	font-size: 15px;
	line-height: 1.3;
}
#footer.style_4 .footer--menu {
	row-gap:8px;
}
#footer.style_4 .contact--list.style_3 {
	justify-content: flex-start;
	align-items: flex-start;
}
#footer.style_4 .contact--list.style_3 li a {
	font-size:15px;
}
#footer.style_4 .contact--list.style_3 li a::after {
	background-color:#fff;
}
.footer--block-main__col:not(.footer--block-main__col--left):not(.footer--block-main__col--right) .footer--block-inner__el {
	max-width: 300px;
	margin-inline: auto;
}
.footer--block-main__col--right .footer--block-inner__el {
	max-width: max-content;
	margin-left: auto;
}
#footer.style_4 .sub-footer {
	margin-top: 70px;
	padding-bottom: 20px;
}
.footer--block.block--call-us ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	transition: all ease-in-out 250ms;
	background-color:#fff;
}
.footer--block.block--call-us ul li a:hover::after {
	width:100%;
}
.footer--block.block--call-us ul {
	row-gap: 10px;
}
body.page-template-template-gallery section#hero {
	min-height: 550px;
}
.nagivation--wrapper.style_4 .main--menu li a {
	text-transform: unset;
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
}
body.page-template-template-gallery section#hero .image {
	height: 550px;
}
.template--about__big-small--cols {
	column-gap: 10px;
	align-items:stretch;
	margin:120px auto 0;
	max-width:1920px;
}
.template--about__big-small--seperator {
	display:block;
	align-self:stretch;
	min-width:1px;
	background-color:var(--body_color);
	height:auto;
}
.template--about__big-small--wrapper .template--about__big-small--cols .template--about__big-small--header {
	margin:0;
	padding:0;
	max-width:550px;
	width:100%;
}
.template--about__big-small--wrapper .template--about__big-small--cols .template--about__big-small--main {
	flex:1;
	margin:0;
	padding-bottom:50px;
}
.template--about__big-small--wrapper .template--about__big-small--cols .template--about__big-small--header .section--title {
	font-weight: 300;
}
.template--about__big-small--cols .template--about__big-small--main .image.image--big {
	height: 720px;
}
.template--about__big-small--cols .template--about__big-small--main .image.image--small {
	position:relative;
	top:unset;
	left:unset;
	right:unset;
	bottom:unset;
	transform:unset;
	margin:10px 0 0 auto;
	width: 440px;
	height: 500px;
}
#hero.style_2 #scroll--about {
	position:absolute;
	bottom:60px;
	right:40px;
	z-index:1;
	line-height:1;
	font-size:20px;
	color:#fff;
	display:block;
}
section.template--about__big-small--wrapper.template--about__big-small__columns > .container--full > .content {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--body_color);
}
section#villa--presentation-cards.with--lines .villa--presentation-cards__grid--single:not(:last-child):not(:nth-last-child(2)), 
section#villa--presentation-cards.with--lines .villa--presentation-cards__grid--single:nth-last-child(2):nth-child(even) {
	padding-bottom:80px;
	position:relative;
}
section#villa--presentation-cards.with--lines .villa--presentation-cards__grid--single:not(:last-child):not(:nth-last-child(2))::after, 
section#villa--presentation-cards.with--lines .villa--presentation-cards__grid--single:nth-last-child(2):nth-child(even)::after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	min-width:100vw;
	height:1px;
	background-color:var(--body_color);
}
section#villa--presentation-cards.with--lines .villa--presentation-cards__grid {
	row-gap:80px;
	column-gap:0;
	position:relative;
}
section#villa--presentation-cards.with--lines .villa--presentation-cards__header {
	margin: 0;
}
section#villa--presentation-cards.with--lines .villa--presentation-cards__grid.grid.grid-2-columns.villa--presentation-cards__grid--header {
	padding-block:55px 80px;
}
section#villa--presentation-cards.with--lines {
	padding-inline:30px;
	margin-top: 20px;
}
section#villa--presentation-cards.with--lines .villa--presentation-cards__grid::before {
	content:'';
	position:absolute;
	background-color:var(--body_color);
	min-width:1px;
	top:0;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
	pointer-events:none;
}
#hero.style_2 #scroll--about::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentcolor;
	transition: all ease-in-out 250ms;
}
#hero.style_2 #scroll--about:hover::after {
	width: 100%;
}
section#villa--presentation-cards.with--lines .villa--presentation-cards__grid--single {
	padding-inline:50px;
}
section#villa--presentation-cards.with--lines .villa--presentation-cards__grid--single:nth-child(odd) {
	padding-inline:50px 80px;
}
section#villa--presentation-cards.with--lines .villa--presentation-cards__grid--single:nth-child(even) {
	padding-inline:80px 50px;
}
section#villa--presentation-cards.with--lines .villa--presentation-cards__main {
	padding-bottom: 40px;
}
section#villa--presentation-cards.with--lines .villa--presentation-cards__main > a {
	margin: 40px auto 0;
}
section#contents--3-columns__with-lines .contents--3-columns__with-bg--header {
	padding-left: 140px;
}
section#contents--3-columns__with-lines {
	margin-top: 100px;
}
#footer.style_4 .footer--block-main__col.footer--block-main__col--center-2 .footer--block-inner__el {
	padding-left: 20px;
}
section.template--contact-wrapper.style_3 .template--contact-main__left--right ul li a {
	color: var(--body_color);
	font-size:26px;
}
section.template--contact-wrapper.style_3 .contact--form-map.style_1 .container:first-child h2.section--title {
	max-width: 240px;
}
.template--contact-main__left--right__col {
	max-width: 700px;
}
section#hero.style_6.smaller .content {
	bottom: 60px;
}
section#template--the-villa__about.secondary.template--the-villa__about--info .cols > div > .section--title {
	margin-bottom:25px;
}
.v1--villa-card .content .v1--villa-information {
	opacity: 1 !important;
	transform: unset !important;
}
section#villa--presentation-cards.with--lines > .content {
	overflow:hidden;
}
section#villa--presentation-cards.with--lines > .content > .container--large {
	padding-inline: 0;
	position:relative;
}
section#villa--presentation-cards.with--lines > .content > .container--large::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100vw;
	height: 1px;
	background-color: var(--body_color);
}
section#contents--3-columns__with-lines > .container--full > .content {
	border-bottom: 1px solid var(--body_color);
	padding-bottom: 20px;
}
section#contents--3-columns__with-lines > .container--full > .content article.simple--card {
	position: relative;
	padding-block: 10px;
}

section#contents--3-columns__with-lines > .container--full > .content article.simple--card:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	background-color: var(--body_color);
	min-width: 1px;
}

section#contents--3-columns__with-lines > .container--full > .content .contents--3-columns__with-bg--main::before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	min-width:calc(100vw - 60px);
	transform:translateX(-50%);
	z-index:1;
	height:1px;
	background-color:var(--body_color);
}
section#contents--3-columns__with-lines > .container--full > .content .contents--3-columns__with-bg--main {
	padding-top: 15px;
	position:relative;
}
section#contents--3-columns__with-lines > .container--full > .content article.simple--card .image {
	background-color: #F5F5F6;
	padding: 30px 75px;
}
section#contents--3-columns__with-lines > .container--full > .content article.simple--card .content {
	padding-left: 30px;
}
section#contents--3-columns__with-lines > .container--full > .content article.simple--card .content .title {
	margin-left: unset;
	text-align: left;
	margin-bottom: 10px;
}
section#contents--3-columns__with-lines > .container--full > .content article.simple--card .content .text.editor {
	max-width:380px;
	width:100%;
	font-size:15px;
}
section#testimonials.style_5.style_6 > .container--full > .content {
	padding-top:90px;
	border-top:1px solid var(--body_color);
}
section#testimonials.style_5.style_6 {
	--testi_bg:var(--body_bg);
}

.section--title {
	font-weight: 400;
	font-size: 42px;
	line-height: .9;
}

h1, .h1 {
	line-height:1;
}
#header.style_6 .col--right a.cta--border:not(:hover) {
	background-color:transparent;
}
#header .header--logo.header--logo-scrolled {
	width: 38px !important;
}

body.page-template-template-villa-archive section#villa--presentation-cards.with--lines > .content {
	border-top: 1px solid var(--body_color);
	padding-top: 45px;
}
div#template--archive-v1.with--lines section#villa--presentation-cards {
	margin-top:100px;
}
body.page-template-template-villa-archive section#villa--presentation-cards.with--lines > .content .villa--presentation-cards__header {
	margin-bottom: 80px;
}
section#contents--3-columns__with-lines > .container--full > .content .inner {
	max-width: 1920px;
	margin-inline: auto;
}
#template--archive-v1.with--lines section#villa--presentation-cards.with--lines .villa--presentation-cards__grid {
	padding-top:30px;
}
section#hero.style_7 .content {
	transform: unset;
	left: 30px;
}

section#hero.style_7 .content h1 {
	display: none;
}

section#hero.style_7 .content span.subtitle.h1 {
	text-align: left;
	margin-bottom: 15px;
}

section#hero.style_7 .content .text.editor {
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
#hero.style_1.style_1--second.style_1--third .content {
	left:30px;
	transform:unset;
}
#hero.style_1.style_1--second.style_1--third .content h1.title {
	text-align:left;
}
section#hero.style_1--third .v1--villa-information {
	align-items: flex-start;
}
body.villas-template-template-the-villa section.single--villas-more {
	position: relative;
}

body.villas-template-template-the-villa section.single--villas-more::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
	bottom: 0px;
	width: 1px;
	background-color: var(--body_color);
}
body.villas-template-template-the-villa section.single--villas-more::after {
	content:'';
	position:absolute;
	bottom:-30px;
	left:50%;
	transform:translateX(-50%);
	height:1px;
	background-color:var(--body_color);	
	min-width:calc(100% - 60px);
}
#header.style_6 .cta--border {
	font-size:18px;
}
footer#footer.style_5 .footer--cols .footer--style_5-col--right .footer--style_5-main {
	position: absolute;
	top: 50px;
	left: 35px;
	max-width: 350px;
	z-index: 1;
	width: 100%;
	color: #fff;
}
footer#footer.style_5 .footer--cols .footer--style_5-col--right .footer--style_5-main h4 {
	color: #fff;
	line-height:1.2;
}
footer#footer.style_5 .footer--cols {
	border-top: 1px solid var(--body_color);
	padding-top: 30px;
}
footer#footer.style_5 .footer--cols .footer--style_5-col--right .footer--style_5-video {
	height: calc(100svh - 79px);
	width:100%;
	position:relative;
	min-height:740px;
}
footer#footer.style_5 .footer--cols .footer--style_5-col--right .footer--style_5-video::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#000;
	opacity:.1;
}
footer#footer.style_5 .footer--cols .footer--style_5-col--right .footer--style_5-video video {
	display: block;
	border: none;
	outline: none;
	box-shadow: none;
}
footer#footer.style_5 .footer--style_5-col--left .footer--block.block--call-us h5.footer--style-4-subtitle,
footer#footer.style_5 .footer--cols h4.footer--style-4-subtitle:not(.section--title) {
	color: var(--footer_color);
	font-size:18px;
}
footer#footer.style_5 .footer--cols .footer--style_5-col--left .section--title {
	color:var(--footer_color);
}
footer#footer.style_5 .footer--cols .footer--style_5-col--left {
	padding-block: 60px 30px;
	position:relative;
}
footer#footer.style_5 .footer--style_5-col--left .footer--block.block--main {
	width: 100%;
	max-width: 440px;
}
footer#footer.style_5 .footer--style_5-col--left .footer--block.block--call-us {
	padding-block:0;
	border-block:unset;
	align-items:flex-start;
	justify-content:flex-start;
	color:var(--footer_color);
	margin-block:80px;
}
footer#footer.style_5 .footer--style_5-col--left .footer--block.block--call-us ul li a {
	color:var(--footer_color);
	font-size:38px;
}
footer#footer.style_5 .footer--block.block--call-us ul li a::after {
	background-color:var(--footer_color);
}
footer#footer.style_5 .footer--menu li a {
	font-weight: 400;
	font-size: 16px;
	color:var(--footer_color);
}
footer#footer.style_5 .footer--menu {
	row-gap:6px;
	margin-bottom:15px;
}
footer#footer.style_5 .footer--double-block__inner .footer--block-main__col.footer--block-main__col--center-2 .footer--block-inner__el {
	margin: unset;
}
footer#footer.style_5 .footer--double-block__inner .footer--block-main__col.footer--block-main__col--center-2 .footer--block-inner__el  ul.contact--list {
	justify-content: flex-start;
	align-items: flex-start;
}
.footer--block.double--block {
	column-gap:85px;
}
footer#footer.style_5 .footer--style_5-col--right.relative {
	transform: translateX(30px);
}
footer#footer.style_5 .footer--style_5-col--left #back--top-top {
	max-width: max-content;
	position: absolute;
	bottom: 25px;
	left:0;
}
footer#footer.style_5 .footer--style_5-col--left #back--top-top .icon svg {
	width:100%;
	height:100%;
}
footer#footer.style_5 .footer--style_5-col--left #back--top-top .icon {
	width:35px;
	height:35px;
}
.footer--style_5-copyright {
	position: absolute;
	left: 30px;
	bottom: 25px;
	color: #fff;
	z-index: 1;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
	text-transform:uppercase;
}
footer#footer.style_5::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
	bottom: 0;
	background-color: var(--footer_color);
	width: 1px;
}

footer#footer.style_5 {
	position: relative;
}
body.villas-template-template-the-villa section.single--villas-more.with--space {
	margin-top: 160px;
}

body.villas-template-template-the-villa section.single--villas-more.with--space .container--large {
	position: relative;
}

body.villas-template-template-the-villa section.single--villas-more.with--space > .container--large::before {
	content: '';
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	height: 1px;
	background-color: var(--body_color);
	width: calc(100svw - 75px);
}



.leaflet-popup-content img[src="undefined"] {
	display: none;
}

/* Hero WH */
#hero.style_wh .content {
	position: absolute;
	bottom:60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 100%;
	max-width: 900px;
}
#hero.style_wh .hero-booking-form {
	position: relative;
	background-color: var(--menu_bg);
	display: flex;
	width: 100%;
	border-radius:5px;
	padding:8px;
}
#hero.style_wh .picker__holder {
	bottom: 100%;
}
#hero.style_wh #loader {
	opacity: 0;
	transition: all ease-in-out 250ms;
	pointer-events: none;
	background-color: #fff;
	position: absolute;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0;
}
#hero.style_wh .lds-dual-ring::after {
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
}
#hero.style_wh .lds-dual-ring {
	width:60px !important;
	height:60px !important;
}
#hero.style_wh .hero-booking-form .date-inputs {
	display: flex;
}
#hero.style_wh .hero-booking-form .input-container {
	display:flex;
	align-items:center;
	position: relative;
}
#hero.style_wh .hero-booking-form .input-container label {
	font-size: 15px;
	font-weight: 700;
	color: var(--menu_color);
	display: block;
	margin: 0 0 10px 15px;
	line-height: 1;
	display:none;
}
#hero.style_wh .input-container textarea,
#hero.style_wh .input-container input {
	border: none;
	margin:0;
	outline: none;
	cursor: pointer;
	background-color:transparent;
	color: var(--menu_color);
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	height: 60px;
}
#hero.style_wh .input-container input::placeholder {
	opacity:1;
	color:var(--menu_color);
}
#hero.style_wh .input-container input  {
	padding: 0 25px;
	max-width: 200px;
	min-width:200px;
}
#hero.style_wh .input-container textarea {
	resize:none;
	height:170px;
	padding: 15px;
}
#hero.style_wh .input-container > .input-container--flex {
	align-items: center;
	/* 	border-radius: 10px; */
	width: 100%;
	color: var(--menu_color);
	position: relative;
	font-size: 15px;
	font-weight: 500;
	height:100%;
	display: flex;
	gap: 7px;
	background-color: transparent;
}
#hero.style_wh .hero-booking-form .inputs-guests {
	min-width: 250px;
	cursor: auto;
	top: unset;
	bottom: calc(100% + 10px);
}
#hero.style_wh #open-guests {
	font-size: 15px;
	width: 100%;
	line-height: 1.3;
	align-self: stretch;
	display: flex;
	align-items: center;
	column-gap: 5px;
}
#hero.style_wh .hero-booking-form #open-guests {

	min-width: 200px;
	max-width: 200px;
	padding-left: 50px;
}
#hero.style_wh .input-number-with-buttons {
	display: flex;
	align-items: center;
	padding: 10px 15px;
}
#hero.style_wh .inputs-guests .btn__container {
	padding: 10px;
	display: flex;
	justify-content: flex-end;
}
#hero.style_wh .input-number-with-buttons label {
	margin:0 8px 0 0 !important;
}
#hero.style_wh .hero-booking-form .input-container .icon {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#hero.style_wh .hero-booking-form .input-container:not(.input-guests__container) {
	border-right:1px solid #fff;
}
#hero.style_wh .content #wh--form-wrapper {
	margin-top: 40px;
}
#hero.style_wh .input-number-with-buttons label small {
	opacity: 0.7;
	margin-left: 2px;
}
#hero.style_wh #close-guests {
	max-width: 100%;
	width: 100%;
}
#hero.style_wh .input-number-with-buttons input[type="number"] {
	width: 30px !important;
	height: 20px !important;
	margin-inline:10px;
	min-width:unset !important;
	max-width:100% !important;
}
#hero.style_wh .hero-booking-form .input-container .input-number-with-buttons label {
	display:block;
}
#hero.style_wh .input-number-with-buttons > span {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	user-select: none;
	min-width: 25px;
	min-height: 25px;
	border: 1px solid var(--cta_color);
}


#hero.style_wh .hero-booking-form button.cta--border {
	background-color: var(--cta_color);
	border: unset;
	color: var(--cta_bg);
	flex: 1;
	width: 100%;
	max-width: 100%;
	min-width:270px;
	border-radius:5px;
	overflow:hidden;
}
#hero.style_wh .hero-booking-form button.cta--border:hover {
	background-color: var(--cta_bg);
	color: var(--cta_color);
}
#hero.style_wh #wh-n22-form .input-row {
	display: flex;
	column-gap:2px;
}
#hero.style_wh #wh-n22-form .input-row .input-container {
	position: relative;
	display: flex;
	align-items: center;
}
#hero.style_wh #wh-n22-form .input-row .input-container .icon {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#hero.style_wh #wh-n22-form .input-row .input-container > label {
	display:none;
}
#hero.style_wh #wh-n22-form .input-container input {
	border:1px solid rgba(0, 0, 0, .4);
	height:60px;
}

#hero.style_wh #wh-n22-form .input-container > .input-container--flex {
	align-self: stretch;
	height: 100%;
}
#hero.style_wh #wh-n22-form .input-container > .input-container--flex #open-guests {
	/* 	min-width: 200px;
	max-width: 200px; */
	border:1px solid rgba(0, 0, 0, .4);
	padding-left: 50px;
	min-width: 165px;
	max-width: 165px;
	cursor:pointer;
}
#hero.style_wh #wh-n22-form .inputs-guests {
	min-width: 250px;
	cursor: auto;
	top: unset;
	bottom: calc(100% + 10px);
	cursor:pointer;
}

#hero.style_wh #wh-n22-form .input-row .input-container.guests--wrapper {
	flex: 1;
	width: 100%;
}
#hero.style_wh #wh-n22-form .input-container .input-number-with-buttons label {
	display: block;
}
#hero.style_wh #wh-n22-form .input-container label {
	font-size: 15px;
	font-weight: 700;
	color: var(--menu_color);
	display: block;
	margin: 0 0 10px 15px;
	line-height: 1;
	display: none;
}
#hero.style_wh #wh-n22-form .input-container input {
	max-width: 165px;
	min-width: 165px;
}
@media(max-width:1550px) {
	#hero.style_wh #wh-n22-form .input-container input {
		max-width: 140px;
		min-width: 140px;
	}
	#hero.style_wh .input-container input {
		padding: 0 15px 0 40px;
		max-width: 160px;
		min-width: 160px;
	}
	#hero.style_wh #wh-n22-form .input-container > .input-container--flex #open-guests,
	#hero.style_wh .input-container textarea, #hero.style_wh .input-container input {
		font-size:14px;
	}
	#hero.style_wh #wh-n22-form .input-container > .input-container--flex #open-guests {
		padding-left:40px;
	}
	#hero.style_wh #wh-n22-form .input-row .input-container .icon {
		width: 16px;
		height: 16px;
		min-width: 16px;
		min-height: 16px;
		left: 14px;
	}
	#hero.style_wh #wh-n22-form .inputs-guests {
		transform: unset;
		left: unset;
		right: 0;
	}
	#hero.style_wh .picker__holder {
		min-width: 240px;
	}
	#hero.style_wh #wh-n22-form .input-container > .input-container--flex #open-guests {
		min-width: 140px;
		max-width: 140px;
	}
}
@media(max-width:991px) {
	#hero.style_wh .content {
		max-width: 550px;
	}
	#hero.style_wh .hero-booking-form {
		flex-direction: column;
	}
	#hero.style_wh .input-container input,
	#hero.style_wh #open-guests {
		font-size: 15px;
	}
	#hero.style_wh .input-container input {
		height: 65px;
	}
}
@media(max-width:767px) {
	#hero.style_wh .hero-booking-form .date-inputs {
		flex-direction: column;
	}
	#hero.style_wh .hero-booking-form .input-container:not(.input-guests__container) {
		border-right:unset;
		border-bottom:1px solid #fff;
	}
	#hero.style_wh .content {
		max-width: 90vw;
	}
	#hero.style_wh .input-container input {
		height: 50px;
	}
	#hero.style_wh .hero-booking-form .input-container {
		min-height: 50px;
	}
}
@media(max-width:570px) {
	#hero.style_wh #wh-n22-form .input-row {
		flex-direction: column;
		row-gap: 2px;
	}
	#hero.style_wh .input-container input {
		max-width: 100%;
		min-width: unset;
	}
	#hero.style_wh #wh-n22-form .input-container > .input-container--flex #open-guests {
		min-height: 60px;
	}
	#hero.style_wh .buttons__container {
		margin: 2px 0 16px;
	}
	#hero.style_wh #wh-n22-form .input-container input {
		max-width:100%;
		min-width:unset;
	}
	#hero.style_wh #wh-n22-form .input-container > .input-container--flex #open-guests {
		min-width:unset;
		max-width:unset;
	}
}
/* End Hero WH */
.grid--with-texts {
	margin-top:75px;
}
.grid--with-texts .grid {
	row-gap:70px;
	column-gap:90px;
}
article.villa--card-with-text .owl-carousel {
	max-width: 810px;
}
article.villa--card-with-text .image {
	height:570px;
	border-radius: 5px;
	overflow: hidden;
	width:100%;
}
article.villa--card-with-text .slider--controls > span svg {
	background: #fff;
	border-radius: 50%;
}
article.villa--card-with-text {
	padding: 15px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
article.villa--card-with-text .text.editor {
	font-size:15px;
	max-width:600px;
	margin:auto auto 20px;
}
article.villa--card-with-text .v1--villa-information__bottom--single {
	background-color:#F4F4F4;
	border-color:#F4F4F4;
}
article.villa--card-with-text  span.starting--price {
	display:none;
}
article.villa--card-with-text .v1--villa-information__bottom--flex {
	justify-content:center;
	margin-bottom:25px;
}
article.villa--card-with-text h3 {
	margin-bottom:10px;
}
article.villa--card-with-text .content {
	margin-top:20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
a.explore--room {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
	color: var(--body_color);
	padding: 15px;
}
a.explore--room:hover {
	background-color:var(--body_color);
	border-color:var(--body_color);
	color:#fff
}
section.left--right-with__tabs--wrapper {
	margin-top: 120px;
}
.left--right-with__tabs--cols .col--left .slider--controls > span svg {
	background: #fff;
	border-radius: 50%;
}
.left--right-with__tabs--cols .col--left .owl-carousel .image {
	height: 730px;
}
.left--right-with__tabs--cols .col--left .owl-carousel {
	max-width:800px;
}
.left--right-with__tabs--cols .col--left .owl-carousel .owl-dots {
	display:none;
}
.left--right-with__tabs--cols .grid {
	column-gap:20px;
}
.left--right-with__tabs--cols .grid .col--right {
	background-color:#fff;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:5px;
	overflow:hidden;
}
.left--right-with__tabs--cols .grid .col--left {	
	border-radius:5px;
	overflow:hidden;
}
.left--right-with__tabs--cols .grid .col--right .inner {
	max-width: 560px;
}
.left--right-with__tabs--cols .grid .col--right .inner .section--title {
	margin-bottom:40px;
}
.left--right-with__tabs--cols {
	margin-bottom: 85px;
}

.left--right-with__tabs--loop .sinlge {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding:20px;
}

.left--right-with__tabs--loop .sinlge .image {
	height: 390px;
	border-radius: 5px;
	overflow: hidden;
	min-width: 600px;
	max-width: 600px;
	transition: all linear 200ms;
}

.left--right-with__tabs--loop .sinlge .sinlge--cols {
	column-gap: 60px;
}

.left--right-with__tabs--loop .sinlge .sinlge--cols h3 {
	margin-bottom: 15px;
	font-size:32px;
	line-height:.9;
}

.left--right-with__tabs--loop .sinlge .sinlge--cols .col--right {
	padding-right: 80px;
	max-width: 800px;
	position: relative;
}
.left--right-with__tabs--loop .sinlge .sinlge--cols > span[role="button"] {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	width: 40px;
	height: 40px;
	transition:all linear 200ms;
}

.left--right-with__tabs--loop .sinlge.active .sinlge--cols > span[role="button"] span.plus, .left--right-with__tabs--loop .sinlge:not(.active) .sinlge--cols > span[role="button"] span.minus {
	display: none;
}

.left--right-with__tabs--loop .sinlge .sinlge--cols > span[role="button"] span {
	display: flex;
	width: 100%;
	height: 100%;
}
.left--right-with__tabs--loop .sinlge:not(.active) .image {
	height: 200px;
}
.left--right-with__tabs--loop .sinlge .sinlge--cols > span[role="button"] span svg {
	height: 100%;
	width: 100%;
}
.left--right-with__tabs--loop .sinlge .sinlge--cols .col--right p:not(:last-child) {
	margin-bottom: 10px;
}
.left--right-with__tabs--loop .loop {
	row-gap: 15px;
}
.left--right-with__tabs--loop .sinlge .sinlge--cols .col--right .text.editor {
	font-size: 15px;
	transition:all linear 300ms;
}
.left--right-with__tabs--loop .sinlge.loaded:not(.active) .sinlge--cols .col--right .text.editor {
	height: 0 !important;
	overflow: hidden;
}
.left--right-with__tabs--loop .sinlge:not(.active) .sinlge--cols > span[role="button"] {
	top: 50%;
	transform: translateY(calc(-50% - 5px));
}
.contact--form-wrapper.has--text {
	background-color: #fff;
	padding: 45px 45px 60px;
	border-radius:5px;
	overflow:hidden;
}
#hero.style_wh .content h1.title {
	max-width: 760px;
	margin-inline: auto;
}
.contact--form-wrapper.has--text > .text.editor {
	margin-bottom: 30px;
	max-width: 380px;
	font-size: 15px;
	font-weight: 600;
}
.oel--v1-wrapper {
	margin-top: 80px;
}


.oel--v1-header {
	text-align: center;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
}

.oel--v1-header h2.section--title {
	font-size: 24px;
	margin-bottom: 15px;
}
.oel--v1-header__wrapper {
	margin-bottom:60px;
}
.oel--v1-header .text.editor {
	max-width: 760px;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 25px;
}

.oel--v1-header .cta--border {
	border-radius: 24px;
	border-color: transparent;
}
.oel--v1-wrapper .gallery--wrapper {
	margin-top:0;
}

.villa--slider-with__text .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.villa--slider-with__text .owl-carousel .owl-item:not(.active) .villa--card-with-text {
	transform: scale(.85);
}

.villa--slider-with__text .owl-carousel .owl-item .villa--card-with-text {
	transition: all linear 400ms;
}
.villa--slider-with__text .slider--controls > span svg circle,
.villa--slider-with__text .slider--controls > span svg path {
	stroke:#000;
}
.villa--slider-with__text .slider--controls > span.prev {
	left: 150px;
}
.villa--slider-with__text .slider--controls > span.next {
	right: 155px;
}

.villa--slider-with__text .owl-carousel {
	max-width: 1450px;
	padding-inline: 30px;
	margin-inline: auto;
}
span.villa--card-with-text__price {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	background-color: #fff;
	border-radius: 17px;
	list-style: cjk-heavenly-stem;
	padding: 10px 15px;
}
.villa--slider-with__text a.explore--room {
	display:none;
}
.villa--slider-with__text {
	margin-top:100px;
}
.three--elements-with__text {
	background-color:#fff;
	padding-block:60px;
	margin-top:150px;
}
.three--elements-with__text .content .grid {
	column-gap:15px;
}
.simple--card-with__text .image {
	height:500px;
	border-radius:5px;
	overflow:hidden;
	width:100%;
}
article.simple--card-with__text .content .title {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 5px;
}
article.simple--card-with__text .content .text.editor {
	max-width:340px;
	font-size:15px;
	line-height:1.3;
	font-weight:600;
	margin-inline:auto;
}
article.simple--card-with__text .content {
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
	z-index:1;
	background-color:#fff;
	border-radius:5px;
	padding:15px 20px 20px;
	text-align:center;
	overflow:hidden;
}
section#testimonials.style_5.style_7 > .container--full > .content {
}

section#testimonials.style_7 {
	--testi_bg: #fff;
	border-radius: 5px;
	overflow: hidden;
}

section#testimonials.style_7 .single.testimonial--card {
	text-align: center;
	padding-inline:60px;
}

section#testimonials.style_7 .single.testimonial--card .icons {
	justify-content: center;
}

section#testimonials.style_7 .single.testimonial--card .name {
	font-weight: 500;
}

section#gallery--section.style_3  .cta--border {
	border-radius: 24px;
	border-color: transparent;
}

.three--elements-with__text .content .grid > div:not(:nth-child(2)) article.simple--card-with__text {
	margin-top: 40px;
}

section.template--contact-wrapper.style_4 .contact--form-map .cta--border {
	border-radius: 24px;
	border-color: transparent;
}


.owl-chevron-cursor {
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--cta_bg) 100%, transparent);
	pointer-events: none;
	z-index: 30;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%) scale(0.88);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.owl-chevron-cursor.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
}
.owl-chevron-cursor.is-clearing {
	transition: none !important;
}
.owl-chevron-cursor span {
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--cta_color);
	border-right: 2px solid var(--cta_color);
}
.owl-carousel.has--chevron-arrows .owl-item:not(.active) * {
	pointer-events: none !important;
}
.villa--slider-with__text .slider--controls,
.oel--v1-wrapper .gallery--wrapper .slider--controls {
	display: none;
}
.owl-chevron-cursor.is-right span {
	transform: rotate(45deg);
	margin-left: -3px;
}

.owl-chevron-cursor.is-left span {
	transform: rotate(-135deg);
	margin-left: 3px;
}
#hero {
	position: relative;
}

#hero .hero-chevron-cursor {
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--cta_bg) 78%, transparent);
	pointer-events: none;
	z-index: 30;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%) scale(0.88);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

#hero .hero-chevron-cursor.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
}

#hero .hero-chevron-cursor span {
	display: block;
	width: 12px;
	height: 12px;
	font-size: 0;
	line-height: 0;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

#hero .hero-chevron-cursor.is-right span {
	transform: rotate(45deg);
	margin-left: -3px;
}
body.home #hero .slider--controls {
	display:none;
}

#hero .hero-chevron-cursor.is-left span {
	transform: rotate(-135deg);
	margin-left: 3px;
}
@media (min-width: 1151px) and (hover: hover) and (pointer: fine) {
	.has--chevron-arrows .owl-item:not(.active),
	.has--chevron-arrows .owl-item:not(.active) * {
		cursor: none !important;
	}

	.has--chevron-arrows.is-chevron-locked,
	.has--chevron-arrows.is-chevron-locked *,
	.has--chevron-arrows.is-chevron-locked .owl-item,
	.has--chevron-arrows.is-chevron-locked .owl-item * {
		cursor: none !important;
	}
}
@media (min-width: 1151px) and (hover: hover) and (pointer: fine) {
	.gallery--wrapper.secondary .slider--controls > span {
		display:none !important;
	}
	body.home #hero {
		cursor: none !important;
	}
	body.home #hero .slider--controls {
		display:none;
	}
	body.home #hero .content,
	body.home #hero .content * {
		cursor: auto !important;
	}
	body.home #hero.style_wh .input-number-with-buttons > span,
	body.home #hero .content #checkin_date,
	body.home #hero .content #checkout_date,
	body.home #hero .content #open-guests,
	body.home #hero .content a,
	body.home #hero .content button,
	body.home #hero .content [role="button"],
	body.home #hero .content input[type="submit"],
	body.home #hero .content input[type="button"],
	body.home #hero .content label {
		cursor: pointer !important;
	}

}
@media(max-width:1150px) {
	.villa--slider-with__text .slider--controls,
	.oel--v1-wrapper .gallery--wrapper .slider--controls {
		display: flex;
	}
}
section.template--contact-wrapper.style_4 .menu--contact.contact--list .contact--item-title {
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	line-height:1;
}
.contact--form-wrapper.has--text .contact--form .contact--form-item.submit .cta--border {
	border-radius: 24px;
	display: flex;
	padding: 15px 30px;
	max-width: max-content;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid var(--cta_bg);
	font-weight: 700;
	color: var(--cta_color);
	text-transform: uppercase;
	background-color: var(--cta_bg) !important;
	min-width: 200px;
}
.contact--form-wrapper.has--text .contact--form .contact--form-item.submit .cta--border:hover {
	color: var(--cta_bg);
	border-color: transparent;
	background-color: var(--cta_color) !important;
}
.menu--contact.contact--list li a::after {
	background-color:var(--body_color);
}
.template--contact-main__left--right__col .text.editor.h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
}
section.template--contact-wrapper.style_4 .template--contact-main__left--right ul li a {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
}
.pre--footer-wrapper .image {
	height: 600px;
	position: relative;
}

.pre--footer-wrapper .image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000;
	opacity: .4;
}

.pre--footer-wrapper .content, .pre--footer-wrapper .content .section--title {
	color: #fff;
}

.pre--footer-wrapper .content {
	max-width: 760px;
	width:100%;
}

.pre--footer-wrapper .content .section--title {
	margin-bottom: 20px;
}
.pre--footer-wrapper .content .cta--border {
	border-radius: 24px;
	border-color: #fff;
	border-color:transparent;
}
.pre--footer-wrapper .content .text.editor {
	max-width: 600px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}
.pre--footer-wrapper {
	min-width: calc(100% + 60px);
	margin-left: -30px;
}
.footer--cols {
	padding-top: 50px;
}
.footer--style_6-col--top {
	grid-column: span 3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer--style_6-cols.grid {
	row-gap: 80px;
	column-gap:50px;
}
.footer--style_6-cols.grid > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
#footer.style_6 .contact--list li a,
#footer.style_6 .footer--menu li a {
	font-weight: 400;
	font-size: 16px;
}
#footer.style_6 .footer--menu,
#footer.style_6 .contact--list.style_3 {
	justify-content: center;
	row-gap:10px;
	align-items: center;
}
.footer--style_6-col--middle ul {
	row-gap: 10px;
}
.footer--style_6-col--middle ul li a {
	font-weight: 400;
	font-size: 48px;
	line-height: 1;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 5px;
}
.footer--style_6-col--middle ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	transition: all ease-in-out 250ms;
	background-color: #fff;
}
.footer--style_6-col--middle ul li a:hover::after {
	width: 100%;
}
.footer--style_6-col--middle ul li a {
	position: relative;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 32px;
	line-height: 1;
	color: var(--footer_color);
}
#footer.style_6 .footer--cols {
	position: relative;
}
span#back--top-top {
	position: absolute;
	right: -30px;
	top: 100px;
	font-size: 13px;
	line-height: 1;
	color: var(--footer_color);
	transform: rotate(-90deg);
}
span#back--top-top .icon {
	display:none;
}
.footer--style_6-subfooter {
	margin-top: 60px;
	font-size: 14px;
	padding-bottom: 10px;
	color: var(--footer_color);
	font-weight: 500;
}

.footer--style_6-subfooter .footer--style_6-subfooter__middle {
	display: flex;
	justify-content: center;
}

.footer--style_6-subfooter .footer--style_6-subfooter__right {
	display: flex;
	justify-content: flex-end;
}

.footer--style_6-subfooter .grid {
	align-items: center;
}
footer#footer.style_6 {
	margin-top: 100px;
}

section#template--the-villa__about-with--bg > .container {
	position: relative;
	z-index: 1;
}

section#template--the-villa__about-with--bg {
	position: relative;
	padding: 50px 40px 60px;
	margin-top: 80px;
	z-index: 2;
}

section#template--the-villa__about-with--bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	min-width: calc(100svw - 60px);
	background-color: #fff;
	bottom: 0;
	transform: translateX(-50%);
	border-radius: 5px;
	overflow: hidden;
}

section#template--the-villa__about-with--bg .cols > div > .section--title {
	margin-bottom: 25px;
}
section.single--villas-more.single--villas-more__with--texts::before, section.single--villas-more.single--villas-more__with--texts::after {
	display: none !important;
}
section.single--villas-more.single--villas-more__with--texts {
	margin-top: 140px;
}
section.single--villas-more.single--villas-more__with--texts .section--title {
	padding: 0;
	margin-bottom: 25px;
}

section.single--villas-more.single--villas-more__with--texts .grid {
	column-gap:55px;
}
section#template--the-villa__about-with--bg .information--secondary .text.editor ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
	display:none;
}
span.read--more-list {
	display: flex;
	max-width: max-content;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
	border-bottom: 1px solid;
	line-height: 1;
	padding: 0 10px 5px;
}
span.read--more-list:hover {
	opacity:.7;
}

.nagivation--wrapper .main--menu {
	row-gap: 25px;
}

#footer .contact--list.style_3 li a::after {
	background-color:var(--footer_color);
}


/* New */
#hero.style_5 .content {
	position: absolute;
	width: 100%;
	max-width: 1920px;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-inline:35px;
}
#hero.style_5 .content .title {
	max-width: 300px;
	text-align: left;
	font-weight: 500;
	font-size: 42px;
	line-height: 46px;
}
#hero.style_5 .content .text.editor {
	color: #fff;
	max-width: 460px;
	margin-right: 60px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
section.single--villas-more.style_8::before, section.single--villas-more.style_8::after {
	display: none !important;
}
.v1--villa-card__slider {
	padding:30px;
	position:relative;
}
.v1--villa-card__slider .cols {
	column-gap:60px;
}
.v1--villa-card__slider .cols .col--left {
	max-width: 950px;
	width: 100%;
}
.v1--villa-card__slider > .cols > .col--left .image {
	display: block;
	width: 100%;
	/* 	height: 775px; */
	height:calc(100svh - 150px);
	max-height: 90svh;
}
section#villa--presentation-cards__slider {
	margin-top:100px;
}
section#villa--presentation-cards__slider .villa--presentation-cards__slider--content {
	background-color:var(--footer_bg);
}
section#villa--presentation-cards__slider .villa--presentation-cards__slider--content > .container--mx {
	padding-inline:0;
}
section#villa--presentation-cards__slider .page--header-wrapper .cols .col--left {
	width: 100%;
	margin-bottom:80px;
	max-width:620px;
}
.v1--villa-card__slider .cols span.col--middle-spacer {
	height: 100%;
	display: block;
	min-width: 1px;
	background-color: var(--body_color);
}
.v1--villa-card__slider .cols > .col--right {
	padding-bottom:30px;
	display:flex;
	align-items:center;
	max-width:500px;
	width:100%;
}
.v1--villa-card__slider .cols > .col--right .content .title {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 48px;
	line-height: 40px;
}
.v1--villa-card__slider .cols > .col--right .content .text.editor {
	font-weight: 500;
	margin-bottom:30px;
	line-height:20px;
	font-size:14px;
}

.v1--villa-card__slider .cols > .col--right .content .v1--villa-information__bottom--single {
	padding: 0;
	border: none;
	font-size: 18px;
}
.v1--villa-card__slider .cta--dot {
	margin-top:80px;
	border-radius:unset;
}

.v1--villa-card__slider .cta--with-circle {
	position: absolute;
	bottom: 40px;
	right: 35px;
}
.cta--with-circle {
	display: flex;
	max-width: max-content;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: var(--body_color);
	column-gap: 20px;
	align-items: center;
}
.cta--with-circle span.cta--with-circle__shape {
	min-width: 66px;
	min-height: 66px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta--with-circle span.cta--with-circle__shape::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
	content: '';
	transform: translate(-50%, -50%);
}
.cta--with-circle:not(:hover) svg {
	transform: translateX(-18px);
}
.cta--with-circle svg {
	position: relative;
	display: block;
	transition: all ease-in-out 250ms;
	transform: scale(.75);
}

section#villa--presentation-cards__slider .owl-dots {
	position: absolute;
	top: 30px;
	right: 35px;
}
section#villa--presentation-cards__slider .owl-dots .owl-dot {
	min-width: 14px;
	max-width: 14px;
	min-height: 14px;
	max-height: 14px;
	border-color:var(--body_color);
}
section#villa--presentation-cards__slider .owl-dots .owl-dot.active {
	background-color:var(--body_color);
}
section#contents--1-column__with-lines {
	margin-top: 100px;
}

.contents--1-column__header {
	margin-bottom: 45px;
}
article.simple--card-2 {
	position:relative;
}
article.simple--card-2::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	min-width: 0;
	height: 1px;
	background-color: var(--body_color);
	transition: min-width linear 950ms;
}
article.simple--card-2.line--effect-1::before {
	min-width: 100vw;
}
article.simple--card-2 .cols .col--left {
	padding: 25px;
	position:relative;
}
article.simple--card-2 .cols .col--left::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	background-color: var(--body_color);
	transition: height linear 950ms;
	width: 1px;
}
article.simple--card-2.line--effect-after .cols .col--left::after {
	height: 100%;
}
article.simple--card-2 .cols .col--left .image {
	height: 580px;
}

article.simple--card-2 .cols {
	max-width: 1970px;
	margin-inline: auto;
}

article.simple--card-2 .cols .col--right {
	align-self: center;
	padding-inline: 25px;
	max-width: 660px;
	margin-inline: auto;
	width: 100%;
}

article.simple--card-2 .cols .col--right .content .text.editor {
	margin-block: 10px 20px;
}

article.simple--card-2 .cols .col--right .content .title {
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	max-width: 500px;
}

article.simple--card-2:nth-child(even) .cols .col--right {
	grid-area: 1 / 1 / 2 / 2;
}
article.simple--card-2:nth-child(even) .cols .col--left {
	grid-area: 1 / 2 / 2 / 3;
	border-right: unset;
	margin-left: -1px;
}
article.simple--card-2:nth-child(even) .cols .col--left::after {
	right:unset;
	left:0;
}
article.simple--card-2:last-child .cols .col--left:not(body.page-template-template-location article.simple--card-2:last-child .cols .col--left) {
	padding-bottom: 80px;
}
section#contents--1-column__with-lines > .container--full {
	padding-inline: 0;
}
section#template--homepage-location.with--bg {
	background-color: var(--footer_bg);
}

section#template--homepage-location.with--bg .col--left .text.editor {
	margin-bottom:  30px;
}
section#hero--no-title {
	padding-block: 220px 40px;
}
section#hero--no-title h1 {
	color:var(--body_color);
}
.v1--villa-card__slider.is--not-slider .cols .col--left .slider--controls > span {
	transform:unset;
	bottom:10px;
	top: unset;
}

.v1--villa-card__slider.is--not-slider .col--middle {
	display: none;
}
.v1--villa-card__slider.is--not-slider > .cols > .col--left .owl-carousel--parent {
	min-height:700px;
}
.v1--villa-card__slider.is--not-slider > .cols > .col--left .image {
	height: 700px;
}

.v1--villa-card__slider.is--not-slider > .cols {
	column-gap:80px;
}
.v1--villa-card__slider.is--not-slider {
	padding:40px 50px 40px 40px;
}
.v1--villa-card__slider.is--not-slider:nth-child(odd) {
	background-color:var(--footer_bg);
}
.v1--villa-card__slider.is--not-slider:nth-child(even) {
	background-color:#fff;
}
.v1--villa-card__slider.is--not-slider:not(:last-child) {
	margin-bottom:45px;
}

section.template--the-villa__style-4__header {
	margin-top: 100px;
}

section.template--the-villa__style-4__header .content {
	width: 100%;
	max-width: 1000px;
	margin-inline: auto;
	text-align: center;
}

section.template--the-villa__style-4__header .content h2.section--title {
	margin-bottom: 25px;
}

section.template--the-villa__style-4__header .content .text.editor {
	width: 100%;
	max-width: 580px;
}

.ready--to-book {
	width: 100%;
	max-width: 620px;
	margin:0 auto 65px;
	padding-block:85px;
	position:relative;
}
.ready--to-book::before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	height:1px;
	background-color:var(--body_color);
	min-width:100vw;
}
.ready--to-book::after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	height:1px;
	background-color:var(--body_color);
	min-width:100vw;
}
.ready--to-book .text.editor {
	margin-block: 20px 30px;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}
section.single--villas-more.style_8 .page--header-wrapper.column {
	display: none;
}
section.single--villas-more.style_8 section#villa--presentation-cards__slider {
	margin-top: 45px;
}


section.single--villas-more.style_8 > .container--large h2.section--title {
	text-align: center;
}
.cta--with-circle.golden span.cta--with-circle__shape::before {
	border-color: var(--footer_bg);
}
section#template--the-villa__facilities.style--2 .cols.grid {
	position:relative;
	padding-block:80px 60px;
}
section#template--the-villa__facilities.style--2 .cols.grid::before {
	content:'';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:0;
	bottom:0;
	min-width:1px;
	background-color:var(--body_color);
}
section#template--the-villa__facilities.style--2 {
	margin-block:0 -80px;
}

section#template--the-villa__facilities.style--2 .cols .col--right .text.editor ul {
	list-style: none;
	padding-left: 0;
	row-gap: 12px;
}

section#template--the-villa__facilities.style--2 .cols .col--right .text.editor ul li {
	font-size: 20px;
	line-height: 1.2;
}

section#template--the-villa__facilities.style--2 .cols .col--right .text.editor ul li:not(:last-child) {
	border-bottom: 1px solid var(--body_color);
	padding-bottom: 10px;
}
section#template--the-villa__facilities.style--2 .cols.grid .col--right {
	max-width: 480px;
	margin-inline: auto;
	width: 100%;
}
section#hero.style_1.style_1--fourth .content {
	bottom: 50px;
}
section#hero.style_1--fourth .v1--villa-information .v1--villa-information__bottom--single {
	border: unset;
	border-radius: unset;
	padding: 0;
	font-size: 22px;
}
section#hero.style_1--fourth .v1--villa-information  {
	margin-top:60px;
}
section#hero.style_1--fourth .v1--villa-information .v1--villa-information__bottom--flex {
	column-gap: 40px;
}
section#hero.style_1--fourth .v1--villa-information .v1--villa-information__bottom--single .icon {
	width: 20px;
	height: 20px;
}
.leaflet-popup-content {
	text-align: center;
}
article.simple--card-2:last-child .cols .col--left {
	padding-bottom: 0;
}
#header.style_7 .header--logo {
	transform: unset;
	left: 35px;
	width: 100px;
}
.cta--border-with__arrow {
	display: flex;
	font-size: 20px;
	line-height: 1;
	border: 1px solid #fff;
	padding: 15px 55px 15px 20px;
	position: relative;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.cta--border-with__arrow span.icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.cta--border-with__arrow span {
	transition:all ease-in-out 250ms;
}
.cta--border-with__arrow:hover {
	color:#fff;
}
.cta--border-with__arrow:hover span.cta--border-with__arrow-text {
	transform: translateX(35px);
}

.cta--border-with__arrow:hover span.icon {
	right: calc(100% - 40px);
}
#header.style_7 .header--content .col--right .col--right-inner {
	column-gap:20px;
	align-items:stretch;
}
#header.style_7 .header--burger__lang-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 8px;
	border:1px solid #fff;
	transition:all ease-in-out 250ms;
}
#header.style_7 .header--burger__lang-wrapper span#burger {
	padding-inline: 40px;
}
#header.style_7 .header--burger__lang-wrapper .languages--wrapper {
	background-color: var(--body_color);
}
#header.style_7 .header--burger__lang-wrapper .languages--wrapper a {
	display:block;
	color:#fff;
	padding:12px 20px;
}
#header.style_7 .header--burger__lang-wrapper .languages--wrapper a:hover {
	background-color:rgba(0, 0, 0, .5);
}
#header.style_7 .header--content .header--burger__lang-wrapper #burger {
	color:var(--body_color);
	font-size: 22px;
	line-height: 1;
	align-self:stretch;
}
.nagivation--wrapper.style_5 {
	width: 400px;
	top: 15px;
	right: 30px;
	padding: 180px 40px 60px 40px;
	height: auto;
	transform: unset;
	overflow: hidden;

	clip-path: inset(0 0 100% 100%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transition:
		clip-path 0.35s ease,
		opacity 0.2s ease,
		visibility 0s linear 0.35s;
}

.nagivation--wrapper.style_5 nav.navigation {
	margin-bottom: 0;
}

.nagivation--wrapper.style_5 .main--menu li a {
	margin-left: auto;
	font-size: 32px;
	line-height: 1;
	text-transform: unset;
	font-weight: 500;
}

.nagivation--wrapper.style_5 .main--menu {
	row-gap: 20px;
}

html.menu--visible .nagivation--wrapper.style_5 {
	clip-path: inset(0 0 0 0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition:
		clip-path 0.35s ease,
		opacity 0.2s ease,
		visibility 0s linear 0s;
}

html:not(.menu--visible) .nagivation--wrapper.style_5 {
	clip-path: inset(0 0 100% 100%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.v1--villa-card__slider.is--not-slider .col--left {
	max-width: 700px;
}
section#villa--presentation-cards__slider--flex .villa--presentation-cards__slider--content-main {
	max-width: 1500px;
}
#header.style_7.scrolled {
	border-color:var(--body_color);
	background-color:var(--body_bg);
}

#header.style_7.scrolled .cta--border-with__arrow {
	border-color: var(--body_color);
	color: var(--body_color);
}
#header.style_7.scrolled .cta--border-with__arrow path {
	stroke: var(--body_color);
}
#header.style_7.scrolled .header--burger__lang-wrapper {
	border-color: var(--body_color);
	background-color:var(--body_bg);
}
.nagivation--wrapper.style_5 #close--menu {
	height: unset;
	padding-block: 15px;
}
footer#footer.style_7 .footer--logo {
	width: 380px;
	margin-inline:auto;
}
.footer--style_7-cols {
	align-items: center;
}

/* .footer--style_7-cols > div:not(.footer--style_6-col--middle) {
padding-bottom: 10px;
} */
#footer.style_7 .socials--list li a {
	text-transform:capitalize;
}
#footer.style_7 .socials--list li a,
#footer.style_7 .contact--list li a {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.1;
}
#footer.style_7 .contact--list li {
	row-gap:6px;
}
#footer.style_7 .contact--list {
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom:35px;
	max-width:240px;
	row-gap:6px;
}
.footer--style_7-col--inner__middle {
	margin-top: 25px;
}
#footer.style_7 .socials--list {
	justify-content:flex-end;
	align-items:flex-end;
}
.footer--style_7-col--inner__middle span#back--top-top .icon {
	display: none;
}
.footer--style_7-col--inner__middle span#back--top-top {
	position: static;
	transform: unset;
	justify-content: flex-end;
	font-size:16px;
	text-transform:unset;
}
#footer.style_7 span.created-by,
#footer.style_7 span.copyright,
.footer--style_7-col--inner__middle .footer--menu li a,
.footer--style_7-col--inner__middle * {
	font-size: 16px;
	line-height: 1;
	text-transform:unset;
	justify-content:flex-end;
}
#footer.style_7 nav.navigation {
	margin-top: 5px;
	max-width:max-content;
	margin-left:auto;
}

#footer.style_7 span.created-by span.net22-image {
	width: 35px;
}
.template--contact-header.style_4 .template--contact-header__flex h2.h3 {
	font-weight: 400;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 20px;
}
.template--contact-header.style_4 .template--contact-header__flex .col--inner {
	width: 100%;
	margin-inline: auto;
	max-width: 200px;
}
.template--contact-header.style_4 .template--contact-header__flex .col--inner ul li .inner--flex {
	row-gap:5px;
}
.template--contact-header.style_4 .template--contact-header__flex .col--inner a {
	line-height:1.4;
}
.template--contact-header.style_4 {
	padding-bottom: 120px;
	margin-bottom: 120px;
	border-bottom: 1px solid var(--body_color);
}
section.template--contact-wrapper.style_4 .template--contact-header {
	order:1;
}
section.template--contact-wrapper.style_4 .contact--form-map {
	order:2;
	margin-block: 0 140px;
}
section.template--contact-wrapper.style_4 .template--contact-main {
	order:3;
}
section.template--contact-wrapper.style_4 {
	display:flex;
	flex-direction:column;
}
section.template--contact-wrapper.style_4 .contact--form-map > .container:first-child {
	display: none;
}
section.template--contact-wrapper.style_4 .contact--form-map #contact-map {
	margin-top: 0;
}
section.template--contact-wrapper.style_4 .template--contact-main .container {
	max-width: 1110px;
}
section.template--contact-wrapper.style_4 .template--contact-main .contact--form .contact--form-item__double {
	grid-template-columns:1fr;
	gap:30px;
}
section.template--contact-wrapper.style_4 .template--contact-main .contact--form input,
section.template--contact-wrapper.style_4 .template--contact-main .contact--form textarea {
	border-color:var(--body_color);
}
section.template--contact-wrapper.style_4 .template--contact-main .contact--form button.cta--with-circle {
	background-color: transparent;
	border: none;
	margin-left: auto;
	cursor:pointer;
}
.footer--style_7-cols > div {
	flex:1;
}
.footer--style_7-col--inner__middle span.license--number {
	display: block;
	text-align: right;
	margin-top: 15px;
}
#footer.style_7 .footer--cols {
	max-width: 1620px;
	margin-inline: auto;
}
body.page-template-template-villa-archive #header.style_7:not(.scrolled) .cta--border-with__arrow {
	border-color: var(--body_color);
	color: var(--body_color);
}
body.page-template-template-villa-archive #header.style_7:not(.scrolled) .cta--border-with__arrow path {
	stroke: var(--body_color);
}
section#template--the-villa__facilities.style--2 .cols .col--left .sticky .text.editor {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
}

body.page-template-template-gallery section#hero--no-title {
	padding-bottom: 20px;
	border-bottom:1px solid var(--body_color);
}


/* body.page-template-template-services #header.style_7 .cta--border-with__arrow, */
body.page-template-template-gallery #header.style_7 .cta--border-with__arrow {
	border-color: var(--body_color);
	color: var(--body_color);
}
/* body.page-template-template-services #header.style_7 .cta--border-with__arrow .icon svg path, */
body.page-template-template-gallery #header.style_7 .cta--border-with__arrow .icon svg path{
	stroke: var(--body_color);
}
.v1--villa-card__slider .cols span.col--middle-spacer {
	transition:all linear 1.2s;
}
section#villa--presentation-cards__slider .villa--presentation-cards__slider--content > .container--mx .owl-item:not(.active) .v1--villa-card__slider .cols span.col--middle-spacer,
section#villa--presentation-cards__slider .villa--presentation-cards__slider--content > .container--mx:not(.line--effect) .v1--villa-card__slider .cols span.col--middle-spacer {
	height:0;
}
section#villa--presentation-cards__slider .villa--presentation-cards__slider--content > .container--mx .owl-item .v1--villa-card__slider .cols span.col--middle-spacer {
	transition-delay:700ms;
}
.subfooter--style_7 {
	padding-bottom: 12px;
	margin-top: 50px;
}
.subfooter--style_7 span#back--top-top {
	position: static;
	transform: unset;
}

#footer.style_7 span.license--number {
	font-size: 20px;
	line-height: 1.1;
}

#footer.style_7 .footer--menu li a {
	font-size: 20px;
	line-height: 1.1;
	margin-top:6px;
	
}
#hero.style_5 .owl-dots {
	display:none;
}