/* === S:Merch Header Styles === */
[data-slid="homepage-merch-pods-header"] {
	width: 100%;
	max-width: 600px;
	margin: auto;
}

/* --- Mobile --- */
@media(max-width:767px) {
	.hide-for-small-only {
		display: none;
	}

	.show-for-small-only {
		display: block;
	}
}

/* --- Desktop --- */
@media(min-width:768px) {
	.hide-for-small-only {
		display: block;
	}

	.show-for-small-only {
		display: none;
	}
}

/* === E:Merch Header Styles === */

@media screen and (min-width:1280px) {
	.hide-xl {
		display: none !important;
	}
}

img {
	max-width: 100%;
}

img#white-logo {
	width: 450px;
	padding: 15px 0;
}

/* Start Reevoo Styles */
.reevoo-container {
	padding: 30px 0 30px;
}

.showReevooModal:hover {
	text-decoration: none;
}

.reevooContainer .showReevooModal {
	display: table;
	margin: 0 auto;
}

.reevooContainer .reevoo-text {
	padding-left: 20px;
}

.reevooContainer p {
	margin-bottom: 0;
}

.reevooContainer .reevooLogoContainer,
.reevooContainer .reevoo-text {
	display: table-cell;
	vertical-align: middle;
}

.mobile .top .would-by-text {
	color: #000 !important;
}

.reevoo-container .reevoo-logo-svg {
	max-width: 200px;
	min-width: 200px;
	width: 200px;
	height: 62px;
}

@media screen and (max-width:736px) {
	.reevoo-container .reevoo-logo-svg {
		max-width: 160px;
		height: auto;
		min-width: 100px;
		margin: 0 auto 10px;
	}

	.reevooContainer .reevooLogoContainer,
	.reevooContainer .reevoo-text {
		display: block;
		text-align: center;
		padding-left: 0;
	}
}


/* Start Inspiration Section */
#inspiration-desktop {
	max-width: 1300px;
	margin: 20px auto 0;
}

#inspiration-desktop img {
	max-width: 100%;
	max-height: 100%;
}

#inspiration-desktop img.equalize-height {
	min-height: 400px;
}


@media screen and (max-width:1024px) {
	#inspiration-desktop img.equalize-height {
		min-height: 300px;
	}

}

#inspiration-desktop a {
	display: block;
	margin-bottom: 10px;
}

#inspiration-desktop a:last-child {
	margin-bottom: 0;
}

/* Start USP Styles */
.mini-usps-container {
	border-bottom: 2px solid #d1d1d1;
	padding: 10px 0;
}

.mini-usps {
	max-width: 1000px;
	margin: 0 auto;
}

.mini-usp-item .usp-icon {
	width: 20px;
	display: inline;
	height: 20px;
	float: left;
	margin-top: 2px;
	margin-right: 12px;
}

.usps-container {
	padding: 50px 0 30px;
}

.usp-item {
	padding: 0 45px;
}

.usp-item .usp-icon {
	max-width: 56px;
	margin: 0 auto 25px;
	min-height: 70px;
}

.inspiration-container {
	padding: 50px 0;
}

/* End USP Styles */

/* Start Property Slider Styles */
.modules-pr--1 {
	margin-bottom: 50px;
}

.modules-p--2 {
	padding: 50px;
}

.media-mobile .modules-p--2 {
	padding: 40px 0;
}

.modules-mb--1 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.modules-mb--2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.media-mobile #home-page .modules-mb--2 {
	margin: 20px 0 0 0;
}

.media-mobile #home-page .modules-p--2 {
	padding: 40px 0 0 0;
}

/* tabs */
/* desktop/tablet */
.tab {
	display: block;
	height: 280px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	/*background-color: #2A2A2A;*/
	position: relative;
}

/* #property-tabs-no-expand .tab {
		margin-bottom: 0;
	} */
.tab-ref {
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 10px;
	padding: 2px 5px;
	font-size: 10px;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	transition: all 0.3s ease-out;
}

#property-tabs .column:hover .tab-ref,
.media-tablet .tab-ref,
#property-tabs-no-expand .column:hover .tab-ref,
.media-tablet .tab-ref {
	font-size: 12px;
	opacity: 1;
}

