@font-face {
	font-family: 'slogan';
	src: url('freestyle_script.eot');
	src: url('freestyle_script.eot?#iefix') format('embedded-opentype'), url('freestyle_script.svg#Freestyle Script') format('svg'), url('freestyle_script.woff') format('woff'), url('freestyle_script.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
}
body {
	width: 100%;
	font: 100% "Trebuchet MS", Helvetica, sans-serif;
}
a {
	outline: none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, input, select, textarea {
	float: left;
	overflow: hidden;
}

#wrapper {
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
}

.a_contactar {
	float: left;
	padding: 8px 15px;
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background: #95AD1F;
	border-radius: 3px;
}
.a_contactar:hover {
	background: #8CA129;
}


/* Info */
.info {
	position: fixed;
	left: 10px;
	bottom: 10px;
	width: 270px;
	height: 80px;
	border-radius: 5px;
	border: 3px solid rgba(0,0,0,0.4);
	background: #38AA43;
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
	cursor: pointer;
	z-index: 99999999;
}
.info p {
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
}
.info span {
	color: #ffffff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 13px 0 0 10px;
}

/* Error */
.error {
	position: fixed;
	left: 10px;
	bottom: 10px;
	width: 270px;
	height: 80px;
	border-radius: 5px;
	border: 3px solid rgba(0,0,0,0.4);
	background: #D33737;
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
	cursor: pointer;
	z-index: 999;
}
.error p {
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
}
.error span {
	color: #ffffff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 13px 0 0 10px;
}

.redbtn{background-image: url(images/btn.png);width:200px;height:36px;display: block;color: #FFF;text-decoration: none;padding-top: 10px;margin-left: auto;margin-right: auto;}

/* Top */
#top {
	position: absolute;
	height: 600px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header1.jpg);
	background-size: 100% auto;
	z-index: -1;
	background-position-x: 50%;
	background-position-y: 50%;
	
}
.logo {
	float: left;
	margin: 15px 0 0 15%;
}

.images {
	list-style: none;
	float: left;
	position: relative;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.images li {
	float: left;
	margin: 0px;
	width:25%;
	position: relative;
	
	/*border-bottom: 5px solid #F5F5F5;*/
}
.images li img {
	width:100%; padding: 0px;
}

li.picture{width:23%;margin-right: 2%;margin-bottom:40px;-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);border-radius: 5px;text-align:center;padding-bottom: 10px}
li.picture img{width:90%;margin: 5%;}
li.picture a{text-decoration:none;color:#000000;display:inline-block;}

.overlay{background-image: url(images/overlay2.png);height:100%; text-align: center;position: absolute;width: 100%;display:none;color:#FFFFFF;}
.overlay .title{margin-top:25%}
.overlay .subtitle{font-size: 10pt;}

.bigTitle{color:#e84545;font-size: 18pt;margin-bottom:20px;}

.table {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li {

}

.menu {
	list-style: none;
	float: right;
	position: relative;
	height: auto;
	margin: 40px 15% 0 0;
	padding: 0;
}
.menu li {
	float: left;
	position: relative;
	margin: 0 0 0 13px;
	/*border-bottom: 5px solid #F5F5F5;*/
}
.menu li a {
	float: left;
	font-size: 17px;
	color: #EEEEEE;
	margin: 0;
	text-decoration: none;
	/*background: #acc756;*/
	border-radius: 4px;
	text-align: center;
	padding: 5px 10px;
}
.menu li a.active, .menu li a:hover {
	color: #0093dd;
	/*background: #869B0F;*/
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-image: url(images/over.png);
	background-size: 100% auto;
}
.menu li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	/*background: #ffffff;*/
	border-radius: 4px;
	list-style: none;
	width: 220px;
	padding-top: 5px;
	z-index: 999;
}
.menu li:hover ul {
	display: block;
	height: auto;
}
.menu li ul li {
	clear: both;
	border-style: none;
	float: left;
	width: 100%;
	position: relative;
	margin-left: 0px;
}
.menu li ul li a {
	float: left;
	font-size: 12px;
	/*color: #8CA129;
	background: #ffffff;*/
	width: 92%;
	height: auto;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 5px 4%;
	text-decoration: none;
}
.menu li ul li a:hover {
	background: #ffffff;
	color: #0053A0;
}
.separator{
	background-image: url(images/separator.png);
	width: 2px;
	height: 90px;
	margin-top:-25px;
}


.menu.features{float: left;margin:0px;width:100%}
.menu.features li{text-align:center;width: 33%;margin: 0px 0px 100px 0px;height: 200px;}


.slogan {
	float: left;
	width: 55%;
	margin: 0 0 0 15%;
}
.slogan h1 {
	float: left;
	font-size: 32px;
	letter-spacing: 1px;
	color: #0053A0;
	margin: 2px 0 0 10px;
	padding: 0 10px 0 2px;
	font-weight: normal;
	font-family: 'slogan';
}

.flags {
	float: right;
	width: 15%;
	margin: 6px 15% 0 0;
	text-align: right;
}

/* Sliders */
.rslides {
	position: relative;
	float: left;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides2 {
	position: relative;
	float: left;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides2 li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides2 li:first-child {
	position: relative;
	display: block;
	float: left;
}

#slider-container {
	position: relative;
	float: left;
	width: 100%;
	height: 120px;
	margin: 0px 0 0 0;
}
#slider-container2 {
	position: absolute;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
	z-index: -1;
}
.slider li {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}
.slider img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.slider_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 5%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}
.slider_nav.next {
	left: auto;
	right: 0;
}
.slider_nav:focus {
	outline: none;
}
.slider_tabs {
	position: absolute;
	bottom: 8px;
	width: 99%;
	padding-left: 1%;
	margin-top: 10px;
	text-align: center;
	z-index: 3
}
.slider_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 6px;
}
.slider_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	background: rgba(100,100,100, .9);
	display: inline-block;
	_display: block;
	*display: block;
	width: 10px;
	height: 10px;
}
.slider_here a {
	background: #666;
	background: rgba(50,50,50, .9);
}

.slider2 li {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}
.slider2_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 5%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}
.slider2_nav.next {
	left: auto;
	right: 0;
}
.slider2_tabs {
	position: absolute;
	bottom: 8px;
	width: 100%;
	padding-left: 1%;
	margin-top: 10px;
	text-align: center;
	z-index: 3
}
.slider2_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 20px;
}
.slider2_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	background: rgba(130,130,130, .8);
	display: inline-block;
	_display: block;
	*display: block;
	width: 7px;
	height: 7px;
}
.slider2_here a {
	background: #666;
	background: rgba(50,50,50, .9);
}

.slider3 {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.slider3 li {
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	left: 0;
	top: 0;
}
.slider3 img {
	display: inline-block;
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	border: 0;
}
.slider3_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 5%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}
.slider3_nav.next {
	left: auto;
	right: 0;
}
.slider3_tabs {
	position: absolute;
	bottom: 8px;
	width: 100%;
	padding-left: 1%;
	margin-top: 10px;
	text-align: center;
	z-index: 3
}
.slider3_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 20px;
}
.slider3_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	background: rgba(130,130,130, .8);
	display: inline-block;
	_display: block;
	*display: block;
	width: 7px;
	height: 7px;
}
.slider3_here a {
	background: #666;
	background: rgba(50,50,50, .9);
}

