#inner-page-wrapper {
	margin-bottom: 0;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

.block-row {
	display: flex;
	flex-flow: row wrap;
	margin: 0.938em -1.875em;
}

div[class^="block-col-"] {
	padding: 0 1.875em;
}

.block-col-6 {
	width: calc(100% / 2);
}

.block-col-4 {
	width: calc(100% / 3);
}

.block-col-3 {
	width: calc(100% / 4);
}

.block-slider,
.block-slider .slick-list {
	height: 100%;
}

.block-slider .slick-slide > div {
	display: flex;
}

.block-bullet-list {
	display: flex;
	flex-flow: row wrap;
	padding-top: 0.313em;
	margin-bottom: 1.563em;
	gap: 2.875em 0;
}

.block-bullet-list .block-bullet-item ul {
	margin: 0;
}

.block-bullet-item {
	padding-right: 3em;
}

.block-bullet-item strong {
	display: block;
	color: inherit;
	font-size: 0.875em;
	line-height: 1.786;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 1.071em;
}

.block-bullet-item ul {
	margin-left: 0;
}

.ip-breadcrumbs {
	margin: 0 auto;
	max-width: 1500px;
	width: calc((1500/1600)*100%);
}

.ip-breadcrumbs #breadcrumbs {
	line-height: 1;
	margin: 2.5em 0;
	font-weight: 400;
	font-size: 0.75em;
	color: #525252;
	letter-spacing: 0.160em;
	text-transform: uppercase;
}

.ip-breadcrumbs #breadcrumbs > span > span {
	margin: 0 0.5em;
}

.ip-breadcrumbs #breadcrumbs > span > span:first-child {
	margin-left: 0;
}

.ip-breadcrumbs #breadcrumbs .breadcrumb_last {
	color: var(--primary);
}

/* ===/ Banner /=== */
.banner-photo::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.25;
	background: var(--primary);
}

.banner-photo::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.65;
	height: 22.125%;
	background-image: linear-gradient(to bottom, var(--primary), transparent 75%);
}

.banner-tagline {
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc((292/800)*100%);
	z-index: 1;
	margin: 0 auto;
	max-width: 1280px;
	text-align: center;
	color: var(--secondary);
}

.banner-tagline .site-title span {
	font-size: 0.333em;
}

/* ===/ Banner /=== */


/* ===/ Floating Icons /=== */
#floating-smi.nav-active-section-ip-section-2,
#floating-smi.nav-active-section-ip-section-4 {
	color: var(--primary);
}

#floating-smi.nav-active-section-ip-section-4 {
	right: calc((18/1600)*100%);
}

/* ===/ Floating Icons /=== */

/* ===/ Description /=== */
.desc-wrap {
	display: flex;
	/*padding: min(80px, 5vw) 0 min(118px, 7.375vw);*/
	padding: min(68px, 4.25vw) 0 min(118px, 7.375vw);
}

.desc-header {
	position: relative;
	margin-right: auto;
	width: calc((370/1400)*100%);
	padding-top: calc((35/1400)*100%);
}

.desc-header .site-title {
	position: sticky;
	top: calc((120/971)*100%);
}

.desc-header::before {
	position: absolute;
	content: '';
	top: -5.076%;
	width: 1px;
	right: 100%;
	bottom: -19.966%;
	margin-right: 13.514%;
	background: var(--primary);
	transition: 1s 1s ease-in-out;
	transform-origin: top;
	transform: scaleY(0);
}

.desc-header.aos-animate::before,
html.mobile .desc-header::before {
	transform: scaleY(1);
}

.desc-header .site-title span {
	margin-left: 0.133em;
}

.desc-text {
	width: calc((964/1400)*100%);
}

.desc-accordion {
	padding-top: 1.25em;
}

.desc-accordion-item {
	position: relative;
}

.desc-accordion-item::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid var(--primary);
	transition: 1s 1s ease-in-out;
	transform-origin: left;
	transform: scaleX(0);
}

.desc-text.aos-animate .desc-accordion-item::before,
html.mobile .desc-text .desc-accordion-item::before {
	transform: scaleX(1);
}

