.html_loading {
	width: 100%;
	overflow: hidden;
	position:fixed;
}
.html_pop_up_ct {
    width: 100%;
    overflow: hidden;
}
body {
	padding: 0;
	margin: 0;
    overflow: auto;
    overflow-x: hidden;
	background: #FFFFFF;
}
img {
    pointer-events: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
img.language_arrow {
    pointer-events: initial !important;
    -webkit-touch-callout: initial !important;
    -webkit-user-select: initial !important;
    -khtml-user-select: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
	background: #FFFFFF;
	z-index: 50;
}
@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#loadIcon {
	height: 120px;
	width: 120px;
	position: relative;
	top:50%;
	left:50%;
    -ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#loadIcon div {
	position: absolute;
}
#loadIcon div:first-child {
	height: 120px;
	width: 120px;
	border-radius: 60px;
	border-top: solid 10px #c2d3f1;
	animation: spin 2s infinite;
	-webkit-animation: spin 2s infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}
#loadIcon div:nth-child(2) {
	height: 90px;
	width: 90px;
	border-radius: 45px;
	border-top: 10px solid #d5dff3;
	top: 15px;
	left: 15px;
	animation: spin 1.5s infinite;
	-webkit-animation: spin 1.5s infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}
#loadIcon div:nth-child(3) {
	height: 60px;
	width: 60px;
	border-radius: 30px;
	border-top: solid 10px #d6deed;
	top: 30px;
	left: 30px;
	animation: spin 1s infinite;
	-webkit-animation: spin 1s infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}
#loadIcon div:nth-child(4) {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	border-top: solid 10px #E9EEF7;
	top: 45px;
	left: 45px;
	animation: spin 0.5s infinite;
	-webkit-animation: spin 0.5s infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}
