/*
Theme Name: ImoStartPro
Theme URI: http://www.imospot.com
Description: Real Estate core framework.
Author: ImoSpot Pro
Author URI: http://www.imospot.com
*/



/* 1. CSS RESET  | v2.0 */
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: #fafafa;
	color: #838383;
	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;
}

h1 {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 2px;
}

h1.single-listing-title,
h1.post-title,
h1.agent-single-name {
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	text-align: left;
	font-family: "roboto";
}

h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 3px;
}

h3 {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
	margin-bottom: 15px;
	color: #fbbb1d;
}

h5.consultor {
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}

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;
}

.subtitle {
	font-size: 18px;
    font-weight: 300;
    text-align: center;
	color: #838383;
}

.subtitle2 {
	font-size: 18px;
    font-weight: 300;
    text-align: left;
	color: #838383;
	margin-bottom: 37px;
}

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-image: url('images/tick.png');
	margin-left: 20px;
	line-height: 27px;
}

ol {
	list-style-type: decimal;
}

.container {
	margin: 0 auto;
	width: 1060px;
	*zoom: 1;
	position: relative;
}

.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: 380px;
	margin-left: 15px;
	}

.span5 {
	width: 385px;
}

.span15 {
	width: 275px;
}

.span4 {
	width: 326px;
}

.span3 {
	width: 235px;
}

.span3a {
	width: 206px;
	margin-left: 6px;
}

.span3b {
	width: 350px;
}

.span13 {
	width: 255px;
}

.span14 {
	width: 280px;
}

.span2 {
	width: 130px;
}

.span22 {
	width: 280px;
}

.span1 {
	width: 45px;
}

.center-item {
	width: 1060px !important;
    margin: auto !important;
}

.current-page-item {
	font-weight: bold;
}

.more {
	position: relative;
	line-height: 35px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "roboto";
}

.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 {
	text-align: center;
	background: #000000;
}

#header.has-login-widget {
	padding-top: 30px;
	padding-bottom: 30px;
}

.author #header {
	background-size: auto 100%;
}

#header a,
#header a:active {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#header .container {
	position: relative;
	z-index: 20;
}

#logo {
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
    padding-bottom: 10px;
}

#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;
}


#header.has-login-widget nav {
	float: left;
}

#top-login,
#top-user-profile {
	float: right;
}

#top-menu,
#top-login {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "roboto";

}

#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: 0 0 0 37px;
}

#top-menu li::before {

}


#top-menu li:first, {
	border-left: #0387c8 1px solid;
}

#top-login li {
	white-space: normal;
}

#top-menu > li > a,
#top-login > li > a,
#top-user-profile > li > a {
	display: block;
	line-height: 24px;
	padding: 20px 0 10px 0;
}

#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 {
  	background-image: url(images/caret.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 20px 0 10px 0;
}

#top-menu > li:last-child {
}

#top-login > li,
#top-user-profile > li {
	margin-left: 0;
	margin-right: -12px;
}

#header .parent:after {
}

#header .sub-menu {
	text-align: left;
	font-weight: bold;
}

#header .parent:hover > .sub-menu {
	top: 32px;
	margin-left: 30px;
}

#header .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 {
	display: block;
	
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	   		text-shadow: none;
}

#header .sub-menu {
	color: #737373;
	left: -65px;
	margin-top: 20px;
}


#header .sub-menu a {
	color: #737373;
	left: -65px;
}


#header .sub-menu a:hover,
#header .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;
}

.search-properties-form {
	border: solid 5px rgba(255,255,255,.5);
	background: #fff;
    background-clip: border-box;
	-webkit-border-radius: 37px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 37px;
	-moz-background-clip: padding;
	border-radius: 37px;
	background-clip: padding-box;
	/* overflow: hidden; */
}

/* ----------- 4. FOOTER ----------- */




.mod-recrutamento {
	background-image: url(images/background-4.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 540px;
	margin-top: 20px;
}

.mod-recrut-title {
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 55px;
	text-align: center;
	padding-top: 150px;
}

.accent-color {
	color: #fbbb1d;
}

.mod-recrut-content {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
}

.mod-recrut-link {
	background: #fbbb1d;
	padding: 12px 46px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 15px;
	font-family: poppins;
	font-weight: 400;
	margin-right: 10px;
}

.mod-recrut-link:hover {
    background: #000000;
	color: #ffffff;
    text-decoration: none;
}







.mod-recrut-link2 {
	background-color: transparent;
    padding: 10px 46px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fbbb1d;
    font-size: 15px;
    font-family: poppins;
    font-weight: 400;
    border: 2px solid #fbbb1d;
	-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;
	margin-left: 10px;
}
.mod-recrut-link2:hover {
    background: #fbbb1d;
	color: #ffffff;
    text-decoration: none;
}

.mod-recrutb {
	padding-top: 67px;
}


#footer {
	background: #000000;
	color: #fff;
	font-size: 13px;
	padding-bottom: 14px;
	border-top: #2c2c2c 1px solid;
}