.media-mobile .tab-ref {
	opacity: 1;
	bottom: 10px;
	font-size: 10px !important;
}

.media-tablet .tab-ref {
	opacity: 1;
	bottom: 20px;
	font-size: 10px !important;
}

.media-mobile .tab-ref:after,
.media-tablet .tab-ref:after {
	content: '';
	position: absolute;
	height: 20px;
	width: 100%;
	right: 0;
	bottom: 10px;
}

.media-tablet .tab {
	height: 200px;
}

.tab-lrg {
	height: 560px;
}

.tab>img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	max-width: 150%;
	max-height: 100%;
	transition: 0.2s all ease-out;
}

.tab-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s ease-out;
}

.tab:hover .tab-img {
	transform: scale(1.05);
}

div.tab .tab-img,
div.tab:hover .tab-img {
	transform: scale(1);
}

.media-mobile .tab:hover .tab-img {
	transform: none;
}

.tab-label {
	font-size: 24px;
	line-height: 24px;
	padding: 15px 23px 15px 15px;
	margin: 20px 0px;
	display: inline-block;
	color: white;
	position: absolute;
	top: 0;
}

.tab-label span {
	font-size: 16px;
	display: block;
	line-height: 1;
	margin-top: 5px;
}

.tab-label h4 {
	font-size: 24px;
	font-weight: 600 !important;
	font-family: inherit;
}

.media-mobile .tab-label h4 {
	font-size: 20px;
}

.tab-label>* {
	color: white;
}

.tab-label>*::after {
	margin-left: 10px;
	font-family: bch;
	vertical-align: bottom;
}

.tab-label h4::after {
	display: none;
}

.tab-label p {
	margin-bottom: 0;
	letter-spacing: 0;
	font-family: inherit;
}

.media-mobile .tab-label span {
	font-size: 14px;
	display: inline-block;
	padding-bottom: 5px;
}

.media-tablet .tab-label {
	margin: 15px;
	padding: 10px;
	font-size: 18px;
}

#property-cards h2 {
	padding-top: 20px;
}

/* mobile */

.media-mobile .tab {
	display: block;
	height: 125px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #2A2A2A;
	position: relative;
}

.media-mobile h4::after {
	display: inline-block;
	font-weight: normal;
	font-size: 1rem;
	font-family: bch;
	vertical-align: initial;
}

.media-mobile .tab-lrg {
	height: 250px;
}

.media-mobile .tab>img {
	display: block;
	min-width: unset;
	min-height: unset;
	max-width: unset;
	max-height: 100%;
	width: 66.666%;
	left: 66.666%;
	transition: 0.2s all ease-out;
}

.media-mobile .tab-img {
	width: 100%;
	float: right;
}

.media-mobile .tab:hover img {
	filter: blur(2px);
	/* transform-origin: top left; */
	transform: translate(-50%, -50%) scale(1.05);
}

.media-mobile .tab-label {
	font-size: 24px;
	margin: 0;
	padding: 12px 20px 10px 15px;
	display: block;
	color: white;
	height: 35%;
	line-height: 1;
	top: 15px;
}

.media-mobile .tab-label p {
	display: none;
}

.media-mobile .tab.tab-lrg .tab-label {
	position: absolute;
	height: auto;
	width: auto;
	margin: 15px;
}

#property-tabs,
#property-tabs-no-expand {
	transition: 0.5s all ease-out;
}

.media-desktop #property-tabs {
	max-height: 280px;
}

.media-desktop #property-tabs.active {
	max-height: 1180px;
}

.media-tablet #property-tabs {
	max-height: 200px;
}

.media-tablet #property-tabs.active {
	max-height: 860px;
}

.media-mobile #property-tabs {
	max-height: 400px;
}

.media-mobile #property-tabs.active {
	max-height: 1200px;
}

.center-abs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tab-container {
	max-width: 1320px !important;
}

#property-tabs .height-100 {
	height: calc(100% - 20px);
}

.media-mobile #property-tabs .height-100 {
	height: 100px;
}

.prop_card {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	overflow: visible;
	transition: all 0.3s ease-out;
	box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.08);
}

.prop_card:hover {
	box-shadow: 3px 4px 24px rgba(0, 0, 0, 0.18);
}