.slider4 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.slider4 li {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	margin-bottom: 2px;
}
.slider4_tabs {
	position: absolute;
	bottom: 2px;
	width: 100%;
	padding-left: 1%;
	margin-top: 10px;
	text-align: center;
	z-index: 3;
}
.slider4_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 20px;
}
.slider4_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	background: rgba(130,130,130, .8);
	display: inline-block;
	_display: block;
	*display: block;
	width: 7px;
	height: 7px;
}
.slider4_here a {
	background: #666;
	background: rgba(50,50,50, .9);
}

/* Search */
#search-container {
	float: left;
	position: relative;
	width: 70%;
	height: auto;
	margin: -60px auto 12px 15%;
	background: #fff;
	box-shadow: 0 1px 2px #aaa;
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
	z-index: 5;
}
#search-container h1 {
	float: left;
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #666;
	width: 97.5%;
	padding: 15px 0 15px 2.5%;
}

.search-tabs {
	position: absolute;
	top: -34px;
	left: 0px;
	width: 100%;
}
.search-tab {
	float: left;
	text-align: center;
	padding: 7px 15px 5px 15px;
	margin: 6px 5px 0 0;
	height: 16px;
	background: #eee;
	color: #333;
	font-size: 12px;
	cursor: pointer;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	box-shadow: inset 0 -1px 1px #ddd;
}
.search-tab.active, .search-tab:hover {
	padding: 10px 15px 8px 15px;
	margin-top: 0px;
	background: #ffffff;
	color: #687A0C;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	box-shadow: 0 0 0;
}

.search-forms {
	float: left;
	width: 95%;
	margin: 14px 2.5% 20px 2.5%;
}
.search-select {
	width: 24%;
	height: 34px;
	margin: 8px 1% 0 0;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-select-2 {
	width: 49%;
	height: 34px;
	margin: 8px 1% 0 0;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-input {
	width: 23.5%;
	height: 24px;
	padding: 4px 0 4px 0.3%;
	margin: 8px 1% 0 0;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-input-2 {
	width: 11%;
	height: 24px;
	padding: 4px 0 4px 0.3%;
	margin: 8px 1% 0 0;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-input-3 {
	width: 73.5%;
	height: 24px;
	padding: 4px 0 4px 0.3%;
	margin: 8px 1% 0 0;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-submit {
	float: left;
	width: 24%;
	height: 34px;
	padding: 10px 0;
	margin: 8px 0 0 0;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	background: #A8C12A;
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-submit:hover {
	background: #95AD1F;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

/* Content */
#content {
	position: relative;
	width: 70%;
	height: auto;
	margin: 0px auto 12px 15%;
	background: #fff;
	color: #666;
	
	/*box-shadow: 0 1px 2px #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 9;*/
}

#content h1 {
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	width: 97.5%;
	padding: 15px 0 15px 2.5%;
}
#content-seo .title-page {
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	width: 97.5%;
	padding: 15px 0 15px 2.5%;
}
#content p {
/*
	font-size: 13px;
	font-family: sans-serif;*/
	color: #666;
	width: 95%;
	padding: 0px 0 15px 2.5%;
	line-height: 19px;
	text-align: justify;
}

#content ul.table{
	padding: 0px 0 15px 2.5%;
}

#content .texto {
	font-size: 13px;
	font-family: sans-serif;
	color: #666;
	width: 95%;
	padding: 15px 0 15px 2.5%;
	line-height: 19px;
	text-align: justify;
}
#content p img {
	float: left;
	display: block;
	margin-right: 2%;
}
#content-seo .texto2 {
	float: left;
	font-size: 13px;
	font-family: sans-serif;
	color: #666;
	width: 95%;
	padding: 5px 0 15px 2.5%;
	line-height: 19px;
	text-align: justify;
}
#content-seo img {
	display: block;
	width: 50%;
	margin: 0 25% 20px 25%;
}
#content-seo .botao_2 {
	display: block;
	width: auto;
	margin: 0 auto 20px auto;
}
#content-seo h1 {
	float: left;
	font-size: 18px;
	width: 95%;
	margin: 5px 0 0px 2.5%;
}
#content-seo h2 {
	float: left;
	font-size: 15px;
	width: 95%;
	margin: 5px 0 0px 2.5%;
}
#content-squares {
	float: left;
	position: relative;
	width: 70%;
	height: auto;
	margin: 0px 15% 12px 15%;
}
#square, #square-last, #square-last-2, #rect {
	float: left;
	width: 32.5%;
	margin: 0 1.5% 0 0;
	background: #fff;
	box-shadow: 0 1px 2px #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; /*padding-bottom: 2px; margin-bottom: -2px;*/
}
#rect {
	width: 66.5%;
}
#square-last {
	margin-right: 0;
	width: 32%;
}
#square-last-2 {
	margin-right: 0;
	width: 32%;
	padding: 6px 0 4px 0; /*background: url('../imgs/gold.jpg') no-repeat;*/
	background: #0053A0;
}
#rect img {
	float: left;
	width: 100%;
	border-radius: 3px;
}
#square img {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 3px;
}
#square h1, #square-last h1, #rect h1 {
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #666;
	width: 90%;
	padding: 15px 0 15px 5%;
}
#square h2, #square-last h2, #square-last-2 h2, #rect h2 {
	font-size: 17px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #9BB423;
	width: 100%;
	text-align: center;
	padding: 3px 0 0px 0;
}

.contactos-left {
	float: left;
	padding-left: 2%;
	width: 30%;
	height: auto;
}
.contactos-left p {
	margin: 0 0 20px 0;
	width: 100%;
	float: left;
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 14px;
}
.contactos-left h3 {
	margin: 20px 0 20px 0;
	width: 100%;
	float: left;
}
.icon-location {
	float: left;
	margin: 2px 10px 0 6px;
	width: 16px;
	height: 16px;
	background: url(../imgs/icons/location.png) no-repeat;
}
.icon-phone {
	float: left;
	margin: -2px 10px 0 6px;
	width: 16px;
	height: 16px;
	background: url(../imgs/icons/phone.png) no-repeat;
}
.icon-mail {
	float: left;
	margin: 0px 10px 0 6px;
	width: 16px;
	height: 16px;
	background: url(../imgs/icons/mail-back.png) no-repeat;
}
.contactos-right {
	float: right;
	width: 64%;
	height: auto;
	margin: 20px 2% 18px 2%;
}
.map {
	width: 100%;
}

