/*
Theme Name: ImoStartPro
Theme URI: http://www.imospot.com
Description: Real Estate core framework.
Author: ImoSpot
Author URI: http://www.imospot.com
Version: 1.0
*/

/* 1. CSS RESET  | v2.0 | 20110126 | License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


/* ----------- 2. GENERAL ---------- */


html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

body {
	background: #ffffff;
	color: #555555;
	font-family: "roboto";
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#map img,
#results-map img {
	border-radius: none;
	max-width: none;
	vertical-align: inherit;
	   		
}

a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #678be5;
	text-decoration: underline;
}

a:active {
	color: #394d80;
	text-decoration: underline;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-weight: bold;
}

.subtitle {
	font-size: 18px;
    text-align: center;
	color: #838383;
	margin-bottom: 10px;
}

h1 {
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}

h1.single-listing-title,
h1.post-title,
h1.agent-single-name {
	font-size: 30px;
	font-weight: bold;
	line-height: 5px;
	text-align: left;
}

h2 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 3px;
}

h3 {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 13px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

h6 {
	font-size: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #4c4c4c;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #666666;
}

h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
	color: #333333;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

abbr {
	border-bottom: .1em dotted;
	cursor: help;
}

small {
	font-size: 0.868em;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

del {
	color: #a6a6a6;
	text-decoration: line-through;
	
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	   		text-shadow: none;
}

blockquote {
	color: #a6a6a6;
	font-family: 'Georgia', serif;
	font-size: 14px;
	font-style: italic;
	margin: 0 40px 20px;
}

code,
pre {
	color: #4c4c4c;
	font-family: monospace;
	font-size: 14px;
}

pre {
	margin: 0 40px 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-x: auto;
}

ul,
ol {
	margin: 0 0px 0px; /* -----------  margin: 0 40px 20px;  ---------- */
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

.container {
	margin: 0 auto;
	width: 1060px;
	*zoom: 1;
}

.container:before,
.container:after {
	content: "";
	display: table;
	line-height: 0;
}

.container:after {
	clear: both;
}

.row {
	margin-left: -40px;
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

[class*="span"] {
	float: left;
	margin-left: 40px;
	min-height: 1px;
}

.span12 {
	width: 1060px;
}

.span11{
	width: 895px;
}

.span10 {
	width: 810px;
}

.span9 {
	width: 785px;
}

.span19 {
	width: 740px;
}

.span8 {
	width: 640px;
}

.span7 {
	width: 555px;
}

.span6 {
	width: 510px;
}

.span6a {
	width: 400px;
   height: 40px;
   background: #ffffff;
   float: left;
   margin-left: 0;
}

.span5 {
	width: 385px;
}

.span15 {
	width: 275px;
}

.span4 {
	width: 326px;
}

.span3 {
	width: 235px;
}

.span3a {
	width: 206px;
	margin-left: 6px;
}

.span13 {
	width: 255px;
}

.span14 {
	width: 280px;
}

.span2 {
	width: 150px;
}


.span22 {
	width: 280px;
}

.span1 {
	width: 45px;
}

.current-page-item {
	font-weight: bold;
}

.more {
	position: relative;
	line-height: 40px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.more:after,
.comment-reply-link:after {
	right: -16px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(76, 76, 76, 0);
	border-left-color: inherit;
	border-width: 4px;
	top: 50%;
	margin-top: -4px;
}



/* ----------- 3. HEADER ----------- */

#header {
	background: #ffffff;
}

#header.has-login-widget {
	padding-top: 30px;
	padding-bottom: 30px;
}

.author #header {
	background-size: auto 100%;
}

#header,
#header a,
#header a:hover,
#header a:active {
	text-decoration: none;
}

#header.has-bg-image .overlay {
	background-position: 0 0;
	background-repeat: repeat;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.75;
	
	-webkit-box-shadow: inset 0 -15px 15px rgba( 0, 0, 0, .3 );
	   -moz-box-shadow: inset 0 -15px 15px rgba( 0, 0, 0, .3 );
	   		box-shadow: inset 0 -15px 15px rgba( 0, 0, 0, .3 );
}

#header .container {
	position: relative;
	z-index: 20;
}

#logo {
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 12px 0;
}

#logo.text-logo {
	font-size: 24px;
	line-height: 40px;
}

#header.has-login-widget #logo {
	float: none;
	margin: 0 auto 20px;
}

.welcome-message {
	clear: both;
	padding: 40px 30px 0;
}

#header img,
#footer img {
	border-radius: 0;
}

#header nav {
	float: right;
	/* ----------- 	margin: 9px;  margem de topo do menu ----------- */
}


#header.has-login-widget nav {
	float: left;
}

#top-login,
#top-user-profile {
	float: right;
}

#top-menu,
#top-login {
	font-size: 14px;
	color: #FFFFFF;
}

#top-user-profile {
	font-size: 13px;
	font-weight: bold;
}

#top-menu li,
#top-login li,
#top-user-profile li {
	float: left;
	white-space: nowrap;
	padding-left: 13px;
}

#top-menu li:first, {
}

#top-login li {
	white-space: normal;
}

#top-menu > li > a,
#top-login > li > a,
#top-user-profile > li > a {
	display: block;
	margin: 0 12px;
	line-height: 24px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
}

#top-menu > li:first-child > a {
	margin-left: 0;
}

.js-ready #top-menu > li > a:hover,
.js-ready #top-menu > li.current-menu-item > a {
   color: #000000;
}

#top-menu > li:last-child {
	margin-right: -12px;
}

#top-login > li,
#top-user-profile > li {
	margin-left: 0;
	margin-right: -12px;
}

#header .parent:after {
	top: 100%;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	margin-top: -6px;
	pointer-events: none;
}

#header .sub-menu, .sub-menu {
	text-align: left;
	font-weight: bold;
}

#header .parent:hover > .sub-menu,
.parent:hover > .sub-menu {
	top: 32px;
}

#header .sub-menu li,
.sub-menu li {
	float: none;
	margin-bottom: 0;
	line-height: 20px;
	padding: 5px 30px;
}

#header .sub-menu,
#header .sub-menu a,
#header .sub-menu a:hover,
#header .sub-menu a:active,
.sub-menu, .sub-menu a, .sub-menu a:hover, .sub-menu a:active {
	display: block;
	
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	   		text-shadow: none;
}

#header .sub-menu,
#header .sub-menu a,
.sub-menu,
.sub-menu a {
	color: #737373;
}

#header .sub-menu a:hover,
#header .sub-menu a:active,
.sub-menu a:hover,
.sub-menu a:active {
	color: #4c4c4c;
}

#top-login .icon-login:before {
	top: 2px;
}

.top-user-username {
	position: relative;
	padding-left: 34px;
}

.top-user-username .avatar {
	border: 2px solid #ffffff;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	overflow: hidden;
	width: 22px;
	height: 22px;
	
	-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, .8 );
	   -moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, .8 );
	   		box-shadow: 0 1px 3px rgba( 0, 0, 0, .8 );
}

.top-user-username .avatar img {
	border-radius: 50px;
	display: block;
	margin: 0;
	padding: 0;
	width: 22px;
	height: auto;
}



/* ----------- 4. FOOTER ----------- */

.mod-recrutamento {
	height: 400px;
}

.mod-recrut-title {
	font-size: 33px;
	color: #000000;
	font-weight: 500;
	text-align: center;
	padding-top: 100px;
}

.mod-recrut-content {
	font-size: 18px;
	color: #838383;
	text-align: center;
	padding-top: 15px;
}

.mod-recrut-link {
    color: #ae996e;
	border: 2px solid #ae996e;
    border-radius: 4px;
	font-weight: 500;
	font-size: 17px;
	padding: 16px 82px ;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.mod-recrut-link:hover {
    background: #ae996e;
	color: #ffffff;
    text-decoration: none;
}

.mod-recrutb {
	padding-top: 77px;
}

/* ----------- ANGARIACAO ----------- */

.mod-angariacao {
	height: 495px;
	background-image: url(images/house-wire-model-fade-white.png);
	background-color: #2c353d;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 20px;
}

.mod-angar-title {
	color: #FFFFFF;
	font-size: 52px;
	line-height: 58px;
	text-align: center;
	padding-top: 140px;
}

.accent-color {
	color: #ae996e;
}

.mod-angar-content {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
}

.mod-angarb {
	padding-top: 67px;
}

.mod-angar-link2 {
	background-color: transparent;
	padding: 14px 80px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
    border: 2px solid #fff;
	margin: 0 5px;
    border-radius: 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.mod-angar-link2:hover {
    background: #ae996e;
	border: 2px solid #ae996e;
	color: #ffffff;
    text-decoration: none;
}

#footer {
	background: #2e2b28;
	padding: 1px 0 14px 0;
	color: #fff;
	border-top: #4c4843 1px solid;
}

#footer .container {
	padding-top: 1px;
	position: relative;
	font-size: 15px;
}


#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ae996e;
}

#footer a:active {
	color: #fff;
}

#footer nav {
	font-weight: bold;
}

#footer nav li {
	display: inline;
}

#footer nav li:before {
	content: "\00a0\0399\00a0\00a0";
	color: #4e4e4e;
}

#footer nav li:first-child:before {
	content: "";
	display: none;
}

#footer .copyright-notice {
	padding-top: 10px;
	color: #b6b6b6;
	
}

.footer-services  {
	margin: auto;
	background: #2e2b28;
	width: 100%;
	padding: 55px 0 45px 0;

}

.footermenu  {
	width: 1060px;
	padding-top: 30px;
	margin: auto;
	color: #a3a3a3;

}

.footleft {
	float:left;
	width: 74%;
	color: #fff;
	padding-top: 12px;
}

.footleft2 {	
	float: left;
    width: 25%;
	padding-right: 35px;
}

.footleft ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.footleft li {
    float: left;
}

.footleft li a {
    display: block;
   	color: #ffffff;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

.footleft li:first-child a {
	padding-left: 0;
}

.footleft a,
.footleft a:hover,
.footleft a:active {
	color: #00a7c6;
	font-weight: normal;
}



.footright {
	float:right;
	width: 25%;
	padding: 10px 0 3px 0;
	text-align: right;
	
}

.footright2 {
	float: right;
    width: 24%;
    padding: 50px 0 40px 0;
}

.footer-single3  {
	margin: 20px auto auto auto;
	width: 100%;
	background: #f7f7f7;
}

.alert-info-contacto {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    float: left;
}

.alert-info-contacto-2 {
    font-size: 11px;
    color: #83868a;
    float: left;
    margin: -3px 0 10px 0;
    width: 100%;
}

/* ----------- 5. TOOLBAR ---------- */

#toolbar,
.map-view .ajax-pagination-container {
	font-size: 15px;
	line-height: 20px;
	max-width: 785px
}

#toolbar {

}

#toolbar.fixed {
	position: fixed; 
	top: 0;
	z-index: 999;
	display: none;
}

.listing-browser-search {
}

.map-view #toolbar {
	position: static;
}

#toolbar .container,
.map-view .ajax-pagination {
	padding-top: 20px;
	padding-bottom: 19px;
	position: relative;
	height: 20px;
}

.map-view .ajax-pagination {
	padding-top: 19px;
	padding-bottom: 20px;
}

.view-switcher .icon,
.view-switcher .view-switcher-title {
	color: #4c4c4c;
	display: block;
	float: right;
	margin-left: 20px;
}

.view-switcher .icon {
	opacity: 0.3;
}

