/* Minification failed. Returning unminified contents.
(8254,38): run-time error CSS1046: Expect comma, found '142'
(8254,45): run-time error CSS1046: Expect comma, found '/'
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700;800&display=swap");
@import url("https://use.fontawesome.com/releases/v5.12.1/css/all.css");
@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");

@font-face {
	font-family: 'quickpenregular';
	src: local('Brush Script MT'), local('Brush Script MT'), url("../webfonts/quickpen-webfont.woff2") format("woff2");
	/*src: local('Brush Script MT'), local('Brush Script MT'), url("../webfonts/quickpen-webfont.woff2") format("woff2"), url("../webfonts/quickpen-webfont.woff") format("woff");*/
	font-weight: normal;
	font-style: normal;
}

body, p, input, textarea, label, select, a {
	font-family: "Barlow", sans-serif;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
}

	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
		font-weight: 800;
	}

		h5 strong span {
			color: #a68e2f;
			font-size: 2.75rem;
			transform: translateX(-1.5rem);
			display: inline-block;
			margin-right: -7px;
		}

.decorative {
	font-family: "quickpenregular";
	font-size: 2.125rem;
}

* {
	outline: none !important;
}

:root {
	scroll-behavior: initial !important;
}

a {
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

	a:hover {
		color: #a68e2f;
	}

p a {
	color: #a68e2f;
	text-decoration: underline;
}

img {
	max-width: 100%;
}

.bg-color-1 {
	background-color: #f0eee9;
	padding: 3.85rem 0;
}

.bg-color-2 {
	background-color: #f2f2f2;
}

.icon-24 {
	display: inline-block;
	width: 24px;
	margin-right: 0.625rem;
}
.invalid-field {
	border-bottom: 1px solid red !important;
}
.breadcrumbs {
	padding: 1rem 0;
	background: #f2f2f2;
}

	.breadcrumbs ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.breadcrumbs ul li {
			float: left;
			margin-right: 0.5rem;
		}

			.breadcrumbs ul li:after {
				content: '\f054';
				margin-left: 0.5rem;
				display: inline-block;
				font-family: "Font Awesome 5 Free";
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				font-size: 0.9rem;
				font-weight: 900;
			}

			.breadcrumbs ul li:last-child:after {
				display: none;
			}

			.breadcrumbs ul li a, .breadcrumbs ul li strong {
				color: #878788;
				font-size: 1.1875rem;
			}

.checked-list {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

	.checked-list li {
		padding-left: 1.5rem;
		position: relative;
	}

		.checked-list li:before {
			content: '\f00c';
			position: absolute;
			top: 5px;
			left: 0;
			font-family: "Font Awesome 5 Free";
			font-size: 0.9rem;
			color: #a68e2f;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			font-weight: 900;
		}

		.checked-list li span {
			font-weight: 600;
		}

	.checked-list.has-line-height li span {
		line-height: 2;
	}

	.checked-list.has-line-height li:before {
		line-height: 2;
	}

	.checked-list.horizontal-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

		.checked-list.horizontal-list li {
			margin: 0 10px;
		}

@media screen and (max-width: 768px) {
	.checked-list.horizontal-list {
		flex-direction: column;
	}
}

.checked-list.has-bubble {
	background-color: #fff;
	margin-top: -1.5rem;
	padding: 1rem;
	position: relative;
	z-index: 4;
}

	.checked-list.has-bubble li:last-child {
		position: absolute;
		right: 1rem;
		top: -30px;
		width: 122px;
		height: 100px;
		background: url("../images/text-bubble-orange.svg") no-repeat center center;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.9rem;
		color: #fff;
		padding: 25px 0 0 0;
	}

		.checked-list.has-bubble li:last-child:before {
			display: none;
		}

		.checked-list.has-bubble li:last-child span {
			display: block;
			font-weight: bold;
			font-size: 2rem;
			line-height: 1;
			transform: translateY(-5px);
		}

#map .map-holder {
	overflow: hidden;
}

	#map .map-holder iframe {
		transform: translateY(-102px);
		margin-bottom: -102px;
	}

.white-box {
	background: #fff;
	padding: 3rem;
	border: 1px solid #cdcdcd;
}

.white-box-2 {
	background: #fff;
	padding: 2rem;
	border: 1px solid #cdcdcd;
}

.br5 {
	border-radius: 5px;
}

.property-highlights {
	margin-left: 2rem;
	margin-top: 3rem;
}

	.property-highlights h5 strong {
		position: relative;
		display: inline-block;
	}

		.property-highlights h5 strong span {
			position: absolute;
			left: -0.75rem;
			top: -1.4rem;
		}

.iti {
	width: 100%;
}

span.icon {
	padding: 0.5rem;
}

	span.icon > .fa-info-circle {
		opacity: 0.35;
	}

	span.icon > .popup {
		background: #fff;
		padding: 1.5rem;
		box-shadow: 0 1rem 3rem rgba(28, 28, 29, 0.1);
		left: 100% !important;
		right: auto !important;
		width: 320px !important;
	}

		span.icon > .popup .inner {
			padding: 0 !important;
		}

			span.icon > .popup .inner .content p {
				max-width: 100%;
				width: 100%;
				float: none;
				margin-bottom: 0;
			}

		span.icon > .popup h4 {
			margin-bottom: 0;
			font-family: "Barlow", sans-serif;
		}

.activity-item-header.has-black-bubble .offer {
	top: 1rem;
	height: 103px !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center;
	background-size: 122px !important;
	align-content: center;
	font-size: 14px !important;
}

	.activity-item-header.has-black-bubble .offer p {
		margin: auto;
		padding: 5 20px;
		max-height: 94px;
		overflow: hidden;
		line-height: 1.3;
	}

.masonry-with-columns {
	columns: 5 200px;
	column-gap: 10px;
	margin: 0 auto;
}

	.masonry-with-columns > div {
		width: 150px;
		margin-bottom: 10px;
		display: inline-block;
		width: 100%;
	}

		.masonry-with-columns > div .swipebox {
			margin-bottom: 0;
		}

		.masonry-with-columns > div img {
			width: 100%;
		}

.simple-house-card {
	display: block;
	margin-bottom: 1.5rem;
	color: #1c1c1d;
}

	.simple-house-card .featured-image {
		overflow: hidden;
		background: #f2f2f2;
		position: relative;
	}

		.simple-house-card .featured-image .caption {
			position: absolute;
			transition: all 0.2s ease-in-out;
			bottom: 0px;
			left: 0;
			right: 0;
			padding: 0.5rem 1rem;
			background: rgba(28, 28, 29, 0.5);
			color: #fff;
		}

			.simple-house-card .featured-image .caption p {
				margin-bottom: 1rem;
				font-weight: 600;
				text-transform: uppercase;
			}

			.simple-house-card .featured-image .caption span {
				display: block;
			}

				.simple-house-card .featured-image .caption span img {
					margin-left: 0.5rem;
				}

	.simple-house-card ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: table;
		width: 100%;
	}

		.simple-house-card ul li {
			float: left;
			margin: 1rem 1rem 0 0;
		}

			.simple-house-card ul li img {
				height: 25px;
				width: auto;
				max-width: inherit;
				margin-right: 0.35rem;
			}

	.simple-house-card:hover .featured-image .caption {
		bottom: 0;
	}

.facility-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

	.facility-icons li {
		float: left;
		margin: 1rem 2rem 0 0;
	}

		.facility-icons li img {
			height: 25px;
			width: auto;
			max-width: inherit;
			margin-right: 0.35rem;
		}

label.text-right {
	display: block;
	text-align: right;
	line-height: 40px;
}

label a {
	color: #a68e2f;
}

input[type="password"] {
	letter-spacing: 5px;
}

.boxed-radio {
	height: 100%;
}

	.boxed-radio .boxed-label {
		border-bottom: 1px solid #cdcdcd;
		padding: 1rem 1rem 1rem 0;
		border-radius: 0;
		display: flex;
		flex-direction: column;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
		height: 100%;
		opacity: 0.7;
	}

		.boxed-radio .boxed-label:hover {
			opacity: 1;
		}

			.boxed-radio .boxed-label:hover:before {
				content: '\f00c';
				color: #fff;
				background: #1c1c1d;
			}

		.boxed-radio .boxed-label i {
			font-size: 3rem;
			float: left;
			width: 70px;
			margin: 0 40px 0 0;
		}

		.boxed-radio .boxed-label p {
			float: left;
			max-width: calc(100% - 120px);
			margin: 0;
		}

	.boxed-radio input[type="radio"] {
		display: none;
	}

		.boxed-radio input[type="radio"] + label {
			position: relative;
			padding-left: 4rem;
			display: table;
			width: 100%;
			clear: both;
		}

			.boxed-radio input[type="radio"] + label:before {
				content: '';
				display: inline-block;
				position: absolute;
				top: 1.25rem;
				left: 0;
				font-family: "Font Awesome 5 Free";
				font-weight: 400;
				width: 30px;
				height: 30px;
				border-radius: 90px;
				text-align: center;
				line-height: 28px;
				border: 1px solid #cdcdcd;
				color: #1c1c1d;
				background: #fff;
				z-index: 2;
				font-weight: 900;
			}

		.boxed-radio input[type="radio"]:checked + label:before {
			content: '\f00c';
			color: #fff;
			background: #1c1c1d;
		}

.custom-checkbox input[type="checkbox"] {
	display: none;
}

	.custom-checkbox input[type="checkbox"] + label {
		display: flex;
		align-items: center;
		cursor: pointer;
	}

		.custom-checkbox input[type="checkbox"] + label:before {
			content: '';
			display: inline-block;
			width: 20px;
			height: 20px;
			border-radius: 2px;
			border: 1px solid #e6e6e6;
			margin-right: 0.5rem;
		}

		.custom-checkbox input[type="checkbox"] + label:hover:before {
			border-color: #a68e2f;
		}

	.custom-checkbox input[type="checkbox"]:checked + label:before {
		background: #a68e2f;
		border-color: #a68e2f;
	}

.has-calendar {
	position: relative;
}

	.has-calendar input[type="text"] {
		background-image: url("../images/icon-calendar-black.svg");
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 24px auto;
		cursor: pointer;
	}

.has-person-icon {
	background-image: url("../images/icon-user-add-black.svg");
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 24px auto;
	cursor: pointer;
}

.date-picker {
	float: right;
	margin-bottom: -3rem;
	width: 160px;
}

	.date-picker .has-calendar input[type="text"] {
		border: 2px solid #a68e2f;
		border-radius: 0;
		background-position: 1rem center;
		padding: 1rem 1rem 1rem 55px;
	}

.form-control,
.form-select {
	padding: 0.5rem 0.75rem;
}

	.form-control:focus,
	.form-select:focus {
		border-color: #a68e2f;
		box-shadow: 0 0 0 0.25rem rgba(166, 142, 47, 0.25);
	}

.listing-options {
	float: right;
	margin-bottom: -1rem;
	margin-top: 2rem;
}

	.listing-options label {
		float: left;
		line-height: 40px;
		width: 150px;
		text-align: right;
	}

	.listing-options .form-select {
		border: 0 none;
		box-shadow: none;
		font-weight: 600;
		float: right;
		width: 210px;
		background-image: url("../images/icon-arrow-language.png");
		background-size: 14px auto;
	}

.step-element .customSelect {
	border: 0 none !important;
	border-left: 1px solid #d9d9d9 !important;
	padding-left: 1rem;
	margin: -10px 0;
	height: 44px;
	min-width: 90px;
	position: relative;
}

	.step-element .customSelect:after {
		content: '+';
		display: block;
		border-radius: 90px;
		height: 30px;
		line-height: 24px;
		font-size: 1.5rem;
		border: 1px solid #1c1c1d;
		width: 30px;
		text-align: center;
		position: absolute;
		right: 0;
		pointer-events: none;
		transition: all 0.2s ease-in-out;
	}

	.step-element .customSelect:before {
		content: '';
		display: inline-block;
		background-image: url("../images/icon-user-add-black.svg");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 24px auto;
		width: 30px;
		height: 30px;
		position: absolute;
		left: 10px;
		pointer-events: none;
	}

	.step-element .customSelect span.icon {
		display: none;
	}

	.step-element .customSelect select {
		-webkit-appearance: none;
		background: #fff;
		padding-right: 0;
		padding-left: 2rem !important;
		padding-right: 2.5rem !important;
	}

	.step-element .customSelect:hover:after {
		background: #1c1c1d;
		color: #fff;
	}

form.container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mt1 {
	margin-top: 1rem !important;
}

.mt2 {
	margin-top: 2rem !important;
}

.mt3 {
	margin-top: 3rem !important;
}

.mt4 {
	margin-top: 4rem !important;
}

.mt5 {
	margin-top: 5rem !important;
}

.mb1 {
	margin-bottom: 1rem !important;
}

.mb2 {
	margin-bottom: 2rem !important;
}

.mb3 {
	margin-bottom: 3rem !important;
}

.mb4 {
	margin-bottom: 4rem !important;
}

.mb5 {
	margin-bottom: 5rem !important;
}

.pt1 {
	padding-top: 1rem !important;
}

.pt2 {
	padding-top: 2rem !important;
}

.pt3 {
	padding-top: 3rem !important;
}

.pt4 {
	padding-top: 4rem !important;
}

.pt5 {
	padding-top: 5rem !important;
}

.pb1 {
	padding-bottom: 1rem !important;
}

.pb2 {
	padding-bottom: 2rem !important;
}

.pb3 {
	padding-bottom: 3rem !important;
}

.pb4 {
	padding-bottom: 4rem !important;
}

.pb5 {
	padding-bottom: 5rem !important;
}

.mt--5 {
	transform: translateY(-5rem);
	position: relative;
	z-index: 3;
}

.mt--6 {
	transform: translateY(-5.625rem);
	position: relative;
	z-index: 3;
}

.btn {
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	border: 0 none;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	cursor: pointer;
	margin: auto;
	padding: 0.7rem 1.875rem;
	font-size: 0.75rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1rem;
	transition: all 0.2s ease-in-out;
}

	.btn:hover {
		color: #fff;
	}

	.btn.btn-block {
		display: block;
		width: 100%;
	}

	.btn.btn-gold {
		background: #a68e2f;
	}

		.btn.btn-gold:hover {
			background: #9a7e11;
		}

	.btn.btn-black {
		background: #1c1c1d;
	}

		.btn.btn-black:hover {
			background: #a68e2f;
		}

	.btn.btn-white {
		background: #fff;
		color: #1c1c1d;
	}

		.btn.btn-white:hover {
			background: #1c1c1d;
			color: #fff;
		}

	.btn.btn-orange {
		background: #ef8400;
		background: linear-gradient(0deg, #ef8400 0%, #f49f0d 100%);
	}

		.btn.btn-orange:hover {
			background: #f49f0d;
			background: linear-gradient(0deg, #f49f0d 0%, #f49f0d 100%);
		}

	.btn.btn-grey {
		background: #f2f2f2;
		color: #1c1c1d;
		border: 1px solid #cccccc;
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}

	.btn.btn-grey-dark {
		background-color: #c4c4c4;
	}

	.btn img {
		width: 24px;
		height: 24px;
		display: inline-block;
		margin-left: 1rem;
	}

	.btn.icon-left img {
		margin-right: 1rem;
		margin-left: 0;
	}

	.btn.btn-larger {
		padding: 0.879rem 1.875rem;
	}

.go-to-360 {
	display: block;
	height: 100%;
	background: #f0eee9;
	text-align: center;
	padding: 2rem;
	color: #1c1c1d;
}

	.go-to-360 p {
		font-size: 1.1875rem;
		padding: 0;
		margin: 1rem 0;
	}

	.go-to-360 img {
		height: 46px;
	}

		.go-to-360 img:last-child {
			height: 25px;
		}

.go-to-map {
	display: block;
	padding: 2.5rem;
}

	.go-to-map > img {
		display: block;
		width: 100%;
	}

	.go-to-map div {
		background: #a68e2f;
		padding: 0.5rem 1rem;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0.1rem;
		font-size: 0.8rem;
		font-weight: 800;
	}

		.go-to-map div > img {
			display: inline-block;
			width: 24px;
			margin-left: 0.5rem;
		}

.btn-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.btn-list li {
		float: left;
	}

		.btn-list li a {
			text-align: center;
			display: block;
			background: #fff;
			padding: 0.75rem 3rem;
			color: #1c1c1d;
			border: 1px solid #cdcdcd;
		}

			.btn-list li a span {
				display: block;
			}

			.btn-list li a:hover, .btn-list li a.selected {
				background: #ef8400;
				background: linear-gradient(0deg, #ef8400 0%, #f49f0d 100%);
				color: #fff;
				border-color: transparent;
			}

		.btn-list li:first-child a {
			border-radius: 5px 0 0 5px;
			border-right: 0 none;
		}

		.btn-list li:last-child a {
			border-radius: 0 5px 5px 0;
			border-left: 0 none;
		}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

	.slick-list:focus {
		outline: none;
	}

	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

	.slick-track:before, .slick-track:after {
		content: "";
		display: table;
	}

	.slick-track:after {
		clear: both;
	}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("../slider/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("../slider/fonts/slick.eot");
	src: url("../slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slider/fonts/slick.woff") format("woff"), url("../slider/fonts/slick.ttf") format("truetype"), url("../slider/fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

	.slick-prev:hover, .slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus {
		outline: none;
		background: transparent;
		color: transparent;
	}

		.slick-prev:hover:before, .slick-prev:focus:before,
		.slick-next:hover:before,
		.slick-next:focus:before {
			opacity: 1;
		}

	.slick-prev.slick-disabled:before,
	.slick-next.slick-disabled:before {
		opacity: 0.25;
	}

	.slick-prev:before,
	.slick-next:before {
		font-family: "slick";
		font-size: 20px;
		line-height: 1;
		color: white;
		opacity: 0.75;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

	.slick-dots li {
		position: relative;
		display: inline-block;
		height: 20px;
		width: 20px;
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
	}

		.slick-dots li button {
			border: 0;
			background: transparent;
			display: block;
			height: 20px;
			width: 20px;
			outline: none;
			line-height: 0px;
			font-size: 0px;
			color: transparent;
			padding: 5px;
			cursor: pointer;
		}

			.slick-dots li button:hover, .slick-dots li button:focus {
				outline: none;
			}

				.slick-dots li button:hover:before, .slick-dots li button:focus:before {
					opacity: 1;
				}

			.slick-dots li button:before {
				position: absolute;
				top: 0;
				left: 0;
				content: "•";
				width: 20px;
				height: 20px;
				font-family: "slick";
				font-size: 6px;
				line-height: 20px;
				text-align: center;
				color: black;
				opacity: 0.25;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
			}

		.slick-dots li.slick-active button:before {
			color: black;
			opacity: 0.75;
		}

.surroundings-slider {
	max-height: 300px;
}

#Image1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#Image2 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#Image3 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.box-white {
	max-width: 550px;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
	overflow: hidden !important;
}

#swipebox-overlay img {
	border: none !important;
}

#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	user-select: none;
}

#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

#swipebox-slider {
	transition: transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer;
}

	#swipebox-slider .slide {
		height: 100%;
		width: 100%;
		line-height: 1px;
		text-align: center;
		display: inline-block;
	}

		#swipebox-slider .slide:before {
			content: "";
			display: inline-block;
			height: 50%;
			width: 1px;
			margin-right: -1px;
		}

		#swipebox-slider .slide img,
		#swipebox-slider .slide .swipebox-video-container,
		#swipebox-slider .slide .swipebox-inline-container {
			display: inline-block;
			max-height: 100%;
			max-width: 100%;
			margin: 0;
			padding: 0;
			width: auto;
			height: auto;
			vertical-align: middle;
		}

		#swipebox-slider .slide .swipebox-video-container {
			background: none;
			max-width: 1140px;
			max-height: 100%;
			width: 100%;
			padding: 5%;
			box-sizing: border-box;
		}

			#swipebox-slider .slide .swipebox-video-container .swipebox-video {
				width: 100%;
				height: 0;
				padding-bottom: 56.25%;
				overflow: hidden;
				position: relative;
			}

				#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
					width: 100% !important;
					height: 100% !important;
					position: absolute;
					top: 0;
					left: 0;
				}

	#swipebox-slider .slide-loading {
		background: url(../images/swipebox/loader.gif) no-repeat center center;
	}

