@import "fontawesome/css/font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);

*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #464646;
	font-weight: 300;
	background: #F1F1F1;
	overflow-x: hidden;
}
img {
	display: block;
	border: none;
	max-width: 100% !important;
	vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	color: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html button[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
ul {
	list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.pd-b-50 {
	padding-bottom: 50px;
}

/** BOOTSTRAP **/
.container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
	}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
	.col-sm-offset-6 {
	    margin-left: 50%;
	}
 }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  }
label {
	display: inline-block;
	max-width: 100%;
	font-weight: 700;
	margin-bottom: 5px;
}
.form-control {
	display: block;
	width: 100%;
	height: 44px;
	background-color: #FFF;
	font-size: 16px;
	color: #555;
	padding: 9px 14px;
	border: 1px solid #CCC;
}
textarea.form-control {
	height: auto;
	resize: none;
}

.form-group {
	margin-bottom: 15px;
}
.disabled {
	background-color: #E9ECEF;
	padding: 10px 14px 8px;
	opacity: 0.7;
}
.btn {
	display: inline-block;
	border: 1px solid transparent;
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px;
	line-height: 42px;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.btn-primary {
	background-color: #09420B;
	color: #FFF;
}
.btn-primary:hover {
	background-color: #0CA200;
}
.btn-outline-light {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}
.btn-outline-light:hover {
	color: #121F28;
	background-color: #FFF;
}
.btn-block {
	display: block;
	width: 100%;
}
.clearfix:before, .clearfix:after,
.container:before, .container:after,
.row:before, .row:after {
	display: table;
	content: " ";
}
.clearfix:after,
.container:after,
.row:after {
	clear: both;
}

.visible-xs {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}


/* HEADER */
.header {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
}
.header-top {
	background-color: #09420B;
	padding: 0 15px;
}
.header-middle {
	position: relative;
	background: #FFF;
	padding: 10px 15px 8px;
}
.header-top-contacts {
	float: left;
}
.header-top-contacts li {
	display: inline-block;
}
.header-top-contacts li a {
	display: block;
	font-size: 16px;
	color: #FFF;
	padding: 10px 15px 10px 0;
}
.header-top-contacts i {
	margin-right: 5px;
}

.header-top-social {
	float: right;
	margin-right: 5px;
}
.header-top-social li {
	display: inline-block;
}
.header-top-social li a {
	position: relative;
	display: block;
	color: #FFF;
	/*margin-left: 10px;*/
	padding: 10px 0 10px 10px;
}
.header-top-social li a:after {
	/*content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	width: 1px;
	height: 20px;
	background-color: rgba(255,255,255,0.6);
	margin-top: -10px;*/
}
.header-top-social li:last-child a:after {
	width: 0;
}
.header-top-social li a i {
	font-size: 18px;
}

.header-menu-wrap {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 600;
}
.header-menu {
}
.header-menu > li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border-right: 1px solid #CCC;
}
.header-menu > li:last-child {
	border: 0;
	padding-right: 0;
}
.header-menu > li > a {
	display: block;
	position: relative;
	font-size: 18px;
	color: #000;
	padding: 0px 15px;
	line-height: 22px;
	text-transform: uppercase;
}
.header-menu > li > a > .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 36px;
	color: #FFF;
	line-height: 48px;
}
.header-logo a {
	display: inline-block;
}
.header-logo a img {
	height: 90px;
}
@media (max-width: 991px) {
	.header-logo {
		width: 100%;
		text-align: center;
	}
	.header-menu-wrap {
		position: relative;
		top: auto;
		right: auto;
		display: table;
		width: 100%;
		margin: 10px 0 0 0;
	}
	.header-menu {
		float: none;
		display: table;
		width: 100%;
	}
	.header-menu > li {
		float: none;
		display: table-cell;
	}
}
/* MAIN MENU */
.main-menu {
	position: relative;
	background-color: #00A79D;
	z-index: 900;
}
.menu {
	display: table;
	width: 100%;
	height: 55px;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	line-height: 55px;
}
.menu li {
	display: table-cell;
	position: relative;
}
.menu li a {
	display: block;
	padding: 0 10px;
	text-align: center;
}
/*.menu li a:hover {
	background-color: #00036A;
}*/

