/*---@charset "CP852";---*/
@charset "UTF-8";
a {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #5B5B5B;
	outline: none !important;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4 {
	color: #0071AB;
}
a:focus, a:active {
	outline: none !important;
	text-decoration: none;
}
a h1, a h2, a h3, a h4 {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #434343;
}
blockquote {
	border: none;
	display: table;
	margin-bottom: 0;
	padding: 20px 10%;
	width: 100%;
}
blockquote figure {
	display: table-cell;
	vertical-align: middle;
}
blockquote figure .image {
	background-color: #5a5a5a;
	height: 180px;
	position: relative;
	overflow: hidden;
	width: 160px;
}
blockquote figure .image:after {
	bottom: 0px;
	content: "";
	height: 0px;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0;
	width: 0px;
}
blockquote figure .image:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 20px;
	left: 0;
	width: calc(100% - 20px);
	position: absolute;
	z-index: 1;
}
blockquote .cite {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
blockquote .cite p {
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: italic;
}
blockquote .cite footer {
	color: #FCC918;
}
body {
	background-color: #fff;
	color: #363636;
	font-family: 'Ubuntu', sans-serif;
	background: url(/img_lay/fundo-site.jpg) top center no-repeat;
}
select {
	border: 1px solid rgb(138, 138, 138);
	color: #ADADAD;
	font-size: 14px;
	font-weight: bold;
	min-height: 40px;
	padding: 10px 9px 9px 9px;
	width: 100%;
}
dl {
	margin-bottom: 10px;
}
dl dt {
	float: left;
}
dl dd {
	margin-bottom: 8px;
	text-align: right;
}
dl dd .rating {
	float: right;
	position: relative;
	top: -5px;
}
h1 {
	font-size: 32px;
	font-weight: 300;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	margin-top: 5px;
	padding-bottom: 15px;
}
h2 {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 15px;
}
h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
h4 {
	font-size: 14px;
	font-weight: 400;
}
hr {
	border-color: rgba(0, 0, 0, 0.1);
}
hr.thick {
	border-width: 2px;
}
hr.divider {
	border-color: #0071AB;
	border-width: 2px;
	width: 40px;
}
p {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 1;
	font-family: "Arial", sans-serif;
}
section {
	position: relative;
}
ul.list-links {
	margin-top: -5px;
}
ul.list-links li a {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #5a5a5a;
	display: block;
	padding: 5px 0;
	padding-left: 0;
}
ul.list-links li a:hover {
	color: #0071AB;
	padding-left: 5px;
}
.page-sub-page #page-content:after {
	content: "";
	left: 0;
	height: 110px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.page-sub-page.page-submit h2 {
	border: none;
	margin-bottom: 25px;
	padding-bottom: 0;
}
.page-sub-page.page-submit .submit-pricing {
	margin-bottom: 0;
}
.page-sub-page.page-create-account .radio {
	display: inline-block;
	margin-right: 50px;
	margin-bottom: 30px;
}
.page-sub-page.page-create-account h3 {
	margin-top: 0;
}
.page-sub-page.page-create-agency #page-content form > section {
	margin-bottom: 30px;
}
.page-sub-page.page-contact #page-content section {
	margin-bottom: 30px;
}
.page-sub-page.page-legal #page-content section {
	margin-bottom: 40px;
}
.page-sub-page.page-legal #page-content section h3 {
	font-weight: normal;
}
.page-sub-page.page-agency-detail #page-content address {
	position: relative;
}
.page-sub-page.page-about-us .background-image {
	overflow: visible;
}
.page-sub-page.page-about-us .agent .wrapper aside {
	display: none;
}
.page-sub-page.page-about-us #our-team .agent .wrapper {
	padding-left: 110px;
}
.page-sub-page.page-about-us #our-team .agent .agent-image {
	width: 90px;
}
#overlay {
	background: rgba(0, 0, 0, 0.3);
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99998;
}
#similar-properties {
	padding-bottom: 20px;
}
#similar-properties h2 {
	margin-bottom: 10px !important;
}
.background-color-grey-light {
	background-color: #f3f3f3;
}
.background-color-grey-medium {
	background-color: #5a5a5a;
}
.background-color-grey-dark {
	background-color: #2a2a2a;
}
.background-color-default {
	background-color: #0071AB;
}
.background-color-default-darker {
	background-color: #FCC918;
}
.background-image {
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	overflow: hidden;
	display: none;
}
.button-icon .fa {
	margin: 0 10px;
}
.center {
	text-align: center;
}
.has-fullscreen-map {
	position: relative;
}
.has-fullscreen-map:before {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: 0.8s;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	animation: animate-loading 3s infinite linear;
	-webkit-animation: animate-loading 3s infinite linear;
	content: "\f013";
	color: #2a2a2a;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 26px;
	height: 30px;
	bottom: 0;
	right: 0;
	margin: auto;
}
.has-fullscreen-map:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: 0.8s;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	background-color: #fff;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}
.has-fullscreen-map.loaded:before, .has-fullscreen-map.loaded:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.has-dark-background {
	color: #393939;
}
.has-dark-background a {
	color: #fff;
}
.link-icon {
	color: #2a2a2a;
}
.link-icon .fa {
	color: #0071AB;
	margin: 0 10px;
}
.link-arrow {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #2a2a2a;
	display: inline-block;
}
.link-arrow:after {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f105";
	color: white;
	left: 0;
	font-size: 18px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}
.link-arrow:hover {
	color: #453412;
	cursor: pointer;
}
.link-arrow:hover:after {
	color: #453412;
	left: 5px;
}
.link-arrow.geo-location:after {
	content: "\f041";
	top: -1px;
}
.link-arrow.geo-location:hover:after {
	left: 0;
	top: -5px;
}
.link-arrow.back:after {
	display: none;
}
.link-arrow.back:before {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f104";
	color: #0071AB;
	right: 0;
	font-size: 18px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}
