/** HOME HERO **/
.HomeHero {
	position: relative;
	display: table;
	width: 100%;
	min-height: 70%;
	min-height: 70vh;
	text-align: center;
}

.HomeHero .HomeHero-search {
	display: table-cell;
	vertical-align: middle;
	padding: 160px 20px 40px 20px;
}

.HomeHero .HomeHero-search .search-form {
	margin: 0px auto;
	max-width: 960px;
}


.HomeHero .HomeHero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.HomeHero .HomeHero-video iframe {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: none;
}

@media (min-aspect-ratio: 16/9) {
	.HomeHero .HomeHero-video iframe {
		height: 56.25vw
	}
}

@media (max-aspect-ratio: 16/9) {
	.HomeHero .HomeHero-video iframe {
		width: 177.78vh
	}
}



/** WELCOME **/
.home-welcome {
	padding: 100px 0px;
	font-size: 1.3em;
	text-align: center;
	background: #FFFFFF;
	color: #777777;
}

.home-welcome .fw-margins {
	max-width: 680px;
}

.home-welcome h2 {
	font-size: 2em;
	color: #BE1522;
}

.home-welcome .btn {
	margin: 60px 0px 0px 0px;
	border: 3px solid #BE1522;
	background: transparent;
	color: #BE1522;
}

.home-welcome .btn:hover {
	border: 3px solid #7B090B;
	background: #7B090B;
	color: #FFFFFF;
}



/** FEATURED **/
.home-properties {
	text-align: center;
}

.home-properties a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.home-properties a .details {
	display: block;
	position: absolute;
	z-index: 4;
	padding: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	text-transform: uppercase;
}

.home-properties a .details .addr {
	display: block;
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
}

.home-properties a .details .price {
	display: block;
}

.home-properties a .details .price-value {
	font-size: 1.5em;
}

.home-properties a .details .brief-text {
	display: block;
	font-size: 0.9em;
}

.home-properties a .border {
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-properties a .gradient {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-properties a .image {
	display: block;
	position: relative;
	z-index: 1;
}

.home-properties {
	background: #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

.home-properties a .details {
	color: #FFFFFF;
}

.home-properties a .details .addr,
.home-properties a .details .price,
.home-properties a .details .brief-text {
	color: #CCCCCC;
}

.home-properties a .details .addr-lines {
	color: #FFFFFF;
}

.home-properties a .details .price-value {
	color: #FFFFFF;
}

.home-properties a .border {
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.home-properties a:hover .border {
	background: rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	zoom: 1;
}

.home-properties a .gradient {
	background: transparent url(property/gradient.png) repeat-x 0% 100%;
}



/** RECENT **/
.home-recent {
	text-align: center;
	padding: 60px 0px;
}

.home-recent .recent-clear {
	margin: 40px 0px;
	clear: both;
	height: 1px;
}

.home-recent h2 {
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	font-size: 2em;
	font-weight: 600;
}

.home-recent a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.home-recent a .padding {
	display: block;
	margin: 5px;
}

.home-recent a .image {
	display: block;
}

.home-recent a .details {
	display: block;
	text-align: left;
	text-transform: uppercase;
	padding: 20px;
}

.home-recent a .details .addr {
	display: block;
	font-size: 1.1em;
}

.home-recent a .details .addr-lines {
	display: block;
}

.home-recent a .details .brief-text {
	display: block;
	margin: 10px 0px;
	font-size: 0.9em;
}

.home-recent a .details .price {
	display: block;
}

.home-recent a .details .price-value {
	font-size: 1.5em;
}


.home-recent {
	background: #FFFFFF;
}

.home-recent h2 {
	color: #BE1522;
}

.home-recent .recent-clear {
	border-top: 1px dotted #CCCCCC;
}

.home-recent a .padding {
	border: 10px solid #FAFAFA;
}

.home-recent a:hover .padding {
	background: #FAFAFA;
}

.home-recent a .image {
	border: 1px solid #CCCCCC;
}

.home-recent a .details {
	color: #777777;
}

.home-recent a .details .addr,
.home-recent a .details .price,
.home-recent a .details .brief-text {
	color: #777777;
}

.home-recent a .details .addr-lines {
	color: #BE1522;
}

.home-recent a .details .price-value {
	color: #BE1522;
}



/** RESPONSIVE **/
@media screen and (max-width:1240px) {

	.home-properties a .border {
		border-top: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
	}

	.home-properties a .details .addr-lines {
		display: block;
	}

	.home-properties a .details .price-value {
		font-size: 1.3em;
	}

}

@media screen and (max-width:880px) {

	.home-properties a {
		width: 49%;
	}

	.home-properties a .details {
		font-size: 0.9em;
	}

}

@media screen and (max-width:760px) {

	.home-recent a {
		display: block;
		width: 100%;
	}

	.home-recent a .image {
		float: left;
		width: 45%;
	}

	.home-recent a .details {
		margin: 0px 0px 0px 50%;
	}

}

@media screen and (max-width:600px) {

	.home-properties a {
		width: 100%;
	}

}

@media screen and (max-width:550px) {

	.home-welcome h2 {
		font-size: 2.5em;
	}

	.home-welcome h2 span {
		display: block;
		font-size: 0.6em;
	}

	.home-welcome p {
		font-size: 0.8em;
	}

	.home-recent a {
		display: block;
		width: 100%;
	}

	.home-recent a .image {
		display: block;
		float: none;
		width: 100%;
	}

	.home-recent a .details {
		margin: 0px;
	}

}