/* ==========================================================================================
   ARX - Home - Contact Strip
   ========================================================================================== */
   @media only screen and (max-width: 767px) {
	#arx-contactstrip {
		display: block !important;
	}
}



/* ==========================================================================================
   ARX - Home - Main content
   ========================================================================================== */
.main {
	position: relative;
	margin: 0 auto;
	max-width: 2560px;
}

/*sections*/
.section-content {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

.section-title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
	color: #202020;
}

@media only screen and (max-width: 1068px) {
	.section-content {
		width: 692px;
	}

	.section-title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 734px) {
	.section-content {
		width: 87.5%;
	}
}



/* ==========================================================================================
   ARX - Home - Hero
   ========================================================================================== */
.section-hero .hero {
	position: relative;
	width: 100%;
	height: calc(100vh - var(--arx-gn-height));
}

.section-hero .hero-title {
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	color: #202020;
}

/*form*/
.section-hero .hero-form {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 980px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.88);
}

.section-hero .hero-form-textbox {
	display: block;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: transparent;
	font-size: 16px;
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #202020;
}

.section-hero .hero-form-textbox::-webkit-input-placeholder {
	color: #202020;
}
.section-hero .hero-form-textbox::-moz-placeholder {
	color: #202020;
}
.section-hero .hero-form-textbox:-ms-input-placeholder {
	color: #202020;
}
.section-hero .hero-form-textbox::-ms-input-placeholder {
	color: #202020;
}
.section-hero .hero-form-textbox::placeholder {
	color: #202020;
}

.section-hero .hero-form-dropdown {
	display: block;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-right: 22px;
	background-color: transparent;
	font-size: 16px;
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #202020;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.section-hero .hero-form-dropdown-icon {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
.section-hero .hero-form-dropdown-icon::after {
	content: "";
	display: block;
	width: 14px;
	height: 7px;
	background-image: url("/site/assets/images/form/dropdown/icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.section-hero .button-container {
	text-align: center;
}

.section-hero .hero-form-button {
	display: inline-block;
	border: none;
	padding: 8px 16px;
	background-color: #202020;
	font-size: 16px;
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #f5f5f7;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
.section-hero .hero-form-button:hover {
	background-color: #191919;
}
.section-hero .hero-form-button:active {
	background-color: #101010;
}

/*image*/
.section-hero .image-wrapper,
.section-hero .hero-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.section-hero .hero-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-hero .hero-image.hero-image-1 {
	background-image: url("/site/images/home/hero/image_1.jpg");
}

.section-hero .hero-image.hero-image-2 {
	background-image: url("/site/images/home/hero/image_2.jpg");
}

@media only screen and (max-width: 1068px) {
	.section-hero .hero-title {
		font-size: 30px;
	}

	.section-hero .hero-form {
		width: 692px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero {
		height: auto;
		padding: 60px 0;
	}

	.section-hero .hero-form {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0 auto;
		width: 87.5%;
	}
}



/* ==========================================================================================
   ARX - Home - Realties
   ========================================================================================== */
.section-realties .subsection {
	padding: 40px 0;
}

.section-realties .subsection-buy {
	background: #f2f2f2;
}

.section-realties .subsection-rent {
	background: #fff;
}

.section-realties .realties-grid .tile {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
}

.section-realties .realties-grid .tile-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.section-realties .realties-grid .image-wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

.section-realties .realties-grid .tile-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-realties .realties-grid .tile-copy {
	position: relative;
	z-index: 1;
	margin-top: 10px;
}

.section-realties .realties-grid .tile-headline {
	font-weight: 500;
	color: #202020;
}

.section-realties .realties-grid .tile-pricing {
	margin-top: 0.2em;
	color: #202020;
}