* {
	outline: none !important;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.aic {
	align-items: center;
}
.container {
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
	.container {
		max-width: 100%;
	}
}
pre,
code,
kbd,
samp {
	font-family: "Inter", sans-serif;
}
img {
	height: auto;
}
.navbar-brand img {
	max-width: 50px;
}
.home-banner img {
	max-width: 140px;
}
.search-form .js-form-item {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1000px) {
	.search-form .js-form-item:nth-child(1) {
		flex: 1 1 15%;
		min-width: max-content;
	}
}
.search-form .js-form-item input {
	margin-top: 0;
}
@media screen and (max-width: 1000px) {
	.search-form .js-form-item input {
		padding-left: 10px;
	}
}
@media screen and (max-width: 575px) {
	.search-form .js-form-item input {
		padding-left: 0;
	}
}
.search-form .js-form-item-field-property-type-target-id .form-select {
	height: 42px;
}
.search-form .js-form-item-field-non-available-dates-value,
.search-form .js-form-item-field-non-available-dates-value-1 {
	display: none;
}
.search-form .js-form-item-date-range {
	flex: 1 1 20%;
}
.search-form .js-form-item-date-range input {
	line-height: revert;
}
.search-form .js-form-item-date-range input::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1000px) {
	.search-form .form-actions {
		flex: 1 1 15%;
	}
}
@media screen and (max-width: 575px) {
	.search-form .form-actions {
		padding-left: 0;
	}
}
.selectric-wrapper {
	width: 100%;
}
.selectric-wrapper .selectric {
	display: flex;
	align-items: center;
	max-width: 225px;
	background: none;
	border: none;
	overflow: hidden;
}
@media screen and (max-width: 760px) {
	.selectric-wrapper .selectric {
		max-width: 100%;
	}
}
.selectric-wrapper .selectric span {
	height: auto;
	margin: 0 0 0 10px;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 760px) {
	.selectric-wrapper .selectric span {
		margin-left: 10px;
	}
}
@media screen and (max-width: 575px) {
	.selectric-wrapper .selectric span {
		margin-left: 0;
	}
}
.selectric-wrapper .selectric .button {
	position: relative;
	background: url(../assets/select_arrow.png) no-repeat 50% 50%;
}
.selectric-wrapper .selectric .button:after {
	display: none;
}
.selectric-wrapper .selectric-scroll::-webkit-scrollbar {
	width: 2px;
}
.selectric-wrapper .selectric-scroll::-webkit-scrollbar-track {
	background: #f3f3f3;
	border: none;
}
.selectric-wrapper .selectric-scroll::-webkit-scrollbar-thumb {
	background: #c4c4c4;
	border: none;
	border-radius: 1px;
}
.selectric-wrapper .selectric-scroll ul {
	padding: 0 12px;
}
.selectric-wrapper .selectric-scroll ul li {
	position: relative;
	padding: 17px 0;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.41px;
	color: rgba(34, 34, 34, 0.9);
	border-bottom: 0.5px solid rgba(34, 34, 34, 0.1);
}
.selectric-wrapper .selectric-scroll ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #56ccf2;
	border-radius: 2px;
	transform: translateY(-50%);
}
.selectric-wrapper .selectric-scroll ul li.selected,
.selectric-wrapper .selectric-scroll ul li:hover,
.selectric-wrapper .selectric-scroll ul li:active,
.selectric-wrapper .selectric-scroll ul li:focus {
	background: none;
}
.selectric-wrapper .selectric-scroll ul li.selected:before {
	background: #56ccf2 url(../assets/select_arrow_check.png) no-repeat 50% 50%;
}
.daterangepicker {
	font-family: "Inter", sans-serif;
}
.daterangepicker td.active {
	background: #51c2f8;
}
.daterangepicker td.active:hover {
	background: #51c2f8;
}
.daterangepicker td.in-range {
	background: rgba(81, 194, 248, 0.5);
}
.whatsapp-link {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
}
.step h3 {
	font-size: 30px;
	line-height: 70px;
	color: #383838;
}
.step h3:not(.font-weight-bold) {
	font-weight: 600;
}
.step legend {
	margin-bottom: 0;
}
.step .fieldset-legend,
.step h6 {
	display: block;
	margin-bottom: 11px;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	color: rgba(56, 56, 56, 0.9);
}
.step .fieldset-legend p {
	font-size: 14px;
	line-height: 24px;
	color: rgba(56, 56, 56, 0.8);
}
.step .fieldset-legend p strong {
	color: #383838;
}
.step .js-form-item label {
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.5px;
	color: rgba(56, 56, 56, 0.8);
}
.step .js-form-item label.error {
	display: block;
	color: #ea4f4b;
}
.step .js-form-item label.error + .custom-control-label:before {
	border-color: #ef7c79;
	box-shadow: none;
}
.step .js-form-item .form-control {
	border-radius: 8px;
}
.step .js-form-item-field-description-0-value p + label.error {
	display: none !important;
}
.step .js-form-item-field-cancellation-policy label.error {
	display: none !important;
}
.step .js-form-item-field-cancellation-policy label span {
	font-weight: 500 !important;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	color: rgba(56, 56, 56, 0.9);
}
.step .js-form-item-field-cancellation-policy small {
	font-weight: 600;
	font-size: 11px;
	line-height: 24px;
	text-align: justify;
	color: rgba(56, 56, 56, 0.8);
}
.step .field-required {
	color: #ea4f4b;
}
.step .form-control {
	font-size: 14px;
	line-height: 17px;
	color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(34, 34, 34, 0.1);
	border-radius: 8px;
}
.step .form-control.error {
	border: 1px solid #ea4f4b;
}
.step-input-number.flex {
	align-items: center;
}
.step-input-number input {
	max-width: 97px;
}
.step-input-number .input-group-text {
	margin-left: 16px;
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.41px;
	color: rgba(34, 34, 34, 0.9);
	background: none;
	border: none;
}
.step-input-number .input-group-text strong {
	margin-right: 18px;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.7);
}
.step-input-number p {
	margin: 0 0 0 16px;
}
.step .flex > span {
	display: block;
	margin-right: 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.41px;
	color: rgba(34, 34, 34, 0.9);
}
.step .flex .js-form-item {
	margin-bottom: 0;
}


