/*header*/
.menu-nav li.menu-item a:focus {
    border: none !important;
    outline: none;
}
.admin-bar .mobile-menu-pp {
	padding-top: 2rem;
}
.mobile-menu-pp.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
	transform: scaleX(1);
}

.mobile-menu-pp {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -99999;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background: var(--color-secondary);
	transition: transform 0.5s ease;
	transform: scaleX(0);
	transform-origin: left;
}
.mobile-menu-pp .menu-inner {
	padding: 3.125rem;
	height: 100%;
	position: relative;
}
.mobile-menu-pp .close-menu-pp {
	background: none;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 38px;
}
.mobile-menu-pp .close-menu-pp svg {
	width: 20px;
}
.nav-menu-mobile ul.menus {
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.625rem;
}
.mobile-menu-pp.active .nav-menu-mobile ul.menus li {	
	animation: fadeIn_left 0.4s ease forwards;
}
.nav-menu-mobile ul.menus li{
	transition: all .3s ease-in-out;
	transform: translateX(2rem);
	opacity: 0;
}
.nav-menu-mobile ul.menus a {
	display: inline-block;
	padding: 0;
	position: relative;
}
.nav-menu-mobile ul.menus li {
	list-style: none;
	margin-bottom: 0.625rem;
}
.nav-menu-mobile .sub-menu {
	padding: 1rem 0;	
}
.mobile-menu-pp .menu-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/*  */
.admin-bar header#masthead {
	top: 2rem;
}
header#masthead.active {
	backdrop-filter: blur(0.9375rem);
	background: rgba(109, 98, 90, 50%);
	color: #fff;
}
header#masthead.Light {
	color: #fff;
}
header#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	color: var(--color-main);
	border-bottom: 1px solid;
	transition: all 0.3s ease;
	max-width: 100%;
}
header#masthead .menu-nav .menu-button a:hover {
	background: rgba(109, 98, 90, 40%);
	color: #fff;
}
header#masthead .menu-nav .menu-button a {
	padding: 0 6.85rem;
	height: 100%;
	display: flex;
	align-items: center;
	border-left: none;
}
header#masthead .toggle-menu-main {
	display: none;
}
header#masthead .logo img {
	max-width: 84px;
}
header#masthead .logo a {
	position: relative;
	display: block;
}
header#masthead.Light:not(.active) .logo .logo-dark, header#masthead img {
	opacity: 0;
}
header#masthead:not(.active) .logo .logo-dark, header#masthead.Light .logo .logo-light, header#masthead.active img.logo-light{
	opacity: 1;
}
header#masthead .logo .logo-dark {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
header#masthead .menu-nav {
	flex: 1;
}
header#masthead .menu-nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 25px;
}
header#masthead .menu-nav.menu-left ul {
	justify-content: end;
}
header#masthead .menu-nav ul li {
	list-style: none;
}
header#masthead .menu-nav a {
	text-transform: uppercase;
	color: inherit;
}
.ss-bg-main {
	background: var(--color-secondary);
	padding: 7.5rem 0;
}
.nav-main {
	position: relative;
}
header#masthead.Light .menu-nav li.menu-item a::before, header#masthead .menu-nav ul.sub-menu a::before {
	background: #fff;
}
header#masthead .menu-nav ul li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	z-index: 2;
	transform: scaleY(1);
}
header#masthead .menu-nav ul.sub-menu {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1.5rem 1.25rem 1.5rem;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	z-index: -111;
	transition: 0.2s all ease-in;
	top: calc(100% + 1px);
	transform: scaleY(0);
	transform-origin: top;
}
header#masthead.active .menu-nav ul.sub-menu {
	background: rgba(109, 98, 90, 50%);
	backdrop-filter: blur(0.9375rem);
	color: #fff;
}
.menu-nav li.menu-item a, .list-info-tabs .tab-item, .link_effect {
	position: relative;
}
.menu-nav li.menu-item a::before, .list-info-tabs .tab-item::before, .link_effect::before {
	content: "";
	position: absolute;
	bottom: -5px;
	width: 80%;
	left: 10%;
	height: 1px;
	background: var(--color-main);
	transition: 0.2s all ease;
	transform: scale(0);
}
body .list-info-tabs .tab-item::before{
	background: #fff;
}
/* .menu-nav .sub-menu li.menu-item.current-menu-item > a::before  */
.menu-nav li.menu-item > a:hover::before, .menu-nav nav > ul > li.menu-item.current-menu-item > a::before, .list-info-tabs .tab-item.active::before, .list-info-tabs .tab-item:hover::before, .link_effect:hover::before {
	transform: scale(1);
}
header#masthead .logo {
	padding: 0.625rem 3.75rem;
}
header#masthead .menu-nav .menu-button {
	height: 100%;
}
.page-content-default {
	margin-top: 9.3rem;
}
.footer-top {
	background: #EAE6E1;
}
.footer-item {
	padding: 4rem 0;
}
.ss-socials {
    padding-top: 3rem;
}
.swiper-pagination .swiper-pagination-bullet {
	background: url(../images/cercle.svg) center center / contain no-repeat;
	width: 10px;
	height: 10px;
	border: none;
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: url(../images/cercle-line.svg) center center / contain no-repeat;
}
.swiper-pagination.swiper-pagination-bullets {
	bottom: 0;
}
.swiper.ss-testimonial-list {
	padding-bottom: 30px;
}
.info-menu .description p br {
    display: none;
}
.info-menu .description p a {
	padding: 0 0 0.375rem;
	display: block;
}
.footer-top .links a img {
	width: 1.875rem;
	filter: invert(41%) sepia(5%) saturate(938%) hue-rotate(342deg) brightness(90%) contrast(89%);
}
.footer-top .links a {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0.875rem;
}
.footer-top .links a:last-child {
	margin-bottom: 0;
}
.footer-instagram {
	background: #6D625A;
	color: #fff;
}
.footer-instagram .info {
	margin-bottom: 1.875rem;
}
.ss-socials .link img {
	width: 1.875rem;
	filter: invert(41%) sepia(5%) saturate(938%) hue-rotate(342deg) brightness(90%) contrast(89%);
}
.footer-bottom {
	background: #EAE6E1;
}
.footer-copyright p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.info-menu .description p {
    margin-bottom: 0.625rem;
}
.info-menu .description p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.footer-copyright {
	padding: 1.25rem 0;
}
.ss-slider-style-wrapper.ss-events-section {
	padding-bottom: 0;
}
#goTopBtn {
	position: fixed;
	bottom: 0.9375rem;
	right: 20px;
	z-index: 999;
	transform: rotate(180deg);
	background: rgba(0,0,0,0);
}
#goTopBtn:hover {
	transform: translate(0, -2px) rotate(180deg);
}
.btn-icon-arrow svg {
	fill: var(--color-main);
}
.btn-icon-arrow {
	padding: 0.43rem;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 100px;
	border: 1px solid #6D625A;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
}
.scroll-down-next.btn-icon-arrow:hover {
	transform: translate(0, -5px);
}
.scroll-down-next.btn-icon-arrow {
	background: none;
	border-color: #fff;
	transition: 0.2s all ease-in;
}
.scroll-down-next.btn-icon-arrow svg {
	fill: #fff;
}
.home-banner-media.video .bxvideonc.vd_link video {
	object-fit: cover;
}