#property-cards {
	padding: 40px 0;
}

#property-cards h1,
#fr-pods-title {
	font-size: 36px;
	line-height: 1;
}

.media-mobile #property-cards h1,
.media-mobile #fr-pods-title {
	font-size: 30px;
}

.media-mobile #property-cards .slick-track {
	padding-left: 10px;
}

.prop_hold {
	padding: 10px;
	border-top: none;
	border-bottom: none;
	position: relative;
	transition: all 0.3s ease-out;
	max-height: 405px;
	display: inline-block !important;
	overflow: hidden;
	margin: 10px 0;
}

.media-mobile .prop_hold {
	transform: translateX(-20px);
	width: 90vw;
}

@media only screen and (max-width: 1024px) {

	#props-ss .slick-list,
	#props-love .slick-list {
		padding: 0 30px 0 0
	}

	#home-page .prop_hold {
		transform: translateX(-20px);
	}
}

@media only screen and (max-width: 480px) and (min-width: 376px) {
	.media-mobile #home-page .prop_hold {
		width: 80vw;
	}
}

.prop_card .info .column {
	padding-top: 4px;
}

/* Prop Card Skeleton Styling */
.prop_card.skeleton .price,
.prop_card.skeleton .prop_title,
.prop_card.skeleton .prop_loc,
.prop_card.skeleton .prop_info,
.prop_card.skeleton .prop_feature {
	background-color: #ddd;
	background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
	background-size: 600px;
	animation: shine 1.6s infinite linear;
}

.prop_card.skeleton .info {
	padding: 10px 0 0px;
}


.prop_card.skeleton .info .prop_title {
	height: 30px;
	max-width: 200px;
}

.prop_card.skeleton .price,
.prop_card.skeleton .prop_rating {
	max-width: 70px;
}

.prop_card.skeleton .prop_rating {
	width: 60px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 0;
	left: auto;
}

.prop_card.skeleton .info .prop_loc {
	max-width: 150px;
}

.prop_card.skeleton .prop_info--container {
	border-top: 1px solid #e2e2e2;
	text-align: center;
	padding: 10px 15px 0;
}

.prop_card.skeleton .info .column {
	margin-bottom: 10px;
	height: 10px;
	width: 42%;
	margin-left: 4%;
	margin-right: 4%;
	display: inline;
	padding: 0;
	margin-bottom: 11px;
}

@keyframes shine {
	0% {
		background-position: -100px;
	}

	40%,
	100% {
		background-position: 140px;
	}
}

/* End Prop Card Skeleton Styling */


.prop_card .price {
	color: white;
	margin-top: 0;
	display: block;
	min-height: 40px;
	border-radius: 0px 0px 0px 0px;
	transition: all 0.3s ease-out;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 10;
	/* Fix flickering on iOS */
	-webkit-transform: translateZ(0);
}

.prop_card .price * {
	color: #fff
}

.prop_card .price div {
	font-size: 13px;
}

.prop_card .price strong {
	font-size: 20px;
	line-height: 20px;
}

.prop_card img {
	width: 100%;
	transition: 0.2s all ease-out;
	text-align: center;
}

.prop_card img[src=""] {
	border: 1px solid #E2E2E2;
	border-bottom: 0px;
}

.prop_card .info {
	border: 1px solid #E2E2E2;
	position: relative;
	border-radius: 0px 0px 3px 3px;
	border-top: none;
	display: block;
	width: 100%;
}

.prop_card .info>div {
	display: inline-block;
	width: 100%;
	margin: 0;
}

.prop_card .prop_title,
.prop_hold .prop_loc {
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	margin: auto;
	overflow: hidden;
	padding: 0 15px;
}

.prop_card .prop_title {
	padding-top: 10px;
	border-radius: 3px 0px 0px 0px;
	font-size: 20px;
	line-height: 1.5;
	width: 100%;
}

.prop_card .prop_link:hover {
	text-decoration: none;
	color: #5AAD9E
}

.prop_info--container .prop_info {
	font-size: 13px;
	padding-left: 15px;
}



.prop_card .imgContainer {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	/*4:3 ratio*/
	overflow: hidden;
}

