@charset "UTF-8";
/*
Theme Name: IMO Classic - Zero
Author: IMO
Theme URI: http://imo.etc.br/
Author URI: http://imo.etc.br/
*/

html {
	height: 100%;
	font-size: 62.5%;
}
body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: default;
	font-family: Open Sans;
	font-weight: 400;
	font-style: normal;
}
.container {
	padding-right: 30px;
	padding-left: 30px;
	max-width: 100%;
}
body.page-template-template-intro-php {
	height: 100%;
}
a,
i {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1em;
}
h1,
h2,
h3 {
	margin-bottom: 0.8em;
}
article h1,
#main-content h1,
article h2,
#main-content h2,
article h3,
#main-content h3,
article h4,
#main-content h4,
article h5,
#main-content h5,
article h6,
#main-content h6 {
	margin-top: 1em;
}
article h1:first-child,
#main-content h1:first-child,
article h2:first-child,
#main-content h2:first-child,
article h3:first-child,
#main-content h3:first-child,
article h4:first-child,
#main-content h4:first-child,
article h6:first-child,
#main-content h6:first-child {
	margin-top: 0;
}
p,
pre {
	margin: 0 0 1em;
}
p:empty,
pre:empty {
	margin: 0;
}
hr {
	width: 50%;
	margin: 2.1em auto;
}
table {
	margin-bottom: 30px;
}
td,
th {
	padding: 0 1em 0 0;
	line-height: 2;
}
dt {
	line-height: inherit;
}
dd {
	line-height: inherit;
	margin-left: 1em;
}
pre {
	padding: 10px 15px;
}
ul {
	margin: 1.5em 0 2.5em;
	padding: 0;
	list-style-type: square;
	line-height: 2;
}
ol {
	margin-bottom: 1em;
	padding-left: 20px;
	list-style-type: upper-roman;
	line-height: 2;
}
.form-group {
	margin-bottom: 15px;
}
input,
.form-control,
input:focus,
.form-control:focus,
.chosen-container.chosen-container-single .chosen-single {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
	height: 17px;
}
input[type=radio] {
	-webkit-appearance: radio;
	height: 17px;
}
textarea {
	outline: none;
	padding: 0 10px;
	border-radius: 0;
	-webkit-appearance: none;
}
textarea.form-control {
	height: auto;
	padding: 5px 10px;
	line-height: 1.7;
}
textarea.form-control:focus {
	height: auto;
	padding: 5px 10px;
	line-height: 1.7;
}
blockquote {
	margin: 1em 0;
	padding: 0;
}
cite {
	display: block;
	margin-top: 0.5em;
}
cite:before {
	content: "- ";
}
.btn {
	outline: none;
	padding: 12px 25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
input[type="submit"],
input.dsidx-contact-form-submit {
	outline: none;
	padding: 12px 25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn-xs {
	padding: 5px 10px;
}
.btn-sm {
	padding: 8px 12px;
}
.btn-lg {
	padding: 10px 20px;
}
.tooltip {
	position: absolute;
	z-index: 1020;
	display: block;
	visibility: visible;
	padding: 0;
}
.tooltip.top {
	margin-top: -2px;
}
.tooltip.right {
	margin-left: 2px;
}
.tooltip.bottom {
	margin-top: 2px;
}
.tooltip.left {
	margin-left: -2px;
}
.tooltip-inner {
	max-width: 100%;
	padding: 5px 10px;
}
.arrow-up,
.arrow-right,
.arrow-down,
.arrow-left {
	position: relative;
	width: 0;
	height: 0;
}
.alert .close {
	top: 2px;
}
.social i,
.social-transparent i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px 10px 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.social i.fa-lg,
.social-transparent i.fa-lg {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.social i.fa-2x,
.social-transparent i.fa-2x {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.social i.fa-3x,
.social-transparent i.fa-3x {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.social i.fa-4x,
.social-transparent i.fa-4x {
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.social i.fa-5x {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.social-transparent i {
	opacity: 0.8;
	margin: 0;
}
.social-transparent i.fa-5x {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.social-transparent a:hover i {
	opacity: 1;
}
.section-title {
	position: relative;
	z-index: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	overflow: hidden;
	line-height: 1;
}
.section-title::after {
	position: absolute;
	z-index: -2;
	top: 50%;
	left: 0;
	margin-top: -1px;
	margin-left: 1em;
	content: "";
	height: 2px;
	width: 9999px;
}
.section-title span {
	position: relative;
	display: inline-block;
	padding-right: 1em;
	overflow: hidden;
	line-height: 1;
}
.section-title span::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
}
.content-with-details {
	position: relative;
}
.content-with-details > div {
	padding: 20px 30px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.content-with-details > div .on-hover {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	padding: 0 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.content-with-details .title {
	margin-bottom: 0.5em;
}
.close {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.modal .modal-dialog {
	width: 75%;
	max-width: 800px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.modal .modal-dialog .modal-content {
	padding: 30px;
}
.modal .modal-dialog .modal-content .modal-header {
	margin-bottom: 15px;
	padding: 0;
}
.modal .modal-dialog .modal-body {
	padding: 0;
}
.modal .modal-dialog .modal-body .property-search-form {
	margin: 0;
	padding: 0;
}
.modal .modal-dialog .modal-body .property-search-form .form-group {
	width: 100%;
}
.modal .modal-dialog .modal-body .section-title {
	width: 100%;
}
@media (min-width: 768px) {
	.modal .modal-dialog .modal-body .property-search-form .form-group {
		width: 50%;
	}
}
/* Header
-------------------------*/

header.navbar .navbar-toggle{
	padding: 10px;
	padding-bottom: 5px;
	background-color: #EBB900;
	border-radius: 5px;
	color: #fff;
}

header.navbar .navbar-toggle .icon-bar {
	background-color: #fff;
}

header.navbar {
	margin: 0 0 30px;
}
body header.navbar {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	header.navbar {
		margin-bottom: 50px;
	}
}
header.navbar #login-bar-header a {
	display: inline-block;
	padding: 0.5em 1em;
}
header.navbar #login-bar-header .badge {
	margin-left: 5px;
	padding: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
}
header.navbar .container .navbar-collapse {
	max-height: none;
	padding: 0;
}
header.navbar .container .navbar-collapse.in {
	overflow-y: visible;
}
header.navbar .navbar-header {
	display: block;
	width: 100%;
	margin: 0;
	line-height: 1;
}
header.navbar .navbar-toggle {
	position: absolute;
	right: 15px;
	top: 10px;
	margin: 3px 0 0 30px;
	z-index: 10;
}
header.navbar .navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	margin: 0 0 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.navbar .container .navbar-brand {
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 130px;
	overflow: hidden;
}
header.navbar .container .navbar-brand img {
	height: auto;
	min-height: 30px;
}
header.navbar .navbar-contact-details {
	margin-top: 30px;
}
header.navbar .navbar-email {
	margin-top: 5px;
}
header.navbar .navbar-nav,
header.navbar nav > div {
	float: none;
	margin: 0;
}
header.navbar .navbar-nav > ul,
header.navbar nav > div > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header.navbar .navbar-nav > ul > li,
header.navbar nav > div > ul > li {
	position: relative;
	line-height: 1;
	margin-right: 1px;
}
header.navbar .navbar-nav > ul > li::after,
header.navbar nav > div > ul > li::after,
header.navbar .navbar-nav > ul > li.current-menu-item::after,
header.navbar nav > div > ul > li.current-menu-item::after,
header.navbar .navbar-nav > ul > li.current-menu-parent::after,
header.navbar nav > div > ul > li.current-menu-parent::after,
header.navbar .navbar-nav > ul > li.current-menu-ancestor::after,
header.navbar nav > div > ul > li.current-menu-ancestor::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate3d(0, -4px, 0);
	-moz-transform: translate3d(0, -4px, 0);
	-ms-transform: translate3d(0, -4px, 0);
	-o-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}
header.navbar .navbar-nav > #menu-main-menu > li:hover::after,
header.navbar nav > div > #menu-main-menul > li:hover::after,
header.navbar .navbar-nav > #menu-main-menu > li.current-menu-item::after,
header.navbar nav > div > #menu-main-menu > li.current-menu-item::after,
header.navbar .navbar-nav > #menu-main-menu > li.current-menu-parent::after,
header.navbar nav > div > #menu-main-menu > li.current-menu-parent::after,
header.navbar .navbar-nav > #menu-main-menu > li.current-menu-ancestor::after,
header.navbar nav > div > #menu-main-menu > li.current-menu-ancestor::after {
	opacity: 1;
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	-ms-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
header.navbar .navbar-nav > #menu-main-menu > li:hover a::after,
header.navbar nav > div > #menu-main-menu > li:hover a::after,
header.navbar .navbar-nav > #menu-main-menu > li.current-menu-item a::after,
header.navbar nav > div > #menu-main-menu > li.current-menu-item a::after,
header.navbar .navbar-nav > #menu-main-menu > li.current-menu-parent a::after,
header.navbar nav > div > #menu-main-menu > li.current-menu-parent a::after,
header.navbar .navbar-nav > #menu-main-menu > li.current-menu-ancestor a::after,
header.navbar nav > div > #menu-main-menu > li.current-menu-ancestor a::after {
	opacity: 0.5;
}
header.navbar .navbar-nav > #menu-main-menu > li a,
header.navbar nav > div > #menu-main-menu > li a {
	position: relative;
	display: block;
	padding-left: 15px;
	line-height: 50px;
}
header.navbar .navbar-nav > #menu-main-menu > li.menu-item-has-children,
header.navbar nav > div > #menu-main-menu > li.menu-item-has-children {
	position: relative;
}
header.navbar .navbar-nav > #menu-main-menu > li.menu-item-has-children:hover .sub-menu,
header.navbar nav > div > #menu-main-menu > li.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
header.navbar .navbar-nav > #menu-main-menu > li.menu-item-has-children > a,
header.navbar nav > div > #menu-main-menu > li.menu-item-has-children > a {
	opacity: 1;
	/*text-transform: uppercase;*/
}
header.navbar .navbar-nav > #menu-main-menu > li.menu-item-has-children a,
header.navbar nav > div > #menu-main-menu > li.menu-item-has-children a {
	padding-right: 40px;
}
header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu,
header.navbar nav > div > #menu-main-menu > li ul.sub-menu {
	width: 100%;
	display: block;
	list-style: none;
	margin-bottom: 15px;
	padding: 0;
	font-size: 0.9em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li,
header.navbar nav > div > #menu-main-menu > li ul.sub-menu li {
	padding-left: 15px;
	min-width: 100% !important;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li a,
header.navbar nav > div > #menu-main-menu > li ul.sub-menu li a {
	display: block;
	height: auto;
	line-height: 50px;
	opacity: 0.8;
}
header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li a::after,
header.navbar nav > div > #menu-main-menu > li ul.sub-menu li a::after {
	display: none;
}
header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li.current-menu-item > a,
header.navbar nav > div > #menu-main-menu > li ul.sub-menu li.current-menu-item > a {
	opacity: 1;
}
header.navbar .navbar-nav > ul > li ul.sub-menu li.menu-item-has-children,
header.navbar nav > div > ul > li ul.sub-menu li.menu-item-has-children {
	position: relative;
}
header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li.menu-item-has-children > a,
header.navbar nav > div > #menu-main-menu > li ul.sub-menu li.menu-item-has-children > a {
	opacity: 1;
}
header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li.menu-item-has-children:hover .sub-menu,
header.navbar nav > div > #menu-main-menu > li ul.sub-menu li.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li.menu-item-has-children .sub-menu,
header.navbar nav > div > #menu-main-menu > li ul.sub-menu li.menu-item-has-children .sub-menu {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li.menu-item-has-children .sub-menu a::after,
header.navbar nav > div > #menu-main-menu > li ul.sub-menu li.menu-item-has-children .sub-menu a::after {
	display: none;
}
@media (max-width: 767px) {
	header.navbar .container .navbar-collapse {
		position: absolute;
		z-index: 1001;
		top: 0;
		left: 100%;
		width: 75%;
		height: 100% !important;
		margin: 0;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-toggle {
		position: relative;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-contact-details {
		margin-top: 40px;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > ul > li,
	header.navbar nav > div > ul > li {
		float: left;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > #menu-main-menu > li a,
	header.navbar nav > div > #menu-main-menu > li a {
		padding: 0 25px;
		line-height: 70px;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > #menu-main-menu > li.menu-item-has-children:hover .sub-menu,
	header.navbar nav > div > #menu-main-menu > li.menu-item-has-children:hover .sub-menu {
		top: 100%;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > #menu-main-menu > li.menu-item-has-children > a,
	header.navbar nav > div > #menu-main-menu > li.menu-item-has-children > a {
		text-transform: none;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > #menu-main-menu > li.menu-item-has-children a::after,
	header.navbar nav > div > #menu-main-menu > li.menu-item-has-children a::after {
		opacity: 0.25;
		position: absolute;
		top: -4px;
		right: 12px;
		font-family: FontAwesome;
		line-height: 80px;
		content: "\F107";
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu,
	header.navbar nav > div > #menu-main-menu > li ul.sub-menu {
		width: auto;
		min-width: 100%;
		z-index: 1001;
		position: absolute;
		top: 90%;
		left: 0;
		visibility: hidden;
		opacity: 0;
		margin: 0;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li,
	header.navbar nav > div > #menu-main-menu > li ul.sub-menu li {
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li a,
	header.navbar nav > div > #menu-main-menu > li ul.sub-menu li a {
		padding: 0 30px;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li.menu-item-has-children a,
	header.navbar nav > div > #menu-main-menu > li ul.sub-menu li.menu-item-has-children a {
		padding-right: 40px;
	}
	header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li.menu-item-has-children a::after,
	header.navbar nav > div > #menu-main-menu > li ul.sub-menu li.menu-item-has-children a::after {
		display: block;
		opacity: 0.25;
		position: absolute;
		top: 0;
		right: 18px;
		font-family: FontAwesome;
		line-height: 50px;
		content: "\F105";
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li.menu-item-has-children:hover .sub-menu,
	header.navbar nav > div > #menu-main-menu > li ul.sub-menu li.menu-item-has-children:hover .sub-menu {
		top: 0;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > #menu-main-menu > li ul.sub-menu li.menu-item-has-children .sub-menu,
	header.navbar nav > div > #menu-main-menu > li ul.sub-menu li.menu-item-has-children .sub-menu {
		width: auto;
		min-width: 100%;
		z-index: 1001;
		position: absolute;
		top: -10%;
		left: 100%;
		visibility: hidden;
		opacity: 0;
		margin: 0;
		font-size: 1em;
	}
}
/* Page: Home
-------------------------*/

.wrapper {
	display: table;
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.wrapper .inner {
	display: table-cell;
	vertical-align: middle;
}
body.blog header {
	margin-bottom: 50px;
}
#home-slideshow {
	height: 400px !important;
	width: 100%;
	/*margin-bottom: 50px;*/
}
#home-slideshow ul.slides {
	height: 100%;
}
#home-slideshow ul.slides li {
	height: 100%;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#home-slideshow .title {
	display: inline-block;
	max-width: 80%;
	margin-left: 10%;
	margin-bottom: 0;
	padding: 15px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#home-slideshow .description {
	overflow: hidden;
	display: inline-block;
	max-width: 80%;
	margin-left: 10%;
	position: relative;
	padding: 15px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#home-slideshow .description .arrow-right {
	position: absolute;
	top: -30px;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#home-slideshow .description .property-price {
	float: left;
	line-height: 50px;
}
#home-slideshow .description > p {
	padding-bottom: 15px;
}
#home-slideshow .description .property-details {
	display: none;
	float: right;
	line-height: 50px;
}
#home-slideshow .description .property-details i {
	margin: 0 5px 0 15px;
}
@media (min-width: 768px) {
	#home-slideshow .title {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 1200px) {
	#home-slideshow .title {
		max-width: 60%;
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	#home-slideshow .description {
		padding-left: 30px;
		padding-right: 30px;
		min-width: 60%;
	}
}
@media (min-width: 1200px) {
	#home-slideshow .description {
		max-width: 60%;
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	#home-slideshow .description .property-details {
		display: inherit;
	}
}
/* Property: Listing
-------------------------*/

