#main {
	position:relative;
	display:block;
	margin:0 auto;
	padding-top:20px;
	overflow:hidden;
	min-width: 768px;
	max-width:1024px;	
	min-height:768px;
	max-height:1024px;
	width: 100%;
	height: 100%;
}

#form-main {
	display:block;
	width: 100%;
	height: 100%;
}

#header {
	position:relative;
	display:block;
	height:220px;
	width: 100%;
	color:#fff;
}
#header > img {
	display:block;
	float:left;
	width:200px;
	height:150px;
	margin:20px 0 0 80px;
}
#header > section {
	float:right;
	width:700px;
	height: 100%;
	text-align: center;
}

#header > section > span {
	display:block;
	padding:40px 0;
	font-size:56px;
	font-weight:300;
	letter-spacing: -2px;
	color:#222;
}

#header > div > * {
	display:inline-block;
}
#header small {
	font-size: 22px;
	margin:0 15px;
	padding:0;
}
#header label {
	display:inline-block;
	padding:0;
	height:60px;
	line-height:56px;
	width: 200px;
	border:2px solid #fff;
	font-size:30px;
	font-weight: 300;
	text-transform: uppercase;
	color:#fff;
	border-radius:10px;
	cursor:pointer;
}
#header input:checked + label {
	box-shadow:inset 0 0 8px 2px rgba(255,255,255,0.6), 0 0 0 6px rgba(0,0,0,0.08);	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: 400;
	background: #0099cc;
	background: -moz-linear-gradient(top,  #0099cc 0%, #006699 49%, #003366 50%, #006699 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(49%,#006699), color-stop(50%,#003366), color-stop(100%,#006699));
	background: -webkit-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: -o-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: -ms-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: linear-gradient(to bottom,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#006699',GradientType=0 );
}
#header label::before { display:none !important; }
#header label::after { display:none !important; }
/*------------------------------------------------------------*/
#body {
	display:block;
	position:relative;
	overflow: hidden;
	width: 96%;
	margin:0 auto;
	
}

#btn-reset {
	display:inline-block;
	margin-left:20px;
	overflow:hidden;
	line-height:100%;
	font-weight: 600;
	font-size: 18px;
	color:#00f;
	padding:10px 20px 10px 15px;
	border:1px solid #ccc;
	border-radius:6px;
	background-color: rgba(255,255,255,0.5);
}
#btn-reset:before {
	content:"";
	display:inline-block;
	margin-right:5px;
	width: 1px;
	height:1px;
	border:6px solid;
	border-color: transparent transparent transparent #f90;
}
/*------------------------------------------------------------*/
#footer {
	display:block;
	overflow: hidden;
	width:100%;
	height:95px;
	line-height:140%;
	position: absolute;
	left:0;
	bottom: 0;
	padding:0 30px;
}

#footer span {
	display:block;
	overflow:hidden;
	width:540px;
	float:left;
	font-size:20px;
	font-weight: 400;
	margin-top:12px;
}
#footer span:before {
	content:"i";
	display:block;
	float:left;
	margin:2px 15px 0 0;
	width: 48px;
	height:48px;
	line-height:42px;
	background-color:#fff;
	border-radius:60px;
	border:3px solid #888;
	color:#888;
	text-align:center;
	font-size:36px;
	font-weight: bold;
	font-family:serif;
}
#footer span b {
	display:block;
	font-weight: 700;
}

#footer button {
	display:block;
	position:relative;
	float:right;
	outline:none;
	cursor:pointer;
	margin:0;
	padding:0 30px 0 80px;
	height:76px;
	font-size:28px;
	font-weight:400;
	color:#fff;
	border:4px solid #fff;
	border-radius:8px;
	box-shadow:inset 0 0 8px 2px rgba(255,255,255,0.6);	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background: #0099cc;
	background: -moz-linear-gradient(top,  #0099cc 0%, #006699 49%, #003366 50%, #006699 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(49%,#006699), color-stop(50%,#003366), color-stop(100%,#006699));
	background: -webkit-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: -o-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: -ms-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: linear-gradient(to bottom,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#006699',GradientType=0 );
}
/* Lupa */
#footer button:before {
	content:"";
	position:absolute;
	top:14px;
	left:20px;
	width: 30px;
	height:30px;
	border-radius:30px;
	border:4px solid #fff;
}
#footer button:after {
	content:"";
	position:absolute;
	top:36px;
	left:46px;
	width:1px;
	height:14px;
	border-left:6px solid #fff;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
