.hidden-textartea {
	position: absolute;
	visibility: hidden;
}
section.property-single-data {
	padding-top: 15px;
}
section.property-single-data .data {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border: 1px solid #dfdfdf;
	margin-bottom: 25px;
	border-radius: 10px;
}
section.property-single-data .data .item {
	padding: 10px;
	border-right: 1px solid #dfdfdf;
}
section.property-single-data .data .item:last-of-type {
	border-right: unset;
}
section.property-single-data .data .item .value {
	font-weight: 800;
}
section.property-single-data .data .item .value span {
	font-weight: 400;
}
section.property-single-data .data .item .name {
	font-size: 14px;
	opacity: 0.5;
}

section.property-single {
	margin-bottom: 25px;
	margin-top: 25px;
}

section.property-single .grid {
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 50px;
}
section.property-single .grid.sidebar {
	grid-template-columns: auto 25%;
}
section.property-single .grid .content h2 {
	margin-top: 15px;
	margin-bottom: 25px;
}
section.property-single .grid .amenities {
	margin-top: 25px;
}
section.property-single .grid .amenities li {
	display: inline-block;
	text-align: center;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	padding: 8px 13px;
	min-width: 80px;
	margin-right: 2px;
	margin-bottom: 6px;
}
section.property-single .grid .amenities li img {
	height: 21px;
}
section.property-single .grid .amenities li .name {
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	margin-top: 2px;
}
section.property-single .grid .amenities-multi {
	margin-top: 6px;
}
section.property-single .youtube-option {
	margin-top: 6px;
}
section.property-single .youtube-option .view-view {
	cursor: pointer;
}
section.property-single .youtube-option .view-view img {
	height: 26px;
	display: inline-block;
	vertical-align: middle;
}
section.property-single .grid .amenities-multi li {
	display: inline-block;
	text-align: center;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	padding: 1px 8px; /* min-width: 80px; */
	margin-right: 2px;
	margin-bottom: 4px;
	position: relative;
}
section.property-single .grid .amenities-multi li .image {
	position: relative;
	top: -2px;
}
section.property-single .grid .amenities-multi li .image span {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 1px;
	margin-left: 1px;
}
section.property-single .grid .amenities-multi li img {
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
section.property-single .grid .amenities-multi li .name {
	font-size: 13px;
	font-weight: 500;
}
section.property-single .grid .youtube {
	margin-top: 25px;
}
section.property-single .grid .youtube-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
section.property-single .grid .youtube iframe {
	width: 100% !important;
	height: 500px;
	border-radius: 8px;
}
section.property-single .grid .outer {
	position: sticky;
	top: 64px;
	/* background: var(--color); */
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	/* padding: 15px 20px; */
	overflow: hidden;
}
section.property-single .grid .outer .unavailable {
	width: 100%;
}
section.property-single .modal .outer {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/* overflow: hidden; */
	left: 0;
	right: 0;
	margin: auto;
	width: 400px;
	max-width: 96%;
	border: 5px solid white;
}
section.property-single .modal .outer .modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: white;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
}
section.property-single .modal .outer .modal-close img {
	height: 26px;
}
section.property-single .grid .top {
	background: var(--color);
	color: white;
	padding: 16px 15px;
}
section.property-single .grid .top h3 {
	margin-bottom: 2px;
	font-size: 25px;
	line-height: 23px;
}
section.property-single .separator {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	background: #dfdfdf;
}
section.property-single .property-gallery {
	float: left;

	margin-right: 20px;

	width: 33%;

	margin-bottom: 28px;
}

section.property-single .property-gallery .property-gallery-main a {display: block;}

section.property-single .property-gallery .property-gallery-main img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

section.property-single .property-gallery .property-gallery-main img:hover {
	transform: scale(1.01);
}

section.property-single
	.property-gallery.property-gallery-small
	.property-gallery-main
	img {
	height: 200px;
}

section.property-single .property-gallery .property-gallery-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 7px;
}

section.property-single
	.property-gallery.property-gallery-small
	.property-gallery-list {
	grid-template-columns: 1fr 1fr 1fr;
}
section.property-single
	.property-gallery
	.property-gallery-list
	.property-gallery-list-item {
	height: 90px;
	position: relative;
}
section.property-single
	.property-gallery
	.property-gallery-list
	.property-gallery-list-item-layer {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(0,0,0,0.1);
	opacity: 0;
	border-radius: 8px;
}
section.property-single
	.property-gallery
	.property-gallery-list
	.property-gallery-list-item-layer:hover {
	background-color: black;
	opacity: 0.25;
}

section.property-single .property-gallery .property-gallery-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