#swipebox-bottom-bar,
#swipebox-top-bar {
	transition: 0.5s;
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%;
}

#swipebox-bottom-bar {
	bottom: 0px;
}

	#swipebox-bottom-bar.visible-bars {
		transform: translate3d(0, 0px, 0);
	}

#swipebox-top-bar {
	top: -50px;
}

	#swipebox-top-bar.visible-bars {
		transform: translate3d(0, 50px, 0);
	}

#swipebox-title {
	display: block;
	width: 100%;
	text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
	background-image: url(../images/swipebox/icons.png);
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0;
}

#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
}

#swipebox-prev {
	background-position: -32px 13px;
	float: left;
}

#swipebox-next {
	background-position: -78px 13px;
	float: right;
}

#swipebox-close {
	top: 0;
	right: 0;
	position: absolute;
	z-index: 9999;
	background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
	display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
	opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
	backface-visibility: hidden;
	transition: all .3s ease;
	content: ' ';
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0;
}

.swipebox-touch #swipebox-container:before {
	left: 0;
	box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
	right: 0;
	box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
	opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1;
}

@keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@media screen and (min-width: 800px) {
	#swipebox-close {
		right: 10px;
	}

	#swipebox-arrows {
		width: 92%;
		max-width: 800px;
	}
}

/* Skin 
--------------------------*/
#swipebox-overlay {
	background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
	text-shadow: 1px 1px 1px black;
	background: #000;
	opacity: 0.95;
}

#swipebox-top-bar {
	color: white !important;
	font-size: 15px;
	line-height: 43px;
	font-family: Helvetica, Arial, sans-serif;
}

.swipebox {
	display: block;
	position: relative;
	margin-bottom: 1.5rem;
	text-align: center;
}

	.swipebox::after {
		content: '';
		display: block;
		background: rgba(28, 28, 29, 0.5);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}

	.swipebox::before {
		content: '+';
		display: block;
		color: #fff;
		position: absolute;
		top: calc(50% - 30px);
		right: 0;
		left: 0;
		font-size: 3rem;
		z-index: 3;
		line-height: 55px;
		height: 60px;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}

	.swipebox:hover:before, .swipebox:hover:after {
		opacity: 1;
	}

header {
	background: #fff;
	padding-top: 2rem;
	padding-bottom: 1.65rem;
	position: relative;
	z-index: 9;
}

	header .top-bar {
		display: flex;
	}

		header .top-bar > ul {
			list-style: none;
			margin: auto 0 auto auto;
			padding: 0;
		}

			header .top-bar > ul > li {
				float: left;
				position: relative;
				margin-left: 1rem;
			}

				header .top-bar > ul > li > a {
					border: 1px solid #cdcdcd;
					line-height: 38px;
					padding: 0 1rem;
					display: inline-block;
					color: #a7a7aa;
				}

				header .top-bar > ul > li .welcome-back {
					position: absolute;
					top: 100%;
					padding-top: 10px;
					left: -35%;
					display: block;
					white-space: nowrap;
					cursor: pointer;
				}

					header .top-bar > ul > li .welcome-back p {
						margin-bottom: 0;
						color: #cccccc;
						position: relative;
						background-image: url("../images/icon-close-simple.svg");
						background-color: #1c1c1d;
						background-position: calc(100% - 20px) center;
						background-repeat: no-repeat;
						background-size: 12px;
						border-radius: 0;
						padding: 1rem 50px 1rem 0.75rem;
						white-space: nowrap;
					}

						header .top-bar > ul > li .welcome-back p:before {
							position: absolute;
							top: -10px;
							left: calc(50% - 10px);
							content: '';
							width: 0;
							height: 0;
							border-left: 10px solid transparent;
							border-right: 10px solid transparent;
							border-bottom: 10px solid #1c1c1d;
						}

						header .top-bar > ul > li .welcome-back p span {
							color: #fff;
						}

				header .top-bar > ul > li form {
					height: 40px;
					position: relative;
				}

					header .top-bar > ul > li form input[type="search"],
					header .top-bar > ul > li form input[type="text"] {
						border: 1px solid #a68e2f;
						padding: 0 1rem;
						line-height: 38px;
						margin: 0;
					}

					header .top-bar > ul > li form input[type="submit"] {
						height: 40px;
						width: 40px;
						position: absolute;
						top: 0;
						right: 0;
						text-align: center;
						background-image: url("../images/icon-search-white.svg");
						background-color: #a68e2f;
						background-repeat: no-repeat;
						background-position: center center;
						background-size: 19px auto;
						border: 0 none;
						color: #fff;
						margin: 0;
						color: #a68e2f;
						text-indent: -99999px;
					}

				header .top-bar > ul > li:last-child > a {
					border-color: transparent;
					padding-right: 0;
					color: #313030;
				}

				header .top-bar > ul > li.choose-language > a {
					background-image: url("../images/icon-arrow-language.png");
					background-repeat: no-repeat;
					background-position: 45px 19px;
					background-size: 8px 4px;
					padding-right: 30px;
				}

				header .top-bar > ul > li:hover > ul {
					display: block;
				}

				header .top-bar > ul > li > ul {
					list-style: none;
					margin: -1px 0 0 0;
					padding: 0;
					position: absolute;
					z-index: 9;
					display: none;
					left: 0;
					right: 0;
				}

					header .top-bar > ul > li > ul li a {
						display: block;
						padding: 0 1rem;
						line-height: 38px;
						border: 1px solid #d9d9d9;
						background: #fff;
						margin-top: -1px;
					}

	header nav {
		margin-top: 0.5rem;
		display: flex;
	}

		header nav ul {
			list-style: none;
			margin: auto 0 auto auto;
			padding: 0;
		}

			header nav ul li {
				float: left;
				margin-left: 1rem;
			}

@media screen and (min-width: 1300px) {
	header nav ul li {
		margin-left: 2rem;
	}
}

header nav ul li a {
	line-height: 40px;
	display: block;
	color: #1c1c1d;
	font-weight: 300;
	font-size: 1.1875rem;
}

	header nav ul li a.active {
		color: #a68e2f;
	}

header nav ul li.choose-language {
	position: relative;
}

	header nav ul li.choose-language a {
		background-image: url("../images/icon-arrow-language.png");
		background-repeat: no-repeat;
		background-position: 45px 19px;
		background-size: 8px 4px;
		padding: 0 35px 0 10px;
		border: 1px solid #cdcdcd;
		line-height: 38px;
	}

	header nav ul li.choose-language:hover ul {
		display: block;
	}

	header nav ul li.choose-language ul {
		list-style: none;
		margin: 0 0 0 0;
		padding: 0;
		position: absolute;
		z-index: 9;
		display: none;
		left: 0;
		right: 0;
	}

		header nav ul li.choose-language ul li {
			margin: 0;
			float: none;
		}

			header nav ul li.choose-language ul li a {
				display: block;
				padding: 0 10px;
				line-height: 38px;
				border: 1px solid #cdcdcd;
				background: #fff;
				margin-top: -1px;
			}

header .btn-mobile {
	display: none;
	cursor: pointer;
	width: 30px;
	height: 23px;
	align-items: center;
	border-top: 1px solid #1c1c1d;
	border-bottom: 1px solid #1c1c1d;
	float: right;
	margin-top: 1rem;
}

	header .btn-mobile span {
		display: inline-block;
		width: 100%;
		height: 1px;
		background: #1c1c1d;
	}

header .mobile-menu {
	text-align: right;
	display: none;
}

	header .mobile-menu > ul {
		list-style: none;
		margin: 1rem 0;
		padding: 0;
	}

		header .mobile-menu > ul > li {
			float: none;
			margin-bottom: 0.5rem;
			position: relative;
		}

			header .mobile-menu > ul > li a:not(.btn) {
				color: #1c1c1d;
			}

			header .mobile-menu > ul > li form {
				height: 40px;
				width: 100%;
				position: relative;
			}

				header .mobile-menu > ul > li form input[type="search"],
				header .mobile-menu > ul > li form input[type="text"] {
					border: 1px solid #a68e2f;
					padding: 0 1rem;
					line-height: 38px;
					margin: 0;
					width: 100%;
				}

				header .mobile-menu > ul > li form input[type="submit"] {
					height: 40px;
					width: 40px;
					position: absolute;
					top: 0;
					right: 0;
					text-align: center;
					background-image: url("../images/icon-search-white.svg");
					background-color: #a68e2f;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 19px auto;
					border: 0 none;
					color: #fff;
					margin: 0;
					color: #a68e2f;
					text-indent: -99999px;
				}

			header .mobile-menu > ul > li:hover > ul {
				display: block;
			}

			header .mobile-menu > ul > li > ul {
				list-style: none;
				margin: -1px 0 0 0;
				padding: 0;
				position: absolute;
				z-index: 9;
				display: none;
				background: #fff;
			}

				header .mobile-menu > ul > li > ul li a {
					display: inline-block;
					padding: 0 1rem;
					line-height: 38px;
					border: 1px solid #d9d9d9;
				}

	header .mobile-menu .user-menu {
		display: flex;
	}

		header .mobile-menu .user-menu li {
			flex-grow: 1;
		}

			header .mobile-menu .user-menu li a {
				border: 1px solid #cdcdcd;
				line-height: 38px;
				padding: 0 0.45rem;
				display: inline-block;
				color: #a7a7aa;
			}

			header .mobile-menu .user-menu li ul {
				left: 0;
				right: 0;
				margin-top: 0;
			}

				header .mobile-menu .user-menu li ul li a {
					display: block;
					margin-top: -1px;
				}

header + .welcome-back {
	display: none;
	cursor: pointer;
}

	header + .welcome-back p {
		margin-bottom: 0;
		color: #cccccc;
		position: relative;
		background-image: url("../images/icon-close-simple.svg");
		background-color: #1c1c1d;
		background-position: calc(100% - 20px) center;
		background-repeat: no-repeat;
		background-size: 12px;
		border-radius: 0;
		padding: 1rem 50px 1rem 0.75rem;
	}

		header + .welcome-back p span {
			color: #fff;
		}
section.home-video .background-video.d-md-none video {
	width: 100%;
}
.home-slider .slick-slide,
.home-slider > div {
	position: relative;
}

	.home-slider .slick-slide img,
	.home-slider > div img {
		margin: auto;
		object-fit: cover;
		display: block;
	}

	.home-slider .slick-slide .caption,
	.home-slider > div .caption {
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 1.5rem 0 3.5rem 0;
		background: rgba(28, 28, 29, 0.4);
		text-align: center;
	}

		.home-slider .slick-slide .caption h3,
		.home-slider > div .caption h3 {
			color: #fff;
			font-weight: 800;
			font-size: 1.6875rem;
		}

/*.tile-slider .slick-slide {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    background: transparent;
}*/

.tile-slider .slick-slide img {
	margin: auto;
}

.tile-slider .slick-dots li button:before {
	font-size: 0.8rem;
}

.surroundings-slider {
	margin-bottom: 0 !important;
}

	.surroundings-slider.has-caption .slick-slide img {
		height: 100%;
	}

	.surroundings-slider .slick-slide {
		position: relative;
		overflow: hidden;
		min-height: 300px;
	}

		.surroundings-slider .slick-slide img {
			object-fit: cover;
			margin: auto;
		}

		.surroundings-slider .slick-slide .caption {
			position: absolute;
			z-index: 4;
			right: 0;
			left: 0;
			top: 0;
			bottom: 0;
			display: flex;
			align-items: center;
		}

			.surroundings-slider .slick-slide .caption .box-white {
				background: #fff;
				color: #1c1c1d;
				text-align: center;
				height: 100%;
				right: 10px;
				display: flex;
				flex-direction: column;
				align-items: center;
				padding-top: 20px;
			}

				.surroundings-slider .slick-slide .caption .box-white h6 {
					font-size: 1.5rem;
				}

					.surroundings-slider .slick-slide .caption .box-white h6::after {
						display: block;
						margin: 1rem auto;
						content: '';
						width: 100%;
						max-width: 177px;
						height: 25px;
						background-image: url("../images/h-underline-2.svg");
						background-repeat: no-repeat;
						background-position: center center;
						background-size: cover;
					}

				.surroundings-slider .slick-slide .caption .box-white p {
					font-size: 1.1875rem;
				}

	.surroundings-slider .slick-dots {
		bottom: 2rem;
	}

		.surroundings-slider .slick-dots li button:before {
			font-size: 1rem;
			color: #fff;
		}

.date-slider {
	margin-top: 1rem;
}

	.date-slider a {
		color: #1c1c1d;
	}

		.date-slider a.selected, .date-slider a:hover {
			color: #a68e2f;
		}

.home-slider .slick-slide {
	overflow: hidden;
}

	.home-slider .slick-slide .video-wrapper {
		position: relative;
		padding-bottom: 56.25%;
		/* 16:9 */
		padding-top: 25px;
		height: 0;
	}

		.home-slider .slick-slide .video-wrapper iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

.home-slider .slick-dots {
	bottom: 2rem;
}

	.home-slider .slick-dots li button:before {
		color: #fff;
		font-size: 0.8rem;
	}

.slick-slide {
	background-color: #f2f2f2;
}

	.slick-slide .swipebox {
		margin-bottom: 0;
		display: flex;
		height: 56.27vw;
		object-fit:cover;
		max-height:60vh;
	}

		.slick-slide .swipebox img {
			object-fit: cover;
			object-position: center center;
			margin: 0;
		}