#footer .container {
	padding: 5px 0 6px 0;
	position: relative;
	font-size: 15px;
}

#footer a {
	color: #a6a6a6;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#footer a:active {
	color: #a6a6a6;
}

#footer nav {
	font-weight: bold;
	padding-right: 10px;
}

#footer nav li {
	display: inline;
}

#footer nav li:first-child:before {
	content: "";
	display: none;
}

#footer .copyright-notice {
	padding: 12px 0 12px 0;
	background: #171717;
	color: #636363;
	
}

.footer-services  {
	margin: auto;
	background: #000000;
	width: 100%;

}

.footer-services2  {
	margin: auto;
	width: 100%;
}

.footer-services3  {
	margin: auto;
	background: #ffffff;
	width: 100%;
}

.footer-single3  {
	margin: 20px auto auto auto;
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #dddddd;
}

.footermenu  {
	width: 1060px;
	padding-top: 30px;
	margin: auto;
	color: #b69961;

}

.footleft2 {
	float:left;
	width: 65%;
	color: #959595;
    padding: 15px 0 22px 0;
}

.footleft {
	float:left;
	width: 75%;
	color: #a6a6a6;
	padding-top: 14px;
}

.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: #283356;
	font-weight: normal;
}



.footright {
	float:right;
	width: 25%;
	color: #a6a6a6;
	padding: 10px 0 3px 0;
	text-align: right;
}

.footright2 {
	float: right;
    text-align: right;
    width: 25%;
    padding: 30px 0 22px 0;
}



/* ----------- 5. TOOLBAR ---------- */

#toolbar,
.map-view .ajax-pagination-container {
	font-size: 15px;
	line-height: 20px;
	margin-left: 275px;
}

#toolbar {
	height: 35px;
	margin-top: 35px;
	border-bottom: 1px solid #dddddd;
}

#toolbar.fixed {
	position: fixed; 
	top: 0;
	z-index: 999;
	display: none;
}

.listing-browser-search {
	margin-top: -70px;
	/* border-right: #CCCCCC 1px solid;  */
}

.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:#4c4c4c;
	position: relative;
}

#toolbar #results-count-container .results-count.no-results {
	color: #fe0000;
}

#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;
	border-radius: 3px;
	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 7px rgba( 0, 0, 0, .4 );
	   -moz-box-shadow: 0 2px 7px rgba( 0, 0, 0, .4 );
	   		box-shadow: 0 2px 7px 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;
	position: relative;
}

.lgshadow {
	position: absolute;
    top: 0;
    left: -47px;
	width: 356px;
	height: 45px;
	background: url("images/logobg.png") no-repeat;
}

.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;
}

.widget,
.alert,
.ol-container,
.ol-notice {
	background: #ffffff;
	/* border-bottom: 1px solid #e7e7e7; */
	border-radius: 3px;
	padding: 20px 20px 19px;
	margin-bottom: 20px;

}

.box {
	background: #ffffff;
	border: #e9e9e9 2px solid;
	padding: 0 0 19px;
	margin-bottom: 20px;
}


.box2 {
	background: #fafafa;
    padding: 16px 20px 19px;
    margin-bottom: 20px;
    max-width: 195px;
    border: #e7e7e7 1px solid;
    border-radius: 0;
}

.box4 {
	background: #fdfdfd url("images/boxbg.jpg") repeat-x;
	padding: 13px 20px 19px;
	margin-bottom: 20px;
	border: #e9e9e9 2px solid;
	border-radius: 2px;
}

.singlebox {
	background: #f5f5f5;
	border-bottom: 1px solid #c3c3c3;
	border-radius: 3px;
	padding: 20px 20px 19px;
	margin-bottom: 20px;

	-webkit-box-shadow: 0 2px 0 #e6e6e6;
	   -moz-box-shadow: 0 2px 0 #e6e6e6;
	   		box-shadow: 0 2px 0 #e6e6e6;

}

.box3 {
	border-radius: 3px;
	padding: 20px 0 10px 0;
	margin-bottom: 10px;

}

.ol-notice {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	   		box-shadow: none;
}

.box:last-child,
.box2:last-child,
.singlebox:last-child,
.box3: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: #222222;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: #e7e7e7 1px solid;
}