.view-switcher .icon:hover {
	opacity: 0.6;
}

.view-switcher .icon.active {
	opacity: 1;
}

#toolbar #results-count-container {
	text-align: left;
}

#toolbar #results-count-container .results-count {
	color: #ffffff;
	position: relative;
}

#toolbar #results-count-container .results-count.no-results {
	color: #f24d2c;
}

#toolbar #results-count-container .results-count .spinner {
	left: -15px;
}

.search-tools-toggle {
	background: transparent url(images/select-background.png) right center no-repeat;
	padding-right: 30px;
}

#search-tools {
	float: left;
}

#search-tools a,
#search-tools a:hover,
#search-tools a:active,
#phone-search-tools a,
#phone-search-tools a:hover,
#phone-search-tools a:active {
	color: #4c4c4c;
	text-decoration: none;
}

#search-tools ul a,
#phone-search-tools ul a {
	color: #727272;
}

#search-tools ul a:hover,
#phone-search-tools ul a:hover {
	color: #4c4c4c;
}

#search-tools ul a:active,
#phone-search-tools ul a:active {
	color: #333333;
}

#search-tools .clear-search,
#phone-search-tools .clear-search,
.user-search-remove {
	color: #f24d2c;
}

#search-tools .clear-search:hover,
#phone-search-tools .clear-search:hover,
.user-search-remove:hover {
	color: #ff3b05;
}

#search-tools .clear-search:active,
#phone-search-tools .clear-search:active,
.user-search-remove:active {
	color: #d6431a;
}

#search-tools > li {
	padding-bottom: 10px;
	margin-bottom: -10px;
}

#toolbar .search-tools-items {
	font-weight: normal;
	text-transform: none;
}



/* ----------- 6. MENUS ------------ */

#top-menu,
#top-login,
#top-user-profile,
#footer-menu,
#search-tools,
#phone-search-tools {
	list-style: none;
	padding: 0;
	margin: 0;
}

.parent {
	position: relative;
}

.parent ul {
	background: #ffffff;
	margin-top: 10px;
	border-radius: 0;
	list-style-type: none;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	line-height: 20px;
	z-index: 10;
	top: -9999em;
	   		
	-webkit-box-shadow: 0 2px 4px rgba( 0, 0, 0, .4 );
	   -moz-box-shadow: 0 2px 4px rgba( 0, 0, 0, .4 );
	   		box-shadow: 0 2px 4px rgba( 0, 0, 0, .4 );
	   		
	-webkit-transform: scale(.9);
	   -moz-transform: scale(.9);
	    -ms-transform: scale(.9);
	     -o-transform: scale(.9);
	   		transform: scale(.9);
	
	-webkit-transform-origin: center top;
	   -moz-transform-origin: center top;
	    -ms-transform-origin: center top;
	     -o-transform-origin: center top;
	   		transform-origin: center top;
	
	-webkit-transition-property: -webkit-transform, opacity, top;
	   -moz-transition-property: -moz-transform, opacity, top;
	    -ms-transition-property: -ms-transform, opacity, top;
	     -o-transition-property: -o-transform, opacity, top;
	   		transition-property: transform, opacity, top;
	   		
	-webkit-transition-duration: .3s, .3s, 0s;
	   -moz-transition-duration: .3s, .3s, 0s;
	    -ms-transition-duration: .3s, .3s, 0s;
	     -o-transition-duration: .3s, .3s, 0s;
	   		transition-duration: .3s, .3s, 0s;
	   		
	-webkit-transition-delay: 0s, 0s, .3s;
	   -moz-transition-delay: 0s, 0s, .3s;
	    -ms-transition-delay: 0s, 0s, .3s;
	     -o-transition-delay: 0s, 0s, .3s;
	   		transition-delay: 0s, 0s, .3s;
}

.parent:hover ul {
	opacity: 1;
	top: 30px;
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	   		transform: scale(1);
	   		
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	   		transition-delay: 0s;
}

.parent ul:after {
	bottom: 100%;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 6px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	left: 50%;
	margin-left: -6px;
}

.parent li {
	display: block;
	font-weight: bold;
	padding: 5px 20px;
	white-space: nowrap;
}

.parent li:hover {
	background: #f5f5f5;
	color: #4c4c4c;
}

.parent li.separate {
	height: 1px;
	line-height: 0;
	background: #e6e6e6;
	margin: 15px 0;
	padding: 0;
}

.parent li:last-child {
	margin-bottom: 0;
}

.touch .parent:hover ul {
	opacity: 0;
	top: -9999em;
	
	-webkit-transform: scale(.9);
	   -moz-transform: scale(.9);
	    -ms-transform: scale(.9);
	     -o-transform: scale(.9);
	   		transform: scale(.9);
	
	-webkit-transition-property: -webkit-transform, opacity, top;
	   -moz-transition-property: -moz-transform, opacity, top;
	    -ms-transition-property: -ms-transform, opacity, top;
	     -o-transition-property: -o-transform, opacity, top;
	   		transition-property: transform, opacity, top;
	   		
	-webkit-transition-duration: .3s, .3s, 0s;
	   -moz-transition-duration: .3s, .3s, 0s;
	    -ms-transition-duration: .3s, .3s, 0s;
	     -o-transition-duration: .3s, .3s, 0s;
	   		transition-duration: .3s, .3s, 0s;
	   		
	-webkit-transition-delay: 0s, 0s, .3s;
	   -moz-transition-delay: 0s, 0s, .3s;
	    -ms-transition-delay: 0s, 0s, .3s;
	     -o-transition-delay: 0s, 0s, .3s;
	   		transition-delay: 0s, 0s, .3s;
}

.touch .parent ul.active {
	opacity: 1;
	top: 30px;
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	   		transform: scale(1);
	   		
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	   		transition-delay: 0s;
}



/* ---------- 7. CONTENT ----------- */

#content.container {
	padding-top: 40px;
	padding-bottom: 35px;
}

.page-template-template-contact-php .hentry {
	margin-bottom: 20px;
}

.page-template-template-contact-php form#contact {
	margin-top: 40px;
}

.hentry [class*="span"] {
	margin-top: 20px;
	margin-bottom: 20px;
}

.hentry .row:last-child {
	margin-bottom: -20px;
}

.edit-link {
	display: block;
	margin-top: 20px;
}

.box,
.widget,
.alert,
.ol-container,
.ol-notice {
	background: #ffffff;
	border-radius: 3px;
	padding: 20px 20px 19px;
	margin-bottom: 20px;

}


.box2 {
	background: #fafafa url("images/boxbg.jpg") repeat-x;
	padding: 16px 20px 19px;
	margin-bottom: 20px;
	max-width: 195px;
	border-radius: 0;
}


.singlebox {
	background: #2b2b2b url("images/boxbg.jpg") repeat-x;
	padding: 16px 20px 19px;
	margin-bottom: 20px;

}

.box4 {
	background: #fafafa url("images/boxbg.jpg") repeat-x;
	border-radius: 0;
	padding: 16px 20px 19px;
	margin-bottom: 20px;
}

.ol-notice {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	   		box-shadow: none;
}

.box:last-child,
.box2:last-child,
.widget:last-child,
.alert:last-child,
.ol-notice:last-child {
	margin-bottom: 0;
}