.alertas-div {
	float: left;
	width: 20%;
	margin: 0 1% 0 2.5%;
}
.alertas-div2 {
	float: left;
	width: 28%;
	margin: 0 1% 0 2.5%;
}
.alertas-div3 {
	float: left;
	width: 22%;
	margin: 0 2% 0 0;
}
.alertas-div4 {
	float: left;
	width: 30%;
	margin: 0 2% 0 0;
}
.form-div4 {
	float: left;
	width: 30%;
	margin: 0 2% 0 20px;
}
.form-div5 {
	float: left;
	width: 65%;
	margin: 0 2% 0 10px;
}
.form-div5 span {
	float: left;
	margin: 0 4% 0 4px;
	font-size: 12px;
	color: #333;
}
.label-imovel {
	float: left;
	width: 98%;
	margin: 0 1.5% 4px 2.5%;
	font-size: 13px;
	color: #333333;
}
.label-imovel-2 {
	float: left;
	width: 98%;
	margin: 0 1.5% 4px 2.6%;
	font-size: 13px;
	color: #333333;
}
.select-imovel {
	float: left;
	width: 220px;
	height: 24px;
	margin: 0 0 20px 20px;
}
.select-imovel2 {
	float: left;
	width: 90%;
	height: 26px;
	margin: 0 1.5% 20px 2.5%;
}
.input-imovel {
	float: left;
	width: 90%;
	height: 22px;
	margin: 0 1.5% 20px 2.5%;
	padding: 1px;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.input-imovel-2 {
	float: left;
	width: 200px;
	height: 20px;
	margin: 0 0 20px 20px;
}
.input-imovel-3 {
	float: left;
	width: 94%;
	height: 22px;
	margin: 0 1.5% 20px 2.6%;
	padding: 1px;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.input-imovel-radio {
	float: left;
	margin: 0 0 0 5%;
}
.texto_pequeno {
	float: left;
	margin: 4px 0 0 4px;
}

/* Listas */
#items-container {
	float: left;
	position: relative;
	width: 70%;
	height: auto;
	margin: 0px auto 12px 15%;
	background: #fff;
	box-shadow: 0 1px 2px #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 5;
}
#items-container h1 {
	float: left;
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #666;
	width: 97.5%;
	padding: 15px 0 15px 2.5%;
}
#content .sem-resultados {
	float: left;
	font-size: 16px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #666;
	width: 97.5%;
	padding: 22px 0 15px 2.5%;
}
.item {
	float: left;
	position: relative;
	width: 30%;
	height: auto;
	max-height: 310px;
	margin: 1px 0 40px 2.5%;
	padding-bottom: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.item:hover {
	box-shadow: 0 1px 2px 0 #aaa;
}
.item h2 {
	float: left;
	font-size: 15px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #333;
	width: 94%;
	height: 20px;
	padding: 8px 0 5px 0;
	margin: 0 0 0 3%;
}
.item h3 {
	float: left;
	font-size: 18px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #6F8407;
	width: 96%;
	height: 20px;
	padding: 3px 0 0 3%;
	margin: 0;
}
.item .item-a-img {
	float: left;
	width: 100%;
	display: table-cell;
	text-align: center;
}
.item img {
	max-width: 100%;
	height: 200px;
	margin: auto;
	display: inline-block;
}
.item .textofoto {
	position: absolute;
	top: 70px;
	left: 2%;
	text-align: center;
	width: 96%;
	z-index: 99999;
}
.item .textofoto span {
	font-size: 34px;
	font-weight: bold;
	text-shadow: 0 0 2px #000;
}
.item p {
	float: left;
	font-size: 12px;
	font-family: sans-serif;
	color: #999;
	width: 94%;
	margin: 3px 0 3px 3%;
}
.item .loc {
	float: left;
	width: 50%;
	font-size: 12px;
	padding: 0;
	margin: 10px 0 0 2%;
	color: #09c;
}
.item .icon-location-green {
	float: left;
	margin: 0px 5px 0 0;
	width: 16px;
	height: 16px;
	background: url(../imgs/icons/location_green.png) no-repeat;
}
.item .view-button {
	float: right;
	width: 40%;
	font-size: 12px;
	margin: 10px 7% 8px 0;
	text-align: right;
	padding: 0;
	color: #09c;
}
.item .view-button:hover {
	text-decoration: underline;
}
.item .mais {
	float: left;
	display: block;
	font-size: 12px;
	font-family: sans-serif;
	color: #6F8407;
	width: 94%;
	margin: 3px 0 3px 3%;
	text-decoration: none;
}
.item .div-tags {
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 6;
	width: 100px;
	height: auto;
}
.item .tag-invest {
	float: right;
	width: 90px;
	height: 19px;
	padding: 4px 4px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	color: #acd32a;
	background: url('../imgs/icons/tag_bes.jpg') no-repeat #2f3130;
	background-size: 94px;
}
.item .tag-outlet {
	float: right;
	width: 90px;
	height: 19px;
	padding: 4px 4px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	color: #ffffff;
	background: url('../imgs/icons/tag_out.jpg') no-repeat #2f3130;
	background-size: 94px;
}
.item .tag-hh {
	float: right;
	width: 90px;
	height: 19px;
	padding: 4px 4px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	color: #ffffff;
	background: url('../imgs/icons/tag_hh.jpg') no-repeat #2f3130;
	background-size: 94px;
}
.item .tag-permuta {
	float: right;
	width: 90px;
	height: 19px;
	padding: 4px 4px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	color: #ffffff;
	background: url('../imgs/icons/tag_per.jpg') no-repeat #2f3130;
	background-size: 94px;
}
/*.item .tag-banca{float: right; width: 90px; height: 19px; padding: 4px 4px 0 0; text-align: right; font-size: 14px; font-weight: bold; font-family: arial; color: #ffffff; background: url('../imgs/icons/tag_ban.jpg') no-repeat #2f3130;  background-size: 94px;}*/
.item .user {
	position: absolute;
	bottom: 6px;
	right: 6px;
	z-index: 6;
	background: #fff no-repeat center;
	background-size: cover;
	border-radius: 100%;
	width: 50px;
	height: 50px;
}
.item .estrelas {
	position: absolute;
	top: 168px;
	left: 0px;
	width: 100%;
	height: 32px;
	margin: 0;
	background: #8CA129;
	background: rgba(119,138,26, .80);
	z-index: 5;
}
.item .estrelas .icon-star {
	float: left;
	width: 16px;
	height: 16px;
	margin: 8px 0 0 8px;
	background: url('../imgs/icons/star.png') no-repeat;
}

.item2 {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.item2 img {
	float: left;
	position: relative;
	max-width: 100%;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
.item2 h3 {
	float: left;
	font-size: 25px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #8CA129;
	width: 100%;
	text-align: center;
	margin: 16px 0 0 0
}
.item2 span {
	float: left;
	font-size: 14px;
	font-family: sans-serif;
	color: #999;
	width: 100%;
	text-align: center;
	margin: 2px 0 3px 0;
}
.item2 p {
	float: left;
	font-size: 14px;
	font-family: sans-serif;
	color: #666;
	width: 100%;
	text-align: center;
	margin: 5px 0 3px 0;
	line-height: 19px;
}
.item2 .loc {
	float: left;
	width: 50%;
	padding: 0;
	margin: 35px 0 0 4%;
	color: #09c;
}
.item2 .icon-location-green {
	float: left;
	margin: 0px 5px 0 0;
	width: 16px;
	height: 16px;
	background: url(../imgs/icons/location_green.png) no-repeat;
}
.item2 .view-button {
	float: right;
	width: 40%;
	margin: 35px 4% 0 0;
	text-align: right;
	padding: 0;
	color: #09c;
}
.item2 .view-button:hover {
	text-decoration: underline;
}
.item2 .sep-small {
	float: left;
	width: 24%;
	margin: 10px 0 8px 38%;
	height: 1px;
	border-bottom: 1px solid #dddddd;
}

.item3 {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	max-height: 300px;
	margin: 18px 0 0px 0;
	padding-bottom: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.item3 .position {
	position: absolute;
	top: -12px;
	left: 27.5%;
	background: #8CA129;
	width: 29px;
	height: 25px;
	padding: 5px 0 0 1px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	z-index: 9999;
}
.item3 img {
	float: left;
	max-width: 30%;
	max-height: 150px;
	margin: 0 33% 0 33%;
}
.item3 h3 {
	float: left;
	font-size: 20px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #9BB423;
	width: 100%;
	text-align: center;
	margin: 0px 0 0 0;
}
.item3 h4 {
	float: left;
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #9BB423;
	width: 100%;
	text-align: center;
	margin: 0px 0 5px 0;
}
.item3 p {
	float: left;
	font-size: 13px;
	font-family: sans-serif;
	color: #cccccc;
	width: 100%;
	text-align: center;
	margin: -1px 0 3px 0;
}

.rslides-wrap {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin: 26px 0 0px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dddddd;
}
.rslides-wrap h4 {
	float: left;
	font-size: 15px;
	color: #666666;
	margin: 10px 0 5px 2%;
	padding: 0;
	width: 96%;
}
.item4 {
	float: left;
	position: relative;
	width: 30%;
	height: auto;
	height: 100px;
	margin: 5px 1% 5px 2%;
}
.item4 h3 {
	float: left;
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #8CA129;
	width: 98%;
	margin: 0;
}
.item4 h4 {
	float: left;
	font-size: 12px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #333333;
	width: 98%;
	margin: 5px 0 0 0;
}
.item4 img {
	float: left;
	width: 100%;
	height: 120px;
	margin: 0;
}

.item5 {
	float: left;
	position: relative;
	width: 47%;
	height: auto;
	max-height: 140px;
	margin: 12px 0 10px 2%;
	padding-bottom: 2px;
	border: 1px solid #dddddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.item5 h3 {
	float: left;
	font-size: 20px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #8CA129;
	width: 70%;
	margin: 1px 0 2px 1%;
}
.item5 h4 {
	float: left;
	font-size: 16px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #666666;
	width: 70%;
	margin: 1px 0 2px 1%;
}
.item5 img {
	float: left;
	width: 20%;
	height: 100px;
	margin: 4px 1% 2px 1%;
}
.item5 p {
	float: left;
	font-size: 12px;
	font-family: sans-serif;
	color: #999;
	width: 70%;
	margin: 3px 0 3px 1%;
}
.item5 .mais {
	float: left;
	display: block;
	font-size: 12px;
	font-family: sans-serif;
	color: #8CA129;
	width: 70%;
	margin: 3px 0 3px 1%;
	text-decoration: none;
}

.item-fav {
	float: left;
	position: relative;
	width: 250px;
	height: auto;
	height: auto;
	margin: 10px 0% 5px 0%;
}
.item-fav h4 {
	float: left;
	display: block;
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
	text-align: left;
	font-weight: 400;
	color: #333333;
	width: 160px;
	height: 20px;
	margin: 0 0 0 10px;
}
.item-fav h3 {
	float: left;
	display: block;
	font-size: 15px;
	font-family: 'Maven Pro', sans-serif;
	text-align: left;
	font-weight: 400;
	color: #8CA129;
	width: 160px;
	height: 20px;
	margin: 0 0 0 10px;
}
.item-fav img {
	float: left;
	display: block;
	width: 60px;
	height: 50px;
	margin: 0;
}

#items-container-user {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px 0 12px 0;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 5;
}
#items-container-user h1 {
	float: left;
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #666;
	width: 97.5%;
	padding: 15px 0 15px 2.5%;
}

.pages {
	position: absolute;
	top: 20px;
	right: 24px;
	width: 300px;
	height: 20px;
	text-align: right;
}
.pages2 {
	position: absolute;
	bottom: 6px;
	right: 24px;
	width: 300px;
	height: 20px;
	text-align: right;
}
.pages a, .pages2 a {
	float: right;
	margin: 0 0 0 20px;
	font-weight: bold;
	font-family: arial;
	color: #8CA129;
	font-size: 13px;
	text-decoration: none;
}

/* Detalhe */
#detalhe-container {
	float: left;
	position: relative;
	width: 70%;
	height: auto;
	margin: 0px auto 12px 15%;
	background: #fff;
	box-shadow: 0 1px 2px #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 5;
}
#detalhe-container h1, #detalhe-container h2 {
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #666;
	width: 95%;
	padding: 15px 0 15px 2.5%;
}
#detalhe-container h2 {
	float: right;
	text-align: right;
	width: 35%;
	padding: 15px 2.5% 15px 0;
}
#detalhe-container .h2-preco-user {
	font-size: 15px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #333;
	width: 94%;
	height: 20px;
	padding: 8px 0 5px 0;
	margin: 0 0 0 3%;
	float: left;
	text-align: left;
}