.link-arrow.back:hover {
	color: #2a2a2a;
	cursor: pointer;
}
.link-arrow.back:hover:before {
	color: #FCC918;
	right: 5px;
}
.no-border {
	border: none !important;
}
.no-bottom-margin {
	margin-bottom: 0 !important;
}
.opacity-10 {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.1;
}
.opacity-20 {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
}
.text-align-right {
	text-align: right;
}
.text-underline {
	text-decoration: underline;
}
/****
  A
****/
#about-us #ceo-section .cite-title {
	font-size: 36px;
	font-weight: lighter;
}
#about-us #ceo-section h3 {
	color: #FCC918;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
}
#about-us #ceo-section .cite {
	display: inline-block;
	margin: 20px 0;
	width: 70%;
}
#about-us .image {
	display: inline-block;
	margin-bottom: 10px;
}
#about-us .image img {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#about-us .divider-image {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.1;
	margin: 30px 0;
	max-width: 100%;
}
#about-us .member {
	margin-bottom: 60px;
}
.account-profile {
	position: relative;
}
.account-profile h3 {
	margin-top: 0;
	margin-bottom: 30px;
}
.account-profile img {
	width: 100%;
	margin-bottom: 30px;
}
.account-profile form {
	position: relative;
}
.account-profile section {
	margin-bottom: 0px;
}
.account-profile section#agency {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.account-profile section#contact label, .account-profile section#agency label {
	display: block;
	line-height: 38px;
}
.account-profile section#social .input-group {
	width: 100%;
}
.account-profile section#social .input-group .input-group-addon {
	background-color: #2a2a2a;
	width: 40px;
}
.account-profile section#social .input-group .input-group-addon i {
	color: #fff;
}
.account-profile .contact-fields {
	display: table;
	width: 100%;
}
.account-profile .contact-fields dt {
	clear: both;
}
.account-profile .contact-fields dd {
	float: right;
	margin-bottom: 5px;
	width: 65%;
}
.account-profile .switch {
	position: absolute;
	top: 0;
	right: 0;
}
.account-profile .switch label {
	line-height: 0 !important;
}
.account-profile .switch .icheckbox {
	margin-right: 0;
}
.geo-location-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
}
.geo-location-wrapper:hover .text {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	right: 50px;
	pointer-events: none;
}
.geo-location-wrapper .btn {
	background-color: #fff;
	color: #FCC918;
	position: absolute;
	right: 0px;
	top: 160px;
	width: 38px;
}
.geo-location-wrapper .btn:hover {
	background-color: #fff;
	color: #0071AB;
}
.geo-location-wrapper .fa {
	font-size: 20px;
}
.geo-location-wrapper .text {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #fff;
	background-color: #FCC918;
	padding: 10px;
	position: absolute;
	right: 40px;
	text-align: right;
	top: 0;
	pointer-events: none;
}
.geo-location-wrapper .text:after {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #FCC918;
	position: absolute;
	top: 0;
	right: -4px;
	bottom: 0;
	margin: auto;
}
.agency {
	border-bottom: 1px solid #f3f3f3;
	display: table;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.agency address {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
}
.agency address h3 {
	margin-top: 0;
	margin-bottom: 10px;
}
.agency h2 {
	border: none;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0;
}
.agency dl {
	display: inline-block;
	width: 50%;
}
.agency dl dd {
	margin-bottom: 4px;
}
.agency .agency-image {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
}
.agency .wrapper {
	display: table-cell;
	width: 70%;
}
.agency-image img {
	max-width: 100%;
}
.agent {
	margin-bottom: 60px;
	position: relative;
	padding-left: 180px;
}
.agent .agent-image {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	left: 0;
	position: absolute;
	top: 0;
	width: 160px;
}
.agent .agent-image:hover {
	top: -5px;
}
.agent .agent-image img {
	width: 100%;
}
.agent .wrapper h2 {
	border: none;
	margin-bottom: 10px;
	margin-top: 0;
	padding-bottom: 0;
}
.agent .wrapper aside {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
.agent .wrapper dl {
	border-top: 1px solid #f3f3f3;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 12px;
}
.agent .wrapper dl dd {
	margin-bottom: 4px;
}
#agent-detail h3 {
	margin-bottom: 20px;
	margin-top: 0;
}
#agent-detail .property h3 {
	margin: 5px 0 3px 0;
}
#agent-detail .agent-image img {
	width: 100%;
}
#agent-detail .agent-social .btn {
	width: 36px;
}
#agent-detail .agency-logo {
	display: block;
	position: relative;
}
#agent-detail .agency-logo:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f105";
	color: #0071AB;
	font-size: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 20px;
	right: 20px;
}
#agent-detail .agency-logo:hover:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	right: 5px;
}
#agent-detail .agency-logo img {
	max-width: 100%;
}
.agent-form .agent-info {
	padding-left: 140px;
	position: relative;
}
.agent-form .agent-info h3 {
	margin-top: 0;
}
.agent-form .agent-info hr {
	margin: 10px 0;
}
.agent-form .agent-info figure {
	left: 0;
	position: absolute;
	top: 0;
}
.agent-form .agent-info figure img {
	width: 120px;
}
/*
#agent-info {
  dl {
    dd { text-align: left; margin-left: 80px; }
  }
}
*/
.animate-loading {
	-webkit-animation-name: animate-loading;
	-moz-animation-name: animate-loading;
	-ms-animation-name: animate-loading;
	animation-name: animate-loading;
	-webkit-animation-duration: infinite;
	-moz-animation-duration: infinite;
	-ms-animation-duration: infinite;
	animation-duration: infinite;
}
@-webkit-keyframes animate-loading {
}
@-moz-keyframes animate-loading {
}
@-ms-keyframes animate-loading {
}
@keyframes animate-loading {
}
@-webkit-keyframes animate-loading {
 0% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-moz-keyframes animate-loading {
 0% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-ms-keyframes animate-loading {
 0% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes animate-loading {
 0% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/****
  B
****/
.banner {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 2px solid #f3f3f3;
	display: table;
	width: 100%;
	height: 100%;
	padding: 30px;
	margin-bottom: 30px;
}
.banner:hover {
	border-color: #d9d9d9;
}
.banner .title, .banner .submit {
	display: table-cell;
	vertical-align: middle;
}
.banner .title {
	color: #2a2a2a;
	font-size: 24px;
	font-weight: 400;
	width: 70%;
}
.banner .submit {
	color: #0071AB;
	font-size: 18px;
	text-align: right;
	width: 30%;
}
.banner .submit i {
	color: #0071AB;
	margin-left: 10px;
}
.breadcrumb {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	background-color: transparent;
	padding: 8px 0;
	font-size: 12px;
	margin-bottom: 10px;
}
.breadcrumb a {
	color: #000000;
}
.block {
	padding: 25px 0;
}
.blog-post {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 60px;
	padding-bottom: 30px;
}
.blog-post iframe {
	margin-bottom: 20px;
}
.blog-post img {
	max-width: 100%;
}
.blog-post header h2 {
	border: none;
	font-size: 36px;
	margin: 20px 0;
	padding-bottom: 0;
}
.blog-post p {
	margin-bottom: 20px;
}
.blog-post ul {
	padding-left: 25px;
}
.blog-post .meta {
	display: table;
	width: 100%;
	margin: 20px 0;
}
.blog-post .meta .link-icon:first-child .fa {
	margin-left: 0;
}
.blog-post .meta .tags {
	display: inline-block;
	float: right;
}
.blog-post .meta .tags .tag {
	margin-left: 5px;
}
.bookmark {
	position: relative;
}
.bookmark:before {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f006";
	color: #F1B619;
	font-size: 18px;
	position: relative;
}
.bookmark:hover:before {
	color: #00A7E0;
}
.bookmark:hover .title-add {
	visibility: visible;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	right: 30px;
}
.bookmark .title-add, .bookmark .title-added {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	color: #5a5a5a;
	font-size: 12px;
	pointer-events: none;
	position: absolute;
	top: 0px;
	right: 25px;
	text-align: right;
	width: 140px;
}
.bookmark-added {
	position: relative;
}
.bookmark-added:before {
	content: "\f005";
}
.bookmark-added:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	animation: animate-bookmark 1s;
	-webkit-animation: animate-bookmark 1s;
	content: "\f055";
	color: #0071AB;
	left: 3px;
	font-size: 14px;
	position: absolute;
	z-index: 2;
}
.bookmark-added .title-add {
	-webkit-opacity: 0 !important;
	opacity: 0 !important;
}
.bookmark-added .title-added {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	visibility: visible;
}
.animate-bookmark {
	-webkit-animation-name: animate-bookmark;
	-moz-animation-name: animate-bookmark;
	-ms-animation-name: animate-bookmark;
	animation-name: animate-bookmark;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes animate-bookmark {
}
@-moz-keyframes animate-bookmark {
}
@-ms-keyframes animate-bookmark {
}
@keyframes animate-bookmark {
}
@-webkit-keyframes animate-bookmark {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 top: 0px;
}
 30% {
 top: -20px;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
 100% {
 top: -20px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
@-moz-keyframes animate-bookmark {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 top: 0px;
}
 30% {
 top: -20px;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
 100% {
 top: -20px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
@-ms-keyframes animate-bookmark {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 top: 0px;
}
 30% {
 top: -20px;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
 100% {
 top: -20px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
@keyframes animate-bookmark {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 top: 0px;
}
 30% {
 top: -20px;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
 100% {
 top: -20px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
/****
  C
****/
.cite {
	color: rgba(0, 0, 0, 0.5);
	font-family: "Georgia", serif;
	font-size: 18px;
	font-style: italic;
	margin: 10px 0;
}
.comments {
	list-style: none;
	padding-left: 0;
}
.comments .comment {
	display: table;
	margin-bottom: 20px;
	padding-left: 80px;
	position: relative;
}
.comments .comment figure {
	left: 0;
	position: absolute;
	top: 0;
}
.comments .comment figure .image {
	background-color: #5a5a5a;
	height: 70px;
	position: relative;
	overflow: hidden;
	width: 60px;
}
.comments .comment figure .image:after {
	bottom: 0px;
	content: "";
	height: 0px;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0;
	width: 0px;
}
.comments .comment figure .image:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	width: calc(100% - 10px);
	position: absolute;
}
.comments .comment figure .image img {
	height: 100%;
}
.comments .comment .date {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 5px;
}
.comments .comment .date .fa {
	color: #b8b8b8;
	font-size: 10px;
	margin-right: 10px;
}
.comments .comment .name {
	display: table;
	font-size: 18px;
	width: 100%;
}
.comments .comment .reply {
	color: #2a2a2a;
}
.comments .comment .reply .fa {
	color: #0071AB;
	margin-right: 10px;
}
/****
  D
****/
.display-lines .property {
	border-bottom: 2px solid #f3f3f3;
	padding-left: 280px;
	padding-bottom: 30px;
	position: relative;
	overflow: visible;
}
.display-lines .property.no-border {
	padding-bottom: 0;
}
.display-lines .property:hover img {
	top: inherit;
}
.display-lines .property .property-image {
	height: 195px;
	left: 0;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 260px;
}
.display-lines .property .type {
	top: 0;
	right: 0;
}
.display-lines .property .info {
	display: table;
	position: relative;
}
.display-lines .property .info header a {
	display: inline-block;
}
.display-lines .property .info header figure {
	margin-bottom: 10px;
}
.display-lines .property .info header h3 {
	color: #FCC918;
	font-size: 28px;
	margin: 0;
}
.display-lines .property .info aside {
	margin-top: 10px;
}
.display-lines .property .info aside p {
	float: left;
	max-height: 55px;
	font-size: 12px;
	width: 60%;
	overflow: hidden;
	padding-right: 10px;
	padding-bottom: 20px;
}
.display-lines .property .info aside dl {
	float: right;
	width: 40%;
	font-size: 12px;
}
.display-lines .property .info aside dl dd {
	margin-bottom: 4px;
}
.display-lines .property .info .link-arrow {
	bottom: 0;
	left: 0;
	position: absolute;
}
.display-lines .property .ribbon {
	margin: inherit;
	left: initial;
}
/****
  E
****/
.enabled {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	pointer-events: inherit;
}
.disabled {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.6;
	pointer-events: none;
}
.error-page {
	display: table;
	text-align: center;
	margin-top: 100px;
	width: 100%;
}
.error-page h2 {
	position: relative;
	z-index: 4;
}
.error-page .title header {
	color: #0071AB;
	font-size: 99px;
	font-weight: lighter;
	position: relative;
	z-index: 1;
}
.error-page .top {
	bottom: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	z-index: 2;
}
.error-page .bottom {
	bottom: 90px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	z-index: 0;
}
/****
  F
****/
.faq {
	position: relative;
	padding-left: 50px;
	margin-bottom: 50px;
}
.faq .icon {
	background-color: #0071AB;
	color: #fff;
	height: 35px;
	left: 0;
	width: 35px;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 35px;
}
.faq .icon:after {
	bottom: -7px;
	content: "";
	height: 0px;
	border-style: solid;
	border-width: 0px 10px 10px 10px;
	border-color: transparent #0071AB transparent transparent;
	position: absolute;
	right: 0;
	width: 0px;
}
.faq header {
	color: #FCC918;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 15px;
}
.faq p {
	border-bottom: 2px solid #f3f3f3;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.faq aside {
	font-size: 12px;
}
.faq aside a {
	margin-left: 10px;
}
.feature-box {
	border: 2px solid #f3f3f3;
	margin-bottom: 30px;
	padding: 0 20px 15px 80px;
	position: relative;
}
.feature-box .description h3 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #FCC918;
	font-weight: normal;
	padding-bottom: 10px;
}
.feature-box .icon {
	background-color: #0071AB;
	height: 60px;
	left: -2px;
	padding: 20px;
	position: absolute;
	top: -2px;
	width: 60px;
}
.feature-box .icon:after {
	bottom: -8px;
	content: "";
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #0071AB transparent transparent;
	position: absolute;
	right: 0;
	width: 0px;
}
.feature-box .icon .fa {
	color: #fff;
	font-size: 20px;
}
.featured-properties {
	padding-bottom: 0;
	padding-top: 40px;
}
#featured-properties-carousel {
	background-color: #fff;
}
.fun-facts {
	display: table;
	margin-bottom: 15px;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.fun-facts:before {
	background-color: rgba(0, 0, 0, 0.07);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	top: -15px;
	right: 0;
	width: 100%;
	z-index: -2;
}
.fun-facts .number-wrapper {
	text-align: center;
}
.fun-facts .number-wrapper figure {
	color: #FCC918;
}
.fun-facts .number-wrapper .number {
	color: #0071AB;
	font-size: 48px;
	font-weight: lighter;
	position: relative;
}
.fun-facts .number-wrapper .number:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	z-index: -1;
}
/****
  I
****/
.invoice {
	width: 100%;
}
.invoice aside {
	display: inline-block;
	width: 49%;
}
.invoice address {
	line-height: 24px;
	margin: 20px 0;
}
.invoice table {
	width: 100%;
}
.invoice section {
	border-bottom: 2px solid #ccc;
	padding: 20px 0;
}
.invoice dl dd {
	text-align: left;
}
.invoice dl dt {
	width: 150px;
}
.invoice h1 {
	border: none;
	font-size: 60px;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}
.invoice h2 {
	border: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.invoice h3 {
	border: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 24px;
}
.invoice h4 {
	font-weight: bold;
}
.invoice .title {
	font-weight: bold;
}
.invoice #description-table th {
	background-color: #e8e8e8;
	padding: 8px 0;
}
.invoice #description-table th:first-child {
	padding-left: 10px;
	width: 50%;
}
.invoice #description-table th:last-child {
	text-align: right;
	padding-right: 10px;
	width: 18%;
}
.invoice #description-table td {
	padding: 10px 0;
}
.invoice #description-table td:first-child {
	padding-left: 10px;
}
.invoice #description-table td:last-child {
	text-align: right;
	padding-right: 10px;
}
.invoice #description {
	padding-bottom: 0;
}
.invoice #subtotal aside:last-child {
	width: 18%;
}
.invoice #summary {
	text-align: right;
}
.invoice #summary h2 {
	display: inline-block;
}
.invoice #summary figure {
	display: inline-block;
	font-size: 24px;
	width: 18%;
}
.invoice #from-to > table > tbody > tr > td {
	width: 50%;
	vertical-align: top;
}
.invoice #underline {
	font-size: 12px;
}
/****
  L
****/
.language-bar {
	float: right;
	margin-left: 15px;
}
.language-bar a {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-left: 5px !important;
}
.language-bar a.active {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.language-bar a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.layout-expandable {
	-moz-transition: 0.8s;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	overflow: hidden;
}
#loading-icon {
	bottom: 0;
	font-size: 28px;
	height: 25px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	z-index: 3;
}
.loading:before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
.logos {
	display: block;
	line-height: 0;
	margin-top: 10px;
	padding: 30px 10px;
	text-align: justify;
}
.logos:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.logos .logo {
	display: inline-block;
	margin-bottom: 7px;
	position: relative;
}
.logos .logo a {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	padding: 10px;
}
.logos .logo a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
/****
  N
****/
.note {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	font-size: 12px;
	margin: 10px 0;
}
/****
  M
****/
.masonry-hide-other {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
.masonry-show {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.member {
	position: relative;
	margin-bottom: 30px;
	padding-left: 130px;
}
.member h3 {
	color: #FCC918;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
}
.member .image {
	left: 0;
	position: absolute;
	top: 0;
}
.member .image img {
	width: 110px;
}
.member dl {
	border-top: 2px solid #f3f3f3;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
}
.member dl dd {
	margin-bottom: 4px;
}
.member .tag {
	background-color: #0071AB;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
}
.my-properties table {
	width: 100%;
}
.my-properties table h2 {
	border: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
.my-properties table thead {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.my-properties table thead tr th {
	background-color: #FCC918;
	border: none;
	color: #fff;
	padding: 10px 10px 10px 0px;
}
.my-properties table thead tr th:first-child {
	padding-left: 10px;
}
.my-properties table tbody tr td {
	border-top: none;
	border-bottom: 2px solid #f3f3f3;
	padding: 20px 20px 20px 0px;
	vertical-align: middle;
}
.my-properties table tbody tr td:last-child {
	padding-right: 5px;
}
.my-properties table tbody tr td.actions {
	text-align: right;
}
.my-properties table tbody tr td.actions a {
	padding: 5px;
}
.my-properties table tbody tr td.actions .edit {
	float: left;
	color: #2a2a2a;
}
.my-properties table tbody tr td.actions .edit:hover i {
	color: #FCC918;
}
.my-properties table tbody tr td.actions .edit i {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #0071AB;
	margin-right: 5px;
}
.my-properties table tbody tr td.actions .delete {
	color: red;
	position: relative;
	top: 5px;
}
.my-properties table tbody tr td.image {
	width: 125px;
}
.my-properties table tbody tr td.image img {
	width: 100%;
}
.my-properties table tbody tr td img, .my-properties table tbody tr td .inner {
	display: inline-block;
}
.my-properties table tbody tr td .inner figure {
	margin-bottom: 5px;
}
/****
  O
****/
.owl-carousel .property {
	margin-bottom: 0;
}
.owl-carousel .owl-pagination {
	text-align: center;
}
.owl-carousel .owl-pagination .owl-page {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
.owl-carousel .owl-pagination .owl-page:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-pagination .owl-page.active {
	background-color: rgba(0, 0, 0, 0.6);
}
.owl-carousel .owl-dots {
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
.owl-carousel .owl-dots .owl-dot:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-dots .owl-dot.active {
	background-color: rgba(0, 0, 0, 0.6);
}
/****
  P
****/
#page-content {
	padding-bottom: 10px;
	position: relative;
}
.pagination li:first-child a, .pagination li:last-child a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.pagination li.active a {
	background-color: transparent;
	border-color: #DB960E;
	color: #D59107;
}
.pagination li.active a:hover, .pagination li.active a:active, .pagination li.active a:focus {
	background-color: transparent;
	border-color: #FCC918;
	color: #FCC918;
}
.pagination li a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	border: none;
	border-top: 5px solid #f3f3f3;
	color: #5a5a5a;
	padding: 10px 20px;
}
.pagination li a:hover, .pagination li a:active, .pagination li a:focus {
	background-color: transparent;
	border-color: #DB960E;
	color: #DB960E;
}
.post-author {
	border: 2px solid #f3f3f3;
	display: table;
	margin-bottom: 60px;
	padding: 20px;
	position: relative;
	width: 100%;
}
.post-author img {
	display: table-cell;
	vertical-align: middle;
	width: 100px;/*position: absolute; height: 100px; top: 0; bottom: 0; margin: auto;*/
}
.post-author header {
	color: #FCC918;
	margin-bottom: 10px;
}
.post-author .wrapper {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.price-box {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 2px solid #f3f3f3;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	bottom: 0;
}
.price-box:hover {
	bottom: 10px;
}
.price-box.promoted {
	background-color: #001901;
	border: none;
}
.price-box.promoted header, .price-box.promoted .price {
	margin: 0;
}
.price-box.promoted ul {
	color: #fff;
}
.price-box.promoted ul li {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.price-box header {
	background-color: #0071AB;
	margin: -2px;
	padding: 20px 0;
}
.price-box header h2 {
	border: none;
	color: #fff;
	font-size: 36px;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}
.price-box .price {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #FCC918;
	color: #fff;
	margin: 0 -2px;
	padding: 10px 0;
}
.price-box .price figure {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -5px;
}
.price-box .price small {
	font-size: 12px;
}
.price-box ul {
	list-style: none;
	padding-left: 0;
	padding-bottom: 10px;
}
.price-box ul li {
	border-bottom: 2px solid #f3f3f3;
	padding: 10px 0;
}
.price-box ul li.not-available {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	text-decoration: line-through;
}
.price-box ul li span {
	font-weight: bold;
}
.property {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.property:hover img, .property:active img, .property:focus img {
	-moz-backface-visibility: hidden;
	top: -10px;
}
.property:hover.big .overlay, .property:active.big .overlay, .property:focus.big .overlay {
	bottom: 0px;
}
.property:hover .overlay, .property:active .overlay, .property:focus .overlay {
	bottom: 0px;
}
.property:hover .overlay .additional-info li, .property:active .overlay .additional-info li, .property:focus .overlay .additional-info li {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.property:hover .tag.status, .property:active .tag.status, .property:focus .tag.status {
	background-color: rgba(0, 0, 0, 0.8);
}
.property:hover .type, .property:active .type, .property:focus .type {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.property img {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-moz-backface-visibility: hidden;
	width: 100%;
	position: relative;
	top: 0;
}
.property .overlay {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	bottom: -50px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.property .overlay h3 {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 3px 0;
}
.property .overlay figure {
	color: #fff;
	font-weight: lighter;
}
.property .overlay .additional-info {
	background-color: #FCC918;
	display: table;
	height: 30px;
	list-style: none;
	margin-bottom: 0;
	width: 100%;
	padding: 8px 12px;
}
.property .overlay .additional-info li {
	-moz-transition: 0.8s;
	-webkit-transition: 0.8s;
	transition: 0.8s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	color: #fff;
	display: table-cell;
	width: 25%;
}
.property .overlay .additional-info li header {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	font-size: 11px;
}
.property .overlay .additional-info li figure {
	font-size: 11px;
	font-weight: bold;
}
.property .overlay .info {
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
	padding: 12px;
}
.property .property-image {
	/*height: 195px;*/
	overflow: hidden;
	width: 100%;
}
.property .tag.status {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	left: 13px;
	font-size: 12px;
	padding: 6px 9px;
	position: absolute;
	top: 15px;
	z-index: 1;
}
.property .tag.status:after {
	bottom: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 0;
	border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
	content: "";
	left: 0;
	position: absolute;
}
.property .type {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	background-color: #fff;
	position: absolute;
	right: 13px;
	z-index: 2;
	top: 15px;
	height: 29px;
	padding: 0 2px;
	text-align: center;
	line-height: 29px;
}
.property .type img {
	width: inherit;
	top: 0 !important;
}
.property.big {
	max-width: 440px;
}
.property.big .overlay {
	bottom: -70px;
}
.property.big .overlay h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 8px 0 3px 0;
}
.property.big .overlay li header, .property.big .overlay li figure {
	font-size: 14px;
}
.property.big .overlay .additional-info {
	height: 70px;
	padding: 15px 20px;
}
.property.big .overlay .price {
	font-size: 18px;
}
.property.big .overlay .info {
	padding: 20px;
}
.property.big .property-image {
/*height: 285px;*/
}
.property.big .tag {
	left: 20px;
	top: 20px;
}
.property.small {
	margin-bottom: 30px !important;
	border-bottom: 1px dashed rgb(229, 229, 229);
}
.property.small:hover img {
	top: inherit;
}
.property.small .property-image {
	float: left;
	width: 100px;
	height: 75px;
}
.property.small .info {
	padding-left: 110px;
}
.property.small .info a {
	color: #2a2a2a;
}
.property.small .info a:hover {
	color: #0071AB;
}
.property.small .info a h4 {
	border: none;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
.property.small .info figure {
	margin-bottom: 10px;
}
.property.small .info .tag {
	font-size: 12px;
}
.property.masonry {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #fff;
	font-size: 12px;
	width: 32.1%;
	float: left;
	margin-bottom: 15px;
	overflow: visible;
}
.property.masonry .inner {
	/*-moz-backface-visibility: hidden;*/
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.property.masonry:hover img {
	top: 0;
}
.property.masonry aside {
	border: 2px solid #f3f3f3;
	background-color: #fff;
	padding: 15px 15px 10px 15px;
	position: relative;
	top: -2px;
}
.property.masonry aside h3 {
	-moz-backface-visibility: hidden;
	color: #FCC918;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}
.property.masonry aside figure {
	-moz-backface-visibility: hidden;
	margin-bottom: 10px;
}
.property.masonry aside p {
	-moz-backface-visibility: hidden;
	margin-bottom: 10px;
}
.property.masonry aside .link-arrow {
	border-top: 2px solid #f3f3f3;
	display: block;
	font-size: 14px;
	padding-top: 10px;
}
.property.masonry .property-image {
	position: relative;
	margin-bottom: 0;
}
.property.masonry .property-image img {
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.property.masonry .property-image:hover img {
	-moz-transform: scale(1.1) rotate(0.01deg);
	-webkit-transform: scale(1.1) rotate(0.01deg);
	transform: scale(1.1) rotate(0.01deg);
}
.property.masonry .property-image:hover .type img {
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.property.masonry .property-image .overlay {
	bottom: 0;
	position: absolute;
}
.property.masonry .property-image .overlay .tag {
	-moz-backface-visibility: hidden;
}
.property.masonry .property-image .ribbon {
	top: 15px;
	bottom: inherit;
}
.property-carousel .property-slide {
	position: relative;
}
.property-carousel .property-slide .overlay {
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
	bottom: 0;
	left: 0;
	height: 40%;
	position: absolute;
	width: 100%;
}
.property-carousel .property-slide .overlay h3 {
	bottom: 20px;
	color: #fff;
	left: 30px;
	font-size: 24px;
	position: absolute;
}
.property-carousel .property-slide img {
	width: 100%;
}
.property-carousel .owl-controls {
	position: absolute;
	right: 0;
	top: 0;
}
.property-carousel .owl-controls .owl-prev, .property-carousel .owl-controls .owl-next {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #0071AB;
	display: inline-block !important;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 3 !important;
}
.property-carousel .owl-controls .owl-prev:after, .property-carousel .owl-controls .owl-next:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #fff;
	width: 5px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.property-carousel .owl-controls .owl-next:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.property-carousel .owl-controls .owl-next:after {
	content: "\f105";
}
.property-carousel .owl-controls .owl-prev:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.property-carousel .owl-controls .owl-prev:after {
	content: "\f104";
}
#property-detail section {
	margin-bottom: 25px;
}
#property-detail section h2 {
	margin-bottom: 0px;
}
.property-detail-map-wrapper {
	position: relative;
	height: 340px;
}
.property-detail-map-wrapper .property-detail-map {
	height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
}
.property-features-list li {
	display: inline-block;
	padding: 5px 0;
	width: 49%;
}
.property-features-list li:before {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f111";
	color: #0071AB;
	font-size: 8px;
	position: relative;
	bottom: 2px;
	margin-right: 10px;
}
.property-title {
	/* margin-bottom: 30px; */
	position: relative;
}
.property-title h1 {
	border: none;
	margin-bottom: 0px;
	margin-top: 0;
	padding-bottom: 0;
	font-size: 32px;
	font-weight: 300;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 5px;
	padding-bottom: 15px;
}
.property-title .actions {
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	position: absolute;
	right: 0;
}
.property-title .actions a {
	margin-left: 5px;
}
#property-rating aside, #property-rating figure {
	display: inline-block;
}
#property-rating aside header, #property-rating figure header {
	font-weight: bold;
	margin-bottom: 10px;
}
#property-rating aside {
	float: left;
}
#property-rating figure {
	float: right;
}
#property-rating figure .rating {
	width: inherit !important;
	float: right;
}
#property-rating .rating-form {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	height: 0px;
	overflow: hidden;
}
#property-rating .rating-form header {
	font-size: 18px;
	font-weight: lighter;
	margin: 20px 0;
}
.show-rating-form {
	height: auto;
}
/****
  R
****/
.rating img {
	background-color: #0071AB;
}
.rating .inner img {
	background-color: #0071AB;
}
.rating.rating-individual {
	margin-bottom: 10px;
}
.rating.rating-user {
	display: inline-block;
}
.rating.rating-user #hint {
	margin-top: 20px;
	height: 20px;
}
.ribbon {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-transform: translate3d(0, 0, 1px) rotate(-45deg);
	-ms-transform: translate3d(0, 0, 1px) rotate(-45deg);
	-webkit-transform: translate3d(0, 0, 1px) rotate(-45deg);
	transform: translate3d(0, 0, 1px) rotate(-45deg);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #0071AB;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 6px;
	position: absolute;
	z-index: 3;
	left: -30px;
	top: 15px;
	width: 120px;
	text-align: center;
	margin: auto;
	height: 30px;
	bottom: inherit;
	right: inherit;
}
/****
  S
****/
#search-filter {
	margin-bottom: 40px;
	padding-top: 10px;
	position: relative;
}
#search-filter h3 {
	display: inline-block;
	margin: 0 10px 0 0;
}
#search-filter h3 i {
	color: #0071AB;
	font-size: 12px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
#search-filter .search-count {
	font-weight: bold;
}
#search-filter .sorting {
	position: absolute;
	right: 0;
	top: 0px;
}
#search-filter .sorting span, #search-filter .sorting .form-group {
	display: inline-block;
}
#search-filter .sorting span {
	margin-right: 10px;
}
#search-filter .sorting .form-group {
	min-width: 200px;
}
.section-title {
	position: relative;
}
.section-title .link-arrow {
	margin-top: 5px;
	right: 0;
	position: absolute;
	top: 0;
}
.show-on-map {
	color: #2a2a2a;
	position: absolute;
	right: 0px;
	text-align: center;
}
.show-on-map .fa {
	color: #0071AB;
	font-size: 24px;
}
#sidebar aside {
	margin-bottom: 50px;
}
#sidebar h3 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	margin-top: 21px;
	padding-bottom: 15px;
}
#sidebar form .btn {
	width: 100%;
}
#sidebar ul {
	padding-left: 15px;
}
#sidebar ul.list-links li {
	color: #0071AB;
}
#sidebar .sidebar-navigation {
	list-style: none;
	padding-left: 0;
}
#sidebar .sidebar-navigation li.active a {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	border-color: #FCC918;
	padding-left: 10px;
}
#sidebar .sidebar-navigation li.active a:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	border-color: transparent transparent transparent #FCC918;
}
#sidebar .sidebar-navigation li.active a:hover {
	padding-left: 10px;
}
#sidebar .sidebar-navigation li.active i {
	display: inline-block;
}
#sidebar .sidebar-navigation > li {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 5px;
	position: relative;
}
#sidebar .sidebar-navigation > li a {
	border-right: 3px solid transparent;
	color: #2a2a2a;
	display: block;
	padding: 10px 0 10px 10px;
	position: relative;
}
#sidebar .sidebar-navigation > li a:after {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent transparent;
	content: "";
	position: absolute;
	right: -8px;
	top: 1px;
	bottom: 0;
	margin: auto;
}
#sidebar .sidebar-navigation > li a:hover {
	border-color: #0071AB;
	padding-left: 15px;
}
#sidebar .sidebar-navigation > li a:hover:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	border-color: transparent transparent transparent #0071AB;
}
#sidebar .sidebar-navigation > li i {
	color: #0071AB;
	margin-right: 8px;
}
#sidebar .sidebar-navigation > li ul {
	padding-left: 30px;
	list-style: none;
}
#sidebar .sidebar-navigation > li ul > li {
	border-bottom: 1px solid #f3f3f3;
	position: relative;
}
#sidebar .sidebar-navigation > li ul > li:before {
 content: "";
	color: #0071AB;
	font-size: 24px;
	position: absolute;
	left: -5px;
	top: 2px;
}
#sidebar .sidebar-navigation > li ul > li ul {
	padding-left: 10px;
}
#sidebar .sidebar-navigation > li ul > li ul li {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	border-bottom: none;
}
#sidebar .sidebar-navigation > li ul > li ul li:before {
	display: none;
}
#slider {
	height: 650px;
	position: relative;
	overflow: hidden;
}
#slider .homepage-slider .slide {
	height: 600px !Important;
	position: relative;
	overflow: hidden;
}
#slider .homepage-slider .slide:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
	bottom: 0;
	content: "";
	height: 30%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#slider .homepage-slider .slide .overlay {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #fff;
	/* position: absolute; */
	bottom: 0;
	margin-bottom: 20px;
	width: 100%;
	z-index: 2;
}
#slider .homepage-slider .slide .overlay .info {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#slider .homepage-slider .slide .overlay .info .tag {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 24px;
	position: relative;
	top: 20px;
}
#slider .homepage-slider .slide .overlay .info h3 {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 36px;
	font-weight: normal;
	margin: 5px 0;
	position: relative;
	left: 20px;
	margin-top: 80px;
}
#slider .homepage-slider .slide .overlay .info figure {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 20px;
	position: relative;
	left: 20px;
}
#slider .homepage-slider .slide .overlay .info.animate-description-out {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#slider .homepage-slider .slide .overlay .info.animate-description-out .tag, #slider .homepage-slider .slide .overlay .info.animate-description-out h3, #slider .homepage-slider .slide .overlay .info.animate-description-out figure {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in figure {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	left: 0px;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in h3 {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	left: 0px;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in .tag {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	top: 0px;
}
#slider .homepage-slider .slide .overlay hr {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
	border-color: #fff;
}
#slider .homepage-slider .slide .overlay .link-arrow {
	color: #fff;
}
#slider .homepage-slider .slide img {
	position: relative;
}
#slider .homepage-slider .owl-controls .owl-prev, #slider .homepage-slider .owl-controls .owl-next {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: transparent;
	bottom: 0;
	display: block;
	height: 100%;
	margin: auto;
	padding: 0 30px;
	position: absolute;
	top: 0px;
}
#slider .homepage-slider .owl-controls .owl-prev:hover, #slider .homepage-slider .owl-controls .owl-next:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
#slider .homepage-slider .owl-controls .owl-prev:after, #slider .homepage-slider .owl-controls .owl-next:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	bottom: 0;
	color: #fff;
	font-size: 40px;
	height: 40px;
	margin: auto;
	top: 0px;
	position: absolute;
}
#slider .homepage-slider .owl-controls .owl-next {
	right: 0;
}
#slider .homepage-slider .owl-controls .owl-next:after {
	content: "\f105";
	right: 20px;
}
#slider .homepage-slider .owl-controls .owl-prev:after {
	content: "\f104";
	left: 20px;
}
.show-all {
	color: #2a2a2a;
	padding: 10px;
	display: inline-block;
}
.show-all:hover {
	cursor: pointer;
}
.show-all:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #0071AB;
	content: "\f067";
	margin-left: 10px;
	font-size: 11px;
	position: relative;
	top: -1px;
}
.show-all.layout-expanded:after {
	content: "\f068";
}
.submit-pricing {
	border: 2px solid #f3f3f3;
	padding: 15px 20px;
	margin-bottom: 30px;
}
.submit-pricing table {
	margin-bottom: 0;
}
.submit-pricing table thead tr th {
	border: none;
	font-weight: lighter;
	font-size: 18px;
	padding: 0;
	width: 25%;
	vertical-align: middle;
}
.submit-pricing table thead tr th.title {
	color: #0071AB;
	font-size: 24px;
	text-align: center;
}
.submit-pricing table tbody tr td {
	border: none;
	border-top: 2px solid #f3f3f3;
	font-size: 12px;
	width: 25%;
	vertical-align: middle;
	padding: 10px 0;
	text-align: center;
}
.submit-pricing table tbody tr td:first-child {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	text-align: left;
}
.submit-pricing table tbody tr td.not-available {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}
.submit-pricing table tbody tr td.available {
	color: #0071AB;
}
.submit-pricing table tbody tr.buttons {
	padding-bottom: 0;
}
.submit-pricing table tbody tr.buttons td {
	border: none;
}
.submit-pricing table tbody tr.buttons td:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #5a5a5a;
	content: "\f05d";
	display: none;
	font-size: 20px;
}
.submit-pricing table tbody tr.buttons td.package-selected:after {
	display: inline-block;
}
.submit-pricing table tbody tr.buttons td.package-selected .btn {
	display: none;
}
.submit-pricing table tbody tr.prices td {
	border: none;
	color: #FCC918;
	font-size: 14px;
	padding-bottom: 15px;
}
.submit-step {
	padding-left: 50px;
	padding-top: 10px;
	position: relative;
}
.submit-step .step-number {
	background-color: #0071AB;
	color: #fff;
	height: 35px;
	left: 0;
	width: 35px;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 35px;
}
.submit-step .step-number:after {
	bottom: -7px;
	content: "";
	height: 0px;
	border-style: solid;
	border-width: 0px 10px 10px 10px;
	border-color: transparent transparent transparent #0071AB;
	position: absolute;
	left: 0;
	width: 0px;
}
.submit-step .description h4 {
	color: #2a2a2a;
	margin-top: 0;
	font-weight: bold;
}
.submit-features {
	list-style: none;
	padding-left: 0;
}
.submit-features li {
	display: inline-block;
	width: 33%;
}
.submit-features li label {
	font-weight: normal;
}
#submit-map {
	height: 320px;
	width: 100%;
}
.submission-message {
	margin-top: 100px;
}
.submission-message header {
	color: #FCC918;
	font-size: 48px;
	font-weight: lighter;
	margin: 10px 0;
}
.submission-message p, .submission-message a {
	margin-bottom: 60px;
}
/****
  T
****/
.tag {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	display: inline-block;
	padding: 3px 8px;
}
.tag.price {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	background-color: #008DC5;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.tag.article {
	background-color: #f3f3f3;
	border-left: 3px solid #c7c7c7;
	color: #2a2a2a;
	font-size: 12px;
	font-weight: bold;
}
.testimonials-carousel.small .testimonial {
	padding: 20px 0;
}
.testimonials-carousel.small .testimonial figure .image {
	background-color: #5a5a5a;
	height: 70px;
	position: relative;
	overflow: hidden;
	width: 60px;
}
.testimonials-carousel.small .testimonial figure .image:after {
	bottom: 0px;
	content: "";
	height: 0px;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0;
	width: 0px;
}
.testimonials-carousel.small .testimonial figure .image:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	width: calc(100% - 10px);
	position: absolute;
}
.testimonials-carousel.small .testimonial figure .image img {
	height: 100%;
}
.testimonials-carousel.small .testimonial .cite p {
	font-size: 14px;
}
.testimonials-carousel .testimonial img {
/* height: 100%; */
	/* width: initial !important; */
	/* transform-style: preserve-3d; */
	/* display: block; */      
	/* width: 100%; */
}
.text-banner {
	padding: 40px 0;
}
.timeline-item {
	display: block;
	margin-bottom: 60px;
}
.timeline-item:last-child:after {
	display: none !important;
}
.timeline-item:hover .circle .date {
	left: 30px;
}
.timeline-item:hover .wrapper {
	background-color: #f3f3f3;
}
.timeline-item:hover .wrapper .social .btn {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.timeline-item:after {
	background-color: #f3f3f3;
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 21px;
	z-index: -1;
}
.timeline-item .circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #f3f3f3;
	height: 43px;
	position: relative;
	width: 100%;
}
.timeline-item .circle .dot {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #0071AB;
	height: 7px;
	width: 7px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 1px;
	margin: auto;
}
.timeline-item .circle .date {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #0071AB;
	color: #fff;
	left: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 29px;
	line-height: 29px;
	padding-left: 7px;
	padding-right: 7px;
	z-index: 2;
}
.timeline-item .circle .date:after {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 4px 4px 4px 4px;
	border-color: transparent #0071AB transparent transparent;
	position: absolute;
	top: 0;
	left: -8px;
	bottom: 0;
	margin: auto;
}
.timeline-item .wrapper {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: transparent;
	border: 2px solid #f3f3f3;
	padding: 20px 20px 20px 80px;
	margin-top: -8px;
}
.timeline-item .wrapper img {
	margin-bottom: 30px;
	width: 100%;
}
.timeline-item .wrapper h3 {
	margin-top: 0;
}
.timeline-item .wrapper .social {
	margin-top: 20px;
}
.timeline-item .wrapper .social .btn {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
	padding: 3px 0;
	width: 25px;
}
.thumbnail {
	height: 100px;
}
.tool-tip {
	padding: 5px;
	cursor: pointer;
	color: #FCC918;
}
/****
  U
****/
.universal-button {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	color: #2a2a2a;
	display: block;
	margin-bottom: 10px;
	padding: 20px;
	position: relative;
	top: 0;
}
.universal-button:hover {
	background-color: #eeeeee;
	color: #2a2a2a;
}
.universal-button:active {
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	top: 1px;
}
.universal-button figure, .universal-button span {
	vertical-align: middle;
	display: table-cell;
}
.universal-button figure {
	color: #0071AB;
	font-size: 28px;
	width: 40px;
}
.universal-button .arrow {
	bottom: 0;
	color: #0071AB;
	height: 15px;
	margin: auto;
	position: absolute;
	right: 10px;
	top: 0;
	width: 10px;
}
#map {
	width: 100%;
	height: 700px;
}
#contact-map {
	height: 300px;
	width: 100%;
}
.marker-style {
	border: 3px solid #FCC918;
	text-align: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin-left: -17px !important;
	margin-top: -46px !important;
}
.marker-style img {
	position: absolute !important;
	top: -1px !important;
	bottom: 0px !important;
	right: 0px;
	left: 0px;
	margin: auto !important;
}
.cluster > div {
	color: #fff !important;
	text-align: center !important;
	z-index: 3;
}
.cluster > div:before {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #F1B619;
	content: "";
	height: 31px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 31px;
	z-index: -1;
}
.leaflet-div-icon {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: transparent;
	border: none;
	background-image: url("../img/marker.png");
}
.leaflet-div-icon:after {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #0071AB;
	content: "";
	display: block;
	height: 34px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 34px;
	z-index: 2;
}
.leaflet-div-icon:hover {
	top: -5px;
}
.leaflet-div-icon img {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: -10px;
	bottom: 0px;
}
.leaflet-container {
	font: inherit;
}
.leaflet-popup .leaflet-popup-close-button {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	background: #fff !important;
	color: #2a2a2a !important;
	height: 25px !important;
	top: 10px !important;
	padding: 4px !important;
	right: 10px !important;
	width: 25px !important;
	z-index: 2;
}
.leaflet-popup .leaflet-popup-content-wrapper {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	padding: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
	border-bottom: 5px solid #fff;
	border-top: 5px solid #FCC918;
	height: 206px;
	width: 260px;
	margin: 0;
	overflow: hidden;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property {
	margin-bottom: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property:hover img {
	top: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property .overlay {
	bottom: 0px;
}
.infobox-wrapper > img {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute !important;
	right: 8px;
	top: 13px;
	z-index: 2;
}
.infobox-wrapper > img:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.infobox-wrapper .infobox-inner {
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-top: 6px solid #0071AB;
	font-size: 12px;
	position: relative;
	margin-bottom: 50px;
	min-width: 200px;
}
.infobox-wrapper .infobox-inner:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 95px;
	content: "";
	bottom: -6px;
}
.infobox-wrapper .infobox-inner .infobox-image {
	width: 250px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.infobox-wrapper .infobox-inner .infobox-image:after {
	background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
	background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.infobox-wrapper .infobox-inner .infobox-image img {
	width: 100%;
}
.infobox-wrapper .infobox-inner .infobox-image .infobox-price {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	background-color: #0071AB;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px;
	position: absolute;
	bottom: 8px;
	left: 8px;
	z-index: 2;
}
.infobox-wrapper .infobox-inner .infobox-title {
	font-size: 14px;
	font-weight: bold;
}
.infobox-wrapper .infobox-inner .infobox-title a {
	color: #FCC918;
}
.infobox-wrapper .infobox-inner .infobox-description {
	padding: 8px;
}
.infobox-wrapper .infobox-inner .infobox-location {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	font-size: 12px;
}
.infobox-wrapper .infobox-inner .fa {
	color: #0071AB;
	float: right;
	font-size: 18px;
	margin-top: 4px;
}
.marker-hover {
	opacity: .5;
}
.search-box-wrapper {
	position: absolute;
	width: 100%;
	top: 0px;
}
.search-box-wrapper .search-box-inner h2 {
	margin-bottom: 20px;
}
#submit-map {
	margin-bottom: 20px;
}
.fade-map {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
}
.map-osm #map {
	z-index: 0;
	position: relative;
}
.marker-cluster {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #fff;
	width: 32px;
	height: 38px;
	background-color: #F1B619;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
}
.marker-cluster:hover {
	background-color: #FCC918;
}
.form-group {
	margin-bottom: 10px;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	/* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset; */
	-webkit-appearance: none;
	background-color: #FFFFFF;
	border: none;
	font-size: 14px;
	outline: none !important;
	padding: 10px 9px 11px 9px;
	width: 100%;
	height: inherit;
	border: 1px solid rgb(207, 207, 207);
}
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus {
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
input[type="text"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover {
	background-color: rgba(118, 198, 243, 0.22);
}
W {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	border: none;
	color: #5a5a5a;
	font-size: 14px;
	outline: none !important;
	padding: 10px 9px 9px 9px;
	width: auto;
}
.btn:hover, select:hover {
	background-color: #ebebeb;
	color: #5a5a5a;
}
.btn:active, .btn:focus, select:active, select:focus {
	-moz-box-shadow: 0px 1px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
	background-color: #ebebeb;
	color: #5a5a5a;
}
.btn.btn-default, select.btn-default {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #00A3D9;
	color: #fff;
	/* background-color: rgb(140, 140, 140); */
	transition-delay: 0.2s;
	border: 0px;
}
.btn.btn-default:hover, select.btn-default:hover {
	background-color: rgb(0, 116, 175);
}
.btn.btn-default:active, select.btn-default:active {
	-moz-box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.btn.btn-grey-dark, select.btn-grey-dark {
	background-color: #2a2a2a;
	color: #fff;
}
.btn.btn-grey-dark:hover, select.btn-grey-dark:hover {
	background-color: #393939;
}
.btn.btn-danger, select.btn-danger {
	background-color: #C9302C;
	color: #fff;
}
.btn.btn-danger:hover, select.btn-danger:hover {
	background-color: #b42b27;
}
.btn.btn-success, select.btn-success {
	background-color: #0071AB;
	color: #fff;
}
.btn.btn-success:hover, select.btn-success:hover {
	background-color: #906C24;
}
.btn.btn-info, select.btn-info {
	background-color: #31B0D5;
	color: #fff;
}
.btn.btn-info:hover, select.btn-info:hover {
	background-color: #28a1c4;
}
.btn.btn-warning, select.btn-warning {
	background-color: #EC971F;
	color: #fff;
}
.btn.btn-warning:hover, select.btn-warning:hover {
	background-color: #df8a13;
}
.btn.small, select.small {
	font-size: 12px;
	padding: 5px 12px 5px;
}
.btn.large, select.large {
	font-size: 18px;
	padding: 15px 20px;
}
.checkbox, .radio {
	padding-left: 0px;
}
.checkbox.switch {
	margin: 0;
	padding: 0;
	z-index: 2;
}
.checkbox.switch .icheckbox {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 2px solid #cdcdcd;
	background-color: #fff;
	display: inline-block;
	height: 25px;
	margin-left: 10px;
	position: relative;
	width: 45px;
	top: -1px;
}
.checkbox.switch .icheckbox:hover {
	border-color: #0071AB;
}
.checkbox.switch .icheckbox:hover:before {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.checkbox.switch .icheckbox:after {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #FCC918;
	content: "\f00c";
	font-size: 11px;
	position: absolute;
	left: 5px;
	line-height: 20px;
}
.checkbox.switch .icheckbox:before {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #0071AB;
	content: "";
	height: 17px;
	width: 17px;
	position: absolute;
	left: 2px;
	top: 2px;
}
.checkbox.switch .icheckbox.checked {
	border-color: #0071AB;
}
.checkbox.switch .icheckbox.checked:before {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: #FCC918;
	left: 22px;
}
.checkbox .icheckbox {
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #f3f3f3;
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	position: relative;
	width: 20px;
	top: -1px;
}
.checkbox .icheckbox:after {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #2a2a2a;
	content: "\f00c";
	position: absolute;
	line-height: 20px;
	left: 4px;
}
.checkbox .icheckbox.checked:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.iradio {
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #f3f3f3;
	height: 20px;
	margin-right: 10px;
	position: relative;
	width: 20px;
	top: -1px;
}
.iradio:after {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	background-color: #2a2a2a;
}
.iradio.checked:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.input-group-addon {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.input-group .search {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 40px;
	z-index: 2;
}
.form-group {
	position: relative;
}
form #form-status {
	line-height: 1;
	position: relative;
	top: -28px;
}
form #form-status #valid {
	position: relative;
	top: -10px;
}
form #form-status #valid .icon {
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle;
}
form #form-status #invalid {
	color: red;
	position: relative;
	top: -10px;
}
form label.error {
	background-color: red;
	bottom: -30px;
	color: #fff;
	font-size: 12px;
	left: 0;
	padding: 5px;
	position: absolute;
	z-index: 2;
}
form label.error:before {
	border-style: solid;
	border-width: 0 3.5px 5px 3.5px;
	border-color: transparent transparent red transparent;
	content: "";
	height: 0px;
	left: 5px;
	position: absolute;
	top: -5px;
	width: 0px;
}
.form-submit .file-input {
	border: 2px solid #f3f3f3;
	padding: 15px;
	position: relative;
	width: 100%;
}
.form-submit .file-input .file-preview {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 0;
	margin-bottom: 20px;
}
.form-submit .file-input .file-preview .close {
	position: absolute;
	right: 10px;
	top: 5px;
}
.form-submit .file-input .file-preview .file-preview-frame {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	border: none;
	height: inherit;
}
.form-submit .file-input .file-preview .file-preview-frame .file-preview-image {
	height: 100px;
}
.bootstrap-select {
	width: 100% !important;
	margin-bottom: 0 !important;
}
.bootstrap-select .selectpicker {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	color: #5a5a5a;
}
.bootstrap-select .selectpicker:focus, .bootstrap-select .selectpicker:active {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	outline: none !important;
}
.bootstrap-select .selectpicker:hover {
	background-color: #ebebeb;
}
.bootstrap-select .selectpicker .caret {
	border: none;
}
.bootstrap-select .selectpicker .caret:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #0071AB;
	content: "\f107";
	font-size: 18px;
	position: absolute;
	top: -7px;
	right: -2px;
}
.bootstrap-select .selectpicker .filter-option {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding-left: 0px;
	position: relative;
}
.bootstrap-select .selectpicker .filter-option:before {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #0071AB;
	content: "\f00c";
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 2px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	bottom: -5px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	border: none;
}
.bootstrap-select .dropdown-menu {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	margin-top: 3px;
	padding: 0;
	padding-left: 0 !important;
}
.bootstrap-select .dropdown-menu.selectpicker {
	background-color: #fff !important;
}
.bootstrap-select .dropdown-menu li:first-child a, .bootstrap-select .dropdown-menu li.selected a {
	background-color: transparent;
	color: #9c9c9c;
	padding-left: 15px;
}
.bootstrap-select .dropdown-menu li:first-child a:hover, .bootstrap-select .dropdown-menu li.selected a:hover {
	background-color: transparent;
	padding-left: 15px;
}
.bootstrap-select .dropdown-menu li a {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #5a5a5a;
	padding: 8px 15px;
}
.bootstrap-select .dropdown-menu li a:hover {
	background-color: #f3f3f3;
	padding-left: 20px;
}
.bootstrap-select.open .selectpicker {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.form-search .bootstrap-select .selectpicker {
	font-weight: bold;
}
.selected-option-check-a {
	padding-left: 20px;
}
.selected-option-check-a:before {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.selected-option-check .selectpicker .filter-option {
	padding-left: 20px;
}
.selected-option-check .selectpicker .filter-option:before {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.jslider {
	font-family: 'Ubuntu', sans-serif;
	top: 12px;
}
.jslider .jslider-value {
	background-color: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.jslider .jslider-bg i {
	height: 2px;
}
.jslider .jslider-bg .l {
	background: none;
	background-color: #fff;
}
.jslider .jslider-bg .f {
	background: none;
	background-color: #fff;
}
.jslider .jslider-bg .r {
	background: none;
	background-color: #fff;
}
.jslider .jslider-bg .v {
	background: none;
	background-color: #0071AB;
	height: 2px;
}
.jslider .jslider-pointer {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background: url("../img/price-range-dragger.png") no-repeat 50% 50% #0071AB;
	height: 14px;
	width: 14px;
	top: 12px;
}
.jslider .jslider-pointer:before {
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #0071AB transparent;
	content: "";
	height: 0px;
	width: 0px;
	position: absolute;
	top: -8px;
	left: 0;
}
.jslider .jslider-label {
	color: #fff;
}
.price-range {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	margin-bottom: 20px;
	padding: 15px 15px 10px;
}
.price-range .jslider-label, .price-range .jslider-value {
	color: #5a5a5a;
}
.search-box-wrapper {
	z-index: 100;
}
.search-box {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	padding-right: 15px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.search-box.show-search-box {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.search-box h2 {
	border: none;
	padding-bottom: 0;
}
.search-box .btn {
	width: 100%;
	transition-delay: 0.2s!Important;
}
.search-box .nav-pills li a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	color: #2a2a2a;
}
.search-box .form-map {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 5px 10px 1px 10px;
}
.search-box .form-map:hover {
	background-color: rgba(255, 255, 255, 0.9);
}
.search-box .form-map input[type="text"], .search-box .form-map input[type="email"], .search-box .form-map input[type="search"], .search-box .form-map input[type="password"], .search-box .form-map input[type="number"], .search-box .form-map textarea, .search-box .form-map select, .search-box .form-map .selectpicker, .search-box .form-map .price-range {
	background-color: #0071AB;
	border: 1px solid rgb(209, 209, 209);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	min-height: 40px;
	padding: 10px 9px 9px 9px;
	width: 100%;
}
.search-box .form-map input[type="text"]:hover, .search-box .form-map input[type="email"]:hover, .search-box .form-map input[type="search"]:hover, .search-box .form-map input[type="password"]:hover, .search-box .form-map input[type="number"]:hover, .search-box .form-map textarea:hover, .search-box .form-map select:hover, .search-box .form-map .selectpicker:hover, .search-box .form-map .price-range:hover {
	background-color: #0B4058;
}
.search-box .form-map .selectpicker .caret:after {
	color: #fff;
}
.search-box .form-map .price-range {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	padding: 15px 15px 10px;
}
.search-box .form-map .jslider-label, .search-box .form-map .jslider-value {
	color: #fff;
}
.horizontal-search .search-box-wrapper {
	padding: 20px 0;
	position: relative !important;
	top: inherit !important;
	background-color: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid rgb(255, 255, 255);
}
.horizontal-search .search-box-wrapper .search-box {
	padding-right: 0;
	position: relative;
}
.horizontal-search .search-box-wrapper .search-box hr {
	margin-bottom: 10px;
	margin-top: 10px;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search-toggle {
	padding: 10px 0px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search-toggle .fa {
	color: #FCC918;
	margin-left: 5px;
}
.horizontal-search .search-box-wrapper .search-box .nav-pills li.active a {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: #FF9326;
	color: #fff;
}
.horizontal-search .search-box-wrapper .search-box .nav-pills li.active a:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.horizontal-search .search-box-wrapper .search-box .nav-pills li a {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #E37F19;
	position: relative;
	text-transform: uppercase;
}
.horizontal-search .search-box-wrapper .search-box .nav-pills li a:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 0;
	border-style: solid;
	border-width: 5px 3.5px 0 3.5px;
	border-color: #FF9326 transparent transparent transparent;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
}
.horizontal-search .search-box-wrapper .search-box .form-map {
	background-color: transparent;
	padding: 0;
	margin-top: 0px;
}
.horizontal-search .search-box-wrapper .search-box .form-map input[type="text"], .horizontal-search .search-box-wrapper .search-box .form-map input[type="email"], .horizontal-search .search-box-wrapper .search-box .form-map input[type="search"], .horizontal-search .search-box-wrapper .search-box .form-map input[type="password"], .horizontal-search .search-box-wrapper .search-box .form-map input[type="number"], .horizontal-search .search-box-wrapper .search-box .form-map textarea, .horizontal-search .search-box-wrapper .search-box .form-map select, .horizontal-search .search-box-wrapper .search-box .form-map .selectpicker, .horizontal-search .search-box-wrapper .search-box .form-map .price-range {
	background-color: #fff;
	color: #282828;
}
.horizontal-search .search-box-wrapper .search-box .form-map input[type="text"]:hover, .horizontal-search .search-box-wrapper .search-box .form-map input[type="email"]:hover, .horizontal-search .search-box-wrapper .search-box .form-map input[type="search"]:hover, .horizontal-search .search-box-wrapper .search-box .form-map input[type="password"]:hover, .horizontal-search .search-box-wrapper .search-box .form-map input[type="number"]:hover, .horizontal-search .search-box-wrapper .search-box .form-map textarea:hover, .horizontal-search .search-box-wrapper .search-box .form-map select:hover, .horizontal-search .search-box-wrapper .search-box .form-map .selectpicker:hover, .horizontal-search .search-box-wrapper .search-box .form-map .price-range:hover {
	background-color: #FFFFFF;
	color: rgb(12, 83, 115);
}
.horizontal-search .search-box-wrapper .search-box button {
	background-color: #E38F0B;
	transition-delay: 0.2s !Important;
}
.horizontal-search .search-box-wrapper .search-box button:hover {
	background: #D96D00;
	transition-delay: 0.2s;
}
.horizontal-search .search-box-wrapper .search-box .form-map .selectpicker .caret:after {
	color: #0071AB;
}
.horizontal-search .search-box-wrapper .search-box .form-map .jslider-label, .horizontal-search .search-box-wrapper .search-box .form-map .jslider-value {
	color: #5a5a5a;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search {
	padding-bottom: 20px;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search h3 {
	margin-top: 0;
}
.horizontal-search-float .search-box {
	padding-right: 0;
	position: inherit;
}
.horizontal-search-float .search-box .nav-pills li.active a {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.9);
	color: #FCC918;
}
.horizontal-search-float .search-box .nav-pills li a {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: rgba(255, 255, 255, 0.9);
	color: #5a5a5a;
}
.horizontal-search-float .search-box .form-map {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 15px 15px 5px 15px;
}
.horizontal-search-float .search-box .form-map:hover {
	background-color: white;
}
.horizontal-search-float .search-box .form-map input[type="text"], .horizontal-search-float .search-box .form-map input[type="email"], .horizontal-search-float .search-box .form-map input[type="search"], .horizontal-search-float .search-box .form-map input[type="password"], .horizontal-search-float .search-box .form-map input[type="number"], .horizontal-search-float .search-box .form-map textarea, .horizontal-search-float .search-box .form-map select, .horizontal-search-float .search-box .form-map .selectpicker, .horizontal-search-float .search-box .form-map .price-range {
	background-color: #FCC918;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	min-height: 40px;
	padding: inherit;
	padding-left: 10px;
	width: 100%;
}
.horizontal-search-float .search-box .form-map input[type="text"]:hover, .horizontal-search-float .search-box .form-map input[type="email"]:hover, .horizontal-search-float .search-box .form-map input[type="search"]:hover, .horizontal-search-float .search-box .form-map input[type="password"]:hover, .horizontal-search-float .search-box .form-map input[type="number"]:hover, .horizontal-search-float .search-box .form-map textarea:hover, .horizontal-search-float .search-box .form-map select:hover, .horizontal-search-float .search-box .form-map .selectpicker:hover, .horizontal-search-float .search-box .form-map .price-range:hover {
	background-color: #001901;
}
.horizontal-search-float .search-box .form-map .price-range {
	margin-bottom: 0;
	padding: 15px 15px 10px;
}
.horizontal-search-float .search-box .form-map .jslider-label, .horizontal-search-float .search-box .form-map .jslider-value {
	color: #fff;
}
.animation-fade-in {
	-webkit-animation-name: animation-fade-in;
	-moz-animation-name: animation-fade-in;
	-ms-animation-name: animation-fade-in;
	animation-name: animation-fade-in;
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	-ms-animation-duration: 0.2s;
	animation-duration: 0.2s;
}
@-webkit-keyframes animation-fade-in {
}
@-moz-keyframes animation-fade-in {
}
@-ms-keyframes animation-fade-in {
}
@keyframes animation-fade-in {
}
@-webkit-keyframes animation-fade-in {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
 100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
}
@-moz-keyframes animation-fade-in {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
 100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
}
@-ms-keyframes animation-fade-in {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
 100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
}
 @keyframes animation-fade-in {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
 100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
}
.animation-fade-out {
	-webkit-animation-name: animation-fade-out;
	-moz-animation-name: animation-fade-out;
	-ms-animation-name: animation-fade-out;
	animation-name: animation-fade-out;
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	-ms-animation-duration: 0.2s;
	animation-duration: 0.2s;
}
@-webkit-keyframes animation-fade-out {
}
@-moz-keyframes animation-fade-out {
}
@-ms-keyframes animation-fade-out {
}
@keyframes animation-fade-out {
}
@-webkit-keyframes animation-fade-out {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
 100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
@-moz-keyframes animation-fade-out {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
 100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
@-ms-keyframes animation-fade-out {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
 100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
@keyframes animation-fade-out {
 0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}
 100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
#page-footer .inner {
	display: table;
	width: 100%;
}
#page-footer .inner h3 {
	color: #2a2a2a;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 0;
}
#page-footer .inner #footer-main {
	background-color: #f3f3f3;
	padding: 40px 0;
}
#page-footer .inner #footer-copyright {
	background-color: #FCC918;
	color: #fff;
	display: table;
	padding: 20px 0;
	width: 100%;
}
#page-footer .inner #footer-copyright a {
	color: #fff;
}
#page-footer .inner #footer-copyright a:hover {
	color: #0071AB;
}
#page-footer .inner .property:last-child {
	margin-bottom: 0 !important;
}
#page-footer .inner .property-thumbnail {
	background-color: #0071AB;
	float: left;
	height: 60px;
	overflow: hidden;
}
#page-footer .inner .property-thumbnail:hover img {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#page-footer .inner .property-thumbnail img {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
	width: 100%;
}
body, html {
	height: 100%;
	margin: 0;
}
.wrapper {
	display: table;
	height: 100%;
	width: 100%;
}
#page-content {
	height: auto;
}
#page-footer {
	display: table-row;
	height: 1px;
}
.navigation {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	background-color: rgba(255, 255, 255, 0.92);
	/*margin-bottom: 20px;*/
	position: relative;
	width: 100%;
	z-index: 99;
	top: 0;
}
.navigation:hover .secondary-navigation {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.navigation .navbar-collapse {
	padding-right: 0;
}
.navigation .navbar {
	border: none;
	margin-bottom: 0;
	min-height: inherit;
	padding: 20px 0;
	/**/


	display: table;
	width: 100%;
}
.navigation .navbar .collapse {
	display: table-cell !important;
	vertical-align: middle;
	float: none !important;
}
.navigation .navbar .navbar-brand {
	height: inherit;
	line-height: 0;
	padding: 0;
	margin-top: -35px;
}
.navigation .navbar .navbar-nav {
	float: left;
}
.navigation .navbar .navbar-nav > li:hover > .child-navigation {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	visibility: visible;
}
.navigation .navbar .navbar-nav > li:last-child a {
	padding-right: 0;
}
.navigation .navbar .navbar-nav > li.active a {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	color: rgb(255, 255, 255);
}
.navigation .navbar .navbar-nav > li.active a:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.navigation .navbar .navbar-nav > li.active .child-navigation a {
	color: #0B4058;
}
.navigation .navbar .navbar-nav > li.active .child-navigation a:after {
	display: none;
}
.navigation .navbar .navbar-nav > li.active .child-navigation li:first-child a:after {
	display: block;
}
.navigation .navbar .navbar-nav > li.active .child-navigation.position-bottom li:last-child a:after {
	display: block;
}
.navigation .navbar .navbar-nav > li.has-child {
	position: relative;
}
.navigation .navbar .navbar-nav > li.has-child:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f0d7";
	color: #0071AB;
	font-size: 8px;
	height: 10px;
	position: absolute;
	top: 3px;
	bottom: 0;
	margin: auto;
	right: -10px;
}
.navigation .navbar .navbar-nav > li a {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	color: #126999;
	margin: 0;
	opacity: 0.8;
	line-height: 0;
	margin: 0 4px;
	padding-bottom: 5px;
	padding-top: 9px;
	position: relative;
	font-size: 13px;
}
/*----.navigation .navbar .navbar-nav > li a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #0071AB;
  bottom: -5px;
  content: "";
  left: 16px;
  height: 1px;
  position: absolute;
  width: 50%;
} ---*/
.navigation .navbar .navbar-nav > li a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: #007CB5;
	color: rgb(255, 255, 255);
}
.navigation .navbar .navbar-nav > li a:active, .navigation .navbar .navbar-nav > li a:focus, ?.navigation .navbar .navbar-nav > li a:hover {
 background-color: #007CB5;
 opacity: 1;
 color: rgb(255, 255, 255);
}
.navigation .navbar .navbar-nav > li > .child-navigation {
	margin-top: 11px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.navigation-to-left {
	right: 15px;
	left: inherit;
}
.navigation .navbar .navbar-nav > li > .child-navigation.navigation-to-left > li:first-child a:after {
	left: inherit;
	right: 10px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.navigation-to-left.position-bottom > li:last-child a:after {
	left: inherit;
	right: 10px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom {
	bottom: 25px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:first-child a:after {
	border-color: transparent !important;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:last-child:hover a:after {
	border-color: #0071AB transparent transparent transparent;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:last-child > a:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: transparent;
	border-color: #f3f3f3 transparent transparent transparent;
	border-style: solid;
	border-width: 7.5px 7.5px 0 7.5px;
	content: "";
	height: 0px;
	position: absolute;
	left: 10px;
	bottom: -7px;
	width: 0px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:last-child > a:before {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: transparent;
	content: "";
	height: 8px;
	left: 0;
	width: 100%;
	position: absolute;
	bottom: -8px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li .child-navigation {
	bottom: 0;
	margin-top: inherit;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li {
	position: relative;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li:first-child:hover a:hover:after {
	border-color: transparent transparent rgba(35, 39, 42, 1) transparent;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li:first-child a:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: transparent;
	border-color: transparent transparent rgb(0, 124, 181) transparent;
	border-style: solid;
	border-width: 0 7.5px 7px 7.5px;
	content: "";
	height: 0px;
	position: absolute;
	left: 10px;
	top: -7px;
	width: 0px;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li:first-child a:before {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: transparent;
	content: "";
	height: 8px;
	left: 0;
	width: 100%;
	position: absolute;
	top: -8px;
}
.navigation .navbar .navbar-nav > li .child-navigation {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: rgb(240, 240, 241);
	position: absolute;
	visibility: hidden;
	list-style: none;
	padding-left: 0;
	left: 15px;
	min-width: 240px;
	z-index: 100;
}
.navigation .navbar .navbar-nav > li .child-navigation li:hover .child-navigation {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	visibility: visible;
}
.navigation .navbar .navbar-nav > li .child-navigation li a {
	border: 1px solid transparent;
	display: block;
	padding: 20px 10px 15px 10px;
	position: relative;
}
.navigation .navbar .navbar-nav > li .child-navigation li a:hover {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: rgb(0, 124, 181);
	color: #fff;
}
.navigation .navbar .navbar-nav > li .child-navigation li .child-navigation {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	margin-top: -41px;
}
#top .nav > li > a:hover, #top .nav > li >?a:active {
 background-color: rgba(0, 0, 0, 0.47);
 border: 1px solid white;
 border-radius: 6px;
}
.navigation .navbar .navbar-nav > li.mobile-submit {
	display: none;
}
.navigation .navbar .navbar-nav li .child-navigation li.has-child:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	background-color: transparent;
	color: #0071AB;
	content: "\f105";
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: inherit;
	right: 8px;
	width: 5px;
	z-index: 2;
}
.navigation .navbar .navbar-nav li .child-navigation li.has-child:hover:after {
	color: #fff;
}
.navigation .add-your-property {
	position: absolute;
	right: 0;
	bottom: -39px;
}
.navigation .add-your-property:hover .text {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	right: 50px;
	pointer-events: none;
}
.navigation .add-your-property .btn {
	width: 38px;
}
.navigation .add-your-property .text {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #5a5a5a;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	right: 40px;
	text-align: right;
	top: 0;
	pointer-events: none;
}
.navigation .add-your-property .text:after {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: -4px;
	bottom: 0;
	margin: auto;
}
.navigation .secondary-navigation {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* opacity: 0.6; */
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	/* border-bottom: 1px solid #f3f3f3; */
	display: table;
	font-size: 12px;
	padding: 5px 0;
	width: 100%;
}
.navigation .secondary-navigation a {
	color: #5a5a5a;
	margin-left: 10px;
}
.navigation .secondary-navigation a:hover {
	color: #FCC918;
}
.navigation .secondary-navigation a.promoted {
	color: #0071AB;
}
.navigation .secondary-navigation a.promoted:hover {
	color: #FCC918;
}
.navigation .secondary-navigation .contact {
	/* float: left; */
	padding: 7px;
}
.navigation .secondary-navigation .contact figure {
	margin-right: 10px;
}
.navigation .secondary-navigation .contact figure strong {
	margin-right: 5px;
}
.navigation .secondary-navigation .user-area {
/* float: right; */
}
.navigation .secondary-navigation .user-area .actions {
	float: left;
}
.navigation .secondary-navigation .user-area .language-bar {
	float: right;
}
.navigation .secondary-navigation figure {
	display: inline-block;
}
.navigation-fixed-bottom .navigation {
	bottom: 0;
	position: absolute;
	top: inherit;
}
.navigation-fixed-top .navigation {
	/* top: 0; */
  /* position: fixed; */
	bottom: inherit;
	z-index: 1000;
}
.navigation-fix-to-top {
	position: fixed !important;
	bottom: inherit !important;
	top: 0 !important;
}
 @media (min-width: 1200px) {
.page-homepage .row:last-child .property {
	margin-bottom: 0;
}
.page-homepage .row:last-child .feature-box {
	margin-bottom: 0;
}
#slider .slide {
	overflow: hidden;
}
#slider .slide img {
	position: relative !important;
	width: inherit !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.member {
	padding-left: 110px;
}
.member h3 {
	font-size: 14px;
}
.member dl {
	font-size: 12px;
}
.member .image img {
	width: 90px;
}
.property.masonry {
	width: 31.9%;
}
.property.big .overlay {
	bottom: -50px;
}
.property.big .overlay h3 {
	font-size: 18px;
}
.property.big .overlay li header, .property.big .overlay li figure {
	font-size: 12px;
}
.property.big .overlay .additional-info {
	height: 50px;
	padding: 8px 15px;
}
.property.big .overlay .price {
	font-size: 14px;
}
.property.big .overlay .info {
	padding: 15px;
}
.ribbon {
	width: 120px;
	height: 25px;
	bottom: inherit;
	font-size: 11px;
	padding: 4px;
}
#slider .slide {
	overflow: hidden;
}
#slider .slide img {
	position: relative !important;
	height: 100% !important;
	width: inherit !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.agency address {
	margin-left: 10px;
	width: 40%;
}
.agency .agency-image {
	width: 30%;
}
.agency .agency-image img {
	max-width: 140px;
}
.agency .wrapper {
	width: inherit;
}
.agent-info {
	margin-bottom: 30px;
}
.col-sm-4 .property {
	border: 2px solid #f3f3f3;
}
.col-sm-4 .property:hover img {
	top: 0;
}
.col-sm-4 .property .additional-info {
	display: none;
}
.col-sm-4 .property .overlay {
	bottom: 0;
	position: relative;
}
.col-sm-4 .property .overlay .info {
	background: none;
}
.col-sm-4 .property .overlay .info h3 {
	text-shadow: none;
	color: #FCC918;
}
.col-sm-4 .property .overlay .info figure {
	color: #5a5a5a;
	font-size: 12px;
}
.col-sm-4 .property .overlay .info .tag {
	margin-bottom: 5px;
}
.display-lines .property {
	padding-left: 220px;
}
.display-lines .property .info h3 {
	font-size: 24px !important;
}
.display-lines .property .property-image {
	height: 150px;
	width: 200px;
}
.member {
	margin-bottom: 40px !important;
	padding-left: 60px;
}
.member h3 {
	font-size: 14px;
}
.member dl {
	font-size: 10px;
}
.member .image img {
	width: 50px;
}
.property .property-image {
/*height: 255px;*/
}
.property.big .overlay {
	bottom: -50px;
}
.property.big .overlay h3 {
	font-size: 18px;
}
.property.big .overlay li header, .property.big .overlay li figure {
	font-size: 11px;
}
.property.big .overlay .additional-info {
	height: 50px;
	padding: 10px 15px;
}
.property.big .overlay .price {
	font-size: 14px;
}
.property.big .overlay .info {
	padding: 15px;
}
.property.masonry {
	width: 31.45%;
}
.property.small .info {
	padding-left: 0;
}
.property.small .property-image {
	float: none;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}
.ribbon {
	right: -20px;
	width: 80px;
	height: 18px;
	bottom: inherit;
	font-size: 10px;
	padding: 2px;
}
.sidebar-navigation li {
	text-align: center;
	padding: 10px 0;
}
.sidebar-navigation li a i {
	font-size: 18px;
}
.sidebar-navigation li a span {
	display: none;
}
#slider .slide {
	overflow: hidden;
}
#slider .slide img {
	position: relative !important;
	height: 100% !important;
	width: inherit !important;
}
.submit-features li {
	width: 49%;
}
.text-banner h1 {
	font-size: 24px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.universal-button {
	font-size: 12px;
	padding: 15px;
}
.universal-button figure {
	font-size: 20px;
	width: 30px;
}
.navbar .fones {
	display: none;
}
.navbar .creci {
	display: none;
}
}
@media (max-width: 970px) {
.navbar .fones {
	display: none;
}
.navbar .creci {
	display: none;
}
.rodape {
	display: none;
}
.agency .agency-image {
	display: block;
	width: inherit;
}
.agency .agency-image img {
	max-width: 100%;
}
.agency .wrapper {
	display: block;
	width: inherit;
}
.agency .wrapper dl, .agency .wrapper address {
	display: block;
	width: inherit;
	margin-left: 0;
}
.agency .wrapper dl {
	margin-bottom: 30px;
}
.agency-image {
	text-align: center;
	margin-bottom: 30px;
}
.agent {
	padding-left: 0;
	text-align: center;
}
.agent .agent-image {
	display: inline-block;
	position: relative;
	text-align: center;
	max-width: 100%;
	margin-bottom: 20px;
	width: inherit !important;
}
.agent .agent-image img {
	width: inherit !important;
}
blockquote {
	display: block !important;
	padding: 20px 0 !important;
	text-align: center;
}
blockquote figure {
	display: inline-block !important;
	margin-bottom: 30px;
}
blockquote .cite {
	display: block !important;
	padding-left: 0;
}
.blog-post {
	margin-bottom: 30px;
}
.blog-post h2 {
	font-size: 24px !important;
}
.blog-post .tags {
	float: none !important;
}
.blog-post .tags .tag {
	margin: 20px 0;
}
.blog-post .tags .tag:first-child {
	margin-left: 0 !important;
}
.account-profile h3 {
	margin-bottom: 15px;
}
.agent-detail h3 {
	margin-top: 40px;
}
.agent-info {
	padding-left: 0 !important;
	margin-bottom: 20px;
}
.agent-info figure {
	text-align: center;
	position: relative !important;
	margin-bottom: 20px;
}
.background-image {
	left: -200%;
	margin-left: 100%;
}
.block {
	padding: 10px 0;
}
.banner {
	padding: 20px;
}
.banner .title {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.banner .submit {
	display: block;
	text-align: center;
	width: 100%;
}
.comment .name, .comment .date {
	float: none !important;
	position: relative !important;
	top: 0 !important;
}
.display-lines .property {
	padding-left: 0px;
}
.display-lines .property .info a {
	position: relative !important;
}
.display-lines .property .info aside p, .display-lines .property .info aside dl {
	float: none;
	width: 100%;
}
.display-lines .property .property-image {
	height: auto;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.feature-box {
	margin-bottom: 30px !important;
}
.form-map {
	background-color: transparent !important;
	padding: 0 !important;
}
.fun-facts {
	padding: 0;
}
.fun-facts:before {
	display: none;
}
.fun-facts .number-wrapper {
	margin-bottom: 30px;
	position: relative;
}
.fun-facts .number-wrapper:before {
	background-color: rgba(0, 0, 0, 0.07);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	top: -15px;
	right: 0;
	width: 100%;
	z-index: -2;
}
.geo-location-wrapper .btn {
	top: 20px;
}
.horizontal-search .advanced-search-toggle {
	position: relative !important;
}
.horizontal-search .search-box-wrapper input[type="text"], .horizontal-search .search-box-wrapper input[type="email"], .horizontal-search .search-box-wrapper input[type="search"], .horizontal-search .search-box-wrapper input[type="password"], .horizontal-search .search-box-wrapper input[type="number"], .horizontal-search .search-box-wrapper textarea.form-control, .horizontal-search .search-box-wrapper .selectpicker {
	background-color: #fff !important;
}
.horizontal-search .submit-features li {
	width: 100%;
}
.logos {
	padding: 0;
	text-align: center;
}
.logos .logo {
	display: block;
	margin-bottom: 40px;
}
.logos .logo:last-child {
	margin-bottom: 0;
}
.floor-plans img {
	width: 100%;
}
#footer-copyright {
	text-align: center;
}
#footer-copyright span {
	float: none !important;
}
.leaflet-control-attribution {
	display: none;
}
.map-osm #map:after {
	display: none;
}
#map {
	margin-top: 0 !important;
}
#map:after {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #2a2a2a;
	font-size: 18px;
	position: absolute;
	bottom: 30px;
	background-color: #fff;
	content: "\f07d";
	padding: 12px 16px;
	right: 15px;
	z-index: 1;
}
.member {
	margin-bottom: 40px !important;
	padding-left: 0px;
	text-align: center;
}
.member h3 {
	font-size: 18px;
}
.member dl {
	border-top: none;
	border-bottom: 2px solid #f3f3f3;
	font-size: 12px;
	padding-bottom: 20px;
}
.member .image {
	display: block;
	position: relative;
}
.member .image img {
	width: 150px;
}
.member .tag {
	top: 10px;
}
.navigation {
	position: relative !important;
}
.navigation .navbar {
	display: block !important;
	padding: 20px 0 !important;
	width: 100%;
}
.navigation .navbar .navbar-collapse {
	border-top: none;
	max-height: inherit;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
	padding-right: 15px;
	padding-left: 15px;
}
.navigation .navbar .collapse {
	display: none !important;
	float: inherit !important;
}
.navigation .navbar .collapse.in {
	display: block !important;
}
.navigation .navbar .collapse.in .child-navigation {
	display: block;
}
.navigation .navbar .navbar-nav {
	margin-bottom: 0;
	float: none !important;
}
.navigation .navbar .navbar-nav li:hover > .child-navigation {
	height: auto;
}
.navigation .navbar .navbar-nav li:hover > .child-navigation.navigation-to-left {
	right: inherit;
}
.navigation .navbar .navbar-nav li:hover > .child-navigation li:hover > .child-navigation {
	-moz-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	height: auto;
}
.navigation .navbar .navbar-nav li.active a:after {
	display: none;
}
.navigation .navbar .navbar-nav li.has-child:after {
	right: 25px !important;
}
.navigation .navbar .navbar-nav li a {
	padding-bottom: 20px;
	padding-top: 20px;
}
.navigation .navbar .navbar-nav li a:after {
	display: none;
}
.navigation .navbar .navbar-nav li.mobile-submit {
	display: block;
}
.navigation .navbar .navbar-nav li.mobile-submit i {
	color: #0071AB;
	position: absolute;
	bottom: 12px;
	margin-left: 10px;
}
.navigation .navbar .navbar-nav li .child-navigation {
	display: none;
	left: 0;
	min-width: inherit;
	width: 100%;
	position: relative;
	margin-top: 0;
	box-shadow: none;
	background-color: #f3f3f3;
	height: 0;
}
.navigation .navbar .navbar-nav li .child-navigation li {
	border-bottom: none !important;
}
.navigation .navbar .navbar-nav li .child-navigation li:first-child a:after, .navigation .navbar .navbar-nav li .child-navigation li:last-child a:after {
	display: none !important;
}
.navigation .navbar .navbar-nav li .child-navigation li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 15px;
	padding: 20px 15px 20px 15px;
}
.navigation .navbar .navbar-nav li .child-navigation li a:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	color: #0071AB;
}
.navigation .navbar .navbar-nav li .child-navigation li:hover .child-navigation {
	height: auto;
}
.navigation .navbar .navbar-nav li .child-navigation li .child-navigation {
	-moz-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	height: 0;
	background-color: #ebebeb;
	margin-top: 0;
	left: 0px !important;
}
.secondary-navigation h1 {
	display: none
}
.navigation .navbar .navbar-toggle {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	bottom: 0;
	display: block !important;
	vertical-align: middle;
	position: absolute;
	right: 0;
	margin: 0;
	top: 0;
	height: 65px;
	padding: 0;
}
.navigation .navbar .navbar-toggle .icon-bar {
	background-color: #0083BC;
}
.navigation .secondary-navigation {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;/* background-color: #3A3C3F; */
}
.navigation .secondary-navigation .contact {
	display: none;
}
.navigation .secondary-navigation .user-area {
	float: none;
}
.navigation .secondary-navigation .user-area a {
	color: #fff;
	margin-left: 0;
	margin-right: 10px;
}
.navigation .secondary-navigation .user-area a:hover {
	color: #fff;
}
.owl-controls {
	display: none !important;
}
#page-content {
	padding-top: 0px !important;
}
#page-footer #footer-main {
	padding-bottom: 0 !important;
}
#page-footer #footer-main article {
	margin-bottom: 50px;
}
#page-footer #footer-main article h3 {
	margin-bottom: 10px !important;
}
.page-sign-in .wrapper {
	display: table !important;
}
#page-content {
	overflow: hidden;
}
.add-your-property {
	display: none;
	bottom: inherit;
	position: absolute;
	top: 8px;
}
.add-your-property figure {
	display: none !important;
}
.post-author {
	text-align: center;
}
.post-author img {
	display: inline-block;
	margin-bottom: 20px;
}
.post-author .wrapper {
	display: block;
}
.property {
	margin-bottom: 30px !important;
}
.property.small .info {
	padding-left: 0;
}
.property.small .property-image {
	float: none;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}
