:root {
	--color-main: #000000;
	--color-white: #ffffff;
	--color-muted: #979797;
	--color-border: #E0E0E0;
	--color-primary: #c9af70;
	--color-background: #f5f5f5;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, video {
	display: block;
}

@font-face {
	font-family: 'Droid Serif';
	src: url("../fonts/DroidSerif.eot");
	src: url("../fonts/DroidSerif.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif.woff") format("woff"), url("../fonts/DroidSerif.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url("../fonts/ProximaNova-Light.eot");
	src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url("../fonts/ProximaNova-Regular.eot");
	src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url("../fonts/ProximaNova-Bold.eot");
	src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

html, body {
	height: 100%;
}

body {
	min-width: 320px;
	font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body.is_locked {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-style: normal;
	font-family: "Droid Serif", sans-serif;
	color: #c9af70;
	font-weight: 400;
	line-height: 1.25;
}

@media (max-width: 1024px) {
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 15px;
	}
}

h1 {
	font-size: 56px;
	line-height: 1.1;
	margin-top: -10px;
	margin-bottom: 35px;
}

h2 {
	font-size: 36px;
	line-height: 1.1;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 42px;
		margin-top: -5px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
}

@media (max-width: 640px) {
	h1 {
		margin-top: 0;
		font-size: 36px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
}

ol, ul {
	list-style-position: inside;
}

p {
	margin: 0 0 20px;
}

a {
	color: #000000;
	text-decoration: none;
	transition: 0.2s;
}

a img {
	transition: opacity 0.2s;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select, textarea {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 15px 20px;
	background: #ffffff;
	border: 1px solid rgba(151, 151, 151, 0.4);
	color: #000000;
	font-family: "Proxima Nova", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	transition: 0.2s;
	border-radius: 0;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
	border-color: #c9af70;
	outline: none;
}

@media (max-width: 640px) {
	input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select, textarea {
		padding: 12px 15px;
	}
}

select {
	background: url(../images/ico_select.svg) right 10px top 50% no-repeat;
}

textarea {
	overflow: auto;
	height: 90px;
}

textarea:focus {
	height: 150px;
}

#site {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

.container_box {
	display: block;
	flex-grow: 1;
	flex-shrink: 0;
	position: relative;
	width: 100%;
}

.wrapper_box {
	display: block;
	position: relative;
}

.wrapper_box .fixed {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
}

.wrapper_box .main_box {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	position: relative;
	order: 1;
}

.wrapper_box .sidebar_box {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	width: 270px;
	margin-left: 30px;
	order: 2;
}

@media (max-width: 1024px) {
	.wrapper_box .fixed {
		flex-wrap: wrap;
		justify-content: center;
	}
	.wrapper_box .main_box {
		width: 100%;
		order: 1;
	}
	.wrapper_box .sidebar_box {
		margin-left: 0;
		width: 100%;
		max-width: 320px;
		order: 2;
	}
}

.fixed {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 30px;
	z-index: 2;
}

.fixed .fixed {
	padding: 0;
}

@media (max-width: 1024px) {
	.fixed {
		padding: 0 20px;
	}
}

.about_box, .cards_box, .content_box, .hero_box, .image_box, .login_box, .posts_box, .properties_box, .property_box, .text_box {
	display: block;
	position: relative;
	margin-bottom: 80px;
	z-index: 2;
}

.header_box + .about_box, .header_box + .cards_box, .header_box + .content_box, .header_box + .hero_box, .header_box + .image_box, .header_box + .login_box, .header_box + .posts_box, .header_box + .properties_box, .header_box + .property_box, .header_box + .text_box {
	margin-top: 80px;
}

@media (max-width: 1024px) {
	.about_box, .cards_box, .content_box, .hero_box, .image_box, .login_box, .posts_box, .properties_box, .property_box, .text_box {
		margin-bottom: 60px;
	}
	.header_box + .about_box, .header_box + .cards_box, .header_box + .content_box, .header_box + .hero_box, .header_box + .image_box, .header_box + .login_box, .header_box + .posts_box, .header_box + .properties_box, .header_box + .property_box, .header_box + .text_box {
		margin-top: 60px;
	}
}

@media (max-width: 640px) {
	.about_box, .cards_box, .content_box, .hero_box, .image_box, .login_box, .posts_box, .properties_box, .property_box, .text_box {
		margin-bottom: 40px;
	}
	.header_box + .about_box, .header_box + .cards_box, .header_box + .content_box, .header_box + .hero_box, .header_box + .image_box, .header_box + .login_box, .header_box + .posts_box, .header_box + .properties_box, .header_box + .property_box, .header_box + .text_box {
		margin-top: 40px;
	}
}

.header_box + .hero_box {
	margin-top: -160px;
}

@media (max-width: 1024px) {
	.header_box + .hero_box {
		margin-top: -90px;
	}
}

.has_background {
	padding: 80px 0;
	background-color: #f5f5f5;
}

.has_background:last-child {
	margin-bottom: 0;
}

.header_box + .has_background {
	margin-top: 0;
}

.has_background + .has_background {
	margin-top: -80px;
}

@media (max-width: 1024px) {
	.has_background {
		padding: 60px 0;
	}
	.has_background + .has_background {
		margin-top: -60px;
	}
}

@media (max-width: 640px) {
	.has_background {
		padding: 40px 0;
	}
	.has_background + .has_background {
		margin-top: -40px;
	}
}

.button, input[type="submit"] {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 12px 22px 12px 25px;
	background: #c9af70;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2em;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	transition: 0.2s;
	cursor: pointer;
	z-index: 2;
	-webkit-appearance: none;
}

.button:hover, input:hover[type="submit"] {
	background-color: #000000;
}

.button:focus, input:focus[type="submit"] {
	outline: none;
}

.button.small, input.small[type="submit"] {
	font-size: 15px;
	padding: 10px 20px;
	line-height: 20px;
}

@media (max-width: 1024px) {
	.button, input[type="submit"] {
		padding: 12px 18px 12px 20px;
		font-size: 16px;
		line-height: 20px;
	}
}

.mark_container {
	display: block;
	position: absolute;
	text-align: left;
	cursor: auto;
	width: auto;
	height: 0;
}

.mark_label {
	display: block;
	position: absolute;
	color: #000000;
	font-family: "Proxima Nova", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
	text-align: center;
	width: 180px;
}

.mark_label.left {
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
	margin-top: -15px;
	margin-left: 10px;
	text-align: left;
}

.checkbox {
	display: inline-block;
}

.checkbox input {
	display: block;
	visibility: hidden;
	position: absolute;
	left: -1000px;
}

.checkbox input + span {
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	cursor: pointer;
}

.checkbox input + span:before, .checkbox input + span:after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: 1px solid #979797;
	z-index: 1;
}

.checkbox input + span:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	background-color: #c9af70;
	border: none;
	opacity: 0;
	z-index: 2;
}

.checkbox input:checked + span:before {
	border-color: #c9af70;
}

.checkbox input:checked + span:after {
	opacity: 1;
}

.gform_wrapper .heading {
	display: block;
	position: relative;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0 0 20px;
}

@media (max-width: 1024px) {
	.gform_wrapper .heading {
		font-size: 28px;
		margin-bottom: 15px;
	}
}

@media (max-width: 640px) {
	.gform_wrapper .heading {
		font-size: 24px;
	}
}

div.um input[type=submit].um-button, div.um .um-button {
	background-color: #c9af70;
	color: #ffffff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	border-radius: 0 !important;
	text-align: center;
	text-transform: uppercase !important;
	letter-spacing: 0.2em;
	box-shadow: none !important;
	transition: 0.2s;
}

div.um input[type=submit].um-button:hover, div.um .um-button:hover {
	background-color: #979797;
}

div.um .request_name + .um-col-alt {
	margin-top: -10px;
}

div.um .request_name + .um-col-alt .um-field-checkbox {
	margin-bottom: 20px;
}

div.um ul > li:before {
	display: none;
}

div.um .current i[class^="um-faicon"] {
	color: #c9af70;
}

.header_box {
	display: block;
	position: relative;
	height: 130px;
	z-index: 10;
}

.header_box.is_transparent .header {
	background-color: transparent;
	box-shadow: none;
}

.header_box .header {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	transition: 0.4s;
}

.header_hidden .header_box .header {
	transform: translateY(-160px);
}

.header_fixed .header_box .header {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

.header_fixed .header_box .fixed {
	height: 90px;
}

.header_fixed .header_box .logo:before {
	height: 60px;
	width: 50px;
	margin-right: 20px;
	top: -1px;
}

.header_fixed .header_box .logo:after {
	width: 123px;
	height: 60px;
}

.header_box .fixed {
	display: flex;
	align-items: center;
	height: 130px;
	transition: 0.3s;
}

.header_box .logo {
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	cursor: pointer;
	transition: 0.3s;
	margin-right: auto;
	position: relative;
	z-index: 3;
}

.header_box .logo:before, .header_box .logo:after {
	content: '';
	display: block;
	position: relative;
	width: 82px;
	height: 100px;
	background: url(../images/ico_logo.svg) 0 50% no-repeat;
	background-size: contain;
	margin-right: 40px;
	transition: 0.3s;
	flex-shrink: 0;
	flex-grow: 0;
	top: -2px;
}

.header_box .logo:after {
	top: 0;
	width: 176px;
	height: 86px;
	background-image: url(../images/ico_logo_black.svg?v=2);
	margin: 0;
}

.header_box .logo:hover:before {
	transform: scale(1.1);
}

.header_box .navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
	position: relative;
	z-index: 2;
}

.header_box .menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
}

.header_box .menu li {
	display: block;
	position: relative;
	margin-left: 40px;
}

.header_box .menu li.active > a, .header_box .menu li a:hover {
	color: #c9af70;
}

.header_box .menu a {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #000000;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.header_box .menu_btn {
	display: none;
	position: relative;
	width: 24px;
	height: 24px;
	margin-left: 20px;
	cursor: pointer;
	z-index: 3;
}

.header_box .menu_btn:before, .header_box .menu_btn:after, .header_box .menu_btn span {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #000000;
	border-radius: 2px;
	transition: 0.2s;
}

.header_box .menu_btn:after {
	top: 18px;
}

.header_box .menu_btn span {
	top: 10px;
}

.header_box .login a {
	display: block;
	padding: 12px calc(20px - 0.2em) 12px 20px;
	border: 1px solid #c9af70;
}

.header_box .modal {
	display: block;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.4s;
	opacity: 0;
	z-index: 1;
}

@media (max-width: 1230px) {
	.header_box .logo:before {
		margin-right: 30px;
	}
	.header_box .menu li {
		margin-left: 30px;
	}
}

@media (max-width: 1024px) {
	.header_box {
		height: 90px;
	}
	.header_hidden .header_box .header {
		transform: translateY(-90px);
	}
	.header_fixed .header_box .fixed {
		height: 60px;
	}
	.header_fixed .header_box .logo:before {
		height: 40px;
		width: 40px;
	}
	.header_fixed .header_box .navigation {
		padding-top: 60px;
	}
	.header_box.is_expanded {
		background: transparent;
		box-shadow: none;
	}
	.header_box.is_expanded .logo:before {
		background-image: url(../images/ico_logo_white.svg);
	}
	.header_box.is_expanded .menu_btn:before, .header_box.is_expanded .menu_btn:after {
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg);
	}
	.header_box.is_expanded .menu_btn:after {
		transform: rotate(-45deg);
	}
	.header_box.is_expanded .menu_btn span {
		opacity: 0;
	}
	.header_box.is_expanded .navigation {
		visibility: visible;
		transform: translateX(0);
	}
	.header_box.is_expanded .modal {
		opacity: 1;
		visibility: visible;
	}
	.header_box .fixed {
		height: 90px;
	}
	.header_box .logo:before {
		height: 60px;
		width: 50px;
		margin-right: 20px;
		top: -1px;
	}
	.header_box .logo:after {
		display: none;
		height: 60px;
		width: 123px;
	}
	.header_box .navigation {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		position: fixed;
		left: auto;
		right: 0;
		top: 0;
		width: 240px;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		background-color: #ffffff;
		padding: 90px 20px 20px;
		overflow-y: auto;
		overflow-x: hidden;
		transition: 0.4s;
		box-sizing: border-box;
		visibility: hidden;
		transform: translateX(100%);
	}
	.header_box .button, .header_box input[type="submit"] {
		display: flex;
		margin: 20px 0 0;
	}
	.header_box .menu {
		display: block;
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
		border: none;
		flex-grow: 0;
		padding: 0;
		background: transparent;
		opacity: 1;
		box-sizing: border-box;
		visibility: visible;
		margin: 0 0 auto;
		border-bottom: 1px solid rgba(201, 175, 112, 0.3);
	}
	.header_box .menu li {
		display: block;
		margin: 0;
		padding: 12px 0;
		text-align: left;
		border-top: 1px solid rgba(201, 175, 112, 0.3);
	}
	.header_box .menu a {
		display: inline-block;
		text-align: left;
	}
	.header_box .menu_btn {
		display: block;
	}
	.header_box .login a {
		padding: 0;
		border: none;
	}
}