.detalhe-container-left {
	float: left;
	width: 58%;
	height: auto;
	margin: 0 0 0 2.5%;
}
.detalhe-container-right {
	float: right;
	width: 35%;
	height: auto;
	margin: 0 2.5% 0 2%;
}
.detalhe-container-left-loja {
	float: left;
	width: 42%;
	height: auto;
	margin: 0 0 0 2.5%;
}
.detalhe-container-left-loja p {
	float: left;
	width: 96%;
	margin: -10px 2% 0 2%;
	color: #999999;
	font-size: 13px;
}
.detalhe-container-right-loja {
	float: right;
	width: 52%;
	height: auto;
	margin: 0 2.5% 0 1%;
}
.detalhe-container-left-user {
	float: left;
	width: 40%;
	height: auto;
	margin: 0px 0 0 2.5%;
}
.detalhe-container-right-user {
	float: right;
	width: 51%;
	height: auto;
	margin: 10px 2.5% 0 1%;
}
.detalhe-container-full-user {
	float: left;
	width: 95%;
	height: auto;
	margin: 0 2.5% 0 2.5%;
}
.detalhe-container-full-user .user-type {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #8CA129;
	text-decoration: none;
	margin: 16px 0 6px 2.5%;
}

#detalhe-container .item2 {
	float: left;
	position: relative;
	width: 46%;
	height: 130px;
	margin: 1px 0 30px 2.5%;
	padding-bottom: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #eee;
}
#detalhe-container .item2:hover {
	box-shadow: 0 0 3px 1px #ccc;
	border: 1px solid #fff;
}
#detalhe-container .item2 img {
	float: left;
	max-width: 25%;
	margin: 10px 0 0 2%;
}
#detalhe-container .item2 h1 {
	float: right;
	font-size: 18px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #333;
	width: 70%;
	padding: 8px 0 5px 0;
	margin: 0 0 0 2%;
}
#detalhe-container .item2 p {
	float: right;
	font-size: 11px;
	font-family: sans-serif;
	color: #999;
	width: 70%;
	margin: 0;
}
#detalhe-container .item2 .mais {
	position: absolute;
	bottom: 10px;
	left: 27%;
	font-size: 12px;
	font-family: sans-serif;
	color: #8CA129;
	margin: 0 0 3px 2%;
	width: 70%;
	text-decoration: none;
}