.box-divider,
.widget-divider,
.alert-divider {
	background: #e6e6e6;
	margin: 19px 0 19px;
	width: 100%;
	height: 2px;

}

.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;
}

.singlebox ul {
	list-style-type: none;
	margin: 0;
}

.box3 ul {
	list-style-type: none;
	margin: 0;
}

.box ol,
.widget ol {
	list-style-position: inside;
	margin: 0;
}

.box2 ol,
.singlebox {
	list-style-position: inside;
	margin: 0;
}


.box3 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: #b3b3b3;
	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: 1;
}

.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: 26px;
	overflow: hidden;
}

.single-listing-gallery-thumbs .slides > li {
	background: #000000;
	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 {
	background-image: url(images/bg-3.jpg);
	height: 720px;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 0 10px 0;
	position: relative;
	z-index: 1;


}


#testx {
	color: #94c500;

	margin-top: 500px;

	    z-index: 10;
}

#navi {
}

.searchfeat {
position: absolute;
top: 61%;
width: 100%;
float: left;
}

.searchfeat2 {
margin: auto;
width: 1060px;
}

.searchbar {
background:rgba(0,0,0,0.4);
margin: auto;
width: 1060px; 
margin: 0 auto;
padding: 17px 17px 0 17px;
border-radius: 3px;
}

.submit-property {
	background: #fbbb1d;
	padding: 8px 26px 8px 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	border: solid 2px #fbbb1d;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 12px;
	font-family: poppins;
	font-weight: 400;
	float: right;
}


.page-template-index-php #content.container {
	padding-top: 0;
}

.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: 30px;
	font-family: "roboto";
	line-height: 30px;
	margin: 60px auto 12px;
	text-align: center;
	color: #000;
	font-weight: 700;
	background-image: url(images/border-title.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 22px;
}

.home-featured2 {
	font-size: 30px;
	font-family: "roboto";
	line-height: 30px;
	margin: 100px auto 12px;
	text-align: left;
	color: #000;
	font-weight: 700;
	background-image: url(images/border-title.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 22px;
}

.services-text {
	margin: 25px 0 45px 0;
}

.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, .home-search-filter2 {
	/* margin-bottom: 20px; */
    margin-top: 11px;
	margin-bottom: 11px;
}

.home-search-filters-container {
	margin-left: 0;
	float: left;
	min-width: 720px;
}

.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 .form-functions2 {
	/* ------- height: 100px; ------- */	
}

#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-functions2 input[type="submit"] {
	/* display: block; */
	padding: 17px 13px 14px 12px;
    margin-bottom: 0px;
	margin-left: 6px;
	background-clip: padding-box;
    border-top-right-radius: 37px;
    border-bottom-right-radius: 37px;
}

.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;
}

.property-box-meta {
	margin: 10px;
	border-top: 2px solid #efefef;
	float: left;
	font-size: 13px;
	max-width: 330px;
}

.property-bedrooms {
    margin: 0;
    background-image: url(images/property-bedrooms.jpg);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 25px;
	float: left;
}

.property-bathrooms {
    margin: 0;
    background-image: url(images/property-bathrooms.jpg);
    background-repeat: no-repeat;
    padding-left: 25px;
	float: left;
}

.property-area {
    margin: 0;
    background-image: url(images/property-area.jpg);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 25px;
	float: left;
}

.property-box-meta-item span {
    text-transform: uppercase;
	font-size: 11px;
	color: #959595;
	font-family: 'Roboto', 'Arial', sans-serif;
	line-height: 28px;
}

.listing.grid-view {
	position: relative;
	background: #ffffff;
	margin-bottom: 40px;
}

.grid-view .box {
	border-top-width: 0;
}

.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: #fafafa;
    border: #e7e7e7 1px solid;
}

.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: 17px;
	line-height: 20px;
	margin: 0;
	color: #000000;
	font-weight: 600;
}

.grid-view .listing-title a:hover {
	color: #283356;
	text-decoration: none;
}

.list-view .listing-title {
	line-height: 20px;
	margin-bottom: 20px;
}

.listing-location {

	margin: 0 15px 16px 15px;
    font-size: 13px;
    color: #9e9e9e;
    min-height: 41px;
}

.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: 13px;
    padding-left: 15px;
    color: #fbbb1d;
    float: left;
    width: 50px;
    line-height: 20px;

}

.grid-view .listing-price2 {
	font-size: 14px;
    padding-right: 15px;
    font-weight: bold;
    color: #fbbb1d;
    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: #fbbb1d;
    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: #17151a;
	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: #fbbb1d;
    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: 20px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	margin: 9px 0 0 0;
}

