@charset "utf-8";
/* CSS Document */

/* CSS Reset */
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, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* Imports */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';

/* Config */
body {
	background: #F0ECD8;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
img {
	max-width: 100%;
}
a {
	color: #555;
}
a:hover {
	color: #000;
}
.div_header_blur {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	padding: 10px;
	position: absolute;
	background: url(img/bg_1.jpg);
	background-position: center -130px;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	-webkit-filter: blur(30px);
	filter: blur(30px);
	z-index: 2;
}
.div_header_white {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	position: absolute;
	background: rgba(255,255,255,0.6);
	z-index: 3;
}
.div_header_shadow {
	top: 100px;
	left: 0px;
	right: 0px;
	height: 15px;
	position: absolute;
	background: rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	z-index: 3;
}
.div_header_logo {
	top: 20px;
	left: 25px;
	width: 245px;
	position: absolute;
	z-index: 4;
}
.div_header_logo img {
	max-height: 70px;
}
.div_header_content {
	top: 0px;
	right: 0px;
	width: 100%;
	position: absolute;
	z-index: 4;
}
.bt_header_magnifier {
	padding: 20px 35px 20px 35px;
	float: right;
}
.bt_header_link {
	padding: 20px 35px 20px 35px;
	float: right;
	font-size: 140%;
}
.bt_header_user {
	padding: 20px 35px 20px 35px;
	float: right;
	text-align: right;
	font-size: 100%;
}
.bt_header_bar {
	width: 1px;
	height: 60px;
	float: right;
	background: rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.div_menu_mobile {
	display: none;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 130%;
	z-index: 11;
	background: #666;
	color: #FFF;
	z-index: 7;
}
.div_menu_mobile a {
	color: #CCC;
	display: block;
	padding-top: 17px;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
}
.div_menu_mobile a:hover {
	color: #CCC;
}
.div_menu_mobile .p_div_menu_mobile_hidden {
	display: none;
}
.div_content_center {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -470px;
	margin-bottom: 40px;
	width: 900px;
	padding: 20px;
	background: #FFF;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.div_realty_pictures {
	width: 100%;
	height: 800px;
	margin-bottom: 40px;
}
.div_realty_map {
	width: 100%;
	height: 400px;
	margin-top: 40px;	
}
.p_realty_title {
	margin-bottom: 30px;
	font-size: 150%;
	font-weight: 700;
}
.p_realty_data {
	margin-top: 20px;
	margin-left: 40px;
	font-size: 120%;
}
.form_1 {
	width: 200px;
	height: 25px;
	padding: 5px;
	margin-left: 15px;
}
.form_2 {
	width: 92%;
	height: 30px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #666;
	border-radius: 5px;
}
.form_3 {
	width: 92%;
	height: 200px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #666;
	border-radius: 5px;
}
.form_4 {
	width: 94%;
	height: 50px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #666;
	border-radius: 5px;
}
.bt_1 {
	padding: 10px;
	font-size: 100%;
}
.label_1 {
	width: 90px;
	display: inline-block;
}