.slick-prev,
.slick-next {
	width: 28px;
	height: 28px;
	left: -40px;
	z-index: 9;
}

	.slick-prev:before,
	.slick-next:before {
		display: block;
		content: '';
		width: 28px;
		height: 28px;
		background-image: url("../images/icon-arrow-left.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 28px 28px;
	}

.slick-next {
	right: -40px;
	left: auto;
}

	.slick-next:before {
		background-image: url("../images/icon-arrow-right.svg");
	}

.slider-pagination-holder {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1rem;
	z-index: 3;
	text-align: center;
}

	.slider-pagination-holder .slider-pagination {
		background: rgba(28, 28, 29, 0.75);
		color: #fff;
		border-radius: 0;
		padding: 0.25rem 0.75rem;
		display: inline-block;
	}

		.slider-pagination-holder .slider-pagination span {
			display: inline-block;
			margin: 0 0.5rem;
		}


.banner-slider {
	margin-bottom: 0 !important;
	max-height: 60vh;
}

	.banner-slider .slick-slide img {
		width: 100%;
		height:auto;



	}

	.banner-slider:hover .slick-next,
	.banner-slider:hover .slick-prev {
		opacity: 1;
	}

	.banner-slider .slick-next,
	.banner-slider .slick-prev {
		width: 25%;
		height: 100%;
		opacity: 0;
		transition: all 0.2s ease-in-out;
		z-index: 4;
	}

		.banner-slider .slick-next:before,
		.banner-slider .slick-prev:before {
			transition: all 0.2s ease-in-out;
			display: block;
			width: 30px;
			height: 60px;
			line-height: 60px;
			background-image: none;
			content: '\e876';
			font-family: 'Linearicons-Free';
			speak: none;
			font-style: normal;
			font-weight: 400;
			font-variant: normal;
			text-transform: none;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			background-color: #f49e02;
			color: #fff;
			font-size: 1.5rem;
			opacity: 1 !important;
			margin-right: 0;
			margin-left: auto;
		}

		.banner-slider .slick-next:hover,
		.banner-slider .slick-prev:hover {
			background: transparent;
		}

			.banner-slider .slick-next:hover:before,
			.banner-slider .slick-prev:hover:before {
				width: 50px;
				background: #fff;
				color: #1c1c1d;
			}

	.banner-slider .slick-next {
		right: 0;
	}

	.banner-slider .slick-prev {
		left: 0;
	}

		.banner-slider .slick-prev:before {
			margin-right: auto;
			margin-left: 0;
			content: '\e875';
		}

	.banner-slider .slick-dots {
		bottom: 50px;
		z-index: 9;
	}

		.banner-slider .slick-dots li button:before {
			color: #fff;
			font-size: 0.8rem;
		}

	.banner-slider .swipebox::before {
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 60px;
		overflow: hidden;
		background: #f49e02;
		color: #fff;
		text-align: center;
		left: calc(50% - 30px);
		top: calc(15% - 30px);
		z-index: 9;
		font-size: 1.5rem;
		content: '\e86f';
		font-family: 'Linearicons-Free';
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #fff;
	}

		.banner-slider .swipebox::before:hover {
			background: #f49e02;
		}

.banner {
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 1320px) {
	.banner {
		max-height: 60vh;
	}
}

.banner img {
	display: block;
	object-fit: cover;
	margin: auto;
}

.banner .caption {
	display: flex;
	align-items: center;
	text-align: center;
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: #fff;
	background: rgba(28, 28, 29, 0.2);
	pointer-events: none;
}

	.banner .caption h1 {
		text-transform: uppercase;
		letter-spacing: 0.05rem;
	}

		.banner .caption h1::after {
			display: block;
			margin: 1rem auto;
			content: '';
			width: 100%;
			max-width: 171px;
			height: 8px;
			background-image: url("../images/h-underline-1.svg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}

.banner.has-map {
	background: #313030;
	min-height: 210px;
}

@media screen and (min-width: 1020px) {
	.banner.has-map {
		max-height: 40vh;
	}
}

.banner.has-map .caption {
	pointer-events: initial;
	transition: all 0.2s ease-in-out;
}

.banner.has-map .interactive-map {
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 1020px) {
	.banner.has-map .interactive-map {
		transform: translateY(-30%);
	}
}

.banner.has-map .interactive-map img {
	height: inherit;
	width: 100%;
}

.banner.has-map .btn-close-map {
	display: none;
	position: absolute;
	left: calc(50% - 100px);
	bottom: 2rem;
	width: 200px;
	padding: 0.7rem 1rem;
}

.banner.has-map.active {
	max-height: inherit;
}

	.banner.has-map.active .caption {
		pointer-events: none;
		opacity: 0;
	}

	.banner.has-map.active .interactive-map {
		transform: translateY(0);
		opacity: 1;
	}

	.banner.has-map.active .btn-close-map {
		display: inline-block;
	}

.main-search {
	background: #fff;
	padding: 1.375rem 2rem;
	box-shadow: 0 1rem 3rem rgba(28, 28, 29, 0.2);
	transform: translateY(-50%);
	position: relative;
	z-index: 3;
}

	.main-search input[type="text"],
	.main-search select {
		padding: 0.64rem 0.75rem;
		border-radius: 0;
	}

.tile-style {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 1.5rem;
}

.slick-slide .tile-style {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.tile-style.mobile-square img {
		width: auto;
		max-width: initial;
		height: 100%;
	}
}

.tile-style img {
	width: 100%;
	display: block;
}

.tile-style .caption {
	background: rgba(28, 28, 29, 0.4);
	padding: 1rem 1.25rem;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.1875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.2s ease-in-out;
}

.tile-style .overlay {
	position: absolute;
	transition: all 0.2s ease-in-out;
	transform: scale(0);
	opacity: 0;
	z-index: 3;
	background: rgba(6, 152, 158, 0.9);
	top: 2rem;
	right: 2rem;
	bottom: 2rem;
	left: 2rem;
	text-align: center;
	color: #fff;
	padding: 2rem;
}

	.tile-style .overlay h3 {
		font-size: 1.5rem;
		font-weight: 700;
	}

		.tile-style .overlay h3::after {
			display: block;
			margin: 1rem auto;
			content: '';
			width: 100%;
			max-width: 171px;
			height: 8px;
			background-image: url("../images/h-underline-1.svg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}

	.tile-style .overlay p {
		font-size: 1.1875rem;
	}

.tile-style:hover .caption {
	transform: translateY(100%);
	opacity: 0;
}

.tile-style:hover .overlay {
	transform: scale(1);
	opacity: 1;
	overflow: hidden;
}

.references h3 {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.references p {
	font-size: 1.1875rem;
}

.references .box-green {
	background: #06989e;
	padding: 2rem 1rem;
	text-align: center;
	color: #fff;
}

.references .rating {
	margin: 0 auto 1.5rem auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

	.references .rating li {
		color: #f49f0d;
		font-size: 1.5rem;
		padding: 0 0.5rem;
	}

.featured-image {
	overflow: hidden;
}

article {
	padding: 0.5rem;
	transform: translateX(0);
}

	article.is-on-left {
		transform: translateX(-2rem);
	}

	article span {
		display: block;
		color: #a68e2f;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		font-size: 1.5rem;
	}

	article h2 {
		margin-top: 0.75rem;
		margin-bottom: 1.5rem;
	}

	article p {
		font-size: 1.1875rem;
	}

	article .read-more {
		font-weight: 500;
		color: #1c1c1d;
		font-size: 1.1875rem;
	}

		article .read-more i {
			font-size: 0.9rem;
			margin-left: 0.5rem;
		}

.article ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem 0;
	display: flex;
}

	.article ul li {
		margin-right: 1rem;
	}

		.article ul li i {
			margin-right: 0.5rem;
		}

.article .box {
	padding: 4rem 0 4rem 5rem;
	position: relative;
	z-index: 2;
	margin-top: 1.5rem;
}

	.article .box:after {
		content: '';
		display: block;
		width: 5rem;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.article .box.box-white {
		background: #fff;
	}

		.article .box.box-white:after {
			background: #fff;
			right: -5rem;
		}

	.article .box.box-dark {
		background: #29292a;
		color: #fff;
	}

		.article .box.box-dark:after {
			background: #29292a;
			left: -5rem;
		}

.article h2 {
	margin-bottom: 0;
}

.article h3 {
	margin-bottom: 0;
}

	.article h3 strong {
		font-size: 1.25rem;
	}

.article.is-on-right ul {
	flex-flow: row-reverse;
}

	.article.is-on-right ul li {
		margin-right: 0;
		margin-left: 1rem;
	}

.article.is-on-right .box {
	padding: 4rem 5rem 4rem 0;
}

.article.is-on-right h2, .article.is-on-right h3 {
	text-align: right;
}

.progress-steps {
	height: 60px;
}

	.progress-steps ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.progress-steps ul li {
			float: left;
			margin-right: 40px;
		}

			.progress-steps ul li p {
				display: block;
				background: #fff;
				position: relative;
				margin-bottom: 0;
				padding: 0 1.25rem;
				line-height: 60px;
			}

				.progress-steps ul li p:before {
					content: '';
					display: block;
					position: absolute;
					top: 0;
					bottom: 0;
					left: -30px;
					width: 0;
					height: 0;
					border-top: 30px solid #fff;
					border-bottom: 30px solid #fff;
					border-left: 30px solid transparent;
				}

				.progress-steps ul li p:after {
					content: '';
					display: block;
					position: absolute;
					top: 0;
					bottom: 0;
					right: -30px;
					width: 0;
					height: 0;
					border-top: 30px solid transparent;
					border-bottom: 30px solid transparent;
					border-left: 30px solid #fff;
				}

			.progress-steps ul li:first-child p {
				border-radius: 5px 0 0 5px;
			}

				.progress-steps ul li:first-child p:before {
					display: none;
				}

			.progress-steps ul li:last-child {
				margin-right: 0;
			}

				.progress-steps ul li:last-child p {
					border-radius: 0 5px 5px 0;
				}

					.progress-steps ul li:last-child p:after {
						display: none;
					}

			.progress-steps ul li.active p {
				background: #a68e2f;
				color: #fff;
			}

				.progress-steps ul li.active p:before {
					border-top: 30px solid #a68e2f;
					border-bottom: 30px solid #a68e2f;
				}

				.progress-steps ul li.active p:after {
					border-left: 30px solid #a68e2f;
				}

.step-element {
	border: 1px solid #d9d9d9;
	padding: 10px 25px;
	display: table;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 0.625rem;
}

	.step-element p {
		margin-bottom: 0;
		float: left;
		max-width: calc(100% - 120px);
	}

	.step-element .q-number {
		display: block;
		text-align: center;
		width: 100px;
		margin: 0;
		float: right;
		/*text-indent: -9999px;*/
		font-style: italic;
		font-size: 12px;
	}
		.step-element .q-number .q-minus{
			font-style:normal;
			
		}
		.step-element .q-number .q-plus {
			font-style: normal;
			
		}

		.step-element .q-number span {
			cursor: pointer;
			border-radius: 90px;
			height: 28px;
			line-height: 24px;
			font-size: 1.5rem;
			border: 1px solid #1c1c1d;
			width: 28px;
			float: left;
			transition: all 0.2s ease-in-out;
			text-indent: initial;
		}

			.step-element .q-number span:hover {
				background: #1c1c1d;
				color: #fff;
			}

			.step-element .q-number span:last-child {
				background: #1c1c1d;
				color: #fff;
			}

		.step-element .q-number input {
			width: calc(100% - 56px);
			height: 28px;
			border-radius: 0;
			float: left;
			margin-bottom: 0;
			background: transparent;
			border: 0 none;
			text-align: center;
			padding-left: 0;
			padding-right: 0;
			font-size:16px;
		}

			.step-element .q-number input:focus {
				border: 0 none;
				border-top: 1px solid #f2f2f2;
				border-bottom: 1px solid #f2f2f2;
			}
.div-plus::before {
	content: "-";
	/* Ensure it takes up full space for proper centering */
	display: inline-block;
	width: 100%;
	text-align: center;
}

.cs_form .Select_wrapper.step2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 0;
	border: 1px solid #cdcdcd;
}

.extra-service-type {
	border-bottom: 1px solid #cdcdcd;
}

.extra-service-gap {
	gap: 10px;
}

.extra-service-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 28px;
	width: 28px;
	border: 1px solid #1c1c1d;
	border-radius: 90px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

	.extra-service-controls.q-plus {
		background-color: #000;
		color: #FFF;
	}

	.extra-service-controls span {
		font-size: 1.5rem;
		font-family: none;
		font-weight: bold;
	}

	.extra-service-controls.q-minus span {
		transform: translateY(-2.5px);
	}

	.extra-service-controls.q-minus:hover {
		background-color: #000;
		color: #FFF;
	}

.extra-service-title {
	font-size: 1.2rem;
	font-weight: bold;
}

.extra-service-total-price {
	font-family: "Barlow", sans-serif;
	font-size: 1rem !important;
	font-weight: bold;
	font-style: normal !important;
}
.step-extra {
	padding: 10px 0;
	margin-bottom: 0.625rem;
}

	.step-extra p {
		margin-bottom: 0;
	}

.step-info {
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
}

	.step-info > p {
		padding: 1.12rem 1.5rem;
		margin-bottom: 0;
	}

		.step-info > p i {
			float: right;
			opacity: 0.35;
		}

	.step-info .contact-phone {
		padding: 1rem 1.5rem;
		background-color: #f2f2f2;
	}

		.step-info .contact-phone a {
			color: #a68e2f;
			font-size: 1.1875rem;
			font-weight: 500;
		}

	.step-info .featured-image-steps {
		position: relative;
		z-index: 3;
	}

		.step-info .featured-image-steps img {
			display: block;
			width: 100%;
		}

		.step-info .featured-image-steps .caption {
			background: #1c1c1d;
			background: linear-gradient(0deg, rgba(28, 28, 29, 0.5) 0%, rgba(28, 28, 29, 0) 100%);
			position: absolute;
			z-index: 2;
			bottom: 0;
			right: 0;
			left: 0;
			padding: 1rem 1.5rem;
			color: #fff;
		}

		.step-info .featured-image-steps .offer {
			position: absolute;
			right: 1rem;
			top: -45px;
			width: 122px;
			height: 100px;
			background: url("../images/text-bubble-orange.svg") no-repeat center center;
			text-align: center;
			text-transform: uppercase;
			font-size: 0.9rem;
			color: #fff;
			padding: 25px 0 0 0;
		}

			.step-info .featured-image-steps .offer span {
				display: block;
				font-weight: bold;
				font-size: 2rem;
				line-height: 1;
				transform: translateY(-5px);
			}

	.step-info ul {
		list-style: none;
		margin: 0;
		padding: 0.5rem 0;
	}

		.step-info ul li {
			padding: 0.5rem 1.5rem;
		}

			.step-info ul li p {
				margin-bottom: 0;
			}

				.step-info ul li p span {
					float: right;
					text-align: right;
				}

			.step-info ul li i, .step-info ul li .icon-24, .step-info ul li img {
				margin-right: 0.5rem;
				width: 24px;
			}

.step-voucher {
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 1.5rem;
}

	.step-voucher form {
		display: flex;
	}

		.step-voucher form input[type="text"] {
			border: 1px solid #cdcdcd;
			border-radius: 3px;
			margin-right: 1rem;
		}

.step-total {
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 1.5rem;
	border-radius: 5px;
}

	.step-total ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.step-total ul li p {
			margin-bottom: 0;
		}

			.step-total ul li p strong {
				display: block;
			}

			.step-total ul li p span {
				float: right;
				text-align: right;
			}

		.step-total ul li:last-child {
			font-size: 1.5rem;
			padding-top: 2rem;
		}

.step-extras {
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 1.5rem;
	border-radius: 5px;
}

	.step-extras ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.step-extras ul li {
			border-bottom: 1px dotted #cdcdcd;
			padding: 0 0 0.25rem 0;
			margin-top: 0.5rem;
		}

			.step-extras ul li p {
				margin-bottom: 0;
			}

				.step-extras ul li p span {
					float: right;
					text-align: right;
				}

.payment-options {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.payment-options li {
		float: left;
		margin-right: 0.5rem;
		line-height: 45px;
	}

		.payment-options li img {
			height: 45px;
		}

#sticky.stick {
	position: fixed;
	top: 1rem;
	z-index: 1000;
	left: 1rem;
	right: 1rem;
}

	#sticky.stick .booking-card {
		transform: translateY(0);
		margin-bottom: 1rem;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 3rem rgba(28, 28, 29, 0.2);
		display: table;
		width: 100%;
		max-width: 1320px;
		overflow: hidden;
		background: white;
		padding-bottom: 0;
	}

		#sticky.stick .booking-card .booking-card-price {
			float: left;
			width: 270px;
		}

		#sticky.stick .booking-card form {
			float: left;
			width: 100%;
			display: table;
		}

			#sticky.stick .booking-card form .row {
				width: 49%;
				margin-right: 1%;
				float: left;
				margin-bottom: 0 !important;
			}

				#sticky.stick .booking-card form .row > .mb1 {
					margin-bottom: 0 !important;
				}

			#sticky.stick .booking-card form .step-element {
				float: left;
				width: calc(49% - 160px);
				margin-right: 1%;
				padding: 6px 25px;
				margin-bottom: 0;
			}

			#sticky.stick .booking-card form .btn {
				float: right;
				width: 160px;
				margin-top: 0 !important;
				padding: 0.75rem 1.875rem;
				margin-bottom: 0;
			}

			#sticky.stick .booking-card form input {
				margin-bottom: 0;
			}