.desc-accordion-header {
	line-height: 1;
	font-weight: 400;
	font-size: 1.688em;
	font-family: var(--font-family-title);
	padding-right: 1.037em;
	position: relative;
	cursor: pointer;
	padding: 0.926em 1.037em 0.926em 0;
}

.desc-accordion-header::before,
.desc-accordion-header::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	line-height: 1;
	background: var(--primary);
	transition: var(--transition);
}

.desc-accordion-header::before {
	width: 1px;
	height: 0.556em;
	right: 0.259em;
}

.desc-accordion-header::after {
	width: 0.556em;
	height: 1px;
}

.desc-accordion-header.accordion-active::before {
	opacity: 0;
}

.desc-accordion-content {
	padding-bottom: 1.563em;
	margin-top: -0.313em;
	display: none;
}

.desc-accordion-content p {
	margin: 1.286em 0;
}

.desc-accordion-content p:first-of-type {
	margin-top: 0;
}

.desc-accordion-content ul,
.desc-accordion-content ol {
	margin-left: 1em;
}

.desc-accordion-content ul li,
.desc-accordion-content ol li {
	color: inherit;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.786;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 1em;
}

.desc-accordion-content ol li {
	list-style-type: decimal;
}

.desc-accordion-content ul li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0.786em;
	width: 0.286em;
	height: 0.286em;
	border-radius: 50%;
	background: currentColor;
}

.desc-accordion-content ul li a,
.desc-accordion-content ol li a {
	font-weight: 700;
	text-underline-offset: 2px;
	text-decoration: underline;
	text-decoration-color: #bfbfbf;
}

.desc-accordion-content ul li a:hover,
.desc-accordion-content ol li a:hover {
	opacity: 0.6;
}

/* ===/ Description /=== */

/* ===/ Gallery /=== */
.gallery {
	width: 100%;
}

.gallery-wrap {
	width: 100%;
	color: #fff;
	margin: 0 auto;
	max-width: 1600px;
}

.gallery-list {
	position: relative;
}

/* slide when not active */
.gallery-slider .slick-slide,
.gallery-slider .slick-cloned[aria-hidden="true"] {
	width: min(400px, 25vw);
}

/* slide when visible */
.gallery-slider .slick-slide.is-visible.is-cloned,
.gallery-slider .slick-slide.is-visible:not(.slick-cloned) {
	width: min(400px, 25vw);
	transition: width 0.5s 0.5s ease-in-out;
}

/* slide when active & visible */
.gallery-slider .slick-current.slick-active,
.gallery-slider .slick-slide.is-cloned:not(.is-visible),
.gallery-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
	width: min(800px, 50vw);
	transition: width 0.5s 0.5s ease-in-out;
}

.gallery-slider .slick-slide > div {
	display: flex;
}

.gallery-slider .slick-active .gallery-card-info {
	transition-delay: 1.5s;
	opacity: 1;
}

.gallery-slider.slick-initialized .slick-active .gallery-card-info-content::before {
	transition-delay: 1.8s;
	transform: scaleY(1);
}

.gallery-card {
	position: relative;
}

.gallery-card-photo {
	background: #000;
}

.gallery-card-photo img {
	opacity: 0.80;
}

.gallery-card-photo img[alt="Gallery Photo #2"] {
	opacity: 0.80;
	object-position: 90% center;
}

.gallery-card-photo canvas {
	max-height: 650px;
	height: calc((650/1600)*100vw);
}

.gallery-card-info {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 0.5s ease;
	/* padding: 78px 78px 0; */
	padding: 9.75% 9.75% 0;
}

.gallery-card-info-header {
	/* padding: 0 22px; */
	padding: 0 3.416%;
}

.gallery-card-info-content {
	position: relative;
	/* padding: 62px 0 55px 16px; */
	padding: 9.627% 0 8.54% 2.484%;
}

.gallery-card-info-content::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 1px;
	right: 100%;
	background: #fff;
	transform: scaleY(0);
	margin-right: 1.625em;
	transform-origin: top;
	transition: transform 1s 1s ease;
}