.property.masonry {
	width: 100%;
}
.property.masonry .property-image:hover img {
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.property.masonry .property-image img {
	-moz-backface-visibility: visible;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.property-detail-map {
	width: 100% !important;
}
.property-features-list li {
	width: 100%;
}
.property-title .actions {
	position: relative;
	margin-top: 20px;
	top: 10px;
}
.property-title .actions .title-add, .property-title .actions .title-added {
	text-align: left;
	left: 25px;
}
.rating-form .btn {
	float: none !important;
	width: 100%;
}
#search-filter {
	margin-bottom: 10px;
	padding: 0;
}
#search-filter .sorting {
	position: relative;
	margin-top: 10px;
}
#search-filter .sorting .form-group {
	width: 100%;
}
.search-box-wrapper {
	background-color: #FCC918;
	padding: 20px 0;
	position: relative;
	top: 0 !important;
}
.search-box-wrapper h2 {
	color: #fff;
}
.search-box-wrapper input[type="text"], .search-box-wrapper input[type="email"], .search-box-wrapper input[type="search"], .search-box-wrapper input[type="password"], .search-box-wrapper input[type="number"], .search-box-wrapper textarea.form-control {
	background-color: rgba(0, 0, 0, 0.4) !important;
}
.search-box-wrapper .background-image {
	left: inherit;
	margin-left: inherit;
}
.search-box-wrapper .selectpicker, .search-box-wrapper .price-range {
	background-color: rgba(0, 0, 0, 0.4) !important;
}
.search-box-wrapper .search-box {
	margin-top: 0;
	padding-right: 0;
	position: relative;
}
.search-box-wrapper .search-box .nav-pills {
	margin-bottom: 20px;
}
.search-box-wrapper .search-box .nav-pills li.active a {
	background-color: #0071AB;
	color: #fff;
	position: relative;
}
.search-box-wrapper .search-box .nav-pills li.active a:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.search-box-wrapper .search-box .nav-pills li a {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: transparent;
	color: #fff;
}
.search-box-wrapper .search-box .nav-pills li a:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 0;
	border-style: solid;
	border-width: 5px 3.5px 0 3.5px;
	border-color: #0071AB transparent transparent transparent;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
}
.section-title .link-arrow {
	position: relative;
	top: -15px;
}
#slider {
	margin-top: 0 !important;
	height: 400px !Important;
}
#slider .slide {
	overflow: hidden;
}
#slider .slide:after {
	height: 50% !important;
}
#slider .slide .overlay {
	margin-bottom: 10px !important;
}
#slider .slide .overlay figure {
	font-size: 14px !important;
}
#slider .slide .overlay h3 {
	font-size: 24px !important;
	font-weight: 300;
}
#slider .slide .overlay hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
#slider .slide .overlay img {
	left: -200%;
	position: relative;
}
#slider .slide .overlay .tag {
	font-size: 18px !important;
}
#slider .slide img {
	position: relative !important;
	height: 100% !important;
	width: inherit !important;
}
.submit-step {
	display: none;
}
.submit-pricing table th {
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.submit-pricing table th:first-child {
	padding-left: 0 !important;
}
.text-banner h1 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	padding-bottom: 15px;
}
.form-submit section {
	margin-bottom: 30px;
}
.form-submit .submit-features li {
	width: 100%;
}
.form-submit .file-preview-frame {
	display: inline-block;
	float: none;
}
#video-presentation img {
	width: 100%;
}
.wrapper {
	display: block;
}
}
@media print {
#page-footer, .breadcrumb {
	display: none;
}
.page-property-detail body, .page-property-detail html {
	height: 100%;
	width: 100%;
	padding: 0;
}
.page-property-detail #sidebar, .page-property-detail #page-footer, .page-property-detail .thick, .page-property-detail .actions, .page-property-detail .navigation, .page-property-detail .breadcrumb {
	display: none;
}
.page-invoice .navigation {
	display: none;
}
.invoice {
	font-size: 12px;
}
.invoice address {
	line-height: 18px;
}
.invoice h1 {
	font-size: 36px;
	margin-top: 20px;
}
.invoice h2, .invoice h3 {
	font-size: 18px;
}
.invoice section {
	border-width: 1px;
	padding: 10px 0;
}
.invoice dl dd {
	margin-bottom: 4px;
}
.invoice #description-table th {
	border-bottom: 2px solid #e8e8e8;
	padding: 8px 0;
}
.invoice #description-table th:first-child {
	padding-left: 0px;
}
.invoice #description-table th:last-child {
	padding-right: 0px;
}
.invoice #description-table td {
	padding: 10px 0;
}
.invoice #description-table td:first-child {
	padding-left: 0px;
}
.invoice #description-table td:last-child {
	padding-right: 0px;
}
}
@page {
 page-break-after: auto;
 margin: 0;
}
/*-------------NOVO---------------*/
.checkbox.imovel {
	float: right;
	width: 30px;
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 100;
	background: rgba(255, 255, 255, 0.88);
	padding: 4px 6px;
	-webkit-box-shadow: -1px 1px 5px 1px #000000;
	box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.17);
}
.navbar .fones {
	display: block;
	float: none;
	position: absolute;
	width: 100%;
	left: 75%;
	color: rgb(154, 157, 151);
	font-size: 20px;
	font-weight: 300;
	top: 10px;
}
.navbar .creci {
	/* width: 300px; */
	right: 0%;
	top: 71px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: 300;
	position: absolute;
}
/*----------- Areadigital ---------*/
/* -----------------------------------------------------------------------------------------------*/
/* ---------------------------------------->>> IMOVEL <<<-----------------------------------------*/
/* -----------------------------------------------------------------------------------------------*/