.prop_card .imgContainer img {
	position: absolute;
	height: 100%;
	min-width: auto;
	top: 0;
	left: 0;
}

.prop_card .imgContainer a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.prop_card .imgContainer>img[src='/assets/property-detail-no-img.png?v=1316aa05e1704ccd45ecc001b69f626c'] {
	background-color: white;
	border: 1px solid #e2e2e2;
}

.prop_hold .prop_loc {
	padding: 0 10px 10px;
	cursor: pointer;
	margin: 10px auto 10px;
	border-bottom: 1px solid #e2e2e2;
}

.prop_hold .prop_loc:hover {
	text-decoration: none
}

.media-mobile .prop_card .prop_title {
	padding-top: 10px;
}

.media-mobile .prop_hold .prop_loc {
	padding: 0px 20px 10px;
}

.media-mobile .prop_card .prop_info--container .prop_info {
	padding-left: 8px;
}

@media screen and (max-width:570px) and (orientation: landscape) {
	.media-mobile .prop_card .prop_info--container .prop_info {
		font-size: 12px;
		padding-left: 3px;
	}
}


.prop_info--container {
	vertical-align: middle;
}

.prop_info {
	line-height: 20px;
	color: #57585B;
}

.prop_feature {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: content-box;
	background-repeat: no-repeat;
	transition: all 0.2s ease-out;
}

.rating {
	width: auto;
	height: auto;
	top: 10px;
	right: 0;
	left: auto;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 3px 0 0 3px;
	padding: 0 7px 7px;
	text-align: center;
	z-index: 10;
	/* Fix flickering on iOS */
	-webkit-transform: translateZ(0);
}

.slick-slide .rating img {
	max-width: 12px;
	display: inline;
	margin-left: 5px;
	top: -4px;
	position: relative;
}

.rating .reevoo_rating {
	color: #FF9800;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}

.rating .reevoo_outof {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: -0.2px;
	line-height: 0.5;
	display: block;
}


.newly-listed {
	color: white;
	background-color: #6BA741;
	padding: 0.5em;
	top: -0.25em;
	left: -0.5em;
	box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.3);
}

.newly-listed::after {
	content: ' ';
	position: absolute;
	top: 100%;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: linear-gradient(45deg, white 50%, green 50%);
}

.prop_map {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	width: 100%;
	background-position: center center;
}

.prop_icon {
	width: 33px;
	text-align: center;
	display: inline-block;
}

.prop_info--container {
	margin: 0 !important;
	padding: 0 0 15px;
}

.prop_info--container:hover {
	text-decoration: none;
}

.map-link {
	font-size: 14px;
	line-height: 1;
}

.map-close {
	width: 90px;
	height: 90px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: -40px;
	right: -40px;
	border-radius: 50%;
	transform: translate(50%, -50%) scale(0);
	transform-origin: center center;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

.map-close:hover {
	width: 93px;
	height: 93px;
}

.map-close.active {
	transform: translate(0, 0) scale(1);
	transition: all 0.3s ease-out;
}

.map-close::after {
	content: '\00d7';
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 18px;
	font-size: 50px;
}

.media-mobile .map-close::before {
	content: '';
	position: absolute;
	height: 100px;
	width: 100px;
	top: 0;
	right: 0;
}

.slick-initialized .prop_hold.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	overflow: visible;
}

.prop_info .icon-sleeps-b,
.prop_info .icon-pets-b,
.prop_info .icon-bedrooms-b {
	display: initial;
}


.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-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-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	margin: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 7px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	margin: auto;
}

.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: "\2022";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.60;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #e62858 !important;
	opacity: 0.85;
}

#property-cards .slick-dots li button:before {
	content: none !important;
}

#property-cards .slick-dots li button {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #d1d1d1;
	transition: 0.2s all ease-out;
	z-index: 1;
}

#property-cards .slick-dots .slick-active button {
	background-color: #66c1d1;
	border-color: #66c1d1;
}

#property-cards .slick-dots {
	position: relative;
	bottom: 0;
}

.media-mobile #property-cards .slick-dots {
	display: none !important;
	height: 30px;
}

.media-mobile #property-cards .slick-dots li {
	height: 10px;
	width: 10px;
}