.hh-date {
	float: right;
	color: #8CA129;
	font-size: 16px;
}
.fotos {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
.fotos-user {
	float: left;
	position: relative;
	width: 20%;
	height: auto;
	margin: 20px 0 20px 0;
}
.wrap-foto-big {
	float: left;
	width: 100%;
}
.foto-big {
	float: left;
	max-width: 99.6%;
	margin: 0 0 0 0;
}
.foto-big-loja {
	float: left;
	width: 98%;
	max-height: 400px;
	margin: 0;
	border: 1px solid #eee;
}
.foto-big-user {
	float: left;
	max-width: 101%;
	margin: 0;
	border: 1px solid #eee;
}
.foto-thumb {
	float: left;
	width: 12%;
	height: 50px;
	margin: 3px 0.5% 0 0;
}
.fotos .tag-invest {
	position: absolute;
	top: 5px;
	right: 0.4%;
	z-index: 6;
	width: 90px;
	height: 19px;
	padding: 4px 4px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	color: #acd32a;
	background: url('../imgs/icons/tag_bes.jpg') no-repeat #2f3130;
	background-size: 94px;
}
.fotos .tag-outlet {
	position: absolute;
	top: 5px;
	right: 0.4%;
	z-index: 6;
	width: 90px;
	height: 19px;
	padding: 4px 4px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	color: #ffffff;
	background: url('../imgs/icons/tag_out.jpg') no-repeat #2f3130;
	background-size: 94px;
}
.fotos .tag-hh {
	position: absolute;
	top: 5px;
	right: 0.4%;
	z-index: 6;
	width: 90px;
	height: 19px;
	padding: 4px 4px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	color: #ffffff;
	background: url('../imgs/icons/tag_hh.jpg') no-repeat #2f3130;
	background-size: 94px;
}
.fotos .tag-permuta {
	position: absolute;
	top: 5px;
	right: 0.4%;
	z-index: 6;
	width: 90px;
	height: 19px;
	padding: 4px 4px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	color: #ffffff;
	background: url('../imgs/icons/tag_per.jpg') no-repeat #2f3130;
	background-size: 94px;
}
.fotos .tag-banca {
	position: absolute;
	top: 5px;
	right: 0.4%;
	z-index: 6;
	width: 90px;
	height: 19px;
	padding: 4px 4px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	color: #ffffff;
	background: url('../imgs/icons/tag_ban.jpg') no-repeat #2f3130;
	background-size: 94px;
}

.fotos .textofoto {
	position: absolute;
	top: 30%;
	left: 2%;
	text-align: center;
	width: 96%;
	z-index: 99999;
}
.fotos .textofoto span {
	font-size: 40px;
	font-weight: bold;
	text-shadow: 0 0 2px #000;
}

.tabs {
	float: left;
	position: relative;
	width: 99.5%;
	height: auto;
	margin: 0 0 20px 0;
	display: inline-block;
}
.tab-content p {
	float: left;
	text-align: justify;
	font-size: 14px;
	line-height: 19px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #666;
}

.tab-links:after {
	display: block;
	clear: both;
	content: '';
}

.tab-links {
	border-bottom: 1px solid #eee;
}
.tab-links li {
	margin: 0px 20px 0 0;
	float: left;
	list-style: none;
}
.tab-links a {
	padding: 5px 10px;
	display: inline-block;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.tab-links a:hover, .tab-links li.active a {
	text-decoration: none;
	font-size: 13px;
	color: #333333;
	border-bottom: 2px solid #666;
}

.tab-content {
	padding: 5px 0 0 0;
	float: left;
	width: 100%;
}
.tab {
	display: none;
	margin: 14px 0 0 0;
}
.tab.active {
	display: block;
}

#tab2 p {
	float: left;
	margin: 0 0 14px 0;
	width: 32%;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}
#tab2 p span {
	font-size: 13px;
	float: left;
	margin: 0;
	font-weight: normal;
}

#tab4 p {
	float: left;
	margin: 0 0 14px 0;
	width: 99.5%;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}
#tab4 .p2 {
	float: left;
	margin: 0 0 14px 15px;
	width: 45%;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}
#tab4 p span {
	font-size: 13px;
	float: left;
	margin: 0;
	font-weight: normal;
}

.imoveis_emp {
	float: left;
	width: 99.5%;
	height: auto;
	margin: 30px 0 0 2px;
}
.tr-1 {
	float: left;
	width: 99.5%;
	height: 20px;
	border-bottom: 1px solid #999;
}
.tr-2 {
	float: left;
	width: 99.5%;
	height: 29px;
	border-bottom: 1px dotted #999;
	padding-top: 15px;
}
.td-1 {
	float: left;
	width: 30%;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}