.gallery-card-info-content p {
	margin: 0;
}

.gallery-card-info-content strong {
	display: block;
	line-height: 1;
	font-weight: 400;
	font-size: 1.688em;
	letter-spacing: 0.08;
	text-transform: uppercase;
	font-family: "Playfair Display", serif;
	margin-bottom: 0.778em;
}

.gallery-arrow {
	position: absolute;
	bottom: 11.846%;
	right: 7.875%;
	z-index: 1;
	gap: 4.063em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-arrow .site-arrow {
	cursor: pointer;
	opacity: 1;
	color: #fff;
}

.gallery-arrow .site-arrow:hover {
	opacity: 0.8;
}

/* ===/ Gallery /=== */

/* ===/ Listings /=== */
.listings-wrap {
	/*overflow: clip;*/
	max-width: 1502px;
	position: relative;
	margin: min(100px, 6.25vw) auto;
	width: calc((1502/1600)*100%);
}

.listings-content {
	display: flex;
	padding-bottom: calc((146/1502)*100%);
}

.listings-text {
	width: calc((762/1502)*100%);
	/* padding: 30px 63px 0 50px; */
	padding: 1.997% 4.194% 3.329%;
	position: relative;
}

.listings-text::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0%;
	width: 1px;
	bottom: -30%;
	background: var(--primary);
	transition: 1s 1s ease-in-out;
	transform-origin: top;
	transform: scaleY(0);
}

.listings-text.aos-animate::before,
.mobile .listings-text::before {
	transform: scaleY(1);
}

.listings-header {
	margin-bottom: calc((153/649)*100%);
}

.listings-search .listings-search-field input,
.listings-search .listings-search-field button {
	width: 100%;
	border: none;
	outline: none;
	color: #666;
	line-height: 1;
	padding: 2.071em 0;
	font-size: 0.875em;
	background: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

.listings-search .listings-search-field button {
	padding: 2em 0;
	border-radius: 0;
}

.listings-search-field .dropdown-menu input {
	padding: 0 0.714em;
}

.listings-search-field input#sell-input::placeholder,
.listings-search-field input#sell-input::-ms-input-placeholder,
.listings-search-field input#sell-input::-webkit-input-placeholder {
	color: #666666;
}

.listings-search-field button:active,
.listings-search-field button:focus,
.listings-search-field button:focus-visible,
.listings-search-field .btn-group.open .dropdown-toggle {
	outline: none !important;
	background: none;
}

.listings-search-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	line-height: 1.5;
	color: #666666;
	font-size: inherit;
	text-overflow: ellipsis;
}

.listings-search-field .bootstrap-select.btn-group.open .dropdown-toggle .filter-option {
	color: #999999;
}

.listings-search-filter {
	padding: 2.438em 0 3em;
	width: calc((486/649)*100%);
}

.listings-search-filter .search-price {
	padding-bottom: 0.438em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.listings-search-filter .search-price span {
	color: #666666;
	font-weight: 400;
	line-height: 1.786;
	font-size: 0.875em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: var(--transition);
}

.listings-search-filter .search-price span.hide-tooltip {
	opacity: 0;
	visibility: hidden;
}

.listings-search-filter .ui-widget.ui-widget-content {
	height: 1px;
	border: none;
	outline: none;
	margin: 0.5em 0.625em;
	background: #a6a6a6;
}

.listings-search-filter .ui-widget.ui-widget-content::before {
	position: absolute;
	content: '';
	left: -0.625em;
	right: -0.438em;
	top: 0;
	bottom: 0;
	z-index: -2;
	height: 1px;
	background: #a6a6a6;
}

.listings-search-filter .ui-slider-horizontal .ui-slider-range {
	background: var(--primary);
}

.listings-search-filter .ui-slider-horizontal .ui-slider-handle {
	top: -0.563em;
	width: 1.063em;
	height: 1.063em;
	border: none;
	/* margin-left: 0; */
	border-radius: 0;
	background: var(--primary);
}

.listings-search-filter .ui-slider-horizontal .ui-slider-handle em {
	color: #666666;
	font-weight: 400;
	line-height: 1.786;
	font-size: 0.875em;
	text-align: center;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	bottom: 100%;
	display: block;
	margin-bottom: 0.429em;
	transform: translateX(-50%);
}

.listings-search-filter .ui-slider-horizontal .ui-slider-handle em::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #fff;
}