.calendar-img {
	width: 50px;
	height: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.booking-card {
	background: #f2f2f2;
	padding-bottom: 2.5rem;
	border: 1px solid #cdcdcd;
	overflow: hidden;
	border-radius: 5px;
	display: block;
	margin-bottom: -60%;
	transform: translateY(-60%);
	position: relative;
	z-index: 99;
	transition: all 0.2s ease-in-out;
}

	.booking-card .booking-card-header {
		padding: 2rem 2rem 0 2rem;
		position: relative;
		display: table;
		width: 100%;
	}

		.booking-card .booking-card-header > div:first-child {
			width: calc(100% - 122px);
		}

		.booking-card .booking-card-header .offer {
			position: absolute;
			right: 1rem;
			bottom: -1rem;
			width: 122px;
			height: 100px;
			background: url("../images/text-bubble-orange.svg") no-repeat center center;
			text-align: center;
			text-transform: uppercase;
			font-size: 0.9rem;
			color: #fff;
			padding: 25px 0 0 0;
		}

			.booking-card .booking-card-header .offer span {
				display: block;
				font-weight: bold;
				font-size: 2rem;
				line-height: 1;
				transform: translateY(-5px);
			}

		.booking-card .booking-card-header h3 {
			font-size: 2rem;
			margin-bottom: 0;
		}

			.booking-card .booking-card-header h3 strong {
				font-weight: 700;
			}

		.booking-card .booking-card-header p {
			font-size: 1.5rem;
			font-family: "Montserrat", sans-serif;
			font-weight: 200;
		}

	.booking-card .booking-card-price {
		background: #fff;
		padding: 1rem 2rem 0 2rem;
	}

		.booking-card .booking-card-price p {
			font-size: 0.85rem;
			text-transform: uppercase;
			margin-bottom: 0;
			font-weight: 500;
		}

			.booking-card .booking-card-price p span {
				text-decoration: line-through;
				display: inline-block;
				margin-right: 0.25rem;
			}

			.booking-card .booking-card-price p i {
				float: right;
				font-size: 1.75rem;
				opacity: 0.35;
			}

		.booking-card .booking-card-price h3 {
			font-family: "Barlow", sans-serif;
			font-size: 2.5rem;
			margin-bottom: 0;
		}

	.booking-card form {
		background: #fff;
		padding: 2rem;
	}

	.booking-card .sticky-show-booking-on-mobile {
		padding: 1rem;
		display: none;
	}

.house-extras > div {
	float: left;
	margin-right: 3rem !important;
	padding: 1rem 0;
	display: flex;
	align-items: center;
}

	.house-extras > div .house-feature-icons {
		margin-right: 0 !important;
		cursor: pointer;
	}

.house-extras img {
	margin-right: 0.75rem;
	height: 2rem;
	display: inline-block;
}

.house-extras p {
	line-height: 2rem;
	margin-bottom: 0;
	display: inline-block;
}

.has-tabs {
	margin-top: 6rem;
}

	.has-tabs .nav-tabs {
		border: 0 none;
		margin-top: -59px;
	}

		.has-tabs .nav-tabs > li {
			margin-right: 2.5rem;
		}

			.has-tabs .nav-tabs > li:last-child {
				margin-right: 0;
			}

			.has-tabs .nav-tabs > li .nav-link {
				margin-bottom: 0;
				border: 0 none;
				border-radius: 0;
				padding: 1.275rem 1.5rem 1.275rem 3rem;
				text-transform: uppercase;
				font-weight: 700;
				font-size: 0.8rem;
				letter-spacing: 0.1rem;
				color: #1c1c1d;
				background: #e6e6e6;
			}

				.has-tabs .nav-tabs > li .nav-link i {
					margin-left: 1.5rem;
				}

				.has-tabs .nav-tabs > li .nav-link.active, .has-tabs .nav-tabs > li .nav-link:focus, .has-tabs .nav-tabs > li .nav-link:active, .has-tabs .nav-tabs > li .nav-link:hover {
					background: #f2f2f2;
				}

	.has-tabs .tab-content .accordion-mobile-btn {
		display: none;
		margin-bottom: 0;
		border: 0 none;
		border-radius: 0;
		padding: 1.275rem 1.5rem;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 0.8rem;
		letter-spacing: 0.1rem;
		color: #1c1c1d;
		background: #e6e6e6;
		cursor: pointer;
		position: relative;
		border-top: 1px solid #fff;
	}

		.has-tabs .tab-content .accordion-mobile-btn:after {
			display: block;
			content: '\f078';
			float: right;
			padding: 0;
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
		}

		.has-tabs .tab-content .accordion-mobile-btn.is-active:after {
			content: '\f077';
		}

	.has-tabs .tab-content .tab-pane {
		padding: 2rem 0;
	}

.has-tabs-thema-villas .nav-tabs {
	border: 0 none;
}

	.has-tabs-thema-villas .nav-tabs > li {
		flex: 1 0 0%;
	}

		.has-tabs-thema-villas .nav-tabs > li:last-child .nav-link {
			margin-right: 0;
			width: 100%;
		}
		
		.has-tabs-thema-villas .nav-tabs > li .nav-link {
			margin-bottom: 0;
			margin-right: 2rem;
			border: 0 none;
			border-radius: 0;
			padding: 1.5rem 1rem 0.5rem 1rem;
			text-transform: uppercase;
			text-align: right;
			font-weight: 700;
			font-size: 1rem;
			color: #1c1c1d;
			background: #f2f2f2;
			border-bottom: 10px solid #1c1c1d;
			display: flex;
			align-items: flex-end;
			width: calc(100% - 2rem);
			height: 100%;
			position: relative;
		}
	.has-tabs-thema-villas .nav-tabs.top{
		gap:2rem;
	}
	.has-tabs-thema-villas .nav-tabs.top > li {
		flex: 0 0 14.6%;
	}
	.has-tabs-thema-villas .nav-tabs.top > li .nav-link {
		margin-right: 0;
		width: calc(100%);
	}

			.has-tabs-thema-villas .nav-tabs > li .nav-link:after {
				content: '';
				display: block;
				position: absolute;
				left: 1.75rem;
				bottom: -20px;
				width: 0;
				height: 0;
				border-left: 10px solid transparent;
				border-right: 10px solid transparent;
				border-top: 10px solid transparent;
			}

			.has-tabs-thema-villas .nav-tabs > li .nav-link img {
				height: 35px;
				margin-bottom: 0.25rem;
			}

			.has-tabs-thema-villas .nav-tabs > li .nav-link span {
				line-height: 1.4;
				flex: 1;
				padding-left: 1.75rem;
			}

			.has-tabs-thema-villas .nav-tabs > li .nav-link.active {
				border-bottom: 10px solid #a68e2f;
			}

				.has-tabs-thema-villas .nav-tabs > li .nav-link.active:after {
					border-top: 10px solid #a68e2f;
				}

.has-tabs-thema-villas .tab-content {
	margin-top: 1.5rem;
	border-bottom: 3px solid #1c1c1d;
}

	.has-tabs-thema-villas .tab-content .accordion-mobile-btn {
		display: none;
		pointer-events: none;
		border: 0 none;
		border-radius: 0;
		padding: 1.5rem 1rem 0.5rem 1rem;
		text-transform: uppercase;
		text-align: right;
		font-weight: 700;
		font-size: 1rem;
		color: #1c1c1d;
		background: #f2f2f2;
		border-bottom: 10px solid #1c1c1d;
		align-items: flex-end;
		width: 100%;
		height: 100%;
		position: relative;
	}

		.has-tabs-thema-villas .tab-content .accordion-mobile-btn:after {
			content: '';
			display: block;
			position: absolute;
			left: 1.75rem;
			bottom: -20px;
			width: 0;
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: 10px solid transparent;
		}

		.has-tabs-thema-villas .tab-content .accordion-mobile-btn img {
			height: 35px;
			margin-bottom: 0.25rem;
		}

		.has-tabs-thema-villas .tab-content .accordion-mobile-btn span {
			line-height: 1.4;
			flex: 1;
			padding-left: 1.75rem;
		}

		.has-tabs-thema-villas .tab-content .accordion-mobile-btn.is-active {
			border-bottom: 10px solid #a68e2f;
		}

			.has-tabs-thema-villas .tab-content .accordion-mobile-btn.is-active:after {
				border-top: 10px solid #a68e2f;
			}

	.has-tabs-thema-villas .tab-content .tab-pane {
		padding: 2rem;
		background: #f2f2f2;
	}

.filtering {
	border: 1px solid #cdcdcd;
	background: #fff;
	margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
	.filtering.sticky-top {
		top: 1rem;
		max-height: 95vh;
		overflow-y: auto;
	}

		.filtering.sticky-top h6 {
			position: sticky;
			top: 0;
			left: 0;
			right: 0;
		}
}

.filtering h6 {
	font-family: "Barlow", sans-serif;
	background: #f2f2f2;
	padding: 1rem 1.5rem;
	font-size: 1.2rem;
	pointer-events: none;
}

	.filtering h6 strong {
		font-weight: 700;
	}

	.filtering h6 i {
		margin-right: 1rem;
		color: #a68e2f;
	}

	.filtering h6 .open-filters-btn {
		float: right;
		position: relative;
		cursor: pointer;
		display: none;
	}

		.filtering h6 .open-filters-btn:after {
			display: inline-block;
			content: '\f078';
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
		}

	.filtering h6 + p {
		margin: 1.5rem 1.5rem;
		color: red;
		margin-bottom: 0;
	}

.filtering .delete-filters {
	display: block;
	margin: 3rem 1.5rem;
	color: #1c1c1d;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-weight: 700;
}

	.filtering .delete-filters img {
		margin-right: 0.5rem;
		width: 36px;
		height: 36px;
		opacity: 0.45;
		transform: rotate(45deg);
	}

.filtering ul {
	list-style: none;
	margin: 1.5rem 1.5rem;
	padding: 0;
}

	.filtering ul li {
		margin-bottom: 0.5rem;
	}

		.filtering ul li span {
			color: #999999;
			display: block;
			font-size: 0.8rem;
		}

		.filtering ul li a {
			color: #a68e2f;
			font-weight: 500;
		}

		.filtering ul li.hidden-filters {
			display: none;
		}

			.filtering ul li.hidden-filters.visible {
				display: block;
			}

.accomodaties-item {
	padding: 7px;
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 60px;
	position: relative;
}

	.accomodaties-item .featured-image {
		position: relative;
		overflow: visible;
	}

		.accomodaties-item .featured-image img {
			width: 100%;
			display: block;
		}

		.accomodaties-item .featured-image .caption {
			background: rgba(28, 28, 29, 0.4);
			padding: 1rem 1.25rem;
			color: #fff;
			font-family: "Montserrat", sans-serif;
			font-size: 1.1875rem;
			font-weight: 700;
			text-transform: uppercase;
			letter-spacing: 0.1rem;
			position: absolute;
			z-index: 2;
			bottom: 0;
			left: 0;
			right: 0;
			transition: all 0.2s ease-in-out;
		}

		.accomodaties-item .featured-image .offer {
			position: absolute;
			z-index: 3;
			right: 1rem;
			bottom: -1.5rem;
			width: 122px;
			height: 100px;
			background: url("../images/text-bubble-orange.svg") no-repeat center center;
			text-align: left;
			text-transform: uppercase;
			font-size: 0.9rem;
			color: #fff;
			padding: 25px 0 0 25px;
		}

			.accomodaties-item .featured-image .offer span {
				display: block;
				font-weight: 500;
				font-size: 1.5rem;
				line-height: 1;
			}

	.accomodaties-item .info {
		padding: 1.25rem;
		display: table;
		width: 100%;
	}

		.accomodaties-item .info h4 strong {
			font-weight: 700;
		}

		.accomodaties-item .info h4 i {
			float: right;
			font-size: 1.75rem;
			opacity: 0.25;
			transform: translateY(-1rem);
		}

		.accomodaties-item .info ul {
			list-style: none;
			margin: 1.5rem 0;
			padding: 0;
			display: table;
			width: 100%;
			clear: both;
		}

			.accomodaties-item .info ul li {
				float: left;
				font-weight: 700;
				margin-right: 1.5rem;
			}

				.accomodaties-item .info ul li img {
					height: 28px;
					margin-right: 0.5rem;
				}

		.accomodaties-item .info p {
			display: inline-block;
			margin-bottom: 0.5rem;
			margin-right: 0.5rem;
		}

	.accomodaties-item .actions {
		padding: 0 1.25rem 1.25rem 1.25rem;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

		.accomodaties-item .actions a:not(.btn) {
			color: #1c1c1d;
			font-size: 0.8rem;
			text-transform: uppercase;
			letter-spacing: 0.1rem;
			font-weight: 700;
			line-height: 36px;
			float: right;
		}

			.accomodaties-item .actions a:not(.btn) img {
				width: 36px;
				height: 36px;
				float: right;
				margin-left: 1rem;
				border: 2px solid #908f8d;
				border-radius: 90px;
				padding: 8px;
			}

			.accomodaties-item .actions a:not(.btn):hover img {
				border-color: #a68e2f;
			}

	.accomodaties-item .action .btn {
		margin: 0 !important;
	}

	.accomodaties-item .action {
		padding-bottom: 0px !important;
	}

.action .old-price {
	text-decoration: line-through;
	font-size: 0.65rem;
}

.accomodaties-item .action a:not(.btn) img {
	width: 36px;
	height: 36px;
	float: right;
	margin-left: 1rem;
	border: 2px solid #908f8d;
	border-radius: 90px;
	padding: 8px;
}

.accomodaties-item .action {
	justify-content: space-between;
	padding: 1.25rem;
}

.accomodaties-item .buttom-card-elements .date {
	padding: 1.25rem;
	padding-bottom: 0px;
	line-height: 1.5;
	font-size: 0.75rem;
	color: #908f8d;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1rem;
	transition: all 0.2s ease-in-out;
}

.accomodaties-item-list {
	padding: 7px;
	background: #fff;
	margin-bottom: 2rem;
}

	.accomodaties-item-list .featured-image {
		position: relative;
		overflow: visible;
	}

		.accomodaties-item-list .featured-image img {
			width: 100%;
			display: block;
		}

		.accomodaties-item-list .featured-image .caption {
			background: rgba(28, 28, 29, 0.4);
			padding: 1rem 1.25rem;
			color: #fff;
			font-family: "Montserrat", sans-serif;
			font-size: 1.1875rem;
			font-weight: 700;
			text-transform: uppercase;
			letter-spacing: 0.1rem;
			position: absolute;
			z-index: 2;
			bottom: 0;
			left: 0;
			right: 0;
			transition: all 0.2s ease-in-out;
		}

	.accomodaties-item-list .info {
		padding: 1.25rem 0.5rem;
		display: table;
		width: 100%;
		position: relative;
	}

		.accomodaties-item-list .info h5 {
			max-width: calc(100% - 130px);
			margin-top: 1rem;
		}

			.accomodaties-item-list .info h5 strong {
				font-weight: 700;
			}

			.accomodaties-item-list .info h5 + p {
				height: 50px;
				overflow: hidden;
				margin-bottom: 0;
				margin-top: 0.5rem;
				padding-right: 6rem;
			}

		.accomodaties-item-list .info ul {
			list-style: none;
			margin: 1.5rem 0;
			padding: 0;
			display: table;
			width: 100%;
			clear: both;
		}

			.accomodaties-item-list .info ul li {
				float: left;
				font-weight: 700;
				margin-right: 1.5rem;
			}

				.accomodaties-item-list .info ul li img {
					height: 28px;
					margin-right: 0.5rem;
				}

		.accomodaties-item-list .info p {
			display: inline-block;
			margin-bottom: 0.5rem;
			margin-right: 0.5rem;
		}

		.accomodaties-item-list .info .offer {
			position: absolute;
			z-index: 3;
			right: 0;
			top: 0;
			width: 122px;
			height: 100px;
			background: url("../images/text-bubble-orange.svg") no-repeat center center;
			text-align: left;
			text-transform: uppercase;
			font-size: 0.9rem;
			color: #fff;
			padding: 25px 0 0 25px;
		}

			.accomodaties-item-list .info .offer span {
				display: block;
				font-weight: 500;
				font-size: 1.5rem;
				line-height: 1;
			}

			.accomodaties-item-list .info .offer i {
				position: absolute;
				right: 0;
				bottom: 0;
				font-size: 1.5rem;
				opacity: 0.25;
				color: #1c1c1d;
				transform: translateY(1rem);
			}

	.accomodaties-item-list .actions {
		padding: 0 0.5rem 1.25rem 0.5rem;
	}

		.accomodaties-item-list .actions a:not(.btn) {
			color: #1c1c1d;
			font-size: 0.8rem;
			text-transform: uppercase;
			letter-spacing: 0.1rem;
			font-weight: 700;
			line-height: 36px;
			float: right;
		}

			.accomodaties-item-list .actions a:not(.btn) img {
				width: 36px;
				height: 36px;
				float: right;
				margin-left: 1rem;
				border: 2px solid #908f8d;
				border-radius: 90px;
				padding: 8px;
			}

			.accomodaties-item-list .actions a:not(.btn):hover img {
				border-color: #a68e2f;
			}

/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
	/* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

	.ui-menu .ui-menu {
		position: absolute;
	}

	.ui-menu .ui-menu-item {
		margin: 0;
		cursor: pointer;
		/* support: IE10, see #8844 */
		list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	}

	.ui-menu .ui-menu-item-wrapper {
		position: relative;
		padding: 3px 1em 3px .4em;
	}

	.ui-menu .ui-menu-divider {
		margin: 5px 0;
		height: 0;
		font-size: 0;
		line-height: 0;
		border-width: 1px 0 0 0;
	}

	.ui-menu .ui-state-focus,
	.ui-menu .ui-state-active {
		margin: -1px;
	}

/* icon support */
.ui-menu-icons {
	position: relative;
}

	.ui-menu-icons .ui-menu-item-wrapper {
		padding-left: 2em;
	}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* Support: IE <= 11 */
	overflow: visible;
}

	.ui-button,
	.ui-button:link,
	.ui-button:visited,
	.ui-button:hover,
	.ui-button:active {
		text-decoration: none;
	}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

	.ui-controlgroup > .ui-controlgroup-item {
		float: left;
		margin-left: 0;
		margin-right: 0;
	}

		.ui-controlgroup > .ui-controlgroup-item:focus,
		.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
			z-index: 9999;
		}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

	.ui-controlgroup .ui-controlgroup-label span {
		font-size: 80%;
	}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

	.ui-datepicker .ui-datepicker-header {
		position: relative;
		padding: .2em 0;
	}

	.ui-datepicker .ui-datepicker-prev,
	.ui-datepicker .ui-datepicker-next {
		position: absolute;
		top: 2px;
		width: 1.8em;
		height: 1.8em;
	}

	.ui-datepicker .ui-datepicker-prev-hover,
	.ui-datepicker .ui-datepicker-next-hover {
		top: 1px;
	}

	.ui-datepicker .ui-datepicker-prev {
		left: 2px;
	}

	.ui-datepicker .ui-datepicker-next {
		right: 2px;
	}

	.ui-datepicker .ui-datepicker-prev-hover {
		left: 1px;
	}

	.ui-datepicker .ui-datepicker-next-hover {
		right: 1px;
	}

	.ui-datepicker .ui-datepicker-prev span,
	.ui-datepicker .ui-datepicker-next span {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -8px;
		top: 50%;
		margin-top: -8px;
	}

	.ui-datepicker .ui-datepicker-title {
		margin: 0 2.3em;
		line-height: 1.8em;
		text-align: center;
	}

		.ui-datepicker .ui-datepicker-title select {
			font-size: 1em;
			margin: 1px 0;
		}

	.ui-datepicker select.ui-datepicker-month,
	.ui-datepicker select.ui-datepicker-year {
		width: 45%;
	}

	.ui-datepicker table {
		width: 100%;
		font-size: .9em;
		border-collapse: collapse;
		margin: 0 0 .4em;
	}

	.ui-datepicker th {
		padding: .7em .3em;
		text-align: center;
		font-weight: bold;
		border: 0;
	}

	.ui-datepicker td {
		border: 0;
		padding: 1px;
	}

		.ui-datepicker td span,
		.ui-datepicker td a {
			display: block;
			padding: .2em;
			text-align: right;
			text-decoration: none;
		}

	.ui-datepicker .ui-datepicker-buttonpane {
		background-image: none;
		margin: .7em 0 0 0;
		padding: 0 .2em;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}

		.ui-datepicker .ui-datepicker-buttonpane button {
			float: right;
			margin: .5em .2em .4em;
			cursor: pointer;
			padding: .2em .6em .3em .6em;
			width: auto;
			overflow: visible;
		}

			.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
				float: left;
			}

	/* with multiple calendars */
	.ui-datepicker.ui-datepicker-multi {
		width: auto;
	}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

	.ui-datepicker-multi .ui-datepicker-group table {
		width: 95%;
		margin: 0 auto .4em;
	}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

	.ui-datepicker-rtl .ui-datepicker-prev {
		right: 2px;
		left: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-next {
		left: 2px;
		right: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-prev:hover {
		right: 1px;
		left: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-next:hover {
		left: 1px;
		right: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-buttonpane {
		clear: right;
	}

		.ui-datepicker-rtl .ui-datepicker-buttonpane button {
			float: left;
		}

			.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
			.ui-datepicker-rtl .ui-datepicker-group {
				float: right;
			}

	.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
	.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
		border-right-width: 0;
		border-left-width: 1px;
	}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

	.ui-dialog .ui-dialog-titlebar {
		padding: .4em 1em;
		position: relative;
	}

	.ui-dialog .ui-dialog-title {
		float: left;
		margin: .1em 0;
		white-space: nowrap;
		width: 90%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.ui-dialog .ui-dialog-titlebar-close {
		position: absolute;
		right: .3em;
		top: 50%;
		width: 20px;
		margin: -10px 0 0 0;
		padding: 1px;
		height: 20px;
	}

	.ui-dialog .ui-dialog-content {
		position: relative;
		border: 0;
		padding: .5em 1em;
		background: none;
		overflow: auto;
	}

	.ui-dialog .ui-dialog-buttonpane {
		text-align: left;
		border-width: 1px 0 0 0;
		background-image: none;
		margin-top: .5em;
		padding: .3em 1em .5em .4em;
	}

		.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
			float: right;
		}

		.ui-dialog .ui-dialog-buttonpane button {
			margin: .5em .4em .5em 0;
			cursor: pointer;
		}

	.ui-dialog .ui-resizable-n {
		height: 2px;
		top: 0;
	}

	.ui-dialog .ui-resizable-e {
		width: 2px;
		right: 0;
	}

	.ui-dialog .ui-resizable-s {
		height: 2px;
		bottom: 0;
	}

	.ui-dialog .ui-resizable-w {
		width: 2px;
		left: 0;
	}

	.ui-dialog .ui-resizable-se,
	.ui-dialog .ui-resizable-sw,
	.ui-dialog .ui-resizable-ne,
	.ui-dialog .ui-resizable-nw {
		width: 7px;
		height: 7px;
	}

	.ui-dialog .ui-resizable-se {
		right: 0;
		bottom: 0;
	}

	.ui-dialog .ui-resizable-sw {
		left: 0;
		bottom: 0;
	}

	.ui-dialog .ui-resizable-ne {
		right: 0;
		top: 0;
	}

	.ui-dialog .ui-resizable-nw {
		left: 0;
		top: 0;
	}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

	.ui-progressbar .ui-progressbar-value {
		margin: -1px;
		height: 100%;
	}

	.ui-progressbar .ui-progressbar-overlay {
		background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
		height: 100%;
		filter: alpha(opacity=25);
		/* support: IE8 */
		opacity: 0.25;
	}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

	.ui-selectmenu-menu .ui-menu {
		overflow: auto;
		overflow-x: hidden;
		padding-bottom: 1px;
	}

		.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
			font-size: 1em;
			font-weight: bold;
			line-height: 1.5;
			padding: 2px 0.4em;
			margin: 0.5em 0 0 0;
			height: auto;
			border: 0;
		}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

	.ui-slider .ui-slider-handle {
		position: absolute;
		z-index: 2;
		width: 1.2em;
		height: 1.2em;
		cursor: default;
		-ms-touch-action: none;
		touch-action: none;
	}

	.ui-slider .ui-slider-range {
		position: absolute;
		z-index: 1;
		font-size: .7em;
		display: block;
		border: 0;
		background-position: 0 0;
	}

	/* support: IE8 - See #6727 */
	.ui-slider.ui-state-disabled .ui-slider-handle,
	.ui-slider.ui-state-disabled .ui-slider-range {
		filter: inherit;
	}

.ui-slider-horizontal {
	height: .8em;
}

	.ui-slider-horizontal .ui-slider-handle {
		top: -.3em;
		margin-left: -.6em;
	}

	.ui-slider-horizontal .ui-slider-range {
		top: 0;
		height: 100%;
	}

	.ui-slider-horizontal .ui-slider-range-min {
		left: 0;
	}

	.ui-slider-horizontal .ui-slider-range-max {
		right: 0;
	}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

	.ui-slider-vertical .ui-slider-handle {
		left: -.3em;
		margin-left: 0;
		margin-bottom: -.6em;
	}

	.ui-slider-vertical .ui-slider-range {
		left: 0;
		width: 100%;
	}

	.ui-slider-vertical .ui-slider-range-min {
		bottom: 0;
	}

	.ui-slider-vertical .ui-slider-range-max {
		top: 0;
	}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative;
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

	.ui-tabs .ui-tabs-nav {
		margin: 0;
		padding: .2em .2em 0;
	}

		.ui-tabs .ui-tabs-nav li {
			list-style: none;
			float: left;
			position: relative;
			top: 0;
			margin: 1px .2em 0 0;
			border-bottom-width: 0;
			padding: 0;
			white-space: nowrap;
		}

		.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
			float: left;
			padding: .5em 1em;
			text-decoration: none;
		}

		.ui-tabs .ui-tabs-nav li.ui-tabs-active {
			margin-bottom: -1px;
			padding-bottom: 1px;
		}

			.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
			.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
			.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
				cursor: text;
			}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}

	.ui-widget .ui-widget {
		font-size: 1em;
	}

	.ui-widget input,
	.ui-widget select,
	.ui-widget textarea,
	.ui-widget button {
		font-family: Verdana,Arial,sans-serif;
		font-size: 1em;
	}

	.ui-widget.ui-widget-content {
		border: 1px solid #d3d3d3;
	}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}

	.ui-widget-content a {
		color: #222222;
	}