/* FOOTER */
.footer {
	background-color: #B3A580; /*#DED29E;*/
}
.footer-top-inner {
	background: #09420B;
	margin-top: -50px;
	padding: 25px 0;
	text-align: center;
	/*background-color: #121F28;
	padding: 20px 0;*/
}
.footer-contatos li {
	display: inline-block;
	margin-right: 25px; 
	text-align: left;
}
.footer-contatos li a {
	display: block;
	position: relative;
	font-weight: 400;
	color: #FFF;
	padding-left: 50px;
	line-height: 1.2;
}
.footer-contatos li a i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 44px;
	color: #FFF;
}
.footer-contatos li a span {
	font-size: 18px;
}
.footer-contatos li a strong {
	font-size: 20px;
}
.footer-top-menu {
	display: block;
	position: relative;
	float: left;
	top: auto;
	right: auto;
	color: #FFF;
	padding: 0;
}
.footer-top-menu li {
	display: block;
	position: relative;
	float: left;
	padding-right: 30px;
	vertical-align: middle;
}
.footer-top-menu > li > a {
	display: inline-block;
	min-height: 22px;
	font-size: 20px;
	color: #FFF;
	padding: 2px 0 1px 45px;
	line-height: 22px;
	cursor: pointer;
}
.footer-top-menu > li > a > .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 36px;
	color: #FFF;
	line-height: 48px;
}