#property-items {
	margin-bottom: 50px;
	padding-top: 50px;
}
#property-items li {
	float: none;
	vertical-align: top;
}
#property-items li.col-md-6:nth-child(2n+3) {
	clear: both;
}
#property-items li.col-lg-4:nth-child(2n+3),
#property-items li.col-lg-3:nth-child(2n+3) {
	clear: none;
}
#property-items .property-item {
	position: relative;
	margin-bottom: 30px;
}
#property-items .property-item .property-thumbnail {
	position: relative;
	overflow: hidden;
}
#property-items .property-item img {
	max-width: none;
	width: 100%;
}
#property-items .property-item figcaption {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#property-items .property-item:hover img {
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#property-items .property-item:hover .property-excerpt {
	opacity: 1;
}
#property-items .property-item:hover .property-excerpt .ver-detalhes-imovel {
	font-size: 30px;
	color: #fff;
	background-color: #EBB900;
	position: absolute;
	top: calc( 50% - 30px);
	left: calc( 50% - 30px);
	width: 56px;
	height: 56px;
	vertical-align: middle;
	text-align: center;
	line-height: 56px;
	font-weight: normal;
	border: 2px #EBB900 solid;
}
#property-items .property-item:hover .property-excerpt .ver-detalhes-imovel:hover {
	border-color: #EBB900;
	color: #EBB900;
	background-color: rgba(255, 255, 255, 0);
}
#property-items .property-item:hover .property-excerpt::after {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#property-items .property-item:hover .arrow-right {
	opacity: 0;
}
#property-items .property-item .property-title {
	padding-top: 10px;
	text-align: center;
}
#property-items .property-item .adress {
	margin-top: 5px;
	color: #999;
	font-size: 12px;
}
#property-items .property-item .subtitle {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#property-items .property-item .subtitle span {
	opacity: 0.5;
}
#property-items .property-item .property-excerpt {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 15px 15px;
	opacity: 0;
	line-height: 1.7;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#property-items .property-item .property-excerpt::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: rgba(235, 191, 0, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
#property-items .property-item .property-excerpt .address {
	min-height: 40px;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
#property-items .property-item .property-content {
	text-align: center;
}
#property-items .property-item .property-content .property-meta {
	min-height: 85px;
}
#property-items .property-item .property-content .property-meta > div {
	width: 50%;
}
#property-items .property-item .property-price {
	padding: 0 15px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
}
#property-items .property-item .property-price i {
	float: left;
	opacity: 0.3;
	line-height: inherit;
	margin-right: 12px;
}
#property-items .property-item .property-price i:hover {
	opacity: 0.75;
}
#property-items .property-item .property-price .property-status {
	display: inline-block;
	display: none;
	float: left;
}
#property-items .property-item .property-price .price-tag {
	float: right;
}
@media (min-width: 1200px) {
	#property-items li.col-lg-4:nth-child(3n+4) {
		clear: both;
	}
	#property-items li.col-lg-4 .property-item .property-excerpt .address {
		min-height: 30px;
	}
	#property-items li.col-lg-4 .property-item .property-content .property-meta > div {
		width: 50%;
	}
	#property-items li.col-lg-3:nth-child(4n+5) {
		clear: both;
	}
	#property-items li.col-lg-3 .property-item .property-excerpt .address {
		min-height: 30px;
	}
	#property-items li.col-lg-3 .property-item .property-content .property-meta > div {
		width: 50%;
	}
}
@media (min-width: 768px) {
	#property-items li.col-lg-4 .property-price {
		line-height: 50px !important;
	}
}
@media (min-width: 768px) {
	#property-items li.col-lg-3 .property-price {
		line-height: 50px !important;
	}
}
@media (min-width: 768px) {
	#property-items .property-item .property-price {
		text-align: left;
		line-height: 60px;
	}
}
/* Flexslider
-------------------------*/

[class^="flexslider"] {
	position: relative;
	overflow: hidden;
	margin: 0;
}
[class^="flexslider"]:hover .flex-direction-nav .flex-prev {
	opacity: 0.6;
	left: 0;
}
[class^="flexslider"]:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
[class^="flexslider"]:hover .flex-direction-nav .flex-next {
	opacity: 0.6;
	right: 0;
}
[class^="flexslider"]:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
[class^="flexslider"] .container {
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
[class^="flexslider"] .container.in {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
[class^="flexslider"] .container.out {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.flexslider-nav .flex-prev,
.flexslider-nav-off .flex-prev {
	left: 20px;
	opacity: 0.6;
}
.flexslider-nav .flex-next,
.flexslider-nav-off .flex-next {
	right: 20px;
	opacity: 0.6;
}
.flex-direction-nav a {
	height: 50px;
	line-height: 50px;
	margin-top: -40px;
	text-shadow: none;
	text-align: center;
}
.flex-direction-nav a.flex-prev {
	left: 10px;
	text-align: center;
}
.flex-direction-nav a.flex-prev:before {
	font-family: FontAwesome;
	font-size: 40px;
	line-height: 50px;
	content: "\F104";
}
.flex-direction-nav a.flex-next {
	right: 10px;
	text-align: center;
}
.flex-direction-nav a.flex-next:before {
	font-family: FontAwesome;
	font-size: 40px;
	line-height: 50px;
	content: "\F105";
}
@media (min-width: 768px) {
	.flex-direction-nav a {
		height: 60px;
		line-height: 60px;
	}
}
@media (min-width: 768px) {
	.flex-direction-nav a.flex-prev:before {
		height: 60px;
		line-height: 60px;
	}
}
@media (min-width: 768px) {
	.flex-direction-nav a.flex-next:before {
		height: 60px;
		line-height: 60px;
	}
}
.flex-control-nav {
	bottom: 10px;
}
.flex-control-nav li {
	margin: 8px 5px;
}
.flex-control-paging li a {
	height: 16px;
	width: 16px;
}
.flexslider-thumbnail.loading {
	opacity: 0 !important;
}
.flexslider-thumbnail-navigation {
	margin-top: 15px;
}
.flexslider-thumbnail-navigation li {
	margin-right: 15px;
}
.flexslider-thumbnail-navigation li img {
	opacity: 0.75;
	filter: gray;
	/* IE6-9 */
	
	-webkit-filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.flexslider-thumbnail-navigation li.flex-active-slide img {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
}
.flexslider-thumbnail-navigation li:hover {
	cursor: pointer;
}
.flexslider-thumbnail-navigation li:hover img {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
}
.flexslider-thumbnail-navigation li:hover.flex-active-slide {
	cursor: default;
}
/* Google Map
-------------------------*/

#map-wrapper {
	position: relative;
	margin-bottom: 50px;
}
#map-wrapper #loading {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	line-height: 68px;
	text-align: center;
	opacity: 0.9;
	border-radius: 2px;
}
#map-wrapper #map-overlay-no-results {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	line-height: 68px;
	text-align: center;
	opacity: 0.9;
	border-radius: 2px;
	font-size: 0.9em;
}
#map-wrapper #map-controls {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	text-align: right;
}
#map-wrapper #map-controls .control {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	opacity: 0.9;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#map-wrapper #map-controls .control:hover,
#map-wrapper #map-controls .control.active {
	opacity: 1;
}
#map-wrapper #map-controls i {
	text-align: center;
}
#map-wrapper #map-controls #current-location i {
	margin: 0 5px 0 0;
}
div[id^=google-map] {
	position: relative;
	height: 400px;
	min-height: 400px !important;
	width: 100%;
}
div[id^=google-map] img {
	max-width: none;
	display: inline;
}
div[id^=google-map] .cluster img {
	max-width: 100%;
	max-height: 100%;
}
div[id^=google-map] .cluster > div {
	position: relative;
	width: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
div[id^=google-map] label {
	width: auto;
	display: inline;
}
div[id^=google-map] .infoBox {
	width: 300px;
}
div[id^=google-map] .infoBox img[src*="close.png"] {
	position: absolute !important;
	z-index: 1001;
	width: 32px;
	height: 32px;
	margin: 0;
	top: -2px;
	right: -2px;
	opacity: 0.6;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
div[id^=google-map] .infoBox img[src*="close.png"]:hover {
	opacity: 1;
}
div[id^=google-map] #map-marker-container,
div[id^=google-map] .map-marker-container {
	position: relative;
	max-width: 300px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
div[id^=google-map] #map-marker-container .arrow-down,
div[id^=google-map] .map-marker-container .arrow-down {
	position: absolute;
	bottom: -28px;
	left: 20px;
}
div[id^=google-map] #map-marker-container .content,
div[id^=google-map] .map-marker-container .content {
	padding: 10px 15px;
}
div[id^=google-map] #map-marker-container .content .title,
div[id^=google-map] .map-marker-container .content .title {
	margin-bottom: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
div[id^=google-map] #map-marker-container img,
div[id^=google-map] .map-marker-container img {
	width: 100%;
	height: auto;
}
a.view-on-google-maps-link {
	display: block;
	opacity: 0.4;
	margin-top: 1em;
	text-align: right;
	line-height: 1;
}
a.view-on-google-maps-link:hover {
	opacity: 0.8;
}
#map-no-properties-found {
	padding: 30px 0;
}
/* Chosen - Custom Select Boxes
-------------------------*/

#divBusca input,
#divBusca p {
	position: relative;
	margin-bottom: 10px;
}
#divBusca input,
#divBusca select {
	cursor: pointer;
}
#divBusca input {
	display: inline-block;
	width: 100%;
	height: 40px;
	cursor: pointer;
	z-index: 1;
	text-align: left;
}
#divBusca p > span {
	display: inline-block;
	width: 100%;
	height: 40px;
	cursor: pointer;
	z-index: 1;
	text-align: left;
}
#divBusca p > span::after {
	font-family: FontAwesome;
	content: "\F107";
	position: absolute;
	right: 14px;
	top: 14px;
	line-height: 1;
	z-index: 0;
}

.div-busca-estatico #divBusca {
	display: block !important;
}

/*BOTÕES*/

.btn {
	height: auto;
	border-radius: 3px;
}
.icon {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.icon-email {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.icon-duvida {
	display: inline-block;
	width: 29px;
	height: 31px;
	margin-right: 1em;
	vertical-align: middle;
}
.icon-email3 {
	display: inline-block;
	width: 29px;
	height: 21px;
	margin-right: 18px;
	vertical-align: middle;
}
.icon-facebook2 {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 18px;
	vertical-align: middle;
}
.icon-interact {
	display: inline-block;
	width: 29px;
	height: 48px;
	vertical-align: middle;
	margin-right: 35px;
}
.imovel-mapa .icon-visita {
	width: 23px;
}
.btn-proximo {
	position: absolute;
	top: -moz-calc(50% - 30px);
	top: -webkit-calc(50% - 30px);
	top: calc(50% - 30px);
	right: 4%;
	font-size: 35px;
	border-radius: 50%;
	z-index: 100;
	width: 60px;
	height: 60px;
	padding: 0;
}
.btn-anterior {
	position: absolute;
	top: -moz-calc(50% - 30px);
	top: -webkit-calc(50% - 30px);
	top: calc(50% - 30px);
	right: 4%;
	font-size: 35px;
	border-radius: 50%;
	z-index: 100;
	width: 60px;
	height: 60px;
	padding: 0;
	left: 2%;
}
button.btn-proximo:focus,
button.btn-anterior:focus {
	padding: 0;
}
.btn-proximo .glyphicon {
	top: 2px;
}
.btn-anterior .glyphicon {
	top: 2px;
	left: -2px;
}
/*div busca*/

#divBusca {
	width: 100%;
	padding: 40px 0 25px;
	margin: -1px 0 1px;
}
#divBusca .chosen-container {
	margin-bottom: 10px;
}
div > div.chosen-container:last-of-type {
	margin-bottom: 0px !important;
}
#divBusca .row > div {
	padding: 0 0 0 10px;
	text-align: center;
}
.btn-search button {
	padding: 32px 0;
	width: 100%;
    max-width: 115px;
}
.btn-search button .glyphicon {
	display: block;
	font-size: 50px;
}
@media (max-width: 768px) {
	.btn-search {
		overflow: hidden;
	}
	.btn-search button {		
		padding: 1em 2em;
		max-width: 250px;
	}
	.btn-search button .glyphicon {
		font-size: 20px;
		float: left;
		margin-right: 1em;
	}
}
.btn-search-ref {
	padding: 0 10px;
}
.btn-search-ref input {
	text-align: center !important;
}
.btn-search-ref button {
	padding: 0 30px;
	line-height: 40px;
}
@media (max-width: 768px) {
	.btn-search-ref input {
		width: 49% !important;
	}
}
@media (max-width: 991px) {
	.btn-search-ref {
		padding-top: 20px !important;
	}
	.btn-search-ref p {
		/*float: left;*/
		
		margin-right: 10px;
		line-height: 40px;
	}
}
/* Modal */

#filtrosModal ul {
	padding: 0;
}
#filtrosModal li {
	margin: 0 10px 10px 0;
}
#filtrosModal .modal-footer {
	padding: 15px 0;
}
.btn-modal-left {
	float: left;
}
section header {
	text-align: center;
}
section.home-last-news header {
	position: relative;
}
section.home-last-news header hr {
	width: 70%;
}
section.home-last-news header a {
	/*position: absolute;
	right: 0;
	bottom: 0;  
	*/
	
	margin-top: 1.35em;
}
section.home-last-news .row {
	margin-top: 1.5em;
	margin-bottom: 5em;
}
section.home-last-news h4 {
	line-height: 1.1;
	margin: 0.5em 0;
}
section header h3 {
	margin-bottom: 0.5em !important;
}
section header li {
	list-style: none;
	display: inline-block;
	padding: 3px 25px;
	margin: 0 1em;
	margin-bottom: 1em !important;
}
@media (min-width: 768px) {
	section.home-last-news header {
		padding-top: 4em;
	}
	section.home-last-news header h3 {
		text-align: left !important;
	}
	section.home-last-news header hr {
		margin-left: 0;
	}
}
@media (max-width: 768px) {
	section header ul {
		text-align: center;
	}
}
.home-mapa li {
	padding: 0;
}
.list-post {
	line-height: normal;
}
.list-post h4 {
	margin: 20px 0;
}
.widgets .icon {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -45px;
}
#footer {
	padding-bottom: 3em;
}
#footer nav ul {
	text-align: center;
	padding-bottom: 23px;
}
#footer nav li {
	list-style: none;
	display: inline-block;
	margin: 5px 20px;
}
#footer h5 {
	margin-bottom: 0.4em;
}
.footer-contato p {
	margin-bottom: 0.2em;
}
.footer-contato .fa-envelope-o {
	margin-right: 0.8em;
	padding: 0.1em;
}
.footer-contato .fa-phone {
	padding: 0.2em;
	margin-right: 0.5em;
}
.footer-contato .fa-mobile {
	padding: 0.3em;
	margin-right: 0.3em;
}
.footer-contato .icon-tel span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
#footer #newsletter {
	padding-left: 30px;
}
#footer #newsletter p {
	margin-bottom: 7px;
}
#footer #newsletter input {
	margin-bottom: 5px;
}
#footer #newsletter .btn-enviar {
	margin-top: 8px;
}
.footer-contato a {
	margin-top: 1em;
}
#footer #newsletter .btn-enviar {
	padding: 0 !important;
}
#footer #newsletter .btn-enviar button {
	max-width: 100%;
}
#footer .row > div {
	margin-bottom: 20px;
}
#footer > .row > div {
	margin-bottom: 50px;
}

.a-wpp {
	cursor: pointer;
	color: #444;
}

.wpp-footer {
	display: inline-block;
	margin-right: 12px;
}

.wpp-footer > span {
	line-height: 1.8;
	color:#fff;
}

.i-wpp {
	font-size: 20px;
	vertical-align: sub;
}



@media (max-width: 768px) {
	#footer {
		text-align: center;
	}
	#footer #newsletter {
		text-align: center;
	}
	#newsletter .col-sm-5 {
		padding: 0 15px !important;
	}
}
@media (min-width: 768px) {
	#footer .footer-contato {
		text-align: right;
	}
	#footer #newsletter .btn-enviar {
		float: right;
	}
}
#newsletter .col-sm-5 {
	padding: 0 5px;
}
/* Busca */

.filtro-opcoes .row > * {
    padding: 0 10px 15px;
}

