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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
  ========================================
  Html, Body
  ========================================
*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	background: #717171;

	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #1F1F1F;

	line-height: 1.4;

	cursor: default;
}

/*
  ========================================
  Link
  ========================================
*/

a {
	color: #666666;
	text-decoration: none;
}

/*
  ========================================
  Typography
  ========================================
*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

p {
	line-height:1.4;
	font-size:13px;
	color:#333333;
	margin-bottom: 18px;
}

b, strong {
	font-weight: bold;
}

/*
  ========================================
  Img
  ========================================
*/

img,
picture,
video,
embed,
object {
	max-width: 100%;
}

img {
	display: inline-block;
	vertical-align: middle;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	clear: both;
	*zoom: 1;
}

/*
  ========================================
  Class
  ========================================
*/

.left {
	float: left;
}

.right {
	float:  right;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

/*CONTAINER*/

.container {
	margin:0 auto;
	max-width:74.375rem;/*1190px*/
}

@media screen and (max-width: 1240px) { /* 1210px	 */ 
	.container {
		padding-right:1.25em !important;
		padding-left:1.25em !important;
	}
}
/*
  ========================================
 	MEIO
  ========================================
*/

@media screen and (max-width: 820px) { /* 1210px	 */ 

.meio {
	height:380px !important;
}

.login {
	top:25px !important;
}

}

@media screen and (max-width: 500px) { /* 1210px	 */ 

.social {
	display:none;
}

.suporte {
	float:none !important;
	text-align:center;
}


.rodape {
	padding:40px 0 0 0 !important;
}

}


.meio {
	height:660px;
	background:#ffffff url(../img/sombra.png) top center no-repeat;
}

.login {
	width:320px;
	text-align:center;
	position:absolute;
	left:50%;
	top:220px;
	margin-left:-160px;
}

.login img {
	margin-bottom:44px;
}

.login input[type="text"] {
	display: block;
	margin: 0 0 10px 0;
	padding: 1.2em 2em;
	border: 1px solid #D6D6D6;
	background:#ffffff;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #535353;
	
   -moz-box-shadow:    inset 0 0 3px #C5C5C5;
   -webkit-box-shadow: inset 0 0 3px #C5C5C5;
   box-shadow:         inset 0 0 3px #C5C5C5;
}

.login input[type="password"] {
	display: block;
	margin: 0 0 10px 0;
	padding: 1.2em 2em;
	border: 1px solid #D6D6D6;
	background:#ffffff;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #535353;
	
   -moz-box-shadow:    inset 0 0 3px #C5C5C5;
   -webkit-box-shadow: inset 0 0 3px #C5C5C5;
   box-shadow:         inset 0 0 3px #C5C5C5;
}

.login .btn {
	background:#0085B2;
	border:1px solid #0085B2;
	padding:13.5px 0;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#FFFFFF;
	cursor:pointer;
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.btn:hover {
	background:#009FD5;
}

/*
  ========================================
  Placeholder
  ========================================
*/

::-webkit-input-placeholder {
   color: #535353;
}

:-moz-placeholder {
   color: #535353;  
}

::-moz-placeholder { 
   color: #535353;  
}

:-ms-input-placeholder {  
   color: #535353;  
}

/*
  ========================================
  INFERIOR
  ========================================
*/

@media screen and (max-width: 1530px) { /* 1530px	 */ 
	.corte {
		display:none;
	}
}

.corte {
	position:relative;
}

.corte img {
	position:absolute;
	right:0;
	bottom:0;
}

.rodape {
	position:relative;
	padding:46px 0 20px 0;
}

.suporte {
	float:left;
}

.suporte h6 {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:10px;
}

.suporte p {
	color:#ffffff;
	font-size:11px;
}

.suporte a {
	color:#ffffff;
	font-size:11px;
}

.suporte a:hover {
	text-decoration:underline;
}

.social {
	float:right;
}

.social h6 {
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:right;
}

.social li {
	float:left;
	margin-left:10px;
}

/*
  ========================================
  INTERNAS
  ========================================
*/

/*
  ========================================
  SUPERIOR
  ========================================
*/

.bg-header {
	padding:30px 0;
	background:#ffffff url(../img/sombra.png) top center no-repeat;
}

.logo {
	float:left;
}

.second {
	float:right;
	width:288px;
	position:relative;
	top:22px;
	right:0;
}

@media screen and (max-width: 702px) { /* 1242px	 */ 
	.logo {
		float:none!important;
		text-align:center;
	}
	
	.second {
		float:none;
		text-align:center;
		width:100%;
	}
	
}

.second h6 {
	float:left;
	font-size:12px;
	color:#4C4C4D;
	margin-top:19px;
}

.second h6 span {
	font-weight:bold;
}

.sair {
	border:1px solid #cdcdcd;
	float:right;
	
background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#CDCDCD));
background: -webkit-linear-gradient(top, #ffffff, #CDCDCD);
background: -moz-linear-gradient(top, #ffffff, #CDCDCD);
background: -o-linear-gradient(top, #ffffff, #CDCDCD);
background: -ms-linear-gradient(top, #ffffff, #CDCDCD);
background: linear-gradient(top, #ffffff, #CDCDCD);
background-color: #ffffff;
}

@media screen and (max-width: 380px) { /* 480px	 */ 
.second h6,
.sair {
	float:none;
	text-align:center;
	margin-bottom:10px;
}

.sair a {
	width:100%!important;
	background:url(../img/sair.png) left 35% center no-repeat!important;
}

}

.sair a {
	display:block;
	height:51px;
	width:111px;
	font-size:13px;
	color:#444444;
	text-align:center;
	padding-top:15px;
	background:url(../img/sair.png) left 23px center no-repeat;
}

/**/

.menu {
	background:url(../img/menu.png) center repeat-x;
}

/*NAV*/

.menu li{position:relative; float:left; }

.menu li a {
	color:#111111;
	font-size:14px;
	font-weight:bold;
	text-decoration:none; 
	padding:36px 34px 37px 34px; 
	display:block;
}

.menu li:hover{
	background:#DFDFDF url(../img/hover-menu.png) top center repeat-x;
}

.menu ul li.ativo{
	background:#DFDFDF url(../img/hover-menu.png) top center repeat-x;
}

.menu li  ul{
	position:absolute;
	top:87px; 
	left:0; 
	background-color:#F0F0F0; 
	display:none; 	
	text-align:center;
}

.menu li:hover ul, 
.menu li.over ul{
	display:block;
}

.menu li ul li{
	display:block; 
	width:100%;
	text-align:left;
}

.menu li ul li a {
	font-size:13px;
	color:#111111;
	padding:12px 23px; 	
	text-align:left;
	position:relative;
	z-index:1000;
	background:#F0F0F0;
}

.menu li ul li a:hover {
	background:#cdcdcd;
}

.menu nav ul .separador {
	height:92px;
	background:url(../img/borda.png) center no-repeat;
	width:1px;
}

@media screen and (max-width: 1245px) { /* 1242px	 */ 
	.menu li a {
		padding:37px 31px; 
	}
}

@media screen and (max-width: 1190px) { /* 1242px	 */ 
	.menu li a {
		padding:36px 28px 37px 28px; 
	}
}

@media screen and (max-width: 1135px) { /* 1242px	 */ 
	.menu li a {
		padding:36px 27px 37px 27px; 
		font-size:12px;
	}
}

@media screen and (max-width: 1035px) { /* 1242px	 */ 
	.menu li a {
		padding:36px 26px 37px 26px; 
		font-size:12px;
	}
}

@media screen and (max-width: 1005px) { /* 1242px	 */ 
	.menu li a {
		padding:36px 24px 37px 24px; 
	}
}

@media screen and (max-width: 980px) { /* 1242px	 */ 
	.menu li a {
		padding:36px 22px 37px 22px; 
	}
}

@media screen and (max-width: 935px) { /* 1242px	 */ 
	.menu li a {
		padding:36px 20px 37px 20px; 
	}
}

@media screen and (max-width: 902px) { /* 1242px	 */ 
	.menu li a {
		padding:36px 18px 37px 18px; 
	}
}


@media screen and (max-width: 890px) { /* 1242px	 */ 
.menu {
	display:none;
}
}

@media screen and (min-width: 891px) { /* 1242px	 */ 
.celular {
	display:none;
}
}
/*
  ========================================
  MEIO
  ========================================
*/

.meio2 {
	background:#ffffff;
}

.titulo {
	background:#0085B2;
	height:92px;
	padding:30px 0 0 65px;
}

.titulo h1 {
	color:#ffffff;
	font-size:26px;
	font-weight:bold;
}

.internas {
	padding:28px 0 62px 0;
}

.first {
	float:left;
	width:40%;
}

@media screen and (max-width: 1100px) { /* 1242px	 */ 
.first {
	width:50%;
}

.pesquisar {
	width:40%!important;
}

}

@media screen and (max-width: 860px) { /* 1242px	 */ 

.pesquisar,
.first {
	width:100%!important;
	float:none!important;
}

.titulo {
	padding-left:0;
}

.pesquisar {
	margin-top:15px;
}

}

@media screen and (max-width: 470px) { /* 1242px	 */ 

.cadastrar,
.editar {
	width:100%!important;
	float:none!important;
}

.cadastrar {
	margin-bottom:15px;
}

}

.cadastrar {
	float:left;
	width:49.1150442478%;
	background:#00789F;
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.cadastrar:hover {
	background:#0093C4;
}

.cadastrar a {
	display:block;
	height:51px;
	padding:13px 0px 0px 0;
}

.cadastrar a h2 {
	color:#ffffff;
	font-size:16px;
	text-align:center;
}

.cadastrar a span {
	font-size:18px;
}

.editar {
	float:right;
	width:49.1150442478%;
	background:#E9E9E9;
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.editar:hover {
	background:#F5F5F5;
}

.editar a {
	display:block;
	height:51px;
	padding:15px 0px 0px 0;
	text-align:center;
}

.editar a h2 {
	color:#00789F;
	font-size:16px;
}

.pesquisar {
	width:30%;
	float:right;
}

.pesquisar input[type="text"] {
	margin: 0;
	padding: 17.5px 14px;
	width:80%;
	border:1px solid #cdcdcd;
	border-right:none;
	font-size:12px;
	color:#666666;
	
   -moz-box-shadow:    inset 0 0 3px #C5C5C5;
   -webkit-box-shadow: inset 0 0 3px #C5C5C5;
   box-shadow:         inset 0 0 3px #C5C5C5;
}

.pesquisar .btn {
	height: 3.8em;
	width:20%;
	margin: 0 0 0;
	padding: 0 1.86em;
	cursor: pointer;
	background:#0085B2 url(../img/pesquisar.png) center no-repeat;
	border:1px solid #0085B2;
	border-left:none;
	outline: none;
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.pesquisar .btn:hover {
	background:#00A6DD url(../img/pesquisar.png) center no-repeat;
}

/*
  ========================================
  EDITAR IMOVEL
  ========================================
*/

.first-edicao {
	width:22%;
	float:left;
}

@media screen and (max-width: 900px) { /* 1242px	 */ 
.pesquisar-edicao,
.first-edicao {
	width:48%!important;
}

.obteve {
	margin-top:15px!important;
}

}

@media screen and (max-width: 900px) { /* 1242px	 */ 
.pesquisar-edicao,
.first-edicao {
	float:none;
	width:100%!important;
}

.pesquisar-edicao {
	margin-top:15px;
}

}

.cadastrar-edicao {
	float:left;
	width:100%;
	background:#00789F;
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.cadastrar-edicao:hover {
	background:#0093C4;
}

.cadastrar-edicao a {
	display:block;
	height:51px;
	padding:13px 0px 0px 0;
}

.cadastrar-edicao a h2 {
	color:#ffffff;
	font-size:16px;
	text-align:center;
}

.cadastrar-edicao a span {
	font-size:18px;
}

.pesquisar-edicao {
	float:right;
	width:35%;
}

.pesquisar-edicao input[type="text"] {
	margin: 0;
	padding: 17.5px 14px;
	width:80%;
	border:1px solid #cdcdcd;
	border-right:none;
	font-size:12px;
	color:#666666;
	
   -moz-box-shadow:    inset 0 0 3px #C5C5C5;
   -webkit-box-shadow: inset 0 0 3px #C5C5C5;
   box-shadow:         inset 0 0 3px #C5C5C5;
}

.pesquisar-edicao .btn {
	height: 3.8em;
	width:20%;
	margin: 0 0 0;
	padding: 0 1.86em;
	cursor: pointer;
	background:#0085B2 url(../img/pesquisar.png) center no-repeat;
	border:1px solid #0085B2;
	border-left:none;
	outline: none;
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.pesquisar-edicao .btn:hover {
	background:#00A6DD url(../img/pesquisar.png) center no-repeat;
}


.obteve {
	background:#F0F0F0;	
	height:51px;
	padding:15px 0 0 28px;
	margin-bottom:38px;
}

.obteve h6 {
	font-size:14px;
	font-weight:bold;
	color:#111111;
}

.obteve h6 span {
	color:#00789F;
}

.apresentacao {
	float:left;
	width:66.218487395%; 
}

.fotos {
	float:right;
	width:29.9159663866%;
}

@media screen and (max-width: 800px) { /* 800px	 */ 
	.apresentacao {
		float:none;
		width:100%!important; 
	}
	
	.fotos {
		float:none;
		width:100%!important; 
	}
}

@media screen and (max-width: 590px) { /* 800px	 */ 
	.two,
	.one {
		float:none!important;
		width:100%!important; 
	}
	
	.two {
		margin-bottom:60px;
	}
	
	.formularios .btn {
		width:100%!important;
	}
}

@media screen and (max-width: 950px) { /* 950px	 */ 
	.apresentacao {
		width:62.218487395%; 
	}
	
	.fotos {
		width:33.9159663866%;
	}
}

.apresentacao h1 {
	font-size:26px;
	font-weight:bold;
	color:#00789F;
	margin-bottom:10px;
}

.fotos h1 {
	font-size:26px;
	font-weight:bold;
	color:#00789F;
	margin-bottom:10px;
}

.radios {
	border:1px solid #CDCDCD;
	padding:24px 34px 4px 34px;
}

.radios2 {
	margin:5px 0 10px 0;
}

.radios li {
	float:left;
	width:200px;
	margin-bottom:20px;
	margin-left:42px;
}

@media screen and (max-width: 1200px) { /* 950px	 */ 
	.radios li {
		margin-left:12px!important;
	}	
}

@media screen and (max-width: 1140px) { /* 950px	 */ 
	.radios li {
		margin-left:0px!important;
	}	
}

@media screen and (max-width: 1072px) { /* 950px	 */ 
	.radios {
		padding:24px 0px 4px 42px;
	}
}

@media screen and (max-width: 720px) { /* 950px	 */ 
	.radios li {
		width:48%;
	}
	
	.radios li:nth-of-type(3n) {
		float:left!important;
	}
}

@media screen and (max-width: 490px) { /* 950px	 */ 
	.radios li {
		width:100%;
		margin:0 0 25px 0;
	}
}


.radios li:nth-of-type(3n) {
	float:right;
	margin-left:0;
}

.radios li h6 {
	font-size:13px;
	color:#535353;
	padding-top:1px;
	float:left;
}

/*CHECKBOX*/

/* SQUARED ONE */
.squaredOne {
	float:left;
	width: 12px;
	height: 12px;
	margin-right:12px;
	position: relative;
}

.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;
	left: 4px;
	top: 4px;
	background:#D6D6D6;
}

.squaredOne label:after {
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #00789F;

}

.squaredOne label:hover::after {
	background:#00789F;
	opacity: 0.6;
}

.squaredOne input[type=checkbox]:checked + label:after {
	background:#00789F;
	filter: alpha(opacity=100);
	opacity: 1;
}

/*MENU DE ABAS*/

/*
  ========================================
  cd-tabs
  ========================================
*/

.cd-tabs {
	margin: 45px 0 0 0;
	position: relative;
}

.cd-tabs-navigation:after {
	content: "";
	display: table;
	clear: both;
}

.cd-tabs-navigation li {
	float: left;
	width:25%;
}

@media screen and (max-width: 480px) { /* 480px	 */ 
	.cd-tabs-navigation li {
		float: left;
		width:50%;
	}
}

.cd-tabs-navigation a {
	display: block;
	position: relative;
	margin: 0 -1px 0 0;
	padding: 9px 0;
	background: #f5f5f5;
	border: 1px solid #cdcdcd;
	font-weight:normal;
	font-size: 15px;
	text-align:center;
	color: #242414;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cd-tabs-navigation a:hover {
	background-color: #00789F;
	color:#ffffff;
}

.cd-tabs-navigation a.selected {
	background-color: #00789F;
	color:#ffffff;
}

.cd-tabs-content {
	position: relative;

}

.cd-tabs-content section:after {
	content: "";
	display: table;
	clear: both;
}

.cd-tabs-content section {
	display: none;
	padding: 34px 0 0 0;
	position: relative;
}

.cd-tabs-content section.selected {
	display: block;
	-webkit-animation: cd-fade-in 0.5s;
	-moz-animation: cd-fade-in 0.5s;
	animation: cd-fade-in 0.5s;
}
/**/

/*CONTEUDO ABAS / FORMULARIOS*/

.one {
	float:left;
	width:48%;
}

.two {
	float:right;
	width:48%;
}

.formularios{
	font-size:13px;
	color:#535353;	
}

.formularios h6 {
	font-size:13px;
	color:#535353;
	margin-bottom:3px;
}

.formularios input[type="text"], textarea {
	padding: 11px 14px;
	border:1px solid #cdcdcd;
	border-right:none;
	font-size:12px;
	color:#666666;
	margin-bottom:10px;
	
   -moz-box-shadow:    inset 0 0 3px #C5C5C5;
   -webkit-box-shadow: inset 0 0 3px #C5C5C5;
   box-shadow:         inset 0 0 3px #C5C5C5;
}

.formularios input[type="password"], textarea {
	padding: 11px 14px;
	border:1px solid #cdcdcd;
	border-right:none;
	font-size:12px;
	color:#666666;
	margin-bottom:10px;
	width:100%;
	
   -moz-box-shadow:    inset 0 0 3px #C5C5C5;
   -webkit-box-shadow: inset 0 0 3px #C5C5C5;
   box-shadow:         inset 0 0 3px #C5C5C5;
}

.formularios select {
	-webkit-appearance: none !important;
	background:url(../img/down.png) right 13px center no-repeat;
	padding: 11px 14px;
	cursor:pointer;
	border:1px solid #cdcdcd;
	border-right:none;
	font-size:12px;
	color:#666666;
	margin-bottom:10px;
	
   -moz-box-shadow:    inset 0 0 3px #C5C5C5;
   -webkit-box-shadow: inset 0 0 3px #C5C5C5;
   box-shadow:         inset 0 0 3px #C5C5C5;
}

.other {
	-webkit-appearance: none !important;
	background:url(../img/down.png) right 13px center no-repeat;
	padding: 16.5px 14px;
	cursor:pointer;
	border:1px solid #cdcdcd;
	border-right:none;
	font-size:12px;
	color:#666666;
	
   -moz-box-shadow:    inset 0 0 3px #C5C5C5;
   -webkit-box-shadow: inset 0 0 3px #C5C5C5;
   box-shadow:         inset 0 0 3px #C5C5C5;
}

.formularios .btn {
	height: 2.6em;
	width:52%;
	float:right;
	margin: 0 0 0;
	font-size:15px;
	color:#ffffff;
	padding: 0 1.86em;
	cursor: pointer;
	background:#00789F;
	border:1px solid #00789F;
	border-left:none;
	outline: none;
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.formularios .btn:hover {
	background:#00A6DD;
}

.content-fotos {
	padding:18px 20px 40px 20px;
	border:1px solid #CDCDCD;
	
   -moz-box-shadow:    inset 0 0 3px #C5C5C5;
   -webkit-box-shadow: inset 0 0 3px #C5C5C5;
   box-shadow:         inset 0 0 3px #C5C5C5;
}

.content-fotos img {
	display:block;
	/*width:100%;*/
	/*margin-bottom:22px;*/
}

.content-fotos li {
	float:left;
	width:31%;
	margin-right:3.4%;
	margin-bottom:25px;
}

.content-fotos li:nth-of-type(3n) {
	margin-right:0;
}

.content-fotos li img {
	display:block;
	width:100%;
	margin-bottom:0;
	border:1px solid #cdcdcd;
}

.edition {
	float:left;
	background:#F0F0F0 url(../img/edition.png) center no-repeat;
	margin-right:1px;
}

.edition:hover {
	background:#00789F url(../img/edition-hover.png) center no-repeat;
}

.edition a {
	width:32px;
	height:32px;
	display:block;
}

.remove {
	float:left;
	background:#F0F0F0 url(../img/remove.png) center no-repeat;
}

.remove:hover {
	background:#00789F url(../img/remove-hover.png) center no-repeat;
}

.remove a {
	width:32px;
	height:32px;
	display:block;
}

.imprimir {
	float:left;
	background:#F0F0F0 url(../img/imprimir.png) center no-repeat;
	margin-left:1px;
}

.imprimir:hover {
	background:#00789F url(../img/imprimir-hover.png) center no-repeat;
}

.imprimir a {
	width:32px;
	height:32px;
	display:block;
}


/*
  ========================================
  IMOVEIS TABELA
  ========================================
*/


@media screen and (min-width: 941px) { 
	.imoveis {
		display:none!important;
	}
}

.flat-table {
	/*display: block;*/
	width: 1190px;
	margin-top:30px;	
	overflow:hidden;
}

@media screen and (min-width: 941px) { 
	.imoveis {
		display:none!important;
	}
}

@media screen and (max-width: 940px) { 
	.remover {
		display:none;
	}
}

@media screen and (max-width: 1240px) { 
	.rolagem {
		overflow-x:scroll;
	}
}

tr:nth-of-type(1) td{
  	background-color: #F0F0F0;
	font-size:14px;
	font-weight:bold;
	color: #111111;
	padding: 20px 8px;
	/*text-align: center;*/
}

th {
	background-color: #F0F0F0;
	font-size:14px;
	font-weight:bold;
	color: #111111;
	padding: 20px 33px;
	/*text-align: center;*/
}

td {
	font-size:13px;
	color:#545454;
	padding: 10px 10px;
	padding-bottom:0;
}

.icons {
	position:relative;	
	padding: 8px 0px;
	top:8px;
}

.borda {
	border-bottom:1px solid #cdcdcd;
}

.imoveis {
	margin-top:30px;
}

.imoveis li {
	float:left;
	width:31%;
	margin-right:3.3%;
	margin-bottom:20px;
}

.imoveis li img {
	display:block;
	width:100%;
}

.imoveis li:nth-of-type(3n) {
	margin-right:0;
	float:right;
}

@media screen and (max-width: 600px) { 
	.imoveis li {
		float:left;
		width:48%;
		margin-right:0;
	}
	
	.imoveis li:nth-of-type(3n) {
		float:left;
		width:48%;
		margin-right:0;
	}
	
	.imoveis li:nth-of-type(2n) {
		float:right;
		width:48%;
	}
	
}

@media screen and (max-width: 450px) { 
	.imoveis li {
		float:none;
		width:100%;
		margin-right:0;
		margin-top:50px;
	}
	
	.imoveis {
		margin:0!important;
	}
	
	.imoveis li:nth-of-type(3n) {
		float:none;
		width:100%;
		margin-right:0;
	}
	
	.imoveis li:nth-of-type(2n) {
		float:none;
		width:100%;
		margin-right:0;
	}
	
}

/* PAGINATION */

ul.pagination {
	display: block;
	margin-top: 1.875rem;
	margin-right: -0.3125rem;
}
ul.pagination li {
	float: left;
	display: block;
	margin-right: 0.3125rem;
	margin-bottom:0.3rem;
}
ul.pagination li a {
	display: block;
	width: 2.1875rem;
	height: 2.0625rem;
	color:#ffffff;
	background: #0093C4;
	font-size: 0.875rem;
	line-height: 2.25rem;
	text-align: center;
}
ul.pagination li:hover a, ul.pagination li a:focus {
	background: #006F93;
	color: white;
}
ul.pagination li.current a {
	background: #006F93;
	color: white;
	cursor: default;
}

.formularios select .error {
	color:#F30;
	font-size:13px;
	margin-bottom:6px;
}
.formularios .error {
	display: block;
	color:#F30;
	font-size:13px;
	margin-bottom:6px;
}

/* classe mapa */
#mapa { 
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}
/* =============== Estilos do autocomplete =============== */
.ui-autocomplete { 
	background: #fff; 
	border-top: 1px solid #ccc;
	cursor: pointer; 
	font: 15px 'Open Sans',Arial;
	margin-left: 3px;
	width: 493px !important;
	position: fixed;
}

.ui-autocomplete .ui-menu-item { 
	list-style: none outside none;
	padding: 7px 0 9px 10px;
}

.ui-autocomplete .ui-menu-item:hover { background: #eee }

.ui-autocomplete .ui-corner-all { 
	color: #666 !important;
	display: block;
}
/* termina mapa */

.content-fotos2 {
	padding:18px 20px 40px 20px;
	border:1px solid #CDCDCD;
	
   -moz-box-shadow:    inset 0 0 3px #C5C5C5;
   -webkit-box-shadow: inset 0 0 3px #C5C5C5;
   box-shadow:         inset 0 0 3px #C5C5C5;
}

.content-fotos2 img {
	display:block;
	/*width:100%;*/
	/*margin-bottom:22px;*/
}

.content-fotos2 li {
	float:left;
	width:17%;
	margin-right:3.4%;
	margin-bottom:25px;
}

.content-fotos2 li:nth-of-type(5n) {
	margin-right:0;
}

.content-fotos2 li img {
	display:block;
	width:100%;
	margin-bottom:0;
	border:1px solid #cdcdcd;
}