.media-mobile #property-cards .slick-dots li button {
	width: 14px;
	height: 14px;
}


#property-cards .slick-slider {
	margin-bottom: 0;
}

#property-cards .prop-slide {
	max-width: 1300px;
}


#property-cards .prop-slide {
	max-width: 100%;
}

.media-mobile #property-cards .prop-slide {
	max-width: 100%;
}

.prop-slide .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #66c1d1;
	opacity: 1;
	z-index: 2;
	margin: 10px;
	transform: translate(0%, -50%);
	transition: all 0.3s ease-out;
	color: #fff;
	font-size: 0;
	cursor: pointer;
	position: absolute;
	border: 0;
}

.prop-slide .slick-arrow:hover {
	background-color: #5AAD9E
}

.prop-slide .slick-next {
	top: 180px;
	right: -80px;
}

.prop-slide .slick-prev {
	top: 180px;
	left: -80px;
}



.prop-slide .slick-next:before {
	content: '\e918';
	width: 60px;
	height: 60px;
	font-size: 35px;
	margin-left: 0;
	font-family: 'bch';
	text-align: center;
	position: relative
}

.prop-slide .slick-prev:before {
	content: '\e917';
	width: 60px;
	height: 60px;
	font-size: 35px;
	margin-left: 0;
	font-family: 'bch';
	text-align: center;
	position: relative
}

.prop-slide .slick-arrow.slick-disabled {
	display: none !important;
}


@media screen and (max-width:1400px) {
	.prop-slide .slick-arrow {
		width: 50px;
		height: 50px;
	}

	.prop-slide .slick-next {
		right: -55px;
	}

	.prop-slide .slick-prev {
		left: -55px;
	}

	.prop-slide .slick-next:before,
	.prop-slide .slick-prev:before {
		width: 50px;
		height: 50px;
		font-size: 25px;
	}

}

.loading-wireframe {
	position: absolute;
	background-color: #fff;
	width: 100%;
	z-index: 10;
	transition: opacity 0.3s ease-out;
	transition-delay: 0.3s;
}

.loading-wireframe .row>*:not(.loading-overlay) {
	filter: blur(3px);
	transform: scale(0.9);
	transform-origin: center center;
	transition: all 0.3s ease-out;
}

.loading-wireframe.fade-out .row>*:not(.loading-overlay) {
	filter: blur(0px);
	transform: scale(1);
}

.loading-wireframe.fade-out {
	opacity: 0;
}

.loading-wireframe .columns {
	padding: 10px;
}

.loading-wireframe .prop-card {
	border: 1px solid #E2E2E2;
	border-radius: 3px;
}

.loading-wireframe .img {
	/*height: 229px;*/
	border-bottom: 1px solid #E2E2E2;
	position: relative;
	width: 100%;
	padding-bottom: 75%;
}

.loading-wireframe .info {
	height: 123px;
	position: relative;
}

.loading-wireframe .price {
	position: absolute;
	width: 100px;
	height: 48px;
	bottom: 0;
	right: 0;
	background-color: #E2E2E2;
	border-top-left-radius: 3px;
}

.prop-wrapper {
	position: relative;
	height: 73vh;
	max-height: 455px;
	overflow: visible;
}

@media screen and (max-width: 1030px) {
	.prop-wrapper {
		height: 42vw;
		width: 97vw;
	}
}

@media screen and (max-width: 850px) {
	.prop-wrapper {
		height: 440px;
		width: 97vw
	}
}

@media screen and (max-width: 480px) {
	.prop-wrapper {
		height: 440px;
		width: 94vw;
	}
}

.loading-wireframe .row {
	position: relative;
	max-width: 1300px;
}

.loading-wireframe .loading-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}

.loading-wireframe h3 {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 55%;
}

@media screen and (max-width: 480px) {
	/* .prop-wrapper {
		overflow: hidden;
	} */

	.loading-wireframe {
		width: 200%;
	}

	.loading-wireframe .columns {
		width: 44%;
	}

	.loading-wireframe .loading-overlay {
		width: 50%;
	}
}

/* End Property Slider Styles */

/* ---- Offer Pods Styles Start ---- */

/* main header */
#headerImg>* {
	display: block;
	margin: auto;
}