.filtro-opcoes,
.paginacao {
	padding: 20px 0;
}
.tit-pagina {
	padding: 20px 0;
}
.tit-pagina h2 {
	padding: 0;
	line-height: 80px;
	margin-bottom: 0;
}
.tit-pagina button {
	margin-top: 18px;
}
.tit-pagina .btn-voltar {
	cursor: pointer;
	margin-top: 25px;
	display: block;
}
.tit-pagina .btn-voltar span {
	padding-left: 5px;
	top: 0;
}
.filtro-opcoes .form-group {
	margin-bottom: 0;
}
.filtro-opcoes span,
.filtro-opcoes option {
	position: relative;
	width: 100%;
	cursor: pointer;
}
.filtro-opcoes span.form-control {
	z-index: 0 !important;
}
.filtro-opcoes span.form-control::after {
	font-family: FontAwesome;
	content: "\F107";
	position: absolute;
	right: 14px;
	top: 14px;
	line-height: 1;
	z-index: 0;
}
.paginacao {
	margin-top: -30px;
}
#qtdImoveis {
	line-height: 3;
}
.paginacao .btn {
	padding: 20px 22px;
	cursor: auto;
}
.paginacao-imoveis {
	padding: 0 50px;
}
#map-wrapper #busca-mapa {
	position: absolute;
	width: 200px;
	top: 50px;
	left: 10px;
	text-align: center;
}
#map-wrapper #busca-mapa-filtro {
	position: absolute;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	top: 7px;
	left: 50px;
	text-align: center;
}
#busca-mapa-filtro .form-control {
	width: 20%;
	display: inline-block;
}
#busca-mapa .form-control {
	width: 20%;
	display: inline-block;
	width: 100%;
}
@media (max-width: 768px) {
	#property-items.inicial ul li:nth-child(n+3) {
		display: none;
	}
}
@media (max-width: 1199px) {
	#property-items.inicial ul li:nth-child(n+5) {
		display: none;
	}
}
/* Anuncie */

.descricao {
	padding: 50px 0;
}
.anuncie {
	padding-bottom: 4em;
}
.anuncie textarea {
	height: 150px !important;
	margin-bottom: 30px;
}
.anuncie ul {
	list-style: none;
}
.anuncie li {
	display: inline-block;
	vertical-align: top;
}
.anuncie h5 {
	margin-bottom: 0.5em;
}
.anuncie p {
	margin-bottom: 2em;
}
.form-botoes {
	text-align: right;
}
.form-botoes span {
	float: left;
}
.form-botoes label {
	vertical-align: middle;
}
.form-botoes span input[type="checkbox"] {
	margin: -1px 5px 0 0;
	vertical-align: middle;
}
.select::after {
	font-family: FontAwesome;
	content: "\F107";
	position: absolute;
	right: 25px;
	top: 14px;
	line-height: 1;
	z-index: 0;
}
/* Blog
-------------------------*/

.entry-header .header-media img {
	width: 100%;
}
.entry-header .header-content {
	padding: 20px 30px;
}
.entry-header .entry-title {
	margin: 0;
	display: inline-block;
}
.entry-header .header-meta {
	opacity: 0.5;
	float: left;
	margin-right: 0.5em;
}
.entry-header .header-meta > div {
	display: inline-block;
}
.entry-content,
.entry-summary {
	padding: 30px;
}
.page-links {
	padding-top: 1em;
}
.page-links a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.page-links span {
	display: inline-block;
	width: 40px;
	text-align: center;
}
.page-links .page-links-title {
	width: auto;
}
#share-post {
	padding-top: 30px;
}
#share-post i {
	display: inline-block;
}
/* Comments
-------------------------*/

#comments {
	margin-top: 100px;
}
#comments .title {
	margin-bottom: 50px;
	padding-bottom: 1em;
}
.comment-list {
	margin-bottom: 100px;
	padding: 0;
	counter-reset: li;
}
.comment-list ul {
	margin: 40px 0 0 85px;
	padding: 0;
}
.comment-list li {
	position: relative;
	list-style: none;
}
.comment-list li:before {
	opacity: 0.25;
	position: absolute;
	top: 0;
	left: -50px;
	font-size: 1.5em;
	line-height: 65px;
	content: "0" counter(li);
	counter-increment: li;
}
.comment-list li li:before {
	display: none;
}
.comment-list .comment-body {
	margin-bottom: 50px;
	padding: 30px;
}
.comment-list .comment-avatar {
	float: left;
	margin: 0 20px 0 0;
}
.comment-list .comment-avatar img {
	height: 65px;
	width: 65px;
	border-radius: 50%;
	filter: gray;
	/* IE6-9 */
	
	-webkit-filter: grayscale(100%);
}
.comment-list .comment-avatar img:hover {
	filter: none;
	/* IE6-9 */
	
	-webkit-filter: grayscale(0%);
}
.comment-list .comment-author .fn {
	margin: 0;
	line-height: 1;
}
.comment-list .comment-meta {
	display: inline-block;
	margin: 10px 0;
}
.comment-list .comment-content {
	overflow: hidden;
	clear: both;
	position: relative;
	margin: 0 0 0 85px;
}
@media (min-width: 992px) and (max-width: 1100px) {
	.comment-list li:before {
		display: none;
	}
}
#respond {
	padding: 30px;
}
#respond #reply-title {
	margin-bottom: 0;
	text-align: right;
}
#respond a#cancel-comment-reply-link {
	display: block;
	margin-bottom: 2em;
}
#commentform .form-group {
	margin-bottom: 30px;
}
#commentform input {
	width: 100%;
	margin-bottom: 1em;
}
#commentform textarea {
	margin-top: 30px;
}
#commentform #submit {
	width: auto;
}
#commentform p.form-submit {
	margin-bottom: 0;
}
/* Blog Sidebar */

aside {
	padding: 1.5em !important;
}
aside article > div {
	margin-bottom: 25px;
	overflow: hidden;
}
aside .blog-search {
	position: relative;
}
aside .blog-search strong {
	position: absolute;
	right: 1em;
	top: 0.8em;
}
aside .blog-search span {
	display: block;
}
aside .blog-search input {
	padding-right: 2em;
}
aside article h3 {
	margin-bottom: 0;
}
aside article ul {
	margin: 1em 0 1.5em;
}
aside article .lista-mais-acessados li {
	margin-bottom: 1.5em;
}
.shared {
	margin-top: 25px;
}
.shared > span {
	display: inline-block;
	vertical-align: middle;
}
/* Detalhes do imóvel */

.tit-imovel {
	padding: 25px 0;
}
.tit-imovel h2 {
	line-height: 1.6;
	padding: 0;
}
.tit-imovel .btn-voltar {
	margin-top: 15px;
}

.a-imovel{
	cursor: pointer;
	color: #444;
}

.whatsapp {
	padding: 24px !important;
	
}

.i-imovel {
	font-size: 30px !important;
	vertical-align: sub;
}

.wpp-imovel {
	display: inline-block;
	font-size: 15px !important;
	margin-left: 10px !important;
}

.wpp-imovel > span {
	line-height: 1.8 !important;
}

.imovel-content {
	padding-bottom: 70px;
}
.imovel-content .row {
	margin: 0;
}
.imovel-content h5 {
	clear: both;
	margin-top: 2em;
	margin-bottom: 0.4em;
	font-size: 22px;
}
.imovel-content #agendar h5 {
	margin-top: 0;
}
.imovel-content p {
	padding: 0;
	margin-bottom: 0;
}
.imovel-content article > ul {
	list-style: none;
}
.imovel-content .imovel-desc {
	margin-bottom: 40px;
}
.finalidades {
	list-style: none;
}
.imovel-content .finalidades {
	margin: 3em 0 1em;
}
.imovel-content .finalidade {
	overflow: hidden;
}
.imovel-content .finalidade .imovel-preco {
	line-height: 1.3;
}
.imovel-desc li {
	text-align: center;
	padding: 15px 0;
}
.finalidades {
	padding-left: 0px;
}
.finalidades li > div {
	padding-right: 10px;
}
.imovel-content .col-md-6 {
	padding: 0 0.5em !important;
}
.imovel-content .finalidade .col-md-6 {
	padding-right: 2em;
}
.imovel-content .funcoes .btn {
	margin: 0 0.5em 0 0;
}
.btn-imovel {
	padding: 8px 30px 8px 20px;
	vertical-align: top;
	line-height: 1.3;
	margin: 0 4px;
}
.btn-imovel span:not(.icon-interact) {
	display: inline-block;
	vertical-align: middle;
}
.imovel-btns span:not(.icon-interact) {
	display: inline-block;
	vertical-align: middle;
}
.imovel-content .funcoes .aviso {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: -10px;
}
.imovel-content .funcoes .col-md-6 {
	margin-bottom: 1.5em;
}
.imovel-content .funcoes .col-sm-4 {
	padding: 0 1em 0 0;
}
.imovel-content .funcoes .btn-visita {
	padding: 13px 40px 13px 20px;
}
.imovel-content .funcoes .imovel-btns {
	line-height: 1.2;
	text-align: right;
}
.imovel-content .funcoes .imovel-btns div {
	display: inline-block;
	cursor: pointer;
	text-align: left;
}
.plantas h4 {
	/*margin: -45px 0 55px;*/
}
.plantas h4 span.pull-right {
	padding-top: 10px;
}
.slider-planta {
	position: relative;
	overflow: hidden;
	padding: 1em;
}
.slider-planta > div {
	float: none;
	margin: 0 auto;
}
.imovel-mapa article {
	padding: 1.5em;
}
.imovel-mapa article h3 {
	margin-bottom: 0;
}
.corretor {
	padding-bottom: 30px;
}
.imovel-corretor .col-md-6:first-child div {
	display: inline-block;
	vertical-align: top;
}
.corretor > div {
	display: inline-block;
	vertical-align: top;
}
.corretor > div:first-child,
.corretor > div:nth-child(2) {
	width: 30%;
}
.imovel-corretor img,
.corretor img {
	max-height: 150px;
	vertical-align: top;
}
.imovel-corretor {
	padding: 20px 0;
}
.corretor-info {
	padding: 0 0 0 1.3em;
}
.corretor-info .mobile-actions {
	position: absolute;
}