.destaque2-title a {
	color: #fff;
	font-family: "roboto";
	font-weight: bold;
}

.destaque2-title a:hover {
    color: #17151a;
	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);

}


.listing-price {
	color: #000000;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
}

.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 .list-objetivo {
	float: right;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #283356;
	font-family:Arial, Helvetica, sans-serif;
}
	
.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 20px 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
	width: 740px;
    float: left;
}

.listing-meta li {
	display: inline-block;
	margin-right: 20px;
}

.listing-adress {
	background-image: url(images/Pin.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
    padding-left: 18px;
}

.propert-info {
    padding: 15px 0 30px 0;
	min-height: 60px;
}

.propert-id  {
	width: 30%;
    float: left;
}

.propert-id2  {
	width: 23%;
    float: left;
}

.content-property-info {
    padding: 10px 0 10px 10px;
}

.property-info-value {
    font-weight: 600;
    font-size: 19px;
    color: #000;
    margin-bottom: 0;
}

.property-info-title {
    font-weight: 400;
    font-size: 12px;
    color: #838383;
    text-transform: uppercase;
	line-height: 14px;
}

.propert-info>div>span {
    font-size: 21px;
    width: 54px;
    height: 54px;
    border: solid 2px #283356;
    background-color: #ffffff;
    text-align: center;
    padding-right: 0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.fa-barcode  {
	margin: 0;
	background-image: url(images/fa-barcode.jpg);
	background-repeat: no-repeat;
	background-position: 13px 13px;
	float: left;
}

.fa-bed  {
	margin: 0;
	background-image: url(images/fa-bed.jpg);
	background-repeat: no-repeat;
	background-position: 13px 13px;
	float: left;
}

.fa-bed  {
	margin: 0;
	background-image: url(images/fa-bed.jpg);
	background-repeat: no-repeat;
	background-position: 13px 13px;
	float: left;
}

.fa-bath  {
	margin: 0;
	background-image: url(images/fa-bath.jpg);
	background-repeat: no-repeat;
	background-position: 13px 13px;
	float: left;
}

.fa-area  {
	margin: 0;
	background-image: url(images/fa-area.jpg);
	background-repeat: no-repeat;
	background-position: 13px 13px;
	float: left;
}




.propert-info>div>div, .propert-info>div>span {
    display: table-cell;
    vertical-align: middle;
}

.propert-id .fa-barcode, .propert-area .fa-arrows, .propert-bedrooms .fa-hotel, .propert-bathrooms .fa-bath, .propert-garage .fa-car {
    font-family: icomoon;
}

.listing-details-container {
	overflow: hidden;
	margin: 11px 0 0 0;
	padding: 13px 0 5px 0;
	border-top: #e6e6e6 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: 20px;
	font-weight: bold;
	padding-bottom: 14px;
}

.titulo-detalhes2 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 14px;
	margin-bottom: 20px;
	border-bottom: #dddddd 1px solid;
}

#listing-detalhes2 {
float:left;
list-style-type:none;
width: 100%; 
margin-bottom: 23px;  }

dd {
    margin-bottom: 2px;
    text-align: right;
	color: #5a5a5a;
	}
	
dt {
    float: left;
	font-weight: bold;
	color: #5a5a5a;
}

.single-listing-description {
	margin: 20px 0 30px 0;
	width: 100%;
	float: left;
}

.single-listing-price {
	text-align: right;
	color: #b69961;
	padding-top: 2px;
}

.single-listing-price .listing-price {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
}

.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;
}



/* ---- 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 ----------- */

.consultor-lista {
    border-radius: 180px;
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin: auto;
    display: block;
    position: relative;
}

.consultor-lista:hover > .overlay {
    position: absolute;
    top: 0;
    width:100%;
    height:100%;
    left: 0;
}

.h_iframe {
    width: 100%;
	margin-bottom: 30px;
}

.h_iframe iframe {width:100%;}

.agent-card-infofeat {
	padding-top: 17px;
}

h3.agent-card-name {
    text-align: center;
	margin-bottom: 0;
}

h2.agent-card-name-2 {
	font-size: 20px;
	text-align: center;
	line-height: 29px;
    margin-bottom: 0;
}

h2.agent-card-name-2 a {
	color: #fbbb1d;
	text-decoration: none;
}


h2.agent-card-name-2 a:hover {
	color: #000;
	text-decoration: none;
}

.agent-single-title-2 {
	color: #a6a6a6;
	text-align:center;
}

h4.agent-card-name {
	text-align: center;
	margin-top: 20px;
}