.step .field--type-image table tbody {
	display: flex;
	flex-wrap: wrap;
}

.step .field--type-image table tbody tr {
	display: block;
	width: 200px;
}
.step .field--type-image table tbody tr td{
	display: block;
}
.step .field--type-image table tbody tr td .image-widget {
	position: relative;
	overflow: hidden;
}
.step .field--type-image table tbody tr td .image-widget img{
	display: block;
	clear: both;
	margin: auto;
}
.step .field--type-image table tbody tr td .image-widget span.file--image {
	position: absolute;
	top:0;
	height:100px;
	width:100%;
	cursor: pointer;
}

.step .field--type-image input[type="checkbox"], .step .field--type-image .custom-switch {
	display: none!important;
}
.step .field--type-image label:before, .step .field--type-image label:after {
	display: none!important;
}


.step .field--type-image table tbody tr td .image-widget span:not(.file--image ) {
	display: none;
}

.step .field--type-image table tbody tr td .image-widget .file--image a {
	display: block;
	height:100px;
	width: 100%;
	text-indent: -9999px;
	pointer-events: none!important;
}
.step .field--type-image table tbody tr .tabledrag-handle {
	display: none;
}

.step .field--type-image table tbody tr td input[value="Remove"].disabled {
	pointer-events: none!important;
}

.step input[name^="files[field_images_"], .step input[name^="files[field_sunset_image_"], .step input[name^="files[field_sunrise_image_"] {
	display: none!important;
}
.field--name-field-sunset-image .image-widget img, .field--name-field-sunrise-image .image-widget img {
	display: block;
	clear: both;
	margin:auto;
}

.field--name-field-sunset-image .image-widget span, .field--name-field-sunrise-image .image-widget span {
	text-align: center;
	display: block;
}

.field--name-field-sunrise-image .image-widget span:not(.file--image ) {
	display: none;
}
.step .tabledrag-toggle-weight-wrapper,
.step .tabledrag-toggle-weight-wrapper + table thead {
	display: none!important;
}
.step .tabledrag-toggle-weight-wrapper + table {
	margin-top: 25px;
}
.step label[id^='edit-field-images'] {
	cursor: pointer;
}
#field_listed_by-error {
	position: absolute;
	bottom: 0;
}
#edit-field-price-0-value-error, #edit-field-property-size-0-value-error {
	margin-bottom: 0;
}
#edit-field-property-size-0-value-error,
#edit-field-price-0-value-error {
	position: absolute;
	bottom: -30px;
}
.step-input-number > div{
	align-items: center;
 }