/* .imoveis {list-style: none;}
.imoveis li {}
.imoveis .imovel_item {float: left;width: 609px;border-bottom: 1px solid #A8A8B7;position: relative;margin: 15px 5px 0px 0px;padding: 20px 0px 10px 0px;height: 330px;}
.imoveis .imovel_item .imagem {float: left;}
.imoveis .imovel_item .imagem img {}
.imoveis .imovel_item .info {float: left;list-style: none;margin-left: 10px;width: 336px;} */

.imoveis .imovel_item .tooltip {
	width: 120px;
}
.imoveis .imovel_item .info .titulo {
	display: block;
}
.imoveis .imovel_item div.ck_minha_lista {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 20px;
	width: 20px;
}
.imoveis .imovel_item div.ck_minha_lista label {
	background: white;
	padding: 2px;
}
.imoveis .imovel_item div.ck_minha_lista label input {
	float: left;
	margin-right: 5px;
}
.imoveis .imovel_item div.ck_minha_lista label span {
	display: block;
	min-width: 140px;
}
.imoveis .imovel_item .info .localizacao {
	display: block;
}
.imoveis .imovel_item .info .localizacao .bairro {
	border-right: 1px solid gray;
	padding-right: 5px;
	margin-right: 5px;
}
.imoveis .imovel_item .info .localizacao .cidade {
}
.imoveis .imovel_item .info .valores {
	font-weight: bold;
}
.imoveis .imovel_item .info .ul-valores {
	list-style: none;
	margin: 0px;
}
.imoveis .imovel_item .info .icones {
	list-style: none;
	margin: 0px;
	margin-top: 10px;
}
.imoveis .imovel_item .info .icones li {
	float: left;
	padding-right: 6px;
	border-right: 1px solid rgb(182, 182, 194);
	margin-right: 7px;
}
.imoveis .imovel_item .info .icones li:last-child {
	border-right: 0px;
}
.imoveis .imovel_item .info .icones li a {
	display: block;
}
.pgimoveis .valores-tit {
	font-weight: 700;
	color: #696969;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px
}
.valores-aluguel {
	width: 190px;
	float: left;
}
.imoveis .imovel_item .disponibilidade-eff {
	position: relative;
}
.imoveis .imovel_item .disponibilidade-eff:hover .disponibilidade-box {
	display: block;
	z-index: 3;
}
.imoveis .imovel_item .disponibilidade-box {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 180px;
	padding: 4px;
	background: white;
	border: 1px solid #868695;
}
.imoveis .imovel_item .disponibilidade-box:after {
	position: absolute;
	content: "";
	bottom: -22px;
	left: 45%;
	border: 13px solid transparent;
	border-top: 9px solid #868695;
}
.lista_imoveis {
}
.lista_imoveis > li {
	float: left;
	width: 100%;
	border-top: 1px solid #A8A8B7;
	margin-bottom: 10px;
}
.lista_imoveis li .imovel_item {
	border-top: 0px;
	margin-top: -10px;
}
.lista_imoveis li .disponibilidade {
	float: left;
	margin: 10px 0px;
	color: #8C2200;
	width: 163px;
	padding-left: 9px;
}
.lista_imoveis li .ck_minha_lista {
	right: -141px !important;
	top: 15px !important;
}
.grid_imoveis {
	list-style: none;
}
.grid_imoveis > li {
	float: left;
}
.grid_imoveis .imovel_item {
	width: 220px;
	border-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	background: white;
}
.grid_imoveis .imovel_item .imagem img {
	width: 230px;
}
.grid_imoveis .imovel_item .info .valores {
	display: none;
}
.grid_imoveis .imovel_item .info .ul-valores {
	display: none;
}
.grid_imoveis .imovel_item .disponibilidade-eff:hover .disponibilidade-box {
	bottom: 38px;
	left: -76px;
}
.grid_imoveis .imovel_item div.ck_minha_lista {
	top: -2px;
}
.grid_imoveis .imovel_item .info .icones li {
	padding-right: 8px;
	margin-right: 0px;
	border-right: 0px;
}
.grid_imoveis .imovel_item .imagem {
	float: left;
	width: 100%;
}
.grid_imoveis .imovel_item .imagem a {
	display: block;
}
/*pre-rodape*/
.social {
	margin: 0 auto;
	position: relative;
	/* padding-top: 30px; */
	list-style: none;
	/* width: 1060px; */
	/* padding-left: 24%; */
	display: inline-block;
}
.social .social-icon {
	float: left;
	padding: 0px 10px;/* border-right: 1px solid rgb(214, 214, 214); */
}
.social .social-icon a {
	height: 50px;
	width: 50px;
	display: block;
	border-radius: 50%;
	border: 2px solid #A9A9B8;
	padding-top: 5px;
}
.social .social-icon a:hover {
	transform: scale(1.1);
}
.social .social-icon .separador {
	display: block;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
.pre-rodape .social span.titulo-rodape {
	text-align: center;
	font-family: 'open sans', arial;
	font-size: 50px;
	font-weight: 300;
	color: rgb(206, 206, 206);
	margin-left: 11px;
}
.btngoto {
	position: absolute;
	right: 7px;
	top: 75px;
}
.pre-rodape {
	background: url(../img_lay/pre-rodape-bg.jpg?) center center;
	min-height: 40px;
	padding-bottom: -1px;
	z-index: 2;
	position: relative;
}
.pre-rodape {
	-webkit-box-shadow: 0px -2px 20px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -2px 20px 1px rgba(0, 0, 0, 0.3);
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 261px;
	border: 1px solid white;
	margin-top: 20px;
}
.pre-rodape .container {
	padding-top: 20px;
}
.pre-rodape .padrao {
	padding-bottom: 20px;
}
.pre-rodape .pre-icones {
	list-style: none;
	margin: 0 auto;
	margin-left: 270px;
}
.pre-rodape .pre-icones li {
	float: left;
	margin-right: 15px;
}
.pre-rodape .pre-icones li a {
	display: block;
}
.pre-rodape .pre-icones li a span {
	display: none;
}
.pre-rodape .pre-icones li:last-child a {
	border-bottom: 0
}
.pre-rodape .pre-icones li img {
	-webkit-filter: brightness(80%);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
.pre-rodape .pre-icones li img:hover {
	-webkit-filter: brightness(100%);
}
.pre-footer {
	padding: 10px 0px;
}
.home .pre-footer {
	margin-top: 0px;
}
.pre-footer .pre-footer-logo {
	text-align: center;/* height: 256px; */
}
.pre-footer .pre-footer-fone {
	display: block;
	color: #18597F;
	font-size: 40px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	margin-top: 20px;
}
.pre-footer-logo a {
	margin-left: -39px;
}
.pre-footer-icons {
	margin: 0 auto;
	border-top: 1px solid #B3B3B3;
}
.pre-icones li.social-icon:last-child {
	border-right: 0px;
}
.pre-icones {
	/* height: 101px; */
	/* margin-top: 10px; */
	position: relative;
}
/*rodape*/
.rodape {
	background: #226F98;
	margin-top: -20px;
	color: #F6F6F6;
	/* border-top: 4px solid #01BAF2; */
	-webkit-box-shadow: inset 0 40px 30px -20px rgba(0, 0, 0, 0.60);
	box-shadow: inset 0 40px 30px -20px rgba(0, 0, 0, 0.60);
}
.rodape .container {
	position: relative;
	padding-top: 20px;
	height: 400px;
}
.rodape .sub-titulo span {
	color: #BAA266
}
.rodape .bloco-links {
	margin-left: 0px;
	height: 317px;
}
.rodape .bloco-links .bloco {
	width: 182px;
	margin-right: 10px;
	float: left;
}
.rodape .sub-bloco {
	height: 290px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0px;
	padding-right: 10px;
}
.rodape .sub-bloco li {
	border-bottom: 0px solid rgb(34, 34, 34);
}
.rodape .sub-bloco li.destaque {
	font-weight: bold;
}
.rodape .sub-bloco li a {
	display: block;
	color: #FFFFFF;
	padding: 6px 6px;
	white-space: nowrap;
	font-size: 13px;
	text-transform: Capitalize;
}
.rodape .sub-bloco li a.destaque {
	font-size: 14px;
	font-weight: 400;
	border-bottom: 0px;
	color: #E1E1E1;
	text-transform: uppercase;
}
.rodape .sub-bloco li a:hover, .rodape .sub-bloco li a.current {
	background: #8D8D8D;
	background: rgb(19, 60, 81);
	color: white;
}
.rodape .bloco-direita {
	text-align: center;
	margin: 10px 0px;
}
.rodape .bloco-direita .logo {
	margin-bottom: -5px;
	margin-top: -6px;
}
.rodape .bloco-direita .fone {
	position: absolute;
	top: 185px;
	left: 115px;
}
.rodape .bloco-direita .localizacao {
	position: absolute;
	top: 185px;
	left: 20px;
}
.rodape .bloco-direita .mail {
	position: absolute;
	top: 185px;
	left: 202px;
}
.rodape .bloco-direita .endereco {
	font-family: 'Ubuntu', sans-serif;
	line-height: 20px;
	font-size: 14px;
}
.rodape .bloco-direita .endereco {
	height: 164px;/*background: url(../img_lay/rodape-mapa.png) no-repeat bottom center;*/
	margin-top: -6px;
}
.rodape .bloco-direita .endereco a {
	text-decoration: underline;
}
.rodape .bloco-direita .endereco, .rodape .bloco-direita .endereco a {
	color: white;
}
.rodape .pre-icones {
	list-style: none;
	margin: 0px;
	margin-left: 18px;
}
.rodape .pre-icones li {
	float: left;
	margin-right: 15px;
}
.rodape .pre-icones li a {
	display: block;
}
.rodape .pre-icones li a span {
	display: none;
}
.rodape .pre-icones li:last-child a {
	border-bottom: 0
}
.rodape .rodape-fone {
	font-family: 'Ubuntu', sans-serif;
	line-height: 34px;
	font-size: 27px;
	font-weight: 300;
	color: #9F9F9F;
}
.rodape .creci-footer {
	color: #BEBEBE;
	font-family: 'Ubuntu', sans-serif;
	padding-bottom: 10px;
}
.rodape .rodape-corretor {
	background: url(../img_lay/rodape-bg-paulo-prata.png) center top;
	height: 289px;
	width: 244px;
	margin-top: 29px;
	background-repeat: no-repeat;
}
.rodape .rodape-dados {
	text-align: center;
	height: 39px;
	border-top: 1px solid rgb(38, 38, 38);
	padding: 10px;
	color: rgb(173, 173, 173);
}
.rodape .rodape-dados a {
	color: rgb(199, 199, 199);
}
.rodape .span9 {
	border-right: 1px solid white;
}
.rodape h3.subtitle {
	font-size: 18px;
	color: #CBEDF8;
	font-weight: 400;
	background: url(/img_lay/h3-bg-peq.png?) no-repeat left bottom;
	padding-bottom: 3px;
	margin-bottom: 1px;
}
/*------ busca direta -----*/
.home .container .imovel-link {
	display: block;
	text-align: center;/* margin-top: -7px; */
	padding-top: 20px;
	background: url(../img_lay/home-imovel-link.png) no-repeat center 13px #FDFDFD;
	position: relative;
	height: 79px;
}
.home .container a.imovel-link.transition300ms {
	color: white;
	opacity: 1;
	padding-top: 36px;
}
.home .container a:hover.imovel-link.transition300ms {
	opacity: 0.8;
}
.home #buscadireta {
	padding-left: 10p;
	margin-top: 10px;
	min-height: 204px;
	padding-top: 10px;
	padding-left: 0px;
}
.home #buscadireta ul {
	list-style: none;
	margin: 0px;
	margin-left: -33px;
}
.home #buscadireta .blocklinks {
}
.home #buscadireta .blocklinks .block {
	float: left;
	margin: 5px;
	border-left: 1px solid#CCC;
	padding: 0px 10px !Important;
	padding-left: 10px;
}
.home #buscadireta .blocklinks .block li {
	margin-bottom: 6px;
}
.home #buscadireta .blocklinks .block a {
	background: url(/img_lay/list.png) no-repeat left center;
	padding-left: 12px;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	font-size: 13px;
}
.home #buscadireta .blocklinks .block a:hover {
	padding-left: 16px;
	color: rgb(0, 0, 0);
}
.home #buscadireta .blocklinks .block span {
	color: #444444;
	font-weight: 400;
	font-family: 'Quattrocento Sans', sans-serif;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.home #buscadireta .blocklinks .block:last-child {
	border-right: 0;
}
/*-decor ------------*/
.sub-titulo {
	padding-bottom: 10px;
	font-weight: 400;/* background: url(/img_lay/h3-bg.png) no-repeat left bottom; */
	border-bottom: 1px solid rgb(232, 232, 232);
}
.sub-titulo span {
	color: #2C2C2C;
}
.sub-titulo-azul-pastel {
	background-image: url(/img_lay/h3-bg-azul-pastel.png)
}
/*--------- footer adress -----*/
.footer-adress .address_container {
	top: 11px;
	position: relative;
}
.footer-adress {
	text-align: center;
	height: 98px;
	background: #133C51;/* border-top: 1px solid rgb(211, 211, 190); */
}
.footer-adress span.copy {
	font-size: 13px;
	color: silver;
}
.prerodape-busca {
/* padding: 20px 0px; */
    /* -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.51); */    
    /* box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.19); */
    /* border-top: 1px solid rgb(255, 255, 255); */
}
/* -----------------------------------------------------------------------------------------------*/
/* ----------------------------------->>> SIDE-CESTA <<-------------------------------------------*/
/* -----------------------------------------------------------------------------------------------*/
.side-cesta {
	z-index: 1000;
	position: fixed;
	right: 0px;
	top: 20%;
	overflow: hidden;
	width: 72px;
	font-size: 12px;
}
.side-cesta {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.side-cesta .cesta-in {
	width: 321px;
}
.side-cesta .cesta-in .cesta-lingueta {
	float: left;
	padding: 5px 17px 5px 5px;
	background: url('/img_lay/cesta-lingueta-bg.png?') no-repeat 58px center;
	cursor: pointer;
}
.side-cesta .cesta-in .cesta-lingueta {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.8);
}
.side-cesta .cesta-in .cesta-lingueta {
	-webkit-border-radius: 7px 0px 0px 7px;
	border-radius: 7px 0px 0px 7px;
}
.side-cesta .cesta-in .cesta-lingueta span {
	color: white;
	display: block;
}
.side-cesta .cesta-in .cesta-lingueta i {
	background-image: url('/img_lay/cesta-i-home.png');
	background-position: center center;
	width: 16px;
	height: 15px;
}
.side-cesta .cesta-in .cesta-lingueta b {
	background-color: #95BC02;
}
.side-cesta .cesta-in .cesta-container {
	float: left;
	width: 246px;
}
.side-cesta .cesta-in .cesta-container {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.8);
}
.side-cesta .cesta-in .cesta-container form {
	margin: 0px
}
.side-cesta .cesta-in .cesta-container .cesta-lista {
	padding: 3px 3px 3px 10px;
}
.side-cesta .cesta-in .cesta-container .cesta-lista > span {
	color: white;
	line-height: 14px;
}
.side-cesta .cesta-in .cesta-container .cesta-lista b {
	color: white;
	display: block;
}
.side-cesta .cesta-in .cesta-container .cesta-lista ul {
	list-style: none;
	margin: 0px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
.side-cesta .cesta-in .cesta-container .cesta-lista ul li {
	clear: both;
	margin-bottom: 9px;
	height: 60px;
	overflow: hidden;
}
.side-cesta .cesta-in .cesta-container .cesta-lista ul li a {
}
.side-cesta .cesta-in .cesta-container .cesta-lista ul li a img {
	float: left;
	margin-right: 6px;
}
.side-cesta .cesta-in .cesta-container .cesta-lista ul li a b {
	color: white;
	display: block;
}
.side-cesta .cesta-in .cesta-container .cesta-lista ul li a span {
	color: #EBEBEB;
	display: block;
	line-height: 13px;
}
.side-cesta .cesta-in .cesta-container .cesta-lista ul li button {
	float: right;
	margin-top: 30px;
	border: 0px;
	background: url(/img_lay/cesta-btn-remover.png) no-repeat;
	width: 12px;
	height: 12px;
}
.side-cesta .cesta-form {
	padding: 3px 3px 3px 10px;
}
.side-cesta .cesta-form ul {
	margin: 0px;
	list-style: none;
	padding-left: 0px;
}
.side-cesta .cesta-form ul li {
	width: 155px;
}
.side-cesta .cesta-form ul li input[type="text"] {
	width: 117px;
	margin-bottom: 4px;
	font-size: 13px;
}
.side-cesta .cesta-form ul li.btn-send {
	margin: 3px 0px;
	margin-right: 0px;
	width: 70px;
}
.side-cesta .cesta-lista-empreendimentos {
	color: white;
}
.side-cesta button.btn.btn-success {
	width: 120px;
}
/* functional */

.side-cesta.open {
	width: 321px;
}
.side-cesta.open .cesta-in .cesta-lingueta {
	background-image: url('/img_lay/cesta-lingueta-bg-open.png');
}
/* back-top */
#back-top {
	position: fixed;
	bottom: 60px;
	z-index: 101;
	left: 50%;
	margin-left: 600px;
	display: none;
	width: 41px;
	height: 41px;
}
#back-top a:hover {
	color: #79ec3e;
}
#back-top span {
	width: 41px;
	height: 41px;
	display: block;
	margin-bottom: 41px;
	background: url(../img_lay/up-arrow.png) no-repeat left 0px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#back-top a:hover span {
	background-position: left -41px;
}
/* media hover */
.mediaholder {
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.mediaholder img {
	width: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.hovericon {
	position: absolute;
	left: 50%;
	top: 65%;
	color: #fff;
	font-size: 18px;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%
}
.hovercover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#59000000,endColorstr=#59000000)";/* background-color:rgba(0,0,0,0.35); */
	opacity: 0;/* border-radius:3px */
}
.hoverzoom {
	background: url(/img_lay/hoverzoom.png) no-repeat;
	display: block;
	height: 18px;
	width: 18px;
	margin: 21px 0 0 21px
}
.hoverlink {
	background: url(/img_lay/hoverlink.png) no-repeat;
	display: block;
	height: 19px;
	width: 19px;
	margin: 21px 0 0 20px
}
/*lista marcada*/
.marker {
	list-style: none;
	margin: 0px;
	margin-bottom: 17px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.marker li {
	background: url(../img_lay/list.png) no-repeat left center;
	padding-left: 12px;
}
.detalhe .marker li {
	width: 224px;
	margin-left: 4px;
	margin-bottom: 5px;
	float: left
}
.camera_thumbs_cont ul li > img {
	max-width: 80px !important;
	max-height: 50px !important;
}
/*barra*/
.barra {
	overflow: auto;
}
.barra::-webkit-scrollbar {
width: 8px;
height: 8px;
}
 .barra::-webkit-scrollbar-button:start:decrement, 0 .barra::-webkit-scrollbar-button:end:increment {
display: block;
height: 10px;
width: 10px;
background: url(../img_lay/barra-vertical-decrement.png) center center;
}
.barra::-webkit-scrollbar-button:vertical:increment {
background-color: red;
background: url(../img_lay/barra-vertical-increment.png) center center;
}
.barra::-webkit-scrollbar-button:horizontal:increment {
 background-color: red;
}
.barra::-webkit-scrollbar-track-piece {
background-color: rgba(0,0,0, 0.1);
}
.barra::-webkit-scrollbar-thumb:vertical {
background-color:#cecece;
-webkit-border-radius: 3px;
cursor: wait;
}
.barra::-webkit-scrollbar-thumb:horizontal {
background-color: #999;
 -webkit-border-radius: 3px
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=70);
}
.tooltip.top .tooltip-arrow {
	border-top-color: #000;
	margin-top: -25px
}
.tooltip.top {
	margin-top: -10px;
	padding: 5px 0;
}
.tooltip-inner {
	color: #FFFFFF;
	background-color: #000;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.relative {
	position: relative;
}
.transition1s {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.transition300ms {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.shadow3px {
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .2);
}
.mgtop10 {
	margin-top: 10px;
}
.mgtop20 {
	margin-top: 20px;
}
.mgbot20 {/* margin-bottom: 20px; */
}
/*--------- footer adress -----------*/
.footer-adress span.pull-center.rodape-top {
	top: -18px;
	position: relative;
	transition: 0.2s;
	display: none;
}
.footer-adress span.pull-center.rodape-top:hover {
	top: -27px;
}
/*------- header area -------------*/
ul.nav.navbar-nav {
	text-transform: uppercase;
}
/* -----------------------------------------------------------------------------------------------*/
/* ---------------------------------------->>> IMOVEL <<<-----------------------------------------*/
/* -----------------------------------------------------------------------------------------------*/

.imoveis {
	list-style: none;
}
.imoveis li {
}
.TabbedPanelsContentGroup .imoveis .imovel_item {
	float: left;
	width: 490px;
}
.imoveis .imovel_item {
	float: left;
	height: 300px;
	position: relative;
	margin: 15px 0px 0px 0px;
	padding: 30px 0px 10px 0px;
	border-top: 1px solid #ccc;
}
.imoveis .imovel_item .imagem {
	float: left;
}
.imoveis .imovel_item .imagem img {
}
.imoveis .imovel_item .info {
	float: right;
	list-style: none;
	margin-left: 10px;
}
.imoveis .imovel_item .tooltip {
	width: 120px;
}
.imoveis .imovel_item .info .titulo {
	display: block;
}
.imoveis .imovel_item div.ck_minha_lista {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 20px;
	width: 20px;
}
.imoveis .imovel_item div.ck_minha_lista label {
	background: white;
	padding: 2px;
}
.imoveis .imovel_item div.ck_minha_lista label input {
	float: left;
	margin-right: 5px;
}
.imoveis .imovel_item div.ck_minha_lista label span {
	display: block;
	min-width: 140px;
}
.imoveis .imovel_item .info .localizacao {
	display: block;
}
.imoveis .imovel_item .info .localizacao .bairro {
	border-right: 1px solid gray;
	padding-right: 5px;
	margin-right: 5px;
}
.imoveis .imovel_item .info .localizacao .cidade {
}
.imoveis .imovel_item .info .valores {
	font-weight: bold;
}
.imoveis .imovel_item .info .ul-valores {
	list-style: none;
	margin: 0px;
}
.imoveis .imovel_item .info .icones {
	list-style: none;
	margin: 0px;
	margin-top: 10px;
}
.imoveis .imovel_item .info .icones li {
	float: left;
	padding-right: 4px;
	border-right: 1px solid rgb(182, 182, 194);
	margin-right: 4px;
}
.imoveis .imovel_item .info .icones li:last-child {
	border-right: 0px;
}
.imoveis .imovel_item .info .icones li a {
	display: block;
}
.imoveis .imovel_item .disponibilidade-eff {
	position: relative;
}
.imoveis .imovel_item .disponibilidade-eff:hover .disponibilidade-box {
	display: block;
	z-index: 3;
}
.imoveis .imovel_item .disponibilidade-box {
	display: none;
	position: absolute;
	bottom: 30px;
	left: -82px;
	width: 180px;
	padding: 4px;
	background: white;
	border: 1px solid #868695;
}
.imoveis .imovel_item .disponibilidade-box:after {
	position: absolute;
	content: "";
	bottom: -22px;
	left: 45%;
	border: 13px solid transparent;
	border-top: 9px solid #868695;
}
/* grid original
.grid_imoveis {list-style: none;}
.grid_imoveis > li {float: left;}




.grid_imoveis .imovel_item {width: 220px;border-top: 0px;padding-right: 8px;padding-left: 8px;background: white;}
.grid_imoveis .imovel_item .imagem img {width: 230px;}
.grid_imoveis .imovel_item .info .valores {display: none;}

.grid_imoveis .imovel_item .info .ul-valores {display: none;}
.grid_imoveis .imovel_item .disponibilidade-eff:hover .disponibilidade-box {bottom: 38px;left: -76px;}
.grid_imoveis .imovel_item div.ck_minha_lista {top: -2px;}
.grid_imoveis .imovel_item .info .icones li {padding-right: 8px;margin-right: 0px;border-right: 0px;}
.grid_imoveis .imovel_item .imagem {float: left;width: 100%;}
.grid_imoveis .imovel_item .imagem a {display: block;}

*/



.grid_imoveis {
	list-style: none;
}
.grid_imoveis > li {
	float: left;
}
.grid_imoveis .imovel_item {
	width: 210px;
	padding-right: 8px;
	padding-left: 8px;
	background: white;
}
.grid_imoveis .imovel_item .imagem .mediaholder img {
	width: 230px;
}
.grid_imoveis .imovel_item .info .valores {
	display: none;
}
.grid_imoveis .imovel_item .info .ul-valores {
	display: none;
}
.grid_imoveis .imovel_item .disponibilidade-eff:hover .disponibilidade-box {
	bottom: 38px;
	left: -76px;
}
.grid_imoveis .imovel_item div.ck_minha_lista {
	top: 6px;
}
.grid_imoveis .imovel_item .info .icones li {
	padding-right: 6px;
	margin-right: 0px;
	border-right: 0px;
}
.grid_imoveis .imovel_item .imagem {
	float: left;
	width: 100%;
}
.grid_imoveis .imovel_item .imagem a {
	display: block;
}
.property-image {
	transition: 0.2s;
	overflow: hidden;
	position: relative;
}
.property-image img:hover {
	transform: scale (110%);
	-webkit-transform: scale(1.1) rotate(0.01deg);
	transform: scale(1.1) rotate(0.01deg);
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
}
.property-image img.reflected {
	margin: 0 auto;
}
#properties.lista .imovel-lista {
	overflow: hidden;
	height: 433px;
	border-bottom: 1px solid rgb(224, 224, 224);
	margin-bottom: 40px;
	position: relative;
	padding-top: 10px;
}
.imovel-lista .property-image canvas {
	margin: 0 auto;
}
#-properties .lista .info {
	float: left;
	list-style: none;
	margin-left: 18px;
	width: 400px;
	z-index: 999;
}
#properties.lista .ck_minha_lista {
	top: 6px;
	position: absolute;
	right: 20px;
}
#properties ul {
/* list-style: none; */
	/* padding: 0px; */
}
#properties .icones li {
	float: left;
	/* width: 43px; */
	border-right: 1px solid rgb(218, 218, 218);
	padding: 0px 8px;
}
#properties .icones li:last-child {
	border: none;
}
#properties.grilha .imovel_item.mediahover {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 15px;
	/* border-bottom: 1px solid rgb(228, 228, 228); */
	position: relative;
	margin-bottom: 30px;
	background-color: #F5F5F5;
	padding: 10px;
}
.grilha .property-image {
	width: 225px;
	float: left;
}
#properties.grilha .ck_minha_lista {
	top: 6px;
	position: absolute;
	right: 0;
}
#properties.grilha .property-image canvas {
	margin: 0 auto;
}
/* -----------------------------------------------------------------------------------------------*/
/* ----------------------------------->>> DETALHES <<<--------------------------------------------*/