.listings-search-filter .ui-slider-horizontal .ui-slider-handle.ui-state-active,
.listings-search-filter .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.listings-search-filter .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
	z-index: 2;
}

.listings-search-filter .ui-slider-horizontal .ui-slider-handle.ui-state-active ~ .ui-slider-handle,
.listings-search-filter .ui-slider-horizontal .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.listings-search-filter .ui-slider-horizontal .ui-slider-handle.ui-state-focus ~ .ui-slider-handle {
	z-index: 0;
}

.listings-search-button {
	display: flex;
	align-items: center;
	gap: 2em;
}

.listings-search-button button {
    height: 48px;
}

.listings-search-button-sort {
	position: relative;
}

.listings-search-button-sort.active button {
	opacity: 0.65;
	padding: 0.846em 0;
	transition-duration: 0.2s;
}

.listings-search-button-sort ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	padding: 5px 0;
	margin: 5px 0 0;
	min-width: 260px;
	background: #f2f2f2;
	display: none;
}

.listings-search-button-sort.active ul {
	display: block;
}

.listings-search-button-sort ul li a {
	position: relative;
	display: block;
	outline: none;
	border: none;
	background: 0 0;
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .05em;
	text-decoration: none;
	color: #898989;
	text-align: left;
	padding: 10px 15px;
}

.listings-search-button-sort ul li.active a,
.listings-search-button-sort ul li a:hover {
	background: var(--primary);
	color: var(--secondary);
}

.listings-map {
	width: calc((737/1502)*100%);
	-webkit-filter: grayscale();
	filter: grayscale();
}

.listings-map .icon-finder {
	font-size: 1.875em;
	position: absolute;
	bottom: calc((248/525)*100%);
	left: calc((253/737)*100%);
}

.listings-map .icon-finder::before {
	color: #000;
	height: 1.367em;
	-webkit-mask-image: url('../../images/icon-finder.png');
	mask-image: url('../../images/icon-finder.png');
}

.listings-map .leaflet-map-pane .leaflet-div-icon {
    border: none;
    background: transparent;
}

.listings-list {
	display: flex;
	flex-flow: row wrap;
	gap: 0.438em;
}

.listings-item {
	width: calc((495/1500)*100%);
	pointer-events: auto;
	position: relative;
}

.listings-item-status {
	line-height: 1;
	font-size: 0.938em;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.8em 2.667em 0.867em;
	position: absolute;
	top: 1.333em;
	left: 1.333em;
	z-index: 1;
	color: #fff;
	background: var(--primary);
}

.listings-item-details {
	z-index: 1;
	position: relative;
	color: var(--secondary);
	background: var(--primary);
	padding: 1.313em 2.875em 1.625em;
	transition: var(--default-transition);
}

.listings-item-details::before {
	position: absolute;
	top: 0.979em;
	right: 0.875em;
	bottom: 0.854em;
	font-size: 3em;
	margin: auto;
}