@media (max-width: 768px) {
	.imovel-content h5 {
		padding: 0 15px;
	}
	.imovel-content .imovel-desc {
		padding: 0 15px;
	}
	.corretor-info {
		padding: 0 0 0 0.5em;
	}
	.corretor-info h5 {
		font-size: 14px;
		margin-top: 0px;
	}
	.corretor-info p {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.corretor-info .mobile-actions {
		/*bottom: 35px;*/
	}
	.corretor-info .mobile-actions a.btn {
		height: 35px;
		display: block;
		width: calc( 49.5%);
		float: left;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.corretor-info .mobile-actions a.btn:first-child {
		margin-right: 1%;
	}
	.tit-pagina-corretor {
		padding-bottom: 0px;
	}
	.tit-pagina-corretor .agent-details {
		vertical-align: top;
	}
	.tit-pagina-corretor .agent-details h3 {
		margin-bottom: 0.3em;
	}
	.tit-pagina-corretor .mobile-actions {
		width: 100%;
		margin-top: 20px;
		margin-bottom: -8px;
	}
	.tit-pagina-corretor .mobile-actions button {
		width: 50%;
		float: left;
		height: 40px;
		border-radius: 0px;
		margin: 0px;
	}
}
@media (max-width: 410px) {
	.tit-pagina-corretor img {
		width: 100px;
	}
	.tit-pagina-corretor .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.tit-pagina-corretor .agent-details .title {
		font-size: 18px;
	}
	.corretor-info h5 {
		margin: 0 0 4px 0;
	}
	.corretor-info p {
		margin: 0px;
	}
	.corretor-info .mobile-actions {
		/*bottom: 30px;*/
	}
	.corretor-info .mobile-actions a.btn {
		height: 30px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
.imovel-corretor h5,
.corretor h5 {
	margin: 0.4em 0 0.4em;
	line-height: 1.3;
}
.corretor-info small {
	font-size: 14px;
}
.imovel-corretor p,
.corretor p {
	margin-bottom: 0px;
	line-height: 1.6;
}
.imovel-corretor .outros-imoveis {
	text-align: center;
	padding-bottom: 1.5em;
}
.imovel-corretor .outros-imoveis p {
	text-transform: uppercase;
	margin: 1.6em 0 0.8em;
}
.imovel-corretor .outros-imoveis .icon-interact {
	height: 37px;
}
@media (max-width: 991px) {
	.imovel-corretor .outros-imoveis {
		text-align: left;
	}
}
#map-wrapper {
	margin-bottom: -131px;
}
.imovel-mapa {
	padding: 0;
}
.relacionados #property-items {
	margin-bottom: 0;
}
.relacionados hr {
	clear: both;
}
.relacionados #property-items ul {
	margin-top: 0;
	margin-bottom: 0;
}
.veja-todos {
	/*width: 50%;*/
	/*border-bottom: #BBBBBB solid 2px;*/
	
	padding: 1em 0.5em;
	text-align: right;
}
.topo-voltar {
	padding: 1.5em 0.5em 3em;
	margin-top: 1em;
	text-align: right;
}
@media (max-width: 767px) {
	.veja-todos,
	.topo-voltar {
		width: 100%;
		text-align: center;
	}
}
@media (min-width: 767px) {
	.list-rela {
		height: 280px;
		overflow: hidden;
	}
}
/* Modal */

.modal-body form > div {
	margin-bottom: 15px;
}
form .row > span::after {
	font-family: FontAwesome;
	content: "\F107";
	position: absolute;
	right: 25px;
	top: 10px;
	line-height: 1;
	font-size: 20px;
	z-index: 0;
}
.comparar {
	text-align: center;
}
.comparar header {
	padding: 2em 0 1em;
	border-bottom: #CCC solid 1px;
}
.comparar-item {
	padding: 2em 0;
	border-bottom: #CCC dashed 1px;
}
.comparar p:first-child {
	font-size: 14px;
	margin-top: 1em;
}
.comparar .star-0 {
	width: 22px;
	text-align: left;
}
.comparar .row {
	margin: 0;
}
@media (max-width: 768px) {
	.comparar br {
		display: none;
	}
}
#aba-compara {
	position: fixed;
	top: 200px;
	right: -13px;
	z-index: 500;
	min-width: 75px;
	width: 0;
	height: 95px;
	cursor: pointer;
	overflow: hidden;
	/*padding: 10px 10px 10px 65px;*/
}
#aba-compara i {
	margin: 21px 11px;
	width: 47px;
	height: 48px;
	display: block;
	opacity: 1;
	border-radius: 100%;
}
#aba-compara p {
	display: table-cell;
}
#aba-compara p:nth-child(2) {
	width: 90px;
	height: 75px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.3;
}
#aba-compara p strong {
	display: inline-block;
	margin-bottom: 10px;
}
#aba-compara img {
	position: absolute;
	top: 10px;
	left: -37px;
}
.owl-carousel {
	margin-bottom: 50px;
}
.owl-carousel .owl-item .owl-thumbnail,
.owl-carousel .owl-item .property-thumbnail {
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.owl-carousel .owl-item:hover a img {
	opacity: 0.6;
}
.owl-carousel .owl-item:hover .content-with-details > div {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.owl-carousel .owl-item:hover .content-with-details > div.no-details {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.owl-carousel .property-price {
	font-weight: 400;
	color: #999999;
}
.owl-carousel .property-price span {
	font-weight: 400;
}
.owl-carousel .property-price i {
	float: right;
	opacity: 0.25;
	font-size: 1.2em;
}
.owl-carousel .property-price i:hover {
	opacity: 0.75;
}
.owl-carousel .title {
	margin: 0 0 5px;
}
.owl-carousel.testimonial .owl-item {
	background-color: transparent;
}
.agent-details .on-hover .fa {
	margin: 0 2px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.agent-details .on-hover .fa:hover {
	border-color: #fff;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.agent-details .contact i {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}
.show-item {
	display: none;
}
@media (min-width: 768px) {
	#share-buttons {
		margin-bottom: 0px;
		margin-top: 5px;
	}
	#share-buttons > div > div {
		float: left;
		margin-left: 5px;
		border-radius: 7em;
	}
	#share-buttons > div div:first-child {
		margin-left: 0px;
	}
	.tit-pagina.tit-imovel.hidden-xs .pull-right.text-right {
		width: 330px;
	}
	.tit-pagina.tit-imovel.hidden-xs .pull-right.text-right #share-buttons {
		float: left;
		display: inline-block;
		margin-bottom: 0px !important;
	}
	.tit-pagina.tit-imovel.hidden-xs .pull-right.text-right .btn-voltar {
		margin-top: 10px;
		display: inline-block;
		float: right;
	}
}
@media (max-width: 768px) {
	#share-buttons {
		display: table;
	}
	#share-buttons > div {
		display: table-row;
	}
	#share-buttons > div > div {
		display: table-cell;
	}
}
#share-buttons {
	width: 100%;
}
#share-buttons img {
	width: 35px;
}
#share-buttons > div > div {
	text-align: center;
}
#share-buttons > div > div:nth-child(1) {
	background-color: #659b40;
}
#share-buttons > div > div:nth-child(2) {
	background-color: #3b5a9a;
}
#share-buttons > div > div:nth-child(3) {
	background-color: #f63e28;
}
#share-buttons > div > div:nth-child(4) {
	background-color: #0073b2;
}
#share-buttons > div > div:nth-child(5) {
	background-color: #2daae1;
}
#share-buttons > div > div:nth-child(6) {
	background-color: #2ab200;
}
.property-tag {
	background-color: #EBB900;
	position: absolute;
	bottom: 31px;
	right: 0px;
	color: #fff;
	padding: 3px 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bolder;
}
.property-tag-price {
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #fff;
	padding: 3px 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bolder;
}
.property-item .ref {
	bottom: 25px;
	right: 10px;
	position: absolute;
	font-size: 11px;
	background-color: #fff;
	padding: 0;
	color: #EBB900;
	width: 42px;
	height: 42px;
	padding-top: 4px;
	text-align: center;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	border: #EBB900 solid 3px;
}
#property-items.carousel-inner > .item {
	padding: 0px 10px;
}
/*
#property-items.carousel-inner > .item.active {
	margin-top: -50px;
}
*/
.imovel-mapa #maps-modal div.modal-dialog {
	width: 100%;
}
.imovel-desc .col-md-8 {
	text-align: left;
}
.itens-imovel {
	display: inline-block;
	width: 100%;
	margin: 0;
}
@media (min-width: 992px) {
	.imovel-desc li {
		height: 86px;
	}
}
@media (max-width: 992px) {
	#property-items .property-item:hover img {
		filter: none;
		-webkit-filter: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
@media (max-width: 767px) and (min-width: 730px) {
	#fotos #slider1_container div[u="slides"] {
		margin-left: calc( 50% - 730px);
	}
}
@media (max-width: 767px) {
	#fotos #slider1_container div[u="thumbnavigator"]{
		z-index: -9999999!important;
	}
	#fotos #slider1_container div[u="thumbnavigator"] .jssort02 div[u="slides"] {
		display: none !important;
	}

	#maps-modal div.modal-dialog {
		margin: 0px;
		height: 100%;
		width: 100%;
	}
	#maps-modal div.modal-dialog #map-wrapper {
		height: 100%;
		width: 100%;
	}
	#maps-modal div.modal-dialog #map-wrapper #google-map {
		height: 100%;
		width: 100%;
	}
	.imovel-content p {
		font-size: 12px;
		text-align: justify;
	}
	.itens-imovel {
		padding: 0px 15px;
	}
	.itens-imovel li {
		font-size: 12px;
		width: 50%;
		display: inline-block;
	}
	.imovel-content .container {
		padding: 0px;
	}
	.imovel-content .container .imovel-desc {
		text-align: left;
	}
	.imovel-content .container .imovel-desc li {
		padding: 5px 15px;
		font-size: 14px;
		text-align: left;
	}
	.imovel-content .container .imovel-desc li.mobile-info-desc {
		padding: 0px;
	}
	.imovel-content .container .imovel-desc .ref {
		font-size: 11px;
		font-weight: bold;
	}
	.conteudo section.container {
		padding-left: 0px;
		padding-right: 0px;
	}
	#fotos {
		overflow: hidden !important;
	}
	#fotos #slider1_container div[u=slides] {
		left: 0px !important;
	}
	.show-item {
		display: table;
		width: 100%;
	}
	.show-item span {
		display: block;
		width: 100%;
		font-size: 10px;
	}
	.show-item ul {
		list-style: none;
		display: table-row;
		width: 100%;
		display: table-row;
		clear: both;
	}
	.imovel-content .container .imovel-desc li .show-item ul li {
		float: left;
		text-align: center;
		display: table-column;
		font-size: 18px;
		width: 33%;
		padding: 5px;
	}
	.imovel-content .container .imovel-desc li .show-item ul li span {
		font-size: 11px;
	}
	.imovel-content .container .imovel-desc li .show-item ul li span i {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.relacionados hr {
		margin-left: 50%;
	}
	.imovel-content #agendar h5 {
		margin-top: 0px;
	}
	.imovel-btns {
		margin-top: 40px;
	}
	.imovel-btns span.icon-comparar {
		height: 32px;
		width: 30px;
		background-repeat: no-repeat;
		margin-right: 1em;
	}
	.imovel-btns div {
		padding: 20px;
		background: rgba(255, 255, 255, 0.3);
		border: #ccc solid 1px;
		cursor: pointer;
	}
	.imovel-btns div:hover {
		background: #fff;
	}
	.imovel-mapa #maps-modal {
		display: block !important;
		position: inherit !important;
		width: 100%;
		margin-bottom: -50px;
		max-width: none;
		opacity: 1;
	}
	.imovel-mapa #maps-modal div.modal-dialog {
		display: block !important;
		position: inherit !important;
		width: 100%;
		margin-bottom: -50px;
		max-width: none;
		opacity: 1;
	}
	.imovel-desc li.imovel-bairro span {
		display: block;
		font-size: 12px;
		font-weight: normal;
	}
	#map-wrapper {
		/*margin-top: 100px !important;*/
		margin-bottom: -131px;
	}
	#property-items.carousel-inner,
	.lista-imoveis.carousel-inner {
		position: static;
		white-space: nowrap;
		padding-top: 20px;
	}
	#property-items.carousel-inner > .item,
	.lista-imoveis.carousel-inner > .item {
		width: 50%;
		display: inline-block;
	}
	#share-buttons {
		max-width: 200px;
		margin-bottom: 30px;
	}
	.itens-imovel li {
		float: left;
		width: 33%;
	}
	.itens-imovel li span {
		font-weight: bold;
		font-size: 1.2em;
	}
	.lista-imoveis.carousel-inner > .item {
		display: inline-block;
		margin-right: 0px;
		padding: 0 10px;
	}
}
@media (min-width: 1200px) {
	#property-items.carousel-inner > .item,
	.lista-imoveis.carousel-inner > .item {
		width: calc( 100% / 3);
	}
	.itens-imovel li {
		width: 25%;
	}
}
.aviso {
	margin-bottom: 35px;
	text-align: right;
}
.owl-nav > button {
	display: inline-block;
	background-color: #EBB900;
	color: #fff;
	height: 50px;
	font-size: 24px;
	width: 40px;
	border: #EBB900 1px solid;
}
.owl-nav > button:hover {
	cursor: pointer;
	opacity: 0.8;
}
.owl-nav > button:first-child {
	margin-right: 8px;
}
.relacionados > div.titulo {
	padding: 6em 0 1.5em;
	margin-bottom: 0;
}
.relacionados > div.titulo h5 {
	font-size: 24px;
	color: #333;
	display: inline-block;
	clear: both;
}
@media (max-width: 992px) {
	body {
		font: 14px/1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	#agendar {
		margin-top: 40px;
	}
	#agendar h5 {
		font-weight: bolder;
		margin-bottom: 15px;
		font-size: 24px;
	}
	.imovel-btns span br {
		display: none !important;
	}
}
.widgets .fa {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -45px;
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #EBB900;
	font-size: 48px;
	color: #fff;
	line-height: 80px;
	border: 5px #EBB900 solid;
}
.widgets:hover .fa {
	background-color: #fff;
	color: #EBB900;
}
.widgets .fa,
.widgets:hover .fa {
	-webkit-transition: background-color 100ms linear;
	-moz-transition: background-color 100ms linear;
	-o-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.hide-slide-sm {
		margin-left: -50%;
	}
}
@media (min-width: 1200px) {
	.hide-slide-md {
		margin-left: calc( -100% / 3);
	}
}
.lista-imoveis .item,
#property-items .item {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.destaques-slider-control {
	padding: 0 20px;
}
.destaques-slider-control hr,
.destaques-slider-control .owl-nav {
	display: inline-block;
}
.destaques-slider-control hr {
	width: calc( 100% - 100px);
}
#property-items.container > header {
	padding: 0 15px;
	text-align: left;
}
#property-items.container > header hr {
	margin-left: 0px;
}
#widgets {
	position: relative;
	display: inline-block;
	padding: 85px 0px 55px;
}
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	color: #666;
	background: #333;
}
.conteudo {
	background-color: #FFF;
	overflow: hidden;
}
.header-info {
	padding-top: 110px;
	text-align: right;
	color: #444;
	font-size: 17px;
}
body.page-template-template-intro-php {
	height: 100%;
}
a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
a:hover,
a:focus {
	color: #666;
	text-decoration: none;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
i {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1em;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-size: 2.1em;
	margin-bottom: 0.8em;
}
h2 {
	font-size: 1.8em;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 1.6em;
	margin-bottom: 0.8em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
article h1,
#main-content h1,
article h2,
#main-content h2,
article h3,
#main-content h3,
article h4,
#main-content h4,
article h5,
#main-content h5,
article h6,
#main-content h6 {
	margin-top: 1em;
}
article h1:first-child,
#main-content h1:first-child,
article h2:first-child,
#main-content h2:first-child,
article h3:first-child,
#main-content h3:first-child,
article h4:first-child,
#main-content h4:first-child,
article h6:first-child,
#main-content h6:first-child {
	margin-top: 0;
}
p:empty,
pre:empty {
	margin: 0;
}
.lead {
	line-height: inherit;
	color: #999;
}
.text-muted {
	color: #999;
}
.text-danger {
	color: #e60000;
}
hr {
	border-top: 2px solid #BBB;
}
table {
	margin-bottom: 30px;
}
td,
th {
	padding: 0 1em 0 0;
	line-height: 2;
}
dt {
	line-height: inherit;
}
dd {
	line-height: inherit;
	margin-left: 1em;
}
pre {
	padding: 10px 15px;
	border: none;
	border-radius: 0;
	background-color: #f8f8f8;
}
ul {
	margin: 1.5em 0 2.5em;
	padding: 0;
	list-style-type: square;
	line-height: 2;
}
ol {
	margin-bottom: 1em;
	padding-left: 20px;
	list-style-type: upper-roman;
	line-height: 2;
}
.form-group {
	margin-bottom: 15px;
}
.input-group-addon {
	color: #666;
	border: 1px solid #eee;
	border-radius: 0;
	background-color: transparent;
}
form {
	font-size: 0.9em;
}
input,
.form-control {
	outline: none;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
	border-radius: 0;
	border: 1px solid #eee;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus,
.form-control:focus {
	outline: none;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 1em;
	color: #666;
	border-radius: 0;
	border: 1px solid #eee;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.chosen-container.chosen-container-single .chosen-single {
	outline: none;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 1em;
	color: #666;
	border-radius: 0;
	border: 1px solid #eee;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
	height: 17px;
}
input[type=radio] {
	-webkit-appearance: radio;
	height: 17px;
}
input:hover {
	border-color: #ddd;
}
.form-control:hover {
	border-color: #ddd;
}
input:focus,
.form-control:focus,
input:active,
.form-control:active {
	border-color: #EBB900;
}
textarea {
	outline: none;
	padding: 0 10px;
	border-radius: 0;
	-webkit-appearance: none;
}
textarea.form-control {
	height: auto;
	padding: 5px 10px;
	line-height: 1.7;
}
textarea.form-control:focus {
	height: auto;
	padding: 5px 10px;
	line-height: 1.7;
}
label {
	font-weight: 400;
	color: #999;
}
blockquote {
	margin: 1em 0;
	padding: 0;
	border: none;
	font: 1em Georgia, Cambria, "Times New Roman", Times, serif;
}
blockquote p {
	font-size: 1.3em;
	color: #999;
}
blockquote cite {
	font-size: 0.9em;
}
cite {
	display: block;
	margin-top: .5em;
	color: #ccc;
}
cite:before {
	content: "- ";
}
.btn {
	outline: none;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	border: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
.btn:focus {
	outline: none;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	border: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
input[type="submit"],
input.dsidx-contact-form-submit {
	outline: none;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	border: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
.btn:hover a,
.btn:focus:hover a {
	color: #fff;
}
input[type="submit"]:hover a,
input.dsidx-contact-form-submit:hover a {
	color: #fff;
}
.btn a,
.btn:focus a {
	color: #fff;
}
input[type="submit"] a,
input.dsidx-contact-form-submit a {
	color: #fff;
}
.btn-fraco {
	background-color: #EBB900;
}
.btn-fraco:focus {
	background-color: #EBB900;
}
input.dsidx-contact-form-submit {
	background-color: #EBB900;
}
.btn-fraco:hover,
.btn-fraco:focus:hover {
	background-color: #4c4f49;
}
input[type="submit"]:hover,
input.dsidx-contact-form-submit:hover {
	background-color: #4c4f49;
}
.btn-xs {
	padding: 5px 10px;
	font-size: 0.8em;
}
.btn-sm {
	padding: 8px 12px;
	font-size: 0.9em;
}
.btn-lg {
	padding: 10px 20px;
}
.tooltip {
	position: absolute;
	z-index: 1020;
	display: block;
	visibility: visible;
	padding: 0;
	font-size: 1em;
	font-weight: 300;
	opacity: 0;
	text-transform: none;
}
.tooltip.in {
	opacity: 1;
}
.tooltip.top {
	margin-top: -2px;
}
.tooltip.right {
	margin-left: 2px;
}
.tooltip.bottom {
	margin-top: 2px;
}
.tooltip.left {
	margin-left: -2px;
}
.tooltip-inner {
	max-width: 100%;
	padding: 5px 10px;
	font-size: 14px;
	color: #666;
	border-radius: 0;
	background-color: #f8f8f8;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #f8f8f8;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #f8f8f8;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #f8f8f8;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #f8f8f8;
}
.primary-tooltips .tooltip-inner {
	color: #fff;
	background-color: #EBB900;
}
.primary-tooltips .tooltip.top .tooltip-arrow {
	border-top-color: #EBB900;
}
.primary-tooltips .tooltip.left .tooltip-arrow {
	border-left-color: #EBB900;
}
.primary-tooltips .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #EBB900;
}
.primary-tooltips .tooltip.right .tooltip-arrow {
	border-right-color: #EBB900;
}
.arrow-up,
.arrow-right,
.arrow-down,
.arrow-left {
	position: relative;
	width: 0;
	height: 0;
	border: 20px solid transparent;
}
.arrow-up {
	border-bottom-color: #666;
}
.arrow-down {
	border-top-color: #666;
}
.arrow-right {
	border-left-color: #666;
}
.arrow-left {
	border-right-color: #666;
}
.alert {
	border: none;
	border-radius: 0;
}
.alert .close {
	top: 2px;
}
.social i,
.social-transparent i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px 10px 0;
	font-size: 1em;
	text-align: center;
	color: #fff;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all 0.25s;
}
.social i.fa-lg,
.social-transparent i.fa-lg {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.33em;
}
.social i.fa-2x,
.social-transparent i.fa-2x {
	width: 50px;
	height: 50px;
	font-size: 2em;
	line-height: 50px;
}
.social i.fa-3x,
.social-transparent i.fa-3x {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 3em;
}
.social i.fa-4x,
.social-transparent i.fa-4x {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 4em;
}
.social i.fa-5x,
.social-transparent i.fa-5x {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 5em;
}
.social .fa-adn {
	background: #d87a68;
}
.social .fa-android {
	background: #a4c639;
}
.social .fa-apple {
	background: #ccc;
}
.social .fa-bitbucket,
.social .fa-bitbucket-sign {
	background: #258;
}
.social .fa-bitcoin,
.social .fa-btc {
	background: #f92;
}
.social .fa-css3 {
	background: #0bf;
}
.social .fa-dribbble {
	background: #ea4c89;
}
.social .fa-dropbox {
	background: #3d9ae8;
	background: #3d9ae8;
}
.social .fa-facebook,
.social .fa-facebook-sign {
	background: #3b5998;
}
.social .fa-flickr {
	background: #ff0084;
}
.social .fa-foursquare {
	background: #25a0ca;
}
.social .fa-github,
.social .fa-github-alt,
.social .fa-github-sign,
.social .fa-gittip {
	background: #171515;
}
.social .fa-google-plus,
.social .fa-google-plus-sign {
	background: #d23e2b;
}
.social .fa-html5 {
	background: #ec6231;
}
.social .fa-instagram {
	background: #4E433C;
}
.social .fa-linkedin,
.social .fa-linkedin-sign {
	background: #4875B4;
}
.social .fa-linux {
	background: #fb0;
}
.social .fa-maxcdn {
	background: #fa2;
}
.social .fa-pinterest,
.social .fa-pinterest-sign {
	background: #c91a22;
}
.social .fa-renren {
	background: #06a;
}
.social .fa-rss {
	background: #ee802f;
}
.social .fa-skype {
	background: #42c7f2;
}
.social .fa-stackexchange {
	background: #26a;
}
.social .fa-trello {
	background: #268;
}
.social .fa-tumblr,
.social .fa-tumblr-sign {
	background: #2B4964;
}
.social .fa-twitter {
	background: #4cc2ff;
}
.social .fa-twitter-sign {
	background: #4cc2ff;
	background: #4cc2ff;
}
.social .fa-vk {
	background: #579;
}
.social .fa-weibo {
	background: #d33;
}
.social .fa-windows {
	background: #0ae;
}
.social .fa-xing,
.social .fa-xing-sign {
	background: #126567;
}
.social .fa-youtube,
.social .fa-youtube-play,
.social .fa-youtube-sign {
	background: #c4302b;
}
.social-transparent i {
	opacity: .8;
	margin: 0;
	color: #999;
	border: 2px solid #eee;
}
.social-transparent a:hover i {
	opacity: 1;
	border-color: #ddd;
}
.fa-mobile {
	font-size: 1.4em;
}
.section-title {
	position: relative;
	z-index: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	line-height: 1;
}
.section-title::after {
	position: absolute;
	z-index: -2;
	top: 50%;
	left: 0;
	margin-top: -1px;
	margin-left: 1em;
	content: "";
	height: 2px;
	width: 9999px;
	background-color: #DDD;
}
.section-title span {
	position: relative;
	display: inline-block;
	padding-right: 1em;
	overflow: hidden;
	line-height: 1;
}
.section-title span::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #f8f8f8;
}
.content-with-details {
	position: relative;
	background-color: #fff;
}
.content-with-details > div {
	padding: 20px 30px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
.content-with-details > div .on-hover {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	padding: 0 15px;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 90px;
	color: #fff;
	text-transform: uppercase;
	background-color: #EBB900;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
.content-with-details > div .on-hover a {
	color: #fff;
}
.content-with-details .title {
	margin-bottom: 0.5em;
}
.close {
	text-shadow: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
.modal .modal-dialog {
	width: 75%;
	max-width: 800px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.modal .modal-dialog .modal-content {
	padding: 30px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.modal .modal-dialog .modal-content .modal-header {
	margin-bottom: 15px;
	padding: 0;
	border: none;
}
.modal .modal-dialog .modal-body {
	padding: 0;
}
.modal .modal-dialog .modal-body .property-search-form {
	margin: 0;
	padding: 0;
}
.modal .modal-dialog .modal-body .property-search-form .form-group {
	width: 100%;
}
.modal .modal-dialog .modal-body .section-title {
	width: 100%;
}
.modal .modal-dialog .modal-body .section-title span::after {
	background-color: #fff;
}
@media (min-width: 768px) {
	.modal .modal-dialog .modal-body .property-search-form .form-group {
		width: 50%;
	}
}
@media (max-width: 767px) {
	body.show-nav {
		left: -75%;
	}
}
header.navbar {
	position: static;
	margin: 0 0 30px;
	border-radius: 0;
	border: 0;
	color: #D6D6D6;
	text-align: center;
	background-color: #333;
	border-bottom: #fff solid 1px;
}
body header.navbar {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	header.navbar {
		margin-bottom: 50px;
	}
}
header.navbar #login-bar-header {
	font-size: .8em;
	font-weight: 700;
	text-align: right;
}
header.navbar #login-bar-header a {
	display: inline-block;
	padding: .5em 1em;
	color: #eee;
	opacity: .5;
	background-color: rgba(255, 255, 255, 0.1);
}
header.navbar #login-bar-header a:hover {
	opacity: 1;
}
header.navbar #login-bar-header .badge {
	margin-left: 5px;
	padding: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
}
header.navbar .container .navbar-collapse {
	max-height: none;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
header.navbar .container .navbar-collapse.in {
	overflow-y: visible;
}
header.navbar .navbar-header {
	display: block;
	width: 100%;
	margin: 0;
	line-height: 1;
	color: #666 !important;
	background: #FFF;
}
header.navbar .navbar-toggle {
	position: absolute;
	right: 15px;
	top: 10px;
	margin: 3px 0 0 30px;
	z-index: 10;
}
header.navbar .navbar-toggle:hover .icon-bar {
	background-color: #DDD;
}
header.navbar .navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	margin: 0 0 5px;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
header.navbar .container .navbar-brand {
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-transform: uppercase;
	overflow: hidden;
}
header.navbar .container .navbar-brand a {
	font-weight: 300;
}
header.navbar .container .navbar-brand a span {
	font-size: 2em;
}
header.navbar .container .navbar-brand img {
	height: auto;
	min-height: 30px;
}
header.navbar .navbar-contact-details {
	margin-top: 30px;
}
header.navbar .navbar-phone-number {
	font-size: 1.5em;
	font-weight: 700;
}
header.navbar .navbar-email {
	margin-top: 5px;
	font-size: 18px;
	opacity: 0.8;
}
header.navbar .navbar-nav,
header.navbar nav > div {
	float: none;
	margin: 0;
	font-weight: 700;
}
header.navbar .navbar-nav > ul,
header.navbar nav > div > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header.navbar .navbar-nav > ul > li::after,
header.navbar nav > div > ul > li::after,
header.navbar .navbar-nav > ul > li.current-menu-item::after,
header.navbar nav > div > ul > li.current-menu-item::after,
header.navbar .navbar-nav > ul > li.current-menu-parent::after,
header.navbar nav > div > ul > li.current-menu-parent::after,
header.navbar .navbar-nav > ul > li.current-menu-ancestor::after,
header.navbar nav > div > ul > li.current-menu-ancestor::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #EBB900;
	content: '';
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate3d(0, -4px, 0);
	-moz-transform: translate3d(0, -4px, 0);
	-ms-transform: translate3d(0, -4px, 0);
	-o-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}
header.navbar .navbar-nav > ul > li:hover,
header.navbar nav > div > ul > li:hover,
header.navbar .navbar-nav > ul > li.current-menu-item,
header.navbar nav > div > ul > li.current-menu-item,
header.navbar .navbar-nav > ul > li.current-menu-parent,
header.navbar nav > div > ul > li.current-menu-parent,
header.navbar .navbar-nav > ul > li.current-menu-ancestor,
header.navbar nav > div > ul > li.current-menu-ancestor {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
}
header.navbar .navbar-nav > ul > li:hover::after,
header.navbar nav > div > ul > li:hover::after,
header.navbar .navbar-nav > ul > li.current-menu-item::after,
header.navbar nav > div > ul > li.current-menu-item::after,
header.navbar .navbar-nav > ul > li.current-menu-parent::after,
header.navbar nav > div > ul > li.current-menu-parent::after,
header.navbar .navbar-nav > ul > li.current-menu-ancestor::after,
header.navbar nav > div > ul > li.current-menu-ancestor::after {
	opacity: 1;
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	-ms-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
header.navbar .navbar-nav > ul > li:hover a::after,
header.navbar nav > div > ul > li:hover a::after,
header.navbar .navbar-nav > ul > li.current-menu-item a::after,
header.navbar nav > div > ul > li.current-menu-item a::after,
header.navbar .navbar-nav > ul > li.current-menu-parent a::after,
header.navbar nav > div > ul > li.current-menu-parent a::after,
header.navbar .navbar-nav > ul > li.current-menu-ancestor a::after,
header.navbar nav > div > ul > li.current-menu-ancestor a::after {
	opacity: 0.5;
}
header.navbar .navbar-nav > #menu-main-menu > li a,
header.navbar nav > div > #menu-main-menu > li a {
	color: #D6D6D6;
}
header.navbar .navbar-nav > ul > li a:hover,
header.navbar nav > div > ul > li a:hover,
header.navbar .navbar-nav > ul > li a:focus,
header.navbar nav > div > ul > li a:focus {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}
header.navbar .navbar-nav > ul > li a,
header.navbar nav > div > ul > li a {
	text-transform: uppercase !important;
	font-size: 14px;
}
header.navbar .navbar-nav > ul > li.menu-item-has-children,
header.navbar nav > div > ul > li.menu-item-has-children {
	position: relative;
}
header.navbar .navbar-nav > ul > li.menu-item-has-children:hover .sub-menu,
header.navbar nav > div > ul > li.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
header.navbar .navbar-nav > ul > li.menu-item-has-children > a,
header.navbar nav > div > ul > li.menu-item-has-children > a {
	opacity: 1;
}
header.navbar .navbar-nav > ul > li.menu-item-has-children a,
header.navbar nav > div > ul > li.menu-item-has-children a {
	padding-right: 40px;
}
header.navbar .navbar-nav > ul > li ul.sub-menu,
header.navbar nav > div > ul > li ul.sub-menu {
	width: 100%;
	display: block;
	list-style: none;
	margin-bottom: 15px;
	padding: 0;
	font-size: .9em;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
header.navbar .navbar-nav > ul > li ul.sub-menu li,
header.navbar nav > div > ul > li ul.sub-menu li {
	padding-left: 15px;
	min-width: 100% !important;
	white-space: nowrap;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
header.navbar .navbar-nav > ul > li ul.sub-menu li a,
header.navbar nav > div > ul > li ul.sub-menu li a {
	display: block;
	height: auto;
	line-height: 50px;
	opacity: 0.8;
}
header.navbar .navbar-nav > ul > li ul.sub-menu li a::after,
header.navbar nav > div > ul > li ul.sub-menu li a::after {
	display: none;
}
header.navbar .navbar-nav > ul > li ul.sub-menu li.current-menu-item > a,
header.navbar nav > div > ul > li ul.sub-menu li.current-menu-item > a {
	opacity: 1;
}
header.navbar .navbar-nav > ul > li ul.sub-menu li.menu-item-has-children,
header.navbar nav > div > ul > li ul.sub-menu li.menu-item-has-children {
	position: relative;
}
header.navbar .navbar-nav > ul > li ul.sub-menu li.menu-item-has-children > a,
header.navbar nav > div > ul > li ul.sub-menu li.menu-item-has-children > a {
	opacity: 1;
	text-transform: uppercase;
}
header.navbar .navbar-nav > ul > li ul.sub-menu li.menu-item-has-children:hover .sub-menu,
header.navbar nav > div > ul > li ul.sub-menu li.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
header.navbar .navbar-nav > ul > li ul.sub-menu li.menu-item-has-children .sub-menu,
header.navbar nav > div > ul > li ul.sub-menu li.menu-item-has-children .sub-menu {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
header.navbar .navbar-nav > ul > li ul.sub-menu li.menu-item-has-children .sub-menu a::after,
header.navbar nav > div > ul > li ul.sub-menu li.menu-item-has-children .sub-menu a::after {
	display: none;
}
@media (max-width: 767px) {
	header.navbar .navbar-collapse {
		position: absolute;
		z-index: 1001;
		top: 0;
		left: 100%;
		width: 75%;
		height: 100% !important;
		margin: 0;
		text-align: left;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-header {
		border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-toggle {
		position: relative;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-contact-details {
		margin-top: 40px;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > #menu-main-menu > li a,
	header.navbar nav > div > #menu-main-menu > li a {
		padding: 0 18px;
		line-height: 70px;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > ul > li.menu-item-has-children:hover .sub-menu,
	header.navbar nav > div > ul > li.menu-item-has-children:hover .sub-menu {
		top: 100%;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > ul > li.menu-item-has-children > a,
	header.navbar nav > div > ul > li.menu-item-has-children > a {
		text-transform: none;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > ul > li.menu-item-has-children a::after,
	header.navbar nav > div > ul > li.menu-item-has-children a::after {
		opacity: .25;
		position: absolute;
		top: -4px;
		right: 12px;
		font-family: FontAwesome;
		line-height: 80px;
		content: "\F107";
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		-o-transition: all .2s;
		transition: all 0.2s;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > ul > li ul.sub-menu,
	header.navbar nav > div > ul > li ul.sub-menu {
		width: auto;
		min-width: 100%;
		z-index: 1001;
		position: absolute;
		top: 90%;
		left: 0;
		visibility: hidden;
		opacity: 0;
		margin: 0;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > ul > li ul.sub-menu li,
	header.navbar nav > div > ul > li ul.sub-menu li {
		padding-left: 0;
	}
	header.navbar .navbar-nav > ul > li ul.sub-menu li:hover,
	header.navbar nav > div > ul > li ul.sub-menu li:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}
	header.navbar .navbar-nav > ul > li ul.sub-menu li:hover a,
	header.navbar nav > div > ul > li ul.sub-menu li:hover a {
		color: #fff;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > ul > li ul.sub-menu li a,
	header.navbar nav > div > ul > li ul.sub-menu li a {
		padding: 0 30px;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > ul > li ul.sub-menu li.menu-item-has-children > a,
	header.navbar nav > div > ul > li ul.sub-menu li.menu-item-has-children > a {
		text-transform: none;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > ul > li ul.sub-menu li.menu-item-has-children a,
	header.navbar nav > div > ul > li ul.sub-menu li.menu-item-has-children a {
		padding-right: 40px;
	}
	header.navbar .navbar-nav > ul > li ul.sub-menu li.menu-item-has-children a::after,
	header.navbar nav > div > ul > li ul.sub-menu li.menu-item-has-children a::after {
		display: block;
		opacity: .25;
		position: absolute;
		top: 0;
		right: 18px;
		font-family: FontAwesome;
		line-height: 50px;
		content: "\F105";
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		-o-transition: all .2s;
		transition: all 0.2s;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > ul > li ul.sub-menu li.menu-item-has-children:hover .sub-menu,
	header.navbar nav > div > ul > li ul.sub-menu li.menu-item-has-children:hover .sub-menu {
		top: 0;
	}
}
@media (min-width: 768px) {
	header.navbar .navbar-nav > ul > li ul.sub-menu li.menu-item-has-children .sub-menu,
	header.navbar nav > div > ul > li ul.sub-menu li.menu-item-has-children .sub-menu {
		width: auto;
		min-width: 100%;
		z-index: 1001;
		position: absolute;
		top: -10%;
		left: 100%;
		visibility: hidden;
		opacity: 0;
		margin: 0;
		font-size: 1em;
	}
}
.wrapper {
	display: table;
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.wrapper .inner {
	display: table-cell;
	vertical-align: middle;
}
body.blog header {
	margin-bottom: 50px;
}
body.blog .blog-index-content {
	background-color: transparent;
}
#home-slideshow {
	height: 400px !important;
	width: 100%;
}
#home-slideshow ul.slides {
	height: 100%;
}
#home-slideshow ul.slides li {
	height: 100%;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#home-slideshow .title {
	display: inline-block;
	max-width: 80%;
	margin-left: 10%;
	margin-bottom: 0;
	padding: 15px 20px;
	font-size: 1.5em;
	font-weight: 300;
	color: #FFF;
	background-color: #666;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
#home-slideshow .description {
	overflow: hidden;
	display: inline-block;
	max-width: 80%;
	margin-left: 10%;
	position: relative;
	padding: 15px 20px;
	font-size: .9em;
	color: #999;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
#home-slideshow .description .arrow-right {
	position: absolute;
	top: -30px;
	left: 0;
	border-width: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
#home-slideshow .description .property-price {
	float: left;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 50px;
	color: #666;
}
#home-slideshow .description .property-data {
	font-size: 0.9em;
}
#home-slideshow .description > p {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
#home-slideshow .description .property-details {
	display: none;
	float: right;
	line-height: 50px;
}
#home-slideshow .description .property-details i {
	margin: 0 5px 0 15px;
}
@media (min-width: 768px) {
	#home-slideshow .title {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 1.8em;
	}
}
@media (min-width: 1200px) {
	#home-slideshow .title {
		max-width: 60%;
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	#home-slideshow .description {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 1em;
		min-width: 60%;
	}
}
@media (min-width: 1200px) {
	#home-slideshow .description {
		max-width: 60%;
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	#home-slideshow .description .property-details {
		display: inherit;
	}
}
#property-items ul {
	text-align: center;
}
.lista-imoveis ul {
	margin: 0;
}
#property-items a {
	font-weight: bold;
	font-size: 15px;
}
#property-items li.col-md-6:nth-child(2n+3) {
	clear: both;
}
#property-items li.col-lg-4:nth-child(2n+3) {
	clear: none;
}
.property-item {
	border: #ddd solid 1px;
	background: #fff;
}
.property-img {
	width: 350px;
	height: 220px;
	background-position: center;
	background-size: cover;
}
@media (min-width: 1200px) {
	#property-items li.col-lg-4 {
		font-size: 0.9em;
	}
	#property-items li.col-lg-4:nth-child(3n+4) {
		clear: both;
	}
	#property-items li.col-lg-4 .property-item .title {
		font-size: 1.3em;
	}
	#property-items li.col-lg-4 .property-item .property-excerpt .address {
		min-height: 30px;
		font-size: 1.2em;
	}
	#property-items li.col-lg-4 .property-item .property-content .property-meta > div {
		padding: 5px 0px;
		width: 50%;
	}
}
@media (min-width: 768px) {
	#property-items li.col-lg-4 .property-price {
		line-height: 50px !important;
	}
}
#property-items li.col-lg-3:nth-child(2n+3) {
	clear: none;
}
#property-items .property-item .property-thumbnail {
	position: relative;
	overflow: hidden;
}
#property-items .property-item figcaption {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: right;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
#property-items .property-item:hover .property-excerpt::after {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#property-items .property-item:hover .arrow-right {
	opacity: 0;
}
#property-items .property-item .title {
	margin-bottom: 0;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
	font-size: 1.1em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