/* -----------------------------------------------------------------------------------------------*/
.mensagem {
	background: rgb(230, 230, 230);
}
.mensagem .alert {
	margin: 10px 0px;
}
#fixo_barra {
	height: 645px;
	padding-left: 20px;
	float: left;
	margin-left: 0px;
	width: 240px;
	padding-top: 30px;
}
#fixo_conteudo {
	width: 980px;
	float: left;
}
.marca-agua {
	position: relative;
	height: 10px;
	z-index: 10;
	display: block;
}
.marca-agua img {
	position: relative;
	left: 50%;
	top: -425px;
	margin-left: -100px;
}
.titulo-compartilhamento {
	list-style: none;/* margin: 20px 0px; */
	float: left;
	padding-left: 0px;
}
.titulo-compartilhamento li {
	float: left;
}
.titulo-compartilhamento .first {
	margin-right: 20px;
}
.titulo-compartilhamento .pull-right {
	padding-right: 4px;
}
.titulo-compartilhamento .pull-right a {
	display: block;
	height: 29px;
}
.titulo-compartilhamento .titulo {
	color: #463940;
	text-transform: uppercase;
	font-size: 24px;
}
.detalhe .detalhe-icones {
	list-style: none;
}
.detalhe .detalhe-icones li {
	float: left;
	margin-right: 2px;
}
.detalhe .detalhe-icones li a {
	display: block;
	width: 39px;
	height: 41px;
	background-image: url(/img_lay/detalhe-icones.png);
}
.detalhe .detalhe-icones li a:hover {
	background-position-y: -83px;
}
.detalhe .detalhe-icones li a.desativo {
	background-position-y: -42px;
}
.detalhe .detalhe-icones li .icone-sobre {
	background-position: 0px 0px;
}
.detalhe .detalhe-icones li .icone-caracteristicas {
	background-position: -41px 0px;
}
.detalhe .detalhe-icones li .icone-valores {
	background-position: -82px 0px;
}
.detalhe .detalhe-icones li .icone-localizacao {
	background-position: -124px 0px;
}
.detalhe .detalhe-icones li .icone-video {
	background-position: -165px 0px;
}
.detalhe .detalhe-icones li .icone-disponibilidade {
	background-position: -205px 0px;
}
.detalhe .detalhe-icones li .icone-interesse {
	background-position: -248px 0px;
}
.detalhe .fotos-todas {
	list-style: none;
	float: left;
	margin: 4px 0px 4px 4px;
	margin-left: 250px;
}
.detalhe .ck_minha_lista.pull-right {
	margin-top: 0px;
	background-color: rgba(244, 244, 244, 0.65);
	padding: 2px 8px;
	border: 1px solid rgba(255, 0, 0, 0.13);
	font-size: 12px;
}
.detalhe .property-features-list li {
	width: 24%;
}
.detalhe .sub-titulo span {
	font-size: 1.3em;
}
.detalhe .categoria {
	margin-bottom: 20px;
}
.detalhe #property-features b {
	font-weight: 400;
	font-size: 15px;
}
.detalhe #quick-summary li {
	width: 50%;
}
.detalhe #quick-summary dt {
	margin-top: 10px;
}
/* --- ICONES detalhe --- */
.sobre ul.botoes {
	height: 117px;
	float: left;
	margin-top: 27px;
	margin-left: 0px;
	width: 300px;
}
.sobre ul.botoes li {
	display: block;
	float: left;
	height: 40px;
	padding-left: 30px;
	position: relative;
}
.sobre ul.botoes li a {
	display: block;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 33px;
	padding-left: 35px;
}
.sobre ul.botoes li span {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img_lay/icones_ficha.png) no-repeat;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.sobre ul.botoes li.voltar {
	width: 97px;
}
.sobre ul.botoes li.voltar span {
	background-position: 6px 8px;
}
.sobre ul.botoes li.faleconosco {
	width: 100px;
}
.sobre ul.botoes li.faleconosco span {
	background-position: -21px 10px;
}
.sobre ul.botoes li.btFavoritos {
	width: 146px;
	padding-left: 0px;
	margin-top: 4px;
}
.sobre ul.botoes li.btFavoritos span {
	background-position: -51px 7px;
}
.sobre ul.botoes li.btImpressao {
	width: 98px;
}
.sobre ul.botoes li.btImpressao span {
	background-position: -79px 8px;
}
.sobre ul.botoes li.btIndicar {
	width: 137px;
}
.sobre ul.botoes li.btIndicar span {
	background-position: -106px 8px;
}
.sobre ul.botoes li.proposta {
	width: 94px;
}
.sobre ul.botoes li.proposta span {
	background-position: -130px 8px;
}
#caracteristicas {
}
#caracteristicas .categoria {
	margin-bottom: 10px;
	margin-top: 6px;
}
#caracteristicas .categoria b {
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 400;
}
#valores {
}
#valores .valor {
	margin-top: 10px;
}
#valores .valor > b {
}
#valores .valor ul {
	font-size: 16px;
}
#valores .valor ul li {
}
#valores .valor ul li b {
	font-weight: 400;
}
#valores .valor ul li span {
}
.valor .valores-tit {
	font-size: 1.4em;
	color: #0071AB;
	border-bottom: 1px solid grey;
	width: 100%;
}
.pgimoveis .valores-tit {
	font-weight: 300;
	color: #6D0909;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.valores-aluguel {
	width: 600px;
	float: left;
}
.valores-topo .valores-aluguel {
	width: 140px;
	float: left;
}
.detalhe .valor .property-features-list li {
	width: 100%;
}
#localizacao {
}
#localizacao .mapa-container {
}
#localizacao .mapa-container iframe {
	width: 100%;
	border: 1px #ccc solid;
	padding: 4px;
	background: #EEE;
}
#video {
}
#video .video-container {
}
#video .video-container iframe {
	height: 315px;
	width: 420px;
	margin-bottom: 10px;
}
#disponibilidade {
}
#disponibilidade .disponibilidade-container {
}
#disponibilidade .disponibilidade-container iframe {
	width: 970px;
	border: 0px;
	height: 248px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}