.box-title,
.widget-title,
.alert-title,
.widget .ol-container .ol-form-title {
	font-size: 15px;
	line-height: 20px;
	color: #272727;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.box-divider,
.widget-divider,
.alert-divider {
	background: #e6e6e6;
	margin: 19px 0 19px;
	width: 100%;
	height: 1px;
}

.alert,
.ol-notice {
	font-size: 13px;
	text-align: center;
	position: relative;
	opacity: 1;
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
			transform: scale(1);
	
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
	   -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
	    -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
			transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.alert.hide-alert {
	opacity: 0;
	
	-webkit-transform: scale(.92, .8);
	   -moz-transform: scale(.92, .8);
	    -ms-transform: scale(.92, .8);
	     -o-transform: scale(.92, .8);
			transform: scale(.92, .8);
}

.alert a,
.ol-notice a {
	font-weight: bold;
	text-decoration: underline;
}

.alert-error,
.ol-notice.error {
	background-color: #ffd9d9;
	border-color: #e5acac;
	color: #f24d2c;
}

.alert-error *,
.ol-notice.error * {
	color: #f24d2c;
}

.alert-error a:hover,
.ol-notice.error a:hover {
	color: #ff3b05;
}

.alert-error a:active,
.ol-notice.error a:active {
	color: #d6431a;
}

.alert-success,
.ol-notice.success {
	background-color: #e5ffea;
	border-color: #b8e5bf;
	color: #47b259;
}

.alert-success *,
.ol-notice.success * {
	color: #47b259;
}

.alert-success a:hover,
.ol-notice.success a:hover {
	color: #52cc66;
}

.alert-success a:active,
.ol-notice.success a:active {
	color: #3d994d;
}

.alert-info {
	background-color: #fffbcc;
	border-color: #e6e0a1;
	color: #e5ac00;
}

.alert-info * {
	color: #e5ac00;
}

.alert-info a:hover {
	color: #ffbf00;
}

.alert-info a:active {
	color: #cc9900;
}

.alert-close {
	border-radius: 30px;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	text-align: left;
	position: absolute;
	top: -10px;
	right: -10px;
}

.alert-success .alert-close {
	background: #47b259;
}

.alert-error .alert-close {
	background: #f24d2c;
}

.prev-posts-link {
	float: left;
}

.next-posts-link {
	float: right;
}

.ajax-pagination {
	text-align: center;
}

.pagination-page-info {
	text-transform: none;
	color: #4c4c4c;
}

ul.slides,
.flex-control-nav,
.flex-direction-nav,
.box ul,
.widget ul {
	list-style-type: none;
	margin: 0;
}

.box2 ul {
	list-style-type: none;
	margin: 0;
}

.box ol,
.widget ol {
	list-style-position: inside;
	margin: 0;
}

.box2 ol {
	list-style-position: inside;
	margin: 0;
}

.commentlist,
.children {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.sitemap-title {
	margin: 20px 0 5px 0;
}

.sitemap-list,
.sitemap-list .children {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0;
	margin-right: 0;
}

.sitemap-list .children {
	margin-top: 0;
	padding-left: 20px;
}

.page-template-template-sitemap-php .post-footer .edit-link {
	margin-bottom: 20px;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption {}



/* ---------- 7a. SLIDERS ---------- */

.flexslider {
	padding: 0;
	position: relative;
}

.slides > li:first-child {
	display: block;
}

.js-ready .flexslider .slides > li {
	display: none;
	/* -webkit-backface-visibility: hidden; */
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

.flex-control-nav {
	line-height: 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
}

.flex-control-nav li {
	display: inline-block;
	margin: 5px;
}

.flex-control-nav li a {
	background: #fff;
	border-radius: 20px;
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
}

.flex-control-nav li a.flex-active {
	background: #4c4c4c;
}

.flex-direction-nav {
	line-height: 0;
	height: 0;
	overflow: visible;
}

.flex-direction-nav a {
	background: transparent url(images/icons.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 20px;
	margin-top: 1px;
	position: absolute;
	bottom: 0;
	opacity: .55;
}

.flex-direction-nav a:hover {
	opacity: .8;
}

.flex-direction-nav a:active {
	opacity: 1;
}

.flex-direction-nav a.flex-disabled,
.flex-direction-nav a.flex-disabled:hover,
.flex-direction-nav a.flex-disabled:active {
	cursor: default;
	opacity: .15;
}

.flex-direction-nav .flex-prev {
	background-position: -32px -140px;
	left: 0;
}

.flex-direction-nav .flex-next {
	background-position: -64px -140px;
	right: 0;
}

.widget .flex-direction-nav .flex-prev {
	left: 20px;
}

.widget .flex-direction-nav .flex-next {
	right: 20px;
}

#featured-listings .flex-control-nav {
	padding-left: 20px;
	padding-top: 10px;
}

#featured-listings .flex-prev {
	left: 40px;
}

.single-listing-gallery {
	margin-bottom: 40px;
}

.js-ready .single-listing-gallery {
	height: 530px;
	background-image: url(images/slidebg.png);
    background-repeat: repeat-x;
    overflow: hidden;
}

.single-listing-gallery.has-thumbs {
	margin-bottom: 5px;
}

.single-listing-gallery.has-thumbs .slides img,
.single-listing-gallery.has-thumbs .flex-viewport {
	border-radius: 3px 3px 0 0;
}

.single-listing-gallery .flex-viewport {
	border-radius: 3px;
}

.single-listing-gallery .flex-control-nav {
	position: absolute;
	bottom: 40px;
}

.single-listing-gallery.has-thumbs .flex-control-nav {
	display: none;
}

.single-listing-gallery .flex-control-nav li a {
	background: #a6a6a6;
	background: rgba( 255, 255, 255, .5 );
	
	-webkit-box-shadow: 0 1px 2px rgba( 0, 0, 0, .7 );
	   -moz-box-shadow: 0 1px 2px rgba( 0, 0, 0, .7 );
	   		box-shadow: 0 1px 2px rgba( 0, 0, 0, .7 );
}

.single-listing-gallery .flex-control-nav li a.flex-active {
	background: #ffffff;
}

.single-listing-gallery .flex-direction-nav a,
.single-listing-gallery-thumbs .flex-direction-nav a {
	background-image: url(images/arrows-big.png);
	width: 20px;
	height: 32px;
	bottom: auto;
	top: 50%;
	margin-top: -16px;
	opacity: 1;
}

.single-listing-gallery .flex-direction-nav a:hover,
.single-listing-gallery .flex-direction-nav a:active,
.single-listing-gallery-thumbs .flex-direction-nav a:hover,
.single-listing-gallery-thumbs .flex-direction-nav a:active {
	opacity: 1;
}

.single-listing-gallery .flex-direction-nav a.flex-disabled,
.single-listing-gallery-thumbs .flex-direction-nav a.flex-disabled {
	display: none;
}

.single-listing-gallery .flex-direction-nav .flex-prev,
.single-listing-gallery-thumbs .flex-direction-nav .flex-prev {
	background-position: -20px 0;
	left: 30px;
}

.single-listing-gallery .flex-direction-nav .flex-next,
.single-listing-gallery-thumbs .flex-direction-nav .flex-next {
	background-position: -60px 0;
	right: 30px;
}

.single-listing-gallery-thumbs {
	border-radius: 0 0 3px 3px;
	height: 90px;
	margin-bottom: 40px;
	overflow: hidden;
}

.single-listing-gallery-thumbs .slides > li {
	background: #1e130f;
	display: block;
	width: 145px;
}

.single-listing-gallery-thumbs .slides img {
	border-radius: 0;
	cursor: pointer;
	display: block;
	line-height: 0;
	opacity: .5;
	
	-webkit-backface-visibility: hidden;
	
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.single-listing-gallery-thumbs .slides li:hover img {
	opacity: .75;
}

.single-listing-gallery-thumbs .slides li.flex-active-slide img {
	opacity: 1;
}

.single-listing-gallery-thumbs .flex-direction-nav {
	display: none;
}

.single-listing-gallery-thumbs:hover .flex-direction-nav {
	display: block;
}



/* ---------- 8. HOMEPAGE ---------- */

#home-search {
	margin: 0;
    position: relative;
    z-index: 1;	  
}

#home-principal {
	background-image: url("https://www.imospot.com/urbquality/slide-01b.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;  
}

.caption-wrap {
    position: absolute;
    width: 100%;
    color: #fff;
    top: 50%;
    text-align: center;
    font-size: 55px;
    line-height: 55px;
	font-weight: bold;
}

.caption-small {
	position: absolute;
    width: 100%;
    color: #fff;
	top: 60%;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
}

.search-principal {
	width: 100%;
	float: left;
	padding: 30px 0 5px 0;
}

.h_iframe {
    width: 100%;
    margin-bottom: 30px;
}

.h_iframe iframe {
    width: 100%;
}

.hometopo {
	position: absolute; 
	z-index: 10; 
	width: 100%;
	}

#tolasx {
	height: 640px;
	}

#testx {
	color: #000000;

	margin-top: 500px;

	    z-index: 10;
}

#navi {
    position: absolute;
    z-index: -1;
	height: 600px;

}


.searchfeat {
	position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    float: left;
    padding: 33px 0 0 0;
}

.searchfeat2 {
    margin: auto;
    width: 1060px;
}

.page-template-index-php #content.container {
}

.home-content {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 40px;
	padding: 40px 0;
	
	-webkit-box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
	   -moz-box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
	   		box-shadow: 0 2px 0 rgba( 0, 0, 0, .1 );
	
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	   		text-shadow: none;
}

.section-title {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 10px auto 30px;
}


.home-featured {
	font-size: 33px;
	line-height: 35px;
	margin: 30px auto 8px;
	text-align: center;
	font-weight: 500;
	color: #000000;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 23px;
}

.section-title .icon {
	display: inline;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: 8px;
}

@media (max-width: 1060px) {
	#home-header {
		background-size: auto 100%;
	}
}

#featured-listings {
	position: relative;
	margin-bottom: 40px;
	margin-top: 40px;
}

.js-ready #featured-listings .listing {
	margin-bottom: 20px;
}



/* ------- 9. SEARCH FILTERS ------- */

.filter {
	position: relative;
}

.filters-heading {
	margin: 0 0 30px;
}

#price-slider-container {
	margin-bottom: 20px;
}

#price-slider-container .box-title {
	border-bottom-width: 0;
	padding-bottom: 0;
}

.price-display {
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.min-price-display {
	float: left;
}

.max-price-display {
	float: right;
}

.home-search-filter {
	margin-bottom: 20px;
}

.home-search-filters-container {
	margin-left: 0;
	float: left;
}

.home-search-filter input.autocomplete {
	margin-bottom: 3px;
}

#home-search .price-title {
	text-align: left;
	line-height: 40px;
}

#home-search #price-slider-container {
	margin-bottom: 0;
	margin-top: 20px;
}

#home-search .form-functions {
	/* ------- height: 100px; ------- */
	position: relative;
	text-align: center;
}

#home-search .advanced-search-link {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#home-search #results-count {
	display: block;
	line-height: 26px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}

#home-search #results-count .spinner {
	display: inline-block;
	left: auto;
	top: auto;
	margin: 0 8px -4px 0;
	position: static;
}

#home-search .form-functions input[type="submit"] {
	display: block;
}

.filter .spinner.small {
	top: 21px;
	right: 19px;
	left: auto;
	margin: 0;
}



/* --------- 10. LISTINGS ---------- */

#search-results-container {
	position: relative;
}

#search-results {
	position: relative;
	z-index: 2;
}

#old-results {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#search-results-container .listing {
	margin-bottom: 40px;
	opacity: 1;
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	   		transform: scale(1);
	   		
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
	   -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
	    -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	   		transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

#search-results-container .listing.span3:nth-of-type(3n+1),
.agent-single-listings .listing.span3:nth-of-type(4n+1),
.dashboard-favorites .listing.span3:nth-of-type(3n+1) {
	clear: left;
}

#search-results-container .listing.loading {
	opacity: .7;
	filter: alpha(opacity:70);
}

#search-results-container .listing.hidden-listing {
	opacity: 0;
	
	-webkit-transform: scale(.8);
	   -moz-transform: scale(.8);
	    -ms-transform: scale(.8);
	     -o-transform: scale(.8);
	    	transform: scale(.8);
}

#search-results-container .listing.no-transition {
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	    	transition: none;
}

.listing.grid-view {
	position: relative;
	margin-bottom: 40px;
}

.grid-view .box {
	border-radius: 0 0 3px 3px;
	border-top-width: 0;
	padding-top: 20px;
}

.grid-view .box2 {
	border-radius: 0 0 3px 3px;
	border-top-width: 0;
	padding-top: 20px;
}


.grid-view .box3 {
	border-radius: 0;
	padding-top: 20px;
	background: #f4f4f4;
	padding-bottom: 10px;
}

.list-view .box {
	border-radius: 0 3px 3px 0;
	margin-left: -40px;
	position: relative;
	padding-bottom: 20px;
}

.grid-view .listing-thumbnail {
	height: 140px;
	z-index: 10;
}

.grid-view .listing-thumbnail img {
	border-radius: 0;
}

.list-view .listing-thumbnail img {
	border-bottom: 1px solid #c3c3c3;
	border-radius: 3px 0 0 3px;
	    	
	-webkit-box-shadow: 0 2px 0 #e6e6e6;
	   -moz-box-shadow: 0 2px 0 #e6e6e6;
	   		box-shadow: 0 2px 0 #e6e6e6;
}

.grid-view .listing-title {
	font-size: 15px;
	line-height: 20px;
	margin: 0 15px 0 15px;
	color: #fff;
	font-family: "roboto";
	font-weight: 200;
}

.grid-view .listing-title a {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	color: #ae996e;
	font-weight: 500;
}

.grid-view .listing-title a:hover {
	color: #272727;
	text-decoration:none;
}


.list-view .listing-title {
	line-height: 20px;
	margin-bottom: 20px;
}

.listing-location {
	margin: 0 15px;
	font-size: 12px;
	color: #9e9e9e;
	text-transform: uppercase;
}

.single-location {
	color: #ffffff;
}

.single-titulo-imovel {
	width: 70%; 
	float: left;
	margin: 12px 0 6px 0;
}

.single-titulo-imovel h2 {
	line-height: 22px;
 	color: #ffffff;
}

.titulo-paginas h2 {
	width: 60%; 
	float: left; 
	color: #ffffff;
}

.agent-card-name h3 {
	font-size: 18px;
}

.agent-card-name {
	font-size: 18px;
}

.single-listing-price h5 {
	margin-bottom: 7px;
	text-align: right;
	color: #ffffff;
}

.grid-view .listing-location, {
	font-size: 12px;
	padding-left: 0;
	position: static;
	height: 20px;
	margin-left: -20px;
	margin-right: -20px;
	width: 200px;
}