.footer-middle {
	/*background-color: #09420B;*/
	font-size: 16px;
	font-weight: 300;
	color: #000;
	text-align: center;
	line-height: 1.2em;
}
.footer-middle h4 {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.footer-inner {
	position: relative;
	padding-top: 60px;
	padding-bottom: 25px;
}
.footer-inner > div {
	position: relative;
	z-index: 2;
}
.footer-inner > div > div {
	margin-bottom: 25px;
}
@media (min-width: 768px) {
	.footer-inner:before {
		/*content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -10000px;
		right: 66.6666667%;
		background-color: #666;
		margin-right: 15px;
		z-index: 1;*/
	}
}
.footer-header {
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.mais-buscados li a {
	display: block;
	color: #FFF;
	margin-bottom: 5px;
}
.footer-logo {
	margin-bottom: 28px;
}
.footer-logo img {
	display: inline-block;
	height: 50px;
}
.footer-text {
	color: #FFF;
	margin-bottom: 28px;
}
.footer-social {
	border-top: 1px solid #A39265;
	margin: 25px 0;
	padding-top: 25px;
}
.footer-social li {
	display: inline-block;
}
.footer-social li + li {
	margin-left: 5px;
}
.footer-social li a i {
	width: 36px;
	height: 36px;
	background-color: #A39265;
	color: #FFF;
	line-height: 36px;
	text-align: center;
	transition: all .3s;
}
.footer-social li a i:hover {
	background-color: #09420B;
}
.contact-footer-info {
	border: 1px solid #FFF;
	margin-bottom: 30px;
	padding: 20px 0;
	text-align: center;
}
.contact-footer-info-icon {
	font-size: 36px;
	color: #FFF;
	margin-bottom: 15px;
}
.contact-footer-info-title {
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 5px;
}
.contact-footer-info p {
	font-size: 16px;
	color: #FFF;
	line-height: 1.3;
}

.footer-categorias li {
	display: inline-block;
}
.footer-categorias li a {
	font-size: 14px;
	color: #FFF;
	margin-right: 3px;
	transition: color .35s ease-in-out;
}
.footer-categorias li a:hover {
	text-decoration: underline;
	/*color: #121F28;*/
}
.footer-bottom {
	background-color: #A39265;
}
.footer-bottom .copy {
	color: #FFF;
	padding: 15px 0 5px 0;
	text-align: center;
}
.footer-bottom .dev {
	padding-bottom: 15px;
	text-align: center;
}
.footer-bottom .dev img {
	display: inline-block;
}

.content {
	padding: 80px 0 50px;
}
.white-block {
	background-color: #FFF;
}

/* HOME */
.header-home {
	margin-bottom: 30px;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
}
.header-home span {
	display: block;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}
.titulo {
	font-size: 36px;
	font-weight: 700;
	color: #09420B;
	padding: 0 0 20px;
	text-align: center;
}

.banner {
	position: relative;
	height: calc(100vh - 80px);
/*	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;*/
}
/*.busca {
	background-color: #616163;
}*/
@media (min-width: 768px) {
	.home .busca {
		position: absolute;
		top: 120px;
		left: 0;
		width: 100%;
		background: none;
		z-index: 300;
	}
}

.busca-codigo {
	position: relative;
	background-color: #282828;
	padding: 20px 0;
}
.busca-codigo form {
	/*overflow: hidden;*/
	position: relative;
}
.sb-search-input {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #FFF;
	border: none;
	margin: 0;
	padding: 15px 65px 15px 20px;
	z-index: 10;

}
.sb-icon-search, .sb-search-submit {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 50px;
	margin: 0;
	padding: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background-color: #FFF;
	border: none;
	opacity: 0;
	outline: none;
	z-index: 90;
}
.sb-icon-search {
	font-family: 'FontAwesome';
	font-size: 22px;
	z-index: 11;
	color: #09420B;
}
.sb-icon-search:before {
	content: "\f002";
}
.busca-inner {
	position: relative;
	/*background-color: #121F28;*/
/*	padding: 20px 0px 5px 0px;*/
	z-index: 320;
}
.home .busca-inner {
	background-color: #121F28;
	padding: 20px 15px 5px 15px;
}
.animacao {
	position: relative;
	height: 100%;
	background-color: #CCC;
	/*-webkit-animation-name: bg-pulse;
	animation-name: bg-pulse;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;*/
}

.animacao .slick-list, .animacao .slick-slide {
	height: 100%;
}
.animacao .slick-slide > div {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      transform: scale(1.2);
}
.animacao .slick-track {
	height: 100%;
	/*transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.2);*/
}
.animacao .slick-active > div {
	transform: scale(1);
}


@-webkit-keyframes bg-pulse {
	0% {
		-webkit-transform:scale(1,1);
		transform:scale(1,1)
	}
	to {
		-webkit-transform:scale(1.2,1.2);
		transform:scale(1.2,1.2)
	}
}
@keyframes bg-pulse {
	0% {
		-webkit-transform:scale(1,1);
		transform:scale(1,1)
	}
	to {
		-webkit-transform:scale(1.2,1.2);
		transform:scale(1.2,1.2)
	}
}

/* CAMPOS */
.campos {
	display: block;
}
.busca .campo {
	display: block;
	float: left;
	width: 16%;
	margin: 0 1% 9px 0;
}
.busca .row {
	margin-right: -5px;
	margin-left: -5px;
}
.busca div[class*="col-"], .chamada-cadastro-perfil-form div[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.busca .btn {
	width: 100%;
}
.busca-rapida {
	background-color: #FFF;
}
.busca-rapida-container {
	margin-left: -10px;
	margin-right: -10px;
}
.busca-rapida-opt {
	display: table;
	border-spacing: 10px;
	width: 100%;
}
.busca-rapida-opt li {
	display: table-cell;
	background-color: #09420B;
	vertical-align: middle;
}
.busca-rapida-opt li.active {
	background-color: #0CA200;
}
.busca-rapida-opt li.active a {
	color: #FFF;
}
.busca-rapida-opt li a {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}
.busca-rapida-opt li:last-child a {
	margin-right: 0;
}

.pattern {
	background: url(../images/pattern-001.png) top repeat-x;
}

/*hover */
.hvr-rect-out {
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	transition-property: color;
	transition-duration: 0.3s;
}
.hvr-rect-out:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #0CA200;
	transform: scale(0);
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	z-index: -1;
}
.hvr-rect-out:hover:before, .hvr-rect-out:focus:before, .hvr-rect-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* CONTATO */
.contact-wrap {
	position: relative;
}
.map-section {
	position: relative;
	width: 100%;
	border: 1px solid #D4D4D4;
	vertical-align: middle;
}
#map-canvas {
	height: 680px;
}

/* The popup bubble styling. */
.popup-bubble {
	/* Position the bubble centred-above its parent. */
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,-100%);
	/* Style the bubble. */
	background-color: white;
	padding: 10px;
	font-family: sans-serif;
	overflow-y: auto;
	/*max-height: 60px;*/
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}
/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
	/* Position the div a fixed distance above the tip. */
	position: absolute;
	width: 100%;
	bottom: /* TIP_HEIGHT= */ 65px;
	left: 0;
}
/* This element draws the tip. */
.popup-bubble-anchor::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/* Center the tip horizontally. */
	transform: translate(-50%, 0);
	/* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
	width: 0;
	height: 0;
	/* The tip is 8px high, and 12px wide. */
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: /* TIP_HEIGHT= */ 8px solid white;
}
/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
	cursor: auto;
	height: 0;
	position: absolute;
	/* The max width of the info window. */
	width: 300px;
}

.contact-map-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.contact-map-content {
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 	5px;
	padding-left: 20px;
}
.contact-map-content i {
	position: absolute;
	top: 2px;
	left: 0;
	color: #BBB;
}