/* -----------------------------------------------------------------------------------------------*/
/* ----------------------------------->>> EMPREEND <<<--------------------------------------------*/
/* -----------------------------------------------------------------------------------------------*/

.empreendimento .empreendimento-icones {
	list-style: none;
}
.empreendimento .empreendimento-icones li {
	float: left;
	margin-right: 2px;
}
.empreendimento .empreendimento-icones li a {
	display: block;
	width: 39px;
	height: 41px;
	background-image: url(/img_lay/empreendimentos-icones.png);
}
.empreendimento .empreendimento-icones li a:hover {
	background-position-y: -83px;
}
.empreendimento .empreendimento-icones li a.desativo {
	background-position-y: -42px;
}
.empreendimento .empreendimento-icones li .icone-sobre {
	background-position: 0px 0px;
}
.empreendimento .empreendimento-icones li .icone-fotos {
	background-position: -41px 0px;
}
.empreendimento .empreendimento-icones li .icone-caracteristicas {
	background-position: -82px 0px;
}
.empreendimento .empreendimento-icones li .icone-plantas {
	background-position: -124px 0px;
}
.empreendimento .empreendimento-icones li .icone-estagio {
	background-position: -165px 0px;
}
.empreendimento .empreendimento-icones li .icone-localizacao {
	background-position: -205px 0px;
}
.empreendimento .empreendimento-icones li .icone-video {
	background-position: -248px 0px;
}
.empreendimento .empreendimento-icones li .icone-interesse {
	background-position: -291px 0px;
}
.empreendimento .ck_minha_lista.pull-right {
	margin-top: 0px;
	background-color: rgba(255, 255, 255, 0.65);
	padding: 2px 8px;
	border: 1px solid #eee;
	font-size: 11px;
}
.empreendimento .sobre ul.empreendimento-icones.pull-right {
	margin-top: 228px;
	position: relative;
}
.empreendimento .marker li {
	width: 450px;
	margin-left: 4px;
	margin-bottom: 5px;
	float: left
}
.empreendimento .property-features-list li {
	width: 24%;
}
.empreendimento .plantas img.img-polaroid {
	max-width: 120px;
	border: 1px solid grey;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-moz-backface-visibility: hidden;
}
.empreendimento .plantas img.img-polaroid:hover {
	transform: scale(1.1);
}
#plantas {
}
#plantas ul {
	list-style: none;
}
#plantas ul li {
	float: left;
}
#plantas ul li a {
}
#plantas ul li a img {
	width: 120px;
}
#plantas .plantas-int li {
	margin-right: 15px;
}
#estagio {
}
#estagio iframe {
	width: 100%;
	height: 330px;
	border: 0px;
}
.recaptcha_theme_red #recaptcha_response_field {
	border: 1px solid #cca940;
	height: 31px;
}
.praia a.link-arrow {
	color: #FCC918;
}
.map-google .search-box .form-map .selectpicker:hover {
	color: grey;
}