.consultor-lista-botao {
	margin: 20px 0 80px 0;
}

ul.agents-list {
    list-style-type: none;
    margin-left: 0;
	line-height: 23px;
}



.agents-list {
	padding: 50px 0 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	list-style-type: none;
}

.agents-list:last-child {
	margin-bottom: -40px;
}

.agent-card {
	position: relative;
	margin-bottom: 47px;
	overflow: hidden;
}

.agent-card[class] {
}

.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-card-name a {
	margin: 0;
	color: #000000;
}

.agent-card-name a:hover {
	margin: 0;
	color: #94c500;
	text-decoration: none;
}

.agent-listing-mail {
	margin: 0;
	text-align: center;
}

.consultor-single {
    border-radius: 180px;
    width: 180px;
    height: 180px;
    margin: 10px auto;
	border: 2px #fbbb1d solid;
    overflow: hidden;
}

.agent-listing-phone {
	margin: 5px 0 0 0;
	text-align: center;
}

.agent-listing-location {
	margin: 20px 0 0 0;
    text-align: center;
}

.agent-listing-link {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

.agent-listing-link a {
	color: #000000;
}

.agent-card-profile-link {
	font-size: 13px;
	display: block;
}

.author #header {

}

.agentbotao  {
	width: 252px;
    margin: 50px auto;
}

.agent-single-profile-picture {
	border: 4px solid #ffffff;
	display: block;
	visibility: hidden;
	width: 160px;
	height: 160px;
	overflow: hidden;
}

#header .agent-single-profile-picture {
	position: absolute;
	display: block;
	visibility: visible;
	margin: 0;
	bottom: -210px;
	left: 30px;
}

.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 {
	padding-left: 50%;
	background-image: url(images/img-01.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 815px;
}

.service {
	font-size: 13px;
	margin-bottom: 22px;
}

.service-thumbnail {
	width: 95px;
	height: 95px;
}

.service.with-round-image {
	margin-bottom: 40px;
	overflow: visible;
}

.with-round-image .service-thumbnail {
	border-radius: 95px;
	float: left;
	margin: 0 20px 0 -5px;
}

.service-thumbnail img {
	width: 95px;
	height: auto;
}

.with-round-image .service-thumbnail img {
	border-radius: 120px;
}

.service-title {
	margin-bottom: 10px;
	font-size: 19px;
	color: #000000;
	font-family: "roboto";
}

.service-title a {
	color: #000000;
	text-decoration: none;
}

.service-title a:hover {
    color: #283356;
	text-decoration: none;
}


.service-content {
	font-size: 14px;
	font-family: "roboto";
}



/* ------------ 14. BLOG ----------- */

.blog-page-content,
.post,
.search-results .hentry {
	margin-bottom: 40px;
}

.post:last-child {
	margin-bottom: 0;
}

.post-title {
	text-align: center;
}

.blog-loop-text {
}

.blog-img {
    float: left;
    width: 240px;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;  
}

.blog-loop-title a {
    padding-top: 10px;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
}
.blog-loop-title a {
    padding-top: 10px;
    margin-top: 20px;
}

.blog-loop-title a:hover {
	color: #1b8ea8;
	text-decoration: none; }


.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 img {
	margin-bottom: 30px;
}

.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;
}



.form-newsletter  {
	position: relative;
  	display: inline-block;
	float: right;
}

.form-newsletter input[type=text] {
    width: 350px;
    padding: 18px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	font-size: 13px;
	color: #959595;
	background: #222222;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.form-newsletter input[type=text]:focus {
	border-left: 2px solid #283356;
	border-bottom: 2px solid #283356;
	border-top: 2px solid #283356;
	border-right: 2px solid #283356;
}

.form-newsletter input[type=submit] {
  position:absolute;
  width: 30px;
  height: 100%;
  top: 0px;
  right: 0px;
  border: none;
  color: white;
  background: url('https://imospot.com/develop/wp-content/themes/imostartpro/images/sendplane.png') center center no-repeat;
  display: block;
  cursor: pointer;
}



/* ------ 16. ICONS & BUTTONS ------ */

button,
input[type='submit'],
.button {
	background: #fbbb1d;
	border: 0 none;
	color: #ffffff;
	display: block;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin: 0 0 3px 0;
	overflow: hidden;
	padding: 1px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 200px;
	text-transform: uppercase;
	
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	   		box-sizing: content-box;
	   		
	-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 );
	   		
	-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 {
	background: #000000;
	text-decoration: none;
	
	-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 );
}