.contact-form-box, .anuncie-form-box {
	background-color: #D4D4D4;
	padding-top: 60px;
	padding-bottom: 30px;
}
.anuncie-form-box {
	background-color: transparent;
}
.contact-form-box p, .anuncie-form-box p {
	margin-bottom: 30px;
}
.contact-form {
	position: absolute;
	top: 60px;
	right: 15px;
	width: 80%;
	background: #FFF;
	box-shadow: #555 1px 2px 19px;
	padding: 30px 50px 15px 50px;
	z-index: 99;
	/*max-width: 916px;
	margin: 0 auto 30px;*/
}
.contact-form .titulo {
	padding: 0;
}
.form-holder .has-icon {
	position: relative;
}
.form-holder .has-icon i {
	position: absolute;
	top: 50%;
	left: 10px;
	font-size: 16px;
	color: #BBB;
	transform: translateY(-50%);
}
.form-holder .has-textarea i {
	top: 13px;
	transform: translateY(0);
}
.form-holder .form-control {
	padding-left: 32px;
}
/* PROPERTY ITEM */
.property-grid {
	background-color: #FFF;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
	margin-bottom: 30px;
	min-height: 200px;
	transition: all 200ms ease;
}
.property-grid-content {
	display: inline-block;
	position: relative;
	width: 100%;
	/*padding: 20px 25px;*/
}
.property-grid-header {
	padding: 20px 25px 10px;
}
.property-grid-title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.property-grid-location {
	display: block;
	font-size: 16px;
	color: #777;
	padding: 5px 0;
}
.property-grid-location i {
	margin-right: 5px;
}
.property-grid-text {
	height: 100px;
	padding: 15px 25px 15px;
}
.property-grid-meta {
	/*background-color: #282828;*/
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0 25px;
	padding: 10px 0;
	text-align: center;
}
.property-grid-meta li {
	display: inline-block;
	font-size: 14px;
	color: #000;
	margin-right: 10px;
}
.property-grid-meta li:last-child {
	margin-right: 0;
}
.property-grid-meta li i {
	margin-right: 5px;
}
.property-grid-bottom {
	border-top: 1px solid #CCC;
	margin: 0 25px;
	padding: 15px 0 20px;
}
.property-grid-price {
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #09420B;
}
.property-group-label {
	position: absolute;
	bottom: -12px;
	right: 10px;
	z-index: 100;
}
.property-grid-code, .property-grid-status, .property-single-code, .property-single-status {
	display: inline-block;
	background: #09420B;
	margin-left: 5px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	line-height: 1;
}
.property-grid-code, .property-single-code {
	background: #09420B;
}
.property-grid-status, .property-single-status  {
	background-color: #0CA200;
}
.property-grid-img {
	position: relative;
	height: 240px;
	background: #EEE;
}
.property-grid-img:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background-color: rgba(125, 125, 125, 0.5);
	border-radius: 50%;
	margin: -10px 0 0 -10px;
	animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite;
	z-index: 90;
}
@keyframes bobble {
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	35% {
		opacity: 1;
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		transform: translateY(0);
	}
}
.property-grid-img figure {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	height: 240px;
	/*background-color: #EEE;*/
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.35s ease;
	z-index: 100;
}
.property-grid-img figure:after, .property-grid-img figure:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	background-color: #FFF;
	opacity: 0.3;
	transition: all 0.35s ease;
}
.property-grid-img figure:before {
	bottom: 0;
	right: 0;
}
.property-grid-img figure:after {
	top: 0;
	left: 0;
}
.property-grid:hover {
	box-shadow: 0px 20px 20px rgba(0,0,0,0.35);
}