/* ---------- */

/* Slick Default Styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-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;
	/* max-height: 100vh; */
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: white url("/assets/searchloading.png?v=c860a120fd4da12a420a0c2657de3395") center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-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;
	zoom: 1;
}

.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;*/
}

.slick-slide img {
	display: block;
	pointer-events: none;
}


/* ---- Homepage Hero Styles Start ---- */

#hero-intro h1 {
	margin-bottom: 0
}

#hero-intro h2 {
	margin-bottom: 40px;
}

header .contentSpacer {
	display: none;
}

@media screen and (min-width:320px) {
	img#blue-logo {
		display: none;
	}

	#homepage-hero {
		min-height: 450px;
		background-image: url('/assets/bch-hero-img-0919.jpg?v=db258d7db3f31eefefae08988daba36f');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding-top: 100px;
		padding-bottom: 70px;
	}

	.hero-overlay {
		background-color: #00000021;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 562px;
	}

	#hero-intro {
		position: relative;
	}

	#hero-intro h2 {
		color: white;
	}

	.navbar {
		position: relative;
		z-index: 99;
	}

	/* @media screen and (max-width: 1666px) {
		#homepage-hero {
			padding-top: 115px;
		}
	} */
	@media screen and (max-width: 1300px) {
		#homepage-hero {
			padding-top: 70px;
		}
	}

	@media screen and (max-width: 414px) {

		/* #hero-intro h2 {
			color: #6F7072;
		} */
		#homepage-hero {
			background-image: url('/assets/bch-hero-img-mob-0919.jpg?v=c725a69782a5b0689151fd951db6f2f0');
			padding-top: 24px;
		}

		.hero-overlay {
			display: none;
			background-color: #0000006e;
		}

		.navbar {
			position: fixed;
		}

		img#white-logo {
			width: 83%;
		}

		/* img#blue-logo  {
			display: block;
			width: 70%;
			margin-left: 60px;
			padding-bottom: 14px;
		} */
	}

	@media screen and (max-width: 375px) {
		.hero-overlay {
			min-height: 557px;
		}
	}

	@media screen and (max-width: 360px) {
		.hero-overlay {
			min-height: 555px;
		}
	}

	@media screen and (max-width: 320px) {
		.hero-overlay {
			min-height: 529px;
		}
	}

	#homepage-hero #search-inner {
		background: rgba(255, 255, 255, 0.6);
		padding: 10px;
		border-radius: 3px;
		max-width: 1150px;
	}

}

@media screen and (max-width:900px) {
	#homepage-hero #search-inner {
		padding: 10px 10px 15px;
	}

	#hero-intro {
		padding-top: 5px;
		padding-bottom: 23px;
	}

	#hero-intro h1 {
		margin-bottom: 10px;
	}

	.usps-container {
		padding: 40px 0 0px;
	}

	.maxw {
		padding: 0 5px;
		max-width: 97vw;
	}

	.usps-container .usp-item {
		padding: 0 5px;
	}

	.usps-container .usp-item h4 {
		font-size: 15px;
	}

	.inspiration-container {
		padding: 20px 0 10px;
	}

	#property-cards {
		padding: 10px;
	}

	.reevooContainer .showModal .reevoo-text h3 {
		font-size: 20px;
	}

	#inspiration-mobile {
		max-width: 100%;
		margin: 20px auto 0;
		overflow: hidden;
	}

	#inspiration-mobile .slick-list {
		padding: 0 30px 0 0;
	}

	#inspiration-mobile img {
		max-width: 100%;
		margin-bottom: 10px;
	}

	#inspiration-mobile .inspiration-slide {
		display: inline-block;
		overflow: hidden;
		padding: 10px;
	}
}



/* Hide Error on homepage */
#ErrorContainerPlaceHolder {
	display: none !important;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-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;
}


/* Modal Overrides on Homepage */
.modalInner {
	height: 90vh;
	max-height: 90vh;
	overflow: scroll;
}

@media screen and (max-width:1024px) {
	.modalInner {
		height: 90vh;
		max-height: 90vh;
		width: 90vw;
		overflow: scroll;
	}
}

#reevoo-stats iframe {
	min-height: 80vh !important
}