.listings-item-details .address {
	font-weight: 300;
	font-size: 0.938em;
	line-height: 1.867;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.listings-item-details .address span {
	display: block;
	line-height: 1;
	color: #cbcbcb;
	transition: var(--default-transition);
}

.listings-item a:hover .listings-item-details .address span {
	color: #000;
}

.listings-item-details .price {
	line-height: 1;
	font-weight: 400;
	font-size: 1.875em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-variant-numeric: lining-nums;
	font-family: var(--font-family-title);
	margin-top: 0.3em;
	display: block;
}

.listings-item a:hover img {
	-webkit-filter: grayscale();
	filter: grayscale();
}

.listings-item a:hover .listings-item-details {
	color: var(--primary);
	background: var(--secondary);
}

/*.listings-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3.125em;
	gap: 3em;
}

.listings-arrow .site-arrow {
	opacity: 1;
}

.listings-arrow .site-arrow::before {
	opacity: 0.5;
	transition: var(--transition);
}

.listings-arrow .site-arrow:hover::before {
	opacity: 1;
}

.listings-arrow .site-arrow span {
	font-size: 0.875em;
	font-weight: 300;
	line-height: 1.429em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	bottom: 0;
}

.listings-arrow .prev {
	padding-right: 3.75em;
}

.listings-arrow .prev span {
	right: 0;
}

.listings-arrow .next {
	padding-left: 3.75em;
}

.listings-arrow .next span {
	left: 0;
}

.listings-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.875em;
}

.listings-pagination span,
.listings-pagination a {
	width: 2.857em;
	height: 2.857em;
	line-height: 1;
	font-size: 0.875em;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.listings-pagination .active {
	color: var(--secondary);
	background: var(--primary);
	pointer-events: none;
	cursor: none;
}

.listings-pagination a:hover {
	background: rgba(0, 0, 0, 0.15);
}*/

.custom-listings-arrow .listings-arrow {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.125em auto 0;
    padding: 0 6.313em;
    gap: 0.875em;
}

.custom-listings-arrow .listings-arrow .site-arrow {
	opacity: 1;
	cursor: pointer;
}

.custom-listings-arrow .listings-arrow .site-arrow span {
	font-size: 0.875em;
    font-weight: 300;
    line-height: 1.429em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    bottom: 0;
}

.custom-listings-arrow .listings-arrow .site-arrow::before {
	opacity: 0.5;
}

.custom-listings-arrow .listings-arrow .site-arrow.prev {
	padding-right: 3.75em;
	left: -3.429em;
	position: absolute;
    left: 0;
}

.custom-listings-arrow .listings-arrow .site-arrow.prev span {
	right: 0;
}

.custom-listings-arrow .listings-arrow .site-arrow.next {
	padding-left: 3.75em;
	right: -3.429em;
	position: absolute;
    right: 0;
}

.custom-listings-arrow .listings-arrow .site-arrow.next span {
	left: 0;
}

.custom-listings-arrow .listings-arrow .site-arrow:hover::before {
	opacity: 1;
}

.custom-listings-arrow .listings-arrow a:not(.site-arrow),
.custom-listings-arrow .listings-arrow > span {
	width: 2.857em;
    height: 2.857em;
    line-height: 1;
    font-size: 0.875em;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-listings-arrow .listings-arrow a:not(.site-arrow) {
	cursor: pointer;
}

.custom-listings-arrow .listings-arrow a:not(.site-arrow):hover {
    background: rgba(0, 0, 0, 0.15);
}

.custom-listings-arrow .listings-arrow .active {
	color: var(--secondary);
    background: var(--primary);
    pointer-events: none;
}

/* ===/ Listings /=== */

/* ===/ Videos /=== */
.videos-wrap {
	padding: min(99px, 6.1875vw) 0 min(75px, 4.6875vw);
	position: relative;
}

.videos-wrap::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: min(551px, 34.4375vw);
	background: var(--primary);
}

.videos-title {
	text-align: center;
	margin-bottom: 3.438em;
	color: #fff;
}

.videos-title .site-title span {
	margin-bottom: 0.6em;
}

.videos-list {
	position: relative;
}

.videos-slider:not(.slick-initialized) .videos-item:not(:first-child) {
	display: none;
}

.videos-item-viewer {
	cursor: pointer;
	background: var(--primary);
}

.videos-item-viewer img {
	opacity: 0.5;
	transition: var(--default-transition);
}

.videos-item-viewer iframe {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
	visibility: hidden;
}

.videos-item-viewer i {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 3.914em;
	height: 3.914em;
	font-size: 2.188em;
	border-radius: 50%;
	color: var(--secondary);
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid currentColor;
	background: rgba(0, 0, 0, 0.20);
	transition: var(--default-transition);
}

.videos-item-viewer i::before {
	transform: scaleY(-82.86%);
}

.videos-item-viewer i::after {
	position: absolute;
	content: '';
	width: 4.2em;
	height: 4.2em;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.videos-item-viewer:hover i {
	transform: scale(1.05);
}

.videos-item-viewer:hover img {
	opacity: 0.75;
}

.videos-item-viewer.is-active img {
	display: none;
}

.videos-item-viewer.is-active iframe {
	opacity: 1;
	z-index: 2;
	visibility: visible;
}

.videos-item-details {
	margin: 0 auto;
	text-align-last: center;
	width: calc((980/1400)*100%);
	padding: calc((54/1400)*100%) 0 calc((45/1400)*100%);
}

.videos-item-details strong {
	display: block;
	font-weight: 400;
	line-height: 0.926;
	font-size: 1.688em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-family: var(--font-family-title);
	margin-bottom: 0.963em;
}

.videos-item-details p {
	/*display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;*/
}

.videos-button {
	text-align: center;
}

.videos-arrow {
	position: absolute;
    left: 0;
    right: 0;
    top: 51.625em;
}

.videos-arrow .site-arrow {
	position: absolute;
	bottom: calc(100% + 6.25em);
}

.videos-arrow .site-arrow.prev {
	left: 4.375em;
}

.videos-arrow .site-arrow.next {
	right: 4.375em;
}

.videos-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 54.55%;
}

/* ===/ Videos /=== */

/* Sold Page */
.page-id-76 .listings-map,
.page-id-76 .listings-search-field,
.page-id-76 .listings-search-filter,
.page-id-76 .listings-search-button > input,
.page-id-76 .listings-search-button > button {
	display: none;
}

.page-id-76 .listings-content {
	padding-bottom: calc((95 / 1502) * 100%);
}

.page-id-76 .listings-header {
	margin-bottom: calc((110 / 649) * 100%);
}

@media only screen and (min-width: 1738px) {
	#floating-smi.nav-active-section-ip-section-3 {
		color: var(--primary);
	}
}