/*
.step .field--type-image summary {
	display: block;
	margin-bottom: 11px;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	color: rgba(56, 56, 56, 0.9);
}
.step .field--type-image .fiu-wrapper {
	display: flex;
	align-items: center;
	max-width: 395px;
	min-height: 323px;
	margin-top: 43px;
}
.step .field--type-image .fiu-wrapper .fiu-add-element {
	float: none;
}
.step .field--type-image .fiu-wrapper label {
	height: auto;
	margin-bottom: 0;
	padding: 0;
}
.step .field--type-image .fiu-wrapper label span {
	display: block;
}
.step .field--type-image .fiu-wrapper svg {
	margin-top: 64px;
}
*/
#edit-field-listed-by {
	flex-wrap: wrap;
	text-align: center;
}
#edit-field-filming-availability-wrapper {
	overflow-x: auto;
}
#edit-field-filming-availability-value {
	display: block;
	width: max-content;
}
#edit-field-cancellation-policy-agree-wrapper .js-form-item {
	display: flex;
	justify-content: flex-start;
}
#edit-field-cancellation-policy-agree-wrapper .js-form-item label:not(.error) {
	font-size: 0;
	text-indent: -99999px;
}
#edit-field-cancellation-policy-agree-wrapper .js-form-item div {
	display: inline-flex;
	font-weight: 500;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.5px;
	color: rgba(56, 56, 56, 0.8);
}
#edit-field-cancellation-policy-agree-wrapper .js-form-item div p {
	margin-bottom: 0;
}
.property-form {
	max-width: 540px;
	margin: 0 auto;
}
.property-form h2,
.property-form a {
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.js-form-item-field-cancellation-policy-agree-value {
		display: flex;
	}
}
.property-btn {
	width: auto;
}
li.property-size strong {
	padding-left: 5px;
	text-transform: lowercase;
}
@media screen and (max-width: 450px) {
	.node--type-property .w-50 {
		width: 100% !important;
	}
}
.node--type-property .field-required {
	color: #ea4f4b;
}
.property-accordion i {
	transform: rotate(90deg);
}
.property-accordion i.fa-angle-up {
	transform: rotate(-90deg);
}
.property-accordion[aria-expanded="true"] i {
	transform: rotate(0deg);
}
.property-accordion[aria-expanded="true"] i.fa-angle-up {
	transform: rotate(-180deg);
}
.collapse div {
	word-break: break-all;
}
.ui-datepicker {
	font-family: "Inter", sans-serif;
}
.ui-datepicker-header {
	background: none;
	border: none;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-datepicker-prev:hover,
.ui-datepicker-prev:active,
.ui-datepicker-prev:focus,
.ui-datepicker-next:hover,
.ui-datepicker-next:active,
.ui-datepicker-next:focus {
	top: 2px;
	background-color: #eee;
	border: none;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	display: inline-block !important;
	max-width: 11px;
	max-height: 11px;
	margin: 0 !important;
	padding: 3px;
	color: #fff;
	background: none !important;
	border: solid #000;
	border-width: 0 2px 2px 0;
	border-radius: 0;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.ui-datepicker-prev:hover,
.ui-datepicker-prev:active,
.ui-datepicker-prev:focus {
	left: 2px;
}
.ui-datepicker-prev.ui-state-disabled {
	display: none;
}
.ui-datepicker-next:hover,
.ui-datepicker-next:active,
.ui-datepicker-next:focus {
	right: 2px;
}
.ui-datepicker-next span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.ui-datepicker-title,
.ui-datepicker table {
	font-size: 12px;
	line-height: 24px;
}
.ui-datepicker .ui-state-default {
	text-align: center;
	color: #212529;
	background: none;
	border: none;
	border-radius: 4px;
}
.ui-datepicker .ui-state-default.ui-state-active {
	background: #51c2f8;
}
.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-state-default:active,
.ui-datepicker .ui-state-default:focus {
	background: rgba(81, 194, 248, 0.5);
}
.ui-datepicker-days-cell-over .ui-state-default {
	background: #51c2f8;
}
.ui-datepicker-days-cell-over .ui-state-default:hover,
.ui-datepicker-days-cell-over .ui-state-default:active,
.ui-datepicker-days-cell-over .ui-state-default:focus {
	background: #51c2f8;
}
.ui-datepicker .ui-state-disabled span {
	text-decoration: line-through;
}
.recce-item {
	justify-content: flex-start;
	width: 100%;
}
.recce-item .col-sm-6 {
	flex: 1;
	max-width: fit-content;
	padding-right: 5px;
}
.recce-item p[data-toggle="tooltip"] {
	cursor: pointer;
}
a.form-control {
	text-align: center;
}
a.loyalty-link {
	text-decoration: none;
	color: initial;
}
.reviews li img {
	width: 67px;
	height: auto;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
}
.reviews article {
	word-break: break-all;
}
.search-content.bottom .row {
	width: 100%;
}
.search-content.bottom .row .views-row {
	flex: 1 1 25%;
	width: 25%;
	max-width: 25%;
	margin: 0;
	padding: 0 15px;
}
@media screen and (max-width: 1000px) {
	.search-content.bottom .row .views-row {
		flex: 1 1 50%;
		width: 50%;
		max-width: 50%;
		padding: 0 2%;
	}
}
.search-content.bottom .views-element-container {
	margin: 0 -15px;
}
@media screen and (max-width: 1000px) {
	.search-content.bottom .views-element-container {
		margin: 0 -2%;
	}
}
.search-content.bottom .views-element-container > div {
	margin: 0;
	padding: 0;
}
.search-content.bottom .views-element-container > div .row {
	flex: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.search-content .views-element-container > div {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2%;
}
.search-content .views-row {
	float: none;
	flex: 1 1 50%;
	width: 50%;
	max-width: 50%;
	margin: 0;
	padding: 0 2%;
}
@media screen and (max-width: 1000px) {
	.search-content .views-row {
		height: auto;
		padding-bottom: 2%;
	}
}
.search-content .views-row img {
	width: 100%;
}
.search-content .bx-controls {
	display: none;
}
.contact-form {
	max-width: 540px;
	margin: 0 auto;
}
.contact-form .field-group-html-element {
	display: flex;
	flex-wrap: wrap;
}
.contact-form .field-group-html-element h2 {
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}
.contact-form .field-group-html-element .js-form-wrapper {
	flex: 1 1 50%;
	width: 50%;
	max-width: 50%;
}
@media screen and (max-width: 760px) {
	.contact-form .field-group-html-element .js-form-wrapper {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
	}
}
.contact-form .field-group-html-element .js-form-wrapper:first-child {
	padding-right: 15px;
}
@media screen and (max-width: 760px) {
	.contact-form .field-group-html-element .js-form-wrapper:first-child {
		padding-right: 0;
	}
}
.contact-form .field-group-html-element .js-form-wrapper:last-child {
	padding-left: 15px;
}
@media screen and (max-width: 760px) {
	.contact-form .field-group-html-element .js-form-wrapper:last-child {
		padding-left: 0;
	}
}
.contact-form label {
	margin-bottom: 10px;
	line-height: 1.2;
}
.contact-form input {
	margin-top: 0;
}
.iti__flag {
	background-image: url(../assets/flags.png);
}
.modal#bootstrap-modal-register .js-form-required,
.modal#bootstrap-modal-register .form-actions,
.modal#bootstrap-modal-register .description {
	display: none;
}
.modal#bootstrap-modal-register .form-actions .btn {
	position: relative !important;
}
#edit-field-user-phone-number-wrapper label:not(.error),
#edit-field-company-wrapper label:not(.error) {
	display: none;
}
.page-user h2 {
	margin-bottom: 32px;
	font-weight: 500;
	font-size: 36px;
	line-height: 70px;
	color: #383838;
}
.page-user-img {
	align-items: center;
	margin-bottom: 44px;
}
.page-user-img img {
	margin-right: 30px;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
}
.page-user-item {
	max-width: 350px;
	margin-bottom: 16px;
	padding: 8px 16px;
	font-size: 17px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(34, 34, 34, 0.1);
	border-radius: 8px;
}
.page-user-item > div div:nth-child(1) {
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: -0.41px;
	color: rgba(34, 34, 34, 0.5);
}
.page-user .user-form .js-form-item {
	max-width: 350px;
	margin-bottom: 16px;
	padding: 8px 16px;
	font-size: 17px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(34, 34, 34, 0.1);
	border-radius: 8px;
}
.page-user .user-form .js-form-item-user-picture-0 > div {
	display: flex;
	align-items: center;
}
.page-user .user-form .js-form-item-user-picture-0 span {
	display: none;
}
.page-user .user-form .js-form-item-pass {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.page-user .user-form .js-form-item label {
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: -0.41px;
	color: rgba(34, 34, 34, 0.5);
}
.page-user .user-form .js-form-item .description,
.page-user .user-form .js-form-item .password-confirm-message {
	display: none;
}
.page-user .user-form .js-form-item .form-control {
	height: auto;
	margin-top: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid rgba(34, 34, 34, 0.1);
	border-radius: 0;
}
.page-user .user-form .js-form-item .form-control:hover,
.page-user .user-form .js-form-item .form-control:active,
.page-user .user-form .js-form-item .form-control:focus {
	box-shadow: none;
}
.page-user .user-form .js-form-item .form-control.js-form-file,
.page-user .user-form .js-form-item .form-control.js-form-submit {
	border: none;
}
.page-user .user-form #edit-field-user-phone-number-wrapper label,
.page-user .user-form #edit-field-company-wrapper label {
	display: block;
}
.page-user .user-form .form-actions .js-form-submit {
	max-width: 150px;
}
.form-messages .alert {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9;
	width: 100%;
	max-width: 450px;
	margin-bottom: 0;
	border: none;
	transform: translate(-50%, -50%);
}
.form-messages .alert-success {
	color: #212529;
	background: #56ccf2;
}
.form-messages .alert-danger {
	display: none !important;
	color: #fff;
	background: #ea4f4b;
}
.form-messages .alert-danger a {
	color: #fff;
}
.form-messages .alert-danger a:hover,
.form-messages .alert-danger a:active,
.form-messages .alert-danger a:focus {
	color: #fff;
}
.close {
	text-shadow: none;
}
/*# sourceMappingURL=main.css.map */
details#edit-field-filming-availability{
	color: red!important;
}