#property-cards .slick-next,
#property-cards .slick-prev {
	display: block !important
}


#property-cards .slick-next.slick-disabled,
#property-cards .slick-prev.slick-disabled {
	display: none !important
}

@media screen and (max-width:1024px) {

	#property-cards .slick-next,
	#property-cards .slick-prev {
		display: none !important
	}
}

.feat-container {
	display: table;
	min-height: 70px;
}

.featured-section {
	margin: 50px 0
}

.feat-container .feat-item {
	min-height: 70px;
	height: 70px;
	background-size: cover;
	background-image: url('/assets/sprite-featured.png?v=89feb6448466a3b3d4a0e05cffc01d49');
	background-repeat: no-repeat;
	display: table-cell;
	width: auto;
}

.feat-container #feat-coast {
	background-position: left center;
	width: 130px;
}

.feat-container #feat-guardian {
	width: 200px;
	background-position: -120px 0;
}

.feat-container #feat-times {
	background-position: -300px 0;
	width: 240px;
}

.feat-container #feat-homes {
	background-position: -520px 0;
	width: 200px;
}

.feat-container #feat-mail {
	background-position: -700px 0;
	width: 200px;
}

.feat-container #feat-mailsunday {
	background-position: -890px 0;
	width: 200px;
}

.feat-container #feat-independent {
	background-position: -1070px 0;
	width: 200px;
}

@media screen and (max-width:1024px) {
	.feat-container .feat-item {
		background-size: 900px;
	}

	.feat-container #feat-coast {
		background-position: left center;
		width: 130px;
	}

	.feat-container #feat-guardian {
		width: 200px;
		background-position: -87px 0;
	}

	.feat-container #feat-times {
		background-position: -210px 0;
		width: 240px;
	}

	.feat-container #feat-homes {
		background-position: -370px 0;
		width: 200px;
	}

	.feat-container #feat-mail {
		background-position: -500px 0;
		width: 200px;
	}

	.feat-container #feat-mailsunday {
		background-position: -635px 0;
		width: 200px;
	}

	.feat-container #feat-independent {
		background-position: -765px 0;
		width: 200px;
	}
}

@media screen and (max-width:768px) {
	.featured-section {
		display: none;
	}
}


@media screen and (max-width:480px) {

	.mini-usps-container {
		padding: 20px 0 30px 0;
	}

	#hero-intro h2 {
		margin-bottom: 0px;
		max-width: 90%;
		margin: auto;
	}

}

/* Hide Lazy images by default */
.lazy {
	display: none;
	opacity: 0;
}

.lazy.fadein {
	display: block;
	opacity: 1;
}

/* Override BTAs lazy */
#btas .bta-inner .lazy.fadein {
	display: inline-block
}

/* Countdown timer */
#countdown-timer {
	display: none;
	justify-content: center;
}

#countdown-timer a:hover,
#countdown-timer a:active,
#countdown-timer a:visited,
.cd-time:hover,
.cd-time:active {
	text-decoration: none;
}

.cd-unit {
	display: inline-block;
	text-align: center;
	padding: 0px 1.2rem;
	position: relative;
}

.cd-unit::after {
	content: ':';
	position: absolute;
	top: 38%;
	right: 0;
	transform: translate(50%);
	font-size: 2rem;
	line-height: 0;
}

.cd-unit:nth-last-child(1)::after {
	display: none;
}

#cd-seconds.cd-unit {
	margin-right: 0;
}

.cd-unit p {
	font-size: 2em;
	margin: 0;
	margin-bottom: -15px;
	color: #c91061;
}

.cd-unit span {
	font-size: 1em;
	color: #707173;
	margin-top: 0.5rem;
	display: block;
}

.cd-description {
	font-size: 1.5em;
	margin-top: 40px;
	text-align: center;
}

.cd-description p {
	margin: 0;
	color: #FE615A;
	font-weight: bold;
}

.cd-time {
	display: flex;
	justify-content: center;
}


@media screen and (max-width:740px) {


	.cd-description {
		margin-top: 24px;
		margin-right: 0;
	}
}