.widget .listing-location {
	font-size: 12px;
	padding-left: 0;
	position: static;
	height: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

.grid-view .listing-location:before {
	display: none;
}


.grid-view .price-left {
	font-size: 14px;
	padding-left: 15px;
	color: #272727;
    font-weight: bold;
    line-height: 22px;

}

.single-listing-price {
	text-align: right;
	margin-top: 11px;
}

.single-listing-price .listing-price {
	line-height: 1px;
	font-size: 24px;
	font-weight: bold;
    color: #ffffff;
}

.price-per {
	color: #737373;
	font-size: 13px;
	font-weight: normal;
}

.listing-status-sold .listing-price {
	color: #8c8c8c;	
}

.grid-view .listing-price {
	font-size: 20px;
	line-height: 20px;
	margin: 0 -20px;
}

.grid-view .listing-price2 {
	font-size: 14px;
	padding-right: 15px;
	font-weight: bold;
	color: #131313;
	text-align: right;
	line-height: 20px;
}

.loop-destaque {
	max-width: 530px;
	float:left;
}

.loop-destaque4 {
	max-width: 532px;
	float:left;
}

.loop-destaque1 {
	width: 526px; 
	float: left; 
	position: relative;
}

.loop-destaque2 {
	width: 260px; 
	float: left; 
	margin-left: 6px; 
	margin-bottom: 6px; 
	position: relative;
}

.destaque-price {
	display: inline-block;
	background: #ae996e;
    color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 9px 1px 9px;
	-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);

}

.destaque-title {
	font-size: 20px;
	line-height: 20px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	margin: 9px 0 0 0;
}

.destaque-title a {
	color: #fff;
	font-family: "roboto";
	font-weight: bold;
}

.destaque-title a:hover {
    color: #272727;
	text-decoration: none;
}


.destaque-location {
	float: left;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', 'Arial', sans-serif;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);

}

.destaque-box {
	bottom: 30px;
	left: 30px;
	position: absolute;
	margin-right: 30px;
}

.destaque-box2 {
	bottom: 12px;
    left: 15px;
	max-height: 150px;
	position: absolute;
	margin-right: 15px;
}

.destaque2-price {
	display: inline-block;
    background: #ff0000;
    color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 9px 1px 9px;
	-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);

}

.destaque2-title {	
	font-size: 15px;
	line-height: 15px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	margin: 9px 0 5px 0;
}

.destaque2-title a {
	color: #fff;
	font-family: "roboto";
	font-weight: bold;
}

.destaque2-title a:hover {
    color: #272727;
	text-decoration: none;
}


.destaque2-location {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', 'Arial', sans-serif;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	line-height: 13px;
}


	
.list-view .listing-price {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}

.grid-view .listing-excerpt {
	display: none;
}

.list-view .listing-excerpt {
	font-size: 13px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 19px;
}

.listing-meta {
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 10px 0 10px 0;
	text-align: left;
	font-size: 15px;
	border-bottom:  #515151 1px solid;
}

.listing-meta li {
	display: inline-block;
	margin-right: 20px;
}

.listing-details-container {
	overflow: hidden;
	margin: 0;
	padding: 13px 0 13px 0;
	border-top: #e7e7e7 1px solid;
}

.listing-details {
	color: #9e9e9e;
	font-size: 12px;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	position: relative;
	left: 50%;
	text-align: left;
}

.listing-details li {
	display: block;
	float: left;
	position: relative;
	right: 50%;
	margin-right: 20px;
}

.listing-details li:last-child {
	margin-right: 0;
}

.grid-view .listing-details .detail {
	display: none;
}

.grid-view .listing-details li.icon-text {
	padding-left: 20px;
}

.listing-detalhes {
	margin-bottom: 30px;
	width: 230px;
	float: left;
	margin-right: 25px;
}

.titulo-detalhes {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
    border-bottom: #d8d8d8 1px solid;
}

#listing-detalhes2 {
float:left;
list-style-type:none;
width: 100%; 
margin-bottom: 23px;  }

dd {
    margin-bottom: 2px;
    text-align: right;
	color: #838383;
	}
	
dt {
    float: left;
	font-weight: bold;
	color: #5a5a5a;
}

.single-listing-description {
	margin-bottom: 30px;
	width: 100%;
	float: left;
}

.single-listing-price .price-per {
	font-size: 15px;
}

.single-listing #content {
	position: relative;
}

.listing-favorite-container {
	position: absolute;
	top: 0;
	right: 0;
}

.listing-favorite-container .button {
	border-radius: 0 0 3px 3px;
	margin-top: 0;
	margin-bottom: 0;
}

.button.fav-toggle {
	display: block;
	max-width: 16px;
	overflow: hidden;
	height: 33px;
	
	-webkit-transition: background-color .3s, max-width .5s ease-in-out;
	-moz-transition: background-color .3s, max-width .5s ease-in-out;
	transition: background-color .3s, max-width .5s ease-in-out;
}

.button.fav-toggle:hover {
	max-width: 600px;
}

.button.fav-toggle:active {
	-webkit-transition: background-color .05s, max-width .5s ease-in-out;
	   -moz-transition: background-color .05s, max-width .5s ease-in-out;
	   		transition: background-color .05s, max-width .5s ease-in-out;
}

.button.fav-toggle:before {
	position: absolute;
	left: 15px;
	top: 6px;
}

.fav-toggle-text {
	padding-left: 31px;
	display: block;
	white-space: nowrap;
}

.button.fav-toggle .spinner.small {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
}

#listing-search-container {
	position: relative;
}

.listing-archive-title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}

#map {
	border-radius: 3px;
	width: 100%;
	height: 380px;
	overflow: hidden;
	
	-webkit-backface-visibility: hidden;
}

.widget-listing-list {
	border-color: inherit;
}

.widget-listing-list li {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: inherit;
	padding-top: 19px;
}

.widget-listing-list li:first-child {
	border-top-width: 0;
	margin-top: 0;
	padding-top: 0;
}

.previous-search-alert {
	margin-top: -20px;
}

.single-listing-footer .edit-link {
	margin-bottom: 20px;
}

#site-header {
    position: relative;
}

.titulo-paginas h2 {
	width: 60%; 
	float: left; 
	color: #ffffff;
}

.titulo-paginas-2 { 
	  margin: 0;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}

.titulo-paginas-2 h1 { 
    color: #ffffff;
    text-align: center;
    font-size: 55px;
    font-family: roboto;
    font-weight: 500;
}

.subtitulo-paginas-2 { 
	font-size: 21px;
    color: #ffffff;
    line-height: 25px;
	text-align: center;
	background-image: url(images/border-title.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 20px;
}


/* ---- 11. LISTINGS - MAP VIEW ---- */

.map-view {
	position: relative;
	width: 100%;
}

.map-view #search-filters {
	background: #ffffff;
	border-right: 1px solid #b2b2b2;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: scroll;
	padding: 20px 40px;
	margin: 0;
	
	-webkit-box-shadow: 2px 0 0 rgba( 0, 0, 0, .1 );
	   -moz-box-shadow: 2px 0 0 rgba( 0, 0, 0, .1 );
	   		box-shadow: 2px 0 0 rgba( 0, 0, 0, .1 );
}


#results-map {
	width: 100%;
	height: 450px;
	
	-webkit-backface-visibility: hidden;
}

.gm-style .infoBox,
.gm-style .infoBox .listing-title,
.gm-style .infoBox a,
.gm-style .infoBox span {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.infoBox {
	border-radius: 52px;
	background: #ffffff;
	border: 4px solid #ffffff;
	
	-webkit-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   -moz-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   		box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   		
	-webkit-backface-visibility: hidden;
}

.infoBox:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

.infoBox.opened {
	border-radius: 3px;
}

.listing-map-label {
	position: relative;
	text-align: center;
}

.gm-style .infoBox .listing-map-label .listing-title,
.gm-style .infoBox .listing-map-label .listing-title a {
	font-size: 13px;
	font-weight: bold;
}

.infoBox .listing-map-label .listing-address {
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
}

.listing-map-label .state {
	text-transform: uppercase;
}

.gm-style .infoBox .listing-map-label .listing-price {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.infoBox .map-label-content {
	display: none;
	padding: 0 6px;
}

.infoBox.opened .map-label-content {
	display: block;
}

.infoBox .listing-thumbnail {
	border-radius: 140px;
	display: block;
	margin: 0;
	width: 50px;
	height: auto;
}

.infoBox.opened .listing-thumbnail {
	display: none;
}

.infoBox .listing-thumbnail-big {
	display: none;
}

.infoBox.opened .listing-thumbnail-big {
	border-radius: 3px 3px 0 0;
	display: block;
	width: 140px;
	height: auto;
	margin: -4px -4px 15px -4px;
}

.cluster {
	background-color: #47b259;
	border: 4px solid #ffffff;
	border-radius: 80px;
	
	-webkit-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   -moz-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   		box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
	   		
	-webkit-text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
	   -moz-text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
	   		text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
}

.map-view .ajax-pagination-container {
	background: #f2f2f2;
	border-top: 1px solid #c3c3c3;
	position: relative;
	z-index: 10;
	
	-webkit-box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
	   -moz-box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
	   		box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
}

.map-view + #footer {
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
	   -moz-box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
	   		box-shadow: 0 -2px 0 rgba( 0, 0, 0, .1 );
}

.map-view .ajax-pagination {
	position: relative;
}

.pagination-link.inactive {
	cursor: default;
	opacity: .3;
}

.map-view .pagination-link {
	display: block;
	position: absolute;
	top: 19px;
}

.map-view .pagination-link:active,
.map-view .pagination-link:hover {
	text-decoration: none;
}

.map-view .next-page {
	right: 300px;
	text-align: right;
	padding: 0 15px 0 20px;
}

.map-view .next-page .spinner {
	left: 0;
	margin-left: 0;
}

.map-view .next-page:after,
.comment-navigation .nav-next a:after {
	right: -2px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(76, 76, 76, 0);
	border-left-color: inherit;
	border-width: 4px;
	top: 50%;
	margin-top: -4px;
}

.map-view .prev-page {
	left: 300px;
	text-align: left;
	padding: 0 20px 0 15px;
}

.map-view .prev-page .spinner {
	left: auto;
	right: 0;
	margin-left: 0;
}

.map-view .prev-page:before,
.comment-navigation .nav-previous a:before {
	left: -2px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(76, 76, 76, 0);
	border-right-color: inherit;
	border-width: 4px;
	top: 50%;
	margin-top: -4px;
}



/* ---------- 12. AGENTS ----------- */

.agents-list {
	padding: 20px 0 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	list-style-type: none;
}

.agents-list:last-child {
	margin-bottom: -40px;
}

.agent-card {
	height: 80px;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}

.agent-card[class] {
	display: table;
}

.box .agent-card,
.widget .agent-card {
	margin-bottom: 20px;
}

.box .agent-card:last-child,
.widget .agent-card:last-child {
	margin-bottom: 0;
}

.agent-avatar-container {
	border: 4px solid #ffffff;
	border-radius: 80px;
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.agent-avatar-container[class] {
	left: auto;
	top: auto;
}

.agent-card-profile-picture,
.agent-card-profile-picture img {
	border-radius: 80px;
	width: 72px;
	height: 72px;
	overflow: hidden;
}

.agent-card-info {
	position: absolute;
	top: 50%;
	padding-left: 100px;
}

.agent-card-info[class] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

.box .agent-card-info,
.widget .agent-card-info {
	padding-left: 90px;
}

.agent-card-info-inner {
	position: relative;
	top: -50%;
}

.agent-card-info-inner[class] {
	position: static;
}

.agent-card-listing-count {
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
}

.agent-listing-mail {
	margin: 0;
	background-image: url(images/agmail.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 28px;
	font-size: 14px;
}


.agent-listing-phone {
	margin: 5px 0 0 0;
    text-align: center;
}

.agent-listing-location {
	margin: 20px 0 0 0;
    text-align: center;
}

.consultor-single {
    border-radius: 150px;
    width: 150px;
    height: 150px;
    margin: 20px auto 10px auto;
    overflow: hidden;
    border: 3px #ae996e solid;
	transition: border-width 0.3s, transform 0.3s ease-out;
}

.consultor-single img:hover {
  border-width: calc(2px * 1.5);
  transform: scale(1.2);
}

.consultor-single img {
  border-width: calc(2px * 1.5);
  transform: scale(1.2);
}

.consultor-single a:hover {
  border-width: calc(2px * 1.5);
  transform: scale(1.2);
}

.consultor-single:hover {
  border-width: calc(2px * 1.5);
  transform: scale(1.2);
}

h3.agent-card-name {
    text-align: center;
}

.agent-listing-link {
    margin-top: 15px; 
	text-align: center; 
}

.agent-listing-link a {
	font-weight: bold; 
}

.agent-listing-link a:hover { 
	color: #1d1d1b;
	text-decoration: none;
}

.agent-card-profile-link {
	font-size: 13px;
	display: block;
}

.author #header {
	position: relative;
	z-index: 1;
	padding-bottom: 120px;
}

.agent-single-profile-picture {
	border: 4px solid #ffffff;
	display: block;
	visibility: hidden;
	width: 160px;
	height: 160px;
	margin: -124px auto 17px;
	overflow: hidden;
}

#header .agent-single-profile-picture {
	position: absolute;
	display: block;
	visibility: visible;
	margin: 0;
	bottom: -200px;
	left: 278px;
}

.agent-single-profile-picture,
.agent-single-profile-picture img {
	border-radius: 160px;
}

.agent-single-profile-card {
	text-align: center;
	margin-bottom: 40px;
}

.agent-single-title {
	color: #a6a6a6;
}

.agent-single-contact-info {
	width: 240px;
	left: -103px;
	margin: 0;
}

.agent-single-contact-info li,
.agent-single-contact-info li a {
	white-space: normal;
	word-break: break-word;
}

.agent-single-bio {
	margin-bottom: 40px;
}

.agent-single-listings {
	margin-bottom: -40px;
}

.author .pagination {
	margin-top: 40px;
}



/* ---------- 13. SERVICES --------- */

#services {
	margin-bottom: 40px;
}