button:active,
input[type='submit']:active,
.button:active,
.button-options:active {
	background: #fbbb1d;
	color: #ffffff;
	text-decoration: none;
	
	-webkit-box-shadow: 0 1px 0 #fbbb1d;
	   -moz-box-shadow: 0 1px 0 #fbbb1d;
	   		box-shadow: 0 1px 0 #fbbb1d;
	   		
	-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: #fbbb1d;
	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.contact-agent {
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	padding: 6px 17px;
}

.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;
}

.box3 button,
.box3 input[type='submit'],
.box3 .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: 20px;
	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: 0 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;    
	border: 0 none transparent;
	border-right: 1px solid #cccccc;
	color: #4c4c4c;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	height: 36px;
	line-height: 33px;
	padding: 1px 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 0 0 #cccccc;
	   -moz-box-shadow: 0 0 0 #cccccc;
	   		box-shadow: 0 0 0 #cccccc;
}

input:focus,
textarea:focus,
div.selector.focus {
	border-color: #afafaf;
	outline: none;
	
	-webkit-box-shadow: 0 0 0 #afafaf;
	   -moz-box-shadow: 0 0 0 #afafaf;
	   		box-shadow: 0 0 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;
}


.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;
}

.box3 input[type="text"],
.box3 input[type="email"],
.box3 input[type="search"],
.box3 input[type="password"],
.box3 input[type="url"],
.box3 input[type="number"],
.box3 div.selector,
.box3 textarea {
	background: #ffffff;
}

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: #fbbb1d;
}

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 #d8d8d8;
	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: -16px;
	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: 9px;
	left: 11px;
}

.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: 7px;
}

.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:  #dddddd 1px dotted;
}

.xontac-form {
	margin-left: 26px;
	float: left;
}

.xontac-map {
	float: right;
	border-left:  #dddddd 1px dotted;
	width: 290px;
	padding-left: 26px;
}

.form-horizontal .control-group,
#commentform .control-group {
	margin-bottom: 20px;
}

.modal .control-group {
	margin-bottom: 20px;
}

/* ---------- WIDGET DESTAQUES ---------- */

.modulo-listing-box {
	border-bottom: #eaeaea 1px solid;
	list-style: none;
	padding: 5px 0 0 0;
	min-height: 72px;
}

.modulo-listing-box-title {
	background: url("images/boxbg.jpg") repeat-x;
	padding: 13px 20px 19px;
	margin-bottom: 20px;
	border-radius: 2px;
}

.widget-listing-thumbnail,
.widget-listing-thumbnail img {
	border-radius: 120px;
	display: block;
}

.widget-listing-thumbnail-container {
	border: #fff 2px solid;
	display: block;
	width: 85px;
	margin-right: 10px;
}



.wid-destaque-location {
	margin-bottom: 9px;
    font-size: 13px;
    color: #9e9e9e;
}

.wid-destaque-price {
	font-size: 14px;
    font-weight: bold;
    color: #fbbb1d;
	padding-bottom: 5px;
}

.wid-destaque-title {
    padding-top: 3px;
}

.wid-destaque-title a {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
}

.wid-destaque-title a:hover {
    color: #fbbb1d;
	text-decoration: none;
}


/* ---------- 18. WIDGETS ---------- */

.widget {
	font-size: 13px;
}