@media (max-width: 480px) {
	.header_box.is_expanded .logo:after {
		opacity: 0;
	}
	.header_box.is_expanded .navigation {
		width: auto;
		left: 90px;
	}
}

.about_box h2 {
	text-align: center;
	margin-bottom: 30px;
}

.about_box .text {
	display: block;
	position: relative;
	max-width: 900px;
	margin: 0 auto 40px;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}

.about_box .items {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 -30px -60px;
}

.about_box .item {
	display: block;
	position: relative;
	width: 33.33%;
	padding: 0 30px;
	margin: 0 0 60px;
	box-sizing: border-box;
	text-align: center;
}

.about_box .thumb {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.about_box .thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.about_box .title {
	display: block;
	position: relative;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.about_box .button, .about_box input[type="submit"] {
	margin-top: 15px;
}

@media (max-width: 1230px) {
	.about_box .items {
		margin: 0 -15px -30px;
	}
	.about_box .item {
		padding: 0 15px;
		margin: 0 0 30px;
	}
	.about_box .thumb {
		margin-bottom: 15px;
	}
	.about_box .title {
		font-size: 20px;
	}
	.about_box .button, .about_box input[type="submit"] {
		margin-top: 10px;
	}
}

@media (max-width: 1024px) {
	.about_box h2 {
		margin-bottom: 20px;
	}
	.about_box .text {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.about_box .items {
		margin: 0 -10px -30px;
	}
	.about_box .item {
		width: 33.33%;
		padding: 0 10px;
	}
}

@media (max-width: 768px) {
	.about_box .item {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.about_box h2 {
		margin-bottom: 15px;
	}
	.about_box .text {
		margin-bottom: 25px;
	}
	.about_box .items {
		width: 100%;
		max-width: 360px;
		margin: 0 auto -25px;
	}
	.about_box .item {
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}
}

.admin-bar .header_box .header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .header_box .header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.admin-bar {
		margin-top: -46px;
	}
	.admin-bar .header_box .header {
		top: 0;
	}
	.admin-bar #wpadminbar {
		display: none;
	}
}

.cards_box h2 {
	text-align: center;
	margin-bottom: 30px;
}

.cards_box .text {
	display: block;
	position: relative;
	max-width: 900px;
	margin: 0 auto 40px;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}

.cards_box .items {
	display: block;
	position: relative;
}

.cards_box .item {
	display: flex;
	align-items: center;
}

.cards_box .item:nth-child(2n) .thumb {
	order: 3;
}

.cards_box .thumb, .cards_box .contents {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	flex-grow: 1;
}

.cards_box .thumb {
	order: 1;
}

.cards_box .thumb img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.cards_box .contents {
	padding: 60px;
	order: 2;
}

.cards_box .link {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	transition: 0.2s;
	cursor: pointer;
}

.cards_box .link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 13px;
	background: url(../images/ico_more_link.svg) 50% 50% no-repeat;
	position: relative;
	margin-left: 6px;
	top: -1px;
	transition: 0.2s;
}

.cards_box .link:hover {
	color: #c9af70;
}

.cards_box .link:hover:after {
	background-image: url(../images/ico_more_link_hover.svg);
}

@media (max-width: 1230px) {
	.cards_box .contents {
		padding: 30px;
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.cards_box h2 {
		margin-bottom: 20px;
	}
	.cards_box .text {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.cards_box .items {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.cards_box .item {
		display: block;
		width: 50%;
		margin: 0 0 30px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.cards_box .thumb, .cards_box .contents {
		padding: 0;
		width: auto;
	}
	.cards_box .thumb {
		margin-bottom: 20px;
	}
	.cards_box h3 {
		margin-bottom: 15px;
	}
	.cards_box .link {
		margin-top: 15px;
	}
}

@media (max-width: 640px) {
	.cards_box h2 {
		margin-bottom: 15px;
	}
	.cards_box .text {
		margin-bottom: 25px;
	}
}

@media (max-width: 480px) {
	.cards_box .item {
		width: 100%;
	}
}

/* Styles for the default WordPress editor */
.content {
	display: block;
	position: relative;
	flex-grow: 1;
	min-width: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.666;
}

.content:after {
	display: table;
	content: '';
	clear: both;
}

.content p, .content > table, .content > ul, .content > ol, .content .table_wrapper {
	margin-bottom: 25px;
}

.content a {
	color: #c9af70;
}

.content a:hover {
	text-decoration: underline;
}

.content .button, .content input[type="submit"] {
	color: #ffffff;
}

.content .button:hover, .content input:hover[type="submit"] {
	text-decoration: none;
}

.content ul, .content ol {
	display: block;
	position: relative;
}

.content ul ul, .content ul ol, .content ol ul, .content ol ol {
	display: block;
	padding-top: 11px;
	margin-left: 0;
}

.content li {
	display: block;
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
}

.content li:last-child {
	margin-bottom: 0;
}

.content ul > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ecc571;
}

.content ol {
	counter-reset: list;
}

.content ol > li {
	counter-increment: list;
}

.content ol > li:before {
	content: counter(list) ".";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #c9af70;
	text-align: center;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content table {
	display: table;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-weight: 400;
	line-height: 1.5;
}

.content table tr:nth-child(2n + 1) {
	background-color: var(--color-background);
}

.content table th, .content table td {
	padding: 12px 8px;
	font-weight: 400;
	text-align: left;
}

.content table th:first-child, .content table td:first-child {
	padding-left: 16px;
}

.content table th:last-child, .content table td:last-child {
	padding-right: 16px;
}

.content table th {
	width: 40%;
	color: var(--color-muted);
}

.content > :last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.content p, .content > table, .content > ul, .content > ol, .content .table_wrapper {
		margin-bottom: 20px;
	}
}

/* WordPress default alignment classes */
.content .alignleft {
	float: left;
	margin: 0 25px 25px 0;
}

.content .alignright {
	float: right;
	margin: 0 0 25px 25px;
}

.content .alignnone {
	width: 100%;
	height: auto;
	margin: 0 0 25px;
}

.content .aligncenter {
	display: block;
	max-width: 100%;
	margin: 0 auto 25px;
}

.content .table_wrapper {
	overflow: auto;
}

@media (max-width: 768px) {
	.content .alignright, .content .alignleft {
		display: block;
		float: none;
		margin: 0 auto 25px;
		text-align: center;
	}
	.content .table_wrapper {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
	}
}

/* Blockquotes */
.content blockquote {
	display: block;
	overflow: hidden;
	padding: 21px 25px;
	margin-bottom: 25px;
	background: #f5f5f5;
}

.content blockquote :last-child {
	margin-bottom: 0;
}

/* Image with caption */
.content .wp-caption-text {
	display: block;
	margin: 0;
	text-align: center;
}

.content .wp-caption {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 25px;
	background: #f5f5f5;
}

.content .wp-caption .wp-caption-text {
	padding: 10px 10px 0;
}

.content .wp-caption a, .content .wp-caption img {
	display: block;
	position: relative;
	margin: 0;
}

/* Gallery */
.content .gallery {
	display: flex;
	position: relative;
	overflow: hidden;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 -5px 10px;
}

.content .gallery .gallery-item {
	display: inline-block;
	box-sizing: border-box;
	width: 33.33%;
	padding: 0 5px;
	margin: 0 0 10px;
	vertical-align: top;
}

.content .gallery .gallery-icon {
	display: block;
	padding: 0;
	margin: 0;
}

.content .gallery .gallery-icon a, .content .gallery .gallery-icon img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.content .gallery .gallery-caption {
	display: block;
	padding: 10px;
	background: #f5f5f5;
}

.content .gallery-columns-1 .gallery-item {
	width: 100%;
}

.content .gallery-columns-2 .gallery-item {
	width: 50%;
}

.content .gallery-columns-4 .gallery-item {
	width: 25%;
}

.content .gallery-columns-5 .gallery-item {
	width: 20%;
}

.content .gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.content .gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.content .gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.content .gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.content .gallery-columns-6 .gallery-caption,
.content .gallery-columns-7 .gallery-caption,
.content .gallery-columns-8 .gallery-caption,
.content .gallery-columns-9 .gallery-caption {
	display: none;
}

@media (max-width: 768px) {
	.content .gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.content .gallery-columns-4 .gallery-item, .content .gallery-columns-5 .gallery-item {
		width: 50%;
	}
	.content .gallery-columns-6 .gallery-item, .content .gallery-columns-7 .gallery-item {
		width: 33.33%;
	}
	.content .gallery-columns-8 .gallery-item, .content .gallery-columns-9 .gallery-item {
		width: 25%;
	}
}

@media (max-width: 480px) {
	.content .gallery-columns-3 .gallery-item, .content .gallery-columns-4 .gallery-item, .content .gallery-columns-5 .gallery-item {
		width: 100%;
	}
	.content .gallery-columns-6 .gallery-item, .content .gallery-columns-7 .gallery-item {
		width: 50%;
	}
	.content .gallery-columns-8 .gallery-item, .content .gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
}

.gform_wrapper {
	display: block;
	position: relative;
	text-align: left;
}

.content .gform_wrapper li:before {
	display: none;
}

.gform_wrapper .gform_body, .gform_wrapper .gform_footer, .gform_wrapper .gfield {
	display: block;
	position: relative;
}

.gform_wrapper .gform_body {
	flex-grow: 1;
}

.gform_wrapper .gform_footer {
	flex-grow: 0;
}

.gform_wrapper .gform_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0;
}

.gform_wrapper .gform_fields:before {
	display: none;
}

.gform_wrapper .gfield {
	display: block;
	box-sizing: border-box;
	width: 50%;
	margin: 0 0 20px;
	padding: 0 10px;
}

.gform_wrapper .gfield.wide {
	width: 100%;
}

.gform_wrapper .gfield_list {
	width: 100%;
}

.gform_wrapper .gfield_list_icons {
	padding-left: 10px;
}

.gform_wrapper .gfield_checkbox {
	display: block;
	position: relative;
}

.gform_wrapper .gfield_checkbox li {
	display: block;
	margin-bottom: 20px;
}

.gform_wrapper .gfield_checkbox li:last-child {
	margin-bottom: 0;
}

.gform_wrapper .gfield_checkbox input {
	display: block;
	visibility: hidden;
	position: absolute;
	left: -1000px;
}

.gform_wrapper .gfield_checkbox input + label {
	padding-left: 30px;
	cursor: pointer;
	margin-bottom: 0;
}

.gform_wrapper .gfield_checkbox input + label:before, .gform_wrapper .gfield_checkbox input + label:after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border: 1px solid #000000;
	z-index: 1;
}

.gform_wrapper .gfield_checkbox input + label:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	background-color: #c9af70;
	border: none;
	opacity: 0;
	z-index: 2;
}

.gform_wrapper .gfield_checkbox input:checked + label:after {
	opacity: 1;
}

.gform_wrapper .validation_message {
	display: block;
	margin: 10px 20px -10px;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
}

.gform_wrapper .instruction {
	display: none;
}

.gform_wrapper .gform_ajax_spinner {
	display: none;
	margin-left: 10px;
	vertical-align: middle;
}

.gform_wrapper .hidden_label .gfield_label {
	display: none;
}

.gform_wrapper .validation_error, .gform_wrapper .gfield_visibility_hidden, .gform_wrapper .gform_hidden {
	display: none;
}

.gform_wrapper .heading {
	margin-bottom: 15px;
	text-align: left;
}

.gform_wrapper .title {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
}

.gform_wrapper label {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 5px;
}

@media (max-width: 1024px) {
	.gform_wrapper .ginput_container_consent {
		margin-bottom: 10px;
	}
	.gform_wrapper .gfield_checkbox label {
		font-size: 16px;
	}
	.gform_wrapper .gfield_checkbox li {
		margin-bottom: 15px;
	}
}

@media (max-width: 640px) {
	.gform_wrapper .validation_message {
		font-size: 14px;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 480px) {
	.gform_wrapper .gfield {
		width: 100%;
	}
}

.gform_confirmation_message {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.hero_box {
	box-sizing: border-box;
	min-height: 100vh;
	padding: 160px 20px 120px;
	background: url(../images/bg_hero.jpg?v=3) 50% 0 no-repeat;
	background-size: cover;
}

.hero_box .logo {
	display: block;
	position: relative;
	height: auto;
	width: 360px;
	margin: 40px auto 0;
}

.hero_box .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.hero_box .slogan {
	display: block;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	font-family: "Droid Serif", sans-serif;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
}

.hero_box .scroll {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: 0.1em;
	padding-bottom: 52px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.2em;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	transform: translateX(-50%);
	cursor: pointer;
}

.hero_box .scroll:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 42px;
	height: 42px;
	margin-left: -21px;
	background: url(../images/ico_more.svg) 50% 50% no-repeat;
	background-size: contain;
	transition: 0.2s;
}

.hero_box .scroll:hover:before, .hero_box .scroll:hover:after {
	transform: translateY(5px);
}

@media (max-width: 1024px) {
	.hero_box {
		padding-top: 90px;
	}
	.hero_box .logo {
		max-width: 280px;
		width: 100%;
		height: auto;
	}
	.hero_box .slogan {
		font-size: 20px;
		line-height: 30px;
		margin-top: 20px;
	}
	.hero_box .scroll {
		font-size: 18px;
		padding-bottom: 50px;
	}
	.hero_box .scroll:before {
		height: 40px;
	}
}

.image_box {
	padding: 0;
	background: 50% 50% no-repeat;
	background-size: cover;
	height: 400px;
}

@media (max-width: 1230px) {
	.image_box {
		height: 300px;
	}
}

@media (max-width: 1024px) {
	.image_box {
		height: 240px;
	}
}

.login_box {
	text-align: center;
}

.login_box .content {
	display: block;
	max-width: 900px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto;
}

.login_box .forms {
	display: block;
	position: relative;
}

.login_box .form {
	display: block;
	position: relative;
	text-align: left;
	margin: 40px auto 0;
	width: 280px;
}

.login_box .field {
	display: block;
	position: relative;
	line-height: 1.25;
	margin-bottom: 20px;
}

.login_box .field.centered {
	text-align: center;
}

.login_box .field:last-child {
	margin-bottom: 0;
}

.login_box .field h3 {
	text-align: center;
}

.login_box .link {
	display: inline-block;
	cursor: pointer;
	color: #000000;
	transition: 0.2s;
}

.login_box .link:hover {
	color: #c9af70;
}

.login_box .error {
	display: block;
	margin: 12px 21px -8px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 1.25;
	color: #ff0000;
}

.login_box input[type="submit"] {
	display: block;
	width: 100%;
}

@media (max-width: 1230px) {
	.login_box .content {
		font-size: 20px;
	}
	.login_box .form {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.login_box .content {
		font-size: 18px;
	}
}

.modal_box {
	display: flex;
	visibility: hidden;
	align-items: center;
	justify-content: stretch;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	transition: 0.5s;
	padding: 0;
	opacity: 0;
	z-index: 10;
}

.modal_box.is_visible {
	visibility: visible;
	opacity: 1;
}

.modal_box.is_visible .inner {
	top: 0;
}

.modal_box .inner {
	top: -600px;
	position: relative;
	max-height: 100vh;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	transition: 0.5s;
}

.modal_box .modal {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 600px;
	padding: 30px;
	background-color: #ffffff;
	margin: 0 auto;
	box-sizing: border-box;
}

.modal_box .title {
	display: block;
	position: relative;
	font-size: 24px;
	font-family: "Droid Serif", sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.25;
}

.modal_box input[type="submit"] {
	display: block;
	width: 100%;
}

.modal_box .close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	outline: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.modal_box .close:after, .modal_box .close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	border-radius: 2px;
	transition: 0.2s;
}

.modal_box .close:before {
	transform: translateY(-50%) rotate(-45deg);
}

.modal_box .close:hover:before, .modal_box .close:hover:after {
	background-color: #c9af70;
}

@media (max-width: 1024px) {
	.modal_box .modal {
		padding: 20px;
	}
}

.pagination_box {
	display: block;
	position: relative;
	text-align: center;
	margin-top: 40px;
}

.pagination_box span, .pagination_box a {
	display: inline-block;
	margin: 0 5px;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	padding: 4px 10px;
	text-decoration: none;
	vertical-align: middle;
}

.pagination_box span {
	background-color: #000000;
	color: #ffffff;
}

.pagination_box a:hover {
	color: #c9af70;
}

.pagination_box .extend {
	background: transparent;
}

.pagination_box span.next, .pagination_box span.prev {
	background: transparent;
	color: #0d7b0d;
}

@media (max-width: 1024px) {
	.pagination_box {
		margin-top: 30px;
	}
}

.posts_box .items {
	display: block;
	position: relative;
}

.posts_box .item {
	display: flex;
	align-items: stretch;
	margin-bottom: 40px;
}

.posts_box .item:last-child {
	margin-bottom: 0;
}

.posts_box .thumb {
	display: block;
	position: relative;
	width: 370px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.posts_box .thumb img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.posts_box .body {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	flex-grow: 1;
	flex-basis: 0;
}

.posts_box .title {
	display: block;
	position: relative;
	margin-top: -4px;
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 700;
	font-family: "Droid Serif", sans-serif;
	line-height: 1.25;
	color: #000000;
}

.posts_box .title:hover {
	color: #c9af70;
}

.posts_box .text {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: auto;
}

.posts_box .button, .posts_box input[type="submit"] {
	margin-top: 25px;
}

@media (max-width: 1024px) {
	.posts_box .items {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px -30px;
	}
	.posts_box .item {
		display: block;
		box-sizing: border-box;
		width: 50%;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.posts_box .thumb {
		width: 100%;
		margin: 0 0 16px;
	}
	.posts_box .title {
		margin: 0 0 10px;
	}
	.posts_box .text {
		font-size: 16px;
	}
	.posts_box .button, .posts_box input[type="submit"] {
		margin-top: 15px;
	}
}

@media (max-width: 640px) {
	.posts_box .items {
		display: block;
		margin: 0 0 -30px;
	}
	.posts_box .item {
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}
}

.properties_box h1 {
	text-align: center;
}

.properties_box .items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -15px -30px;
}

.properties_box .item {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0 15px;
	margin: 0 0 30px;
	box-sizing: border-box;
	width: 33.33%;
}

.properties_box .item.is_sold img {
	opacity: 0.75;
	filter: grayscale(100%);
}

.properties_box .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	flex-grow: 0;
	flex-shrink: 0;
}

.properties_box .thumb:before {
	content: '';
	display: block;
	padding-bottom: 64.8665%;
}

.properties_box .thumb img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}

.properties_box .info {
	display: block;
	position: relative;
	border: 1px solid #979797;
	padding: 25px 30px;
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	flex-grow: 1;
}

.properties_box .title {
	display: block;
	position: relative;
	color: #c9af70;
}

.properties_box .location {
	font-weight: 600;
	margin-top: 15px;
}

.properties_box .location a {
	color: #000000;
}

.properties_box .location a:hover {
	color: #c9af70;
}

.properties_box .category {
	display: inline-block;
	font-size: 12px;
	color: #c9af70;
	margin-top: 20px;
}

.properties_box .category:hover {
	color: #000000;
}

.properties_box .more {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	background-color: #000000;
	color: #c9af70;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
	text-transform: uppercase;
	padding: 12px 20px;
	cursor: pointer;
}

.properties_box .more:hover {
	color: #ffffff;
}

.properties_box .sold {
	display: block;
	position: absolute;
	right: -46px;
	bottom: 100%;
	width: 120px;
	height: auto;
	padding: 11px 15px 9px;
	background-color: #c9af70;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(45deg);
	transform-origin: 0 100%;
	z-index: 5;
}

@media (max-width: 1230px) {
	.properties_box .info {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.properties_box .items {
		margin: 0 -10px -20px;
	}
	.properties_box .item {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.properties_box .info {
		padding: 15px 20px;
		font-size: 16px;
		line-height: 1.5;
	}
	.properties_box .location {
		margin-top: 10px;
	}
	.properties_box .category {
		margin-top: 12px;
	}
	.properties_box .more {
		padding: 10px 20px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.properties_box .item {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.properties_box .item {
		width: 100%;
	}
}

.property_box.is_sold img {
	opacity: 0.75;
	filter: grayscale(100%);
}

.property_box .wrapper {
	display: block;
	position: relative;
	padding-left: 420px;
}

.property_box .wrapper:after {
	display: table;
	content: '';
	clear: both;
}

.property_box .contents {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-left: -420px;
}

.property_box .heading, .property_box .sidebar {
	display: block;
	position: relative;
	float: right;
	width: 360px;
}

.property_box .heading {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--color-border);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.property_box h1 {
	margin-bottom: 20px;
	color: var(--color-primary);
	font-size: 36px;
}

.property_box .location {
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
}

.property_box .category {
	display: block;
	margin-bottom: 20px;
	color: var(--color-main);
	font-size: 16px;
}

.property_box .category:hover {
	color: var(--color-muted);
}

.property_box .form {
	display: block;
	position: relative;
}

.property_box .form h3 {
	color: var(--color-primary);
	font-size: 20px;
	font-weight: 400;
}

.property_box .form .button, .property_box .form input[type="submit"] {
	width: 100%;
}

.property_box .fields {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -10px;
}

.property_box .field {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.property_box .field.half {
	width: 50%;
}

.property_box .client {
	display: block;
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	background-color: var(--color-background);
}

.property_box .client .title {
	display: block;
	position: relative;
	margin: -5px 0 15px;
	font-family: "Droid Serif", sans-serif;
	font-size: 20px;
	font-weight: 400;
	z-index: 1;
}

.property_box .client .buttons {
	display: flex;
	position: absolute;
	top: 15px;
	right: 20px;
	align-items: stretch;
	justify-content: flex-end;
	z-index: 2;
}

.property_box .client .minus {
	margin-left: 10px;
}

.property_box .client .field:last-child {
	margin-bottom: 0;
}

.property_box .error {
	display: block;
	margin: 12px 0 -7px 16px;
	color: #ff0000;
	font-size: 14px;
	line-height: 18px;
}

.property_box .success {
	display: block;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.property_box .emails .subtitle {
	display: block;
	position: relative;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.property_box .line {
	display: flex;
	align-items: stretch;
	margin-bottom: 10px;
}

.property_box .line:last-child {
	margin-bottom: 0;
}

.property_box .line input {
	flex-grow: 1;
	padding: 12px 15px;
}

.property_box .line .buttons {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}

.property_box .line .plus, .property_box .line .minus {
	width: 20px;
	height: 20px;
}

.property_box .line .plus:before, .property_box .line .plus:after, .property_box .line .minus:before, .property_box .line .minus:after {
	width: 10px;
	margin-left: -5px;
}

.property_box .line .minus {
	margin-top: auto;
}

.property_box .plus, .property_box .minus {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 1px solid var(--color-border);
	background: var(--color-white);
	transition: 0.2s;
	cursor: pointer;
}

.property_box .plus:hover, .property_box .minus:hover {
	border-color: var(--color-primary);
}

.property_box .plus:hover:before, .property_box .plus:hover:after, .property_box .minus:hover:before, .property_box .minus:hover:after {
	background-color: var(--color-primary);
}

.property_box .plus:before, .property_box .plus:after, .property_box .minus:before, .property_box .minus:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	margin-top: -1px;
	margin-left: -8px;
	background-color: var(--color-muted);
	transition: 0.2s;
}

.property_box .plus:after, .property_box .minus:after {
	transform: rotate(90deg);
}

.property_box .minus:after {
	display: none;
}

.property_box .hidden {
	display: none;
}

.property_box .controls {
	display: flex;
	align-items: center;
}

.property_box .controls .label {
	display: inline-block;
	margin-right: 5px;
	font-family: "Droid Serif", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.property_box .controls .plus, .property_box .controls .minus {
	margin-left: 10px;
}

.property_box .control {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid currentColor;
	background: transparent;
	color: var(--color-main);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	transition: 0.2s;
	cursor: pointer;
}

.property_box .control .icon {
	display: block;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	cursor: pointer;
}

.property_box .control .icon:before, .property_box .control .icon:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	margin-top: -1px;
	margin-left: -6px;
	background-color: currentColor;
}

.property_box .control .icon:after {
	transform: rotate(90deg);
}

.property_box .control:hover {
	color: var(--color-primary);
}

.property_box .gallery, .property_box .images, .property_box .thumbs {
	display: block;
	position: relative;
}

.property_box .gallery {
	margin-bottom: 40px;
}

.property_box .thumbs {
	margin: 20px -10px 0;
}

.property_box .thumbs img {
	transition: 0.3s;
	opacity: 0.5;
	filter: grayscale(75%);
}

.property_box .thumbs .is-selected img {
	opacity: 1;
	filter: grayscale(0%);
}

.property_box .images .slide {
	width: 100%;
	padding: 0;
}

.property_box .image {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.property_box .image:before {
	content: '';
	display: block;
	padding-bottom: 68.4931%;
}

.property_box .image img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.property_box .slider {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	z-index: 1;
}

.property_box .slide {
	display: inline-block;
	box-sizing: border-box;
	width: 20%;
	padding: 0 10px;
	font-size: 16px;
	line-height: 1.5;
	vertical-align: middle;
	white-space: normal;
	transition: none;
}

.property_box .arrow_next, .property_box .arrow_prev {
	display: block;
	position: absolute;
	top: 50%;
	right: 23px;
	width: 18px;
	height: 46px;
	margin-top: -23px;
	background: url(../images/ico_arrow.svg) 50% 50% no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 2;
}

.property_box .arrow_prev {
	right: auto;
	left: 23px;
	transform: rotate(180deg);
}

.property_box .sold {
	display: block;
	position: absolute;
	right: -70px;
	bottom: 100%;
	width: 200px;
	height: auto;
	padding: 12px 20px 10px;
	background-color: #c9af70;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(45deg);
	transform-origin: 0 100%;
	z-index: 5;
}

.property_box .download {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background-color: var(--color-main);
	color: var(--color-white);
	transition: 0.2s;
	cursor: pointer;
	opacity: 0.75;
	z-index: 2;
}

.property_box .download:hover {
	background-color: var(--color-main);
	opacity: 1;
}

.property_box .download:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	background-color: currentColor;
	z-index: 2;
	-webkit-mask: url(../images/ico_download.svg) 50% 50%/contain no-repeat;
}

.property_box .details {
	display: flex;
	position: relative;
	align-items: flex-start;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid var(--color-border);
}

.property_box .details.centered {
	align-items: center;
}

.property_box .details:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

.property_box .details h2 {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	width: 170px;
	margin: 0 20px 0 0;
	color: var(--color-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.333;
}

.property_box .details h2:last-child {
	margin-bottom: 0;
}

.property_box .details .detail {
	display: block;
	flex-grow: 1;
	min-width: 0;
}

.property_box .map, .property_box .files, .property_box .media {
	display: block;
	position: relative;
	flex-grow: 1;
	min-width: 0;
}

.property_box .map {
	height: 400px;
}

.property_box .media iframe {
	width: 100%;
	height: 270px;
}

.property_box .files {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -10px;
}

.property_box .file {
	display: inline-flex;
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 10px);
	padding: 12px;
	margin: 0 5px 10px;
	background-color: var(--color-main);
	color: var(--color-white);
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	transition: 0.2s;
}

.property_box .file:after {
	content: '';
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background-color: currentColor;
	-webkit-mask: url(../images/ico_file.svg) 50% 50%/contain no-repeat;
}

.property_box .file:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}

.property_box .file span {
	display: block;
	overflow: hidden;
	flex-grow: 1;
	min-width: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.property_box .tablepress thead th {
	width: auto;
	border-bottom-width: 0;
	background: var(--color-background);
	color: var(--color-main);
	font-size: 14px;
	font-weight: 600;
}

.property_box .tablepress thead + tbody tr {
	background-color: transparent;
}

.property_box .tablepress thead + tbody tr:nth-child(2n) {
	background: var(--color-background);
}

.property_box .tablepress tbody td, .property_box .tablepress tbody th {
	border-top-width: 0;
}

.property_box .cards {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -10px -20px;
}

.property_box .cards:first-child {
	margin-top: 0;
}

.property_box .cards .card {
	display: block;
	position: relative;
	width: calc(50% - 20px);
	margin: 0 10px 20px;
}

.property_box .cards .inner {
	display: block;
	position: relative;
	padding: 10px;
	background-color: var(--color-background);
}

.property_box .cards .download {
	width: 32px;
	height: 32px;
}

.property_box .cards .download:before {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
}

.property_box .cards .caption {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	word-break: break-all;
}

.property_box .cards .image:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.property_box .cards .icon img {
	width: 60%;
	height: 60%;
}

.property_box .cards img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: contain;
}

.property_box .sections {
	display: block;
}

.property_box .sections .section {
	display: block;
	margin: 0 0 30px;
}

.property_box .sections .title {
	display: block;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.333;
	text-transform: uppercase;
}

.property_box .sections .hidden {
	display: none;
}

.property_box .sections .content {
	margin-bottom: 15px;
}

.property_box .sections .content:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.property_box .wrapper {
		max-width: 670px;
		padding: 0;
		margin: 0 auto;
	}
	.property_box .heading, .property_box .sidebar {
		float: none;
		width: auto;
		margin: 0 0 30px;
	}
	.property_box .sidebar {
		margin-bottom: 0;
	}
	.property_box .heading {
		padding-bottom: 5px;
		margin-bottom: 0;
		border-bottom: none;
		text-align: center;
	}
	.property_box h1 {
		margin-top: 0;
		font-size: 32px;
	}
	.property_box .contents {
		float: none;
		width: auto;
		margin: 0 0 30px;
	}
	.property_box .gallery {
		width: 100%;
		margin: 0 0 30px;
	}
	.property_box .details {
		padding-top: 30px;
		margin-top: 30px;
	}
}

@media (max-width: 640px) {
	.property_box .details {
		display: block;
	}
	.property_box .details h2 {
		margin-bottom: 15px;
	}
	.property_box .slide {
		width: 33.33%;
	}
	.property_box .cards {
		margin: 0 -5px -15px;
	}
	.property_box .cards .card {
		width: calc(50% - 10px);
		margin: 0 5px 15px;
	}
	.property_box h1 {
		font-size: 28px;
	}
	.property_box .sold {
		right: -48px;
		width: 120px;
		font-size: 15px;
	}
}

@media (max-width: 420px) {
	.property_box .field.half {
		width: 100%;
	}
	.property_box .cards .card {
		width: calc(50% - 10px);
	}
}

.jq-selectbox {
	display: block;
	position: relative;
}

.jq-selectbox select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	z-index: unset;
}

.jq-selectbox li {
	white-space: nowrap;
	user-select: none;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	z-index: 10;
}

.jq-selectbox__select {
	display: block;
	position: relative;
	padding: 15px 40px 15px 20px;
	border: 1px solid rgba(151, 151, 151, 0.4);
	background: #ffffff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jq-selectbox.focused .jq-selectbox__select {
	border-color: #c9af70;
}

.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	user-select: none;
	position: relative;
}

.jq-selectbox__dropdown {
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	margin: 3px 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid rgba(151, 151, 151, 0.4);
}

.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	height: 100%;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-top: 8px solid #979797;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	background-size: contain;
	transform: rotate(0);
	transition: 0.2s;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 0.7;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.5;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	transform: rotate(180deg);
}

.jq-selectbox ul {
	margin: 0;
	padding: 8px 0;
}

.jq-selectbox li {
	padding: 8px 20px;
	color: #000000;
	white-space: normal;
	font-size: 16px;
	line-height: 1.25;
}

.jq-selectbox li.selected, .jq-selectbox li:hover {
	color: #c9af70;
}

.jq-selectbox li.disabled {
	color: #aaaaaa;
}

.jq-selectbox li.disabled:hover {
	background: none;
}

.jq-selectbox li.optgroup {
	font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231f20;
	cursor: default;
}

.jq-selectbox li.option {
	padding-left: 25px;
}

.jq-selectbox .placeholder {
	color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 640px) {
	.jq-selectbox__select {
		padding: 12px 30px 12px 15px;
	}
	.jq-selectbox ul {
		padding: 6px 0;
	}
	.jq-selectbox li {
		padding: 6px 15px;
	}
}

.text_box .contents {
	display: flex;
	position: relative;
	align-items: flex-start;
	margin: 0 -30px;
}

.text_box .image {
	display: block;
	position: relative;
	padding: 0 30px;
	box-sizing: content-box;
	width: 480px;
	flex-grow: 0;
	flex-shrink: 0;
}

.text_box .image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.text_box .content {
	display: block;
	position: relative;
	flex-grow: 1;
	flex-basis: 0;
	font-size: 24px;
	line-height: 1.5;
	padding: 0 30px;
}

.text_box .title {
	display: block;
	position: relative;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
	margin-top: -10px;
	margin-bottom: 20px;
	letter-spacing: 0.15em;
}

@media (max-width: 1230px) {
	.text_box .contents {
		margin: 0 -15px;
	}
	.text_box .image, .text_box .content {
		padding: 0 15px;
	}
	.text_box .title {
		font-size: 28px;
		margin: -8px 0 10px;
	}
	.text_box .content {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.text_box .contents {
		margin: 0 -10px;
	}
	.text_box .image, .text_box .content {
		padding: 0 10px;
	}
	.text_box .image {
		width: 320px;
	}
}

@media (max-width: 768px) {
	.text_box .title {
		font-size: 24px;
	}
	.text_box .content {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	.text_box .contents {
		display: block;
		margin: 0;
	}
	.text_box .content, .text_box .image {
		width: auto;
		padding: 0;
		margin: 0;
	}
	.text_box .image {
		max-width: 480px;
		margin: 0 0 30px;
	}
}

.widget_box {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.footer_box {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	padding: 40px 0;
	color: #A6A6A6;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	background-color: #000000;
}

.footer_box .logo {
	display: block;
	position: relative;
	margin: 0 auto 40px;
	width: 161px;
	height: 79px;
	background: url(../images/ico_logo_footer.svg?v=2) 50% 50% no-repeat;
	background-size: contain;
	transition: 0.2s;
	cursor: pointer;
}

.footer_box .logo:hover {
	opacity: 0.8;
}

.footer_box .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 -20px -10px;
}

.footer_box .menu li {
	display: block;
	margin: 0 20px 10px;
}

.footer_box .menu a {
	display: block;
}

.footer_box .copyright {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.footer_box a {
	color: #A6A6A6;
}

.footer_box a:hover {
	color: #c9af70;
}

@media (max-width: 1024px) {
	.footer_box {
		padding: 30px 0;
	}
	.footer_box .logo {
		margin-bottom: 30px;
	}
	.footer_box .menu {
		margin: 0 -10px 15px;
	}
	.footer_box .menu li {
		margin: 0 10px 10px;
	}
	.footer_box .copyright {
		margin-top: 10px;
	}
}

/*# sourceMappingURL=style.css.map */