.service {
	font-size: 15px;
	text-align: center;
}

.service-thumbnail {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.service-content {
	padding: 0 20px 10px;
	font-size: 16px;
}

.service.with-round-image {
	margin-top: 20px;
	overflow: visible;
}

.with-round-image .service-thumbnail {
	border-radius: 120px;
}

.service-thumbnail img {
	width: 120px;
	height: auto;
}

.with-round-image .service-thumbnail img {
	border-radius: 120px;
}

.service-title {
	margin-bottom: 20px;
}



/* ------------ 14. BLOG ----------- */

.blog-page-content,
.post,
.search-results .hentry {
	margin-bottom: 40px;
}

.post:last-child {
	margin-bottom: 0;
}

.post-title {
	text-align: center;
}

.post-image {
	display: block;
	margin-bottom: 20px;
}

.post-image img {
	display: block;
	margin: 0 auto;
}

.post-meta {
	float: left;
	list-style-type: none;
	width: 140px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

.post-meta li {
	margin-bottom: 10px;
}

.post-meta-item .icon-text {
	display: inline;
}

.post-meta-item .icon-text:before {
	top: auto;
}

.type-post .post-content,
.type-post .post-excerpt {
}

.type-post .post-content .content-image {
	margin-left: -180px;
}

.post-excerpt .more {
	font-size: 13px;
	line-height: 20px;
}

.hentry .post-content {
	margin-bottom: 40px;
}

.post-navigation {
	margin-bottom: 40px;
	text-align: center;
}

.post-nav-meta {
	color: #4c4c4c;
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.post-navigation .prev-post-link {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.post-navigation .next-post-link {
	float: right;
	width: 48%;
}

.post-tags {
	color: #4c4c4c;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}



/* ---------- 15. COMMENTS --------- */

.comment-notes {
	font-size: 13px;
}

.comments-title {
	margin-bottom: 20px;
}

.comments-title span {
	font-style: italic;
}

.commentlist {
	list-style-type: none;
	margin: 0 0 40px;
}

.commentlist li.comment {
	margin: 0 0 40px;
	line-height: 20px;
	position: relative;
}

li.comment {
	padding-left: 100px;
}

.children li.comment {
	padding-left: 70px;
}

.children {
	margin-top: 20px;
}

.children li.comment {
	margin-bottom: 20px;
}

.comment .avatar {
	border-radius: 80px;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.children .comment .avatar {
	width: 50px;
	height: 50px;
}

.comment .avatar img {
	border-radius: 80px;
}

.bypostauthor .avatar {
	border: 3px solid #ffbf00;
}

.comment-author .fn {
	color: #4c4c4c;
	font-weight: bold;
}

.comment-author .says {
	color: #999999;
	font-size: 13px;
}

.comment-meta {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
}

.comment-permalink {
	color: #737373;
}

.awaiting-moderation-info {
	color: #f24d2c;
	display: block;
	margin-top: 10px;
}

.comment-reply-link {
	line-height: 40px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.comment #commentform .control-label {
	float: none;
	width: auto;
	margin-right: 0;
	text-align: left;
	line-height: 20px;
	margin-bottom: 10px;
}

.comment #commentform .controls,
.comment #commentform .form-submit,
.comment .form-allowed-tags,
.comment .logged-in-as {
	margin-left: 0;
}

#reply-title small {
	font-size: 11px;
	text-transform: uppercase;
}

#reply-title small a {
	color: #506cb2;
}

#reply-title small a:hover {
	color: #678be5;
}

#reply-title small a:active {
	color: #394d80;
}

.comment-navigation {
	margin-bottom: 40px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.comment-navigation .nav-next a {
	position: relative;
	float: right;
	padding-right: 15px;
	display: block;
}

.comment-navigation .nav-previous a {
	position: relative;
	float: left;
	padding-left: 15px;
	display: block;
}



/* ------ 16. ICONS & BUTTONS ------ */

button,
input[type='submit'],
.button {
	background: #ae996e;
	border: 0 none;
	color: #ffffff;
	display: block;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 200px;
	
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	   		box-sizing: content-box;
			
	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	   		transition: background-color .3s;
}

button:hover,
input[type='submit']:hover,
.button:hover {
	color: #ffffff;
}

button:hover,
input[type='submit']:hover,
.button:hover,
.button-options:hover {
	text-decoration: none;
	background: #1d1d1b;	
}

button:active,
input[type='submit']:active,
.button:active,
.button-options:active {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	
	-webkit-transition: background-color .05s;
	   -moz-transition: background-color .05s;
	   		transition: background-color .05s;
}

button.success,
input[type='submit'].success,
.button.success,
button.success:hover,
input[type='submit'].success:hover,
.button.success:hover,
button.success:active,
input[type='submit'].success:active,
.button.success:active {
	background-color: #47b259;
	border-color: #296633;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	   		box-shadow: none;
}

button.button-warn,
input[type='submit'].button-warn,
.button.button-warn {
	background-color: #f24d2c;
	border-color: #bf3d22;
}

button.button-warn:hover,
input[type='submit'].button-warn:hover,
.button.button-warn:hover {
	-webkit-box-shadow: 0 1px 0 #bf3d22;
	   -moz-box-shadow: 0 1px 0 #bf3d22;
	   		box-shadow: 0 1px 0 #bf3d22;
}

button.button-warn:active,
input[type='submit'].button-warn:active,
.button.button-warn:active {
	background-color: #bf3d22;
	
	-webkit-box-shadow: 0 1px 0 #bf3d22;
	   -moz-box-shadow: 0 1px 0 #bf3d22;
	   		box-shadow: 0 1px 0 #bf3d22;
}

.button-with-options {
	display: block;
	display: inline-block;
}

.button-with-options .button {
	border-radius: 3px 0 0 3px;
	margin-right: 1px;
	display: block;
	float: left;
}

.button-options {
	background: #000000;
	border-bottom: 1px solid #d9a300;
	border-radius: 0 3px 3px 0;
	display: block;
	float: left;
	font-size: 13px;
	width: 34px;
	height: 33px;
	margin: 3px 0;
	
	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	   		transition: background-color .3s;
}

.button-options:hover {
	background: #5695d0;
}

.button.success + .button-options,
.button.success + .button-options:hover,
.button.success + .button-options:active {
	background-color: #47b259;
	border-color: #296633;
}

.button.contact-agent.success,
#save-search-submit.success {
	cursor: default;
}

.button-options ul {
	text-align: left;
}

.box button,
.box input[type='submit'],
.box .button,
.widget button,
.widget input[type='submit'],
.widget .button,
.sub-menu button,
.sub-menu input[type='submit'],
.sub-menu .button {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.box2 button,
.box2 input[type='submit'],
.box2 .button  {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.icon {
	display: block;
	width: 16px;
	height: 20px;
	position: relative;
}

.icon-text {
	padding-left: 24px;
	position: relative;
}

span.icon-text,
a.icon-text {
	display: inline-block;
}

.icon:before,
.icon-text:before,
.icon-button:before {
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 20px;
}

.icon-button:before {
	display: inline-block;
	position: relative;
	background-position: -16px 0;
	top: 5px;
	margin-right: 10px;
}

.button-options.icon-button:before {
	left: 50%;
	top: 6px;
	margin-right: 0;
	margin-left: -8px;
}

.overlay-close.icon-button:before,
.alert-close.icon-button:before {
	top: 2px;
	left: 50%;
	margin-left: -8px;
}

.alert-close.icon-button:before {
	top: 0px;
}

.icon-search:before,
#header .sub-menu .icon-search:before {
	background-position: -16px 0;
}

.icon-button.icon-search:before,
#header .icon-search:before {
	background-position: -16px 0;
}

.icon-bath:before,
#header .sub-menu .icon-bath:before {
	background-image: url(images/icon_bath.png);
	margin-top: 3px;
}

.icon-button.icon-bath:before,
#header .icon-bath:before {
	background-position: -48px 0;
}

.icon-bed:before,
#header .sub-menu .icon-bed:before {
	background-image: url(images/icon_bed.png);
	margin-top: 5px;
	margin-left: -3px;
}

.icon-button.icon-bed:before,
#header .icon-bed:before {
	background-position: -80px 0;
}

.icon-area:before,
#header .sub-menu .icon-area:before {
	background-image: url(images/icon-size.png);
	margin-top: 3px;
}

.icon-button.icon-area:before,
#header .icon-area:before {
	background-position: -112px 0;
}

.icon-location-pin:before,
#header .sub-menu .icon-location-pin:before {
	background-position: 0 -20px;
}

.icon-button.icon-location-pin:before,
#header .icon-location-pin:before {
	background-position: -16px -20px;
}

.icon-grid:before,
#header .sub-menu .icon-grid:before {
	background-position: -32px -20px;
}

.icon-button.icon-grid:before,
#header .icon-grid:before {
	background-position: -48px -20px;
}

.icon-list:before,
#header .sub-menu .icon-list:before {
	background-position: -64px -20px;
}

.icon-button.icon-list:before,
#header .icon-list:before {
	background-position: -80px -20px;
}

.icon-mail:before,
#header .sub-menu .icon-mail:before {
	background-position: -96px -20px;
}

.icon-button.icon-mail:before,
#header .icon-mail:before {
	background-position: -112px -20px;
}

.icon-twitter:before,
#header .sub-menu .icon-twitter:before {
	background-position: 0px -40px;
}