/*---------------------------------------------*/
#content {
	display:block;
	position: absolute;
	overflow:hidden;
	padding-top:130px;
	top:100%;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.94);
	-webkit-transition:top 0.3s ease-out;
	-moz-transition:top 0.3s ease-out;
	-o-transition:top 0.3s ease-out;
	transition:top 0.3s ease-out;
}
#content.show {
	top:0;
}
#content-title {
	display:block;
	position: absolute;
	top:45px;
	left:30px;
	width:100%;
	height:50px;
	line-height: 50px;
	color:#fff;
	font-size:40px;
	font-weight:300;
}
#content-body {
	width:100%;
	height:100%;
	color:#fff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

/*---------------------------------------------*/
.btn-content {
	display:block;
	position: absolute;
	z-index:1;
	right:30px;
	top: 40px;
	height:60px;
	width:170px;
	line-height:56px;
	border:1px solid #fff;
	border-radius:8px;
	color:#fff;
	font-size:28px;
	font-weight:300;
	padding-left:70px;
}
.btn-content-ok:before {
	content:"";
	display:block;
	width:28px;
	height:18px;
	border:solid #fff;
	border-width: 0 0 8px 8px;
	position: absolute;
	top:17px;
	left:24px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

/* Btn Close */
.btn-content-ok {
	width:130px !important;
	right:215px !important;
}
.btn-content-close:before, .btn-content-close:after {
	content:"";
	display:block;
	width:30px;
	height:8px;
	background-color:#fff;
	position: absolute;
	top:25px;
	left:24px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.btn-content-close:after {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
/*---------------------------------------------*/
.item-form {
	display:block;
	position: relative;
	overflow: hidden;
	padding:10px 20px;
	float:left;
	width: 50%;
	height:110px;
}
.item-form span {
	display:block;
	font-size:22px;
	font-weight:600;
	color:#333;
	height:30px;
	line-height: 100%;
	letter-spacing: -0.5px;
}

.field-select, .field-text input {
	display:block;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	width: 100%;
	height:50px;
	line-height:46px;
	margin:0;
	padding:0;
	border-radius:6px;
	border:1px solid #666;
	background-color: #fff;
}

.field-text input {
	font-size:18px;
	padding-left:15px;
	padding-right: 15px;
}

.field-select b {
	height:inherit;
	line-height: inherit;
	padding:0 52px 0 15px;
	color:#00c;
	font-size:20px;
	font-weight: 700;
	white-space: nowrap;
}
.field-select b i {
	font-weight: 400;
	font-style:normal;
	color:#999;
}
.field-select b small {
	font-weight: 400;
}

.field-select:before {
	content:"";
	display: block;
	position:absolute;
	top:0;
	right:0;
	width:52px;
	height:100%;
	border-left:1px solid #bbb;
	border-radius:0 6px 6px 0;
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.65);
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #dddddd 1%, #bbbbbb 50%, #999999 51%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#dddddd), color-stop(50%,#bbbbbb), color-stop(51%,#999999), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #dddddd 1%,#bbbbbb 50%,#999999 51%,#dddddd 100%);
	background: -o-linear-gradient(top,  #dddddd 1%,#bbbbbb 50%,#999999 51%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #dddddd 1%,#bbbbbb 50%,#999999 51%,#dddddd 100%);
	background: linear-gradient(to bottom,  #dddddd 1%,#bbbbbb 50%,#999999 51%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 );
}
.field-select:after {
	content:"";
	display: block;
	position:absolute;
	top:11px;
	right:16px;
	width:18px;
	height:18px;
	border:solid #fff;
	border-width:0 5px 5px 0;
	box-shadow:1px 1px 0 rgba(0,0,0,0.65);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
/*----------------------------------------------------------*/
.content-select {
	display:block;
	margin:0;
}
.col2 {
	padding:10px 30px;
	-webkit-column-count: 2 !important;
   	-webkit-column-width: 48% !important;
   	-moz-column-count: 2 !important;
   	-moz-column-width: 48% !important;
}
.col3 {
	padding:10px 30px;
	-webkit-column-count: 3;
   	-webkit-column-width: 33%;
   	-moz-column-count: 3;
   	-moz-column-width: 33%;
}

.content-select label {
	display:block;
	width: 100%;
	color:#fff;
	font-size:22px;
	white-space: nowrap;
}
.content-select label::before {
	border-color: rgba(255,255,255,0.2);
}
.content-select label::after {
	border-color:#ff0;
}
.content-select input:checked + label {
	color:#ff0;
}

.header-list {
	height:40px;
	line-height:30px;
	font-size:20px;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	padding:0 20px;	
}
.header-list div {
	float:right;	
}
.content-list {
	display:block;
	width: 100%;
	padding:0;
	margin:0;
}

/*---------------------------------------------*/
.item-range {
	display:block;
	position:relative;
	padding:60px 0;
	margin:0 auto;
	width:90%;
	line-height: 100%;
}
.item-range span {
	display:block;
	font-size:22px;
	font-weight:300;
}
.item-range span strong {
	float:right;
	font-size:50px;
	font-weight:600;
}
.item-range span strong small {
	display:inline-block;
	font-size:26px;
	font-weight: 400;
	vertical-align: top;
}
.item-range input {
	display:block !important;
	width: 100% !important;
	margin-top:50px;
}
.item-range footer {
	display:block;
	margin-top:50px;
	padding-top:5px;
	font-size:15px;
	font-weight:400;
	color:#222;
	border-top:2px dotted rgba(255,255,255,0.05);
}
.item-range footer small:first-of-type { float:left; }
.item-range footer small:last-of-type { float:right; }

/*---------------------------------------------*/
.item-radio {
	display:block;
	position:relative;
	padding:40px 0;
	margin:0 auto;
	width:90%;
	line-height: 100%;
	text-align: center;
}
.item-radio span {
	text-align:left;
	display:block;
	font-size:22px;
	font-weight:300;
}
.item-radio input + label {
	display:inline-block;
	margin:30px 10px;
	padding:0;
	width: 60px;
	height:60px;
	line-height:54px;
	text-align:center;
	border-radius:60px;
	border:3px solid rgba(255,255,255,0.1);
	background: none;	
	color:rgba(255,255,255,0.5);
	font-size:26px;
	font-weight: 300;
}
.item-radio input + label small {
	display:block;
	font-size:11px;
	text-transform: uppercase;
}
.item-radio input:checked + label {
	color:#fff;
	text-shadow:1px 1px 0 #000;
	font-weight:600;
	border:3px solid #fff;
	box-shadow:inset 0 0 6px 2px rgba(0,0,0,0.4), 0 0 12px 4px #000;	
	background: #0099cc;
	background: -moz-linear-gradient(top,  #0099cc 0%, #006699 49%, #003366 50%, #006699 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(49%,#006699), color-stop(50%,#003366), color-stop(100%,#006699));
	background: -webkit-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: -o-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: -ms-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: linear-gradient(to bottom,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#006699',GradientType=0 );
}
.item-radio input + label::before, .item-radio input + label::after { display:none !important; }

/*---------------------------------------------*/
.item-imovel { 
	display:block;
	overflow:hidden;
	position:relative;
	border-radius:8px;
	background-color:#fff;
	padding:0;
	margin:0 20px;
	height:580px;
	font-weight:400;
	color:#000;
}
.item-imovel-header {
	display:block;
	position:relative;
	border-radius:7px 7px 0 0;
	overflow:hidden;
	white-space:nowrap;
	padding:0;
	height:70px;
	line-height:140%;
	background-color: #ccc;
	font-size:18px;
	color:#222;
	font-weight: 600;
}
.item-imovel-header sup {
	display:block;
	float:right;
	overflow:hidden;
	width:60px;
	height:50px;
	margin:10px;
	padding-top:10px;
	line-height:100%;
	background: #ddd;
	text-align: center;
	border-radius:8px;
	font-size:11px;
	color:#999;
}
.item-imovel-header sup b {
	display:block;
	font-size: 16px;
	margin-top:5px;
}
.item-imovel-header span:nth-of-type(1) {
	display:block;
	position:relative;
	float:left;
	border-radius:6px 0 0 0;
	width: 160px;
	height:100%;
	text-align: center;
	background-color:#f90;
	line-height: 100%;
	padding-top:10px;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-right: 20px;
}

.item-imovel-header span:nth-of-type(1) b {
	display: block;
	position: absolute;
	bottom: 0;
	left:0;
	height:35px;
	width:100%;
	line-height: 35px;
	background-color: rgba(0,0,0,0.2);
}
.item-imovel-header span:nth-of-type(2) {
	display:block;
	position:relative;
	padding-top:10px;
	letter-spacing: -0.5px;
}
.item-imovel-header span:nth-of-type(2) b {
	display:block;
	font-size:24px;
	font-weight: 700;
}
.item-imovel-header span:nth-of-type(2) b small {
	display:inline-block;
	font-size:16px;
	font-weight: 400;
	margin-left:15px;
	vertical-align: middle;
}
.item-imovel-body {
	padding:20px;
	line-height: 140%;
	position:relative;
	font-size:16px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	height: 460px;
}
.item-imovel-body fieldset {
	display:block;
	border:1px solid #ccc;
	border-radius:4px;
	padding:5px 10px 10px 10px;
	margin-bottom: 10px;
}
.item-imovel-body fieldset legend {
	font-size: 14px;
	padding:2px 7px;
	font-size: 13px;
	color:#333;
}
.item-imovel-body p {
	display:block;
	overflow:hidden;
	padding:8px;
	font-weight:600;
	border-bottom: 1px dotted #ccc;
}
.item-imovel-body p:last-of-type { 
	border:none; 
	padding-bottom: 0;
}
.item-imovel-body p span {
	display:inline-block;
	font-weight: 400;
	margin-right: 15px;
	font-size:14px;
}
.item-imovel-body p b {
	font-weight: 600;
	color:#00c;
}
.item-imovel-body section {
	display:block;
	float:right;
	overflow:hidden;
	width: 210px;
	margin-left:20px;
	height:100%;
	padding:10px;
	line-height: 100%;
}

.item-imovel-body section h3 {
	display:block;
	font-size: 14px;
	font-weight: 400;
	color:#666;
	padding:0;
	margin:0 0 10px 0;
}

.item-imovel-footer {
	display:block;
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height:50px;
	padding-top:10px;
	background-color: #eee;
	border-radius:0 0 7px 7px;
	font-size:18px;
	letter-spacing:-0.5px;
	font-weight: 700;
	text-align: center;
	color:#00c;
}
.item-imovel-footer span {
	display:inline-block;
	height:30px;
	line-height:30px;
	margin:0 5px 0 12px;
	padding-left:15px;
	border-left:1px solid #999;
	font-weight: 400;
	color:#333;
}
.item-imovel-footer span:first-of-type {
	margin-left: 0;
	padding-left: 0;
	border:0;
}

/*---------------------------------------------*/
.item-media {
	display:block;
	width: 196px;
	height:150px;
	border:3px solid #fff;
	border-radius:4px;
	box-shadow:0 0 0 1px #ccc;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ddd;
	margin-bottom: 20px;
}
.item-media span {
	display:block;
	overflow:hidden;
	background-color: rgba(0,0,0,0.55);
	color:#fff;
	font-size:12px;
	font-weight: 400;
	text-align:right;
	padding:0 10px;
	height: 26px;
	line-height: 26px;	
}

/*--------------------------------------------------------*/
#view-medias {
	position: absolute;
	z-index:100;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.85);
	line-height: 100%;
	color:#fff;
	font-size:20px;
}
#view-medias a {
	display:block;
	background-color:rgba(0,0,0,0.85);
	color:#fff;
	font-weight:400;
	border-radius:60px;
	width: 48px;
	height:48px;
	line-height: 48px;
	text-align: center;
	font-size:40px;
	font-weight: 300;
	position: absolute;
	z-index:10;
	top:30px;
	right: 15px;
}
#view-medias section {
	position: absolute;
	top:0;
	left:0;
	overflow:hidden;
	width: 100%;
	height:100%;
}
#view-medias section figure {
	display:block;
	margin:0;
	padding:0;
	width: 100%;
	height:768px;	
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#view-medias section figure span {
	display:inline-block;
	padding:8px 20px;
	margin:35px 30px;
	background-color: rgba(0,0,0,0.85);
	color:#fff;
	font-size:16px;
	font-weight: 400;
	border-radius:8px;
}
#view-medias section figure span em {
	display:inline-block;
	color:#ff0;
	margin-left:15px;
	padding-left:15px;
	border-left: 1px dotted #999;	
}

/*--------------------------------------------------------*/
.info {
	display:block;
	height:50px;
	width:100%;
	line-height: 50px;
	font-size:40px;
	font-weight: 300;
	letter-spacing:-1px;
	color:#fff;
	text-align: center;
	position: absolute;
	top:50%;
	left:0;
	margin-top:-25px;
}

.info-2 {
	display:block;
	overflow:visible;
	position:absolute;
	top:50%;
	left:0;
	text-align: center;
	width: 100%;
	height: 64px;
	line-height: 64px;
	margin-top:-32px;
	color:#ff0;
	font-size:24px;
	font-weight: 400;
	text-shadow:0 0 3px #000;
}

/*--------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width:1000px) {
	#header > img {
		margin-left:40px;
	}
	#header > section {
		width:520px;
	}
	#header > section > span {
		font-size:50px;
	}
	#header label {
		height:56px;
		line-height:50px;
		width: 180px;
		font-size:26px;
	}
	
	#btn-reset {
		margin-left:10px;
	}
	
	#footer span {
		font-size:17px;
		width: 450px;
	}
	#footer span::before {
		-webkit-transform:scale(0.9);
		-moz-transform:scale(0.9);
		-o-transform:scale(0.9);
		transform:scale(0.9);
	}
	
	.item-form {
		float:none;
		width: 100%;
		padding:5px 10px;
		height:92px;
	}
	
	.item-imovel {
		height:834px;
	}
	.item-imovel-footer {
		font-size:16px;
	}
	.item-imovel-body {
		height:720px;
	}
	
	.col3 {
		-webkit-column-count: 2;
	   	-webkit-column-width: 30%;
	   	-moz-column-count: 2;
	   	-moz-column-width: 30%;
	}
	
	#view-medias section figure {
		height:1024px;
	}
}