@media screen and (max-width: 500px) {
	/* .cd-unit p {
		font-size: 1.5em;
		margin-bottom: 0;
	} */

	.cd-description {
		font-size: 1em;
	}

	.cd-time {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 375px) {
	.cd-unit {
		padding: 0px 0.75rem;
	}

	.cd-unit span {
		margin-top: 0.3rem;
	}

	.cd-unit::after {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 320px) {
	#hero-intro {
		padding-top: 0;
		padding-bottom: 20px;
	}

	#hero-intro h1 {
		margin-bottom: 0;
	}
}

#lastPropertyViewed {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #fff;
	z-index: 10;
	padding: 20px;
	border-radius: 3px;
	width: 315px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 100;
}

.lpvText {
	color: #6d6d6d;
}

#lpvTitle {
	margin: 5px 0 5px 0;
	line-height: 1.1;
}

#lpvArea {
	margin-top: -1px;
}

#lpvImage {
	margin: 10px 0 10px 0;
}

#lpvContinue {
	width: 100%;
	margin: 0 auto;
	display: block;
	width: 100%;
	padding: 10px 18px;
	font-weight: normal !important;
	background-color: #66C1D1;
	color: #fff;
	border: 1px solid #66C1D1;
}

#lpvClose {
	color: #66C1D1;
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 12px 0 0;
	background: rgba(0, 0, 0, 0);
	border-radius: 50% 50%;
	border: 1px solid #66C1D1;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 25px !important;
	line-height: 2px;
	position: absolute;
	right: 18px;
}

#lpvClose:hover {
	text-decoration: none;
	background-color: #66C1D1;
	color: #fff;
	cursor: pointer;
}

.blockcent {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#mobileLastPropertyImg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 133px;
}

#mobLastViewed {
	overflow: auto;
	padding: 10px;
}

#mobLastViewed div {
	background-color: #f1f1f1;
}

.mobileLastPropertyText {
	display: table;
	min-height: 120px;
	padding: 10px;
}

.mobWelBackTxt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.mobileLastPropertyBtn {
	padding: 5px;
	font-size: 0.9em;
	width: 100%;
	margin: 7px 0 0 0;
}

@media (max-width: 365px) {
	.mobWelBackTxt span {
		font-size: 0.8em;
	}

	.mobWelBackTxt .mobileLastPropertyBtn {
		font-size: 0.7em;
	}
}

.wTitle {
	color: #2a2a2a;
	font-size: 24px;
}

.wTag {
	color: #2a2a2a;
	font-size: 18px;
}

#lpvTitle {
	font-size: 18px;
	color: #339cd4;
	padding-top: 7px;
}

#lpvArea {
	font-size: 14px
}

.lpLD {
	color: #339cd4;
	font-weight: 600;
	font-size: 17px;
	padding-bottom: 7px;
}

@media screen and (max-width: 600) {
	.lpLD {
		font-size: 15px;
		line-height: 14px;
	}
}

.mobileLastPropertyTitle {
	font-size: 18px;
}

.mobileLastPropertyName {
	font-size: 14px;
}

.mobileLastPropertyDiv {
	width: 50%;
	float: left;
}

.mobileLastPropertyText span {
	display: block;
}

.mobileLastPropertyBtn {
	font-weight: normal !important;
	background-color: #66C1D1;
	color: #fff;
	border: 1px solid #66C1D1;
	display: inline-block;
}

#lpvContinue:hover {
	text-decoration: none;
	color: #66C1D1;
	background-color: #fff;
}
/* book with confidence section */
.book-with-confidence {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 50px auto 60px;
}
.confidence-usps {
	margin: 10px 0 30px 10px;
}
.confidence-usps li {
	margin: 5px 0;
	list-style-type: none;
}
.confidence-usps li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 15px;
	border-bottom: 2px solid #66c1d1;
	border-right: 2px solid #66c1d1;
	transform: rotate(45deg);
	margin-right: 12px;
}
@media only screen and (max-width: 767px) {
	.confidence-usps {
		margin: 0 0 20px;
		padding: 0 10px;
	}
	.confidence-usps li:before {
		width: 6px;
		height: 12px;
		position: absolute;
		left: 10px;
		top: 5px;
	}
	.confidence-usps li {
		position: relative;
		padding-left: 30px;
	}
}