.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}

	.ui-widget-header a {
		color: #222222;
	}

	/* Interaction states
----------------------------------*/
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
		border: 1px solid #d3d3d3;
		background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
		font-weight: normal;
		color: #555555;
	}

		.ui-state-default a,
		.ui-state-default a:link,
		.ui-state-default a:visited,
		a.ui-button,
		a:link.ui-button,
		a:visited.ui-button,
		.ui-button {
			color: #555555;
			text-decoration: none;
		}

			.ui-state-hover,
			.ui-widget-content .ui-state-hover,
			.ui-widget-header .ui-state-hover,
			.ui-state-focus,
			.ui-widget-content .ui-state-focus,
			.ui-widget-header .ui-state-focus,
			.ui-button:hover,
			.ui-button:focus {
				border: 1px solid #999999;
				background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
				font-weight: normal;
				color: #212121;
			}

				.ui-state-hover a,
				.ui-state-hover a:hover,
				.ui-state-hover a:link,
				.ui-state-hover a:visited,
				.ui-state-focus a,
				.ui-state-focus a:hover,
				.ui-state-focus a:link,
				.ui-state-focus a:visited,
				a.ui-button:hover,
				a.ui-button:focus {
					color: #212121;
					text-decoration: none;
				}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

	.ui-icon-background,
	.ui-state-active .ui-icon-background {
		border: #aaaaaa;
		background-color: #212121;
	}

	.ui-state-active a,
	.ui-state-active a:link,
	.ui-state-active a:visited {
		color: #212121;
		text-decoration: none;
	}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}