.icon-button.icon-twitter:before,
#header .icon-twitter:before {
	background-position: -16px -40px;
}

.icon-facebook:before,
#header .sub-menu .icon-facebook:before {
	background-position: -32px -40px;
}

.icon-button.icon-facebook:before,
#header .icon-facebook:before {
	background-position: -48px -40px;
}

.icon-phone:before,
#header .sub-menu .icon-phone:before {
	background-position: -64px -40px;
}

.icon-button.icon-phone:before,
#header .icon-phone:before {
	background-position: -80px -40px;
}

.icon-star:before,
#header .sub-menu .icon-star:before {
	background-position: -96px -40px;
}

.icon-button.icon-star:before,
#header .icon-star:before {
	background-position: -112px -40px;
}

.icon-ok:before,
#header .sub-menu .icon-ok:before {
	background-position: 0px -60px;
}

.icon-button.icon-ok:before,
#header .icon-ok:before {
	background-position: -16px -60px;
}

.icon-close:before,
#header .sub-menu .icon-close:before {
	background-position: -32px -60px;
}

.icon-button.icon-close:before,
#header .icon-close:before {
	background-position: -48px -60px;
}

.icon-more:before,
#header .sub-menu .icon-more:before {
	background-position: -64px -60px;
}

.icon-button.icon-more:before,
#header .icon-more:before {
	background-position: -80px -60px;
}

.icon-tools:before,
#header .sub-menu .icon-tools:before {
	background-position: -96px -60px;
}

.icon-button.icon-tools:before,
#header .icon-tools:before {
	background-position: -112px -60px;
}

.icon-add:before,
#header .sub-menu .icon-add:before {
	background-position: 0px -80px;
}

.icon-button.icon-add:before,
#header .icon-add:before {
	background-position: -16px -80px;
}

.icon-pages:before,
#header .sub-menu .icon-pages:before {
	background-position: -32px -80px;
}

.icon-button.icon-pages:before,
#header .icon-pages:before {
	background-position: -48px -80px;
}

.icon-menu:before,
#header .sub-menu .icon-menu:before {
	background-position: -96px -80px;
}

.icon-button.icon-menu:before,
#header .icon-menu:before {
	background-position: -112px -80px;
}

.icon-mobile:before,
#header .sub-menu .icon-mobile:before {
	background-position: 0 -100px;
}

.icon-button.icon-mobile:before,
#header .icon-mobile:before {
	background-position: -16px -100px;
}

.icon-arrow-down:before,
#header .sub-menu .icon-arrow-down:before {
	background-position: -32px -100px;
}

.icon-button.icon-arrow-down:before,
#header .icon-arrow-down:before {
	background-position: -48px -100px;
}

.icon-calendar:before,
#header .sub-menu .icon-calendar:before {
	background-position: -64px -100px;
}

.icon-button.icon-calendar:before,
#header .icon-calendar:before {
	background-position: -80px -100px;
}

.icon-agent:before,
#header .sub-menu .icon-agent:before {
	background-position: -96px -100px;
}

.icon-button.icon-agent:before,
#header .icon-agent:before {
	background-position: -112px -100px;
}

.icon-category:before,
#header .sub-menu .icon-category:before {
	background-position: 0 -120px;
}

.icon-button.icon-category:before,
#header .icon-category:before {
	background-position: -16px -120px;
}

.icon-comment:before,
#header .sub-menu .icon-comment:before {
	background-position: -32px -120px;
}

.icon-button.icon-comment:before,
#header .icon-comment:before {
	background-position: -48px -120px;
}

.icon-home:before,
#header .sub-menu .icon-home:before {
	background-position: -64px -120px;
}

.icon-button.icon-home:before,
#header .icon-home:before {
	background-position: -80px -120px;
}

.icon-login:before,
#header .sub-menu .icon-login:before {
	background-position: -96px -120px;
}

.icon-button.icon-login:before,
#header .icon-login:before {
	background-position: -112px -120px;
}

.icon-heart:before,
#header .sub-menu .icon-heart:before {
	background-position: 0 -140px;
}

.icon-button.icon-heart:before,
#header .icon-heart:before {
	background-position: -16px -140px;
}

.spinner {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}

.spinner.small {
	background: url(images/spinner-small.png) 0 0 no-repeat;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 17px;
}

.spinner.big {
	background: url(images/spinner-big.png) 0 0 no-repeat;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 21px;
}

button .spinner.small,
.button .spinner.small {
	background-image: url(images/spinner-small-white.png);
}

button .spinner.big,
.button .spinner.big {
	background-image: url(images/spinner-big-white.png);
}

.icon-button.loading:before,
.icon-text.loading:before,
.icon.loading:before {
	display: none;
}

button .spinner.small,
.button .spinner.small {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 0;
	margin: 0 10px 0 0;
}

.icon-text .spinner.small,
.icon .spinner.small {
	display: block;
	left: 0;
	margin-left: 0;
}



/* ----------- 17. FORMS ----------- */

input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button {
	*overflow: visible;
	margin: 0;
	vertical-align: middle;
}

input {
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type='search'] {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	   		box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

fieldset {
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
div.selector,
textarea {
	background: #ffffff;    /* ---  background: #f5f5f5; --- */
	border: 0 none transparent;
	border-radius: 0;
	color: #4c4c4c;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	height: 34px;
	line-height: 33px;
	padding: 0 15px;
	margin: 3px 0 23px;
	width: 100%;
	min-height: 33px;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
	
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	   		text-shadow: none;
	
	-webkit-appearance: none;
}

input:hover,
textarea:hover,
div.selector.hover {
	-webkit-box-shadow:  0 #cccccc;
	   -moz-box-shadow:  0 #cccccc;
	   		box-shadow:  0 #cccccc;
}

input:focus,
textarea:focus,
div.selector.focus {
	border-color: #afafaf;
	outline: none;
	
	-webkit-box-shadow: 0 #afafaf;
	   -moz-box-shadow: 0 #afafaf;
	   		box-shadow: 0 #afafaf;
}

.box input[type="text"],
.box input[type="email"],
.box input[type="search"],
.box input[type="password"],
.box input[type="url"],
.box input[type="number"],
.box div.selector,
.box textarea,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="search"],
.widget input[type="password"],
.widget input[type="url"],
.widget input[type="number"],
.widget div.selector,
.widget textarea,
.alert input[type="text"],
.alert input[type="email"],
.alert input[type="search"],
.alert input[type="password"],
.alert input[type="url"],
.alert input[type="number"],
.alert div.selector,
.alert textarea,
.ol-form input[type="text"],
.ol-form input[type="email"],
.ol-form input[type="search"],
.ol-form input[type="password"],
.ol-form input[type="url"],
.ol-form input[type="number"],
.ol-form div.selector,
.ol-form textarea {
	background: #ffffff;
	border: #e7e7e7 1px solid;
}


.box2 input[type="text"],
.box2 input[type="email"],
.box2 input[type="search"],
.box2 input[type="password"],
.box2 input[type="url"],
.box2 input[type="number"],
.box2 div.selector,
.box2 textarea {
	background: #ffffff;
	border: #e7e7e7 1px solid;

}

input.error,
textarea.error,
div.selector.error {
	border-color: #f24d2c;
}

input[disabled="disabled"],
textarea[disabled="disabled"],
button[disabled="disabled"] {
	opacity: 0.5;
	cursor: default;
}

input:last-child,
input[type="text"]:last-child,
input[type="email"]:last-child,
input[type="search"]:last-child,
input[type="password"]:last-child,
input[type="url"]:last-child,
input[type="number"]:last-child,
div.selector:last-child,
input.ui-autocomplete-input,
textarea:last-child {
	margin-bottom: 3px;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
}

textarea {
	height: 152px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

::-webkit-input-placeholder {
   color: #a6a6a6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {  
   color: #a6a6a6;  
}

input:-ms-input-placeholder {  
   color: #a6a6a6;  
}

.placeholder,
div.selector.placeholder span {
	color: #a6a6a6;
}

.input-prepend,
.input-append {
	position: relative;
}

.input-prepend input,
.input-prepend input[type="text"],
.input-prepend input[type="email"],
.input-prepend input[type="search"],
.input-prepend input[type="password"],
.input-prepend input[type="url"],
.input-prepend input[type="number"] {
	padding-left: 38px;
}

.input-append input,
.input-append input[type="text"],
.input-append input[type="email"],
.input-append input[type="search"],
.input-append input[type="password"],
.input-append input[type="url"],
.input-append input[type="number"] {
	padding-right: 38px;
}

.input-prepend .add-on,
.input-append .add-on {
	position: absolute;
	top: 7px;
	left: 15px;
	z-index: 3;
}

.input-append .add-on {
	left: auto;
	right: 15px;
}

select {
	width: 100%;
}

label {
	color: #4c4c4c;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

form label.hidden {
	display: none;
}

label:last-child {
	margin-bottom: 0;
}

label.checkbox-parent,
label.radio-parent {
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	color: inherit;
}

label.checkbox-parent.checked,
label.radio-parent.checked {
	color: #4c4c4c;
}

.form-actions {
	margin-top: 20px;
}

.form-allowed-tags,
.form-allowed-tags code,
.description {
	color: #a6a6a6;
	font-size: 12px;
}

div.selector {
	display: block;
	opacity: 1;
	overflow: hidden;
	padding-right: 44px;
	position: relative;
}

div.selector:before {
	background: transparent url(images/select-background.png) no-repeat;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 34px;
}

div.selector span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
	border: none;
	background: none;
	margin: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.selector.disabled {
	opacity: .6;
}

/* Checker & Radio */

div.checker,
div.radio {
	display: block;
	float: left;
	position: relative;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	margin-top: 2px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

div.radio,
div.radio span {
	border-radius: 10px;
}

div.checker {
	border-radius: 3px;
}

div.checker span,
div.radio span {
	display: block;
	position: relative;
}

div.checker span {
	background: #ffffff url(images/icons.png) -9999em -9999em no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 1px;
	margin-top: 1px;
}

div.radio span {
	width: 8px;
	height: 8px;
	margin: 2px 0 0 2px;
}

div.radio.hover span,
div.radio:hover span {
	background-color: #f2f2f2;
}


div.radio.active span,
div.radio:active span {
	background-color: #d9d9d9;
}

div.radio span.checked {
	background: #ae996e;
}

div.checker.hover span,
div.checker:hover span,
div.checker.active span,
div.checker:active span {
	background-position: -83px -84px;
}

div.checker span.checked {
	background-position: -67px -84px;
}

div.checker.disabled,
div.radio.disabled {
	opacity: .6;
}

div.checker input,
div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}

.filter .small-input-wrapper {
	float: left;
	width: 45%;
}

.filter .small-input {
	margin-bottom: 3px;
	padding-right: 7px;
}

.filter .dash {
	float: left;
	line-height: 40px;
	width: 10%;
	text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	position: relative;
    right: 4px;
    margin: 0;
}

#load-search .form-actions {
	text-align: center;
}

#load-search .form-actions button,
#load-search .form-actions .load-search-manage-link {
	float: right;
	width: 159px;
}

#load-search .form-actions .load-search-manage-link {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}

#hidden-login {
	display: none;
	visibility: hidden;
}

/* jQuery UI */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}

.ui-slider {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	position: relative;
	margin: 18px 0 18px;
	text-align: left;
}

.ui-slider-horizontal {
	height: 6px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	cursor: default;
	margin-top: -15px;
	margin-left: -20px;
	cursor: pointer;
}