@media only screen and (max-width: 991px) {
	.site-content {
		font-size: clamp(0.875rem, 0.447rem + 0.8929vw, 1rem);
	}

	.ip-breadcrumbs {
		width: 80%;
		padding: 0;
		min-width: 280px;
	}

	.ip-breadcrumbs #breadcrumbs {
		text-align-last: left;
	}

	.block-col-6 {
		width: 100%;
	}

	.block-col-4 {
		width: 100%;
	}

	.block-col-3 {
		width: 50%;
	}

	.block-slider .slick-track,
	.block-slider .slick-slide > div {
		height: 100%;
	}

	.banner-photo canvas {
		min-height: 450px;
	}

	.banner-tagline {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}

	.desc-wrap {
		width: 80%;
		margin: 0 auto;
		padding: max(4vw, 30px) 0 max(8vw, 65px) !important;
		flex-direction: column;
	}

	.desc-header {
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.desc-header::before {
		content: unset;
		display: none;
	}

	.desc-text {
		width: 100%;
	}

	.desc-accordion-content p {
		text-align-last: left;
	}

	.gallery-card-photo canvas {
		height: 100%;
	}

	.gallery-slider .slick-active .gallery-card-info {
		transition-delay: 0.5s;
	}

	.gallery-slider .slick-current.slick-active,
	.gallery-slider .slick-slide.is-visible.is-cloned,
	.gallery-slider .slick-slide.is-cloned:not(.is-visible),
	.gallery-slider .slick-slide.is-visible:not(.slick-cloned),
	.gallery-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
		transition: none;
	}

	.gallery-slider .slick-active .gallery-card-info-content::before {
		transition-delay: 0.8s;
		transform: scaleY(1);
	}

	.gallery-card-info {
		padding-right: 7.875%;
	}

	.gallery-card-info-content {
		padding: 5.627% 0 12.54% 2.484%;
	}

	.gallery-card-info-content p {
		text-align-last: left;
	}

	.gallery-arrow {
		bottom: 6.846%;
	}

	.listings-wrap {
		width: 80%;
		min-width: 280px;
		margin: max(8vw, 55px) auto;
	}

	.listings-content {
		padding-bottom: 4em;
		flex-direction: column;
	}

	.listings-text {
		width: 100%;
		padding: 0;
	}

	.listings-text::before {
		content: unset;
		display: none;
	}

	.listings-header {
		margin-bottom: 5em;
	}

	.listings-title {
		position: relative;
		top: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		margin-bottom: 0;
		text-align: center;
	}

	.listings-title::before {
		content: unset;
	}

	.listings-title .site-title {
		margin-bottom: 1em;
	}

	.listings-search {
		max-width: 500px;
		margin: 0 auto 5em;
	}

	.listings-search-filter {
		width: 100%;
	}

	.listings-map {
		width: 100%;
	}

	.listings-item {
		width: calc(50% - 0.219em);
	}

	.listings-item-details {
		padding-left: 1.875em;
	}

	.videos-wrap {
		padding: max(8vw, 55px) 0;
	}

	.videos-wrap::before {
		height: 44%;
	}

	.videos-title {
		margin-top: 0;
		padding: 0 15px;
		margin-bottom: 0;
	}

	.videos-item-viewer {
		min-height: 250px;
	}

	.videos-item-details {
		padding: 3em 15px;
		width: 100%;
		text-align: center;
	}

	.videos-item-details p {
		-webkit-line-clamp: unset;
	}

	.videos-arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		top: auto;
		gap: 3em;
	}

	.videos-arrow .site-arrow {
		position: static;
	}

	.videos-button {
		margin-top: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.block-col-3 {
		width: 100%;
	}

	.block-bullet-item {
		padding-right: 2em;
	}

	.listings-wrap {
		overflow: visible;
	}

	.listings-map {
		display: none;
	}

	.listings-item {
		width: 100%;
	}

	.listings-arrow {
		flex-flow: row wrap;
		justify-content: center;
	}

	.listings-pagination {
		order: 1;
		width: 100%;
	}
}