#property-items .property-item .subtitle {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #999;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
#property-items .property-item .subtitle span {
	opacity: 0.5;
}
#property-items .property-item .property-excerpt {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	opacity: 0;
	line-height: 1.7;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
#property-items .property-item .property-excerpt .address {
	min-height: 40px;
	margin-bottom: .5em;
	line-height: 1.4;
	text-transform: uppercase;
}
#property-items .property-item .property-excerpt p {
	color: #999;
}
#property-items .property-item .property-content {
	text-align: center;
	background: #fff;
}
#property-items .property-item .property-content .property-meta {
	min-height: 85px;
}
#property-items .property-item .property-price {
	padding: 0 15px;
	line-height: 50px;
	color: #666;
	text-align: center;
	background-color: #e9e9e9;
	overflow: hidden;
}
#property-items .property-item .property-price span {
	font-weight: 300;
}
#property-items .property-item .property-price i {
	float: left;
	opacity: .3;
	line-height: inherit;
	margin-right: 12px;
}
#property-items .property-item .property-price i:hover {
	opacity: 0.75;
}
#property-items .property-item .property-price .property-status {
	display: inline-block;
	display: none;
	float: left;
	font-size: .8em;
	text-transform: uppercase;
}
#property-items .property-item .property-price .price-tag {
	float: right;
	color: #999;
}
#property-items .property-item .title {
	color: #666 !important;
}
.col-agendar-form {
	margin-top: 15px;
}
@media (min-width: 1200px) {
	#property-items li.col-lg-3 {
		font-size: 0.9em;
	}
	#property-items li.col-lg-3:nth-child(4n+5) {
		clear: both;
	}
	#property-items li.col-lg-3 .property-item .title {
		font-size: 1.3em;
	}
	#property-items li.col-lg-3 .property-item .property-excerpt .address {
		min-height: 30px;
		font-size: 1.2em;
	}
	#property-items li.col-lg-3 .property-item .property-content .property-meta > div {
		width: 50%;
	}
}
@media (min-width: 768px) {
	#property-items li.col-lg-3 .property-price {
		line-height: 50px !important;
	}
}
@media (min-width: 768px) {
	#property-items .property-item .property-price {
		text-align: left;
		line-height: 60px;
	}
}
@media (min-width: 992px) {
	#property-items .property-item .property-price {
		font-size: 1.1em;
	}
}
.property-meta {
	padding: 15px;
	text-align: left;
	color: #999;
	font: 0.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.property-meta a {
	color: #999;
}
.property-meta a:hover {
	color: #666;
}
.property-meta a:hover .meta-data {
	cursor: pointer;
}
.property-meta .meta-title {
	float: left;
	width: 20px;
	font-weight: 700;
}
.property-meta > div {
	float: left;
	padding: 5px 0px;
}
.property-meta .meta-data {
	display: inline-block;
}
.property-meta .meta-data:hover {
	cursor: default;
}
[class^="flexslider"] {
	position: relative;
	overflow: hidden;
	margin: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
[class^="flexslider"]:hover .flex-direction-nav .flex-prev {
	opacity: .6;
	left: 0;
}
[class^="flexslider"]:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
[class^="flexslider"]:hover .flex-direction-nav .flex-next {
	opacity: .6;
	right: 0;
}
[class^="flexslider"]:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
[class^="flexslider"] .container {
	opacity: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
[class^="flexslider"] .container.in {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
[class^="flexslider"] .container.out {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.flexslider-nav .flex-prev,
.flexslider-nav-off .flex-prev {
	left: 20px;
	opacity: 0.6;
}
.flexslider-nav .flex-next,
.flexslider-nav-off .flex-next {
	right: 20px;
	opacity: 0.6;
}
.flex-direction-nav a {
	height: 50px;
	line-height: 50px;
	margin-top: -40px;
	text-shadow: none;
	text-align: center;
	color: #fff !important;
	outline: none;
	background-color: rgba(0, 0, 0, 0.3);
}
.flex-direction-nav a.flex-prev {
	left: 10px;
	text-align: center;
}
.flex-direction-nav a.flex-prev:before {
	content: "\F104";
	font: 0.8 FontAwesome;
}
.flex-direction-nav a.flex-next {
	right: 10px;
	text-align: center;
}
.flex-direction-nav a.flex-next:before {
	content: "\F105";
	font: 0.8 FontAwesome;
}
@media (min-width: 768px) {
	.flex-direction-nav a {
		height: 60px;
		line-height: 60px;
	}
}
@media (min-width: 768px) {
	.flex-direction-nav a.flex-prev:before {
		height: 60px;
		line-height: 60px;
	}
}
@media (min-width: 768px) {
	.flex-direction-nav a.flex-next:before {
		height: 60px;
		line-height: 60px;
	}
}
.flex-control-nav {
	bottom: 10px;
}
.flex-control-nav li {
	margin: 8px 5px;
}
.flex-control-paging li a {
	height: 16px;
	width: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.4);
}
.flex-control-paging li a:hover {
	background: rgba(255, 255, 255, 0.6);
}
.flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 0.8);
}
.flexslider-thumbnail.loading {
	opacity: 0 !important;
}
.flexslider-thumbnail-navigation {
	margin-top: 15px;
}
.flexslider-thumbnail-navigation li {
	margin-right: 15px;
}
.flexslider-thumbnail-navigation li img {
	opacity: .75;
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
.flexslider-thumbnail-navigation li.flex-active-slide img {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
}
.flexslider-thumbnail-navigation li:hover {
	cursor: pointer;
}
.flexslider-thumbnail-navigation li:hover img {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
}
.flexslider-thumbnail-navigation li:hover.flex-active-slide {
	cursor: default;
}
#map-wrapper {
	position: relative;
}
#map-wrapper a {
	color: #FFF;
}
#map-wrapper a:hover {
	color: #333;
}
#map-wrapper #loading,
#map-wrapper #map-overlay-no-results {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	line-height: 68px;
	text-align: center;
	opacity: .9;
	border-radius: 2px;
	background-color: #fff;
}
#map-wrapper #loading i {
	font-size: 30px;
}
#map-wrapper #map-overlay-no-results {
	display: none;
	width: 250px;
	margin-left: -125px;
	font-size: .9em;
	line-height: 60px;
}
#map-wrapper #map-overlay-no-results i {
	font-size: 30px;
}
#map-wrapper #map-controls {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	text-align: right;
}
#map-wrapper #map-controls .control {
	display: inline-block;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	line-height: 30px;
	opacity: .9;
	border-radius: 2px;
	background-color: #666;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