.td-2 {
	float: left;
	width: 20%;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.td-3 {
	float: left;
	width: 20%;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.td2-1 {
	float: left;
	width: 30%;
	font-size: 11px;
	color: #333;
}
.td2-2 {
	float: left;
	width: 20%;
	font-size: 11px;
	color: #333;
}
.td2-3 {
	float: left;
	width: 28%;
	font-size: 11px;
	color: #333;
}
.td2-4 {
	float: left;
	width: 20%;
	font-size: 11px;
	color: #333;
	text-align: right;
}

.maps {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.price-table {
	float: left;
	width: 99.5%;
	height: auto;
	margin: 10px 0 0 2px;
}
.price-tr {
	float: left;
	width: 99.5%;
	height: 20px;
	border-bottom: 1px solid #999;
}
.price-tr-2 {
	float: left;
	width: 99.5%;
	height: 29px;
	border-bottom: 1px dotted #999;
	padding-top: 15px;
}
.price-td-1 {
	float: left;
	width: 20%;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}
.price-td-2 {
	float: left;
	width: 30%;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-align: right;
}
.price-td-3 {
	float: left;
	width: 20%;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-align: right;
}
.price-td-4 {
	float: left;
	width: 30%;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-align: right;
}
.price-td2-1 {
	float: left;
	width: 20%;
	font-size: 11px;
	color: #333;
}
.price-td2-2 {
	float: left;
	width: 30%;
	font-size: 11px;
	color: #333;
	text-align: right;
}
.price-td2-3 {
	float: left;
	width: 20%;
	font-size: 11px;
	color: #333;
	text-align: right;
}
.price-td2-4 {
	float: left;
	width: 30%;
	font-size: 11px;
	color: #333;
	text-align: right;
}

.calendario {
	float: left;
	width: 50%;
}
.legenda {
	float: left;
	width: 45%;
	position: relative;
}
.textos {
	float: left;
	width: 99.5%;
	margin: 20px 0 0 0;
}
.livre-wrap {
	float: left;
	width: 100%;
	margin: 10px 0 0 10px;
}
.ocupado-wrap {
	float: left;
	width: 100%;
	margin: 10px 0 0 10px;
}
.livre {
	float: left;
	width: 68px;
	height: 30px;
	background: #eeeeee;
	border: 1px solid #cccccc;
	margin-left: 1px;
}
.ocupado {
	float: left;
	width: 70px;
	height: 33px;
	background: #FFBB00;
	border: 1px solid #ffffff;
}
.livre span, .ocupado span {
	float: left;
	font-size: 11px;
	color: #333;
	margin: 11px 0 0 10px;
}

.dados {
	float: right;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}
.dados-user {
	float: right;
	position: relative;
	width: 80%;
	height: auto;
	margin: 0;
}
.dados-user #h1-user {
	font-size: 24px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #8CA129;
	width: 60%;
	padding: 0;
	margin: 16px 0 0 4%
}
.dados-item {
	float: left;
	position: relative;
	width: 98%;
	height: auto;
	margin: 0;
	padding: 8px 1% 8px 1%;
	border-bottom: 1px solid #eee;
}
.dados-item.last {
	border-bottom: 0px;
}
.dados-item p {
	float: left;
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #666;
}
.dados-item .print {
	float: right;
	font-size: 12px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #666;
	text-decoration: none;
}
.dados-item .voltar {
	float: left;
	font-size: 12px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #666;
	text-decoration: none;
}
.dados-item-loja .voltar {
	float: left;
	margin: -10px 0 10px 0;
	font-size: 12px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #666;
	text-decoration: none;
}
.dados-item span {
	float: right;
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #8CA129;
}
.dados-item .icon-star {
	float: right;
	width: 16px;
	height: 16px;
	margin: 2px 2px 0 6px;
	background: url('../imgs/icons/star.png') no-repeat;
}

.dados-item-loja {
	float: left;
	position: relative;
	width: 98%;
	height: auto;
	margin: 0;
	padding: 8px 1% 14px 1%;
	border-bottom: 1px solid #eee;
}
.dados-item-loja.last {
	border-bottom: 0px;
}
.dados-item-loja p {
	float: left;
	width: 95%;
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #333;
}
.dados-item-loja .loc {
	float: left;
	width: 100%;
	font-size: 12px;
	padding: 0;
	margin: 10px 0 0 0;
	color: #09c;
}
.dados-item-loja .icon-location-green {
	float: left;
	margin: 0px 5px 0 0;
	width: 16px;
	height: 16px;
	background: url(../imgs/icons/location_green.png) no-repeat;
}
.dados-item-loja span {
	float: left;
	width: 95%;
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #999;
}
.dados-item-loja a {
	float: left;
	width: 95%;
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #8CA129;
}
.dados-item-loja .icon-fb {
	float: left;
	margin: 1px 6px 0 0;
	width: 16px;
	height: 16px;
	background: url('../imgs/icons/facebook.png') no-repeat;
}
.dados-item-loja .icon-tw {
	float: left;
	margin: 1px 6px 0 0;
	width: 16px;
	height: 16px;
	background: url('../imgs/icons/twitter.png') no-repeat;
}
.dados-item-loja .icon-go {
	float: left;
	margin: 1px 6px 0 0;
	width: 16px;
	height: 16px;
	background: url('../imgs/icons/google.png') no-repeat;
}

.dados-item-user {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 0 2%;
	padding: 0 1% 14px 2%;
}
.dados-item-user.last {
	border-bottom: 0px;
}
.dados-item-user p {
	float: left;
	width: 95%;
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #333;
}
.dados-item-user span {
	float: left;
	width: 95%;
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #666666;
}
.dados-item-user a {
	float: left;
	padding: 8px 15px;
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background: #95AD1F;
	border-radius: 3px;
}
.dados-item-user a:hover {
	background: #8CA129;
}

.dados-item-user .icon-fb {
	float: left;
	margin: 1px 6px 0 0;
	width: 16px;
	height: 16px;
	background: url('../imgs/icons/facebook.png') no-repeat;
}

.semelhantes {
	float: left;
	position: relative;
	width: 70%;
	height: auto;
	margin: 0px auto 12px 15%;
	background: #fff;
	box-shadow: 0 1px 2px #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 5;
}
.semelhantes h1 {
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #666;
	width: 90%;
	padding: 15px 0 15px 2.5%;
}

.dados-loja {
	float: right;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px 0 0px 0;
}
.dados-loja-left {
	float: left;
	position: relative;
	width: 30%;
	height: auto;
	margin: 0;
}
.dados-loja-right {
	float: left;
	position: relative;
	width: 67%;
	height: auto;
	min-height: 120px;
	margin: 0 0 0 3%;
}
.dados-loja h3 {
	float: left;
	margin: 0;
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #666;
	width: 100%;
	padding: 5px 0 10px 0;
}
.dados-loja img {
	float: left;
	margin: 0;
	width: 101%;
	border: 0px solid #eee;
}
.dados-loja p {
	float: left;
	margin: 0 0 0 0;
	width: 98%;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
	color: #666;
	padding: 2px 0 0 0;
}
.dados-loja a {
	float: left;
	margin: 0 0 0 0;
	width: 98%;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	color: #8CA129;
	text-decoration: none;
	padding: 0 0 0 0;
}
.dados-loja span {
	float: left;
	margin: 0 0 3px 0;
	width: 98%;
	font-size: 13px;
	font-family: sans-serif;
	color: #666;
	padding: 2px 0 0 0;
}

.dados-loja-2 {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px 0 20px 0;
}
.dados-loja-left {
	float: left;
	position: relative;
	width: 25%;
	height: auto;
	margin: 0;
}
.dados-loja-right {
	float: left;
	position: relative;
	width: 67%;
	height: auto;
	min-height: 120px;
	margin: 0 0 0 3%;
}
.dados-loja-2 h3 {
	float: left;
	margin: 0;
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #666;
	width: 100%;
	padding: 5px 0 10px 0;
}
.dados-loja-2 img {
	float: left;
	margin: 0;
	width: 101%;
	border: 0px solid #eee;
}
.dados-loja-2 p {
	float: left;
	margin: 0 0 0 0;
	width: 98%;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	color: #8CA129;
	padding: 2px 0 0 0;
}
.dados-loja-2 a {
	float: left;
	margin: 0 0 0 0;
	width: 98%;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	color: #8CA129;
	text-decoration: none;
	padding: 0 0 0 0;
}
.dados-loja-2 span {
	float: left;
	margin: 0 0 3px 0;
	width: 98%;
	font-size: 13px;
	font-family: sans-serif;
	color: #666;
	padding: 2px 0 0 0;
}

#contactar-wrapper {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 30%;
	height: auto;
	margin-left: -15%;
	margin-top: -15%;
	padding: 10px 22px 6px 20px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #666666;
	z-index: 999999;
}
#alertas-wrapper {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 60%;
	height: auto;
	margin-left: -31%;
	margin-top: -15%;
	padding: 10px 1% 6px 1%;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #666666;
	z-index: 999999;
}
.contactar, .alertas {
	float: right;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.alertas {
	float: right;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.contactar h3, .alertas h3 {
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #666;
	width: 90%;
	padding: 5px 0 10px 0;
}
.contactar-label {
	float: left;
	width: 100%;
	color: #666;
	font-size: 12px;
	margin: 0 0 2px 0;
}
.contactar-input {
	width: 96%;
	height: 20px;
	font-size: 13px;
	color: #333;
	padding: 6px 2% 6px 2%;
	margin: 0 0 10px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contactar-input:hover, .contactar-text:hover, .contactar-input:focus, .contactar-text:focus {
	border: 1px solid #666;
	background: #ddd;
}
.contactar-text {
	width: 96%;
	height: 80px;
	font-size: 12px;
	color: #333;
	font-family: arial;
	padding: 6px 2% 6px 2%;
	margin: 0 0 10px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contactar-submit {
	float: left;
	height: 28px;
	padding: 6px 10px 6px 10px;
	margin: 0;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	background: #333;
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contactar-submit:hover {
	background: #222;
}
.contactar .p-telm {
	display: none;
}

/* Footer */
#footer {
	
	width: 100%;
	height: 210px;
	margin: 20px 0 0 0;
	background: #3a3e64;
	color:#FFFFFF;
	padding-top:50px
}
.footer-left {
	float: left;
	width: 25%;
	margin: 0 0 0 15%;
	padding-left:10px;
	text-align:center;
}
.footershadow{
	width:100%;
	height: 17px;
	background-image:url(images/footershadow.png);
	margin-top:-17px;
}
.news-label {
	float: left;
	width: 100%;
	color: #ccc;
	font-size: 11px;
	margin: 14px 0 4px 0;
}
.news-input {
	width: 80%;
	height: 20px;
	padding: 4px;
	margin: 0;
	background: #fff;
	background: rgba(255,255,255, 1);
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.news-submit {
	float: left;
	width: 35px;
	height: 28px;
	padding: 6px 0 6px 0;
	margin: 0 0 0 4px;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	background: #222;
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.news-submit:hover {
	background: #111;
}

.footer-right {
	float: right;
	margin: 0 15% 0 0;
	text-align: right;
	text-align:center;
}

/* Copyright-Footer */
#copyright-footer {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	background: #333;
}
.copyright-footer-left {
	float: left;
	height: auto;
	margin: 0 0 0 15%
}
.copyright-footer-left h4 {
	margin: 15px 0 0 2px;
	font-size: 11px;
	color: #ffffff;
}
.copyright-footer-left a {
	font-size: 11px;
	color: #ffffff;
}
.copyright-footer-right {
	float: right;
	height: auto;
	margin: 0 15% 0 0;
	text-align: right;
}
.copyright-footer-right a {
	float: right;
	margin: 6px 0 0 0;
}
.copyright-footer-right h4 {
	float: right;
	margin: 15px 5px 0 12px;
	font-size: 11px;
	color: #ffffff;
}

#linguas{
	position:absolute;
	right:15%;
	top: 10px;
	color: white;
}
#linguas a:visited, #linguas a:link{color:white;}

/* Media queries */
@media screen and (max-width: 1260px) {
	#top {
		margin: 0;
	}
	.bartop {
		width: 80%;
		margin: 0 10% 0 10%;
	}
	.logo {
		margin: 10px 0 0 10%;
	}
	.menu {
		margin: 35px 10% 0 0;
		padding: 0;
	}
	.menu li {
		margin: 0 0 0 12px;
	}
	.menu li a {
		font-size: 12px;
	}
	.slogan {
		width: 60%;
		margin: 0 0 0 10%;
	}
	.flags {
		width: 20%;
		margin: 6px 10% 0 0;
	}

	#search-container {
		width: 80%;
		height: auto;
		margin: -60px auto 12px 10%;
	}

	#items-container {
		width: 80%;
		margin: 0px auto 10px 10%;
	}
	#items-container h1 {
		font-size: 22px;
		width: 95%;
		padding: 15px 0 15px 2.5%;
	}

	#content {
		width: 80%;
		margin: 0px auto 12px 10%;
	}
	#content-squares {
		width: 80%;
		margin: 0px 10% 12px 10%;
	}

	#detalhe-container {
		width: 80%;
		margin: 0px auto 12px 10%;
	}
	.semelhantes {
		width: 80%;
		margin: 0px auto 12px 10%;
	}

	.footer-left {
		float: left;
		width: 25%;
		height: 40px;
		margin: 0 0 0 11%
	}
	.footer-right {
		float: right;
		height: 40px;
		margin: 0 11% 0 0;
		text-align: right;
	}
	.copyright-footer-left {
		float: left;
		height: 42px;
		margin: 0 0 0 11%
	}
	.copyright-footer-right {
		float: right;
		height: 42px;
		margin: 0 11% 0 0;
		text-align: right;
	}
}
@media screen and (max-width: 1040px) {
	#top {
		margin: 0;
	}
	.bartop {
		width: 86%;
		margin: 0 7% 0 7%;
	}
	.logo {
		margin: 10px 0 0 7%;
	}
	.menu {
		margin: 33px 7% 0 0;
		padding: 0;
	}
	.menu li {
		margin: 0 0 0 12px;
	}
	.menu li a {
		font-size: 12px;
	}
	.slogan {
		width: 63%;
		margin: 0 0 0 7%;
	}
	.flags {
		width: 23%;
		margin: 6px 7% 0 0;
	}

	#search-container {
		width: 86%;
		height: auto;
		margin: -60px auto 12px 7%;
	}
	.search-tabs {
		top: -29px;
	}
	.search-tab {
		padding: 4px 6px 3px 6px;
		margin: 6px 4px 0 0;
		height: 16px;
		font-size: 11px;
	}
	.search-tab.active, .search-tab:hover {
		padding: 7px 6px 6px 6px;
		margin-top: 0px;
	}

	#items-container {
		width: 86%;
		margin: 0px auto 10px 7%;
	}
	#items-container h1 {
		font-size: 22px;
		width: 95%;
		padding: 15px 0 15px 2.5%;
	}

	#content {
		width: 86%;
		margin: 0px auto 12px 7%;
	}
	#content-squares {
		width: 86%;
		margin: 0px 7% 12px 7%;
	}

	#detalhe-container {
		width: 86%;
		margin: 0px auto 12px 7%;
	}
	.semelhantes {
		width: 86%;
		margin: 0px auto 12px 7%;
	}

	.footer-left {
		float: left;
		width: 27%;
		height: 40px;
		margin: 0 0 0 7%
	}
	.footer-right {
		float: right;
		height: 40px;
		margin: 0 7% 0 0;
		text-align: right;
	}
	.copyright-footer-left {
		float: left;
		height: 42px;
		margin: 0 0 0 7%
	}
	.copyright-footer-right {
		float: right;
		height: 42px;
		margin: 0 7% 0 0;
		text-align: right;
	}
}
@media screen and (max-width: 900px) {
	#top {
		margin: 0;
	}
	.bartop {
		width: 90%;
		margin: 0 5% 0 5%;
	}
	.logo {
		margin: 10px 0 0 5%;
	}
	.menu {
		margin: 33px 5% 0 0;
		padding: 0;
	}
	.menu li {
		margin: 0 0 0 10px;
	}
	.menu li a {
		font-size: 11px;
		padding: 4px 5px;
	}
	.slogan {
		width: 63%;
		margin: 0 0 0 5%;
	}
	.flags {
		width: 23%;
		margin: 6px 5% 0 0;
	}

	#search-container {
		width: 90%;
		height: auto;
		margin: -60px auto 12px 5%;
	}

	#items-container {
		width: 90%;
		margin: 0px auto 10px 5%;
	}
	#items-container h1 {
		font-size: 22px;
		width: 95%;
		padding: 15px 0 15px 2.5%;
	}

	#content {
		width: 90%;
		margin: 0px auto 12px 5%;
	}
	#content-squares {
		width: 90%;
		margin: 0px 5% 12px 5%;
	}

	#detalhe-container {
		width: 90%;
		margin: 0px auto 12px 5%;
	}
	.semelhantes {
		width: 90%;
		margin: 0px auto 12px 5%;
	}

	.footer-left {
		float: left;
		width: 35%;
		height: 40px;
		margin: 0 0 0 5%
	}
	.footer-right {
		float: right;
		height: 40px;
		margin: 0 5% 0 0;
		text-align: right;
	}
	.copyright-footer-left {
		float: left;
		height: 42px;
		margin: 0 0 0 5%
	}
	.copyright-footer-right {
		float: right;
		height: 42px;
		margin: 0 5% 0 0;
		text-align: right;
	}
}
@media screen and (max-width: 815px) {
	#top {
		margin: 0;
	}
	.bartop {
		width: 94%;
		margin: 0 3% 0 3%;
	}
	.logo {
		margin: 10px 0 0 3%;
	}
	.menu {
		margin: 33px 3% 0 0;
		padding: 0;
	}
	.menu li {
		margin: 0 0 0 6px;
	}
	.menu li a {
		font-size: 11px;
		padding: 4px 4px;
	}
	.slogan {
		width: 63%;
		margin: 0 0 0 3%;
	}
	.flags {
		width: 23%;
		margin: 6px 3% 0 0;
	}

	#search-container {
		width: 94%;
		height: auto;
		margin: -60px auto 12px 3%;
	}

	#items-container {
		width: 94%;
		margin: 0px auto 10px 3%;
	}
	#items-container h1 {
		font-size: 22px;
		width: 95%;
		padding: 15px 0 15px 2.5%;
	}

	#content {
		width: 94%;
		margin: 0px auto 12px 3%;
	}
	#content-squares {
		width: 94%;
		margin: 0px 3% 12px 3%;
	}
	#square-last-2 {
		padding: 4px 0;
	}
	.item3 {
		margin: 15px 0 0px 0;
	}
	.item3 .position {
		top: -10px;
		left: 28.5%;
		width: 22px;
		height: 18px;
		padding-top: 4px;
	}
	.item3 img {
		float: left;
		max-width: 34%;
		max-height: 150px;
		margin: 0 33% 0 33%;
	}
	.item3 h3 {
		font-size: 18px;
		margin: -2px 0 0 0;
	}
	.item3 h4 {
		font-size: 12px;
		margin: -2px 0 5px 0;
	}
	.item3 p {
		font-size: 11px;
		margin: -1px 0 3px 0;
	}

	#detalhe-container {
		width: 94%;
		margin: 0px auto 12px 3%;
	}
	.semelhantes {
		width: 94%;
		margin: 0px auto 12px 3%;
	}

	.footer-left {
		float: left;
		width: 40%;
		height: 40px;
		margin: 0 0 0 3%
	}
	.footer-right {
		float: right;
		height: 40px;
		margin: 0 3% 0 0;
		text-align: right;
	}
	.copyright-footer-left {
		float: left;
		height: 42px;
		margin: 0 0 0 3%
	}
	.copyright-footer-right {
		float: right;
		height: 42px;
		margin: 0 3% 0 0;
		text-align: right;
	}
}
@media screen and (max-width: 650px) {
	#top {
		margin: 0;
	}
	.bartop {
		width: 96%;
		margin: 0 2% 0 2%;
	}
	.logo {
		margin: 10px 0 0 2%;
	}
	.menu {
		float: left;
		width: 98%;
		margin: 16px 0 0 1%;
		padding: 0;
	}
	.menu li {
		margin: 0 0 0 10px;
	}
	.menu li a {
		font-size: 12px;
		padding: 4px 8px;
	}
	.slogan {
		width: 63%;
		margin: 0 0 0 2%;
	}
	.flags {
		width: 23%;
		margin: 6px 2% 0 0;
	}

	#search-container {
		width: 96%;
		height: auto;
		margin: -60px auto 12px 2%;
	}
	.search-tabs {
		float: left;
		position: relative;
		top: 0;
		width: 30%;
		margin: 14px 0 0 2.5%;
	}
	.search-forms {
		float: right;
		width: 62.5%;
		margin: 14px 2.5% 20px 0;
	}
	.search-tab {
		padding: 2px 0 2px 5px;
		width: 100%;
		text-align: left;
		margin: 0 0 2px 0;
		height: 16px;
		font-size: 10px;
	}
	.search-tab.active, .search-tab:hover {
		padding: 2px 0 2px 5px;
		margin-top: 0px;
	}

	#items-container {
		width: 96%;
		margin: 0px auto 10px 2%;
	}
	#items-container h1 {
		font-size: 22px;
		width: 95%;
		padding: 15px 0 15px 2.5%;
	}

	#content {
		width: 96%;
		margin: 0px auto 12px 2%;
	}
	#content-squares {
		width: 96%;
		margin: 0px 2% 12px 2%;
	}
	#square-last h2, #square-last-2 h2 {
		font-size: 12px;
		font-weight: 400;
		padding: 1px 0 0px 0;
	}
	#square-last-2 {
		padding: 1px 0;
	}
	.item3 {
		margin: 15px 0 0px 0;
	}
	.item3 .position {
		top: -10px;
		left: 28.5%;
		width: 22px;
		height: 18px;
		padding-top: 4px;
	}
	.item3 img {
		float: left;
		max-width: 34%;
		max-height: 150px;
		margin: 0 33% 0 33%;
	}
	.item3 h3 {
		font-size: 15px;
		margin: -2px 0 0 0;
	}
	.item3 h4 {
		font-size: 12px;
		margin: -2px 0 5px 0;
	}
	.item3 p {
		font-size: 11px;
		margin: -1px 0 3px 0;
	}

	#detalhe-container {
		width: 96%;
		margin: 0px auto 12px 2%;
	}
	.semelhantes {
		width: 96%;
		margin: 0px auto 12px 2%;
	}

	.footer-left {
		float: left;
		width: 50%;
		height: 40px;
		margin: 0 0 0 2%
	}
	.footer-right {
		float: right;
		height: 40px;
		margin: 0 2% 0 0;
		text-align: right;
	}
	.news-input {
		width: 50%;
		height: 16px;
		padding: 4px;
		font-size: 11px;
	}
	.news-submit {
		width: 25px;
		height: 24px;
		padding: 4px 0 6px 0;
		margin: 0 0 0 4px;
		font-size: 10px;
	}
	.copyright-footer-left {
		float: left;
		height: 42px;
		margin: 0 0 0 2%
	}
	.copyright-footer-right {
		float: left;
		height: 42px;
		margin: 0;
		text-align: right;
	}
}
@media screen and (max-width: 450px) {
	#top {
		margin: 0;
	}
	.bartop {
		width: 99%;
		margin: 0 0.5% 0 0.5%;
	}
	.logo {
		margin: 10px 0 0 0.5%;
	}
	.menu {
		float: left;
		width: 98%;
		margin: 16px 0 0 1%;
		padding: 0;
	}
	.menu li {
		margin: 0 0 0 2px;
	}
	.menu li a {
		font-size: 10px;
		padding: 4px 5px;
	}
	.slogan {
		width: 63%;
		margin: 0 0 0 0.5%;
	}
	.flags {
		width: 23%;
		margin: 6px 0.5% 0 0;
	}

	#search-container {
		width: 99%;
		height: auto;
		margin: -60px auto 12px 0.5%;
	}
	.search-tab {
		padding: 4px 5px 2px 5px;
		margin: 12px 3px 0 0;
		height: 16px;
		font-size: 11px;
	}
	.search-tab.active, .search-tab:hover {
		padding: 6px 5px 4px 5px;
		margin: 8px 3px 0 0;
	}

	#items-container {
		width: 99%;
		margin: 0px auto 10px 0.5%;
	}
	#items-container h1 {
		font-size: 22px;
		width: 98%;
		padding: 5px 0 5px 1%;
	}
	.item {
		width: 98%;
		max-height: 310px;
		margin: 1px 0 12px 1%;
	}

	#content {
		width: 99%;
		margin: 0px auto 12px 0.5%;
	}
	#content-squares {
		width: 99%;
		margin: 0px 0.5% 12px 0.5%;
	}
	#content-seo img {
		width: 98%;
		margin: 0 1%;
	}
	#square, #square-last, #square-last-2, #rect {
		width: 99%;
		margin: 0 0 12px 0.5%;
	}

	#detalhe-container {
		width: 99%;
		margin: 0px auto 12px 0.5%;
	}
	.semelhantes {
		width: 99%;
		margin: 0px auto 12px 0.5%;
	}

	#footer {
		height: auto;
	}
	.footer-left {
		float: left;
		width: 100%;
		height: auto;
		margin: 0 0 0 3%
	}
	.footer-right {
		float: left;
		height: auto;
		margin: -10px 0 5px 0.5%;
		text-align: right;
	}
	.news-input {
		width: 40%;
		height: 16px;
		padding: 4px;
		font-size: 11px;
	}
	.news-submit {
		width: 25px;
		height: 24px;
		padding: 4px 0 6px 0;
		margin: 0 0 0 4px;
		font-size: 10px;
	}
	.copyright-footer-left {
		float: left;
		height: 42px;
		margin: 0 0 0 3%
	}
	.copyright-footer-right {
		float: left;
		height: 42px;
		margin: 0 0 0 0.5%;
		text-align: right;
	}
	.copyright-footer-left a {
		font-size: 10px;
		color: #ffffff;
	}
	.copyright-footer-right a {
		float: right;
		margin: 6px 0 0 0;
	}
	.copyright-footer-right h4 {
		display: none;
	}
	
	.images li{width: 50%;}
	.menu.features li {width:50%;}
}

.buttonHome{
	width: 80px;
	background-color: rgb(172, 199, 86);
	height: 55px;
	display: block;
	border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	padding-top: 25px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-right:6%;
	margin-bottom:10px;
}
.buttonHome:hover{
	background-color: #869B0F;
}
.buttonHome div.sub{font-size: 8px;}