.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;
	background: -webkit-gradient(linear, left top, left bottom, from(#1494e5), to(#0e76b8));
	background: -moz-linear-gradient(top,  #1494e5,  #0e76b8);
	background: -o-linear-gradient(top,  #1494e5,  #0e76b8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1494e5', endColorstr='#0e76b8');
	
	border:solid 1px #126ba4; 
}

.but-color.blue:hover{

	
	background: -webkit-gradient(linear, left top, left bottom, from(#0e76b8), to(#1494e5));
	background: -moz-linear-gradient(top,  #0e76b8, #1494e5  );
	background: -o-linear-gradient(top,  #0e76b8, #1494e5  );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e76b8', endColorstr='#1494e5');
}

.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: #283356;
	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 {
	margin-bottom: 50px;
	text-align: center;
 }
 
.post-header h2 {
	font-size: 36px;
 }
 
	
.sharetab1 {
	float: left;
	width: 200px;
 }
 
 .sharetab2 {
 	float: right;
	width: 300px;
 }
 
    #listcolone {
float:left;
list-style-type:none;
list-style: none;
width: 247px;
margin: 15px 0 20px 0; }

#listcoltwo {
float:left;
list-style-type:none;
list-style: none;
width: 246px; 
margin: 15px 0 20px 0;  }

#listcolthree {
float:left;
list-style-type:none;
list-style: none;
width: 247px; 
margin: 15px 0 20px 0; }
 
#listcolone li {
border-bottom: #e4e4e4 1px solid;
padding: 6px 0 6px 0;
margin-right: 25px;
}

#listcoltwo li {
border-bottom: #e4e4e4 1px solid;
padding: 6px 0 6px 0;
margin-right: 25px;
}

#listcolthree li {
border-bottom: #e4e4e4 1px solid;
padding: 6px 0 6px 0;
}

.listcontent {
margin: 0 0 13px 0;
padding-bottom: 4px;
font-size: 13px;
font-weight: bold;
color: #4c4c4c;
border-bottom: #dddddd 1px solid;
}


.topo  {
	height: 25px;
	padding-top: 4px;
	border-bottom: 1px solid #F3F3F3;
}

.social {
    margin-left: 300px;
    padding-top: 0px;
	float:left;
}

.social2 {
	float: right;
}		

.menutopo {
	float: right;
	margin-top: 25px;
    text-transform: uppercase;
}	
	

.intopo  {
	width: 50%;
	margin: auto;
	font-family: "calibri";
	color: #a3a3a3;
	font-size: 14px;
}

.top-bar a {
	color: #ffffff;
	text-decoration: none;
	color: #fff;
 }
 
.topo-alignleft {
	float: left;
}

.topbar-phone {
	margin: 0;
	background-image: url(images/topbar-phone.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 25px;
	display: block;
}

.topo-info-contacto {
    color: #fff;
    font-size: 10px;
    line-height: 5px;
    float: left;
}

.topo-alignright {
	float: right;
}

.topbar-social {
	margin: 4px 0 2px 0;
    float: left;
}

.top-bar {
	width: 100%;
	background: #000;
	padding: 5px 0;
	color: #fff;
	font-size: 13px;
	border-bottom: #2c2c2c 1px solid;
}

.submit-property-icon {
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.caption-wrap {
	position: absolute;
    width: 100%;
    color: #fff;
    top: 33%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 53px;
	font-weight: 500;
	line-height: 50px;
	text-shadow: 1px 1px 2px #191919;
}

.caption-small {
    color: #fff;
	position: absolute;
	top: 46%;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 29px;
	font-weight: 500;
	text-shadow: 1px 1px 2px #191919;
}

.h_iframe {
    width: 100%;
    margin-bottom: 30px;
}

.h_iframe iframe {
    width: 100%;
}

.printhead {
	float:right;
	display: none;
}

.footprnt {
	display: none;
}

#tugamos {
	font-size: 14px;
	font-family: "Open Sans";
	text-transform: uppercase;

}


.tablex td {
	background: #283356;
	margin: 15px;
	height: 110px;
	border: 14px solid #f3f3f3;
	vertical-align: middle;
	color:#FFFFFF;
	font-weight: bold;
	width: 33%;
	padding-left: 12px;
	padding-right: 12px;
}

/* ------------  Imoveis Relacionados ----------- */
.tostas {
	float: left;
	margin: 50px 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('images/tick.png');
  margin-left: 20px;
}


#features-filter {
  display: none;
}

.contentliner {
  font-weight: bold;
  font-size: 16px;
  border-bottom: #515151 1px solid;
  padding: 11px 0 10px 0;

}


/* ------------  404 Error Page  ----------- */
.pnfound-title { 
	color: #000000;
	font-size: 55px;
	font-weight: bold;
	margin-top: 115px;
	margin-bottom: 75px;
	}
	
.pnfound-text { 
	font-size: 17px;
	line-height: 26px;
	}

.pnfound-text2 { 
	margin: 40px 0 110px 0;
	}

.pnfound-link {
    color: #fbbb1d;
	font-weight: bold;
	font-size: 15px;
	padding: 10px;
    border: 3px solid #fbbb1d;
    -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: #fbbb1d;
	color: #ffffff;
    text-decoration: none;
}

/* ------------  Opções Adicionais  ----------- */
.optadic {
	top: 10px;
    right: 10px;
   	position: absolute;
	background: #fbbb1d;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px;
}

.optadic:empty {
  display:none;
}

.contacto-imovel {
	font-weight: bold;
}

.contactos-imovel {
	margin-bottom: 5px;
	padding: 0 0 0 10px;
}


.modulo-certificacao  {
	padding-top: 10px;
}

.modulo-certificacao-1  {
width: 25%;
float: left;
margin-bottom: 40px;
padding-top: 3px;
}

.modulo-certificacao-2  {
width: 75%;
float: left;
margin-bottom: 40px;
}
	
	
.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; }
	