#map-wrapper #map-controls .control:hover {
	opacity: 1;
	color: #fff !important;
	background-color: #c5c5c5;
}
#map-wrapper #map-controls .control.active {
	opacity: 1;
	color: #fff;
	background-color: #EBB900;
}
#map-wrapper #map-controls .control.active:hover {
	background-color: #c5c5c5;
}
#map-wrapper #map-controls i {
	text-align: center;
}
#map-wrapper #map-controls #current-location i {
	margin: 0 5px 0 0;
}
div[id^=google-map] {
	position: relative;
	height: 400px;
	min-height: 400px !important;
	width: 100%;
}
div[id^=google-map] img {
	max-width: none;
	display: inline;
}
div[id^=google-map] .cluster img {
	max-width: 100%;
	max-height: 100%;
}
div[id^=google-map] .cluster > div {
	position: relative;
	width: auto;
	color: #999 !important;
	font: normal normal 400 16px/"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
div[id^=google-map] label {
	width: auto;
	display: inline;
}
div[id^=google-map] .infoBox {
	width: 300px;
}
div[id^=google-map] .infoBox img[src*="close.png"] {
	position: absolute !important;
	z-index: 1001;
	width: 32px;
	height: 32px;
	margin: 0;
	top: -2px;
	right: -2px;
	opacity: .6;
	background-color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
div[id^=google-map] .infoBox img[src*="close.png"]:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.8);
}
div[id^=google-map] #map-marker-container,
div[id^=google-map] .map-marker-container {
	position: relative;
	max-width: 300px;
	font-size: 14px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}