.ui-slider .ui-slider-handle:last-child {
	margin-left: -20px;
}



.ui-slider .ui-slider-handle:before {
	/*  background: #ffffff;  
	border: 2px solid #67e67c; 
	border-radius: 12px; */
	background-image: url(images/pino_00.png);
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: default;
	top: 8px;
	left: 10px;
}

.ui-slider .ui-slider-handle:active,
.ui-slider .ui-slider-handle:focus {
	outline: none;
}



.ui-slider-horizontal .ui-slider-range-min {
	left: 0px;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 2px;
}

.ui-slider .ui-slider-range {
	background-image: url(images/sliderbg.png);
	margin-top: -2px;
	margin-bottom: -2px;
	position: absolute;
	z-index: 1;
	display: block;
}

.ui-slider-horizontal .ui-slider-range {
	top: 1px;
	height: 6px;
}

.ui-autocomplete {
	background: #ffffff;
	border-top-width: 0;
	border-radius: 3px;
	padding-top: 41px;
	padding-bottom: 7px;
	position: absolute !important;
	max-height: 192px;
	overflow: auto;
	top: 0 !important;
	z-index: 1 !important;
	
	-webkit-box-shadow: 0 0 0 2px #e6e6e6;
	   -moz-box-shadow: 0 0 0 2px #e6e6e6;   		
	   		box-shadow: 0 0 0 2px #e6e6e6;
}

.ui-autocomplete li {
	padding: 0;
}

.ui-autocomplete li a {
	color: #a6a6a6;
	display: block;
	padding: 6px 15px;
	text-decoration: none;
}

.ui-autocomplete li a:hover,
.ui-autocomplete li a:active,
.ui-autocomplete li a.ui-state-focus {
	background: #f5f5f5;
	color: #4c4c4c;
	text-decoration: none;
}

.input-prepend .ui-autocomplete li a,
.input-append .ui-autocomplete li a {
	padding-left: 38px;
	padding-right: 38px;
}

.ui-autocomplete-input.autocomplete-opened {
	border-bottom-color: #ffffff;
	position: relative;
	z-index: 2;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	   		box-shadow: none;
}

.ui-widget :active { outline: none; }


/* Horizontal Form */

.form-horizontal .control-label,
#commentform .control-label {
	float: left;
	width: 160px;
	margin-right: 20px;
	text-align: right;
	line-height: 40px;
	margin-bottom: 0;
}

.form-horizontal .controls,
.form-horizontal .form-actions,
#commentform .controls,
#commentform .form-submit,
.form-allowed-tags,
.logged-in-as {
	margin-top: 0;
	width: 320px;
}


.xontac-left {
	float: left;
	width: 250px;
	padding-right: 26px;
	border-right:  #d8d8d8 1px dotted;
}

.xontac-form {
	margin-left: 26px;
	float: left;
}

.xontac-map {
	float: right;
	border-left:  #d8d8d8 1px dotted;
	width: 290px;
	padding-left: 26px;
}

.form-horizontal .control-group,
#commentform .control-group {
	margin-bottom: 20px;
}

.modal .control-group {
	margin-bottom: 20px;
}



/* ---------- 18. WIDGETS ---------- */

.widget {
	font-size: 13px;
}

.widget-listing-thumbnail,
.widget-listing-thumbnail img {
	border-radius: 120px;
	display: block;
}

.widget-listing-thumbnail-container {
	border: 4px solid #ffffff;
	border-radius: 120px;
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto 16px;
}

.widget-listing-slider-container {
	margin: -4px -20px 0;
}

.widget .listing {
	margin-bottom: 20px;
}

.widget .grid-view .listing-title,
.widget .grid-view .listing-location,
.widget .grid-view .listing-price {
	margin-left: 0;
	margin-right: 0;
}

.widget .grid-view .listing-price {
	font-size: 18px;
}

#wp-calendar {
	width: 100%;
	text-align: center;
}

#wp-calendar thead {
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
}

#wp-calendar th {
	padding: 10px 0;
}

#wp-calendar tbody tr td {
	padding: 5px 0;
	border-bottom: 1px dotted #d9d9d9;
}

#wp-calendar tbody tr:first-child td {
	padding: 10px 0 5px;
}

#wp-calendar tfoot td {
	padding-top: 10px;
}

.widget_recent_entries li,
.widget_recent_comments li {
	margin-bottom: 20px;
}

.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child {
	margin-bottom: 0;
}

.widget_recent_entries a,
.widget_recent_comments a {
	font-weight: bold;
}

.widget .menu li {
	margin: 0 -20px;
}

.widget .menu li a {
	color: inherit;
	display: block;
	font-weight: bold;
	padding: 3px 20px;
}

.widget .menu li.current_page_item a,
.widget .menu li a:hover {
	background: #ffffff;
	border-radius: 3px;
	color: #4c4c4c;
	text-decoration: none;
}



/* ---------- 19. MODALS ----------- */

.page-overlay {
	background-color: rgba( 0, 0, 0, .6 );
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1000;
	padding: 20px;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
	
	-webkit-transition: opacity .7s;
	   -moz-transition: opacity .7s;
	    -ms-transition: opacity .7s;
	     -o-transition: opacity .7s;
	     	transition: opacity .7s;
}

.page-overlay.overlay-hidden,
.page-overlay.overlay-hide {
	opacity: 0;
}

.modal {
	border-color: #252525;
	width: 400px;
	padding: 30px;
	max-height: 100%;
	overflow: auto;
	z-index: 901;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
	
	-webkit-box-shadow: 0 0 30px rgba( 0, 0, 0, .5 );
	   -moz-box-shadow: 0 0 30px rgba( 0, 0, 0, .5 );
	   		box-shadow: 0 0 30px rgba( 0, 0, 0, .5 );
	
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	     	transform: translateY(0);
}

/* IE8 hack */
.modal {
	max-height: 500px\9;
	overflow: scroll\9;
}

.page-overlay .modal.ready,
.page-overlay .overlay-close.ready {
	-webkit-transition: -webkit-transform .7s;
	   -moz-transition: -moz-transform .7s;
	    -ms-transition: -ms-transform .7s;
	     -o-transition: -o-transform .7s;
	     	transition: transform .7s;
}

.page-overlay.overlay-hidden .modal.positioned,
.page-overlay.overlay-hide .modal.positioned,
.page-overlay.overlay-hidden .overlay-close.positioned,
.page-overlay.overlay-hide .overlay-close.positioned {
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
	     	transform: translateY(-50px);
}

.overlay-close {
	background: #202020;
	border-radius: 30px;
	cursor: pointer;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 902;
	
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	     	transform: translateY(0);
	   		
	-webkit-box-shadow: 0 0 15px rgba( 0, 0, 0, .5 );
	   -moz-box-shadow: 0 0 15px rgba( 0, 0, 0, .5 );
	   		box-shadow: 0 0 15px rgba( 0, 0, 0, .5 );
}



/* --------- 21. DASHBOARD --------- */

.dashboard-tabs {
	margin-bottom: 20px;
}

.dashboard-tab,
.dashboard-tab:hover,
.dashboard-tab:active {
	color: #737373;
	text-align: center;
	text-decoration: none;
}

.dashboard-tab.current:hover {
	cursor: default;
}

.dashboard-tab-title {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}

.dashboard-tab-count {
	color: #a6a6a6;
	display: block;
	line-height: 60px;
	font-size: 34px;
	font-weight: bold;
}

.current .dashboard-tab-title {
	font-weight: bold;
	color: #4c4c4c;
}

.current .dashboard-tab-count {
	color: #47B259;
}

.current .dashboard-tab-title:after,
.dashboard-tab:hover .dashboard-tab-title:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(166, 166, 166, 0);
	border-top-color: #a6a6a6;
	border-width: 6px;
	left: 50%;
	margin-left: -6px;
}

.dashboard-tab.current .dashboard-tab-title:after {
	border-color: rgba(76, 76, 76, 0);
	border-top-color: #4c4c4c;
}

.user-searches {
	list-style: none;
	margin: 0;
	padding: 0;
}

.user-search {
	background: #f5f5f5;
	border-bottom: 2px solid #e6e6e6;
	line-height: 34px;
	padding: 12px 20px;
	margin: 0;
}

.user-search:first-child {
	border-radius: 3px 3px 0 0;
}

.user-search:last-child {
	border-radius: 0 0 3px 3px;
	border-bottom-width: 0;
}

.user-search:hover {
	background: #ffffff;
}

.user-search-title {
	float: left;
}

.button.user-search-button {
	display: none;
	float: right;
	margin: 0 0 0 15px;
}

.user-search-remove {
	display: none;
	float: right;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
}

.user-search:hover .user-search-remove,
.user-search:hover .user-search-button {
	display: inline-block;
}

.dashboard-profile-card {
	position: relative;
	padding-left: 100px;
}

.dashboard-profile-card .avatar {
	border-radius: 80px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
}

.dashboard-profile-card .avatar img {
	border-radius: 80px;
}

.dashboard-user-details {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}

.dashboard-user-details li {
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}

.dashboard-user-details li:first-child {
	margin-left: 0;
}

.dashboard-username {
	line-height: 40px;
	font-size: 24px;
	margin-bottom: 0;
}

.dashboard-user-email {
	color: #a6a6a6;
}


/* ------------ 21. MISC ----------- */

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.js-ready .hidden-js {
	display: none;
}

.visible-js {
	display: none !important;
}

.js-ready .visible-js {
	display: block !important;
}

.content-image {
	margin-bottom: 20px;
}

.aligncenter,
.aligncenter img {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignleft,
.alignleft img {
	float: left;
	margin-right: 20px;
}

.alignright,
.alignright img {
	float: right;
	margin-left: 20px;
}

.always-h {
	display: none !important;
}

.but-color{
	padding: 7px 25px;
	height:50px;
	color:#ffffff;	
	font-size: 12px;
	text-shadow: 0 0 0;
	border-radius: 3px;
}

.but-color.blue {
	background:#0e76b8;
	border-radius: 3px;
	border:solid 1px #126ba4; 
}

.but-color.blue:hover{

}

.but-color.blue:visited{color:#fff;}



.impressao {
	border-bottom: 1px  solid #d8d8d8;
	padding: 3px 0 3px 0;
	font-size: 12px;
	color: #737373;
	margin-bottom: 18px; }
	
.impressao a {
	color: #737373;
	text-decoration: none;
 }
 
 .impressao a:hover {
	color: #006eaa;
	text-decoration: none;
 }

/* Property Detail */
#property-detail { margin-bottom: 20px;  }
#property-detail ul.box_text{ margin:0px!important; padding:0px!important;  }
#property-detail ul.box_text li{ border:0px!important; border-bottom:1px solid #e9e8e8!important;  padding:4px 0px!important; margin:0px!important; font-size:11px; color:#7e7e7e; list-style-type:none; text-align:left!important; font-weight:normal; display:block; float:left; width:620px; }
#property-detail ul.box_text .left{ font-weight:bold; width:144px; float:left; }
#property-detail ul.box_text .right{ width:476px; float:right; }

#property-detail .one_half{ width:320px; margin:0px; }
#property-detail .one_half ul.box_text li{ float:none; width:auto;}
#property-detail .one_half{margin-right:40px; float:left; }


.post-header {
	border-bottom: #515151 1px solid;
	margin-bottom: 25px;
 }
 
	
.sharetab1 {
	float: left;
	width: 200px;
 }
 
 .sharetab2 {
 	float: right;
	width: 300px;
 }
 
  #listcolone {
float:left;
list-style-type:none;
width: 247px;
margin-bottom: 23px;
margin-top: 15px; }

#listcoltwo {
float:left;
list-style-type:none;
width: 246px; 
margin-bottom: 23px; 
margin-top: 15px; }