@media only screen and (max-width: 567px) {
	.gallery-card-info {
		padding: 5em 2em 3em;
	}

	.gallery-card-info-content::before {
		content: unset;
	}

	.gallery-card-photo canvas {
		max-height: 500px;
	}

	.listings-search-filter .ui-slider-horizontal .ui-slider-handle em.left-tooltip {
		left: 180%;
	}

	.listings-search-filter .ui-slider-horizontal .ui-slider-handle[style="left: 100%;"] em.right-tooltip {
	    right: 0;
	    left: auto;
	    transform: none;
	    text-align: right;
	}
}

@media only screen and (max-width: 480px) {
	.banner-tagline {
		font-size: 0.8em;
	}

	.gallery-card-info {
		padding-bottom: 6em;
	}

	.gallery-card-info-header {
		padding: 0;
	}

	.gallery-card-info-content {
		padding: 0;
	}

	.gallery-card-info-content p {
		display: -webkit-box;
		-webkit-line-clamp: 9;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.gallery-card-photo::after {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		bottom: 0;
		height: 60%;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
	}

	.gallery-card-photo canvas {
		max-height: 100%;
		min-height: 600px;
	}

	.gallery-arrow {
		left: 0;
		right: 0;
	}

	.listings-search {
		margin-bottom: 3em;
	}
}

#ihf-map-canvas{

    width: 100%;

    outline: none;
    position: absolute !important;
    top: 0;
    height: 100% !important;
}
/* WAD Fix */
.listings-search-field {
    width: 100%;
    margin-bottom: 10px;
}
.listings-search-field i.ai-font-magnifying-glass-c {
    position: absolute;
}
.ai-font-magnifying-glass-c {
    margin: 10px;
    min-width: 40px;
    padding-top: 15px;
}
.filter-option.pull-left {
    width: 100%;
    padding-left: 35px;
    text-align: center;
}

.loading {
	background-position: center center;
	/* width: 20%;
	margin-left: 45%; */
	width: 100%;
    display: flex;
    justify-content: center;
}