.header {
	position: relative;
	width: 100%;
	z-index: 2;
}
.header_center {
	position: relative;
	width: 95%;
	max-width: 1630px;
	height: 80px;
	display: flex;
	align-items: center;
	margin: auto;
}
.logo {
	position: relative;
	width: auto;
	height: 100%;
}
.logo a {
	position: relative;
	width: auto;
	height: 100%;
	display: inline-block;
}
.logo a img {
    position: relative;
    width: auto;
    height: 85%;
    display: block;
    top: 10%;
}
.menu {
	position: relative;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: 120px;
}
.menu a {
	position: relative;
	display: inline-block;
	color: #161616;
	font-family: web_font;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 10px;
	padding: 10px 15px;
	border-bottom: 2px solid #FFFFFF;
	text-shadow: 0.5px 0.5px 0.5px #161616;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu a:hover {
	border-bottom: 2px solid #B2B2B2;
}
.menu a.menu_active {
	border-bottom: 2px solid #B2B2B2;
}
.language {
	position: absolute;
	width: 32px;
	height: 22px;
	display: flex;
	flex-wrap: wrap;
    top: 50%;
	right: 30px;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.language div {
	position: relative;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	box-shadow: 0px 1px 8px 1px #888888b8;
}
.language div a {
	position: relative;
	width: 100%;
	display: inline-block;
}
.language div a img {
	position: relative;
	width: 100%;
	display: block;
}
.language_arrow {
	position: absolute !important;
	width: 18px !important;
	height: 18px !important;
    top: 50% !important;
	right: -30px !important;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.language_arrow_active {
	-webkit-transform: translate(0, -50%) rotate(-180deg);
    -ms-transform: translate(0, -50%) rotate(-180deg);
    -moz-transform: translate(0, -50%) rotate(-180deg);
    -o-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg);	
}
.language div:nth-child(2), 
.language div:nth-child(3) {
	margin-top: 7px;
	height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0.3s, opacity 0.3s linear;
    -ms-transition: visibility 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0.3s, opacity 0.3s linear;
    transition: visibility 0.3s, opacity 0.3s linear;
}
.language_active div:nth-child(2), 
.language_active div:nth-child(3) {
	height: auto;
	visibility: visible;
	opacity: 1;
}
.home {
	position:relative;
	width: 100%;
	height: auto;
}
.home_center {
	position: relative;
	width: 95%;
	max-width: 1630px;
	height: auto;
	margin: auto;
}
.home_center img {
	position: relative;
	width: 100%;
	display: block;
}
.search_id {
	position:relative;
	width: 100%;
	height: auto;
	background: #E9EEF7;
	margin: auto;
	box-shadow: 0px 1px 8px 1px #888888b8;
}
.search_id_center {
	position: relative;
	width: 95%;
	max-width: 1630px;
	height: 80px;
	margin: auto;
	display: flex;
	align-items: center;
}
.search_id_title {
	position: relative;
	margin-right: auto;
	padding: 0;
}
.search_id_title h1 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #9A5D5D;
	font-family: regular_italic;
	letter-spacing: 0.5px;
	font-size: 40px;
}
.search_id_form {
	position: relative;
	margin-left: auto;
	padding: 0;
}
.search_id_form input {
    position: relative;
    width: 300px;
    height: 45px;
    border-radius: 10px;
    border: none;
    outline: none;
    color: #6F737D;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 0 55px 0 15px;
    background: #FFFFFF;
	box-shadow: 4px 4px 10px -2px #888888b8;
    box-sizing: border-box;	
	font-family: web_font;
}
.search_id_form ::-webkit-input-placeholder {
    color: #6F737D;
    font-size: 22px;
    letter-spacing: 1.5px;
	font-family: regular_italic;
	font-weight: bold;
}
.search_id_form ::-moz-placeholder {
    color: #6F737D;
    font-size: 22px;
    letter-spacing: 1.5px;
	font-family: regular_italic;
	font-weight: bold;
}
.search_id_form :-ms-input-placeholder {
    color: #6F737D;
    font-size: 22px;
    letter-spacing: 1.5px;
	font-family: regular_italic;
	font-weight: bold;
}
.search_id_form button {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
	height: 45px;
	width: 45px;
	cursor: pointer;
	border: none;
	background: none;
	outline: none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.search_id_form button img {
	position: absolute;
	width: 28px;
	display: block;
	left: 50%;
	top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer {
    position: relative;
    width: 100%;
	border-top: 5px solid #5BC0EC;
	padding: 20px 0 50px 0;
}
.footer_center {
    position: relative;
    width: 90%;
	max-width: 1630px;
    height: auto;
    display: flex;
    margin: auto;
}
.footer_center div {
	position: relative;
	display: inline-block;
}
.footer_center div:nth-child(1) {
	width: 310px;
}
.footer_center div:nth-child(2) {
	margin-left: 35px;
	margin-right: 35px;
	width: calc(100% - 690px);
}
.footer_center div:nth-child(3) {
	width: 310px;
}
.footer_center div:nth-child(2) div {
	width: auto;
    display: table;
	margin: auto;
}
.footer_center div h2 {
    position: relative;
	padding: 0;
	margin: 0;
    display: inline-block;
    color: #161616;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 24px;
	margin-bottom: 20px;
	text-shadow: 0.5px 0.5px 0.5px #161616;
}
.footer_center div p {
    position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
    color: #161616;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.footer_center div p img {
	position: relative;
	display: block;
	margin-right: 10px;
}
.footer_center div p a {
	position: relative;
	display: inline-block;
}
.footer_center div:nth-child(2) p a:nth-child(2) {
	margin-left: 30px;
	margin-right: 30px;
}
.footer_center div p a img {
	margin: 0;
	width: 30px;
}
.footer_center div:nth-child(2) p:nth-child(3) {
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer_center div:nth-child(3) p a:nth-child(2) {
	margin-left: 30px;
}
.footer_center div:nth-child(3) p a:nth-child(3) {
	margin-left: 30px;
	margin-right: 30px;
}
.footer_center div:nth-child(3) p a:nth-child(4) {
	margin-right: 30px;
}
.footer_copyright {
	position: relative;
	width: calc(100% - 50px);
	display: inline-block;
	padding: 15px 25px;
}
.footer_copyright p {
    position: relative;
    width: 100%;
	text-align: center;
    padding: 0;
    margin: 0;
    color: #161616;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.about {
    position: relative;
    width: 100%;
	min-height: calc(100vh - 1335px);
	padding: 40px 0 60px 0;
}
.about_center {
    position: relative;
    width: 95%;
	max-width: 1630px;
    height: auto;
    margin: auto;
}
.about_section {
	position: relative;
	display: flex;
}
.about_section div {
	position: relative;
}
.about_section div h1 {
	position: relative;
	width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #79808B;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 32px;
    margin-bottom: 30px;
	margin-top: 20px;
	text-shadow: 0.5px 0.5px 0.5px #161616;
}
.about_section div p {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #79808B;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 20px;
	line-height: 30px;
}
.about_section div img {
	position: relative;
	display: block;
	width: 100%;
	box-shadow: 0px 1px 8px 1px #888888b8;
}
.about_section_1 div:nth-child(1) {
	width: calc(95% - 730px);
	margin-right: 5%;
}
.about_section_1 div:nth-child(2) {
	width: 730px;
}
.about_section_2 {
	margin-top: 60px;
}
.about_section_2 div:nth-child(1) {
	width: 730px;
}
.about_section_2 div:nth-child(2) {
	width: calc(95% - 730px);
	margin-left: 5%;
}
.contact {
    position: relative;
    width: 100%;
	min-height: calc(100vh - 1335px);
	padding: 40px 0 60px 0;
}
.contact_center {
    position: relative;
    width: 95%;
	max-width: 1630px;
    height: auto;
    margin: auto;
}
.contact_section {
	position: relative;
	display: flex;
}
.contact_section div {
	position: relative;
}
.contact_section div:nth-child(1) {
	width: 550px;
}
.contact_section div:nth-child(2) {
	margin-left: auto;
	width: 50%;
}
.contact_section div h1 {
	position: relative;
	width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #79808B;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 32px;
    margin-bottom: 10px;
	text-shadow: 0.5px 0.5px 0.5px #161616;
}
.contact_section div h2 {
	position: relative;
	width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #79808B;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 28px;
    margin-bottom: 40px;
}
.contact_section div img {
	position: relative;
	display: block;
	width: 100%;
    /*-ms-filter: grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.form_error {
	border: 2px solid #bf1c1c !important;
}
.contact_section div input {
    position: relative;
    width: calc(100% - 34px);
    height: 45px;
    border-radius: 10px;
    border: 2px solid transparent;
    outline: none;
    color: #6F737D;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 0 15px;
    background: #FFFFFF;
    -ms-box-shadow: 1px 1px 10px 2px #88888854;
    -moz-box-shadow: 1px 1px 10px 2px #88888854;
    -webkit-box-shadow: 1px 1px 10px 2px #88888854;
    -o-box-shadow: 1px 1px 10px 2px #88888854;
    box-shadow: 1px 1px 10px 2px #88888854;
	font-family: web_font;
	margin-bottom: 20px;
}
.contact_section div textarea {
    position: relative;
    width: calc(100% - 34px);
    height: 100px;
    border-radius: 10px;
    border: 2px solid transparent;
    outline: none;
    color: #6F737D;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 5px 15px;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px 2px #88888854;
	font-family: web_font;
	resize: none;
}
.contact_section div ::-webkit-input-placeholder {
    color: #79808b7d;
    font-size: 18px;
    letter-spacing: 0.5px;
	font-family: web_font;
}
.contact_section div ::-moz-placeholder {
    color: #79808b7d;
    font-size: 18px;
    letter-spacing: 0.5px;
	font-family: web_font;
}
.contact_section div :-ms-input-placeholder {
    color: #79808b7d;
    font-size: 18px;
    letter-spacing: 0.5px;
	font-family: web_font;
}
.contact_section div button {
	position: relative;
	display: inline-block;
    font-family: web_font;
	color: #FFFFFF;
	background: #4EB5E2;
	border: 2px solid #4BAED8;
	border-radius: 10px;
	height: 45px;
	width: 100%;
	margin-top: 60px;
    font-size: 18px;
    letter-spacing: 0.5px;
    box-shadow: 1px 1px 10px 1px #88888870;
	outline: none;
	cursor: pointer;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact_section div button:hover {
	background: #449FC6;
	border: 2px solid #3F92B6;
}
.estates_wrapper {
    position: relative;
    width: 100%;
	min-height: calc(100vh - 1335px);
	padding: 40px 0 20px 0;
}
.estates_wrapper_center {
    position: relative;
	display: inline-block;
    width: 95%;
	max-width: 1630px;
	padding-bottom: 40px;
    height: auto;
	left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	z-index: 2;
}
.click_filter {
	position: relative;
	display: none;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;	
}
.estates_search {
	position: relative;
	display: inline-block;
	width: 22%;
	padding: 20px;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px 1px #888888b8;
	float: left;
}
.search_checkbox_radio_input {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.search_checkbox_radio_input input[type="checkbox"]{   
    display: none;
}
.search_checkbox_radio_input input[type="checkbox"]+label {
    display: block;
    width: 22px;
	height: 20px;
	border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
    background: #FFFFFF;
    border: 1px solid #79808B;
    -webkit-transition: background ease-in .3s    
}
.search_checkbox_radio_input input[type="checkbox"]+label {
    height: 20px !important;
}
.search_checkbox_radio_input label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
}
.search_checkbox_radio_input label::before {
    width: 22px !important;
    height: 20px !important;
}
.search_checkbox_radio_input input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    font-family: FontAwesome;
    background: transparent;
    position: relative;
    color: #9A5D5D;    
}
.search_checkbox_radio_input input[type="checkbox"]:checked+label::before {
	top: 0px !important;
    left: 2px !important;
    font-size: 20px !important;
}
.search_checkbox_radio_input input[type="radio"]{   
    display: none;
}
.search_checkbox_radio_input input[type="radio"]+label {
    display: block;
    width: 22px;
	height: 20px;
	border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
    background: #FFFFFF;
    border: 1px solid #79808B;
    -webkit-transition: background ease-in .3s    
}
.search_checkbox_radio_input input[type="radio"]+label {
    height: 20px !important;
}
.search_checkbox_radio_input label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
}
.search_checkbox_radio_input label::before {
    width: 22px !important;
    height: 20px !important;
}
.search_checkbox_radio_input input[type="radio"]:checked+label::before {
    content: "\f00c";
    font-family: FontAwesome;
    background: transparent;
    position: relative;
    color: #9A5D5D;    
}
.search_checkbox_radio_input input[type="radio"]:checked+label::before {
	top: 0px !important;
    left: 2px !important;
    font-size: 20px !important;
}
.search_checkbox_radio_input p {
	padding: 0;
    margin: 0;
    color: #161616;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 18px;
    position: absolute;
    top: 1px;
    padding-left: 35px;
    width: calc(100% - 35px);
    text-transform: uppercase;
	overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}
.search_checkbox_radio_input_1 p {
	text-shadow: 0.5px 0.5px 0.5px #161616;
}
.search_select {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.chosen-container {
    width: 100% !important;
	background: transparent !important;
}
.chosen-container-active .chosen-single {
	box-shadow: none !important;
    background: #FFFFFF !important;
}
.chosen-container-single .chosen-default {
	box-shadow: none !important;
    color: #999;
    background: #FFFFFF !important;
	height: 40px !important;
	border: 1px solid #DCDEE2 !important;
}
.chosen-container-single .chosen-default {
	height: 40px !important; 
}
.chosen-container-single .chosen-single {
	line-height: 38px !important;
	font-size: 16px !important;
	font-family: web_font !important;
    letter-spacing: 1px !important;
	color: #161616 !important;
	box-shadow: none !important;
    color: #999;
    background: #FFFFFF !important;
	height: 40px !important;
	border: 1px solid #DCDEE2 !important;
}
.chosen-container-single .chosen-single div {
    top: 0 !important;
}
.chosen-container-single .chosen-single div b {
    background: url(../img/chosen-sprite.png) no-repeat 3px 9px !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -15px 9px !important;
}
.chosen-container .chosen-results {
    width: 100% !important;
}
.chosen-container .chosen-results li {
	font-size: 16px !important;
	font-family: web_font !important;
    letter-spacing: 1px !important;
	color: #161616 !important;
}
.chosen-container .chosen-results li.highlighted {
    background: none;
    background-color: #999999;
    color: #FFFFFF !important;
}
.chosen-container.chosen-with-drop .chosen-drop {
    border: 1px solid #DCDEE2 !important;
	border-top: none !important;
}
.chosen-container-single .chosen-single abbr {
    top: 13px !important;
    right: 20px !important;
}
.search_select p {
	position: relative;
	width: 100%;
	padding: 0;
    margin: 0;
    color: #161616;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 18px;
    text-transform: uppercase;
	margin-bottom: 5px;
	text-shadow: 0.5px 0.5px 0.5px #161616;
}
.search_select select {
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #DCDEE2 !important;
    outline: none;
    color: #161616;
	font-size: 16px !important;
    font-family: web_font !important;
    letter-spacing: 1px !important;
    padding: 0 6px 0 6px;
    background: #FFFFFF;
    box-sizing: border-box;	
	font-family: web_font;
}
.search_input {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.search_input p {
	position: relative;
	width: 100%;
	padding: 0;
    margin: 0;
    color: #161616;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 18px;
    text-transform: uppercase;
	margin-bottom: 5px;
	text-shadow: 0.5px 0.5px 0.5px #161616;
}
.search_input div {
	display: flex;
}
.search_input div span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
    font-size: 37px;
    color: #161616;
    line-height: 0;
    padding-bottom: 5px;
}
.search_input div input {
    position: relative;
    width: calc((100% - 40px)/2);
    height: 40px;
    border-radius: 5px;
    border: 1px solid #DCDEE2 !important;
    outline: none;
    color: #161616;
	font-size: 16px !important;
    font-family: web_font !important;
    letter-spacing: 1px !important;
    padding: 0 10px 0 10px;
    background: #FFFFFF;
    box-sizing: border-box;	
	font-family: web_font;
}
.search_input div ::-webkit-input-placeholder {
    color: #6F737D;
	font-size: 16px !important;
    font-family: web_font !important;
    letter-spacing: 1px !important;
}
.search_input div ::-moz-placeholder {
    color: #6F737D;
	font-size: 16px !important;
    font-family: web_font !important;
    letter-spacing: 1px !important;
}
.search_input div :-ms-input-placeholder {
    color: #6F737D;
	font-size: 16px !important;
    font-family: web_font !important;
    letter-spacing: 1px !important;
}
.span_border {
	position: relative;
	display: block;
	width: 105%;
	height: 2px;
	background: #797979;
	margin: 20px 0;
	margin-left: -2.5%;
}
.search_button {
	position: relative;
	display: flex;
	align-items: center;
    font-family: web_font;
    letter-spacing: 1px;	
	color: #FFFFFF;
	background: #FC8B75;
	border: 1px solid #C46C5B;
	border-radius: 10px;
	height: 45px;
	width: 100%;
	font-size: 18px;
	outline: none;
	cursor: pointer;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.search_button img {
	position: relative;
	display: block;
	margin-right: 10px;
}
.search_button:hover {
	background: #BB6757;
	border: 1px solid #8B4D40;
}
.reset_button {
	position: relative;
	display: flex;
	align-items: center;
    font-family: web_font;
    letter-spacing: 1px;	
	color: #FFFFFF;
	background: #9e9e9e;
	border: 1px solid #888888;
	border-radius: 10px;
	height: 45px;
	width: 100%;
	font-size: 18px;
	outline: none;
	cursor: pointer;
	margin-bottom: 10px;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.reset_button img {
	position: relative;
	display: block;
	margin-right: 10px;
}
.reset_button:hover {
	background: #888888;
	border: 1px solid #777777;
}
.count_estates {
	position: relative;
	float: left;
	width: calc(78% - 70px);
	margin-left: 30px;
	margin-bottom: 20px;
}
.count_estates p {
    position: relative;
	width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #9A5D5D;
    font-family: web_font;
    letter-spacing: 0.5px;
	text-transform: uppercase;
    font-size: 20px;
    text-shadow: 0.5px 0.5px 0.5px #9A5D5D;
}
.pagination_div {
	position: relative;
	float: left;
	width: calc(78% - 70px);
	margin-left: 30px;
}
.pagination_div_2 {
	float: right;
}
.pagination_div ul {
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	margin-bottom: 20px;
}
.pagination_div_2 ul {
	margin-top: 20px;
	margin-bottom: 0;
}
.pagination_div ul li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px 1px #888888b8;
	width: 35px;
	height: 30px;
    color: #161616;
	border-radius: 8px;
	margin-right: 8px;
	border: 2px solid #FFFFFF;
	overflow: hidden;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.pagination_div ul li:first-child {
    background: none !important;
    box-shadow: none !important;
	border: 2px solid transparent !important;
}
.pagination_div ul li:last-child {
	margin-right: 0 !important;
    background: none !important;
    box-shadow: none !important;
	border: 2px solid transparent !important;
}
.pagination_div ul li img {
    position: relative;
	display: block;
	width: 16px;
}
.pagination_div ul li span {
    color: #161616;
	padding: 8px 15px;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 16px;
	text-shadow: 0.5px 0.5px 0.5px #161616;
}
.pagination_div ul li a {
    color: #161616;
	padding: 8px 15px;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 16px;
	text-shadow: 0.5px 0.5px 0.5px #161616;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.pagination_div ul li:hover {
	border: 2px solid #9A5D5D;
}
.pagination_div ul li:hover a {
	color: #9A5D5D;
	text-shadow: 0.5px 0.5px 0.5px #9A5D5D;
}
.pagination_div ul li.disabled:hover {
	border: 2px solid #FFFFFF;
	cursor: not-allowed;
}
.pagination_div ul li.active {
	border: 2px solid #9A5D5D;
}
.pagination_div ul li.active span {
	color: #9A5D5D;
	text-shadow: 0.5px 0.5px 0.5px #9A5D5D;
}
.pagination_div ul li.active:hover {
	border: 2px solid #9A5D5D;
	cursor: not-allowed;
}
.estates_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: calc(78% - 70px);
	margin-left: 30px;
	float: left;
}
.estates_list h1 {
    position: relative;
	width: 100%;
	text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #9A5D5D;
    font-family: web_font;
    letter-spacing: 0.5px;
	text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 25px;
    text-shadow: 0.5px 0.5px 0.5px #9A5D5D;
}
.estates_home_br {
	position: relative;
	width: 100%;
	height: 50px;
	display: block;
}
.estates_home_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.estate_div {
	position: relative;
	width: calc((100% - 40px)/3);
	display: inline-block;
	margin-top: 30px;
	padding: 20px 20px 60px 20px;
	border-radius: 20px;
	box-shadow: 0px 1px 8px 1px #888888b8;
	box-sizing: border-box;
}
.estate_href_img {
	position: relative;
	display: inline-block;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 1px 8px 1px #888888b8;
}
.estate_href_img img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 20px;
}
.estate_div h2 {
    position: relative;
	width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #464B56;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 20px;
    text-shadow: 0.5px 0.5px 0.5px #505050;
	margin: 5px 0;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.estate_div p {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #464B56;
    font-family: web_font;
    font-size: 14px;
}
.estate_div p img {
    position: relative;
	top: -4px;
	left: -2px;
    display: block;
	float: left;
}
.estate_div p span {
	position: relative;
	float: left;
	width: calc(100% - 24px);
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: bold;
}
.estate_info {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 5px 0;
}
.estate_info span {
	position: relative;
	display: flex;
	align-items: center;
    color: #464B56;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
}
.estate_info span.room_span {
	width: 70px;
}
.estate_info span.area_span {
	width: calc(100% - 165px);
}
.estate_info span.floor_span {
	width: 95px;
}
.estate_info span:nth-child(2) {
	justify-content: center;
}
.estate_info span:nth-child(3) {
	justify-content: end;
}
.estate_info span img {
	position: relative;
	display: block;
	margin-right: 5px;
}
.estate_info span sup {
	position: relative;
	top: -5px;
}
.estate_price {
	position: absolute;
	display: flex;
	align-items: center;
	width: calc(100% - 40px);
	left: 20px;
	bottom: 15px;
}
.estate_price h3 {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
	display: inline-block;
    color: #9A5D5D;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 20px;
    text-shadow: 0.5px 0.5px 0.5px #9A5D5D;
	padding-right: 5px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.estate_price h3 img {
	position: absolute;
	display: block;
	left: 0;
}
.estate_price a {
	position: relative;
    display: flex;
    align-items: center;
    font-family: web_font;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #5BA0C2;
    border: 2px solid #508BA9;
    border-radius: 5px;
    height: auto;
    width: auto;
    font-size: 16px;
	padding: 7px 15px;
    box-shadow: 1px 1px 10px 1px #88888870;
	margin-left: auto;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;	
}
.estate_price a:hover {
    background: #477C97;
    border: 2px solid #457892;	
}
.estate_div:nth-child(2), 
.estate_div:nth-child(5), 
.estate_div:nth-child(8), 
.estate_div:nth-child(11) {
    margin-left: 20px;
	margin-right: 20px;
}
.estate_div:nth-child(1), 
.estate_div:nth-child(2), 
.estate_div:nth-child(3) {
    margin-top: 0;
}
.estates_home_list .estate_div {
	margin-top: 0;
}
.estates_home_list .estate_div:nth-child(2n) {
    margin-left: 20px;
	margin-right: 20px;
}
.estate_wrapper {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 435px);
    padding: 20px 0 20px 0;
}
.estate_wrapper_center {
    position: relative;
    display: inline-block;
    width: 95%;
    max-width: 1630px;
    padding-bottom: 40px;
    height: auto;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.estate_id {
	position: relative;
	width: 1300px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: 20px;
}
.estate_id p {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #161616;
    font-family: web_font;
	font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 22px;
    text-shadow: 0.5px 0.5px 0.5px #161616;
	margin-right: auto;
}
.see_other_details {
	position: relative;
    font-family: web_font;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #FF5B3C;
    border: 2px solid #F6593A;
    border-radius: 10px;
    height: auto;
    width: auto;
    font-size: 18px;
	text-transform: uppercase;
	padding: 10px 15px;
    box-shadow: 1px 1px 10px 1px #88888870;
	margin-left: auto;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;	
}
.see_other_details:hover {
    background: transparent;
	color: #F6593A;
}
.estate_section {
	position: relative;
	display: flex;
	width: 1300px;
	margin: auto;
}
.estate_section_1 {
	position: relative;
	width: 740px;
}
.estate_section_1_1 {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.arrow_left_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background: rgba(255,255,255, .1);
	box-shadow: 0px 1px 8px 1px #888888b8;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;	
}
.arrow_left_slider:hover {
	background: rgba(255,255,255, .45);
	box-shadow: 0px 1px 8px 1px #888888b8;
}
.arrow_left_slider img {
	position: relative;
	display: block;
}
.arrow_right_slider {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background: rgba(255,255,255, .1);
	box-shadow: 0px 1px 8px 1px #888888b8;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;	
}
.arrow_right_slider:hover {
	background: rgba(255,255,255, .45);
	box-shadow: -1px 1px 8px 5px #888888b8;
}
.arrow_right_slider img {
	position: relative;
	display: block;
}
.estate_section_1_1 div {
	position: relative;
	display: flex;
	overflow: hidden;
	width: 100%;
}
.click_open_pop_up {
	cursor: zoom-in;
}
.estate_section_1_1 div img {
	position: relative;
	max-width: 100%;
	min-width: 100%;
	display: block;
}
.estate_section_1_2 {
	position: relative;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
.arrow_left_multi_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;	
}
.arrow_left_multi_slider:hover {
	background: #B2B2B2; /*rgba(0,0,0, .3);*/
	box-shadow: 1px 1px 8px 5px #888888b8;
}
.arrow_left_multi_slider img {
	position: relative;
	width: 20px;
	display: block;
}
.arrow_right_multi_slider {
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;	
}
.arrow_right_multi_slider:hover {
	background: #B2B2B2; /*rgba(0,0,0, .3);*/
	box-shadow: -1px 1px 8px 5px #888888b8;
}
.arrow_right_multi_slider img {
	position: relative;
	width: 20px;
	display: block;
}
.estate_section_1_2 div {
	position: relative;
	width: calc(100% - 60px);
	height: 147px;
	overflow: hidden;
	margin: auto;
}
.estate_section_1_2 div div {
	position: relative;
	width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    display: inline-flex;	
}
.estate_section_1_2 div a {
	position: relative;
	width: 220px;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.estate_section_1_2 div a:first-child {
	padding-left: 0;
}
.estate_section_1_2 div a:last-child {
	padding-right: 0;
}
.estate_section_1_2 div a img {
	position: relative;
	width: 100%;
	display: block;
	opacity: 0.5;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;	
}
.estate_section_1_2 div a.click_slider_active img {
	opacity: 1;
}
.estate_section_1_2 div a:hover img {
	opacity: 1;
}
.estate_section_2 {
	position: relative;
	display: inline-block;
	margin-left: auto;
	width: calc(100% - 770px);
}
.estate_section_2 h2 {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #161616;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 24px;
}
.estate_section_2 p {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
	display: flex;
	align-items: center;
    color: #464B56;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 16px;
	margin: 10px 0;
}
.estate_section_2 p img {
    position: relative;
	left: -2px;
    display: block;
}
.estate_section_2 p span {
    position: relative;
    width: calc(100% - 24px);
}
.estate_section_2 h3 {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
	display: flex;
	align-items: center;
    color: #9A5D5D;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 28px;
    text-shadow: 0.5px 0.5px 0.5px #9a5d5d;
	margin-top: 15px;
}
.estate_section_2 h3 img {
    position: relative;
    display: block;
}
.estate_section_2 ul {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	margin-top: 10px;
}
.estate_section_2 ul li {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #161616;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 16px;
	text-shadow: 0.5px 0.5px 0.5px #161616;
	padding: 13px 0;
	border-bottom: 1px solid #B2B2B2;
}
.estate_section_2 ul li span:nth-child(1) {
	/*width: calc(100% - 200px);*/
}
.estate_section_2 ul li span:nth-child(2) {
	margin-left: auto;
	text-align: right;
}
.estate_section_2 div {
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.estate_section_2 div p {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #464B56;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 16px;
	line-height: 22px;
}
.estate_like {
	position: relative;
	width: 75%;
	height: auto;
	margin: auto;
	margin-top: 60px;
}
.estate_like h1 {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #9A5D5D;
    font-family: web_font;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 25px;
    text-shadow: 0.5px 0.5px 0.5px #9A5D5D;
}
.estate_like_center {
	position: relative;
    display: flex;
    flex-wrap: wrap;
}
.pop_up_images {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .7);
	z-index: 5;
	display: none;
}
.pop_up_images_active {
	display: block;
}
.close_pop_up_images {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
}
.close_pop_up_images img {
	position: relative;
	display: block;
}
.see_images_div {
    position: relative;
	display: inline-block;
	background: #4C4C4C;
	overflow: hidden;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.see_images_div div img {
    position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	max-width: 100%;
	max-height: 100%;
    display: block;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0.3s, opacity 0.3s linear;
    -ms-transition: visibility 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0.3s, opacity 0.3s linear;
    transition: visibility 0.3s, opacity 0.3s linear;
}
.see_images_div div img.see_slider_img_active {
    position: relative;
    visibility: visible;
    opacity: 1;
}
.arrow_left_see_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background: rgba(255,255,255, .1);
	box-shadow: 0px 1px 8px 1px #888888b8;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;	
}
.arrow_left_see_slider:hover {
	background: rgba(255,255,255, .45);
	box-shadow: 0px 1px 8px 1px #888888b8;
}
.arrow_left_see_slider img {
	position: relative;
	display: block;
}
.arrow_right_see_slider {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background: rgba(255,255,255, .1);
	box-shadow: 0px 1px 8px 1px #888888b8;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;	
}
.arrow_right_see_slider:hover {
	background: rgba(255,255,255, .45);
	box-shadow: -1px 1px 8px 5px #888888b8;
}
.arrow_right_see_slider img {
	position: relative;
	display: block;
}
.pop_up_details {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .7);
	z-index: 5;
	display: none;
}
.pop_up_details_active {
	display: block;
}
.see_other_details_div {
	position: relative;
	width: 650px;
	height: auto;
	max-height: 80%;
	overflow-x: hidden;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 10px 20px 20px 20px;	
	left: 50%;
	top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.close_pop_up_details {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
}
.close_pop_up_details img {
	position: relative;
	display: block;
}
.see_other_details_div ul {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.see_other_details_div ul li {
    position: relative;
    width: calc((100% - 20px)/2);
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #161616;
    font-family: web_font;
    letter-spacing: 0.5px;
    font-size: 16px;
	text-shadow: 0.5px 0.5px 0.5px #161616;
	padding: 10px 0;
	border-bottom: 1px solid #B2B2B2;
}
.see_other_details_div ul li span {
	position: relative;
	width: calc(100% - 25px);
	display: inline-block;
}
.see_other_details_div ul li:nth-child(2n) {
	margin-left: 20px;
}
.see_other_details_div ul li div {
	position: relative;
	margin-left: auto;
    width: 18px;
	height: 18px;
}
.see_other_details_div ul li div input[type="checkbox"]{   
    display: none;
}
.see_other_details_div ul li div input[type="checkbox"]+label {
    display: block;
    width: 18px;
	height: 18px;
	border-radius: 5px;
    cursor: auto;
    margin-bottom: 0;
    background: #B2B2B2;
    border: 1px solid #B2B2B2;
    -webkit-transition: background ease-in .3s    
}
.see_other_details_div ul li div input[type="checkbox"]+label {
    height: 18px !important;
}
.see_other_details_div ul li div label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
}
.see_other_details_div ul li div label::before {
    width: 18px !important;
    height: 18px !important;
}
.see_other_details_div ul li div input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    font-family: FontAwesome;
    background: transparent;
    position: relative;
    color: #FFFFFF;
	font-weight: normal;
	text-shadow: none;
}
.see_other_details_div ul li div input[type="checkbox"]:checked+label::before {
	top: -1px !important;
    left: 1px !important;
    font-size: 16px !important;
}
@media only screen and (max-height: 700px) {
	.see_images_div div img {
		width: 850px;
	}	
}
@media only screen and (max-height: 600px) {
	.see_images_div div img {
		width: 720px;
	}	
}
@media only screen and (max-height: 520px) {
	.arrow_left_see_slider, 
	.arrow_right_see_slider {
		width: 40px;
	}
	.arrow_left_see_slider img, 
	.arrow_right_see_slider img {
		width: 24px;
	}
	.see_images_div div img {
		width: 620px;
	}
}
@media only screen and (max-height: 450px) {
	.see_images_div div img {
		width: 520px;
	}	
}
@media only screen and (max-height: 380px) {
	.arrow_left_see_slider img, 
	.arrow_right_see_slider img {
		width: 20px;
	}	
	.arrow_left_see_slider, 
	.arrow_right_see_slider {
		width: 30px;
	}	
	.see_images_div div img {
		width: 420px;
	}	
}
@media only screen and (max-height: 310px) {
	.see_images_div div img {
		width: 350px;
	}	
}
@media only screen and (max-height: 260px) {
	.see_images_div div img {
		width: 300px;
	}	
}
@media only screen and (max-height: 220px) {
	.see_images_div div img {
		width: 250px;
	}	
}
@media only screen and (max-width: 1680px) {
	.menu {
		margin-right: 100px;
	}
	.menu a {
		font-size: 18px;
	}
	.search_id_title h1 {
		font-size: 38px;
	}
	.search_id_form input {
		height: 40px;
		font-size: 18px;
		padding: 0 50px 0 15px;
	}
	.search_id_form ::-webkit-input-placeholder {
		font-size: 20px;
	}
	.search_id_form ::-moz-placeholder {
		font-size: 20px;
	}
	.search_id_form :-ms-input-placeholder {
		font-size: 20px;
	}
	.search_id_form button {
		height: 40px;
		width: 40px;
	}
	.search_id_form button img {
		width: 26px;
	}
	.estates_search {
		width: 20%;
		padding: 15px;
	}
	.search_checkbox_radio_input {
		margin-bottom: 10px;
	}
	.search_checkbox_radio_input p {
		font-size: 16px;
		top: 2px;
		padding-left: 30px;
		width: calc(100% - 30px);
	}
	.search_select p {
		font-size: 16px;
	}
	.search_input p {
		font-size: 16px;
	}
	.span_border {
		width: 104%;
		margin: 15px 0;
		margin-left: -2%;
	}
	.search_button {
		height: 40px;
		font-size: 16px;
	}
	.search_button img {
		margin-right: 5px;
		width: 24px;
	}
	.reset_button {
		height: 40px;
		font-size: 16px;
	}
	.reset_button img {
		margin-right: 5px;
		width: 24px;
	}
	.estates_wrapper {
		padding: 40px 0 10px 0;
	}
	.estates_list {
		width: calc(80% - 55px);
		margin-left: 25px;
	}
	.estates_list h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.estate_div {
		width: calc((100% - 40px)/3);
		padding: 15px 15px 50px 15px;
	}
	.estate_price {
		width: calc(100% - 30px);
		left: 15px;
		bottom: 10px;
	}
	.estate_div h2 {
		font-size: 18px;
	}
	.estate_div p img {
		width: 20px;
		top: -3px;
	}
	.estate_div p {
		font-size: 13px;
	}
	.estate_info span {
		font-size: 14px;
	}
	.estate_info span img {
		width: 24px;
	}
	.estate_price h3 {
		font-size: 18px;
	}
	.estate_price a {
		font-size: 15px;
		padding: 7px 14px;
	}
	.estates_home_br {
		height: 40px;
	}
	.count_estates {
		width: calc(80% - 55px);
		margin-left: 25px;
	}
	.pagination_div {
		width: calc(80% - 55px);
		margin-left: 25px;
	}
	.about {
		padding: 40px 0 50px 0;
	}
	.about_section div h1 {
		font-size: 30px;
		margin-bottom: 25px;
		margin-top: 15px;
	}
	.about_section div p {
		font-size: 18px;
		line-height: 28px;
	}
	.about_section_1 div:nth-child(1) {
		width: calc(94% - 700px);
		margin-right: 6%;
	}
	.about_section_1 div:nth-child(2) {
		width: 700px;
	}
	.about_section_2 {
		margin-top: 50px;
	}
	.about_section_2 div:nth-child(1) {
		width: 700px;
	}
	.about_section_2 div:nth-child(2) {
		width: calc(94% - 700px);
		margin-left: 6%;
	}
	.contact {
		padding: 40px 0 50px 0;
	}
	.contact_section div h1 {
		font-size: 30px;
	}
	.contact_section div h2 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.contact_section div input {
		height: 40px;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.contact_section div textarea {
		font-size: 16px;
	}
	.contact_section div ::-webkit-input-placeholder {
		font-size: 16px;
	}
	.contact_section div ::-moz-placeholder {
		font-size: 16px;
	}
	.contact_section div :-ms-input-placeholder {
		font-size: 16px;
	}
	.contact_section div button {
		height: 40px;
		margin-top: 50px;
		font-size: 16px;
	}
	.estate_id p {
		font-size: 20px;
	}	
	.see_other_details {
		font-size: 16px;
		padding: 8px 13px;
	}	
	.estate_section_2 {
		width: calc(100% - 760px);
	}
	.estate_section_2 h2 {
		font-size: 22px;
	}
	.estate_section_2 h3 {
		font-size: 26px;
	}
	.estate_section_2 ul li {
		font-size: 15px;
		padding: 11px 0;
	}
	.estate_section_2 div {
		margin-top: 15px;
	}
	.estate_section_2 div p {
		font-size: 15px;
		line-height: 20px;
	}
	.see_other_details_div ul li {
		font-size: 15px;
	}
	.see_other_details_div ul li div input[type="checkbox"]:checked+label::before {
		top: 0px !important;
		left: 1px !important;
		font-size: 15px !important;
	}
	.footer_center div h2 {
		font-size: 22px;
	}
	.footer_center div:nth-child(1) {
		width: 300px;
	}
	.footer_center div:nth-child(2) {
		width: calc(100% - 670px);
	}	
	.footer_center div:nth-child(3) {
		width: 300px;
	}	
}
@media only screen and (max-width: 1450px) {
	.menu a {
		font-size: 16px;
		padding: 5px 10px;
	}
	.search_id_center {
		height: 70px;
	}
	.search_id_title h1 {
		font-size: 34px;
		line-height: 27px;
	}	
	.search_id_form input {
		height: 35px;
		font-size: 16px;
		padding: 0 40px 0 10px;
	}
	.search_id_form ::-webkit-input-placeholder {
		font-size: 18px;
	}
	.search_id_form ::-moz-placeholder {
		font-size: 18px;
	}
	.search_id_form :-ms-input-placeholder {
		font-size: 18px;
	}
	.search_id_form button {
		height: 35px;
		width: 35px;
	}
	.search_id_form button img {
		width: 22px;
	}
	.estates_wrapper {
		padding: 30px 0 10px 0;
	}
	.estates_wrapper_center {
		padding-bottom: 30px;
	}
	.estates_list h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.estates_home_br {
		height: 30px;
	}
	.estates_search {
		width: 18%;
		padding: 10px;
		border-radius: 18px;
	}	
	.search_checkbox_radio_input {
		margin-bottom: 8px;
	}	
	.search_checkbox_radio_input p {
		font-size: 14px;
		padding-left: 25px;
		width: calc(100% - 25px);
	}	
	.search_select p {
		font-size: 14px !important;
	}
	.search_input p {
		font-size: 14px !important;
	}
	.search_select {
		margin-bottom: 10px;
	}
	.chosen-container-single .chosen-single {
		line-height: 35px !important;
		font-size: 14px !important;
		letter-spacing: 0.5px !important;
		height: 35px !important;
	}
	.chosen-container-single .chosen-single div b {
		background: url(../img/chosen-sprite.png) no-repeat 3px 7px !important;
	}
	.chosen-container-active.chosen-with-drop .chosen-single div b {
		background-position: -15px 7px !important;
	}
	.chosen-container-single .chosen-single abbr {
		top: 11px !important;
	}
	.chosen-container .chosen-results li {
		font-size: 14px !important;
		letter-spacing: 0.5px !important;
	}
	.search_input div span {
		width: 35px;
		font-size: 35px;
		padding-bottom: 7px;
	}
	.search_select select {
		height: 35px;
		font-size: 14px !important;
		letter-spacing: 0.5px !important;
	}
	.search_input div input {
		width: calc((100% - 35px)/2);
		height: 35px;
		font-size: 14px !important;
		letter-spacing: 0.5px !important;
	}
	.search_input div ::-webkit-input-placeholder {
		font-size: 14px !important;
		letter-spacing: 0.5px !important;
	}
	.search_input div ::-moz-placeholder {
		font-size: 14px !important;
		letter-spacing: 0.5px !important;
	}
	.search_input div :-ms-input-placeholder {
		font-size: 14px !important;
		letter-spacing: 0.5px !important;
	}
	.search_input {
		margin-bottom: 10px;
	}
	.span_border {
		width: 102%;
		margin: 10px 0;
		margin-left: -1%;
	}	
	.search_checkbox_radio_input input[type="checkbox"]+label {
		height: 18px !important;
	}
	.search_checkbox_radio_input input[type="checkbox"]+label {
		width: 20px;
		height: 18px;
	}	
	.search_checkbox_radio_input label::before {
		width: 20px !important;
		height: 18px !important;
	}	
	.search_checkbox_radio_input label::before {
		width: 20px;
		height: 18px;
	}
	.search_checkbox_radio_input input[type="radio"]+label {
		height: 18px !important;
	}	
	.search_checkbox_radio_input input[type="radio"]+label {
		width: 20px;
		height: 18px;
	}
	.search_checkbox_radio_input input[type="radio"]:checked+label::before {
		font-size: 16px !important;
	}	
	.search_checkbox_radio_input input[type="checkbox"]:checked+label::before {
		font-size: 16px !important;
	}
	.search_button {
		height: 35px;
		font-size: 14px;
	}
	.search_button img {
		margin-right: 5px;
		width: 22px;
	}
	.reset_button {
		height: 35px;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.reset_button img {
		margin-right: 5px;
		width: 22px;
	}
	.count_estates {
		width: calc(82% - 40px);
		margin-left: 20px;
		margin-bottom: 15px;
	}
	.count_estates p {
		font-size: 18px;
	}
	.pagination_div {
		width: calc(82% - 40px);
		margin-left: 20px;
	}
	.pagination_div ul {
		margin-bottom: 15px;
	}
	.pagination_div_2 ul {
		margin-top: 15px;
		margin-bottom: 0;
	}	
	.pagination_div ul li {
		width: 33px;
		height: 28px;
		border-radius: 6px;
		margin-right: 6px;
	}
	.pagination_div ul li span {
		padding: 7px 12px;
		font-size: 14px;
	}
	.pagination_div ul li a {
		padding: 8px 14px;
		font-size: 14px;
	}
	.pagination_div ul li img {
		width: 14px;
	}
	.estates_list {
		width: calc(82% - 40px);
		margin-left: 20px;
	}
	.estate_div {
		width: calc((100% - 30px)/3);
		padding: 12px 12px 45px 12px;
		border-radius: 18px;
		margin-top: 20px;
	}
	.estate_div:nth-child(2), 
	.estate_div:nth-child(5), 
	.estate_div:nth-child(8), 
	.estate_div:nth-child(11) {
		margin-left: 15px;
		margin-right: 15px;
	}
	.estates_home_list .estate_div:nth-child(2n) {
		margin-left: 15px;
		margin-right: 15px;
	}
	.estate_href_img {
		border-radius: 18px;
	}
	.estate_href_img img {
		border-radius: 18px;
	}
	.estate_div h2 {
		font-size: 16px;
		margin: 3px 0;
	}
	.estate_info {
		margin: 3px 0;
	}
	.estate_price {
		width: calc(100% - 24px);
		left: 12px;
		bottom: 8px;		
	}
	.estate_price h3 {
		font-size: 16px;
	}
	.estate_price a {
		font-size: 14px;
		padding: 6px 12px;
	}
	.about {
		padding: 30px 0 40px 0;
	}
	.about_section div h1 {
		font-size: 28px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.about_section div p {
		font-size: 16px;
		line-height: 24px;
	}
	.about_section_1 div:nth-child(1) {
		width: calc(96% - 600px);
		margin-right: 4%;
	}
	.about_section_1 div:nth-child(2) {
		width: 600px;
	}
	.about_section_2 {
		margin-top: 40px;
	}
	.about_section_2 div:nth-child(1) {
		width: 600px;
	}
	.about_section_2 div:nth-child(2) {
		width: calc(96% - 600px);
		margin-left: 4%;
	}
	.contact {
		padding: 30px 0 40px 0;
	}	
	.contact_section div h1 {
		font-size: 28px;
	}	
	.contact_section div h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.contact_section div button {
		margin-top: 40px;
	}	
	.contact_section div:nth-child(2) {
		margin-left: auto;
		width: 45%;
	}
	.estate_wrapper_center {
		width: 1150px;
		padding-bottom: 20px;
	}
	.estate_id {
		width: 100%;
		margin-bottom: 15px;
	}	
	.estate_id p {
		font-size: 18px;
	}
	.see_other_details {
		font-size: 15px;
		padding: 7px 12px;
	}	
	.estate_section {
		width: 100%;
	}
	.estate_section_1 {
		width: 640px;
	}
	.estate_section_2 {
		width: calc(100% - 660px);
	}
	.estate_section_2 h2 {
		font-size: 20px;
	}
	.estate_section_2 p {
		font-size: 15px;
		margin: 7px 0;
	}
	.estate_section_2 p img {
		width: 22px;
	}
	.estate_section_2 h3 {
		font-size: 24px;
		margin-top: 10px;
	}
	.estate_section_2 ul li {
		font-size: 14px;
		padding: 9px 0;
	}
	.estate_section_2 div {
		margin-top: 10px;
	}
	.estate_section_2 div p {
		font-size: 14px;
		line-height: 18px;
	}
	.close_pop_up_details img {
		width: 20px;
	}
	.see_other_details_div {
		width: 600px;
	}
	.see_other_details_div ul li {
		font-size: 14px;
		padding: 9px 0;
	}
	.arrow_left_slider {
		width: 40px;
	}
	.arrow_left_slider img {
		width: 26px;
	}
	.arrow_right_slider {
		width: 40px;
	}
	.arrow_right_slider img {
		width: 26px;
	}
	.arrow_left_multi_slider {
		width: 21px;
	}
	.arrow_left_multi_slider img {
		width: 16px;
	}
	.arrow_right_multi_slider {
		width: 21px;
	}
	.arrow_right_multi_slider img {
		width: 16px;
	}
	.estate_section_1_2 div {
		width: calc(100% - 40px);
		height: 129px;
	}
	.estate_section_1_2 div a {
		width: 193px;
	}
	.footer {
		padding: 20px 0 40px 0;
	}
	.footer_center div:nth-child(1) {
		width: 280px;
	}
	.footer_center div:nth-child(2) {
		margin-left: 25px;
		margin-right: 25px;
		width: calc(100% - 610px);
	}	
	.footer_center div:nth-child(3) {
		width: 280px;
	}
	.footer_center div h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.footer_center div p {
		font-size: 15px;
	}
	.footer_center div p img {
		margin-right: 5px;
		width: 22px;
	}
	.footer_center div:nth-child(2) p:nth-child(3) {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.footer_center div p a img {
		margin: 0;
	}
	.footer_center div:nth-child(2) p a:nth-child(2) {
		margin-left: 25px;
		margin-right: 25px;
	}
	.footer_center div:nth-child(3) p a:nth-child(2) {
		margin-left: 25px;
	}
	.footer_center div:nth-child(3) p a:nth-child(3) {
		margin-left: 25px;
		margin-right: 25px;
	}
	.footer_center div:nth-child(3) p a:nth-child(4) {
		margin-right: 25px;
	}
	.footer_copyright p {
		font-size: 14px;
	}
	.close_pop_up_images img {
		width: 20px;
	}
	.see_images_div div img {
		width: 880px;
	}
}
@media only screen and (max-width: 1280px) {
	.search_id_title h1 {
		font-size: 32px;
	}
	.estates_wrapper {
		padding: 20px 0 10px 0;
	}	
	.estates_wrapper_center {
		padding-bottom: 20px;
	}
	.estates_list h1 {
		font-size: 24px;
	}
	.estates_search {
		width: 240px;
		border-radius: 15px;
	}
	.count_estates {
		width: calc(100% - 280px);
		margin-left: 15px;
	}	
	.pagination_div {
		width: calc(100% - 280px);
		margin-left: 15px;
	}
	.estates_list {
		width: calc(100% - 280px);
		margin-left: 15px;
	}
	.estate_div {
		border-radius: 15px;
	}
	.estate_href_img {
		border-radius: 15px;
	}
	.estate_href_img img {
		border-radius: 15px;
	}
	.estate_info span {
		letter-spacing: 0;
	}
	.estate_info span img {
		width: 22px;
		margin-right: 3px;
	}
	.estate_info span.room_span {
		width: 65px;
	}
	.estate_info span.area_span {
		width: calc(100% - 150px);
	}
	.estate_info span.floor_span {
		width: 85px;
	}
	.about {
		padding: 20px 0 30px 0;
	}	
	.about_section div h1 {
		font-size: 26px;
		margin-bottom: 15px;
		margin-top: 5px;
	}	
	.about_section div p {
		font-size: 15px;
		line-height: 22px;
	}	
	.about_section_2 {
		margin-top: 30px;
	}
	.about_section_1 div:nth-child(1) {
		width: calc(97% - 500px);
		margin-right: 3%;
	}
	.about_section_1 div:nth-child(2) {
		width: 500px;
	}
	.about_section_2 div:nth-child(1) {
		width: 500px;
	}
	.about_section_2 div:nth-child(2) {
		width: calc(97% - 500px);
		margin-left: 3%;
	}
	.contact {
		padding: 20px 0 30px 0;
	}
	.contact_section div h1 {
		font-size: 26px;
	}
	.contact_section div h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.contact_section div:nth-child(1) {
		width: 500px;
	}
	.contact_section div button {
		margin-top: 30px;
	}
	.estate_wrapper_center {
		width: 950px;
	}
	.estate_id p {
		font-size: 16px;
	}
	.see_other_details {
		font-size: 14px;
		padding: 6px 11px;
	}
	.estate_section_1 {
		width: 580px;
	}
	.estate_section_1_2 div {
		height: 115px;
	}
	.estate_section_1_2 div a {
		width: 173px;
	}
	.estate_section_2 {
		width: calc(100% - 600px);
	}
	.estate_section_2 h2 {
		font-size: 18px;
	}
	.estate_section_2 p {
		font-size: 14px;
		margin: 5px 0;
	}
	.estate_section_2 p img {
		width: 20px;
	}
	.estate_section_2 h3 {
		font-size: 21px;
	}
	.estate_section_2 ul {
		margin-top: 5px;
	}
	.estate_section_2 ul li {
		font-size: 14px;
		padding: 8px 0;
	}
	.estate_section_2 div p {
		font-size: 14px;
		line-height: 16px;
	}
	.close_pop_up_details img {
		width: 18px;
	}
	.see_other_details_div {
		width: 550px;
	}
	.see_other_details_div ul li {
		font-size: 13px;
		padding: 8px 0;
	}
	.see_other_details_div ul li div {
		width: 16px;
		height: 16px;
	}
	.see_other_details_div ul li div input[type="checkbox"]+label {
		width: 16px;
		height: 16px;
	}
	.see_other_details_div ul li div input[type="checkbox"]+label {
		height: 16px !important;
	}
	.see_other_details_div ul li div input[type="checkbox"]:checked+label::before {
		top: 0px !important;
		left: 2px !important;
		font-size: 13px !important;
	}
	.footer {
		padding: 15px 0 30px 0;
	}
	.footer_center div:nth-child(1) {
		width: 240px;
	}
	.footer_center div:nth-child(2) {
		width: calc(100% - 530px);
	}	
	.footer_center div:nth-child(3) {
		width: 240px;
	}
	.footer_center div h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.footer_center div p {
		font-size: 14px;
	}
	.footer_center div p img {
		margin-right: 5px;
		width: 20px;
	}
	.footer_center div p a img {
		margin: 0;
		width: 24px;
	}
	.footer_center div:nth-child(2) p a:nth-child(2) {
		margin-left: 20px;
		margin-right: 20px;
	}
	.footer_center div:nth-child(3) p a:nth-child(2) {
		margin-left: 20px;
	}
	.footer_center div:nth-child(3) p a:nth-child(3) {
		margin-left: 20px;
		margin-right: 20px;
	}
	.footer_center div:nth-child(3) p a:nth-child(4) {
		margin-right: 20px;
	}
	.footer_copyright {
		padding: 10px 25px;
	}
	.footer_copyright p {
		font-size: 13px;
	}
	.close_pop_up_images img {
		width: 18px;
	}
	.arrow_left_see_slider, 
	.arrow_right_see_slider {
		width: 40px;
	}
	.arrow_left_see_slider img, 
	.arrow_right_see_slider img {
		width: 25px;
	}
	.see_images_div div img {
		width: 780px;
	}	
}
@media only screen and (max-width: 1200px) {
	.count_estates {
		margin-bottom: 10px;
	}
	.pagination_div ul li {
		width: 30px;
		height: 25px;
		border-radius: 5px;
		margin-right: 5px;
	}
	.pagination_div ul li span {
		padding: 6px 11px;
		font-size: 13px;
	}
	.pagination_div ul li a {
		padding: 7px 13px;
		font-size: 13px;
	}
	.estate_div {
		padding: 10px 10px 45px 10px;
	}
	.estate_div h2 {
		font-size: 15px;
		letter-spacing: 0;
	}
	.estate_div p {
		display: flex;
		align-items: center;
	}
	.estate_price h3 {
		font-size: 15px;
		letter-spacing: 0;
	}
	.estate_div p span {
		overflow-x: initial;
		white-space: initial;
		text-overflow: initial;
	}	
	.estate_div p img {
		top: 0;
	}
	.estate_info {
		margin: 3px 0 0 0;
	}
	.estate_info span img {
		width: 20px;
		margin-right: 2px;
	}
	.estate_info span {
		font-size: 13px;
	}
	.estate_info span.room_span {
		width: 55px;
	}
	.estate_info span.floor_span {
		width: 70px;
	}
	.estate_info span.area_span {
		width: calc(100% - 125px);
	}
	.estate_price {
		width:calc(100% - 20px);
		margin-top: 0;
		left: 10px;
		bottom: 8px;
	}
	.estate_price a {
		font-size: 13px;
		padding: 5px 11px;
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 1150px) {
	.about {
		padding: 20px 0 20px 0;
	}
	.search_id_title h1 {
		font-size: 30px;
		line-height: 22px;
	}	
	.about_section div h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.about_section div p {
		font-size: 14px;
		line-height: 20px;
	}
	.about_section_1 div:nth-child(1) {
		width: calc(97% - 450px);
		margin-right: 3%;
	}
	.about_section_1 div:nth-child(2) {
		width: 450px;
	}
	.about_section_2 div:nth-child(1) {
		width: 450px;
	}
	.about_section_2 div:nth-child(2) {
		width: calc(97% - 450px);
		margin-left: 3%;
	}
	.about_section_2 {
		margin-top: 20px;
	}
	.contact {
		padding: 20px 0 20px 0;
	}	
	.contact_section div h1{
		font-size: 24px;
	}
	.contact_section div h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.contact_section div:nth-child(1) {
		width: 450px;
	}
	.contact_section div input {
		width: calc(100% - 24px);
		height: 35px;
		font-size: 14px;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.contact_section div textarea {
		width: calc(100% - 24px);
		height: 80px;
		font-size: 14px;
		padding: 5px 10px;
	}
	.contact_section div ::-webkit-input-placeholder {
		font-size: 14px;
	}
	.contact_section div ::-moz-placeholder {
		font-size: 14px;
	}
	.contact_section div :-ms-input-placeholder {
		font-size: 14px;
	}
	.contact_section div button {
		height: 35px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 1100px) {
	.click_filter {
		display: inline-block;
		margin-left: auto;
		float: right;
		margin-bottom: 5px;
	}
	.click_filter_active {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);		
	}
	.estates_list h1 {
		font-size: 22px;
	}
	.estates_home_br {
		height: 20px;
	}
	.estates_search {
		width: calc(100% - 20px);
		margin-bottom: 0;
		padding: 0;
		height: 0;
		visibility: hidden;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: visibility 0.3s, opacity 0.3s linear;
		-moz-transition: visibility 0.3s, opacity 0.3s linear;
		-ms-transition: visibility 0.3s, opacity 0.3s linear;
		-o-transition: visibility 0.3s, opacity 0.3s linear;
		transition: visibility 0.3s, opacity 0.3s linear;
	}
	.estates_search_active {
		height: auto;
		visibility: visible;
		opacity: 1;
		margin-bottom: 15px;
		padding: 10px;
	}
	.search_checkbox_radio_input {
		margin-bottom: 5px;
	}
	.search_checkbox_radio_input input[type="radio"]+label {
		width: 18px;
	}
	.search_checkbox_radio_input label::before {
		width: 18px;
	}
	.search_checkbox_radio_input input[type="checkbox"]+label {
		width: 18px;
	}
	.span_border {
		width: 100%;
		margin: 10px 0;
		margin-left: 0;
	}
	.count_estates {
		width: 100%;
		margin-left: 0;
	}	
	.pagination_div {
		width: 100%;
		margin-left: 0;
	}
	.estates_list {
		width: 100%;
		margin-left: 0;
	}
}
@media only screen and (max-width: 980px) {
	.menu {
		margin-right: 90px;
	}
	.menu a {
		font-size: 14px;
		padding: 5px 8px;
	}
	.search_id_center {
		height: 60px;
	}
	.search_id_title h1 {
		font-size: 25px;
		letter-spacing: 0;
		line-height: 18px;
	}
	.search_id_form {
		position: relative;
		margin-left: auto;
	}
	.search_id_form input {
		width: 250px;
	}
	.search_id_form button {
		right: 0;
	}
	.estates_wrapper_center {
		width: 90%;
	}	
	.estate_div:nth-child(2), 
	.estate_div:nth-child(5), 
	.estate_div:nth-child(8), 
	.estate_div:nth-child(11) {
		margin-left: 0;
		margin-right: 0;
	}	
	.estate_div {
		width: calc((100% - 20px)/2);
		margin-top: 20px !important;
	}
	.estates_home_list .estate_div:nth-child(2n) {
		margin-left: 20px;
		margin-right: 0;
	}
	.estates_home_list .estate_div:nth-child(3) {
		left: 50%;
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}	
	.estate_div:nth-child(2n) {
		margin-left: 20px;
	}
	.estate_div:nth-child(1), 
	.estate_div:nth-child(2) {
		margin-top: 0 !important;
	}
	.about_section div h1 {
		font-size: 22px;
	}
	.about_section_1 div:nth-child(1) {
		width: calc(98% - 400px);
		margin-right: 2%;
	}
	.about_section_1 div:nth-child(2) {
		width: 400px;
	}
	.about_section_2 div:nth-child(1) {
		width: 400px;
	}
	.about_section_2 div:nth-child(2) {
		width: calc(98% - 400px);
		margin-left: 2%;
	}
	.contact_section div h1 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	.contact_section div h2 {
		font-size: 18px;
	}	
	.contact_section div:nth-child(1) {
		width: 400px;
	}
	.estate_wrapper {
		padding: 10px 0 10px 0;
	}
	.estate_wrapper_center {
		width: 880px;
	}
	.estate_section_1 {
		width: 540px;
	}
	.estate_section_1_2 div {
		height: 109px;
	}
	.estate_section_1_2 div a {
		width: 164px;
	}
	.estate_section_2 {
		width: calc(100% - 555px);
	}
	.see_other_details_div {
		width: 500px;
		padding: 5px 15px 15px 15px;
	}	
	.contact_section div input {
		border: 1px solid #8888888c;
	}
	.contact_section div textarea {
		border: 1px solid #8888888c;
	}
	.form_error {
		border: 1px solid #bf1c1c !important;
	}
}
@media only screen and (max-width: 900px) {
	.about_section div h1 {
		font-size: 20px;
	}
	.about_section div p {
		font-size: 14px;
		line-height: 18px;
	}
	.about_section_1 div:nth-child(1) {
		width: calc(98% - 350px);
		margin-right: 2%;
	}
	.about_section_1 div:nth-child(2) {
		width: 350px;
	}
	.about_section_2 div:nth-child(1) {
		width: 350px;
	}	
	.about_section_2 div:nth-child(2) {
		width: calc(98% - 350px);
		margin-left: 2%;
	}
	.contact_section div h1 {
		font-size: 20px;
	}	
	.contact_section div h2 {
		font-size: 16px;
	}
	.contact_section div button {
		margin-top: 20px;
	}
	.header_center {
		height: 60px;
	}
	.estate_wrapper_center {
		width: 800px;
	}
	.estate_id {
		margin-bottom: 10px;
	}
	.estate_section_1 {
		width: 480px;
	}
	.estate_section_2 {
		width: calc(100% - 495px);
	}
	.estate_section_2 h2 {
		font-size: 17px;
		letter-spacing: 0;
	}
	.estate_section_2 p {
		font-size: 13px;
		letter-spacing: 0;
	}
	.estate_section_2 p img {
		width: 18px;
	}
	.estate_section_2 h3 {
		font-size: 19px;
		letter-spacing: 0;
	}
	.estate_section_2 ul li {
		letter-spacing: 0;
	}
	.estate_section_2 div p {
		letter-spacing: 0;
	}
	.estate_section_1_2 {
		margin-top: 6px;
	}
	.estate_section_1_2 div {
		height: 95px;
	}	
	.estate_section_1_2 div a {
		width: 143px;
		padding-left: 3px;
		padding-right: 3px;
	}
	.arrow_left_slider {
		width: 30px;
	}
	.arrow_left_slider img {
		width: 22px;
	}
	.arrow_right_slider {
		width: 30px;
	}
	.arrow_right_slider img {
		width: 22px;
	}
	.see_other_details_div {
		width: 480px;
		padding: 5px 10px 10px 10px;
	}
	.see_other_details_div ul li {
		letter-spacing: 0;
	}
	.footer {
		padding: 10px 0 20px 0;
		border-top: 3px solid #5BC0EC;
	}
	.footer_center {
		width: 95%;
	}
	.footer_center div:nth-child(1) {
		width: 200px;
	}
	.footer_center div:nth-child(2) {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 430px);
	}
	.footer_center div:nth-child(3) {
		width: 200px;
	}
	.footer_center div h2 {
		font-size: 16px;
		letter-spacing: 0;
	}	
	.footer_center div p {
		letter-spacing: 0;
	}
	.footer_center div p img {
		width: 18px;
	}
	.footer_center div:nth-child(2) p:nth-child(3) {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.footer_center div:nth-child(2) p a:nth-child(2) {
		margin-left: 15px;
		margin-right: 15px;
	}
	.footer_center div:nth-child(3) p a:nth-child(2) {
		margin-left: 15px;
	}
	.footer_center div:nth-child(3) p a:nth-child(3) {
		margin-left: 15px;
		margin-right: 15px;
	}
	.footer_center div:nth-child(3) p a:nth-child(4) {
		margin-right: 15px;
	}
	.arrow_left_see_slider, 
	.arrow_right_see_slider {
		width: 30px;
	}
	.arrow_left_see_slider img, 
	.arrow_right_see_slider img {
		width: 20px;
	}
	.see_images_div div img {
		width: 600px;
	}
}
@media only screen and (max-width: 820px) {
	.estates_list h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.search_id_center {
		height: 50px;
	}
	.search_id_title h1 {
		font-size: 24px;
	}
	.search_id_form input {
		height: 30px;
		font-size: 14px;
		padding: 0 30px 0 10px;
		width: 200px;
	}	
	.search_id_form ::-webkit-input-placeholder {
		font-size: 16px;
	}
	.search_id_form ::-moz-placeholder {
		font-size: 16px;
	}
	.search_id_form :-ms-input-placeholder {
		font-size: 16px;
	}
	.search_id_form button {
		height: 30px;
		width: 30px;
	}	
	.search_id_form button img {
		width: 20px;
	}
	.estates_wrapper {
		padding: 15px 0 10px 0;
	}	
	.estates_wrapper_center {
		padding-bottom: 10px;
	}	
	.count_estates p {
		font-size: 16px;
	}	
	.pagination_div ul li {
		width: 28px;
		height: 23px;
	}	
	.pagination_div ul li span {
		padding: 5px 10px;
	}
	.pagination_div ul li a {
		padding: 6px 12px;
	}
	.count_estates p {
		font-size: 16px;
	}
	.pagination_div {
		width: auto;
	}
	.pagination_div_2 {
		float: left;
	}
	.about {
		padding: 10px 0 15px 0;
	}
	.about_center {
		width: 720px;
	}
	.about_section {
		flex-wrap: wrap;
	}	
	.about_section_1 div:nth-child(1) {
		width:100%;
		margin-right: 0;
		margin-bottom: 10px;
	}	
	.about_section_1 div:nth-child(2) {
		width: 100%;
	}
	.about_section_2 div:nth-child(1) {
		width: 100%;
		margin-bottom: 10px;
	}
	.about_section_2 div:nth-child(2) {
		width: 100%;
		margin-left: 0;
	}
	.contact {
		padding: 10px 0 15px 0;
	}	
	.contact_center {
		width: 720px;
	}
	.contact_section {
		flex-wrap: wrap;
	}
	.contact_section div:nth-child(1) {
		width: 450px;
		margin: auto;
	}
	.contact_section div:nth-child(2) {
		width: 450px;
		margin: auto;
		margin-top: 20px;
	}
	.estate_wrapper_center {
		width: 720px;
	}
	.estate_section_1 {
		width: 430px;
	}
	.estate_section_1_2 div {
		height: 84px;
	}	
	.estate_section_1_2 div a {
		width: 126px;
	}
	.estate_section_2 {
		width: calc(100% - 440px);
	}
}
@media only screen and (max-width: 740px) {
	.search_id_center {
		flex-wrap: wrap;
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}	
	.search_id_title {
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.search_id_title h1 {
		font-size: 22px;
		width: 90%;
	}
	.search_id_form {
		padding: 0;
		margin: auto;
		margin-top: 10px;
	}
	.about_center {
		width: 640px;
	}
	.contact_center {
		width: 640px;
	}
	.estate_wrapper_center {
		width: 640px;
	}
	.estate_id p {
		font-size: 15px;
	}
	.see_other_details {
		font-size: 13px;
		border-radius: 5px;
		letter-spacing: 0;
	}
	.estate_section_1 {
		width: 360px;
	}
	.estate_section_1_2 div {
		height: 68px;
	}	
	.estate_section_1_2 div a {
		width: 103px;
	}
	.estate_section_2 {
		width: calc(100% - 370px);
	}
	.see_images_div div img {
		width: 500px;
	}
}
@media only screen and (max-width: 660px) {
	.about_center {
		width: 530px;
	}
	.contact_center {
		width: 530px;
	}	
	.contact_section div:nth-child(1) {
		width: 100%;
	}
	.contact_section div:nth-child(2) {
		width: 100%;
	}
	.estate_wrapper_center {
		width: 530px;
	}
	.estate_section_1 {
		width: 280px;
	}
	.estate_section_1_2 div {
		height: 50px;
	}	
	.estate_section_1_2 div a {
		width: 76px;
	}	
	.estate_section_2 {
		width: calc(100% - 290px);
	}
	.see_other_details_div {
		width: 400px;
	}
	.footer_center div:nth-child(1) {
		width: 140px;
	}	
	.footer_center div:nth-child(2) {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% - 360px);
	}	
}
@media only screen and (max-width: 550px) {
	.estates_wrapper_center {
		padding-bottom: 5px;
	}	
	.pagination_div ul {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.pagination_div_2 ul {
		margin-bottom: 0;
	}	
	.pagination_div ul li {
		margin-bottom: 5px;
	}
	.estate_div {
		width: 100%;
		margin-top: 15px !important;
		margin-left: 0 !important;
	}	
	.estate_div:nth-child(2) {
		margin-top: 15px !important;
	}
	.estate_div h2 {
		font-size: 16px;
	}	
	.estate_div p {
		font-size: 14px;
	}
	.estate_info {
		margin: 5px 0 0 0;
	}	
	.estate_info span {
		font-size: 14px;
	}
	.estate_info span img {
		width: 23px;
	}
	.estate_price h3 {
		font-size: 16px;
	}
	.about_center {
		width: 400px;
	}
	.contact_center {
		width: 400px;
	}	
	.estate_wrapper_center {
		width: 400px;
	}
	.see_other_details {
		font-size: 12px;
		border-radius: 5px;
	}
	.estate_section {
		flex-wrap: wrap;
	}
	.estate_section_1 {
		width: 100%;
	}
	.estate_section_1_2 div {
		height: 77px;
	}	
	.estate_section_1_2 div a {
		width: 116px;
	}		
	.estate_section_2 {
		width: 100%;
		margin-top: 10px;
	}
	.see_other_details_div {
		width: 380px;
	}
	.footer {
		padding: 10px 0 10px 0;
	}
	.footer_center {
		width: 300px;
		flex-wrap: wrap;
	}
	.footer_center div {
		width: 100% !important;
		margin-bottom: 10px;
		text-align: center;
	}
	.footer_center div p {
		align-items: center;
		justify-content: center;
	}
	.footer_center div:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	.footer_center div p a img {
		width: 26px;
	}
	.footer_copyright {
		padding: 5px 25px;
	}
	.see_images_div div img {
		width: 400px;
	}	
}
@media only screen and (max-width: 420px) {
	.about_center {
		width: 350px;
	}
	.contact_center {
		width: 350px;
	}	
	.estate_wrapper_center {
		width: 350px;
	}
	.estate_section_1_2 div {
		height: 66px;
	}	
	.estate_section_1_2 div a {
		width: 99px;
	}	
	.see_other_details {
		font-size: 11px;
	}
	.see_other_details_div {
		width: 180px;
	}
	.see_other_details_div ul li {
		width: 100%;
		flex-wrap: wrap;
		margin: 0 !important;
		padding: 6px 0;
	}
	.see_images_div div img {
		width: 350px;
	}	
}
@media only screen and (max-width: 370px) {
	.about_center {
		width: 300px;
	}
	.contact_center {
		width: 300px;
	}
	.estate_wrapper_center {
		width: 300px;
	}
	.estate_section_1_2 div {
		height: 54px;
	}	
	.estate_section_1_2 div a {
		width: 82px;
	}
	.see_images_div div img {
		width: 300px;
	}	
}
@media only screen and (max-width: 310px) {	
	.about_center {
		width: 260px;
	}
	.contact_center {
		width: 260px;
	}
	.estate_wrapper_center {
		width: 260px;
	}
	.estate_section_1_2 div {
		height: 46px;
	}	
	.estate_section_1_2 div a {
		width: 69px;
	}
	.see_images_div div img {
		width: 260px;
	}		
}