.phone-bottom {
    margin: 0;
    background-image: url(images/phone-big.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 52px;
    padding-top: 11px;
}

.phone-bottom-1 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    display: block;
    float: left;
}

.phone-bottom-2 {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 10px;
}

.alert-info-contacto {
    color: #fff;
    font-size: 11px;
    line-height: 19px;
    float: left;
}

.alert-info-contacto-2 {
    font-size: 11px;
    color: #83868a;
    float: left;
    margin: -3px 0 10px 0;
    width: 100%;
}

/*--------------------------------------------------------------
- Contact Form 7 - pcf7-form-control wpcf7-submit
--------------------------------------------------------------*/
div.wpcf7 .wpcf7-not-valid { border-color: #F00 }
div.wpcf7 p { margin-bottom: 10px; }
span.wpcf7-not-valid-tip { display: none !important }
div.wpcf7 input,
div.wpcf7 textarea { max-width: 100%; border: #dddddd 1px solid; background-color: #fafafa; padding: 9px 12px 8px 12px; border-radius: 2px;}


/*-- div.wpcf7 button, div.wpcf7 wpcf7-submit, div.wpcf7 submit { background-color: #000000; padding: 9px 12px 8px 12px; border-radius: 2px; border: 0px;} ---*/


div.wpcf7 input[type="submit"]  {
    background: #fbbb1d;
    color: #fff;
	border-radius: 2px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border: none;
	/*-- float: right; ---*/
}

div.wpcf7-validation-errors { margin: 20px 0 0; padding: 10px; color: #c4690e; background: #fffdf3; text-align: center; border: 1px solid #fad7b5; font-weight: 400; font-size: 0.923em; }
div.wpcf7 .wpcf7-mail-sent-ok { margin: 10px 0 0; padding: 10px; background: #edfdd3; border: 1px solid #c4dba0; text-align: center; color: #657e3c; font-weight: normal; }
div.wpcf7-mail-sent-ng { margin: 0; padding: 10px; background: #ffe9e9; color: #d04544; border: 1px solid #e7a9a9; }
.wpcf7 input,
.wpcf7 textarea { margin-top: 5px }
div.wpcf7 .col input {  }
div.wpcf7 .one-half input { width: 100% }
div.wpcf7 .one-half { float: right; width: 49%; margin-top: 15px; }
div.wpcf7 .one-half2{ float: left; width: 49%; margin-top: 15px; }
div.wpcf7 .full-width input { width: 100%; }

div.wpcf7 .one-third { float: left; width: 32%; }
div.wpcf7 .one-third2 { float: left; padding-left: 2%; width: 32%; }
div.wpcf7 .one-third3 { float: left; padding-left: 2%; width: 32%; }

	
.wpcf7 div.selector {
	border: #dddddd 1px solid;
	background-color: #fafafa;
	border-radius: 2px;
	color: #9d9d9d;
	margin-bottom: 10px; }
	
 
.form-row img { width: 100%; height: 79px; }

.cleary { clear:both; display:block; overflow:hidden; visibility:hidden; height:8px;}

.separador { border-top: #dddddd 1px solid; padding-top: 30px; margin-top: 35px; }

.fc-form div.selector {
	border: #dddddd 1px solid;
	background-color: #ffffff;
	border-radius: 2px;
	color: #9d9d9d;
	margin-bottom: 10px; }

	
.fc-form .selector {
	border: #dddddd 1px solid;
	background-color: #ffffff;
	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;
 }
 
 .cookieinfo {
  background-color: rgba(0, 0, 0, 0.75);
}

.videourl { margin: 45px 0; }

.info-box-home {
    background: #ffffff;
}

.label-featured { 
	/*-- background-color: #fbbb1d; color: #ffffff; padding: 5px 9px; border-radius: 2px; font-weight: bold;float: left;margin: -8px 8px 20px 0; ---*/
	top: 13px;
    position: absolute;
    background: #fbbb1d;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 2px;
    left: 13px; }
	
.label-featured:empty {
  display:none;
}


	
#bloco-titulo2 {
    background: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}

.titulo-paginas h1 {
    width: 60%;
    float: left;
    text-align: left;
    font-size: 24px;
}

.breadcrumb {
    padding-top: 12px;
    list-style: none;
    width: 40%;
    float: left;
    font-size: 14px;
}

/* ------------  Pagina de Agentes 03-10-22  ----------- */

.author #header {
	padding-bottom: 0 !important;
}

.pos_agente-top {
	background: url(https://unicasas.pt/unicorn/wp-content/themes/layercake/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: #fbbb1d;
	color: #ffffff;
	border-color: #fbbb1d;
    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;
		}
}
	