.ui-state-checked {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}

	.ui-state-error a,
	.ui-widget-content .ui-state-error a,
	.ui-widget-header .ui-state-error a {
		color: #cd0a0a;
	}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	/* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	/* support: IE8 */
	background-image: none;
}

	.ui-state-disabled .ui-icon {
		filter: Alpha(Opacity=35);
		/* support: IE8 - See #6059 */
	}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
	/* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
	box-shadow: -8px -8px 8px #aaaaaa;
}

.date-range > div {
	position: absolute;
	top: auto !important;
	bottom: 5rem;
	box-shadow: 0 1rem 3rem rgba(28, 28, 29, 0.1);
}

.hasDatepicker .ui-widget {
	font-family: "Barlow", sans-serif;
	font-size: inherit;
}

	.hasDatepicker .ui-widget.ui-widget-content {
		border: 0 none;
		border-radius: 0;
		padding: 1.5rem 1rem;
		box-shadow: 0 1rem 3rem rgba(28, 28, 29, 0.1);
	}

.hasDatepicker .ui-datepicker .ui-datepicker-header {
	padding: 0;
	margin-bottom: 1rem;
}

	.hasDatepicker .ui-datepicker .ui-datepicker-header.ui-widget-header {
		background: #fff;
		border: 0 none;
		border-radius: 0;
	}

.hasDatepicker .ui-datepicker .ui-datepicker-prev,
.hasDatepicker .ui-datepicker .ui-datepicker-next {
	top: 0;
	left: 0;
	width: 31px;
	height: 31px;
	border-radius: 0;
	background-image: url("../images/icon-arrow-left.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
	opacity: 0.7;
	cursor: pointer;
}

	.hasDatepicker .ui-datepicker .ui-datepicker-prev span,
	.hasDatepicker .ui-datepicker .ui-datepicker-next span {
		display: none !important;
	}

	.hasDatepicker .ui-datepicker .ui-datepicker-prev:hover,
	.hasDatepicker .ui-datepicker .ui-datepicker-next:hover {
		background-color: #fff;
		border: 0 none;
		opacity: 1;
	}

.hasDatepicker .ui-datepicker .ui-datepicker-next {
	left: auto;
	right: 0;
	background-image: url("../images/icon-arrow-right.svg");
}

.hasDatepicker .ui-datepicker th {
	font-weight: 500;
}

.hasDatepicker .ui-datepicker .ui-datepicker-buttonpane {
	border: 0 none;
	margin: 0;
	padding: 0;
	margin-top: 1rem;
	display: table;
	width: 100%;
}

	.hasDatepicker .ui-datepicker .ui-datepicker-buttonpane button {
		line-height: 1.5;
		text-align: center;
		border: 0 none;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		cursor: pointer;
		margin: auto;
		padding: 0.7rem 1.875rem;
		font-size: 0.75rem;
		color: #1c1c1d;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.1rem;
		transition: all 0.2s ease-in-out;
		background-color: #e6e6e6;
	}

		.hasDatepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
			background: #a68e2f;
			color: #fff;
		}

			.hasDatepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:hover {
				background: #9a7e11;
			}

.hasDatepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-month:not(select),
.hasDatepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-year:not(select) {
	line-height: 1.4;
}

.hasDatepicker .ui-state-default,
.hasDatepicker .ui-widget-content .ui-state-default,
.hasDatepicker .ui-widget-header .ui-state-default,
.hasDatepicker .ui-button, .hasDatepicker html .ui-button.ui-state-disabled:hover,
.hasDatepicker html .ui-button.ui-state-disabled:active {
	text-align: center;
	border: 0 none;
	background: #f2f2f2;
}

	.hasDatepicker .ui-state-active,
	.hasDatepicker .ui-widget-content .ui-state-active,
	.hasDatepicker .ui-widget-header .ui-state-active,
	.hasDatepicker a.ui-button:active,
	.hasDatepicker .ui-button:active, .hasDatepicker .ui-button.ui-state-active:hover {
		background: #a68e2f;
		color: #fff;
	}

.hasDatepicker .date-range-selected .ui-state-default {
	background: #e6e2da;
}

.hasDatepicker .date-range-selected .ui-state-active,
.hasDatepicker .date-range-selected .ui-widget-content .ui-state-active,
.hasDatepicker .date-range-selected .ui-widget-header .ui-state-active,
.hasDatepicker .date-range-selected a.ui-button:active,
.hasDatepicker .date-range-selected .ui-button:active, .hasDatepicker .date-range-selected .ui-button.ui-state-active:hover {
	background: #a68e2f;
	color: #fff;
}

.hasDatepicker .ui-widget select {
	border-radius: 0;
	border: 0 none;
	font-family: "Barlow", sans-serif;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.4;
	padding: 0;
	font-weight: 700;
	margin: auto;
}

.modal.user-modal .modal-dialog .modal-content {
	border-radius: 0;
	border: 0 none;
}

	.modal.user-modal .modal-dialog .modal-content .modal-header {
		border: 0 none;
		border-radius: 0;
		padding: 1.5rem;
	}

		.modal.user-modal .modal-dialog .modal-content .modal-header h5 {
			font-family: "Barlow", sans-serif;
			text-align: center;
			width: 100%;
			margin-bottom: 0;
		}

		.modal.user-modal .modal-dialog .modal-content .modal-header .btn-close {
			font-size: 1.2rem;
			color: #67676b;
			background-image: url("../images/icon-close-simple.svg");
			background-repeat: no-repeat;
			background-position: center center;
			background-color: #fff;
			background-size: auto 18px;
			width: 37px;
			height: 32px;
			transform: scale(0.75);
			opacity: 1;
			padding: 0;
			margin: 0 0 0 auto;
		}

			.modal.user-modal .modal-dialog .modal-content .modal-header .btn-close:hover {
				background-color: #f2f2f2;
			}

	.modal.user-modal .modal-dialog .modal-content .modal-body {
		padding: 1.5rem;
		text-align: left;
	}

		.modal.user-modal .modal-dialog .modal-content .modal-body h3 {
			text-align: center;
			font-family: "Barlow", sans-serif;
		}

			.modal.user-modal .modal-dialog .modal-content .modal-body h3 span {
				color: #a68e2f;
			}

		.modal.user-modal .modal-dialog .modal-content .modal-body .step-element {
			border: 0 none;
		}

		.modal.user-modal .modal-dialog .modal-content .modal-body .divider {
			position: relative;
			margin-bottom: 1.5rem;
			text-align: center;
		}

			.modal.user-modal .modal-dialog .modal-content .modal-body .divider:after {
				content: '';
				display: block;
				height: 1px;
				background: #cdcdcd;
				width: 100%;
				position: absolute;
				z-index: 1;
				left: 0;
				right: 0;
				top: calc(50% - 1px);
			}

			.modal.user-modal .modal-dialog .modal-content .modal-body .divider span {
				position: relative;
				z-index: 2;
				background: #fff;
				display: inline-block;
				padding: 1rem 2rem;
				text-transform: uppercase;
				font-size: 0.8rem;
				color: #b4b4b4;
				font-weight: 500;
			}

		.modal.user-modal .modal-dialog .modal-content .modal-body .btn-social {
			border: 1px solid #cdcdcd;
			display: block;
			line-height: 1.5;
			text-align: center;
			border-radius: 0;
			text-shadow: none;
			box-shadow: none;
			cursor: pointer;
			margin: auto;
			padding: 0.7rem calc(1.7rem + 20px) 0.7rem 0.7rem;
			font-size: 0.75rem;
			color: #1c1c1d;
			text-transform: uppercase;
			font-weight: 700;
			letter-spacing: 0.1rem;
		}

			.modal.user-modal .modal-dialog .modal-content .modal-body .btn-social img {
				width: 20px;
				float: left;
				margin-right: 1rem;
			}

			.modal.user-modal .modal-dialog .modal-content .modal-body .btn-social:hover {
				border-color: #4e4e4e;
			}

	.modal.user-modal .modal-dialog .modal-content .modal-footer {
		border: 0 none;
		border-radius: 0;
		padding: 1.5rem;
		background-color: #f2f2f2;
		text-align: center;
	}

		.modal.user-modal .modal-dialog .modal-content .modal-footer p {
			margin: 0 auto !important;
		}

			.modal.user-modal .modal-dialog .modal-content .modal-footer p a {
				text-decoration: none;
			}

.modal.user-modal .modal-dialog .logo-modal {
	text-align: center;
}

	.modal.user-modal .modal-dialog .logo-modal img {
		max-width: 250px;
		margin: auto;
	}

.modal.user-modal .modal-dialog .modal-progress {
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
}

	.modal.user-modal .modal-dialog .modal-progress ul {
		list-style: none;
		margin: 0 auto;
		padding: 8px 0;
		display: inline-block;
	}

		.modal.user-modal .modal-dialog .modal-progress ul li {
			display: inline-block;
		}

			.modal.user-modal .modal-dialog .modal-progress ul li span {
				width: 8px;
				height: 8px;
				display: block;
				background: #e6e6e6;
				border-radius: 20px;
				margin: 5px;
			}

			.modal.user-modal .modal-dialog .modal-progress ul li.active span {
				background: gray;
			}

	.modal.user-modal .modal-dialog .modal-progress .btn-skip {
		line-height: 29px;
		color: #67676b;
		position: absolute;
		right: 0;
		top: 0;
	}

		.modal.user-modal .modal-dialog .modal-progress .btn-skip .lnr {
			line-height: 32px;
			float: right;
			margin-left: 0.5rem;
		}

.modal.user-modal .flip-card .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

	.modal.user-modal .flip-card .flip-card-inner .flip-card-first,
	.modal.user-modal .flip-card .flip-card-inner .flip-card-second,
	.modal.user-modal .flip-card .flip-card-inner .flip-card-third,
	.modal.user-modal .flip-card .flip-card-inner .flip-card-fourth {
		position: relative;
		width: 100%;
		height: 100%;
		display: none;
	}

		.modal.user-modal .flip-card .flip-card-inner .flip-card-first p,
		.modal.user-modal .flip-card .flip-card-inner .flip-card-second p,
		.modal.user-modal .flip-card .flip-card-inner .flip-card-third p,
		.modal.user-modal .flip-card .flip-card-inner .flip-card-fourth p {
			margin-bottom: 2rem;
		}

		.modal.user-modal .flip-card .flip-card-inner .flip-card-first.visible,
		.modal.user-modal .flip-card .flip-card-inner .flip-card-second.visible,
		.modal.user-modal .flip-card .flip-card-inner .flip-card-third.visible,
		.modal.user-modal .flip-card .flip-card-inner .flip-card-fourth.visible {
			display: block;
		}

	.modal.user-modal .flip-card .flip-card-inner .btn-back-flip {
		font-size: 1.2rem;
		color: #67676b;
		background-image: url("../images/icon-arrow-left-simple.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #fff;
		background-size: auto 18px;
		width: 37px;
		height: 32px;
		transform: scale(0.75);
		opacity: 1;
	}

		.modal.user-modal .flip-card .flip-card-inner .btn-back-flip:hover {
			background-color: #f2f2f2;
		}

footer {
	background: #313030;
	padding: 3rem 0 0 0;
	color: #fff;
}

	footer h6 {
		color: #a68e2f;
		font-weight: 800;
		font-size: 1.1875rem;
		margin-top: 1rem;
	}

	footer a {
		color: #fff;
	}

	footer p {
		overflow: hidden;
	}

		footer p strong {
			font-size: 1.1875rem;
		}

		footer p span {
			color: #a68e2f;
		}

		footer p small {
			color: #9f9e9e;
		}

			footer p small a {
				text-decoration: underline;
				color: #9f9e9e;
			}

				footer p small a:hover {
					color: #fff;
				}

		footer p .icon-24 {
			margin-right: 0;
			margin-left: 0.625rem;
		}

	footer ul {
		list-style: none;
		margin: 2rem 0 0 0;
		padding: 0;
	}

		footer ul li {
			color: #fff;
			font-weight: 300;
		}

			footer ul li i {
				color: #a68e2f;
				margin-right: 1rem;
			}

			footer ul li a {
				color: #fff;
				font-weight: 300;
				display: inline-block;
			}

				footer ul li a span {
					color: #9f9e9e;
				}

		footer ul.checked-list {
			margin-top: 2rem;
		}

	footer form {
		width: 100%;
	}

		footer form input[type="text"],
		footer form input[type="email"],
		footer form input[type="name"] {
			width: 100%;
			background: transparent;
			border: 0 none;
			border-bottom: 1px solid #fff;
			padding: 0;
			line-height: 40px;
			margin-bottom: 1rem;
			font-weight: 300;
			color: #fff;
		}

			footer form input[type="text"]:focus, footer form input[type="text"]:active,
			footer form input[type="email"]:focus,
			footer form input[type="email"]:active,
			footer form input[type="name"]:focus,
			footer form input[type="name"]:active {
				border-bottom-color: #a68e2f;
			}

		footer form ::placeholder {
			color: #9f9e9e;
			opacity: 1;
		}

		footer form :-ms-input-placeholder {
			color: #9f9e9e;
		}

		footer form ::-ms-input-placeholder {
			color: #9f9e9e;
		}

	footer .copyright {
		margin-top: 1rem;
		background: #313030;
		background: linear-gradient(90deg, white 0%, white 25%, #313030 25%, #313030 100%);
	}

		footer .copyright img {
			padding: 1.5rem 1.5rem 1.5rem 0;
			background: #fff;
			border-radius: 0 2rem 0 0;
			max-width: 100%;
		}

		footer .copyright p {
			margin-top: 1.75rem;
		}

	footer .btn-scroll {
		font-size: 0.75rem;
		text-transform: uppercase;
		letter-spacing: 0.1rem;
		display: block;
		text-align: center;
	}

		footer .btn-scroll img {
			display: inline-block;
			width: 25px;
			height: 25px;
			margin-left: 0.5rem;
		}

	footer .help-line {
		background-color: #fff;
		box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
		border-radius: 20px;
		padding: 2px;
		margin: auto;
		position: relative;
		float: right;
		margin-top: -5rem;
	}

		footer .help-line > div {
			border: 4px solid #f49e02;
			border-radius: 18px;
			padding: 15px;
		}

			footer .help-line > div p {
				margin-bottom: 0;
				margin-right: 60px;
				color: #1c1c1d;
			}

			footer .help-line > div img {
				position: absolute;
				z-index: 2;
				top: -1rem;
				right: -0.5rem;
				width: 80px;
			}

	footer .payment-icons {
		list-style: none;
		margin: 0;
		padding: 0;
		float: right;
		margin-top: 1rem;
	}

		footer .payment-icons li {
			float: left;
		}

			footer .payment-icons li a {
				display: block;
				margin-left: 1rem;
				display: flex;
				min-height: 40px;
			}

				footer .payment-icons li a img {
					width: 80px;
					padding: 0;
					background: transparent;
					border-radius: 0;
					max-width: 100%;
				}

.home-video {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}

	.home-video .background-video {
		position: relative;
		width: 100%;
		height: 70vh;
		overflow: hidden;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
	}

		.home-video .background-video:after {
			position: absolute;
			content: '';
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background: rgba(28, 28, 29, 0.25);
			z-index: 1;
		}

		.home-video .background-video video#bgvid {
			position: relative;
			top: 50%;
			left: 50%;
			width: auto;
			height: auto;
			min-width: 100%;
			min-height: 100%;
			background-size: cover;
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			z-index: 1;
		}

	.home-video .caption {
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 1.5rem 0 3.5rem 0;
		background: rgba(28, 28, 29, 0.4);
		text-align: center;
	}

		.home-video .caption h3 {
			color: #fff;
			font-weight: 800;
			font-size: 1.6875rem;
		}

.video-actions {
	position: relative;
	display: flex;
	z-index: 9;
	margin-bottom: -40px;
}

	.video-actions > div {
		display: block;
		border-radius: 90px;
		width: 40px;
		height: 40px;
		line-height: 38px;
		border: 1px solid #fff;
		color: #fff;
		margin-right: 0.8rem;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}

		.video-actions > div:hover {
			background-color: rgba(28, 28, 29, 0.5);
		}

.alternative .has-image-right img {
	display: block;
	margin: auto 0 auto auto;
}

.alternative h4 {
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 500;
	font-size: 1.25rem;
	padding: 1rem 0 1rem 1rem;
}

.alternative .alternative-period-item {
	display: block;
	background: #fff;
	text-align: center;
	position: relative;
	border: 1px solid #cdcdcd;
	padding: 0.5rem 1rem;
	color: #1c1c1d;
	font-size: 1.2rem;
	margin: 2rem 0;
	max-width: 280px;
}

	.alternative .alternative-period-item p {
		margin-bottom: 0.25rem;
	}

	.alternative .alternative-period-item div i {
		color: #cdcdcd;
	}

	.alternative .alternative-period-item div span.oldprice {
		text-decoration: line-through;
	}

	.alternative .alternative-period-item div span.forcedPrice {
		color: #f49e02;
		font-weight: 500;
		padding: 0 10px;
	}

	.alternative .alternative-period-item div span.discount {
		background: #f49e02;
		color: #fff;
		font-weight: 500;
		padding: 2px 10px;
		position: absolute;
		z-index: 2;
		right: -10px;
		bottom: -10px;
	}

	.alternative .alternative-period-item:hover {
		background: #f49e02;
		border-color: #f49e02;
		color: #fff;
	}

		.alternative .alternative-period-item:hover div i, .alternative .alternative-period-item:hover div span {
			color: #fff;
		}

.tooltip.show {
	opacity: 1;
}

.tooltip.no-width-tooltip .tooltip-inner {
	max-width: auto;
	min-width: auto;
	text-align: center;
}

.tooltip-inner {
	max-width: 306px;
	min-width: 280px;
	border-radius: 0;
	background: #313030;
	padding: 0.5rem 1rem;
	text-align: left;
}

	.tooltip-inner h6 {
		position: relative;
		font-family: "Barlow", sans-serif;
		font-weight: 500;
		font-size: 1rem;
		margin-top: 0.25rem;
	}

		.tooltip-inner h6 span {
			position: absolute;
			background: #f49e02;
			color: #fff;
			padding: 5px 5px 5px 5px;
			text-align: center;
			top: -20px;
			right: 0px;
			width: 90px;
		}

			.tooltip-inner h6 span:after {
				content: '';
				display: block;
				width: 0;
				height: 0;
				border-left: 45px solid transparent;
				border-right: 45px solid transparent;
				border-top: 10px solid #f49e02;
				position: absolute;
				lefT: 0;
				right: 0;
				bottom: -9px;
			}

	.tooltip-inner p {
		color: #a68e2f;
		text-align: center;
		font-weight: 500;
		font-size: 1rem;
		margin-bottom: 0.25rem;
		margin-top: 0.15rem;
	}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #313030;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #313030;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
	border-bottom-color: #313030;
}

.house-info-slider {
	max-height: 365px;
	overflow: hidden;
}

	.house-info-slider .slick-next {
		right: 1rem;
		width: 28px;
		height: 28px;
		z-index: 3;
	}

		.house-info-slider .slick-next:before {
			background-image: url("../images/icon-arrow-right-white.svg");
		}

	.house-info-slider .slick-prev {
		left: 1rem;
		z-index: 3;
		width: 28px;
		height: 28px;
	}

		.house-info-slider .slick-prev:before {
			background-image: url("../images/icon-arrow-left-white.svg");
		}

.modal.house-info .modal-dialog .modal-content {
	border-radius: 0;
	border: 0 none;
	display: block;
}

	.modal.house-info .modal-dialog .modal-content .modal-header {
		display: block;
		border: 0 none;
		padding-bottom: 0;
	}

	.modal.house-info .modal-dialog .modal-content .modal-body {
		display: block;
		width: 100%;
		border: 0 none;
		padding-top: 0;
	}

		.modal.house-info .modal-dialog .modal-content .modal-body ul {
			list-style: none;
			margin: 0;
			padding: 0;
			display: table;
			width: 100%;
		}

			.modal.house-info .modal-dialog .modal-content .modal-body ul li {
				float: left;
				width: 50%;
				padding-bottom: 0.5rem;
			}

				.modal.house-info .modal-dialog .modal-content .modal-body ul li span {
					width: 30px;
					margin-right: 0.75rem;
					display: inline-block;
				}

					.modal.house-info .modal-dialog .modal-content .modal-body ul li span img {
						display: inline-block;
					}

		.modal.house-info .modal-dialog .modal-content .modal-body .align-right {
			text-align: right;
		}

	.modal.house-info .modal-dialog .modal-content .modal-footer {
		padding: 0;
		border: 0 none;
	}

		.modal.house-info .modal-dialog .modal-content .modal-footer .btn {
			float: left;
			width: 50%;
		}

			.modal.house-info .modal-dialog .modal-content .modal-footer .btn.btn-block {
				width: 100%;
				float: none;
			}

	.modal.house-info .modal-dialog .modal-content .btn-close {
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		width: 30px;
		height: 30px;
		line-height: 30px;
		background-color: #fff;
		border-radius: 0;
		opacity: 1;
		z-index: 3;
	}

	.modal.house-info .modal-dialog .modal-content hr {
		margin: 0;
		border-top: 1px dotted #cdcdcd;
		height: 0;
	}
html, body {
	margin: 0;
	padding: 0;
	overscroll-behavior: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.interactive-map {
	position: relative;
	transform: translateZ(0);
	backface-visibility: hidden;
	transition: none !important;
}
	.interactive-map.is-manipulating {
		will-change: transform;
	}

	.interactive-map img {
		position: relative;
		z-index: 1;
		width: 100%;
	}

	.interactive-map svg {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		display: block;
	}

		.interactive-map svg path {
			cursor: pointer;
			fill: transparent;
			stroke: transparent;
		}

		.interactive-map svg a, .interactive-map svg button {
			position: relative;
			pointer-events: initial;
			display: block;
			z-index: 4;
		}

			.interactive-map svg a foreignObject, .interactive-map svg button foreignObject {
				display: block;
			}

			.interactive-map svg a div, .interactive-map svg button div {
				background: #fff;
				padding: 1rem;
				bottom: 5px;
				width: 260px;
			}

			.interactive-map svg a:hover path, .interactive-map svg button:hover path {
				fill: #1c1c1d;
				fill-opacity: 0.5;
				stroke: #fff;
			}

			.interactive-map svg a:hover div, .interactive-map svg button:hover div {
				display: block;
			}

			.interactive-map svg a.inactive-house, .interactive-map svg button.inactive-house {
				pointer-events: none;
			}

				.interactive-map svg a.inactive-house path, .interactive-map svg button.inactive-house path {
					fill: #9f9e9e;
				}


.legend-for-map {
	background: #fff;
	padding: 0;
}

	.legend-for-map h3 {
		text-transform: uppercase;
		color: #fff;
		background: #a68e2f;
		padding: 0.5rem;
		text-align: center;
		display: block;
		font-size: 1.15rem;
	}

	.legend-for-map ul {
		list-style: none;
		padding: 0;
		margin: 0.5rem 0 1rem 0;
	}

		.legend-for-map ul li {
			font-size: 0.8rem;
			display: table;
			width: 100%;
			margin-bottom: 0.5rem;
		}

			.legend-for-map ul li h4, .legend-for-map ul li h5 {
				font-family: "Barlow", sans-serif;
			}

			.legend-for-map ul li h4 {
				border-bottom: 1px solid #a68e2f;
				text-align: center;
				font-size: 1rem;
				padding-bottom: 0.5rem;
				text-transform: uppercase;
				letter-spacing: 0.1rem;
				font-weight: 700;
			}

			.legend-for-map ul li h5 {
				font-weight: 700;
				font-size: 0.95rem;
				border-top: 1px solid #1c1c1d;
				border-bottom: 1px solid #1c1c1d;
				padding: 0.25rem 0;
			}

			.legend-for-map ul li span {
				float: left;
				width: 20px;
				height: 20px;
				line-height: 20px;
				text-align: center;
				margin-right: 10px;
			}

				.legend-for-map ul li span img {
					width: 17px;
					height: auto;
				}

			.legend-for-map ul li p {
				float: left;
				line-height: 20px;
				margin-bottom: 0;
			}

		.legend-for-map ul.has-border-square li span, .legend-for-map ul.has-border-circle li span {
			border: 1px solid #1c1c1d;
			line-height: 18px;
		}

		.legend-for-map ul.has-border-circle li span {
			border-radius: 90px;
		}

.interactive-map-holder .interactive-map {
	border: 7px solid #fff;
	margin-bottom: 2rem;
	display: none;
}
@media (max-width: 1024px) {
	#modal_house_unit .modal-body img {
		min-height: 0;
		width: 35px;
		height: 35px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 1024px) {
	#map {
		background-color: lightgray;
		border: 2px solid #000;
		overflow: hidden;
		max-height: 70vh;
		touch-action: none;
		-webkit-overflow-scrolling: touch;
	}

	.interactive-map {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform-origin: center;
		cursor: grab;
		
		transition: transform 0.1s ease;
		backface-visibility: hidden;
	}


		.interactive-map:active {
			cursor: grabbing;
		}
}

	.house-feature-icons {
		align-items: center;
		display: flex;
	}

		.house-feature-icons span.feature-icon {
			background-image: url("../images/feature-icons-sprite.svg");
			background-repeat: no-repeat;
			background-position: 0 0;
			background-size: 550px 550px;
			border-radius: 0;
			display: block;
			width: 50px;
			height: 50px;
			/* ---- second row of icons in sprite sheet ---- */
			/* ---- third row of icons in sprite sheet ---- */
			/* ---- fourth row of icons in sprite sheet ---- */
			/* ---- fifth row of icons in sprite sheet ---- */
			/* ---- sixth row of icons in sprite sheet ---- */
			/* ---- seventh row of icons in sprite sheet ---- */
			/* ---- eigth row of icons in sprite sheet ---- */
		}

			.house-feature-icons span.feature-icon.f1 {
				background-position: 0 0;
				/* fish */
			}

			.house-feature-icons span.feature-icon.f2 {
				background-position: -50px 0;
				/* golf */
			}

			.house-feature-icons span.feature-icon.f3 {
				background-position: -100px 0;
				/* dog */
			}

			.house-feature-icons span.feature-icon.f4 {
				background-position: -150px 0;
				/* no smoking */
			}

			.house-feature-icons span.feature-icon.f5 {
				background-position: -200px 0;
				/* TV */
			}

			.house-feature-icons span.feature-icon.f6 {
				background-position: -250px 0;
				/* washmachine */
			}

			.house-feature-icons span.feature-icon.f7 {
				background-position: -300px 0;
				/* wifi */
			}

			.house-feature-icons span.feature-icon.f8 {
				background-position: -350px 0;
				/* bicycle */
			}

			.house-feature-icons span.feature-icon.f9 {
				background-position: -400px 0;
				/* horse */
			}

			.house-feature-icons span.feature-icon.f10 {
				background-position: -450px 0;
				/* ski */
			}

			.house-feature-icons span.feature-icon.f11 {
				background-position: -500px 0;
				/* baby tub */
			}

			.house-feature-icons span.feature-icon.f12 {
				background-position: 0 -50px;
				/* air condition */
			}

			.house-feature-icons span.feature-icon.f13 {
				background-position: -50px -50px;
				/* pool */
			}

			.house-feature-icons span.feature-icon.f14 {
				background-position: -100px -50px;
				/* wheelchair */
			}

			.house-feature-icons span.feature-icon.f15 {
				background-position: -150px -50px;
				/* tennis */
			}

			.house-feature-icons span.feature-icon.f16 {
				background-position: -200px -50px;
				/* shower */
			}

			.house-feature-icons span.feature-icon.f17 {
				background-position: -250px -50px;
				/* spa 1 */
			}

			.house-feature-icons span.feature-icon.f18 {
				background-position: -300px -50px;
				/* camp fire */
			}

			.house-feature-icons span.feature-icon.f19 {
				background-position: -350px -50px;
				/* temperature 1 */
			}

			.house-feature-icons span.feature-icon.f20 {
				background-position: -400px -50px;
				/* oven */
			}

			.house-feature-icons span.feature-icon.f21 {
				background-position: -450px -50px;
				/* castle */
			}

			.house-feature-icons span.feature-icon.f22 {
				background-position: -500px -50px;
				/* indoor pool */
			}

			.house-feature-icons span.feature-icon.f23 {
				background-position: 0 -100px;
				/* sunchair */
			}

			.house-feature-icons span.feature-icon.f24 {
				background-position: -50px -100px;
				/* barbeque */
			}

			.house-feature-icons span.feature-icon.f25 {
				background-position: -100px -100px;
				/* weight */
			}

			.house-feature-icons span.feature-icon.f26 {
				background-position: -150px -100px;
				/* parking */
			}

			.house-feature-icons span.feature-icon.f27 {
				background-position: -200px -100px;
				/* baby */
			}

			.house-feature-icons span.feature-icon.f28 {
				background-position: -250px -100px;
				/* leafs */
			}

			.house-feature-icons span.feature-icon.f29 {
				background-position: -300px -100px;
				/* temperature 2 */
			}

			.house-feature-icons span.feature-icon.f30 {
				background-position: -350px -100px;
				/* bath tube */
			}

			.house-feature-icons span.feature-icon.f31 {
				background-position: -400px -100px;
				/* roof */
			}

			.house-feature-icons span.feature-icon.f32 {
				background-position: -450px -100px;
				/* swimming fins */
			}

			.house-feature-icons span.feature-icon.f33 {
				background-position: -500px -100px;
				/* spa 2 */
			}

			.house-feature-icons span.feature-icon.f34 {
				background-position: 0 -150px;
				/* person add */
			}

			.house-feature-icons span.feature-icon.f35 {
				background-position: -50px -150px;
				/* kingsize bed */
			}

			.house-feature-icons span.feature-icon.f36 {
				background-position: -100px -150px;
				/* car charger */
			}

			.house-feature-icons span.feature-icon.f37 {
				background-position: -150px -150px;
				/* playground */
			}

			.house-feature-icons span.feature-icon.f38 {
				background-position: -200px -150px;
				/* balcony */
			}

			.house-feature-icons span.feature-icon.f39 {
				background-position: -250px -150px;
				/* hous park */
			}

			.house-feature-icons span.feature-icon.f40 {
				background-position: -300px -150px;
				/* spa bucket */
			}

			.house-feature-icons span.feature-icon.f41 {
				background-position: -350px -150px;
				/* bread */
			}

			.house-feature-icons span.feature-icon.f42 {
				background-position: -400px -150px;
				/* bowling */
			}

			.house-feature-icons span.feature-icon.f43 {
				background-position: -450px -150px;
				/* hiking boots */
			}

			.house-feature-icons span.feature-icon.f44 {
				background-position: -500px -150px;
				/* flowers */
			}

			.house-feature-icons span.feature-icon.f45 {
				background-position: 0 -200px;
				/* dog hat */
			}

			.house-feature-icons span.feature-icon.f46 {
				background-position: -50px -200px;
				/* champagne */
			}

			.house-feature-icons span.feature-icon.f47 {
				background-position: -100px -200px;
				/* surf */
			}

			.house-feature-icons span.feature-icon.f48 {
				background-position: -150px -200px;
				/* beach */
			}

			.house-feature-icons span.feature-icon.f49 {
				background-position: -200px -200px;
				/* eggs */
			}

			.house-feature-icons span.feature-icon.f50 {
				background-position: -250px -200px;
				/* fork and spoon */
			}

			.house-feature-icons span.feature-icon.f51 {
				background-position: -300px -200px;
				/* scooter */
			}

			.house-feature-icons span.feature-icon.f52 {
				background-position: -350px -200px;
				/* yacht */
			}

			.house-feature-icons span.feature-icon.f53 {
				background-position: -400px -200px;
				/* sun */
			}

			.house-feature-icons span.feature-icon.f54 {
				background-position: -450px -200px;
				/* paper plane */
			}

			.house-feature-icons span.feature-icon.f55 {
				background-position: -500px -200px;
				/* price tag */
			}

			.house-feature-icons span.feature-icon.f56 {
				background-position: 0 -250px;
				/* help line */
			}

			.house-feature-icons span.feature-icon.f57 {
				background-position: -50px -250px;
				/* boat */
			}

			.house-feature-icons span.feature-icon.f58 {
				background-position: -100px -250px;
				/* menu */
			}

			.house-feature-icons span.feature-icon.f59 {
				background-position: -150px -250px;
				/* heart */
			}

			.house-feature-icons span.feature-icon.f60 {
				background-position: -200px -250px;
				/* towel */
			}

			.house-feature-icons span.feature-icon.f61 {
				background-position: -250px -250px;
				/* bathtub 1 */
			}

			.house-feature-icons span.feature-icon.f62 {
				background-position: -300px -250px;
				/* bathtub 2 */
			}

			.house-feature-icons span.feature-icon.f63 {
				background-position: -350px -250px;
				/* bathtub 3 */
			}

			.house-feature-icons span.feature-icon.f64 {
				background-position: -400px -250px;
				/* bathtub 4 */
			}

			.house-feature-icons span.feature-icon.f65 {
				background-position: -450px -250px;
				/* living room */
			}

			.house-feature-icons span.feature-icon.f66 {
				background-position: -500px -250px;
				/* washer dryer */
			}

			.house-feature-icons span.feature-icon.f67 {
				background-position: 0 -300px;
				/* bed 1 */
			}

			.house-feature-icons span.feature-icon.f68 {
				background-position: -50px -300px;
				/* bed 2 */
			}

			.house-feature-icons span.feature-icon.f69 {
				background-position: -100px -300px;
				/* bed 3 */
			}

			.house-feature-icons span.feature-icon.f70 {
				background-position: -150px -300px;
				/* bed 4 */
			}

			.house-feature-icons span.feature-icon.f71 {
				background-position: -200px -300px;
				/* parking 1 */
			}

			.house-feature-icons span.feature-icon.f72 {
				background-position: -250px -300px;
				/* parking 2 */
			}

			.house-feature-icons span.feature-icon.f73 {
				background-position: -300px -300px;
				/* parking 3 */
			}

			.house-feature-icons span.feature-icon.f74 {
				background-position: -350px -300px;
				/* parking 4 */
			}

			.house-feature-icons span.feature-icon.f75 {
				background-position: -400px -300px;
				/* parking 5 */
			}

			.house-feature-icons span.feature-icon.f76 {
				background-position: -450px -300px;
				/* bed room */
			}

			.house-feature-icons span.feature-icon.f77 {
				background-position: -500px -300px;
				/* bed one person */
			}

			.house-feature-icons span.feature-icon.f78 {
				background-position: 0 -350px;
				/* sofa */
			}

			.house-feature-icons span.feature-icon.f79 {
				background-position: -50px -350px;
				/* refridgerator */
			}

			.house-feature-icons span.feature-icon.f80 {
				background-position: -100px -350px;
				/* high chair */
			}

			.house-feature-icons span.feature-icon.f81 {
				background-position: -150px -350px;
				/* surface */
			}

			.house-feature-icons span.feature-icon.f82 {
				background-position: -200px -350px;
				/* coffee machine */
			}

			.house-feature-icons span.feature-icon.f83 {
				background-position: -250px -350px;
				/* water heater */
			}

			.house-feature-icons span.feature-icon.f84 {
				background-position: -300px -350px;
				/* dishwasher */
			}

			.house-feature-icons span.feature-icon.f85 {
				background-position: -350px -350px;
				/* stove */
			}

			.house-feature-icons span.feature-icon.f86 {
				background-position: -400px -350px;
				/* microwave */
			}

			.house-feature-icons span.feature-icon.f87 {
				background-position: -450px -350px;
				/* ground floor */
			}

	@media (min-width: 768px) {
		.container, .container-lg, .container-md, .container-sm, .container-xl {
			max-width: 1320px;
		}
	}

	@media(max-width:1440px) {
		.surroundings-slider .slick-dots {
			position: relative;
			margin: 1.5rem auto 2rem auto;
			bottom: auto;
		}
	}

	@media (max-width: 1200px) {
		.date-slider {
			padding: 0 3rem;
		}

			.date-slider .slick-prev {
				left: 0;
			}

			.date-slider .slick-next {
				right: 0;
			}
	}

	@media (max-width: 1130px) {
		header .top-bar {
			display: none;
		}

		header .mobile-menu .user-menu {
			display: table;
			width: 100%;
			clear: both;
		}

			header .mobile-menu .user-menu > li {
				float: left;
				width: calc(100% - 50px);
				text-align: left;
				margin-bottom: 1rem;
			}

				header .mobile-menu .user-menu > li > a {
					display: block;
				}

				header .mobile-menu .user-menu > li:first-child {
					float: none;
					width: 100%;
				}

				header .mobile-menu .user-menu > li:last-child {
					width: 50px;
					text-align: center;
				}

		header nav {
			display: none;
		}

		header .btn-mobile {
			display: flex;
		}

		header + .welcome-back {
			display: block;
		}
	}

	@media( max-width:500px) {
		.surroundings-slider .slick-slide .caption .box-white h6::after {
			display: none !important;
		}
	}

	@media (max-width: 768px) {
		.home-slider .slick-slide img {
			min-height: 40vh;
		}

	

		.banner .caption {
			padding-top: 2rem;
		}

		.slider-pagination-holder {
			text-align: right;
			padding: 0.5rem;
		}

			.slider-pagination-holder .slider-pagination {
				padding: 0.1rem 0.5rem;
			}

		.banner-slider .slick-dots {
			bottom: 5px;
		}

		.banner-slider .slick-next:before,
		.banner-slider .slick-prev:before {
			width: 20px;
			height: 50px;
			line-height: 50px;
			font-size: 0.9rem;
		}

		.banner-slider .swipebox:before {
			width: 30px;
			height: 30px;
			line-height: 30px;
			font-size: 0.9rem;
			top: calc(15% - 15px);
			left: calc(50% - 15px);
		}

		.home-video {
			min-height: inherit;
		}

			.home-video .background-video {
				position: relative;
				top: auto;
				right: auto;
				bottom: auto;
				left: auto;
			}

				.home-video .background-video video#bgvid {
					top: auto;
					left: auto;
					transform: none;
					min-height: inherit;
					display: block;
					width: 100%;
				}

			.home-video .caption {
				padding-bottom: 0.5rem;
				padding-top: 0.5rem;
			}

				.home-video .caption h3 {
					font-size: 1.25rem;
				}

		.main-search {
			transform: translateY(0);
			margin-bottom: 2rem;
			margin-top: 1rem;
		}

			.main-search .has-calendar,
			.main-search .form-select {
				margin-bottom: 0.5rem;
			}

		.breadcrumbs {
			padding: 0.5rem 0;
		}

			.breadcrumbs ul li a,
			.breadcrumbs ul li strong {
				font-size: 0.85rem;
			}

		.filtering {
			padding-bottom: 2rem;
		}

			.filtering h6 {
				pointer-events: initial;
			}

				.filtering h6 .open-filters-btn {
					display: block;
				}

			.filtering ul, .filtering .delete-filters {
				display: none;
			}

		.decorative {
			font-size: 1.35rem;
		}

		.tile-style .overlay {
			top: 1rem;
			right: 1rem;
			bottom: 1rem;
			left: 1rem;
			display: flex;
			flex-direction: column;
		}

			.tile-style .overlay h3 {
				margin: auto;
			}

			.tile-style .overlay p {
				display: none;
			}

		.box-green {
			margin-top: 1rem;
		}

		.has-tabs-thema-villas .nav-tabs,
		.has-tabs .nav-tabs {
			flex-direction: column;
		}

			.has-tabs-thema-villas .nav-tabs li,
			.has-tabs .nav-tabs li {
				margin: 0;
			}

				.has-tabs-thema-villas .nav-tabs li .nav-link,
				.has-tabs .nav-tabs li .nav-link {
					margin-right: 0;
					width: 100%;
				}

		.has-tabs .nav-tabs {
			display: none;
		}

		.has-tabs .tab-content .accordion-mobile-btn {
			display: block;
		}

		.has-tabs .tab-content .tab-pane {
			opacity: 1 !important;
		}

			.has-tabs .tab-content .tab-pane:not(.show), .has-tabs .tab-content .tab-pane:not(.active) {
				display: none;
			}

		.has-tabs-thema-villas .nav-tabs {
			display: none;
		}

		.has-tabs-thema-villas .tab-content .accordion-mobile-btn {
			display: flex;
			pointer-events: initial;
		}

		.has-tabs-thema-villas .tab-content .tab-pane {
			opacity: 1 !important;
		}

			.has-tabs-thema-villas .tab-content .tab-pane:not(.show), .has-tabs-thema-villas .tab-content .tab-pane:not(.active) {
				display: none;
			}

		.accomodaties-item-list .info h5 {
			max-width: 100%;
		}

		.accomodaties-item-list .info .offer {
			top: -4rem;
		}

		.accomodaties-item {
			margin-bottom: 2rem;
			height: auto;
		}

		article.is-on-left {
			transform: none;
		}

		.article {
			margin-top: 2rem;
		}

			.article .box {
				padding: 2rem;
			}

				.article .box:after {
					display: none;
				}

			.article.is-on-right ul {
				flex-flow: initial;
			}

				.article.is-on-right ul li {
					margin-left: 0;
					margin-right: 1rem;
				}

			.article.is-on-right h2, .article.is-on-right h3 {
				text-align: left;
			}

			.article.is-on-right .box {
				padding: 2rem;
			}

		.booking-card {
			margin-bottom: 1rem;
			margin-top: 1rem;
			transform: none;
		}

		#sticky .booking-card form {
			display: block;
			float: none;
		}

		#sticky.stick .booking-card {
			margin-top: 0;
			margin-bottom: 0;
		}

			#sticky.stick .booking-card form {
				display: none;
				overflow: hidden;
				float: none;
				padding: 1rem 1rem 0 1rem;
				transition: all 0.2s ease-in-out;
			}

				#sticky.stick .booking-card form.visible {
					display: block;
				}

				#sticky.stick .booking-card form .row,
				#sticky.stick .booking-card form .step-element,
				#sticky.stick .booking-card form .btn {
					width: 100%;
					margin: 0 auto 1rem auto;
					float: none;
				}

				#sticky.stick .booking-card form .btn {
					margin-bottom: 0;
				}

				#sticky.stick .booking-card form .row > .mb1 {
					margin-bottom: 0.5rem !important;
					padding: 0 !important;
				}

			#sticky.stick .booking-card .sticky-show-booking-on-mobile {
				display: block;
			}

				#sticky.stick .booking-card .sticky-show-booking-on-mobile .btn {
					position: relative;
				}

					#sticky.stick .booking-card .sticky-show-booking-on-mobile .btn:after {
						content: '';
						position: absolute;
						z-index: 3;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background-size: 30px 30px;
						background-color: #fff;
						background-image: url("../images/icon-arrow-up.svg");
						background-repeat: no-repeat;
						background-position: center center;
						display: none;
					}

					#sticky.stick .booking-card .sticky-show-booking-on-mobile .btn.open:after {
						display: block;
					}

		.house-extras > div {
			width: 50%;
			margin-right: 0 !important;
		}

		.house-extras img {
			height: auto;
			width: 2rem;
			margin-right: 1rem;
		}

		.property-highlights {
			margin-top: 0;
		}

		label.text-right {
			text-align: left;
		}

		.mt1-on-mobile {
			margin-top: 1rem;
		}

		.mt--6 {
			transform: none;
		}

		.white-box {
			padding: 1rem;
		}

		.white-box-2 {
			padding: 1rem;
		}

		.btn-list li {
			width: 50%;
		}

			.btn-list li a {
				padding-left: 1rem;
				padding-right: 1rem;
			}

		.boxed-radio {
			margin-bottom: 2rem;
			display: table;
			width: 100%;
		}

		.progress-steps {
			height: auto;
			padding: 1rem 0;
			display: table;
			width: 100%;
		}

			.progress-steps ul li {
				margin-right: 0;
			}

				.progress-steps ul li p {
					padding: 0 0.5rem;
					line-height: initial;
					background: transparent !important;
					margin-bottom: 1rem;
				}

					.progress-steps ul li p:before, .progress-steps ul li p:after {
						display: none;
					}

				.progress-steps ul li.active p {
					color: #a68e2f;
				}

		.date-picker {
			margin-bottom: 1rem;
		}

		.alternative h3 {
			text-align: center;
		}

		.alternative .has-image-right img {
			display: block;
			margin: 2rem auto;
		}

		.alternative h4 {
			text-align: center;
			display: block;
			padding: 0;
		}

		.alternative .alternative-period-item {
			margin: 1rem auto;
		}

		.alternative .bg-color-2,
		.alternative .bg-color-none {
			padding-top: 2rem;
			padding-bottom: 2rem;
		}

		.video-actions {
			margin: auto auto 0 auto;
			display: block;
			text-align: center;
		}

			.video-actions > div {
				display: inline-block;
				margin: auto 0.5rem;
				width: 30px;
				height: 30px;
				line-height: 28px;
				font-size: 0.8rem;
			}

		footer h6 {
			margin-top: 3rem;
		}

		footer .payment-icons {
			display: table;
			width: 100%;
			padding-top: 3rem;
			float: none;
			padding-bottom: 1rem;
			text-align: center;
		}

			footer .payment-icons li {
				float: none;
				display: inline-block;
				padding: 0.5rem;
				min-height: 60px;
			}

				footer .payment-icons li a {
					margin: 0;
					border: 1px solid #3e3d3d;
					background-color: #363535;
					padding: 0.5rem;
					height: 60px;
				}

		footer .copyright {
			background: transparent;
			overflow: hidden;
		}

			footer .copyright .row > div {
				padding-left: 0;
				padding-right: 0;
			}

			footer .copyright p {
				margin: 0;
				padding: 1rem 12px;
				background: #fff;
				position: relative;
			}

			footer .copyright img {
				padding: 1.5rem 1.5rem 0.5rem 12px;
			}

		footer .btn-scroll {
			margin-top: 2rem;
		}



		.surroundings-slider .slick-dots li button:before {
			color: #06989e;
		}

		.surroundings-slider .slick-slide .caption .box-white {
			padding: 1rem;
		}

			.surroundings-slider .slick-slide .caption .box-white h6 {
				font-size: 1.35rem;
			}

		.mobile-mb5 {
			margin-bottom: 2rem !important;
		}

		#swipebox-arrows {
			width: 150px;
		}

		span.icon > .popup {
			background: #fff;
			padding: 1.5rem;
			box-shadow: 0 1rem 3rem rgba(28, 28, 29, 0.1);
			right: 0 !important;
			left: auto !important;
		}

		#map .map-holder iframe {
			min-height: 80vh !important;
		}
	}



	/* CUSTOM by IT */
	img.ui-datepicker-trigger {
		display: none;
	}

	.hasDatepicker {
		background-color: #fff !important;
	}

	.image-holder {
		background-image: url('../assets/images/search_bg.jpg');
		display: block;
		min-height: 700px;
		position: relative;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;
	}

	.search-section .header-title {
		color: #000;
		font-size: 70px;
		position: absolute;
		z-index: 2;
		top: 15%;
		text-align: center;
		width: 100%;
		font-weight: 700;
	}

	.hasDatepicker, .has-person-icon {
		cursor: pointer;
	}

	.houseSearchList.shake {
		-webkit-animation-name: spaceboots;
		-webkit-animation-duration: 1s;
		-webkit-transform-origin: center;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in-out;
	}

	.activity-item-header {
		position: relative;
		display: table;
		width: 100%;
	}

		.activity-item-header .offer {
			position: absolute;
			right: 1rem;
			bottom: -100px;
			width: 122px;
			height: 83px;
			background: url(../images/text-bubble-black.svg) no-repeat center center;
			text-align: center;
			font-size: 14px;
			color: #fff;
			padding: 7px 25px 0 20px;
			z-index: 99;
			font-weight: 500;
			display: flex;
			justify-content: center;
			align-items: center;
		}

	.input-validation-error {
		border: 1px solid #f00 !important;
	}

	.bungalowText img {
		width: 160px;
		margin-bottom: 9px;
	}

	/* Chrome, Safari, Edge, Opera */
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	/* Firefox */
	input[type=number] {
		-moz-appearance: textfield;
	}

	.step-element span.icon {
		padding: 0;
		margin-left: 5px;
	}

	.actions .old-price {
		text-decoration: line-through;
		font-size: 0.65rem;
	}

	.accomodaties-item-list .info .offer span.old-price {
		text-decoration: line-through;
		font-size: 0.95rem;
	}

	.pricetooltip {
		cursor: pointer;
	}

	.step-total ul li:last-child {
		font-size: 1rem;
		padding-top: 0;
	}

	footer form select {
		width: 100%;
		background: transparent;
		border: 0 none;
		border-bottom: 1px solid #fff;
		padding: 0;
		line-height: 40px;
		margin-bottom: 1rem;
		font-weight: 300;
		color: #fff;
	}

	.customSelect2 select {
		width: 100%;
		background: transparent;
		border: 0 none;
		border-bottom: 1px solid #000;
		padding: 0;
		line-height: 40px;
		margin-bottom: 1rem;
		font-weight: 300;
		color: #000;
	}

	.answer-box {
		margin-bottom: 40px;
		padding: 30px 30px;
		border: solid 1px #e5e5e5;
		border-radius: 10px;
	}

	.faq .fas {
		color: #a68e2f;
		margin-right: 10px;
	}

	.faq a {
		text-decoration: none;
		cursor: pointer;
	}

	.faq .question {
		font-weight: bold;
	}

	.accordion-button::after {
		display: none;
	}

	.accordion-button:not(.collapsed) {
		color: #a68e2f;
		background-color: #FFFFFF;
	}

		.accordion-button:not(.collapsed) i {
			transform: rotate(90deg);
		}

	.accordion-button {
		color: #a68e2f;
		padding-left: 0px !important;
		font-family: "Barlow", sans-serif;
		font-weight: normal;
		line-height: 24px;
		font-weight: 400;
		font-size: 16px;
		transition: transform .2s ease-in-out;
	}

		.accordion-button:focus {
			border-bottom: solid 1px #a68e2f;
			box-shadow: 0 0 0 0.25rem rgb(166 142 47 / 0%);
		}

	.main-content a:not(.btn) {
		color: #a68e2f;
		text-decoration: underline;
	}

	.main-content a:hover {
		text-decoration: none;
	}

	a.read-more {
		text-decoration: none;
	}

	header {
		z-index: 3;
	}

	.step-element .q-number select {
		width: calc(100% - 56px);
		height: 28px;
		border-radius: 0;
		float: left;
		margin-bottom: 0;
		background: transparent;
		border: 0 none;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		background-image: none !important;
		padding-left: 18px;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
	}

		.step-element .q-number select::-ms-expand {
			display: none;
		}

	.checked-list.has-bubble li:last-child {
		padding: 25px 12px 0 6px;
		font-size: 12px;
	}

	footer form select {
		background-color: #313030;
	}

	h2 a, h5 a {
		color: #000;
	}

	.has-tabs-thema-villas .nav-tabs > li .nav-link.active span {
		color: #a68e2f;
	}

	label.text-right {
		padding-bottom: 20px;
		line-height: normal;
	}

	header .top-bar > ul > li > ul li a {
		line-height: 30px;
	}

	.container .house-extras div.house-feature-icons {
		margin-right: 1rem;
	}

	#ui-datepicker-div {
		z-index: 99999 !important;
	}

	.house-extras div {
		margin-right: 0.5rem;
	}

	.modal.house-info .modal-dialog .modal-content .modal-body ul li {
		display: inline-flex;
		width: 100px;
	}

		.modal.house-info .modal-dialog .modal-content .modal-body ul li span {
			margin-right: 0;
			width: 100%;
			white-space: nowrap;
		}

	.banner .caption {
		z-index: 0;
	}

	.accomodaties-item a {
		color: #000;
	}

	.accomodaties-item .action .btn {
		color: #FFFFFF !important;
		font-size: 1.2rem !important;
	}

	.highlights-text {
		color: #EF8400;
		font-weight: 700;
		font-size: 1.2rem;
		padding-bottom: 1rem;
	}

	.house-extras .hfip p {
		display: flex !important;
	}

	.checked-list p {
		position: relative;
		font-size: 1.2rem !important;
		padding-bottom: 5px;
	}

		.checked-list p::before {
			content: '\f00c';
			top: 5px;
			left: 0;
			font-family: "Font Awesome 5 Free";
			font-size: 1rem;
			color: #a68e2f;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			font-weight: 900;
		}

	.accomodaties-item .actions {
		min-height: 60px;
	}

	.accomodaties-item .info ul {
		margin: 1rem 0 1rem 0;
	}

	.accomodaties-item .info p {
		margin-bottom: 0;
	}

	.go-to-360 {
		height: auto;
	}

	.modal.house-info .modal-dialog .modal-content .modal-body ul li {
		width: 111px;
	}

	.house-feature-icons {
		width: 50px;
		height: 50px;
		align-items: center;
		display: flex;
	}

		.house-feature-icons span.feature-icon {
			background-image: url("../images/feature-icons-sprite.svg");
			background-repeat: no-repeat;
			background-position: 0 0;
			background-size: 550px 550px;
			border-radius: 0;
			display: block;
			width: 50px;
			height: 50px;
			/* ---- second row of icons in sprite sheet ---- */
			/* ---- third row of icons in sprite sheet ---- */
			/* ---- fourth row of icons in sprite sheet ---- */
			/* ---- fifth row of icons in sprite sheet ---- */
			/* ---- sixth row of icons in sprite sheet ---- */
			/* ---- seventh row of icons in sprite sheet ---- */
			/* ---- eigth row of icons in sprite sheet ---- */
		}

			.house-feature-icons span.feature-icon.f17 {
				background-position: 0 0;
				/* 1 fish */
			}

			.house-feature-icons span.feature-icon.f15 {
				background-position: -50px 0;
				/* 2 golf */
			}

			.house-feature-icons span.feature-icon.f7 {
				background-position: -100px 0;
				/* 3 dog */
			}

			.house-feature-icons span.feature-icon.f4 {
				background-position: -150px 0;
				/* 4 no smoking */
			}

			.house-feature-icons span.feature-icon.f2 {
				background-position: -200px 0;
				/* 5 TV */
			}

			.house-feature-icons span.feature-icon.f5 {
				background-position: -250px 0;
				/* 6 washmachine */
			}

			.house-feature-icons span.feature-icon.f10 {
				background-position: -300px 0;
				/*7 wifi */
			}

			.house-feature-icons span.feature-icon.f12 {
				background-position: -350px 0;
				/*8 bicycle */
			}

			.house-feature-icons span.feature-icon.f11 {
				background-position: -400px 0;
				/*9 horse */
			}

			.house-feature-icons span.feature-icon.f3 {
				background-position: -450px 0;
				/*10 ski */
			}

			.house-feature-icons span.feature-icon.f011 {
				background-position: -500px 0;
				/*11 baby tub */
			}

			.house-feature-icons span.feature-icon.f6 {
				background-position: 0 -50px;
				/*2.1 air condition */
			}

			.house-feature-icons span.feature-icon.f8 {
				background-position: -50px -50px;
				/*2.2 pool */
			}

			.house-feature-icons span.feature-icon.f9 {
				background-position: -100px -50px;
				/*2.3 wheelchair */
			}

			.house-feature-icons span.feature-icon.f14 {
				background-position: -150px -50px;
				/*2.4 tennis */
			}

			.house-feature-icons span.feature-icon.f49 {
				background-position: -200px -50px;
				/*2.5 shower */
			}

			.house-feature-icons span.feature-icon.f18 {
				background-position: -250px -50px;
				/*2.6 spa 1 */
			}

			.house-feature-icons span.feature-icon.f19 {
				background-position: -300px -50px;
				/*2.7 camp fire */
			}

			.house-feature-icons span.feature-icon.f019 {
				background-position: -350px -50px;
				/*2.8 temperature 1 */
			}

			.house-feature-icons span.feature-icon.f39 {
				background-position: -400px -50px;
				/*2.9 oven */
			}

			.house-feature-icons span.feature-icon.f021 {
				background-position: -450px -50px;
				/*2.10 castle */
			}

			.house-feature-icons span.feature-icon.f08 {
				background-position: -500px -50px;
				/*2.11 indoor pool */
			}

			.house-feature-icons span.feature-icon.f023 {
				background-position: 0 -100px;
				/*3.1 sunchair */
			}

			.house-feature-icons span.feature-icon.f1 {
				background-position: -50px -100px;
				/* barbeque */
			}

			.house-feature-icons span.feature-icon.f025 {
				background-position: -100px -100px;
				/* weight */
			}

			.house-feature-icons span.feature-icon.f28 {
				background-position: -150px -100px;
				/* parking */
			}

			.house-feature-icons span.feature-icon.f027 {
				background-position: -200px -100px;
				/* baby */
			}

			.house-feature-icons span.feature-icon.f028 {
				background-position: -250px -100px;
				/* leafs */
			}

			.house-feature-icons span.feature-icon.f029 {
				background-position: -300px -100px;
				/* temperature 2 */
			}

			.house-feature-icons span.feature-icon.f16 {
				background-position: -350px -100px;
				/* bath tube */
			}

			.house-feature-icons span.feature-icon.f27 {
				background-position: -400px -100px;
				/* roof */
			}

			.house-feature-icons span.feature-icon.f032 {
				background-position: -450px -100px;
				/* swimming fins */
			}

			.house-feature-icons span.feature-icon.f033 {
				background-position: -500px -100px;
				/* spa 2 */
			}

			.house-feature-icons span.feature-icon.f44 {
				background-position: 0 -150px;
				/*4.1 person add */
			}

			.house-feature-icons span.feature-icon.f47 {
				background-position: -50px -150px;
				/* kingsize bed */
			}

			.house-feature-icons span.feature-icon.f036 {
				background-position: -100px -150px;
				/* car charger */
			}

			.house-feature-icons span.feature-icon.f23 {
				background-position: -150px -150px;
				/* playground */
			}

			.house-feature-icons span.feature-icon.f41 {
				background-position: -200px -150px;
				/* balcony */
			}

			.house-feature-icons span.feature-icon.f034 {
				background-position: -250px -150px;
				/* hous park, garden furniture */
			}

			.house-feature-icons span.feature-icon.f040 {
				background-position: -300px -150px;
				/* spa bucket */
			}

			.house-feature-icons span.feature-icon.f041 {
				background-position: -350px -150px;
				/* bread */
			}

			.house-feature-icons span.feature-icon.f042 {
				background-position: -400px -150px;
				/* bowling */
			}

			.house-feature-icons span.feature-icon.f043 {
				background-position: -450px -150px;
				/* hiking boots */
			}

			.house-feature-icons span.feature-icon.f044 {
				background-position: -500px -150px;
				/* flowers */
			}

			.house-feature-icons span.feature-icon.f045 {
				background-position: 0 -200px;
				/* dog hat */
			}

			.house-feature-icons span.feature-icon.f046 {
				background-position: -50px -200px;
				/* champagne */
			}

			.house-feature-icons span.feature-icon.f047 {
				background-position: -100px -200px;
				/* surf */
			}

			.house-feature-icons span.feature-icon.f25 {
				background-position: -150px -200px;
				/* beach */
			}

			.house-feature-icons span.feature-icon.f049 {
				background-position: -200px -200px;
				/* eggs */
			}

			.house-feature-icons span.feature-icon.f34 {
				background-position: -250px -200px;
				/* fork and spoon */
			}

			.house-feature-icons span.feature-icon.f051 {
				background-position: -300px -200px;
				/* scooter */
			}

			.house-feature-icons span.feature-icon.f052 {
				background-position: -350px -200px;
				/* yacht */
			}

			.house-feature-icons span.feature-icon.f053 {
				background-position: -400px -200px;
				/* sun */
			}

			.house-feature-icons span.feature-icon.f054 {
				background-position: -450px -200px;
				/* paper plane */
			}

			.house-feature-icons span.feature-icon.f055 {
				background-position: -500px -200px;
				/* price tag */
			}

			.house-feature-icons span.feature-icon.f056 {
				background-position: 0 -250px;
				/* help line */
			}

			.house-feature-icons span.feature-icon.f057 {
				background-position: -50px -250px;
				/* boat */
			}

			.house-feature-icons span.feature-icon.f058 {
				background-position: -100px -250px;
				/* menu */
			}

			.house-feature-icons span.feature-icon.f059 {
				background-position: -150px -250px;
				/* heart */
			}

			.house-feature-icons span.feature-icon.f060 {
				background-position: -200px -250px;
				/* towel */
			}

			.house-feature-icons span.feature-icon.f061 {
				background-position: -250px -250px;
				/* bathtub 1 */
			}

			.house-feature-icons span.feature-icon.f062 {
				background-position: -300px -250px;
				/* bathtub 2 */
			}

			.house-feature-icons span.feature-icon.f063 {
				background-position: -350px -250px;
				/* bathtub 3 */
			}

			.house-feature-icons span.feature-icon.f064 {
				background-position: -400px -250px;
				/* bathtub 4 */
			}

			.house-feature-icons span.feature-icon.f065 {
				background-position: -450px -250px;
				/* living room */
			}

			.house-feature-icons span.feature-icon.f066 {
				background-position: -500px -250px;
				/* washer dryer */
			}

			.house-feature-icons span.feature-icon.f067 {
				background-position: 0 -300px;
				/* bed 1 */
			}

			.house-feature-icons span.feature-icon.f068 {
				background-position: -50px -300px;
				/* bed 2 */
			}

			.house-feature-icons span.feature-icon.f069 {
				background-position: -100px -300px;
				/* bed 3 */
			}

			.house-feature-icons span.feature-icon.f070 {
				background-position: -150px -300px;
				/* bed 4 */
			}

			.house-feature-icons span.feature-icon.f071 {
				background-position: -200px -300px;
				/* parking 1 */
			}

			.house-feature-icons span.feature-icon.f072 {
				background-position: -250px -300px;
				/* parking 2 */
			}

			.house-feature-icons span.feature-icon.f073 {
				background-position: -300px -300px;
				/* parking 3 */
			}

			.house-feature-icons span.feature-icon.f074 {
				background-position: -350px -300px;
				/* parking 4 */
			}

			.house-feature-icons span.feature-icon.f075 {
				background-position: -400px -300px;
				/* parking 5 */
			}

			.house-feature-icons span.feature-icon.f45 {
				background-position: -450px -300px;
				/* bed room */
			}

			.house-feature-icons span.feature-icon.f46 {
				background-position: -500px -300px;
				/* bed one person */
			}

			.house-feature-icons span.feature-icon.f48 {
				background-position: 0 -350px;
				/* sofa */
			}

			.house-feature-icons span.feature-icon.f35 {
				background-position: -50px -350px;
				/* refridgerator */
			}

			.house-feature-icons span.feature-icon.f42 {
				background-position: -100px -350px;
				/* high chair */
			}

			.house-feature-icons span.feature-icon.f43 {
				background-position: -150px -350px;
				/* surface */
			}

			.house-feature-icons span.feature-icon.f37 {
				background-position: -200px -350px;
				/* coffee machine */
			}

			.house-feature-icons span.feature-icon.f36 {
				background-position: -250px -350px;
				/* water heater */
			}

			.house-feature-icons span.feature-icon.f21 {
				background-position: -300px -350px;
				/* dishwasher */
			}

			.house-feature-icons span.feature-icon.f40 {
				background-position: -350px -350px;
				/* stove */
			}

			.house-feature-icons span.feature-icon.f086 {
				background-position: -400px -350px;
				/* microwave */
			}

			.house-feature-icons span.feature-icon.f38 {
				background-position: -450px -350px;
				/* ground floor */
			}