.home-banner-slogan {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
.scroll-next-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.625rem 0 2.5rem;
	color: #fff;
	text-transform: uppercase;
	z-index: 2;
}
.scroll-next {
	text-align: center;
}
.scroll-next-box .text {
	display: block;
	margin-bottom: 1rem;
}
.ss-box {
	margin-bottom: 7.5rem;
}
.subtitle {
	margin-bottom: 0;
}
.heading-cs {
	margin-bottom: 3.75rem;
}

.ss-slider-style .swiper-slide {
	width: calc(100%/3);	
	transition: 0.3s all ease-in-out;
	height: 530px;
}
.ss-slider-style .swiper-slide.swiper-slide-active {
	z-index: 20;	
	height: 630px;
}
.ss-slider-style .swiper-slide .thumb {
	transition: 0.2s all ease;
	height: 100%;
}
.ss-slider-style-center .slick-list {
	padding-bottom: 5rem !important;
}
.ss-slider-style-center .slick-list .slick-track {
	display: flex;
	align-items: center;
	min-height: 630px;
	/* padding-bottom: 5rem; */
}
.ss-slider-style-center .bx-item {
	position: relative;
	height: 530px;
	transition: 0.3s all ease-in-out;
}
.ss-slider-style-center .slick-active .bx-item {
	height: 630px;
}
.ss-slider-style-center .thumb {
	height: 100%;
	transition: 0.2s all ease;
}
/* .slick-slider .slick-arrow {
	width: 26px;
	height: 26px;
	display: block;
	border: 1px solid;
	color: #6D625A;
	background: none;
	border-radius: 100px;
	position: absolute;
	left: calc(50% - 26px);
	z-index: 99;
	bottom: 0;
	cursor: pointer;
	transition: 0.3s all ease-in;
	background: url(../images/arrow-left.png) center center / 6px no-repeat;
}
.slick-slider .slick-next.slick-arrow{
	background: url(../images/arrow-right.png) center center / 6px no-repeat;
} */
.slick-slider .slick-arrow i {
	display: none;
}
/* .slick-slider .slick-next.slick-arrow:hover {
	transform: translate(5px, 0);
}
.slick-slider .slick-prev.slick-arrow:hover {
	transform: translate(-5px, 0);
}
.slick-slider .slick-next.slick-arrow {
	left: calc(50% + 8px);
} */
.ss-slider-style .swiper-slide.swiper-slide-active .thumb {
	height: 100%;
	max-width: 100%;
}
.ss-slider-style-wrapper .bx-links {
	text-align: center;
	padding-top: 3.75rem;
}
.ss-slider-style .swiper-wrapper {
	align-items: center;
	min-height: 630px;
}
.ss-slider-style {	
	padding-bottom: 5rem;
}
.ss-slider-style .swiper-slide .bx-item {
	height: 100%;
}
.ss-slider-style .swiper-slide.swiper-slide-active .info, .ss-slider-style-center .slick-active .info {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
.ss-slider-style .swiper-slide .info .bx-button, .ss-slider-style-center .info .bx-button {
	margin: 0;
}
.ss-slider-style-center .slide-item {
	padding: 0 10px;
}
/* .ss-slider-style-center .slick-list {
	overflow: visible;
} */
.ss-slider-style .swiper-slide .info, .ss-slider-style-center .info {
	position: absolute;
	bottom: -50px;
	right: -150px;
	width: 300px;
	background: #fff;
	padding: 1rem 1.25rem;
	box-sizing: border-box;
	opacity: 0;
	transition: 0.3s all ease;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	box-shadow: 0 0px 7px 5px rgba(0, 0, 0, 0.1);
}
.title-meta h4, .title-meta .title {
	margin-bottom: 0.75rem;
	display: block;
}
.title-meta .meta {
	margin-bottom: 0.625rem;
}
.ss-slider-style-wrapper .bx-links{
	text-align: center;
}
.swiper-button.swiper-button-prev:hover {
	transform: translate(-2px, 0);
}
.swiper-button.swiper-button-next:hover {
	transform: translate(2px, 0);
}
.swiper-button {
	bottom: 0;
	top: auto;
	left: calc(50% - 13px);
	width: 26px;
	height: 26px;
	background: none;
	border: 1px solid var(--color-main);
	border-radius: 100px;
	font-size: 0.75rem;
	color: var(--color-main);
	cursor: pointer;
	transition: 0.2s all ease-in-out;
}
.swiper-button.swiper-button-next {
	left: calc(50% + 26px);
}
.swiper-button::after {
	font-size: inherit;
}
.ss-box.ss-best-properties.ss-slider-style-wrapper {
    padding-bottom: 0;
}
.ss-slider-style-wrapper {
	padding-bottom: 7.5rem;
}
.ss-bg-zoom .bg-overlap, .ss-bg-zoom .img-zoom {
	transform: scale(0.8);
	transition: transform 0.1s linear;
}
.ss-bg-zoom .bg-overlap.active, .ss-bg-zoom .img-zoom.active {
	transform: scale(100%);
}
.ss-property-search {
	padding: 0 7.5rem;
	position: relative;
}
.ss-property-search.dark * {
    color: #6d625a;
}
.ss-property-search .ss-inner {
	padding: 10.3rem 8.5rem;
	text-align: center;
	color: #fff;
}
.ss-property-search.dark .ss-inner {
    padding: 3rem;
    color: #6d625a;
}
.ss-testimonial-item .icon-qoute {
	position: absolute;
}
.ss-testimonial-item .icon-qoute svg {
    fill: #6D625A;
}
.ss-testimonial-item .info {
	padding: 1.6rem 2.5rem;
	font-style: italic;
}
.ss-testimonial-item .icon-qoute.top {
	top: 0;
	left: 0;
	transform: rotate(180deg);
}
.ss-testimonial-item .icon-qoute.bottom {
	bottom: 0;
	right: 0;
}
.ss-testimonial-item .bx-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0.3rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.ss-tab-style .bx-thumb, .ss-services-inner .bx-left-wrapper .bx-des {
	position: relative;
}
.ss-tab-style .box-target {
	transition: opacity 0.6s ease, visibility 0.6s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.ss-tab-style .box-target.active {
	opacity: 1;
	visibility: visible;
	position: initial;
}
.box-call-target {
	position: relative;
	transition: 0.2s all ease;
	opacity: 0.5;
	cursor: pointer;
}
.box-call-target .title_tab {
	margin-bottom: 0.6rem;
}
.box-call-target::before, body ._villas-365-property-amenities ._villas-365-property-amenity-switcher-inline ._villas-365-property-amenity-switcher-inline-items ._villas-365-property-amenity-switcher-inline-item::before {
	content: "";
	position: absolute;
	left: 0;
	width: 0.9375rem;
	height: 22px;
	background: url('../images/arrow.svg') center center / contain no-repeat;
	transform: rotate(-90deg);
	top: 0;
	opacity: 0;
	transition: 0.2s all ease;
}
body ._villas-365-property-amenities ._villas-365-property-amenity-switcher-inline ._villas-365-property-amenity-switcher-inline-items ._villas-365-property-amenity-switcher-inline-item::before {
	top: 7px;
}
.box-call-target:hover, .box-call-target.active, body ._villas-365-property-amenities ._villas-365-property-amenity-switcher-inline ._villas-365-property-amenity-switcher-inline-items ._villas-365-property-amenity-switcher-inline-item.active, body ._villas-365-property-amenities ._villas-365-property-amenity-switcher-inline ._villas-365-property-amenity-switcher-inline-items ._villas-365-property-amenity-switcher-inline-item:hover{
	padding-left: 1.56rem;
	opacity: 1;
}
.box-call-target.active::before, .box-call-target:hover::before, body ._villas-365-property-amenities ._villas-365-property-amenity-switcher-inline ._villas-365-property-amenity-switcher-inline-items ._villas-365-property-amenity-switcher-inline-item.active::before, body ._villas-365-property-amenities ._villas-365-property-amenity-switcher-inline ._villas-365-property-amenity-switcher-inline-items ._villas-365-property-amenity-switcher-inline-item:hover:before {
	opacity: 1;
}
.ss-services-inner .bx-left-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ss-services-inner .bx-left-wrapper .bx-des {
	margin-bottom: 1.875rem;
}
/* .ss-tab-style {
	padding-left: 5.88rem;
} */
.ss-feature .swiper-slide {
	width: calc(100%/4);
	height: auto;
}
.ss-feature-item .thumb {
	/* padding: 0 1.56rem; */
	filter: grayscale(1);
	aspect-ratio: 16/9;
}
.ss-feature-item:hover .thumb {
	filter: grayscale(0);
}
.ss-feature-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.feature_section .swiper-wrapper {
	padding-top: 2rem;
}
.ss-feature .swiper-button {
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	margin: 0;
}
.ss-feature .swiper-button.swiper-button-next {
	left: 35px;
}
.ss-feature, .ss-box-bg {
	padding: 7.5rem 0;
	background: var(--color-secondary);
}
.ss-feature-item .thumb img {
	object-fit: contain;
}
.ss-normal_section.Right .dflex {
	flex-direction: row-reverse;
}
.ss-normal_section .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ss-normal_section.ss-box.Left .content {
	text-align: right;
}
.ss-normal_section.ss-box .thumb {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
}
/* .ss-normal_section.ss-box .thumb .img-ratio {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */
body .search-pro-wrapper {
	background: rgba(255,255,255,0.35);
	backdrop-filter: blur(10px);
	padding: 1.875rem 0;
	text-align: left;
	font-size: 0.875rem;
	font-weight: 300;
	max-width: 888px;
	margin: 0 auto;
}
._villas-365-search label.d-none {
	display: block !important;
	text-align: left;
	font-size: inherit;
	margin-bottom: 0.625rem;
	text-transform: uppercase;
	color: inherit !important;
	font-weight: 300;
}
body ._villas-365-bootstrap .chosen-container {
	font-size: inherit;
	color: inherit;
}
body ._villas-365-search._villas-365-search-full input.form-control::placeholder, body ._villas-365-bootstrap .form-control {
	font-size: inherit;
}
._villas-365-search._villas-365-search-full .chosen-input-group .chosen-container.chosen-container-active.chosen-with-drop .chosen-single, ._villas-365-search._villas-365-search-full .chosen-input-group .chosen-container.chosen-container-single .chosen-single,._villas-365-bootstrap._villas-365-search._villas-365-search-full .input-group .input-group-append .input-group-text, ._villas-365-bootstrap._villas-365-search .input-group .input-group-append .input-group-text  {
	background: none;
	border: none;
	padding-left: 0;
}
._villas-365-bootstrap._villas-365-search #_villas-365-search-form-fields .input-group .input-group-append .input-group-text, ._villas-365-bootstrap._villas-365-search._villas-365-search-full #_villas-365-search-form-fields .input-group .input-group-append .input-group-text {
	color: inherit !important;
}
body ._villas-365-search .input-group .input-group-append .input-group-text {
	font-size: 0.8125rem;
}
._villas-365-bootstrap._villas-365-search._villas-365-search-full .input-group .form-control, ._villas-365-bootstrap._villas-365-search._villas-365-search-full input.form-control, ._villas-365-bootstrap._villas-365-search .input-group .form-control, ._villas-365-bootstrap._villas-365-search input.form-control {
	border: none;
	background: no-repeat;
	padding-left: 0;
	color: inherit;
}
._villas-365-bootstrap .input-group {
	border-bottom: 1px solid;
}
body ._villas-365-search._villas-365-search-full .chosen-input-group .chosen-container.chosen-container-active.chosen-with-drop .chosen-single,body  ._villas-365-search._villas-365-search-full .chosen-input-group .chosen-container.chosen-container-single .chosen-single {
	border: none;
	color: inherit;
}
body ._villas-365-search .input-group .input-group-append {
	display: none;
}
body ._villas-365-search._villas-365-search-full input.form-control::placeholder , body ._villas-365-bootstrap .chosen-container.chosen-container-single .chosen-single{
	font-size: inherit;
	font-weight: 300;
}
body ._villas-365-search input.form-control::placeholder {
	color: inherit;
}
body .search-pro-wrapper.no-background ._villas-365-search input.form-control::placeholder {
	color: inherit;
}
body ._villas-365-bootstrap._villas-365-search ._villas-365-search-button:active, body  ._villas-365-bootstrap._villas-365-search ._villas-365-search-button:focus, body  ._villas-365-bootstrap._villas-365-search ._villas-365-search-button:hover, body  ._villas-365-bootstrap._villas-365-search._villas-365-search-full ._villas-365-search-button:active, body  ._villas-365-bootstrap._villas-365-search._villas-365-search-full ._villas-365-search-button:focus, body  ._villas-365-bootstrap._villas-365-search._villas-365-search-full ._villas-365-search-button:hover {
	background: none;
	border-color: var(--color-main);
	color: var(--color-main);
}
body .light ._villas-365-bootstrap._villas-365-search._villas-365-search-full ._villas-365-search-button:hover {
	color: #fff;
	border-color: #fff;
}
body ._villas-365-bootstrap._villas-365-search ._villas-365-search-button, body ._villas-365-bootstrap._villas-365-search._villas-365-search-full ._villas-365-search-button {
	background: none;
	border: 1px solid;
	color: inherit;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0.5rem 1.875rem 0.5rem 1.25rem;
	display: inline-block;
	position: relative;
	text-align: left;
}
body .chosen-container-single .chosen-single div b {
	background: url('../images/chosen-sprite-dark.png') no-repeat 0 2px;
}
body .light .chosen-container-single .chosen-single div b {
	background: url('../images/chosen-sprite-white.png') no-repeat 0 2px;
}
.ss-property-search.dark ._villas-365-search-button.btn.btn-primary::before {
	background: url('../images/arrow.svg') center center / contain no-repeat;
}
._villas-365-search-button.btn.btn-primary::before {
	content: "";
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	width: 0.9375rem;
	height: 0.9375rem;
	background: url('../images/arrow-white.svg') center center / contain no-repeat;
	transition: 0.2s all ease;
	transform: translate(0,-50%) rotate(-90deg);
}
.search-pro-wrapper.no-background ._villas-365-search-button.btn.btn-primary::before {
	background: url('../images/arrow.svg') center center / contain no-repeat;
}
._villas-365-search-button.btn.btn-primary:hover::before {
	margin-right: -0.3rem;
}
.slider-top-banner .banner-media::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	/* z-index: 2; */
	opacity: 0.45;
}
.slider-top-banner .banner-slogan {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	transform: translate(0, -50%);
}
.slider-top-banner .banner-media {
	aspect-ratio: 5/2;
	position: relative;
	overflow: hidden;
}
.slider-top-banner .banner-slogan .title {
	margin: 0;
}
body .search-pro-wrapper.no-background {
	padding: 0;
}
._villas-365-property-inner-text .bx-button .btn.btn-trasparent {
	border: none;
	padding-left: 0;
	padding-right: 0;
	color: var(--color-main);
}
._villas-365-bootstrap .bx-button .btn {
	display: inline-flex;
}
._villas-365-properties-header {
	display: none;
}
body ._villas-365-bootstrap._villas-365-properties ._villas-365-property, body  ._villas-365-bootstrap ._villas-365-properties ._villas-365-property, body ._villas-365-bootstrap._villas-365-properties ._villas-365-property:hover, body ._villas-365-bootstrap ._villas-365-properties ._villas-365-property:hover {
	background: none;
}
body ._villas-365-bootstrap._villas-365-properties ._villas-365-property ._villas-365-property-inner, body  ._villas-365-bootstrap ._villas-365-properties ._villas-365-property ._villas-365-property-inner {
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.05);
	background: none;
	padding: 0;
}
body ._villas-365-properties ._villas-365-property ._villas-365-property-inner ._villas-365-property-name, ._villas-365-property-name {
	font-weight: 500;
	margin-bottom: 0.3rem;
}
body ._villas-365-properties._villas-365-properties-featured ._villas-365-property-image ._villas-365-property-image-link, body  ._villas-365-properties._villas-365-properties-grid ._villas-365-property-image ._villas-365-property-image-link, body  ._villas-365-properties._villas-365-properties-map ._villas-365-property-image ._villas-365-property-image-link {
	height: auto;
	aspect-ratio: 5/4;
}
body ._villas-365-properties._villas-365-properties-featured ._villas-365-property-image,body  ._villas-365-properties._villas-365-properties-grid ._villas-365-property-image,body  ._villas-365-properties._villas-365-properties-map ._villas-365-property-image {
	margin: 0;
}
body ._villas-365-properties._villas-365-properties-grid ._villas-365-property-inner-text, body ._villas-365-properties._villas-365-properties-map ._villas-365-property-inner-text, ._villas-365-property-inner-text {
	padding: 0 0.625rem 0.625rem;
}
._villas-365-property-image {
	margin-bottom: 0.5rem;
}
._villas-365-property-city {
	margin-bottom: 0.3rem;
}
.load-more-property.hide {
	display: none;
}
._villas-365-property-inner-text .meta-action-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
._villas-365-property-inner-text .meta-action-link ._villas-365-property-rooms, ._villas-365-property-inner-text .meta-action-link .bx-button {
	margin: 0;
}
._villas-365-property-inner-text .property-summary, ._villas-365-property-inner .property-price {
	display: none;
}
._villas-365-bootstrap._villas-365-properties {
	padding: 0;
}
._villas-365-property-rooms ._villas-365-property-room {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
}
._villas-365-property-rooms ._villas-365-property-room svg {
	width: 0.9375rem;
	fill: var(--color-main);
}
body ._villas-365-bootstrap .container {
	max-width: 100%;
	margin-top: 0 !important;
	padding: 0;
}
.ss-shortcode_section_shortcode .full-pad-container {
	padding-left: 6rem;
	padding-right: 6rem;
}
.ss-property-banner {
	position: relative;
}
.ss-property-banner .slider-banner-shortcode {
    height: 70vh;
}
.ss-property-banner .banner-button {
	position: absolute;
	bottom: 23px;
	padding: 0;
	z-index: 99;
	width: 100%;
}
.slider-banner-shortcode ._banner {
	margin: 0;
}
body #_villas-365-property-floater ._villas-365-property-floater-content {
	color: var(--color-main) !important;
}
body ._villas-365-bootstrap ._villas-365-property-button:active, body  ._villas-365-bootstrap ._villas-365-property-button:focus, body  ._villas-365-bootstrap ._villas-365-property-button:hover {
	background: var(--color-main) !important;
	border-color: var(--color-main) !important;
}
.admin-bar .list-info-tabs{
	top: 138px;	
}
.list-info-tabs {
	background: #6D625A;
	color: #fff;
	text-transform: uppercase;
	padding: 0.75rem 0;
	position: sticky;
	top: 106px;
	z-index: 10;
}
.list-info-tabs .tab-item {
    font-size: 1rem;
	background: none;
	border: none;
	text-transform: uppercase;
	color: inherit;
	padding: 0.3rem 0;
	cursor: pointer;
	margin-right: 0.9375rem;
}
.admin-bar .bx-form-bokking .bx-inner {
    top: 210px;
}
.bx-form-bokking .bx-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 182px;
    z-index: 100;
}
.ss-tabs-contents {
	padding: 2.68rem 0;
}
.ss-tabs-contents .name-city ._villas-365-property-name {
	font-size: 1.875rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	margin-bottom: 0;
}
.ss-tabs-contents .name-city .flag {
    margin-bottom: 1.93rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 500;
}
.ss-tabs-contents ._villas-365-property-city {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 300;
}
.ss-tabs-contents .name-city {
	margin-bottom: 0.625rem;
}
.ss-tabs-contents .rooms {
	margin-bottom: 1.875rem;
}
.ss-tabs-contents .bx-content-item {
	margin-bottom: 7.3rem;
}
.bx-title {
	margin-bottom: 1.68rem;
}
.amenities ._villas-365-bootstrap._villas-365-property-amenities {
	padding: 0;
}
.bx-form-bokking #_villas-365-property-floater, .bx-form-bokking #_villas-365-property-floater.float {
	height: auto;
	position: initial;
}
.bx-form-bokking #_villas-365-property-floater .row.justify-content-end {
	display: block;
	margin: 0;
}
.bx-form-bokking #_villas-365-property-floater .col-12.col-lg-4 {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.bx-form-bokking ._villas-365-property-floater-header {
	display: none;
}
.bx-form-bokking  #_villas-365-property-floater ._villas-365-property-floater-content {
	background: none !important;
	box-shadow: 0 0 10px 0 rgba(40,40,40,.06);
	border-radius: 3px;
}
body ._villas-365-bootstrap .carousel-indicators {
	margin: 0;
	padding: 0 6rem;
}
body ._villas-365-bootstrap .carousel-indicators li {
	width: 10px;
	height: 3px;
}
#_villas-365-property-floater ._villas-365-property-floater-content ._villas-365-property-floater-body ._villas-365-checkin, #_villas-365-property-floater ._villas-365-property-floater-content ._villas-365-property-floater-body ._villas-365-checkout, .bx-form-bokking #_villas-365-property-floater ._villas-365-property-floater-content ._villas-365-property-floater-body .chosen-container.chosen-container-single .chosen-single {
	border: none;
	border-bottom: 1px solid rgba(109,88,90, 0.5);
	border-radius: 0;
	padding: 0.5rem 0;
	font-size: inherit;
	font-weight: 300;	
}
.bx-form-bokking .bx-inner {
	max-width: 400px;
	margin-left: auto;
}
.bx-form-bokking .bx-field {
	margin-bottom: 0.9rem;
}
/* .bx-form-bokking #_villas-365-property-floater ._villas-365-date-range-container, ._villas-365-bootstrap ._villas-365-title-container {
	flex-wrap: nowrap;
	gap: 0.9375rem;
} */
 .ss-tab-style {
	overflow: hidden;
}
header#masthead .toggle-menu-main {		
	width: 20px;
	background: none;
	border: none;
	padding: 0;
}
header#masthead .toggle-menu-main span {
	display: block;
	height: 2px;
	background: #fff;
	margin: 0.3125rem 0;
}
.bx-form-bokking #_villas-365-property-floater ._villas-365-property-floater-content ._villas-365-property-floater-body label {
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 300;
}
._villas-365-title-property {
	border-bottom: 1px solid rgba(109,88,90, 0.5);
	padding: 0.5rem 0;
}
.bx-form-bokking #_villas-365-property-floater {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.bx-book-action .bx-button {
	display: inline-block;
	margin: 0;
}
.bx-book-action {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
body ._villas-365-bootstrap ._villas-365-property-button._villas-365-property-button-inverted, body ._villas-365-bootstrap ._villas-365-property-button._villas-365-property-button-inverted:active, body ._villas-365-bootstrap ._villas-365-property-button._villas-365-property-button-inverted:focus, body ._villas-365-bootstrap ._villas-365-property-button._villas-365-property-button-inverted:hover {
	color: var(--color-main) !important;
	border-color: var(--color-main) !important;
}
.bx-book-action .bx-button ._villas-365-property-floater-book-now-button {
	background: var(--color-main);
	border-color: var(--color-main);
	color: #fff;
}
body #_villas-365-property-floater-total-row, body #_villas-365-property-floater-price-details-row {
	margin-bottom: 0 !important;
}
body #_villas-365-property-floater ._villas-365-property-floater-content ._villas-365-property-floater-body #_villas-365-property-floater-price-details-button {
	color: inherit !important;
}
.wpcf7-form .field label {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.875rem;
	display: block;
	color: var(--color-main);
}
.wpcf7-form .field p {
	margin: 0;
}
input[type="button"], input[type="submit"] {
	background: var(--color-main) url('../images/right-arrow-white.svg') calc(100% - 20px) center / 8px no-repeat;
	border: 1px solid var(--color-main);
	color: #fff;
	padding: 0.8125rem 3rem 0.8125rem 1.25rem;
	text-transform: uppercase;
	transition: 0.3s ease;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background-position: calc(100% - 0.9375rem) center;
}
.wpcf7-form  .submit-button {
	text-align: right;
}
.wpcf7-form .submit-button p {
	display: inline-flex;
}
.wpcf7-form .submit-button .wpcf7-form-control {
	order: 2;
}
.wpcf7-form .submit-button .wpcf7-spinner {
	order: 1;
}
.content-404 {
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.content-404 p {
	margin: 0 0 0.625rem;
}
.content-404 h1 {
	margin-bottom: 1.25rem;
}
.result-properties-wrapper {
	display: grid;
	gap: 80px;
	grid-template-columns: repeat(2, 1fr);
}
.result-properties-wrapper ._villas-365-property-inner {
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.05);
}
._villas-365-property-price {
    display: none;
}
._villas-365-property-image ._villas-365-property-image-link {
	display: block;
	aspect-ratio: 5/4;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
._villas-365-property-image ._villas-365-property-image-link img {
	display: none;
}
.ss-result-properties > .bx-button {
	padding-top: 3.75rem;
}
body .pum-theme-lightbox {
	background: rgba(255,255,255,0.35);
	backdrop-filter: blur(10px);
}
.bxloadicon .icon {
	border: 5px solid #e9eef9;
	border-radius: 100%;
	width: 1.875rem;
	height: 1.875rem;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: inline-block;
	vertical-align: middle;
	border-top: 5px solid #6d625a;
	background: rgba(0,0,0,0);
	margin: 0 0.3125rem;
}
.bxloadicon.active{
	display: flex;
}
.bxloadicon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: none;
	background: rgba(0,0,0,0.5);
}
body .pum-theme-lightbox .pum-container {
	border: none;
	box-shadow: 0 0 12px 5px rgba(0,0,0,0.1);
	padding: 3.625rem 3.75rem;
}
body .pum-theme-lightbox .pum-title {
	font-size: 1rem;
	font-weight: 500;
	color: inherit;
	text-transform: uppercase;
	margin-bottom: 1.5625rem;
}
.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 0.75rem;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
	text-transform: initial;
	cursor: pointer;
}
.working-form-pp .wpcf7-form-control.wpcf7-textarea {
	height: 90px;
}
body .pum-theme-lightbox .pum-content + .pum-close, .close-book-pp-mobile {
	right: 60px;
	top: 68px;
	border: none;
	box-shadow: none;
	color: inherit;
	font-size: 0;
	text-indent: -99999px;
	background: url('../images/cross.svg') center center / contain no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.wpcf7 form .wpcf7-response-output {
	font-weight: 300;
	border: none;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}
body .wpcf7-not-valid-tip {
	color: #DAC38F;
	font-size: 0.75rem;
	padding: 0.625rem 0;
}
.wpcf7-validates-as-required.wpcf7-not-valid {
	border-color: #DAC38F;
	color: #DAC38F;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #DAC38F;
}
.qa-toggle-item .question {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.qa-toggle-item .question .text {
	flex: 1;
}
.qa-toggle-item .question .icon {
	width: 15px;
	transition: 0.3s all ease-in-out;
}
.qa-toggle-item.active .question .icon {
	transform: translate(0, -2px) rotate(180deg);
}
.qa-toggle-item .question {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	border-bottom: 1px solid;
	padding: 0.8rem 0;
	margin-bottom: 0;
	cursor: pointer;
}
.qa-toggle-item .answer {
	display: none;
}
.qa_section_list .bx-inner {
	gap: 0 3rem;
}
.page-property-wrapper {
	margin-top: 0;
}
.banner-gallerys {
	padding-top: 10rem;
	background: var(--color-secondary);
}
.banner-gallerys .container {
	max-width: 1440px;
}
.banner-gallerys .item img:hover {
	opacity: 0.8;
}
.banner-gallerys .items {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 15px;
}
.banner-gallerys .item {
	line-height: 0;
}
.banner-gallerys .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-gallerys .item_0 {
	grid-column: span 6;
	grid-row: span 12;
	aspect-ratio: 1/1;
}
.banner-gallerys .item_2 {
	grid-column: span 3;
	grid-row: span 8;
}
.banner-gallerys .item_1, .banner-gallerys .item_4, .banner-gallerys .item_3, .banner-gallerys .item_5 {
	grid-column: span 3;
	grid-row: span 4;
}
.slider-banner-shortcode {
	line-height: 0;
}
.bx-button-gallery {
	position: absolute;
	bottom: 1.43rem;
	left: 0;
	width: 100%;
	text-align: left;
	z-index: 2;
}
.banner-gallerys-pp.active {
	z-index: 888;
	opacity: 1;
	visibility: visible;
}
.banner-gallerys-pp {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -111;
	transition: 0.3s all ease;
	opacity: 0;
	visibility: hidden;
}
.banner-gallerys-pp .bg-overlap {
	background: var(--color-secondary);
}
.banner-gallerys-pp .bx-inner {
	padding: 8rem 5rem 5rem;
	height: 100%;
	overflow: auto;
	max-width: 100%;
}
.banner-gallerys-pp .close-gallerys {
	position: absolute;
	right: 5rem;
	top: 3rem;
	background: none;
	border: none;
	cursor: pointer;
}
.close-gallerys svg {
	width: 30px;
	height: 30px;
}
.banner-gallerys-pp .item-step {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(12, 1fr);
	gap: 1rem;
	margin-bottom: 1rem;
}
.item-step a.item.vertical {
	grid-column: span 6;
	grid-row: span 12;
}
.item-step a.item.horizontal {
	grid-column: span 6;
	grid-row: span 6;
}
.banner-gallerys-pp .item-step .item {
	overflow: hidden;
}
.banner-gallerys-pp .item-step img:hover {
	transform: scale(1.1);
}
._villas-365-bootstrap._villas-365-property-policies ._villas-365-title._villas-365-property-policy-title {
	font-family: var(--font-montserrat);
	font-weight: 500;
}
body ._read-more-more-button {
	font-weight: 400;
	text-transform: uppercase;
}
body ._read-more-more-button .button-icon {
	padding-left: 0.6rem;
	transition: 0.2s all ease;
	display: inline-block;
	align-content: center;
	position: relative;
	top: 1px;
}
body ._read-more-more-button:hover .button-icon {
	transform: translate(2px, 0);
}
body ._villas-365-property-amenities ._villas-365-property-amenity-switcher-inline ._villas-365-property-amenity-switcher-inline-items ._villas-365-property-amenity-switcher-inline-item {
	font-family: var(--font-montserrat);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	position: relative;
	transition: 0.2s all ease;
}
body ._villas-365-property-amenities ._villas-365-property-amenity-switcher-inline ._villas-365-property-amenity-switcher-inline-items ._villas-365-property-amenity-switcher-inline-item.active {
	font-weight: 400;
}
body ._villas-365-property-amenities ._villas-365-property-amenity-switcher-inline ._villas-365-property-amenity-switcher-inline-items ._villas-365-property-amenity-switcher-inline-item ._villas-365-property-amenity-switcher-inline-item-background {
	background: none;
}
body ._villas-365-property-amenities ._villas-365-property-amenity-switcher-inline ._villas-365-property-amenity-switcher-inline-items ._villas-365-property-amenity-switcher-inline-item.active i {
	display: none;
}
body ._villas-365-property-amenities ._villas-365-property-amenities-container ._villas-365-property-amenity-group ._villas-365-property-amenity ._villas-365-property-amenity-name {
	font-size: 0.875rem;
	font-weight: 300;
	flex: 1;
	padding-left: 0.5rem;
	line-height: 1.25rem;
}
body ._villas-365-property-amenities ._villas-365-property-amenities-container ._villas-365-property-amenity-group ._villas-365-property-amenity ._villas-365-property-amenity-icon {
	width: 35px;
	height: 35px;
	display: inline-flex;
	justify-content: center;
}
body ._villas-365-property-amenity-icon {
    background-image: url(../images/dot.svg);
    background-position-y: 0 !important;
    background-size: 15px;
    background-position: center !important;
}
._villas-365-property-amenities ._villas-365-property-amenity-specific-room-buttons ._villas-365-property-amenity-specific-room-buttons-label {
	font-family: var(--font-montserrat);
}
/* .bx-form-bokking #_villas-365-property-floater .pr-0, .bx-form-bokking #_villas-365-property-floater .col-12 {
	padding: 0;
} */
 ._villas-365-property-image ._villas-365-property-image-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 #questions .des {
	margin-bottom: 1.8rem;
}
._villas-365-bootstrap._villas-365-property-amenities ._villas-365-property-amenity-switcher-column {
	max-width: 100%;
	flex: 0 0 40%;
}
._villas-365-bootstrap._villas-365-property-amenities ._villas-365-property-amenities-container {
	max-width: 100%;
	flex: 0 0 60%;
}
._villas-365-properties ._villas-365-property ._villas-365-property-inner ._villas-365-property-price, ._villas-365-property-inner-text .property-summary {
	display: none;
}
.field_validate .field_required, .field_validate .chosen-single {
	border-color: #DAC38F !important;
}
.field_validate .error {
	padding-top: 0.3rem;
	display: block;
	color: #DAC38F;
}
._villas-365-property-custom img {
	width: 100%;
}
#description ._villas-365-property-brief * {
	font-family: inherit;
}
#description ._villas-365-property-brief h3 {
	font-size: inherit;
	font-weight: 600;
	line-height: inherit;
	margin: 30px 0 0px;
}
#description ._villas-365-property-brief br {
	margin: 0 0 10px;
	padding: 0;
	line-height: 0;
	display: block;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes fadeIn_left {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
body .bx-form-bokking #vmailMain .form .create-booking-options div.reservation-details, #vmailMain .form .create-booking-options div.reservation-message {
    width: 100%;
}
body .bx-form-bokking  #vmailMain .form .create-booking-options > div {
    width: 50%;
}
body .bx-form-bokking .create-booking-options input {
    font-family: var(--font-montserrat);
    border: none;
    border-bottom: 1px solid rgb(109 98 90 / 50%);
}
div#addDialog_h {
    display: none;
}
html:not(.no-js) [data-aos^=fade][data-aos^=fade].none-aos {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
}