#listcolthree {
float:left;
list-style-type:none;
width: 247px; 
margin-bottom: 23px; 
margin-top: 15px; }
 
#listcolone li {
border-bottom: #e9e8e8 1px solid;
padding: 5px 0 5px 0;
margin-right: 25px;
}

#listcoltwo li {
border-bottom: #e9e8e8 1px solid;
padding: 5px 0 5px 0;
margin-right: 25px;
}

#listcolthree li {
border-bottom: #e9e8e8 1px solid;
padding: 5px 0 5px 0;
}

.listcontent {
margin: 0 0 13px 0;
padding-bottom: 4px;
font-size: 13px;
font-weight: bold;
color: #4c4c4c;
border-bottom: #d8d8d8 1px solid;
}


.topo  {
	height: 27px;
	padding-top: 5px;
	float: right;
	width: 300px;
}

.intopo  {
	font-family: "calibri";
	padding-top: 2px;
	color: #f6f6f6;
	font-size: 14px;
}

.intopo a {
	color: #a3a3a3;
	text-decoration: none;
 }
 
.pesquisa {
	padding-top: 40px;
	color: #000000;
	font-size: 14px;
	width: 700px;
	float: right;
}
 
.topo-alignleft {
	float: left;
	margin-bottom: 13px;
}

.topo-alignright {
	float: right;
	margin-bottom: 13px;
}

.caixa-menu {
	background: #006eaa;
}


.printhead {
	float:right;
	display: none;
}

.footprnt {
	display: none;
}

#tugamos {
	font-size: 14px;
	font-family: "Open Sans";
	text-transform: uppercase;

}


.tablex td {
	background: #006eaa;
	margin: 15px;
	height: 110px;
	border: 14px solid #f3f3f3;
	vertical-align: middle;
	color:#FFFFFF;
	font-weight: bold;
	width: 33%;
	padding-left: 12px;
	padding-right: 12px;
}

ul.listas {
	list-style-image: url('images/sqli.jpg');
	margin-left: 20px;
}

li.listas {
  line-height:2.0em;
  list-style-image: url('/images/sqli.jpg');
  margin-left: 20px;
}

/* ------------  Imoveis Relacionados ----------- */
.tostas {
	float: left;
	margin: 40px 17px 50px 0;
	font-size: 15px;
	color: #4C4C4C;
	font-weight: bold;
	text-align: center;
	width: 342px;
}

.tostas img {
	margin-bottom: 10px;
}

.tostas a {
	font-size: 15px;
	line-height: 20px;
	color: #4C4C4C;
	font-weight: bold;
	padding-top: 20px;
}

.tostas:last-child {
	float: right;
	margin-right: 0px;
}

.similar-imoveis { margin-top: 30px; }

/* ------------  Carateristicas de imoveis  ----------- */
ul.limheight  {
    list-style-type: square;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

li.listing-features-item {
  line-height:2.0em;
  list-style-image: url('/wp-layercake/tick.png');
  margin-left: 20px;
}

/* ------------  404 Error Page  ----------- */
.pnfound-title { 
	color: #2e2b28;
	font-size: 55px;
	margin-top: 95px;
	margin-bottom: 70px;
	}
	
.pnfound-text { 
	font-size: 17px;
	line-height: 26px;
	}

.pnfound-text2 { 
	margin: 40px 0 60px 0;
	}

.pnfound-link {
    background: #ffffff;
	color: #ae996e;
	font-weight: bold;
	font-size: 15px;
	padding: 12px 25px;
    border: 2px solid #ae996e;
	border-radius: 4px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.pnfound-link:hover {
	background: #ae996e;
	color: #ffffff;
    text-decoration: none;
}

.optadic {
	top: 6px;
 	right: 6px;
   	position: absolute;
	background: #ae996e;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	padding: 0 4px 0 4px;
}

.optadic:empty {
  display:none;
}

.widget-slide {
	margin-top: 20px;
}

.blog-loop {
	width: 235px;
	float: left;
	margin-left: 40px;
}

.blog-loop img {
	border-radius: 3px 3px 0 0;
}

.blog-loop-text {
	background: #ffffff;
	border-radius: 0 0 3px 3px;
	border-bottom: 1px solid #e7e7e7;
}

.blog-price {
font-size: 16px;
font-weight: bold;
color: #006eaa;
text-align: center;
padding-bottom: 20px;
}

.blog-loop-title {
color: #4c4c4c;
font-weight: bold;
font-size: 15px;
padding: 15px;
text-align: center;
}

.blog-loop-title a {
color: #4c4c4c;
}

.menutopo {
	padding-top: 37px;
	float: right;
}

.menutopo a {
	color: #666666;
	text-decoration: none;
}

.menutopo2 a {
	color: #272727;
	text-decoration: none;
}

.menutopo2 a:active {
	color: #272727;
	text-decoration: none;
}

.contacto-imovel {
	color: #ffffff;
	font-weight: bold;
}

.contactos-imovel {
	color: #ffffff;
}


/* --
.pesquisa-home select {
   background: #ffffff;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   } 
-- */

.modulo-certificacao  {

}

.modulo-certificacao-1  {
width: 25%;
float: left;
margin-bottom: 40px;
padding-top: 3px;
}

.modulo-certificacao-2  {
width: 75%;
float: left;
margin-bottom: 40px;
}
   
   
 .pesquisa-home2 {
   width: 400px;
   height: 40px;
   overflow: hidden;
   background: #ffffff;
   float: left;
   }
   
.pesquisa-home {
   width: 206px;
   height: 40px;
   overflow: hidden;
   background: #ffffff;
   float: left;
   margin-left: 6px;
   }
   
.pesquisa-home selector fixedWidth {
   width: 206px;
   height: 34px;
   overflow: hidden;
   background: #ffffff;
   border: 1px solid #000;
   }
   
#bloco-titulo {
   background: #2e2b28;
   padding: 13px 0 19px 0;
   margin-bottom: 20px;
   }
   
#bloco-titulo h2 {
    width: 100%;
    float: left;
    color: #ffffff;
	margin-bottom: 0;
}
   
#bloco-titulo2 {
   background: #2e2b28;
   padding: 26px 0 10px 0;
   }
   
.breadcrumb {
    padding: 11px 0 25px 0;
	color: #fff;
    list-style: none;
	width: 40%; 
	float: left;
	font-size: 14px;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}
   
	
.fc-form div.selector {
	border: #dddddd 1px solid;
	background-color: #fafafa;
	border-radius: 2px;
	color: #9d9d9d;
	margin-bottom: 10px; }

	
.fc-form .selector {
	border: #dddddd 1px solid;
	background-color: #fafafa;
	border-radius: 2px;
	color: #9d9d9d;
	margin-bottom: 10px; }
	

.formcraft-css .fc-form .heading-cover  { 
	background: url("/wp-layercake/linebg2.png") center no-repeat;
	margin: 0 0 10px 0;
 }
 
 .separador {
    border-top: #eaeaea 1px solid;
    padding-top: 30px;
    margin-top: 35px;
}

 .separador2 {
    border-top: #eaeaea 1px solid;
    padding-top: 20px;
    margin-top: 12px;
}

.phone-bottom {
}

.logo-bottom {
    margin: 0;
    background-image: url(images/logo_bottom.png);
    background-repeat: no-repeat;
	padding-left: 150px;
}

.logo-bottom-1 {
    color: #ae996e;
    font-weight: bold;
    font-size: 18px;
    display: block;
    height: 8px;
	padding-top: 10px;
}

.logo-bottom-2 {
    color: #fff;
    font-size: 15px;
    display: block;
}

.phone-bottom-1 {
	color: #ae996e;
    font-weight: bold;
    font-size: 18px;
    display: block;
    height: 8px;
	padding-top: 10px;
}

.phone-bottom-2 {
    color: #fff;
    font-size: 15px;
    display: block;
}
 
.box-servicos {
    background: #cccccc;
    width: 100%;
    color: #131313;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.agendar-reuniao {
    float: right;
    background: #ae996e;
    padding: 7px 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 31px 0 0 50px;
}

.agendar-reuniao:hover {
	background: #2e2b28;
	color: #ffffff;
    text-decoration: none;
}

 /* ------------  Slider Flex ----------- */
 
 /* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
}


.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #b3b3b3;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #4c4c4c;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}




/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.cookieinfo {
  background-color: rgba(0, 0, 0, 0.75);
}


/* ------------  Pagina Consultor 1.3.1 ----------- */

.author #header {
	padding-bottom: 0 !important;
}

.pos_agente-top {
	background: url(https://www.imospot.com/cdn/bg.jpg) repeat-x;
}

.pos_agente-left {
	margin: 55px 0 0 0;
	max-width: 40%;
	float: left;
}

.pos_agente-left img {
	border-radius: 4px;
}

.pos_agente-right {
	margin: 55px 0 0 0;
	width: calc(60% - 70px);
	float: left;
	padding-left: 70px;
}

.pos_agente-funcao {
	font-weight: bold;
    font-size: 16px;
    color: #fb1367;
}

.pos_agente-descricao {
    padding-top: 20px;
}

.pos_agente-100 {
    float: left;
    padding: 15px 0 42px 0;
	border-bottom: #e4e4e4 1px solid;  /*#eeeeee */ 
	width: 100%;
}

.pos_agente-50 {
    float: left;
    width: 50%;
	margin-top: 25px;
}

.pos_agente-button {
    float: left;
    padding: 0 50px;
    border-radius: 4px;
    line-height: 38px;
    color: #505050; 
    margin-top: 35px;
    text-decoration: none;
    border: 1px solid;
    border-color: #e4e4e4; /*#eeeeee */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	margin-right: 10px;
}

.pos_agente-button:hover {
    background: #333333; /*alterado conforme cliente */
	color: #ffffff;
	border-color: #333333; /*alterado conforme cliente */
    text-decoration: none;
}

.pos_agente-social-url {
    float: left;
    width: 38px !important;
    height: 38px!important;
    text-align: center;
	font-size: 18px!important;
    line-height: 38px!important;
    border-radius: 4px;
    color: #505050;
    margin-top: 35px;
    text-decoration: none;
    border: 1px solid;
    border-color: #e4e4e4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	margin-right: 10px;
}

.pos_agente-social-url:hover {
    background: #e7e7e7;
	color: #505050;
    text-decoration: none;
}

h1.pos_agent-card-name {
    font-size: 33px;
    line-height: 35px;
    font-weight: bold;
	margin-bottom: 4px;
}

.pos_agente-info {
    font-weight: 600; /* 500 */
    color: #000;
}

.pos_consultor {
	text-align: center;
    padding: 70px 0 50px 0;
	font-size: 30px;
}
	
@media (max-width: 767px) {

		.pos_agente-left {
			margin: 40px 0 0 0;
			max-width: 100%;
			float: left;
		}
		
		.pos_agente-right {
			margin: 45px 0 0 0;
			width: 100%;
			float: left;
			padding-left: 0;
			text-align: center;
		}
		
		.pos_agente-contact {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-align: center;
			align-items: center;
			-ms-flex-pack: center;
			justify-content: center;
		}
}