/*--- busca  area -----*/
@media(max-width:720px) {
.horizontal-search {
	margin-top: 0px !Important;
}
}
/*--------------empreendimentos --------------*/
.empreendimentos .grilha span.titulo {
	font-size: 1.2em;
	text-transform: uppercase;
}
.empreendimentos .grilha span.localizacao {
	font-size: 1.1em;
}
.empreendimentos .grilha span.valores {
	font-size: 18px;
}
.empreendimentos .grilha .empreendimento-imagem {
	margin-right: 10px;
	overflow: hidden;
}
/*----------------- praia ------------------*/
.praia .property.masonry .inner {
	overflow: hidden;
}
/*----- photos 2015 ---------*/
.carousel-inner > .item > img {
	max-width: 750px;
	max-height: 564px;
	width: auto;
	height: auto;
	-webkit-filter: contrast(100%) brightness(122%);
}

/*--- busca  area -----*/
@media(max-width:720px) {
.carousel-inner > .item > img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#slider {
	margin-top: 0 !important;
	height: 400px !Important;
}
}
/* ------ similar properties ----*/
#similar-properties .property-carousel .property-slide {
	margin-right: 10px;
}
#similar-properties .inner aside {
	border: 2px solid #f3f3f3;
	background-color: #F5F5F5;
	padding: 15px 15px 10px 15px;
	position: relative;
	top: -2px;
}
#similar-properties .property .overlay {
	bottom: 19%;
}
#similar-properties .property .overlay .info {
	background: none;
}
#similar-properties .info {
	/* height: 37px; */
	margin-top: 10px;
}
#similar-properties .property-image {
	height: 195px;
}
#similar-properties .owl-controls {
	top: -50px;
	right: 10px;
}
#similar-properties .property:hover img, .property:active img, .property:focus img {
	top: 0px;
}
#similar-properties aside header {
	margin-bottom: 10px;
	height: 80px;
}
.property-carousel .property-slide .icones img {
	width: auto;
	float: left;
	margin-right: 5px;
}
.property-carousel .property-slide .icones img:hover {
	top: 0px;
}
#similar-properties .preco {
	font-weight: 700;
}
#similar-properties .owl-stage-outer.owl-height {
	height: 380px !Important;
}
/*----- home area ----*/
body.home {
/* background: rgba(255, 255, 255, 0.12); */
}
.home #slider .homepage-slider .slide img {
	max-width: 1400px;
	max-height: 1200px;
	width: auto !Important;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0px !Important;
	min-width: 1400px;
	/* min-height: 600px; */
	margin-top: -600px;
	top: 50%;
}
.home #new-properties .tab-pane {
	margin-left: -0px;/* margin: 0 auto; */
}
.home .imoveis .imovel_item .info ul {
	margin-left: -40px;
}
/*-------header-------*/
.navigation .secondary-navigation .contact figure {
	color: rgb(40, 40, 40);
}
.prerodape-busca .banner {
	border: 1px solid rgb(204, 204, 204);
}
/*---------- captcha ----------*/
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color: #FFFFFF !important;
// reCAPTCHA widget background color
}
#recaptcha_table {
	border-color: #DBDBDB !important;
// reCAPTCHA widget border color
}
#recaptcha_response_field {
	border-color: #FCC918 !important;
// Text input field border color background-color: #FF0000 !important;
//Text input field background color
}
.map-google .pre-footer {
	margin-top: -10px;
}
.horizontal-search .geo-location-wrapper {
	display: none;
}
/*--------- resultados -------*/
#properties.grilha .imovel-bottom-grilha {
	bottom: 58px;
	position: absolute;
	right: 0px;
}
button.btn.btn-small {
	padding: 4px 6px;
	font-size: 11px;
	text-transform: uppercase;
}
button.btn.btn-primary.btn-small {
	border-top: 1px solid rgb(228, 228, 228);
	border-left: 1px solid rgb(228, 228, 228);
}
button.btn.btn-default.btn-small {
	border-top: 1px solid rgb(92, 70, 25);
	border-right: 1px solid rgb(92, 70, 25);
}
/*-- header menu ----*/
#top .nav > li > a {
	padding: 20px 4px;
}
 @media (min-width: 1200px) {
li.top-favoritos {
	top: 45px;
	right: 10px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
li.top-favoritos {
	top: 40px;
	right: 10px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
li.top-favoritos {
	top: auto;
	right: auto;
}
}
 @media (max-width: 767px) {
li.top-favoritos {
	top: auto;
	right: auto;
}
}
#myModal-preview img.img-responsive {
	max-width: 400px;
	width: auto;
	height: auto;
	margin: 0px auto;
}
#properties.lista .imovel-bottom {
	bottom: 408px;
	position: absolute;
	/* right: 0px; */
	text-align: center;
	width: 100%;
	z-index: 6;
}
.page-search-results .imovel-lista .titulo {
	width: 100%;
	font-weight: 700;
}
.page-search-results .imovel-lista span.localizacao {
	width: 100%;
	position: relative;
}
.page-search-results .imovel-lista span.valores {
	font-weight: 700;
}
.page-search-results .imovel-grilha .titulo {
	width: 100%;
	font-weight: 700;
}
.page-search-results .grilha .titulo {
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 2px 0;
}
li.top-favoritos {
	background: rgb(204, 153, 51);
	-webkit-box-shadow: 0 0 5px 1px #000000;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.83);
}
.navigation .navbar .navbar-nav > .top-favoritos a:hover {
	color: black;
}
#empresa .carousel-inner > .item > img {
	max-width: 392px;
	max-height: 314px;
	width: auto;
	height: auto;
}
/*---------- dnp ------- */
.secondary-navigation h1 {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: rgb(224, 224, 224);
}
.secondary-navigation {
	/* background-color: rgba(255, 255, 255, 0.85); */      height: 38px;
	position: relative;
}
.secondary-navigation h1 {
	width: 50%;
	margin-left: 0px;
	position: relative;
	padding-right: 10px;
}
.secondary-navigation .user-area {
	position: absolute;
	/* width: 418px; */
	top: 10px;
	margin-right: 0px;
	right: 20%;
}
.secondary-navigation .icones-social-top {
	float: left;
	width: 180px;
	padding: 6px;
	margin-left: 50px;
	position: relative;
}
.secondary-navigation .ico-top {
	float: left;
	margin-left: 10px;
}
/*--------- area digital -----*/
.header-section-text {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}
.header-section-text h2 {
	z-index: 2;
}
/*--------- area digital -----*/
.header-section-text {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}
.header-section-text h2 {
	z-index: 2;
}
.sub-line {
	position: relative;
	margin: 0 auto;
	width: 40px;
	height: 0;
	margin-top: 10px;/* margin-bottom: 20px; */
}
.sub-line {
	border-bottom: 2px solid #00A7E0;
}
.block h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.centered-pills {
	text-align: center;
}
.centered-pills ul.nav-pills {
	display: inline-block;
}
.centered-pills li {
	display: inline;
}
.centered-pills a {
	float: left;
}
* html .centered-pills ul.nav-pills {
	display: inline;
} /* IE6 */
*+html .centered-pills ul.nav-pills {
	display: inline;
} /* IE7 */
.nav-pills li.active a {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: #FF9326;
	color: #fff;
}
.nav-pills li.active a:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.nav-pills li a {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #DD7812;
	position: relative;
	text-transform: uppercase;
}
.nav-pills li a:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 0;
	border-style: solid;
	border-width: 5px 3.5px 0 3.5px;
	border-color: #FF9326 transparent transparent transparent;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
}
.block hr {
	margin-bottom: 10px;
	margin-top: 10px;
}
/*------------- links ----------*/
.bt-azul {
	background-color: rgb(227, 143, 11);
	border: 2px solid white;
	border-radius: 6px;
	color: white;
}
/*---------- busca azul ----*/
.busca-codigo .bt-azul {
	background: #00A7E0;
}
i.fa.fa-search {
	color: white;
}
.bt-azul:hover {
	background-color: rgb(203, 91, 11) !Important;
}
.search-box .busca-codigo {
	background-color: transparent;
	padding: 0;
	margin-top: 0px;
	border-left: 1px solid rgb(203, 203, 203);
}
.search-box .bt-azul-laranja {
	margin-top: 0px;
	font-size: 20px;
	border-radius: 50%;
	width: 60px;
	height: 60PX;
	display: block;
}
.ico-top .bt-azul {
	height: 20px;
	width: 20px;
	padding: 6px 12px;
}
a.link-white {
	color: white;
}
a.link-white:hover {
	color: rgb(135, 208, 233);
	background-color: rgb(0, 97, 141);
}
.link-white .i.fa {
	-webkit-box-shadow: 10px 10px 5px 5px #000000;
	box-shadow: 10px 10px 5px 5px #000000;
}
 .secondary-navigation i.fa, ?.search-box i.fa {
 -webkit-box-shadow: 3px 3px 1px 3px rgba(0, 0, 0, 0.46);
 box-shadow: 3px 3px 1px 3px rgba(0, 0, 0, 0.16);
}
a.addthis_button_twitter.bt-azul.bt-peq.link-white {
}
.top-favoritos {
	width: 300px;
	float: left;
	padding: 6px;
	margin-left: 67px;
	font-size: 14px;
}
a.bt-azul-favoritos {
	padding: 6px 20px;
	background-color: rgb(11, 64, 88);
	color: rgb(173, 217, 232);
	text-transform: lowercase;
}
span#txtfavoritos {
	margin: 0 8px;
	font-size: 12px;
}
a.bt-azul-favoritos:hover {
	background-color: rgb(0, 97, 141);
	color: rgb(255, 255, 255);
}
/*------------- imoveis 2015 --------*/

.recent-listings {
	float: left;
	width: 100%;
	margin: 90px 0;
}
.recent-listings .container .listings-items-wrapper {/**float:left**/;
	margin-top: 10px;
}
.listing-single-item {
	margin: 15px 0px;
	float: left;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;/* border: 4px solid white; */
}
.listing-single-item:hover {
/* opacity:0.8; */
}
.listing-single-item .item-inner .image-wrapper {
	position: relative;
	overflow: hidden;
	background-color: whitesmoke;
}
.listing-single-item .item-inner .image-wrapper img {
	width: 100%;
	height: 100%;
	top: 50%;
	DISPLAY: BLOCK;
	/* margin-top: 50px; */
	min-height: 270px;
	max-height: 270px;
	position: relative;
}
.listing-single-item .item-inner .desc-box {
	float: left;
	width: 100%;
	background-color: #F5F5F5;
	padding: 20px;
	min-height: 238px;
	text-align: left;
	padding-top: 10px;
}
.listing-single-item .item-inner .desc-box h4 a {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 2px 0;
}
.listing-single-item .item-inner .desc-box .item-features {
	/* margin:5px 0; */
  /* border-bottom:1px solid #DBDBDB; */
  /* padding-bottom:15px; */
	width: 100%;
}
.listing-single-item .item-inner .desc-box .item-features li {
	border: none;
	margin-right: 15px;
	padding: 3px 0px;
	font-size: 12px;
}
.item-inner .featured {
	background-color: #77d04e;
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-size: 16px;
	font-family: Roboto;
	font-weight: 300;
	padding: 8px 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.item-inner .featured i {
	margin-right: 10px;
	font-size: 18px;
}
.property-type-icon {
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 32px;
	background-color: rgba(0,0,0,0.5);
	padding: 15px 17px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	z-index: 1;
}
.listing-single-item a {
	float: none;
}
.empreendimentos .desc-box .valores {
	border-bottom: 1px solid rgb(201, 201, 201);
	padding-bottom: 5px;
	border-top: 1px solid rgb(195, 195, 195);
	padding-top: 5px;
}
.buttons-wrapper {
	position: absolute;
	bottom: 10px;
	display: block;
	margin: 0 auto;
	left: 25%;
}
.span.valor-titulo {
	float: left;
	font-weight: 700;
}
.valores .ul-valores li {
	width: 100%;
	display: block;
	text-align: left;
}
.icones.slide-item-features a {
	color: rgb(54, 54, 54);
}
.obscuro {
	background-color: rgb(32, 82, 135) !Important;
}
.buttons-wrapper .btn {
	color: white;
}
.listing-single-item .item-inner .image-wrapper img:hover {
	/* background-color: black; */
	-webkit-filter: brightness(50%);
	transition: 0.2s;
	-moz-filter: brightness(50%);
}
#Condominios .listing-single-item .item-inner .desc-box {
	min-height: 165px !Important;
}
#Empreendimentos .empreedimentos-grilha .listing-single-item .item-inner .desc-box {
	min-height: 165px !Important;
}
/*---------- background color ---------*/



.background-50 {
	background-color: rgb(246, 246, 246);
}
.social .social-icon img {
	-webkit-transform: scale(0.8); /* prefixo para browsers webkit */
	-moz-transform: scale(0.8); /* prefixo para browsers gecko */
	-o-transform: scale(0.8); /* prefixo para opera */
	transform: scale(0.8);
	-webkit-transition: 0.2s;
}
.social .social-icon img:hover {
	/* -webkit-transform: scale(1.1); */ /* prefixo para browsers webkit */
	-moz-transform: scale(1.1); /* prefixo para browsers gecko */
	-o-transform: scale(1.1); /* prefixo para opera *//* transform: scale(1.1); */
}
.footer-adress a {
	color: rgb(124, 183, 215);
}
.page-sub-page .sub-line {
	margin-top: -32px;
	border-bottom: 3px solid rgb(0, 167, 224);
}
.home .home-empresa {/* margin: 10px 0px 0px 0px; *//* margin-bottom: 50px; */
}
.home .home-empresa .titulo {
	font-size: 139px;
	color: gray;
	position: relative;/* height: 65px; *//* padding-top: 60px; */
	font-weight: 300;
	margin-top: -45px;
}
.home .home-empresa .subtitulo {
	font-size: 40px;
	font-family: 'Ubuntu', sans-serif;
	color: rgb(92, 92, 92);
}
/*------- detalhe azul -----*/
.detalhe h3 {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 400;
}
.page-sub-page.detalhe .sub-line {
	margin-top: 0px;
	border-bottom: 2px solid rgb(0, 167, 224);
}
.titulo-tipo {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.property-carousel figure {
	font-size: 14px;
}
.background-20 {
	background-color: rgb(236, 236, 236);
}
.background-30 {
	background-color: rgb(246, 246, 246);
}
.background-white {
	background-color: rgba(248, 248, 248, 0.26);
}
.padrao .barra-atendimento {
	z-index: 4;
	position: relative;
}
.barra-atendimento.barra-fixa {
	position: fixed;
	top: 127px;
	z-index: 1000;
	border-bottom: 1px solid white;
	-webkit-box-shadow: 0 2px 5px 1px #000000;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.18);
}
.detalhe .barra-atendimento .detalhe-sessoes {
	margin: 0;
	list-style: none;
}
.detalhe .barra-atendimento .detalhe-sessoes li {
	float: left;
	background: url(../img_lay/barra-atendimento-sep.png) no-repeat right;
}
.detalhe .barra-atendimento .detalhe-sessoes li:last-child {
	background: transparent;
}
.detalhe .barra-atendimento .detalhe-sessoes li a {
	display: block;
	color: #2A2A2A;
	padding: 11px 15px;
}
.detalhe .barra-atendimento .detalhe-sessoes li a:hover, .detalhe .barra-atendimento .detalhe-sessoes li a.rolado {
	background-color: rgb(246, 191, 22);
	color: white;
}
/* -----------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> BARRA-ATENDIMENTO <<<------------------------------------*/
/* -----------------------------------------------------------------------------------------------*/
.barra-atendimento {
	background: rgba(255, 255, 255, 0.85);
	height: 42px;
	width: 100%;
	bottom: 0px;/* border-top: 2px solid rgb(1, 186, 242); *//* border-bottom: 2px solid white; */
	-webkit-box-shadow: 0 2px 5px 1px #000000;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.18);
}
.barra-atendimento .barra-item {
	float: left;
	background: url(../img_lay/barra-atendimento-sep.png) no-repeat right;
	margin-left: auto;
}
.barra-atendimento .barra-item a {
	display: block;
	padding: 16px;
	background: url(/img_lay/barra-atendimento-icon.png) no-repeat 9px center;
	padding-left: 30px;
}
.barra-atendimento .barra-item a span {
	color: white;
	background: url(/img_lay/menu-topo-bairro-seta.png) no-repeat right center;
	padding-right: 20px;
	text-transform: uppercase;
}
.barra-atendimento .barra-item a:hover {
	background-color: rgba(0, 0, 0, 0.35);
}
.barra-atendimento .barra-acoes {
	list-style: none;
	position: absolute;
	right: 0px;
}
.barra-atendimento .barra-acoes li {
	border-bottom: 5px solid #A52D0A;
	height: 48px;
	float: left;
	border-right: 1px #6E1E06 solid;
}
.barra-atendimento .barra-acoes li:last-child {
	border-right: 0px;
}
.barra-atendimento .barra-acoes li {
	background: #ff711c; /* Old browsers */
	background: -moz-linear-gradient(top, #ff711c 0%, #c9340b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff711c), color-stop(100%, #c9340b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff711c 0%, #c9340b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff711c 0%, #c9340b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff711c 0%, #c9340b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff711c 0%, #c9340b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff711c', endColorstr='#c9340b', GradientType=0 ); /* IE6-9 */
}
.barra-atendimento .barra-acoes li .tit {
	color: white;
	padding-top: 5px;
	padding-left: 60px;
	display: block;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000000;
	text-transform: uppercase;
}
.barra-atendimento .barra-acoes li .atendimento-acao-online {
	width: 170px;
	height: 48px;
	background: url(/img_lay/barra-atendimento-btn-atendimento.png) no-repeat 10px center;
	display: block;
}
.barra-atendimento .barra-acoes li .atendimento-acao-fone {
	background: #C2330B;
	display: block;
}
.barra-atendimento .barra-acoes li .atendimento-acao-fone .inner {
	display: block;
	width: 50px;
	height: 48px;
	background: url(/img_lay/barra-atendimento-btn-fone.png) no-repeat center;
}
.barra-atendimento .barra-acoes li .atendimento-acao-fone.modal-on {
	background: #191919;
}
.barra-atendimento .barra-acoes li .atendimento-acao-fone.modal-on .inner {
	background-image: url(/img_lay/barra-atendimento-btn-fone-on.png);
}
.barra-atendimento .barra-acoes li .atendimento-acao-mail {
	background: #C2330B;
	display: block;
}
.barra-atendimento .barra-acoes li .atendimento-acao-mail.modal-on {
	background: #191919;
}
.barra-atendimento .barra-acoes li .atendimento-acao-mail.modal-on .inner {
	background-image: url(/img_lay/barra-atendimento-btn-mail-on.png);
}
.barra-atendimento .barra-acoes li .atendimento-acao-mail .inner {
	display: block;
	width: 50px;
	height: 48px;
	background: url(/img_lay/barra-atendimento-btn-mail.png) no-repeat center;
}
h5 {
	font-size: 16px;
}
i.fa.fa-search {
}
.marco-form .row {
	margin: 0px;
}
#properties.grilha .imovel-bottom-grilha a {
	color: white;
}
#properties.grilha .imovel-bottom-grilha a {
	color: white;
}
.form-group select {
	border: none;
	font-size: 14px;
	font-weight: bold;
	min-height: 40px;
	padding: 10px 9px 9px 9px;
	width: 100%;
	border: 1px solid gainsboro;
	background-color: #fff;
	color: #282828;
	border: 1px solid rgb(138, 138, 138);
	font-size: 14px;
	font-weight: 400;
	min-height: 40px;
	padding: 10px 9px 9px 9px;
	width: 100%;
}
.btn-large {
	padding: 10px 20px;
	font-size: 1.2em;
}
.image-wrapper.mediahover {
	max-height: 232px;
	min-height: 232px;
}
.icones-imovel {
	padding: 10px 0px;
	border-bottom: 1px solid rgba(128, 128, 128, 0.23);
	border-top: 1px solid rgba(128, 128, 128, 0.23);
}
ul.icones.slide-item-features.item-features img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.sobre-caracteristicas {
	display: block;
	/* margin-bottom: 10px; */
	position: relative;
	width: 100%;
	min-height: 150px;
}
.valores-topo {
	margin: 0px;
	margin-bottom: 17px;
	padding-bottom: 20px;
	-webkit-padding-start: 0px;
	overflow: auto;
}
.valor li {
	background: url(../img_lay/list.png) no-repeat left center;
	padding-left: 12px;
}
.valor ul.unstyled {
	list-style: none;
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.empreendimentos .listing-single-item .item-inner .desc-box {
	min-height: 172px;
}
.empreendimentos .buttons-wrapper {
	left: 36%;
}
.desc-box {
}
.desc-box .valores span.valor-titulo {
	float: none;
}
.listing-single-item ul.ul-valores {
	padding-left: 0px !Important;
}
#Temporada .listing-single-item .item-inner .desc-box {
	min-height: 305px;
}
#Temporada .listing-single-item .item-inner .desc-box .valor-marron {
	min-height: 88px;
}
#Empreendimentos .buttons-wrapper {
	bottom: 20px;
}
#Empreendimentos .listing-single-item .item-inner .desc-box {
	min-height: 195px;
}
#Condominios .buttons-wrapper {
	bottom: 20px;
}
.detalhe .listing-single-item .item-inner .desc-box {
	min-height: 250px;
}
.praia .listing-single-item .item-inner .desc-box {
	min-height: 150px;
	background: url('/img_lay/big_shadow_full-peq.png') top center no-repeat;
	background-color: #FEFEFE;
	text-align: center;
	border: 1px solid #F1F1F1;
	border-top: 0px;
	background-size: 100%;
}
.praia h3 {
	margin: 5px 0px;
}
.praia .buttons-wrapper {
	left: 50%;
	/* margin-left: -50px; */
	/* top: 0; */
	left: 0;
	right: 0;
}
/*---------------- navegacao -----*/
.navbar-nav > li.active {
	background-color: #007CB5;
}
.navbar-nav > li:hover {
	background-color: rgb(0, 124, 181);
}
.navbar-nav > li {
	/* border: 1px solid transparent; */
	transition: 0.2s;
}