section.property-single .grid .sidebar.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
section.property-single .grid .sidebar.modal.active {
	opacity: 1;
	visibility: visible;
}
section.property-single .grid .form .price {
	font-size: 18px; /* margin-bottom: 25px; */ /* background: var(--color); */ /* color: white; */
	border-radius: 8px; /* padding: 15px 20px; */
}
section.property-single .grid .form .price span {
	opacity: 0.5;
}
section.property-single .grid .sidebar .form {
	padding: 14px 17px;
	background: white;
}
section.property-single .grid .sidebar .form h3 {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 10px;
}
section.property-single .grid .sidebar .form .columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	margin-bottom: 5px;
}
section.property-single .grid .sidebar .form .error label {
	color: var(--color-error);
}
section.property-single .grid .sidebar .form .error .inp {
	border-color: var(--color-error);
}
section.property-single .grid .sidebar .form .summary {
	position: relative;
	border: none;
	border: 1px solid #dfdfdf;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 8px;
	font-size: 15px;
	padding: 9px 9px;
	margin-top: 13px;
	background: #fdfdfd;
}
section.property-single .grid .sidebar .form .summary .caption {
	font-weight: 500;
}
section.property-single .grid .sidebar .form .summary .calc {
	color: #d1d1d1;
	font-weight: 300;
	position: relative;
	margin-bottom: 4px;
}
section.property-single .grid .sidebar .form .summary .calc.total {
	color: black;
	font-weight: 400;
}
section.property-single .grid .sidebar .form .summary .calc .number {
	color: black;
	font-weight: 400;
	/* background: #f9f9f9; */
	/* color: white; */
	padding: 2px 8px;
	border-radius: 8px;
	position: absolute;
	right: 0;
	font-size: 14px;
	line-height: 18px;
}
section.property-single .grid .sidebar .form .summary .calc.total .number {
	font-weight: 600;
	background: white;
	color: var(--color2);
}
section.property-single .grid .sidebar .form .input img {
	height: 11px;
	position: relative;
	top: -1px;
	margin-right: 2px;
}
section.property-single .grid .sidebar .form .button {
	text-align: center;
	margin-top: 20px;
}
section.property-single ul.share-buttons {
	list-style: none;
	padding: 0;
	margin-top: 25px;
}
section.property-single ul.share-buttons li {
	display: inline;
}
section.property-single ul.share-buttons li.mobile-only {
	display: none;
}
section.property-single ul.share-buttons .sr-only {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
section.property-single ul.share-buttons img {
	width: 32px;
}
section.property-single .grid .options {
	margin-bottom: 25px;
}
section.property-single .grid .options .option {
	display: grid;
	grid-template-columns: 200px 1fr 220px;
	border-bottom: 1px solid #dfdfdf;
	grid-gap: 25px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 0;
}
section.property-single .grid .options .option.large {
	grid-template-columns: 200px 1fr 340px 220px;
}
section.property-single .grid .options .option.large .youtube-option iframe {
	width: 100%;
	border-radius: 8px;
	height: 170px;
}
section.property-single .grid .options .option:last-of-type {
	border: unset;
	padding-bottom: 0;
	margin-bottom: 0;
}
section.property-single .grid .options .option h4 {
	margin-bottom: 0;
}
section.property-single .grid .options .option h4 span {
	/* background: #f1f1f1; */
	/* color: white; */
	border-radius: 8px;
	/* width: 34px; */
	font-size: 15px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	line-height: 27px;
	text-align: center;
	position: relative;
	top: -2px;
	border: 1px solid #f3f3f3;
	font-weight: 400;
	padding: 0 8px;
	background: #fdfdfd;
	margin-right: 3px;
}
section.property-single .grid .options .option .price {
	font-size: 15px;
	font-weight: 600;
	color: var(--color);
}
.price_ranges {
	font-size: 13px;
	line-height: 21px;
	margin-top: 8px;
}
.price_ranges .label {
	font-weight: 800;
}
.single-price span {
	font-weight: 800;
	color: var(--color);
}
.price_ranges .price_ranges-item span {
	font-weight: 800;
	color: var(--color);
}
section.property-single .grid .options .option .guests {
	font-size: 13px;
	/* font-weight: 600; */
	/* color: var(--color); */
	margin-bottom: 7px;
	line-height: 15px;
}
section.property-single .grid .options .option .description {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 12px;
	margin-top: 10px;
}
section.property-single .grid .options .option .price span {
	color: black;
	font-weight: 400;
}
section.property-single .grid .options .option .price span.guests {
	background: #f9f9f9;
	border-radius: 8px;
	padding: 2px 6px;
}
section.property-single .grid .options .option .content {
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
section.property-single .grid .options .gallery {
	position: relative;
}
section.property-single .grid .options .owl-dots {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: 0; /* background: rgba(0,0,0,0.25); */
	text-align: le;
}
section.property-single .grid .options .book {
	text-align: right;
	padding: 15px 15px 0 0;
}
section.property-single .unavailable {
	background: var(--color-error);
	color: white;
	font-weight: 400;
	padding: 0 40px;
	cursor: default;
	line-height: 49px;
	display: inline-block;
	font-size: 16px;
	border: 1px solid transparent;
	opacity: 1;
	transform: scale(1);
	position: relative;
	border-radius: 8px;
	text-align: center;
}
section.property-single .grid .options .owl-dot span {
	background: white;
	margin: 3px;
	height: 10px;
	width: 10px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.25);
}
section.property-single .grid .options .owl-dot.active span {
	background: var(--color);
}
section.property-single .grid .options .option-gallery-item {
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 8px;
}
#map {
	height: 280px;
	width: 100%;
	border-radius: 8px;
	margin-top: 15px;
}
.youtube-option .video-view {
	margin-top: 10px;
}
.youtube-option .video-view span {
	cursor: pointer;
}
.youtube-option.active .video-view span {
	color: var(--color);
	font-weight: 600;
}
.youtube-option .video-view span:hover {
	color: var(--color);
}
.youtube-option .video-view img {
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.youtube-option .video-frame {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.youtube-option.active .video-frame {
	padding-top: 10px;
	height: 450px;
}
.youtube-option .video-frame iframe {
	border-radius: 8px;
	width: 100%;
	height: 100%;
}
section.property-single .distances {
	margin-top: 15px;
}
section.property-single .distances .distance-single {
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	display: inline-block; /* text-align: center; */
	margin-bottom: 4px;
}
section.property-single .distances .distance-single-grid {
	display: grid;
	grid-template-columns: 55px 1fr;
}
section.property-single .distances .distance-single-image {
	text-align: center;
	padding: 13px 0 5px;
}
section.property-single .distances .distance-single-image img {
	height: 26px;
}
section.property-single .distances .distance-single-content {
	padding: 12px 14px 5px 0;
}
section.property-single .distances .distance-single-name {
	font-size: 14px;
	line-height: 13px;
}
section.property-single .distances .distance-single-value {
	font-size: 16px;
	font-weight: 600;
}
/* [l] */
@media all and (max-width: 1200px) {
	section.property-single .grid.sidebar {
		grid-template-columns: auto 33%;
	}
	.youtube-option.active .video-frame {
		height: 300px;
	}




	section.property-single
		.property-gallery
		.property-gallery-list
		.property-gallery-list-item {
	height: 70px;
	}



}
/* [m] */
@media all and (max-width: 992px) {
	section.property-single ul.share-buttons li.mobile-only {
		display: inline;
	}
	section.property-single .grid .youtube iframe {
		height: 300px;
	}
	.youtube-option.active .video-frame {
		height: 200px;
	}
	section.property-single-data .data {
		grid-template-columns: repeat(3, 1fr);
	}
	section.property-single-data .data .item:nth-of-type(1),
	section.property-single-data .data .item:nth-of-type(2),
	section.property-single-data .data .item:nth-of-type(3) {
		border-bottom: 1px solid #dfdfdf;
	}
	section.property-single-data .data .item:nth-of-type(3) {
		border-right: unset;
	}
	section.property-single .grid.sidebar {
		grid-template-columns: auto 40%;
	}
	section.property-single .grid .amenities li {
		padding: 2px 6px;
		min-width: unset;
	}
	section.property-single .grid .amenities li img {
		height: 16px;
	}
	section.property-single .grid .amenities li .name {
		font-size: 11px;
	}

	section.property-single .property-gallery {
	float: unset;
	width: 100%;
	margin-right: 0;
	}

	section.property-single .property-gallery .property-gallery-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}

}
/* [s] */
@media (max-width: 768px) {
	section.property-single .grid .options .option {
		display: block;
		grid-gap: 0;
		width: 100%;
	}
	section.property-single .grid .options .option .content {
		width: 100%;
		padding: 10px;
	}
	section.property-single .grid .options .book {
		text-align: center;
		width: 100%;
		padding: 0;
		margin-bottom: 13px;
	}


	section.property-single .property-gallery .property-gallery-main img {
	height: 400px;
	}

}
/* [xs] */
@media all and (max-width: 576px) {
	section.property-single ul.share-buttons img {
		width: 26px;
	}
	section.property-single .grid .youtube iframe {
		height: 200px;
	}
	.youtube-option.active .video-frame {
		height: 200px;
	}
	section.property-single-data .data {
		grid-template-columns: repeat(1, 1fr);
	}
	section.property-single-data .data .item {
		border-bottom: 1px solid #dfdfdf;
	}
	section.property-single-data .data .item:last-of-type {
		border-bottom: unset;
	}
	section.property-single-data .data .item .value {
		float: right;
	}
	section.property-single-data .data .item .name {
		display: inline-block;
		vertical-align: middle;
	}
	section.property-single-data .data .item:nth-of-type(4),
	section.property-single-data .data .item:nth-of-type(2) {
		border-right: unset;
		border-bottom: 1px solid #dfdfdf;
	}
	section.property-single-data .data .item:nth-of-type(3),
	section.property-single-data .data .item:nth-of-type(4) {
		border-right: 1px solid #dfdfdf;
	}
	section.property-single {
		margin-bottom: 0;
	}
	section.property-single .grid.sidebar {
		grid-template-columns: 1fr;
		grid-gap: 25px;
	}
	section.property-single .grid .options .book {
		padding: 0;
	}

	section.property-single .property-gallery .property-gallery-main img {
	height: 240px;
	}

	section.property-single .property-gallery .property-gallery-list {
	grid-template-columns: 1fr 1fr 1fr;
	}
}