.banner img {
	min-height: 300px;
}
.white-box > .myaccount-menu-steps {
	pointer-events: auto;
	position: absolute;
	top: -10px;
	left: 48px;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

	.myaccount-menu-steps {
		height: 60px;
	}

		.myaccount-menu-steps ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.myaccount-menu-steps ul li {
				float: left;
				margin-right: 40px;
			}

				.myaccount-menu-steps ul li p {
					display: block;
					background: #fff;
					position: relative;
					margin-bottom: 0;
					padding: 0 1.25rem;
					line-height: 60px;
				}

					.myaccount-menu-steps ul li p a {
						text-decoration: none;
					}

				.myaccount-menu-steps ul li:first-child p {
					border-radius: 5px;
				}

				.myaccount-menu-steps ul li:last-child {
					margin-right: 0;
				}

					.myaccount-menu-steps ul li:last-child p {
						border-radius: 5px;
					}

				.myaccount-menu-steps ul li.active p {
					background: #a68e2f;
					color: #fff;
				}

					.myaccount-menu-steps ul li.active p a {
						color: #fff;
					}

					.myaccount-menu-steps ul li.active p:before {
						border-top: 30px solid #a68e2f;
						border-bottom: 30px solid #a68e2f;
					}

					.myaccount-menu-steps ul li.active p:after {
						border-left: 30px solid #a68e2f;
					}
@media (max-width: 768px) {

	.white-box > .myaccount-menu-steps {
		left: 16px;
	}
}


	.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
		background-color: #a68e2f;
	}

	.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary, .btn-primary, .show > .btn-primary.dropdown-toggle {
		background-color: #1d1d1b;
	}

		.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary:hover, .btn-primary:hover, .show > .btn-primary.dropdown-toggle {
			background-color: #a68e2f;
		}


	#paymentContainer {
		padding-top: 10px;
	}

	.cs_form .element.Checkbox_element input[type="checkbox"] + input + div::before,
	.cs_form .element.Checkbox_element input[type="radio"] + input + div::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 19px;
		height: 19px;
		border: 1px solid #ae9b8a;
		background: #fff;
		border-radius: 0px;
		display: block;
	}

	.step-info .featured-image-steps .offer {
		padding: 18px 10px 0 10px;
		font-size: 0.8rem;
	}

	.payment-options li img {
		height: auto;
	}

	.custom-checkbox .btn-block {
		padding: 0.7rem 0.875rem;
	}

	.step-total ul li p {
		display: flow-root;
	}

	.hfip p {
		display: none;
	}

	.step-info .featured-image-steps .offer {
		font-size: 0.8rem;
		padding-top: 35px;
	}

	.tooltip-inner {
		min-width: auto;
	}

	@media (max-width: 768px) {
		.has-tabs-thema-villas .nav-tabs {
			display: inline;
		}
	}

	.sticky-show-booking-on-mobile a.btn:focus {
		box-shadow: none;
	}

	@media only screen and (max-width: 769px) {

		.stick .booking-card-price {
			display: none;
		}
	}

	.step-total ul li p {
		margin-right: 60px;
	}

		.step-total ul li p span {
			margin-right: -60px;
		}

	.step-extra {
		font-family: "Barlow", sans-serif;
		font-weight: normal;
	}

		.step-extra p {
			font-style: italic;
			font-size: 12px;
		}

	.Checkbox_wrapper .step-extra p {
		font-style: normal;
		font-size: inherit;
	}

	.field-validation-error {
		color: #FF0000;
		font-size: 14px;
	}

	.field-validation-error {
		color: #FF0000;
		font-size: 14px;
	}


	/*==================ERROR 404 ===========================*/
	.cls-1 {
		fill: #a48b2b;
	}

	.cls-2 {
		fill: #313030;
	}

	.cls-3 {
		fill: #313030;
	}

	.cls-4 {
		fill: #f78d5e;
	}

	.cls-5 {
		fill: #fa976c;
	}

	.cls-6,
	.cls-7,
	.cls-8 {
		fill: #cdcdcd;
	}


	.cls-7 {
		opacity: 0.4;
	}

	.cls-9 {
		fill: #f4b73b;
	}

	.cls-11 {
		fill: #f9c358;
	}

	.cls-12 {
		fill: #e8ad93;
	}

	.cls-13 {
		fill: #e8ad93;
	}

	.cls-14 {
		fill: #f9c358;
	}




	/* animations */

	.wheel {
		animation: wheel-rotate 6s ease infinite;
		transform-origin: center;
		transform-style: preserve-3d;
	}

	@keyframes wheel-rotate {
		50% {
			transform: rotate(360deg);
			animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
		}

		100% {
			transform: rotate(960deg)
		}
	}

	.clock-hand-1 {
		animation: clock-rotate 3s linear infinite;
		transform-origin: bottom;
		transform-style: preserve-3d;
	}

	.clock-hand-2 {
		animation: clock-rotate 6s linear infinite;
		transform-origin: bottom;
		transform-style: preserve-3d;
	}

	@keyframes clock-rotate {
		100% {
			transform: rotate(360deg)
		}
	}

	#box-top {
		animation: box-top-anim 2s linear infinite;
		transform-origin: right top;
		transform-style: preserve-3d;
	}

	@keyframes box-top-anim {
		50% {
			transform: rotate(-5deg)
		}
	}

	#umbrella {
		animation: umbrella-anim 6s linear infinite;
		transform-origin: center;
		transform-style: preserve-3d;
	}

	@keyframes umbrella-anim {
		25% {
			transform: translateY(10px) rotate(5deg);
		}

		75% {
			transform: rotate(-5deg);
		}
	}

	#cup {
		animation: cup-rotate 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
		transform-origin: top left;
		transform-style: preserve-3d;
	}

	@keyframes cup-rotate {
		50% {
			transform: rotate(-5deg)
		}
	}

	#pillow {
		animation: pillow-anim 3s linear infinite;
		transform-origin: center;
		transform-style: preserve-3d;
	}

	@keyframes pillow-anim {
		25% {
			transform: rotate(10deg) translateY(5px)
		}

		75% {
			transform: rotate(-10deg)
		}
	}

	#stripe {
		animation: stripe-anim 3s linear infinite;
		transform-origin: center;
		transform-style: preserve-3d;
	}

	@keyframes stripe-anim {
		25% {
			transform: translate(10px, 0) rotate(-10deg)
		}

		75% {
			transform: translateX(10px)
		}
	}

	#bike {
		animation: bike-anim 6s ease infinite;
	}

	@keyframes bike-anim {
		0% {
			transform: translateX(-1300px)
		}

		50% {
			transform: translateX(0);
			animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
		}

		100% {
			transform: translateX(1300px)
		}
	}

	#rucksack {
		animation: ruck-anim 3s linear infinite;
		transform-origin: top;
		transform-style: preserve-3d;
	}

	@keyframes ruck-anim {
		50% {
			transform: rotate(5deg)
		}
	}

	.circle {
		animation: circle-anim ease infinite;
		transform-origin: center;
		transform-style: preserve-3d;
		perspective: 0px;
	}

		.circle.c1 {
			animation-duration: 2s
		}

		.circle.c2 {
			animation-duration: 3s
		}

		.circle.c3 {
			animation-duration: 1s
		}

		.circle.c4 {
			animation-duration: 1s
		}

		.circle.c5 {
			animation-duration: 2s
		}

		.circle.c6 {
			animation-duration: 3s
		}

	@keyframes circle-anim {
		50% {
			transform: scale(.2) rotateX(360deg) rotateY(360deg)
		}
	}

	.four,
	#ou {
		animation: four-anim cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
	}

		.four.a {
			transform-origin: bottom left;
			animation-duration: 3s;
			transform-style: preserve-3d;
		}

		.four.b {
			transform-origin: bottom right;
			animation-duration: 3s;
			transform-style: preserve-3d;
		}

	#ou {
		animation-duration: 6s;
		transform-origin: center;
		transform-style: preserve-3d;
	}

	@keyframes four-anim {
		50% {
			transform: scale(.98)
		}
	}

	.animation {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		width: 40%;
		height: 40%;
	}


	/*=========LateCheckIn=========*/
	.CheckedInSuccesfully {
		max-width: 700px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 7%;
		margin-bottom: 7%;
	}

	.texxt {
		text-align: left;
	}

	.stickyheader {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10;
	}

	@media only screen and (max-width: 767px) {
		img.logoheader {
			width: 54%;
		}
	}

	@media only screen and (min-width:1131px) {
		.headerbutton {
			display: none;
		}
	}




	@media only screen and (max-width:1131px) {
		.reservebutton {
			display: none !important;
		}
	}

	@media only screen and (max-width:1130px) {
		.headerbutton {
			width: 25%;
			margin-left: 6%;
			padding-left: unset;
			padding-right: unset;
			position: absolute;
			font-size: 10px;
			right: 11rem;
		}
	}

	@media only screen and (max-width:650px) {
		.headerbutton {
			right: 8rem;
		}
	}

	@media only screen and (max-width:530px) {
		.headerbutton {
			width: 30%;
			margin-left: 6%;
			padding-left: unset;
			padding-right: unset;
			position: absolute;
			font-size: 10px;
			right: 4rem;
		}
	}

	.priceguarantee {
		font-size: 13px;
		padding-top: 10px;
		color: red;
	}

	#dateActionTooltip {
		background: #ff4600;
		border-radius: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
		color: #FFFFFF;
		display: none;
		font-size: 13px;
		left: 0;
		padding: 1px 15px;
		margin-top: 5px;
	}

	.mustFill {
		border-color: #ff4600;
	}