/*------- tabs --------*/
.centered-pills .tab-content?.col-xs-12, .centered-pills .tab-content?.col-sm-12, .centered-pills .tab-content?.col-md-12, .centered-pills .tab-content?.col-lg-12, .centered-pills .tab-content?.com-md-4, .col-md-4.col-xs-6.listing-single-item {
 padding-left: 0px;
 padding-right: 0px;
}
ul.imoveis.col-md-12 {
	padding: 0px;
	margin-left: -10px;
	margin-right: -19px;
	margin: 0 auto;
}
/*-------- finales -------*/
.header {
	margin-top: 0px;
}
.footer-adress.block {
	margin-top: -23px;
	margin-bottom: -20px;
}
 @media (max-width: 1020px) and (min-width: 768px) {
.top-favoritos {
/*display:none; */
}
.secondary-navigation .user-area {/* display:none; */
}
#top .nav > li > a {
	padding: 16px 4px;
	border: 1px solid transparent;
}
#top .nav > li > a {
	font-size: 11px
}
#slider .homepage-slider .slide .overlay .info.animate-description-out h3 {
	font-size: 30px !Important;
	font-weight: 300;
	margin-top: -50px
}
}
/*---- 05-08-2015 --*/
.navigation h1 {
	font-size: 9px;
	/* width: 50%; */      margin-left: 0px;
	position: relative;
	padding-right: 10px;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: rgb(224, 224, 224);
	left: 10%;
	font-weight: 400;
}
.navigation .user-area {
	position: absolute;
	width: 100%;
	top: 0px;/* margin-left: 600px; */
}
.navigation .icones-social-top {
	float: right;
	width: 200px;
	padding: 6px;      /* margin-left: 50px; */
	position: relative;
	z-index: 100;
	right: 0px;
}
.navigation .ico-top {
	float: left;
	margin-left: 10px;
}
.secondary-navigation h1 figure {
	width: 100%;
	margin-left: 0px;
	position: relative;
	padding-right: 10px;
}
ul.top-compartilhar {
	list-style: none;
	padding-left: 0px !Important;
}
.header a.logo-topo {
	position: relative;
	top: 8px;
}
header#top {
	margin-top: -22px;
}
.logo-topo img {
	-webkit-transform: scale(1);
}
.header .navigation .fones-topo {
	font-size: 18px;
	color: #007CB5;
	left: 20%;
	position: absolute;
	margin-top: 65px;
	width: 50%;
}
.header .navigation .favoritos-topo {
	right: 5%;
	position: absolute;
	margin-top: 65px;
}
 @media (min-width: 768px) .navbar-header {
 float: left;
 margin-left: 5%;
}
.header .navigation .fones-topo span {
	margin-left: 10%;
}
/*---------- slider joao da luz ----*/

#slider {
	height: 532px;
	z-index: 0 !Important;
	position: relative;
	overflow: hidden;
	top: -121px;
	/* margin-bottom: -144px; */
	/* margin-top: 19px !Important; */
	max-height: 600px !Important;
}
.slide-black {
	height: 550px;
	background: rgba(0, 0, 0, 0.419608);
	position: relative;
	width: 100%;
	/* left: 50%; */
	top: 232px;
	z-index: 100;
	text-align: center;
}
.slide-black {
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.85)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
	height: 300px;
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}
#slider .slide img {
	top: -305px;
}
/*#slider .homepage-slider .slide .overlay {
  bottom: 0px;
   left: 20px;
}
*/




#slider .homepage-slider .slide .overlay .info.animate-description-out h3 {
	font-size: 70px;
	font-weight: 300;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in figure {
	font-size: 32px;
	font-weight: 300;
}
#slider .homepage-slider .slide .overlay .info.animate-description-out figure {
	font-size: 32px;
	font-weight: 300;
}
#slider {
	height: 600px !Important;
	z-index: 0 !Important;
	position: relative;
	overflow: hidden;
	top: 0px;
}
.slide-black {
	height: 550px;
	background: rgba(0, 0, 0, 0.419608);
	position: relative;
	width: 100%;
	/* left: 50%; */
	top: 299px;
	z-index: 100;
	text-align: center;
}
.slide-black {
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.85)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
	height: 300px;
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.28) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}
#slider .slide img {
	top: -413px;
}
#slider .homepage-slider .slide .overlay {
	top: 84px;
	left: 20px;
}
a.link-arrow.btn-home {
	width: 148px;
	height: 44px;
	text-align: center;
	padding-top: 10px;
	background: rgba(0, 0, 0, 0.49);
	border: 1px solid #F28619;
	margin-top: 20px;
}
#slider .homepage-slider .slide .overlay .info.animate-description-out h3 {
	font-size: 70px;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in figure {
	font-size: 32px;
	font-weight: 300;
}
#slider .homepage-slider .slide .overlay .info.animate-description-out figure {
	font-size: 32px;
	font-weight: 300;
}
/*------- sombra -*/
.buscadores-gerales-sombra .shadow {
	display: none;
	background: url('/img_lay/big_shadow_full.png') center no-repeat;
	width: 100%;
	height: 66px;
	position: absolute;
}
.buscadores-gerales-sombra .shadow {
	display: block
}
.testimonial .inner .image {
	display: block;
	float: left;
	margin-right: 30px;
	position: relative;
	width: 300px;
}
.testimonial .inner .item-specific {
	-moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99);
	-webkit-transition-delay: 0s;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99) 0s;
	font-size: 12px;
	left: 10px;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 100%;
}
img {
	transform-style: preserve-3d;
}
.testimonial .inner .wrapper {
	display: table-cell;
	vertical-align: middle;
}
.read-more {
	color: #F77918;
}
.read-more.icon:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f105";
	color: #474747;
	font-size: 16px;
	position: relative;
	top: 1px;
	left: 8px;
}
.navigation .navbar .navbar-nav > ul li a {
	color: white;
}
.item {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	display: block;
	margin-bottom: 60px;
	position: relative;
	height: auto;
}
.item:hover, .item:focus {
	color: #474747;
}
.item .wrapper a {
	float: none;
}
.item:hover .quick-view, .item:focus .quick-view {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.item:hover .image .overlay, .item:focus .image .overlay {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	opacity: 0.95;
}
.item:hover .image .overlay .content h4, .item:focus .image .overlay .content h4 {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	left: 0;
}
.item:hover .image .overlay .content p, .item:focus .image .overlay .content p {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	left: 0;
}
.item:hover .wrapper .info .rating .stars i.active, .item:focus .wrapper .info .rating .stars i.active {
	color: #ff9c00;
}
.item .item-specific {
	top: 155px;
	font-weight: bold;
	left: 0;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	position: absolute;
	z-index: 2;
}
.item .item-specific span {
	font-size: 12px;
	margin: 0px 7px;
}
.item .item-specific span img {
	margin-right: 5px;
	vertical-align: baseline;
	width: auto;
	display: inherit;
}
.item .info {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 15px;
	padding-top: 5px;
}
.item .info dl {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 5px;
}
.item .info .type i {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	display: inline-block;
}
.item .info .type i img {
	width: 20px;
}
.item .info .type span {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.8;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}
.item .info .type.date span {
	font-size: 12px;
	font-weight: normal;
}
.item .quick-view {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	background-color: #ff9c00;
	cursor: pointer;
	color: #fff;
	height: 30px;
	left: 0;
	width: 60px;
	position: absolute;
	top: 20px;
	z-index: 4;
}
.item .quick-view:hover span {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	left: 70px;
}
.item .quick-view i {
	text-align: right;
	font-size: 18px;
	line-height: 28px;
	margin-right: 10px;
	display: block;
}
.item .quick-view span {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	position: absolute;
	width: 100px;
	top: 0;
	line-height: 30px;
	left: 60px;
	font-weight: bold;
	font-size: 12px;
}
.item .image a, .item .image > .inner {
	display: block;
	position: relative;
	z-index: 2;
}
.item .image a:after, .item .image > .inner:after {
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 );
	width: 100%;
	height: 45px;
	display: block;
	content: "";
	position: absolute;
	top: 145px;
}
.item .image a > img, .item .image > .inner > img {
	-moz-border-radius-topleft: 1px;
	-webkit-border-top-left-radius: 1px;
	border-top-left-radius: 1px;
	-moz-border-radius-topright: 1px;
	-webkit-border-top-right-radius: 1px;
	border-top-right-radius: 1px;
	width: 110%;
	transition: 0.2s;
	-webkit-filter: contrast(100%) brightness(110%);
	min-height: 190px;
}
.item .image a .icon, .item .image > .inner .icon {
	background-color: #ff9c00;
	height: 30px;
	position: absolute;
	right: 10px;
	top: -2px;
	width: 30px;
	text-align: center;
	z-index: 2;
}
.item .image a .icon i, .item .image > .inner .icon i {
	color: #fff;
	line-height: 30px;
}
.item .image a .overlay, .item .image > .inner .overlay {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #474747;
	background-color: #474747;
	height: 100%;
	padding: 30px;
	position: absolute;
	width: 100%;
}
.item .image a .overlay .inner, .item .image > .inner .overlay .inner {
	display: table;
	height: 100%;
}
.item .image a .overlay .content, .item .image > .inner .overlay .content {
	color: #fff;
	padding-top: 10px;
	display: table-cell;
	vertical-align: middle;
}
.item .image a .overlay .content h4, .item .image > .inner .overlay .content h4 {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99) 0.1s;
	-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99);
	-webkit-transition-delay: 0.1s;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99) 0.1s;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	left: 10px;
}
.item .image a .overlay .content p, .item .image > .inner .overlay .content p {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99);
	-webkit-transition-delay: 0s;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99) 0s;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	font-size: 12px;
	max-height: 80px;
	overflow: hidden;
	position: relative;
	left: 10px;
}
.item .price {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	background-color: #ff9c00;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	padding: 4px 8px;
}
.item .wrapper {
	padding: 10px 20px 10px;
	position: initial;
	text-align: center;
}
.item .wrapper {
	background: url('/img_lay/big_shadow_full-peq.png') top center no-repeat;
	background-color: white;
	max-height: 200px;
	min-height: 200px;
}
.item .image {
	max-height: 189px;
	overflow: hidden;
	min-height: 189px;
}
.item .wrapper h3 {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 8px;
}
.item .wrapper hr {
	border-color: rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	margin-top: 10px;
}
.item .wrapper figure {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.9;
	font-size: 14px;
}
.item .wrapper figure.peq {
	font-size: 12px;
}
.item .wrapper .info:after {
	background-color: rgba(0, 0, 0, 0.08);
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 20px;
	width: calc(100% - 40px);
}
.item .wrapper .info .arrow {
	color: #ff9c00;
	float: right;
	font-size: 16px;
	line-height: 23px;
}
.item .wrapper .info .rating {
	display: inline-block;
}
.item .wrapper .info .rating .stars i.active {
	color: #8d8d8d;
}
.item .ribbon {
	position: absolute;
}
.item.featured {
	background-color: #474747;
	color: #fff;
}
.item.featured p, .item.featured figure, .item.featured a {
	color: #fff;
}
.item.featured a:hover {
	color: #ff9c00;
}
.item.featured .image .overlay .content h4 {
	color: #fff;
}
.item.featured .type {
	color: #fff;
}
.item.featured .type i {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.item.featured .type i img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	margin: 5px 0;
}
.item.featured .info {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.item.featured .info:after {
	background-color: rgba(255, 255, 255, 0.08);
}
.item.list {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 0;
}
.item.list:hover .image > img, .item.list:focus .image > img {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.item.list:after {
	right: 0;
}
.item.list:before {
	display: none;
}
.item.list .description {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	font-size: 12px;
	padding-right: 30px;
}
.item.list .description .info {
	border: none;
}
.item.list .price {
	margin-top: 10px;
}
.item.list .image {
	display: table-cell;
	width: 250px;
	margin-right: 20px;
	float: left;
}
.item.list .type {
	display: inline-block;
	margin-top: 5px;
}
.item.list .rating {
	float: left;
	margin: 7px 0px;
	padding-right: 15px;
}
.item.list .wrapper {
	display: table-cell;
	padding: 30px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	max-height: none;
}
.item.list .wrapper p {
	margin-bottom: 0;
	font-size: 12px;
	padding-right: 20px;
}
.lista .item.list .wrapper {
	display: table-cell;
	padding: 10px;
	/* padding-bottom: 10px; */
	text-align: left;
	/* vertical-align: middle; */
	/* float: left; */
	background-image: none;
}
.item.list .wrapper .arrow {
	bottom: 15px;
	color: #ff9c00;
	position: absolute;
	right: 15px;
}
.item.list .wrapper .info, .item.list .wrapper .item-specific {
	bottom: 0;
	display: inline-block;
	left: 0;
	width: inherit;
	position: relative;
	padding: 3px 0px;
	margin-right: 0px;
	width: 100%;
}
.item.list .wrapper .info:after, .item.list .wrapper .item-specific:after {
	display: none;
}
.bt-imoveis-icones li {
	padding: 0px;
}
ul.bt-imoveis-icones {
	-webkit-padding-start: 50%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	margin-left: -47px;
}
.empreendimento-grid ul.bt-imoveis-icones {
	margin-left: -18px !Important;
}
.bt-imoveis-icones li {
	/* padding: 8px; */
	border-radius: 100px;
	border-radius: 50%;
	width: 32px;
	height: 32PX;
	display: block;
	float: left !Important;
	position: relative;/* vertical-align: middle; */
}
.page-sub-page .buscadores-gerales-sombra {
	margin-top: 138px;
}
.buscadores-gerales-sombra .sub-line {
	margin-top: 0px;
	border-bottom: 2px solid #FFFFFF !Important;
	margin-bottom: 0px;
}
.buscadores-gerales-sombra a h3 {
	margin: 2px;
	color: white;
	font-size: 18px;
	font-weight: 400;
}
.btn {
	border-radius: 0px;
}
.bt-azul.bt-gr {
	background-image: url(/img_lay/img-cor-azul.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 94px;
	width: 267px;
	vertical-align: middle;
	padding-top: 15px;
	border: 0px;
}
.bt-laranja.bt-gr {
	background-image: url(/img_lay/img-cor-laranja.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 94px;
	width: 267px;
	vertical-align: middle;
	padding-top: 15px;
	border: 0px;
}
.bt-gr:hover {
	opacity: 0.8;
}
a.marco-link {
	padding: 20px 30px;
	border: 1px solid black;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: 300;
}
a.marco-link:hover {
	background: white;
}
/*-------- carrousel hotsites --------*/
.testimonials-carousel .owl-controls {
	position: absolute;
	top: -30px;
	bottom: 0;
	margin: auto;
	height: 0px;
	width: 100%;
}
.testimonials-carousel .owl-controls .owl-prev, .testimonials-carousel .owl-controls .owl-next {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 30px;
	width: 30px;
}
.testimonials-carousel .owl-controls .owl-prev:hover, .testimonials-carousel .owl-controls .owl-next:hover {
	border-color: #401000;
}
.testimonials-carousel .owl-controls .owl-prev:after, .testimonials-carousel .owl-controls .owl-next:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #401000;
	font-size: 16px;
	height: 16px;
	top: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 4px;
}
.testimonials-carousel .owl-controls .owl-prev {
	left: 0;
	position: absolute;
}
.testimonials-carousel .owl-controls .owl-prev:after {
	content: "\f104";
	right: 1px;
}
.testimonials-carousel .owl-controls .owl-next {
	right: 0;
	position: absolute;
}
.testimonials-carousel .owl-controls .owl-next:after {
	content: "\f105";
	left: 1px;
}
.testimonials-carousel .testimonial {
	padding: 0px 60px;
	position: relative;
	z-index: 1;
}
.grilha ul.bt-imoveis-icones {
	/* left: 50%; */
	text-align: center;
	margin: 0 auto;
	position: relative;
	margin-left: -47px;
}
.lista .item.list .item-specific {
	top: 136px;
	font-weight: bold;
	left: 0;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	position: absolute;
	z-index: 2;
}
.lista .item.list .image a, .lista .item.list .image > .inner {
	display: block;
	position: relative;
	z-index: 2;
	max-height: 170px;
	overflow: hidden;
}
.item .image a > img:hover, .item .image > .inner > img:hover {
	transform: scale (110%);
	-webkit-transform: scale(1.1) rotate(0.01deg);
	transform: scale(1.1) rotate(0.01deg);
	filter: brightness(50%);
	-webkit-filter: brightness(80%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
}
/*-------- 13-08-2015 -------------*/
.detalhe #page-content {
	margin-top: 127px;
}
.empreendimento.detalhe #page-content {
	margin-top: 0px;
}
.detalhe-sessoes i.fa.fa-search {
	color: rgba(0, 0, 0, 0.87);
}
.sobre-caracteristicas {
	border-left: 1px solid #BCBCBC;
	padding-bottom: 10px;
}
.valores-topo {
	border-left: 1px solid #BCBCBC;
	padding: 10px;
}
.valores-topo {
	margin: 0px;
	margin-bottom: 17px;
}
.valores-topo .valor span {
	width: 20%;
}
.valor .valores-tit {
	font-size: 1.2em;
}
.valor ul.unstyled {
	list-style: none;
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.valores-topo .valor li {
	background: url(../img_lay/list.png) no-repeat left center;
	padding-left: 10px;
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.sobre-caracteristicas ul.marker.destaques {
	padding-left: 10px;
}
.page-search-results section#search-filter {
	margin-bottom: 0px;
	padding-top: 0px;
}
.page-sub-page .container.buscadores-bt-gr {
	display: none;
}
.item.list a h3 {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 16px !Important;
	font-weight: 400;
	margin-top: 0;
}
.item.list a.bookmark {
	position: absolute !Important;
	top: 5px;
	right: 5px;
	background: none;
}
.lista .item.list .image {
	/* display: table-cell; */
	width: 250px;
	margin-right: 0px;
	float: left;
}
/*------- bt google maps --------*/

button.btn.bt-azul-laranja {
	background-color: #E38F0B;
	transition-delay: 0.2s !Important;
}
button.btn.bt-azul-laranja:hover {
	background: #D96D00;
}
/*----------- hotsites ----------*/
.shadow-peq {
	background: url('/img_lay/big_shadow_full-peq.png') top center no-repeat;
	height: 24px;
}
.owl-carousel.testimonials-carousel.owl-theme.owl-responsive--1.owl-loaded {
	padding-top: 20px;
	border-top: 1px solid #E3E3E3;
}
.bt-imoveis-icones a img:hover {
	-webkit-filter: brightness(90%);
}
.bt-imoveis-icones a img {
	transition: 0.2s;
}
.item .image .icon a.bookmark {
	margin-bottom: -25px;
	z-index: 1000;
	position: absolute;
	right: 0px;
	padding: 4px;
	background-color: rgba(255, 255, 255, 0.84);
}
.col-md-3.col-sm-6 .item .icon, .col-md-4 .item .icon, .property-slide .item .icon, .col-md-3.col-xs-6 .item .icon {
	position: absolute;
	right: 0px;
	margin-top: -367px;
	z-index: 150;
}
.col-md-3.col-sm-6 .item .bookmark, .col-md-4 .item .bookmark, .property-slide .item .bookmark, .col-md-3.col-xs-6 .item .bookmark {
	padding: 2px;
	background-color: rgba(255, 255, 255, 0.74);
	border: 1px solid white;
}
#coluna .marco {
	margin-bottom: 10px;
	padding-bottom: 4px;
}
#coluna h6 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.col-md-3.col-sm-6.marco {
	margin-bottom: 6px;
	padding-bottom: 6px;
	text-align: center;
}
 @media (max-width: 970px) {
.header .navigation .fones-topo {
	display: none
}
}
 @media (max-width: 970px) {
.header .navigation .fones-topo {
	display: none
}
.header .navigation .favoritos-topo {
	display: none
}
#slider {
	margin-top: 0 !important;
	height: 400px !Important;
}
}
.icon.ck_minha_lista.tag.price {
	bottom: 6px;
	position: absolute;
	right: 0;
	top: 50px!Important;
}
.small .icon.ck_minha_lista {
	margin-right: 4px;
}
.col-md-4 .property.small {
	overflow: visible;
}
.checkdata:before {
	border: 5px;
	background-color: white;
}
input.checkdata.bookmark {
	cursor: pointer;
}
.search-box .col-md-2.col-sm-4 {
	padding-right: 5px;
	padding-left: 5px;
}
.page-sub-page .header .navigation h1 {
	display: none;
}