div[id^=google-map] #map-marker-container .arrow-down,
div[id^=google-map] .map-marker-container .arrow-down {
	position: absolute;
	bottom: -28px;
	left: 20px;
	border-top-color: #fff;
	border-top-color: rgba(255, 255, 255, 0.9);
	border-width: 14px;
}
div[id^=google-map] #map-marker-container .content,
div[id^=google-map] .map-marker-container .content {
	padding: 10px 15px;
}
div[id^=google-map] #map-marker-container .content .title,
div[id^=google-map] .map-marker-container .content .title {
	margin-bottom: 0;
	color: #EBB900;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
div[id^=google-map] #map-marker-container a:hover .title,
div[id^=google-map] .map-marker-container a:hover .title {
	color: #666;
}
div[id^=google-map] #map-marker-container img,
div[id^=google-map] .map-marker-container img {
	width: 100%;
	height: auto;
}
a.view-on-google-maps-link {
	display: block;
	opacity: .4;
	margin-top: 1em;
	font-size: .8em;
	text-align: right;
	line-height: 1;
	color: #666;
}
a.view-on-google-maps-link:hover {
	opacity: 0.8;
}
#map-no-properties-found {
	padding: 30px 0;
}
#divBusca option {
	background: #FFF;
	color: #000;
}
#divBusca input,
#divBusca p {
	position: relative;
	margin-bottom: 10px;
}
#divBusca * {
	border-style: none;
}
#divBusca input,
#divBusca select {
	cursor: pointer;
}
#divBusca input {
	display: inline-block;
	width: 100%;
	height: 40px;
	cursor: pointer;
	font-size: 1em;
	background: rgba(187, 187, 187, 0.2);
	z-index: 1;
	color: #FFF;
	text-align: left;
}
#divBusca p > span {
	display: inline-block;
	width: 100%;
	height: 40px;
	cursor: pointer;
	font-size: 1em;
	background: rgba(187, 187, 187, 0.2);
	z-index: 1;
	color: #FFF;
	text-align: left;
}
#divBusca p > span::after {
	font-family: FontAwesome;
	content: "\F107";
	position: absolute;
	right: 14px;
	top: 14px;
	line-height: 1;
	color: #FFF;
	z-index: 0;
}
.btn {
	height: auto;
	border-radius: 3px;
}
.btn-fraco {
	border: #ccc 1px solid;
	background: #eee;
	color: #666 !important;
}
.btn-fraco a {
	color: inherit;
}
.btn-fraco:hover,
.btn-fraco:focus,
.btn-fraco:active,
.btn-fraco.active {
	background: #EBB900;
	color: #FFF !important;
	border: #EBB900 1px solid;
}
.open > .dropdown-toggle.btn-fraco {
	background: #EBB900;
	color: #FFF !important;
	border: #EBB900 1px solid;
}
.btn-fraco:active,
.btn-fraco.active {
	background-image: none;
}
.open > .dropdown-toggle.btn-fraco {
	background-image: none;
}
.btn-fraco.disabled,
.btn-fraco[disabled] {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
fieldset[disabled] .btn-fraco {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
.btn-fraco.disabled:hover,
.btn-fraco[disabled]:hover {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
fieldset[disabled] .btn-fraco:hover {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
.btn-fraco.disabled:focus,
.btn-fraco[disabled]:focus {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
fieldset[disabled] .btn-fraco:focus {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
.btn-fraco.disabled:active,
.btn-fraco[disabled]:active {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
fieldset[disabled] .btn-fraco:active {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
.btn-fraco.disabled.active,
.btn-fraco[disabled].active {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
fieldset[disabled] .btn-fraco.active {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
.btn-fraco .badge {
	background: #EBB900;
	color: #FFF;
}
.btn-forte {
	background: #EBB900;
	color: #FFF;
	border: #EBB900 1px solid;
}
.btn-forte a {
	color: inherit;
}
.btn-forte:hover,
.btn-forte:active,
.btn-forte.active {
	background: #EBB900;
	color: #FFF;
	border: #EBB900 1px solid;
}
.open > .dropdown-toggle.btn-forte {
	background: #EBB900;
	color: #FFF;
	border: #EBB900 1px solid;
}
.btn-forte:active,
.btn-forte.active {
	background-image: none;
}
.open > .dropdown-toggle.btn-forte {
	background-image: none;
}
.btn-forte.disabled,
.btn-forte[disabled] {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
fieldset[disabled] .btn-forte {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
.btn-forte.disabled:hover,
.btn-forte[disabled]:hover {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
fieldset[disabled] .btn-forte:hover {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
.btn-forte.disabled:focus,
.btn-forte[disabled]:focus {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
fieldset[disabled] .btn-forte:focus {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
.btn-forte.disabled:active,
.btn-forte[disabled]:active {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
fieldset[disabled] .btn-forte:active {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
.btn-forte.disabled.active,
.btn-forte[disabled].active {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
fieldset[disabled] .btn-forte.active {
	border-color: #4C4F49 1px solid;
	background-color: rgba(27, 50, 129, 0.4);
}
.btn-forte .badge {
	color: #428bca;
	background-color: #fff;
}
.btn-verde {
	background: #EBB900;
	color: #FFF;
}
.icon {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: no-repeat center center #EBB900;
}
.icon-bullhorn {
	background-image: url(_imgs/icon/bullhorn.png);
}
.icon-prancheta {
	background-image: url(_imgs/icon/prancheta.png);
}
.icon-email {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(_imgs/icon/email.png) no-repeat center center;
	margin-right: 10px;
	vertical-align: middle;
}
.icon-duvida {
	display: inline-block;
	width: 29px;
	height: 31px;
	background: url(_imgs/icon/duvida.png) no-repeat center center;
	margin-right: 1em;
	vertical-align: middle;
}
.icon-email3 {
	display: inline-block;
	width: 29px;
	height: 21px;
	background: url(_imgs/icon/email-3.png) no-repeat center center;
	margin-right: 18px;
	vertical-align: middle;
}
.icon-facebook2 {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(_imgs/icon/facebook2.png) no-repeat center center;
	margin-right: 18px;
	vertical-align: middle;
}
.icon-interact {
	display: inline-block;
	width: 29px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: -30px center;
	vertical-align: middle;
	margin-right: 35px;
}
/*
.icon-interact:hover {
	background-position: 0 center;
}
*/
.btn:hover .icon-interact {
	background-position: 0 center;
}
.imovel-mapa .icon-visita {
	background-size: 45px;
	background-position-x: -23px;
	width: 23px;
}
.icon-home {
	background-image: url(_imgs/icon/home.png);
}
.icon-duvida-2 {
	background-image: url(_imgs/icon/duvida-2.png);
}
.icon-visita {
	background-image: url(_imgs/icon/visita.png);
}
.icon-comparar {
	background-image: url(_imgs/icon/comparar.png);
}
.icon-email2 {
	background-image: url(_imgs/icon/email-2.png);
}
.icon-facebook {
	background-image: url(_imgs/icon/facebook.png);
}
.btn-proximo {
	position: absolute;
	top: -moz-calc(50% - 30px);
	top: -webkit-calc(50% - 30px);
	top: calc(50% - 30px);
	right: 4%;
	font-size: 35px;
	border-radius: 50%;
	z-index: 100;
	width: 60px;
	height: 60px;
	padding: 0;
}
.btn-anterior {
	position: absolute;
	top: -moz-calc(50% - 30px);
	top: -webkit-calc(50% - 30px);
	top: calc(50% - 30px);
	right: 4%;
	font-size: 35px;
	border-radius: 50%;
	z-index: 100;
	width: 60px;
	height: 60px;
	padding: 0;
	left: 2%;
}
button.btn-proximo:focus,
button.btn-anterior:focus {
	background-color: #EBB900;
	color: #FFF;
	border: #EBB900 1px solid;
	padding: 0;
}
.btn-proximo .glyphicon {
	top: 2px;
}
.btn-anterior .glyphicon {
	top: 2px;
	left: -2px;
}
#divBusca {
	background: #444;
	color: #FFF;
	border-top: #FFF solid 1px;
}
#divBusca button {
	background: #EBB900;
	color: #fff;
}
.btn-search button {
	font-weight: 700;
	font-size: 1.285em;
}
section header h3 {
	color: #000;
	font-size: 2em;
	margin-bottom: 0.5em !important;
	font-weight: 700;
}
section header li {
	list-style: none;
	display: inline-block;
	padding: 3px 25px;
	margin: 0 1em;
	margin-bottom: 1em !important;
}
section header li.active {
	border: #4C4F49 1px solid;
	background: #FFF;
	color: #4C4F49;
}
.home-mapa li {
	padding: 0;
}
.home-mapa #map-wrapper {
	margin-top: 0 !important;
}
#google-map {
	border-top: #BBB solid 1px;
	border-bottom: #BBB solid 1px;
}
.list-post h4 a {
	font-size: 18px;
	color: #4C4F49;
}
.list-post img {
	border: #ddd solid 1px;
}
.widgets {
	background: #EEE;
	height: 220px;
	padding: 50px 20px;
	position: relative;
	margin-top: 45px;
	color: #60645F;
	text-align: center;
}
.widgets .icon {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -45px;
}
.widgets h4 {
	color: #4C4D47;
}
#footer nav ul {
	border-bottom: #fff2 solid 2px;
	display: flex;
    justify-content: space-between;
}
#footer nav li {
	font-size: 13px;
	text-transform: uppercase;
}
@media (max-width: 531px) {
	#footer nav ul {
		flex-direction: column;
	}
	#footer nav li {
		font-size: 15px;		
	}
}
#footer h5 {
	font-size: 1.5em;
}
.footer-contato .icon-tel {
	font-size: 1.3em;
}
.footer-contato i {
	color: #EBB900;
}
.footer-contato .fa-envelope-o {
	margin-right: .8em;
	padding: 0.1em;
}
.footer-contato .fa-phone {
	padding: .2em;
	margin-right: .5em;
	font-size: 18px;
}
.footer-contato .fa-whatsapp {
	padding: .2em;
	margin-right: .5em;
	font-size: 18px;
}
.footer-contato .fa-mobile {
	padding: .3em;
	margin-right: .3em;
	font-size: 24px;
}
.footer-contato .icon-tel span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(_imgs/icon/tel.png) no-repeat center center;
	margin-right: 10px;
	vertical-align: middle;
}
.footer-contato a.btn {
	font-size: 12px;
	margin-top: 1em;
}
#footer input {
	background: #4c4f49;
	border: #777 solid 1px;
	color: #FFF;
}
#footer #newsletter .btn-enviar button {
	max-width: 100%;
}
.fb-like-box.fb_iframe_widget {
	border: #EBB900;
	background: #fff;
}
.footer-likebox .fb-like-box {
	overflow: hidden;
}
.footer-likebox * {
	width: 100%;
}
.filtro-opcoes {
	background: #888;
	color: #FFF;
	padding: 20px 0;
}
.filtro-opcoes span {
	font-size: 14px;
}
.paginacao,
.tit-pagina {
	background: #888;
	color: #FFF;
	padding: 20px 0;
}
.filtro-opcoes label {
	color: #FFF;
}
.tit-pagina h2 {
	color: #FFF;
	padding: 0;
	line-height: 80px;
	margin-bottom: 0;
}
.tit-pagina button {
	margin-top: 18px;
}
.tit-pagina .btn-voltar {
	cursor: pointer;
	color: #FFF;
	margin-top: 25px;
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
}
.tit-pagina .btn-voltar span {
	font-size: 13px;
	padding-left: 5px;
	top: 0;
}
.filtro-opcoes .col-sm-3 {
	padding: 0 10px 15px 0;
}
.filtro-opcoes .form-group {
	margin-bottom: 0;
}
.filtro-opcoes label {
	text-transform: uppercase;
}
.filtro-opcoes span,
.filtro-opcoes option {
	position: relative;
	color: #000;
	width: 100%;
	cursor: pointer;
}
.filtro-opcoes span.form-control {
	z-index: 0 !important;
}
.filtro-opcoes span.form-control::after {
	font-family: FontAwesome;
	content: "\F107";
	position: absolute;
	right: 14px;
	top: 14px;
	line-height: 1;
	color: #000;
	z-index: 0;
}
.paginacao {
	margin-top: -30px;
	text-transform: uppercase;
	font-weight: 700;
}
#qtdImoveis {
	line-height: 3;
}
.paginacao .btn {
	padding: 20px 22px;
	font-size: 8px;
	cursor: auto;
}
.paginacao-imoveis {
	padding: 0 50px;
}
#resultbusca {
	padding: 30px 0;
}
ul#resultbusca > li {
	display: inline-block;
}
@media (max-width: 768px) {
	ul#resultbusca {
		margin-top: -30px;
	}
	ul#resultbusca > li {
		display: inline-block;
		float: left;
		width: 100%;
		padding: 0px 40px;
	}
}
#map-wrapper #busca-mapa {
	position: absolute;
	width: 200px;
	top: 50px;
	left: 10px;
	text-align: center;
}
#map-wrapper #busca-mapa-filtro {
	position: absolute;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	top: 7px;
	left: 50px;
	text-align: center;
}
#busca-mapa-filtro .form-control {
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	border: #999 solid 1px;
	border-radius: 5px;
	width: 20%;
	display: inline-block;
}
#busca-mapa .form-control {
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	border: #999 solid 1px;
	border-radius: 5px;
	width: 20%;
	display: inline-block;
	width: 100%;
}
@media (max-width: 768px) {
	#property-items.inicial ul li:nth-child(n+3) {
		display: none;
	}
}
@media (max-width: 1199px) {
	#property-items.inicial ul li:nth-child(n+5) {
		display: none;
	}
}
.descricao {
	padding: 50px 0;
}
.anuncie {
	padding-bottom: 4em;
}
.anuncie .form-control {
	background: #EDEDED;
	border: #CCC solid 1px;
	color: #666;
}
.anuncie textarea {
	height: 150px !important;
	margin-bottom: 30px;
}
.anuncie ul {
	list-style: none;
}
.anuncie li {
	display: inline-block;
	vertical-align: top;
}
.anuncie h5 {
	font-size: 16px;
	margin-bottom: 0.5em;
}
.anuncie p {
	margin-bottom: 2em;
}
.form-botoes {
	text-align: right;
}
.form-botoes span {
	float: left;
}
.form-botoes label {
	vertical-align: middle;
	font-size: 14px;
}
.form-botoes span input[type="checkbox"] {
	margin: -1px 5px 0 0;
	vertical-align: middle;
}
.select {
	position: relative;
}
.select::after {
	font-family: FontAwesome;
	content: "\F107";
	position: absolute;
	right: 25px;
	top: 14px;
	line-height: 1;
	color: #000;
	z-index: 0;
}
.blog-content {
	background: #e9e9e9;
}
.entry-header {
	font-size: 1.6em;
}
.entry-header .header-media img {
	width: 100%;
}
.entry-header .header-content {
	padding: 20px 30px;
	background-color: #efefef;
}
.entry-header .header-content a {
	color: #666;
}
.entry-header .header-content a:hover {
	color: #4d4d4d;
}
.entry-header .entry-title {
	margin: 0;
	display: inline-block;
	font-size: 1em;
}
.entry-header .header-meta {
	opacity: .5;
	float: left;
	margin-right: .5em;
	color: #999;
	text-transform: uppercase;
}
.entry-header .header-meta > div {
	display: inline-block;
}
.entry-header .header-meta a {
	color: #999;
}
.entry-header .header-meta .day {
	font-weight: 700;
}
.entry-content,
.entry-summary {
	padding: 30px;
}
.entry-content a {
	color: #222;
}
article .section-title span {
	background-color: #fff;
}
article .section-title span::after {
	background-color: transparent;
}
.page-links {
	padding-top: 1em;
	border-top: 2px solid #eee;
}
.page-links a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f8f8f8;
}
.page-links a:hover {
	color: #fff;
	background-color: #4c4f49;
}
.page-links span {
	display: inline-block;
	width: 40px;
	text-align: center;
}
.page-links .page-links-title {
	width: auto;
	text-transform: uppercase;
}
#share-post {
	padding-top: 30px;
	border-top: 2px solid #eee;
}
#share-post i {
	display: inline-block;
	border: none;
	background-color: #ebebeb;
}
#share-post i:hover {
	background-color: #dfdfdf;
}
#share-post i:hover i {
	color: #fff;
}
#comments {
	margin-top: 100px;
}
#comments .title {
	margin-bottom: 50px;
	padding-bottom: 1em;
	border-bottom: 2px solid #eee;
}
.comment-list {
	margin-bottom: 100px;
	padding: 0;
	counter-reset: li;
}
.comment-list ul {
	margin: 40px 0 0 85px;
	padding: 0;
}
.comment-list li {
	position: relative;
	list-style: none;
}
.comment-list li:before {
	opacity: .25;
	position: absolute;
	top: 0;
	left: -50px;
	font-size: 1.5em;
	line-height: 65px;
	content: "0" counter(li);
	counter-increment: li;
}
.comment-list li li:before {
	display: none;
}
.comment-list .comment-body {
	margin-bottom: 50px;
	padding: 30px;
	background-color: #fff;
}
.comment-list .comment-avatar {
	float: left;
	margin: 0 20px 0 0;
}
.comment-list .comment-avatar img {
	height: 65px;
	width: 65px;
	border-radius: 50%;
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.comment-list .comment-avatar img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}
.comment-list .comment-author .fn {
	margin: 0;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1;
}
.comment-list .comment-author .fn a {
	border-bottom: 1px solid #eee;
}
.comment-list .comment-meta {
	display: inline-block;
	margin: 10px 0;
	color: #999;
}
.comment-list .comment-meta a {
	color: #999;
}
.comment-list .comment-content {
	overflow: hidden;
	clear: both;
	position: relative;
	margin: 0 0 0 85px;
}
@media (min-width: 992px) and (max-width: 1100px) {
	.comment-list li:before {
		display: none;
	}
}
#respond {
	padding: 30px;
	background-color: #fff;
}
#respond #reply-title {
	margin-bottom: 0;
	text-align: right;
}
#respond a#cancel-comment-reply-link {
	display: block;
	margin-bottom: 2em;
	font-size: .9em;
	text-transform: none;
}
#commentform .form-group {
	margin-bottom: 30px;
}
#commentform input {
	width: 100%;
	margin-bottom: 1em;
}
#commentform textarea {
	margin-top: 30px;
}
#commentform #submit {
	width: auto;
}
#commentform p.form-submit {
	margin-bottom: 0;
}
aside {
	background: #FFF;
	padding: 1.5em !important;
}
aside article > div {
	background: #FFF;
	margin-bottom: 25px;
	color: #666;
	overflow: hidden;
}
aside .blog-search {
	position: relative;
}
aside .blog-search strong {
	position: absolute;
	right: 1em;
	top: 0.8em;
}
aside .blog-search span {
	display: block;
}
aside .blog-search input {
	padding-right: 2em;
}
aside input.form-control {
	color: #666;
	border-bottom: #DDD solid 1px;
	border-left: #DDD solid 1px;
}
aside input.form-control:focus {
	color: #666;
	border-bottom: #DDD solid 1px;
	border-left: #DDD solid 1px;
}
aside article h3 {
	margin-bottom: 0;
}
aside article ul {
	margin: 1em 0 1.5em;
}
aside article a {
	color: #666;
}
aside article .lista-mais-acessados li {
	margin-bottom: 1.5em;
	font-size: 14px;
}
.thumb-post {
	height: auto;
	width: 100%;
}
.shared {
	margin-top: 25px;
}
.shared > span {
	display: inline-block;
	vertical-align: middle;
}
.tit-imovel {
	background: #666;
	padding: 30px 0 25px;
}
.tit-imovel h2 {
	line-height: 1.6;
	padding: 0;
}
.tit-imovel .btn-voltar {
	color: #CCC;
	margin-top: 15px;
}
.imovel-content,
.imovel-mapa,
.plantas {
	background: #E6E6E6;
	color: #000;
}
.imovel-content {
	border-top: #999 solid 2px;
	padding-bottom: 70px;
}
.imovel-content .row {
	margin: 0;
}
.imovel-desc li.imovel-bairro {
	background: #ccc;
	text-transform: uppercase;
	font-weight: 700;
}
.imovel-content p {
	padding: 0;
	margin-bottom: 0;
}
.imovel-content article > ul {
	list-style: none;
}
.imovel-content #agendar {
	padding: 20px 30px;
	border: #ccc solid 1px;
	background: #fff;
	margin-top: -10px;
}
@media (max-width: 390px) {
	#agendar .btn-visita {
		padding: 8px 10px;
	}
	#agendar .btn-visita i {
		margin-right: 15px;
	}
	#agendar .btn-visita span {
		font-size: 12px;
	}
}
.finalidades {
	list-style: none;
}
.imovel-content .finalidades {
	margin: 0 0 1em;
	text-transform: uppercase;
	color: #666;
	font-weight: 700;
	font-size: 18px;
}
.imovel-content .finalidade {
	overflow: hidden;
}
.imovel-content .finalidade .imovel-preco {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
}
.imovel-content .btn-visita {
	font-weight: bold;
	width: 100%;
}
.imovel-content .btn-visita i {
	font-size: 25px;
	margin-right: 20px;
	vertical-align: middle;
}
.imovel-desc li {
	text-align: center;
	padding: 15px 20px;
	background: #ddd;
}
.imovel-desc li i {
	margin-right: 8px;
}
.finalidades {
	padding-left: 0;
}
.finalidades .glyphicon {
	color: #EBB900;
}
.finalidades li > div {
	border-bottom: #CCC solid 4px;
	padding-right: 10px;
}
.imovel-content .col-md-6 {
	padding: 0;
}
.imovel-content .finalidade .col-md-6 {
	padding-right: 2em;
}
.imovel-content .funcoes .btn {
	margin: 0 0.5em 0 0;
}
.btn-imovel {
	padding: 12px 25px;
	vertical-align: top;
	line-height: 1.3;
	font-size: 14px;
	margin: 0 4px;
}
.btn-imovel:focus {
	border: #EBB900 1px solid;
	line-height: 1.3;
}
.imovel-content .funcoes .col-md-6 {
	margin-bottom: 1.5em;
}
.imovel-content .funcoes .col-sm-4 {
	padding: 0 1em 0 0;
}
.imovel-content .funcoes .imovel-btns {
	line-height: 1.2;
	font-size: 15px;
	text-align: right;
}
.imovel-content .funcoes .imovel-btns div {
	display: inline-block;
	cursor: pointer;
	text-align: left;
}
.funcoes div {
	color: #333;
}
.plantas h4 {
	font-size: 26px;
	color: #000;
}
.plantas h4 span.pull-right {
	font-size: 15px;
	color: #666;
	padding-top: 10px;
}
.slider-planta {
	position: relative;
	overflow: hidden;
	border-bottom: #999 solid 2px;
	border-top: #999 solid 2px;
	background: #FFF;
	padding: 1em;
}
.slider-planta > div {
	float: none;
	margin: 0 auto;
}
.imovel-mapa {
	border-bottom: #999 solid 2px;
}
.imovel-mapa article {
	padding: 1.5em;
}
.imovel-mapa article h3 {
	font-size: 32px;
	color: #333;
	margin-bottom: 0;
	padding-top: 30px;
}
.imovel-corretor img,
.corretor img {
	border: #BBB solid 1px;
}
.imovel-corretor h5,
.corretor h5 {
	font-size: 20px;
}
.corretor-info a {
	color: #333;
}
.imovel-corretor p,
.corretor p {
	margin-bottom: 0;
	line-height: 1.6;
}
.imovel-corretor .outros-imoveis {
	text-align: center;
	padding-bottom: 1.5em;
}
.imovel-corretor .outros-imoveis p {
	text-transform: uppercase;
	color: #666;
	margin: 1.6em 0 0.8em;
}
.imovel-corretor .outros-imoveis .icon-interact {
	height: 37px;
}
@media (max-width: 991px) {
	.imovel-corretor .outros-imoveis {
		text-align: left;
	}
}
#mapaCidade div {
	float: right;
	width: 300px;
	margin-right: 60px;
	position: relative;
}
#mapaCidade .selectCidade {
	background: #444;
	height: 50px;
	color: #FFF;
	margin-top: 10px;
	width: 300px;
	text-align: left;
	line-height: 3;
}
#mapaCidade div > span::after {
	font-family: FontAwesome;
	content: "\F107";
	position: absolute;
	right: 14px;
	top: 27px;
	line-height: 1;
	color: #FFF;
	z-index: 0;
}
#mapaCidade ul {
	text-align: left;
	padding: 0 4em;
	overflow: hidden;
}
#map-wrapper {
	margin-bottom: 0;
}
.imovel-mapa {
	padding: 0;
}
.veja-todos {
	padding: 1em .5em;
	text-align: right;
}
.topo-voltar {
	padding: 1.5em .5em 3em;
	margin-top: 1em;
	text-align: right;
}
@media (max-width: 767px) {
	.veja-todos,
	.topo-voltar {
		width: 100%;
		text-align: center;
	}
}
.contato-content {
	background: #E9E9E9;
}
.contato-content article {
	background: #FFF;
}
.contato-content #map-wrapper {
	margin-bottom: 2em;
}
.contato-content input,
.contato-content select,
.contato-content textarea {
	background: #E9E9E9;
}
.modal-body form > div {
	margin-bottom: 15px;
}
.comparar {
	text-align: center;
}
.comparar header {
	padding: 2em 0 1em;
	border-bottom: #CCC solid 1px;
}
.comparar-item {
	padding: 2em 0;
	border-bottom: #CCC dashed 1px;
}
.comparar p:first-child {
	font-size: 14px;
	margin-top: 1em;
}
.comparar .star-0 {
	width: 22px;
	text-align: left;
}
.comparar .row {
	margin: 0;
}
@media (max-width: 768px) {
	.comparar br {
		display: none;
	}
}
#aba-compara {
	background: url(_imgs/comparar.png) left no-repeat;
	color: #666;
	font-size: 11px;
}
#aba-compara i {
	background: url(_imgs/comparar-icon.png) #999 center no-repeat;
}
.owl-carousel {
	margin-bottom: 50px;
}
.owl-carousel .owl-item .owl-thumbnail,
.owl-carousel .owl-item .property-thumbnail {
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.owl-carousel .owl-item:hover a img {
	opacity: 0.6;
}
.owl-carousel .owl-item:hover .content-with-details > div {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.owl-carousel .owl-item:hover .content-with-details > div.no-details {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.owl-carousel .property-price {
	font-weight: 400;
	color: #999;
}
.owl-carousel .property-price span {
	font-weight: 400;
}
.owl-carousel .property-price i {
	float: right;
	opacity: .25;
	font-size: 1.2em;
}
.owl-carousel .property-price i:hover {
	opacity: 0.75;
}
.owl-carousel .title {
	margin: 0 0 5px;
}
.owl-carousel.testimonial .owl-item {
	background-color: transparent;
}
.agent-details .on-hover .fa {
	margin: 0 2px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all 0.2s;
}
.agent-details .on-hover .fa:hover {
	border-color: #fff;
}
.fa {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.agent-details .contact i {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}
.jssora05l,
.jssora05r,
.jssora05ldn,
.jssora05rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(_imgs/a17.png) no-repeat;
	overflow: hidden;
}
.jssora05l {
	background-position: -10px -40px;
}
.jssora05r {
	background-position: -70px -40px;
}
.jssora05l:hover {
	background-position: -130px -40px;
}
.jssora05r:hover {
	background-position: -190px -40px;
}
.jssora05ldn {
	background-position: -250px -40px;
}
.jssora05rdn {
	background-position: -310px -40px;
}
.jssort02 .w {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.jssort02 .c {
	position: absolute;
	top: 0;
	left: 0;
	width: 235px;
	height: 177px;
}
.jssort02 .p:hover .c {
	background: url(_imgs/t01.png) center center no-repeat;
	border-width: 0;
	top: 0;
	left: 0;
	width: 235px;
	height: 177px;
}
.jssort02 .pav:hover .c,
.jssort02 .pav .c {
	background: url(_imgs/t01.png) center center no-repeat;
	border-width: 0;
	top: 0;
	left: 0;
	width: 235px;
	height: 177px;
}
.jssort02 .p:hover .c,
.jssort02 .pav:hover .c {
	top: 0;
	left: 0;
	width: 235px;
	height: 177px;
	border: #fff 1px solid;
}
.main-content #property-list {
	padding-bottom: 20px;
}
.main-content .properties {
	margin-bottom: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
.main-content .properties > h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	padding: 40px 0;
	text-transform: uppercase;
}
.main-content .properties h3.grid-title {
	font-size: 36px;
	margin: 0;
	padding: 40px 0;
}
.main-content .col-md-8 .properties h3.grid-title {
	padding-top: 0;
}
.main-content .properties h3.agent-estate {
	margin: 0;
	padding: 0 0 30px;
}
.main-content .properties .container #wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.main-content .properties .container .box {
	overflow: hidden;
}
.main-content .properties .container .box.rail-on {
	padding-bottom: 55px;
}
.main-content .properties .container .box .scroll-properties .col-home {
	float: left;
}
.scroll-properties .row .container-big,
.scroll-properties .row .container-small {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.main-content .properties .container .box .scroll-properties .row .container-big > img {
	width: auto;
}
.scroll-properties .row .container-big .text-big,
.scroll-properties .row .container-small .text-small {
	position: absolute;
	bottom: -20px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all 0.5s ease-out;
}
.scroll-properties .row .container-big .text-big .infotexthv {
	padding: 20px;
}
.scroll-properties .row .container-big .text-big h3 {
	padding: 0;
	margin: 0 0 20px;
	overflow: hidden;
}
.main-content .properties .container .box .scroll-properties h3 {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
}
.scroll-properties .row .container-small p {
	font-size: 12px;
	max-height: 0;
	overflow: hidden;
	margin: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
.scroll-properties .row .container-big p {
	font-size: 12px;
	max-height: 0;
	overflow: hidden;
	margin: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
.scroll-properties .row .container-big:hover p {
	max-height: 500px;
}
.scroll-properties .row .container-small:hover p {
	max-height: 500px;
}
.main-content .properties .container .box .scroll-properties .row .container-big:hover .text-big {
	bottom: 0;
	opacity: .9;
	filter: alpha(opacity=90);
}
.main-content .properties .container .box .scroll-properties .row .container-big img {
	-webkit-transition: all 900ms ease-out;
	-moz-transition: all 900ms ease-out;
	-o-transition: all 900ms ease-out;
	-ms-transition: all 900ms ease-out;
	transition: all 900ms ease-out;
}
.main-content .properties .container .box .scroll-properties .row .container-big:hover img {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.main-content .properties .container .box .scroll-properties .row .container-small .text-small .infotexthv {
	padding: 15px;
}
.main-content .properties .container .box .scroll-properties .row .container-small .text-small p {
	overflow: hidden;
}
.main-content .properties .container .box .scroll-properties .row .container-small .text-small h3 {
	padding: 0 0 20px;
	margin: 0;
	overflow: hidden;
}
.main-content .properties .container .box .scroll-properties .row .container-small:hover .text-small {
	bottom: 0;
	opacity: .9;
	filter: alpha(opacity=90);
}
.main-content .properties .container .box .scroll-properties img {
	width: 100%;
	height: auto;
}
.main-content .properties .container .box .scroll-properties .row .item-above {
	margin-bottom: 20px;
}
.main-content .properties .container .box .scroll-properties .row .container-small img {
	-webkit-transition: all 900ms ease-out;
	-moz-transition: all 900ms ease-out;
	-o-transition: all 900ms ease-out;
	-ms-transition: all 900ms ease-out;
	transition: all 900ms ease-out;
}
.main-content .properties .container .box .scroll-properties .row .container-small:hover img {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.main-content .filter-pro {
	margin-bottom: 40px;
}
.main-content .filter-options > a {
	padding: 5px 20px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	border-right: 1px solid;
	font: 300 0.5 Raleway, sans-serif;
}
.main-content .filter-options > a span {
	padding: 5px 20px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	border-right: 1px solid;
	font: 300 0.5 Raleway, sans-serif;
}
.main-content .filter-options > a:focus {
	outline: none;
}
.main-content .filter-options a.active:before,
.main-content .filter-options span.active:before {
	border-style: solid;
	border-width: 10px 10px 0;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: 100%;
	width: 0;
}
#footer {
	color: #fff;
}
#footer a,
#footer h5.title {
	color: #fff;
}
#map #map-marker-container .content .title,
#map .map-marker-container .content .title {
	color: #fff;
}
body.single-property #property-features li i.fa-check,
ul#sidebar li.widget .widget-content table a {
	color: #fff;
}
header,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
}
#agendar .btn-agendar-mobile {
	position: fixed;
	bottom: 0px;
	z-index: 99;
	left: 10px;
	margin: 0px;
	width: calc( 100% - 20px);
	border-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#agendar .col-xs-6:nth-child(2n),
#agendar .col-sm-6:nth-child(2n) {
	padding-right: 3px;
}
#agendar .col-xs-6:nth-child(2n+1),
#agendar .col-sm-6:nth-child(2n+1) {
	padding-left: 3px;
}
#agendar [class*="col-"] {
	padding: 0;
}
#agendar .col-sm-4 {
	margin-top: 10px;
}
#agendar form .row > span::after {
	right: 10px;
	top: 12px;
}
@media (max-width: 768px) {

	.paginacao .container {
		padding: 0px;
	}
	.paginacao .container .col-sm-8.text-right {
		padding: 0px 10px;
	}
	.paginacao .container .col-sm-8.text-right .paginacao-imoveis {
		padding: 0px 40px;
	}
	#divBusca {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	#divBusca .row > div {
		padding: 0px;
	}
	#divBusca .container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	#divBusca form[name='busca'] p {
		width: 50%;
		float: left;
		padding: 6px;
		margin: 0;
		font-size: 10px;
	}
	#divBusca form[name='busca'] .btn-search {
		padding-top: 10px;
		width: 100%;
	}
	#divBusca form[name='busca'] .btn-search.col-sm-2 button {
		width: calc( 100% - 14px);
		font-size: 14px;
		text-transform: uppercase;
	}
	#divBusca form[name='busca'] .btn-search.col-sm-2 button span {
		margin-right: 5px;
		font-size: 16px;
	}
	#divBusca form[name='busca'] .btn-search-ref p:first-child {
		display: none;
	}
	#divBusca form[name='busca'] .btn-search-ref p {
		width: 100%;
	}
	section.plantas div.slider-planta .btn-forte {
		height: 100% !important;
		top: 0px;
		border-radius: 0px;
		font-size: 20px;
		width: 35px;
		background-color: #666 !important;
		border: 0px none !important;
		opacity: 0.3;
	}
	section.plantas div.slider-planta .btn-forte.btn-proximo {
		right: 0px;
	}
	section.plantas div.slider-planta .btn-forte.btn-anterior {
		left: 0px;
	}
	section.plantas div.slider-planta .container div {
		overflow: visible !important;
	}
	section.plantas div.slider-planta .container div img {
		transform: scale(1.7);
	}
	header.navbar .navbar-header .container .col-sm-6.col-md-4 {
		padding: 0px;
	}
	header.navbar .navbar-header .container .col-sm-6.col-md-4 .navbar-brand {
		max-width: 230px;
	}
	header.navbar .navbar-header .container .col-sm-6.col-md-4 .navbar-brand h1 {
		margin-top: 8px !important;
		margin-bottom: 10px;
		padding: 0px;
	}
	#agendar .col-sm-6 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.conteudo .imovel-content #agendar h5 {
		font-size: 20px;
	}
	.conteudo .imovel-content .imovel-desc {
		margin-bottom: 40px;
	}
	.conteudo .imovel-content .imovel-desc li {
		background-color: #fff;
	}
	.conteudo .imovel-content .imovel-desc li.imovel-strip-desc {
		background-color: #E6E6E6;
	}
	.conteudo #property-items.relacionados .veja-todos {
		margin-bottom: 40px;
	}
	.conteudo #property-items .carousel .lista-imoveis .item {
		padding: 0 15px;
	}
	.conteudo .home-last-news #widgets .widgets {
		margin-top: 65px;
	}
}
@media (max-width: 525px) {
	.conteudo #property-items header .owl-nav button {
		height: 40px;
		font-size: 24px;
		width: 30px;
		line-height: 16px;
	}
	.conteudo #property-items header .owl-nav button:first-child {
		margin-right: 4px;
	}
	.conteudo #property-items header h3 strong {
		font-weight: normal;
		font-size: 20px;
	}
}
@media (max-width: 410px) {
	.conteudo #property-items header .owl-nav {
		margin-top: 4px;
	}
	.conteudo #property-items header .owl-nav button {
		width: 26px;
		height: 36px;
	}
	.conteudo #property-items header .owl-nav button:first-child {
		margin-right: 0px;
	}
	.conteudo #property-items header h3 strong {
		font-weight: normal;
		font-size: 16px;
	}
	.conteudo #property-items header hr {
		margin: 0px;
		width: 100%;
	}
	.conteudo #property-items.relacionados header hr {
		margin-bottom: 15px;
	}
}