.property-grid-img figure:hover:after, .property-grid-img figure:hover:before,
.property-grid:hover figure:after, .property-grid:hover figure:before {
	height: 100%;
}
.property-grid-img figcaption {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #121F28;
	opacity: 0;
	z-index: 1;
	transition: all 0.35s ease;
}
.property-grid-img .property-grid-goto {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -60px;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px;
	text-align: center;
	transform: scale(0);
	transition: all 0.35s ease-in-out;
}
.property-grid figure .property-grid-goto:hover {
	background-color: #FFF;
	color: #333;
}
.property-grid:hover figure .property-grid-goto {
	transform: scale(1);
	z-index: 10;
}
.property-grid-img figure:hover figcaption,
.property-grid:hover figure figcaption {
	opacity: 0.6;
	transition-delay: 0.21s;
}
.property-grid-img .property-grid-url {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.property-grid-img figure img {
	width: calc(100% + 50px);
	height: 240px;
	min-height: 240px;
	object-position: center;
	object-fit: cover;
}

.property-grid-result {
	margin-bottom: 25px;
}
.property-grid-total {
	font-size: 18px;
	line-height: 28px;
}

.property-grid-condo {
	margin-top: 30px;
}
.property-grid-condo .property-grid {
	background-color: #F1F1F1;
}

/* ORDER BY */
.order li {
	display: inline-block;
	margin: 0 -2px;
}
.order a {
	display: block;
	border: 1px solid #282828;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 20px;
}
.order a:hover {
	background-color: #282828;
	color: #FFF;
}
.order a.ativo {
	background-color: #09420B;
	border-color: #09420B;
	color: #FFF;
}
@media (max-width: 767px) {
	.order li {
		display: block;
		margin: -2px 0;
	}
}

.no-result-search {
  background-color: #FFF;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  margin: 0 15px 35px;
  padding: 65px;
  text-align: center;
}
.no-result-search-icon {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
.no-result-search-icon img {
	margin: 0 auto;
}
.no-result-search-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.no-result-search-text {
  display: inline-block;
  width: 60%;
}
.no-result-search-text > * {
  color: #979797;
  font-size: 20px;
}


/* PROPERTY SINGLE */
.property-single {
	/*background-color: #FFF;*/
	/*box-shadow: 0 1px 10px rgba(0,0,0,0.15);*/
}


.property-single-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;
}
/*.property-single-title span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #777;
}*/
.property-single-location {
	font-size: 16px;
	font-weight: 300;
	color: #777;
}
.property-single-label {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
}

.property-single-price {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: #09420B;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	padding: 10px;
}
.property-single-code, .property-single-status {
	font-size: 16px;
	padding: 10px;
}
.property-single-sliderbox {
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
	margin-bottom: 30px;
}
.responsive a {
	display: block;
	position: relative;
	height: 180px;
	margin: 10px 5px 0 5px;
}
.responsive img {
	width: 100%;
	height: 180px;
	max-height: 180px;
	object-fit: cover;
	object-position: center;
}
.property-single-image-box {
	position: relative;
	height: 450px;
}
.property-single-image-box img {
	display: block;
	width: 100%;
	height: 450px;
	object-fit: cover;
	object-position: center;
}
.property-single-meta {
	display: table;
	width: 100%;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	margin: 0 0 30px;
	padding: 10px 0 10px;
}

.property-single-meta-icon {
	display: inline-block;
	width: 32px;
	vertical-align: middle;
}
.property-single-meta-icon img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.property-single-meta-content {
	display: inline-block;
	width: calc(100% - 42px);
	font-size: 14px;
	padding-left: 10px;
	line-height: 1.1;
	vertical-align: middle;
	text-transform: uppercase;
}

.property-single-meta li {
	display: table-cell;
	border-right: 1px solid #CCC;
	padding: 0 15px;
}
.property-single-meta li:last-child {
	border-right: none;
}
.property-single-meta li span {
	font-weight: 700;

}
.property-single-detail {
	background-color: #FFF;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
	margin-bottom: 30px;
	padding: 25px;
}
.property-single-detail-header {
	margin-bottom: 15px;
}
.property-single-detail-title {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px !important;
	text-transform: uppercase;
}
.property-single-header {
	margin-bottom: 30px;
}
.property-single-detail-text {
	font-size: 18px;
	line-height: 24px;
}
.property-single-amenities li {
	position: relative;
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 24px;
}
.property-single-amenities li i {
	display: inline-block;
	width: 20px;
	font-size: 18px;
	color: #121F28;
	margin: 0 15px 0 0;
	text-align: center;
	vertical-align: middle;
}

.property-single-form-box {
	background-color: #FFF;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
	margin-bottom: 30px;
	/*padding: 25px 25px 10px;*/
}
.property-single-form-title {
	font-size: 20px;
	font-weight: 700;
	color: #464646;
	margin-bottom: 15px;
	padding: 25px 25px 0;
	line-height: 1.25em;
	letter-spacing: 2px !important;
	text-transform: uppercase;
}
.property-single-content {
	padding: 25px 25px 10px;
}
.property-single-form .btn {
	width: 100%;
}
.property-single-whatsapp {
	position: relative;
	background: #075E54;
	padding: 35px 0 25px;
	text-align: center;
}
.property-single-whatsapp:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ffffff transparent transparent transparent;
	transform: translateX(-50%);
}