#edit-field-price-value-wrapper--4 legend span {
	font-size: 13px;
	font-family: "Inter", sans-serif;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 500;
}
#edit-field-price-value-wrapper--4 .fieldset-wrapper .js-form-item {
	border-right: 0px!important;
	flex-grow: 1;
}
@media screen and (min-width: 767px) {
	#edit-field-price-value-wrapper--4 .fieldset-wrapper {
		display: flex;
	}
	#edit-field-price-value-wrapper--4 legend {
		float: left;
		min-width: 82px;
	}
	#edit-field-price-value-wrapper--4 {
		padding: 0px 10px;
	}
}
@media screen and (max-width: 767px) {
	#edit-field-price-value-wrapper--4 .fieldset-wrapper .js-form-item input {
		width: 120px;
	}
	#edit-field-price-value-wrapper--4 .fieldset-wrapper .js-form-item label {
		width: 30px;
	}
	#edit-field-price-value-wrapper--4 .fieldset-wrapper .js-form-item {
		margin-top:5px;
	}
	#edit-field-price-value-wrapper--4 {
		margin-bottom: 12px !important;
	}
}
#edit-field-price-value-wrapper--4 {
	display: flex;
	flex: 1 1 50%;
}
#edit-field-price-value-wrapper--4 .fieldset-wrapper .js-form-item input {
	border: 1px solid #ced4da;
	margin-left: 7px;
	padding: 0px;
	height: 37px;
	text-align: center;
	font-weight: normal;
}
#block-exposedformpropertiespage-1 #edit-field-price-value-wrapper {
	display: none;
}
#edit-field-price-value-wrapper--4 label {
	margin-bottom: 0px;
	color: #EF7C79;
	font-weight: bold;
}

.field--name-field-filming-availability input.custom-control-input {
  opacity: 1;
  z-index: 99;
}