@media (max-width: 380px) {
	.imovel-content .container .imovel-desc li .show-item ul li span i {
		display: block;
	}
}

@media (max-width: 768px) {

	.tit-pagina{
		padding: 0px;
	}

	.tit-pagina h2{
		font-size: 18px;
	}

	.tit-pagina .btn-voltar{
		font-size: 12px;
		margin-top: 31px;
	}

	.contato-content article{
		padding-top: 20px;
	}

}

.imovel-indisponivel{
	text-align: center;
}

.imovel-indisponivel h1{
	padding-top:80px;
}

.imovel-indisponivel h5{
	font-size: 16px;
}

.imovel-content #share-buttons {
	text-align: right; 
	max-width: 100%; 
	margin-top: 30px;
}

.imovel-content #share-buttons > span {
	text-transform: uppercase; 
	display: inline-block; 
	vertical-align: middle; 
	font-size: 16px;
	margin-right: 10px;
}

.imovel-content #share-buttons > div {
	overflow: hidden; 
	display: inline-block; 
	vertical-align: middle;
}




.overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 999999;
	display: none;
	top: 0;
	left: 0;
}

#aguarde{
	background: #fff;
	padding: 20px;
	top: 0;
	left: 0;
	width: fit-content;
	margin: 100px auto 0;
	text-align: center;
	border-radius: 5px;
}
#aguarde i {
	width: 23px;
	height: 23px;
	background: url('_imgs/loading.gif') no-repeat center;
    display: block;
    vertical-align: middle;
}


@media (max-width: 685px) {
	.modal-footer {
		text-align: center;
	}
	.modal-footer .btn {
		float: none;
		display: inline-block;
		margin-top: 10px;
	}
	.modal-footer .btn[data-dismiss="modal"] {
		display: block;
		float: none;
		margin: 25px auto 0;
	}
}