.property-single-whatsapp i {
	display: block;
	font-size: 34px;
	color: #FFF;
	margin-bottom: 20px;
}
.property-single-whatsapp p {
	color: #FFF;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.property-single-whatsapp span {
	display: block;
	font-size: 24px;
	color: #FFF;
}
.property-single-login {
	overflow: hidden;
	position: relative;
	background: #FFF;
	padding: 20px;
	text-align: center;
}
.property-single-login strong {
	position: relative;
	display: block;
	font-size: 20px;
    font-weight: 700;
    color: #464646;
    margin-bottom: 15px;
    line-height: 1.25em;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    z-index: 10;
}
.property-single-login p {
	position: relative;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.25em;
	z-index: 10;
}
.property-single-login-icon {
	position: absolute;
	top: 50%;
    left: -50px;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
}
.property-single-login-icon i {
	font-size: 150px;
    color: #E2E2E2;
}
.property-single-social {
	margin-bottom: 30px;
}

.social-btn div {
    margin-right: 3px;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.social-btn a:last-child div {
    margin-right: 0;
}
.social-btn div:hover, div.social-btn div:active {
   transform: scale(1.1);
}
.social-btn i {
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;

    font-size: 20px;
     padding-right: 10px;
}
.face {
    background: #3A5795;
    /*-moz-box-shadow: 0px 4px 0px #1e469d;
    -webkit-box-shadow: 0px 4px 0px #1e469d;
    box-shadow: 0px 4px 0px #3e6d8d;*/
    position: relative;
}
.whats {
    background: #075E54;
    /*-moz-box-shadow: 0px 4px 0px #128c7e;
    -webkit-box-shadow: 0px 4px 0px #128c7e;
    box-shadow: 0px 4px 0px #128c7e;*/
    position: relative;
}

/* PAGINATION */
.pagination-box {
	margin-top: 10px;
	text-align: center;
}
.pagination {
	position: relative;
}
.pagination, .pagination li {
	display: inline-block;
}
.pagination li.pagination-item a, .pagination li.pagination-next a, .pagination li.pagination-prev a {
	display: block;
	position: relative;
	background-color: #FFF;
	font-size: 16px;
	font-weight: 700;
	color: #464646;
	margin-right: 5px;
	padding: 13px 23px;
	line-height: 1.42857;
	transition: all .15s linear 0s;
}
.pagination li.active a, .pagination li:hover a {
	background-color: #121F28;
	color: #FFF;
}

/*---- DROP SELECT */
.dropdown {width: 100%; min-height: 43px; position: relative; margin-bottom: 15px; }
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:absolute; margin-top: 2px; z-index: 100; }
.dropdown a, .dropdown a:visited {
	width: 100%;
	color: #444;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.dropdown a:hover { width: 100%;}
.dropdown dt { overflow: hidden; border: 1px solid #CCC; }
.dropdown dt a {
	position: relative;
	font-size: 16px;
	width: 100%;
	background-color: #FFF;
	display: block;
	padding-right: 20px;
	float: left;
	white-space: nowrap;
	padding: 10px 25px 10px 10px;
	cursor: pointer;
	line-height: 23px;
	cursor: pointer;
	min-height: 42px;
	max-height: 42px;
	overflow: hidden;
}
.dropdown dt a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 700;
	line-height: 42px;
	position: absolute;
	top: 0;
	right: 8px;
}
.dropdown dt a span {cursor:pointer; display:inline;}
.dropdown dd ul {
	overflow-y: auto;
	display: none;
	position: relative;
	min-width: 160px;
	max-height: 200px;
	background: #FFF none repeat scroll 0 0;
	border: 1px solid #BBB;
	color: #444;
	list-style: none;
}
.dropdown span.value { display:none;}
.dropdown dd ul li {
    position: relative;
    display: block;
}
.dropdown dd ul li a { padding:5px; display:block; white-space: nowrap; overflow: hidden}
.dropdown dd ul li a:hover { background-color:#EEE;}

/* carousel */
.carousel-container {
    position: relative;
    margin: 0 auto;
}
.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
   /* margin-right: -10px;*/
    margin-left: -5px;
}
.carousel-list {
    position: relative;
    list-style: none;
    width: 9999px;
}
.carousel-list li {
	position: relative;
    float: left;
    width: 150px;
    height: 150px;
    margin: 10px 0;
    padding: 0 5px;
}
.carousel-list li img {
	object-fit: cover;
	min-height: 150px;
}

.carousel-container .controle {
    /*border-radius: 100%;*/
    /*width: 25px;*/
/*    height: 25px;*/
    background-color: #FFF;
    font-size: 20px;
    
    color: #333;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
 /*   line-height: 25px;*/
    cursor: pointer;
    
    position: absolute;
    top: 50%;
    margin-top: -12px;
    
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.carousel-container .controle:hover {
    opacity: 1;
}
.carousel-container .prev {
    left: 0px;
}
.carousel-container .next {
    right: 10px;
}

.item {
    background-color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 36px;
    font-weight: 700;
    color: #0067B0;
    text-align: center;
    line-height: 150px;
}

/* RESPONSIVO */
@media (max-width: 767px) {
	
	.menu {
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		width: 220px;
		height: auto;
		background-color: #121F28;
		z-index: 800;
	}
	.menu li {
		display: block;
		float: none;
	}
	.menu-open .menu {
		display: block;
	}
	/*BUSCA */
	.busca {
		display: none;
		
	}
	.busca-open .busca {
		display: block;
	}

}

.msg-alert {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #FFF;
  font-size: 14px;
  color: #FFF;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 1000;
}
.alert-close {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin-left: 15px;
  line-height: 19px;
  cursor: pointer;
  transition: 0.3s;
}
.alert-close:hover {
  opacity: 0.7;
}
.msg-alert.success {
  background-color: #4CAF50;
}
.msg-alert.error {
  background-color: #f44336;
}

.hide {
    display: none!important;
}
/* POPUP */
.popup {
	overflow-y: auto;
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 1000;
}
.popup-inner {
    max-width: 350px;
    width: 70%;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    background: #FFF;
}
.popup-header {
	position: relative;
	padding: 30px 30px 10px 30px;
}
.popup-header h6 {
	font-size: 26px;
	font-weight: 400;
	color: #333;
	text-align: center;
	line-height: 1.1;
}
.popup-body {
	position: relative;
	padding: 30px;
}
.popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #333;
}
.email-control {
	text-transform: lowercase;
}
.list {
	background: #FFF;
    border-collapse: collapse;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.list thead tr td, .list tbody tr td {
    border: 1px solid #CCC;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 10px 8px;
}
.list thead > tr > td {
    border-bottom: 2px solid #CCC;
    color: #666;
    font-weight: 600;
    padding: 8px;
}
.list thead tr td, .list tbody tr td {
    border: 1px solid #CCC;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 10px 8px;
}
/*.popup .form-control {
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
}
.popup .form-control::-webkit-input-placeholder {
  color: #FFF;
}
.popup .form-control::-moz-placeholder {
  color: #FFF;
}*/
.ajax-loader {
	display: none;
}
.lds-ellipsis {
  /*display: block;*/
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #09420B;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.property-all-result {
	display: none;
	width: 80%;
	border: 1px solid #09420B;
	font-size: 18px;
	font-weight: 700;
	color: #09420B;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}

/*** TABS ***/
/**
 * Tabs
 */

 .tabs-container {
 	margin-top: -53px;
 }
.tabs {
	display: flex;
	flex-wrap: wrap; 
}
.tabs label {
	order: 1;
	display: block;
	padding: 1rem 2rem;
	margin-bottom: 0;
	margin-right: 0.2rem;
	cursor: pointer;
  background: #09420B;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  transition: background ease 0.2s;
}
.tabs .tab {
  order: 99; 
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 20px 0 10px;
  background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fff;
	color: #09420B;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    /*order: initial;*/
  }
  .tabs label {
    /*width: 100%;*/
    margin-right: 5px;
    margin-top: 0.2rem;
  }
	.tabs label {
		padding: 15px 10px;
	}
  .tabs input[type="radio"]:checked + label {
  	border: 1px solid #CCC;
  }
}
/*** PROPERTY EFFECT ***/
.realty-animation {
    opacity: 0;
    animation-fill-mode: both;
    animation-duration: 0.7s;
}
.realty-animation-visible {
    opacity: 1;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.condominios .header-home > .titulo {
	position: relative;
	/*color: #FFF;*/
	z-index: 10;
}

.condominios .header-home .titulo:after, .condominios .header-home .titulo:before {
    background-color: #FFF;
}

.condominios-header-area {
	position: relative;
	min-height: 250px;
	background: url(../images/beach-background.jpg) no-repeat bottom right;
	/*background-size: cover;*/
	padding: 60px 0;
}
/*.condominios-header-area:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/dot-bg.png);
}*/
.advertising-list {
    position: relative;
    margin: 0 -5px;
}

.chamada-cadastro-perfil {
	background: url(../images/background-2.jpg) center no-repeat;
	padding: 80px 20px 80px;
	/*padding: 80px 20px 140px;
	color: #FFF;
	text-align: center;*/
}
.chamada-cadastro-perfil-titulo {
/*	background: url(../images/background-2.jpg) center no-repeat;*/
	
	color: #FFF;
	margin-bottom: 40px;
	text-align: center;
}
.chamada-cadastro-perfil-titulo h2 {
	font-size: 26px;
	margin-bottom: 5px;
	line-height: 1.2;
	text-transform: uppercase;
}
.chamada-cadastro-perfil-titulo p {
	font-style: italic;
	text-transform: uppercase;
}
.chamada-cadastro-perfil-bottom {
	/*background: #005126;*/
	/*padding-bottom: 40px;*/
}
.chamada-cadastro-perfil-form {
	position: relative;
	background: #F0F0E1;
	margin-top: -80px;
	padding: 30px 35px;
}
.chamada-list {
	text-align: center;
}
.chamada-list li {
	display: inline-block;
	width: 200px;
	background: #FFF;
	margin: 0 10px;
	transition: all 800ms ease-in-out;
}
.chamada-list li a {
	display: block;
	padding: 40px 20px;
}
.chamada-list img {
	display: inline-block;
}
.chamada-list p {
	font-size: 18px;
	font-weight: 400;
	color: #09420B;
	margin-top: 15px;
	text-transform: uppercase;
}
.chamada-list p span {
	font-weight: 300;
	color: #434343;
}

.chamada-list li:hover {
  -ms-transform: rotate(360deg); /* IE 9 */
  -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
  transform: rotate(360deg);
}

.calendar-box {
    /*float: left;
    margin-bottom: 50px;
    padding-left: 15px;

    padding-right: 15px;*/
    margin-top: 15px;
    margin-bottom: 15px;
}
.calendar {
    width: 100%;
    min-height: 285px;
    background-color: #FFF;
}
.calendar caption {
    background-color: #DDD;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
}
.calendar tr > td {
    padding: 5px;
    text-align: center;
}

/* Loader Size */
.loading {
	display: none;
}
#loader {
	text-align: center;
}
#loader .ribble {
  display: inline-block;
  margin-right: -3px;
}
#loader .ribble .blobb {
  width: 20px;
  display: inline-block;
  height: 20px;
  margin-right: 1.5px;
  background-color: #09420B;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
#loader .ribble .blobb.circle {
  border-radius: 50%;
}
#loader .ribble .blobb.square {
  border-radius: 0%;
}
#loader .ribble .blobb.fast {
  -webkit-animation: blobb 1.25s infinite;
  animation: blobb 1.25s infinite;
}
#loader .ribble .blobb.slow {
  -webkit-animation: blobb 1.55s infinite;
  animation: blobb 1.55s infinite;
}
#loader .ribble .blobb.slowest {
  -webkit-animation: blobb 2s infinite;
  animation: blobb 2s infinite;
}
#loader .ribble .blobb:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#loader .ribble .blobb:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#loader .ribble .blobb:nth-child(4) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#loader .ribble .blobb:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* Animation */
@-webkit-keyframes blobb {
  0%,
  25% {
    background: #09420B;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    background-color: #0CA200;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    background-color: #09420B;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes blobb {
  0%,
  25% {
    background: #09420B;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    background-color: #0CA200;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    background-color: #09420B;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* MOBILE */
@media (max-width: 768px) {
	.header {
		position: relative;
		top: auto;
		background: #FFF;
		border-top: 5px solid #09420B;
	}
	.header-top {
		display: none;
	}
	.main-menu {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		background: #09420B;
	}
	.menu-mobile {
		display: table !important;
		width: 100%;
		font-size: 22px;
		padding: 10px 0;
		text-align: center;
	}
	.menu-mobile li {
		display: table-cell;
	}
	.menu-mobile li a {
		display: block;
		border-right: 1px solid rgba(255,255,255, 0.6);
		color: #FFF;
		padding: 5px 0;
	}
	.menu-mobile li:last-child a {
		border-right: none;
	}
	.banner {
		display: none;
	}
	.tabs-container {
		margin: 0;
	}
	.animacao {
		display: none;
	}
	.busca-rapida-opt {
		display: block;
		width: 100%;
		margin: 20px 0;
	}
	.busca-rapida-opt li {
		display: block;
	}
	.busca-rapida-opt li a {
		margin: 5px 0;
	}
	.footer {
		margin-bottom: 50px;
	}

	/*** SINGLE PROPERTY ***/
	.property-single-meta, .property-single-meta li {
		display: block;
		padding: 0;
	}
	.property-single-meta li {
		border-right: none;
		border-bottom: 1px solid #CCC;
		padding: 10px 0;
	}
	.property-single-meta li:last-child {
		border-bottom: none;
	}
}