/* default ################################### */
::selection{
	background-color: #333;
	color: #ddd;
}

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	outline-color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
}

*:focus{
	outline: none;
}

::-webkit-scrollbar-track{
    background-color: #dab45c;
}
::-webkit-scrollbar{
    width: 5px;
    height: 8px;
    background: #dab45c;
}
::-webkit-scrollbar-thumb{
    background: #856425;
}
::-moz-scrollbar-thumb{
	width: 6px;
	height: 8px;
	background: #dab45c;
}

/*placeholder style*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #777;
}
:-moz-placeholder { /* Firefox 18- */
	color: #777;
}
/*placeholder style ----- */

input[type="submit"],
input[type="button"],
input[type="checkbox"],
input[type="radio"],
label{
	cursor: pointer;
}

.content{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	display: table;
}

.session{
	float: left;
	width: 100%;
}

.none{
	display: none;
}

.block{
	display: block;
}

.both{
	clear: both;
}

.relative{
	position: relative;
}

.improvised-space{
	height: 50px;
}

table{
	border-spacing: 0;
}

/* .tal = text align left | .tar = text align right | .tac = text align center */
.tal{
	text-align: left;
}

.tar{
	text-align: right;
}

.tac{
	text-align: center;
}
/* === */

.ku{
	text-transform: uppercase;
}

.kl{
	text-transform: lowercase;;
}

.border-radius3{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.border-radius5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.border-radius8{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.border-radius50{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.transition1{
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.transition2{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.transition3{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

textarea{
	resize: vertical;
}
/* default ################################### */

/* messages return ---------------------------------------------- inicio -------- */
.retorno{
	float: left;
	text-align: center;
}

.retorno img{
	float: left;
	width: 30px!important;
}

.retorno b{
	float: left;
	width: 100%;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
}

b.return-success{
	background-color: rgb(172, 245, 172);
	border: 1px solid rgb(54, 156, 54);
	color: #006608;
}

b.return-error{
	background-color: rgb(255, 203, 203);
	border: 1px solid rgb(216, 70, 70);
	color: #f00;
}

#returnContactUs,
#returnBudget,
#returnPartner,
#returnRecoveryPass{
	margin-bottom: 6px;
}

#returnNewsletter{
	margin-top: 10px;
}
/* messages return ---------------------------------------------- fim ----------- */

body{
	overflow-x: hidden;
	min-width: 1100px;
}
/*----------*/

/* site */
/*reset flexslider*/
.flexslider{
	border: 0!important;
}
.propertys .flex-direction-nav .flex-prev,
.favorites-tab .flex-direction-nav .flex-prev{
	left: -10px;
}

.propertys .flex-direction-nav .flex-next,
.favorites-tab .flex-direction-nav .flex-next{
	right: -10px;
}

.propertys .flex-direction-nav a,
.favorites-tab .flex-direction-nav a{
    width: 30px;
    height: 30px;
    top: 60%;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	padding-top: 5px;
}

.propertys .flex-direction-nav a:before,
.favorites-tab .flex-direction-nav a:before{
	font-size: 20px;
}
/*reset flexslider*/

/*fixeds*/
/*favorites ----- */
.favorites-tab{
	position: fixed;
	z-index: 9999999999;
	right: 0;
	top: 90px;
	width: 980px;
	right: -930px;
}

.favorites-tab i.fa-bookmark.tab{
	position: absolute;
	left: -8px;
	background-color: #693;
	color: #fff;
	font-size: 30px;
	padding: 18px 15px 18px 20px;
	cursor: pointer;
	-webkit-border-top-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}

.favorites-tab .arrow-favorites{
	position: absolute;
	left: -50px;
	top: 25px;
	color: orange;
}

.favorites-tab .container{
	float: left;
	width: 940px;
	min-height: 67px;
	padding: 20px;
	background-color: #fff;
	margin-left: 50px;
	border: 1px solid #693;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}

.favorites-tab .container .nothing{
	float: left;
	width: 400px;
}

.favorites-tab ul{
	max-height: 420px;
	overflow: auto;
}

.favorites-tab li.item{
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.favorites-tab li.item:last-child{
	border-bottom: 0;
}

.favorites-tab li.item i.fa-bookmark{
	position: absolute;
	z-index: 999999;
	top: 5px;
	left: 5px;
	cursor: pointer;
	color: #693;
	background-color: #fff;
	border: 1px solid #693;
	font-size: 15px;
	padding: 8px 10px;
}
.favorites-tab li.item i.fa-bookmark:hover,
.favorites-tab li.item i.fa-bookmark:focus,
.favorites-tab li.item i.fa-bookmark.set{
	background-color: #693;
	color: #fff;
}

.favorites-tab li.item:last-child{
	margin-bottom: 0;
}

.favorites-tab li.item .fast-preview{
	float: left;
	width: 160px;
	margin-right: 10px;
}

.favorites-tab .info{
	float: left;
	width: 430px;
}

.favorites-tab h1{
	font-weight: normal;
	font-size: 17px;
	color: #222;
	margin-bottom: 10px;
}

.favorites-tab p{
	color: #666;
	margin-bottom: 5px;
}

.favorites-tab h2{
	font-weight: normal;
	font-size: 20px;
	color: #C63;
	margin-bottom: 5px;
}

.favorites-tab span{
	font-size: 13px;
	color: #111;
}

.favorites-tab .reference-favorite{
	float: left;
	width: 270px;
	margin-left: 12px;
	background-image: url("../img/px-line-brown.jpg");
	background-repeat: repeat-x;
	background-position-y: 20px;
}

.favorites-tab .reference-favorite div{
	float: left;
	padding: 7px 10px;
	border: 1px solid #dac0af;
	background-color: #fff;
}

.favorites-tab .reference-favorite big{
	font-size: 20px;
	color: #b28c3f;
}

.favorites-tab .responsible{
	float: right;
	width: 270px;
	border: 1px solid #693;
	padding: 10px;
	background-color: #fff;
	margin-top: 10px;
	margin-right: 10px;
}

.favorites-tab .responsible img{
	float: left;
	width: 60px;
	margin-right: 10px;
}
.favorites-tab img[title="WhatsApp"]{
	float: right;
	width: auto;
	margin-right: 0;
	margin-top: -2px;
}

.favorites-tab .responsible span{
	float: left;
	width: 175px;
	margin-bottom: 5px;
}

.favorites-tab .responsible h2{
	float: left;
	width: 175px;
	font-size: 15px;
	color: #666;
}

.favorites-tab .responsible h4{
	float: left;
	width: 175px;
	font-size: 18px;
	color: #693;
	font-weight: bold;
}
/*favorites ----- */
/*fixeds*/

/*index ---------- */
/*top*/
.main-menu ul{
	float: right;
}

.main-menu ul li{
	float: left;
	display: inline;
}

.main-menu ul li:last-child{
	border-left: 1px solid #999;
}

.main-menu li a{
	float: left;
	font-size: 18px;
	padding: 15px 30px 11px;
	border-bottom: 4px solid transparent;
}

.main-menu li a .fa-toggle-off,
.main-menu li a .fa-toggle-on{
	float: left;
	font-size: 22px;
	padding: 0px 8px 0 0;
}
.main-menu li a .fa-toggle-on{
	color: #693;
}

.main-menu li a:hover,
.main-menu li a:focus,
.main-menu li a.set{
	border-bottom: 4px solid #dbb45f;
}

.main-menu ul li:last-child a:hover,
.main-menu ul li:last-child a:focus,
.main-menu ul li:last-child a.set{
	color: #fff;
	background-color: #20150f;
}

.main-menu ul li:last-child a:hover i,
.main-menu ul li:last-child a:focus i,
.main-menu ul li:last-child a.set i{
	color: #fff;
}

.banner{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	margin-bottom: 40px;
	background-image: url("../img/bg-banner.jpg");
}

.banner.home{
	height: 530px;
}

.banner.others-page{
	height: 140px;
	margin-bottom: 50px;
}

.home img{
	margin-top: -30px;
}

/*---*/

.main-search{
	width: 1000px;
	margin: 100px auto 0;
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	display: table;
}

.main-search .define-search{
	float: left;
	margin-right: 5px;
}

.main-search input[type="button"]{
	float: left;
	width: 130px;
	padding: 21px;
	background-color: #fff;
}

.main-search input[type="button"]:first-child{
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;

	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.main-search input[type="button"]:last-child{
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;

	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.main-search input[type="button"].set,
.main-search input[type="button"].set:hover{
	background-color: #65a7f3;
	color: #fff;
	font-weight: bold;
}

.main-search input[type="button"]:hover{
	background-color: #c8ddfb;
}

.main-search a.tipo{
	float: left;
	width: 180px;
	padding: 20px;
	background-color: #fff;
	margin-right: 5px;
	border-bottom: 2px solid #ddd;
}
.main-search a.tipo.active{
	border-bottom: 2px solid #65a7f3;
}

.main-search a.tipo i{
	float: right;
}

.list-type-property{
	position: absolute;
	left: 280px;
	top: 76px;
	width: 290px!important;
	background-color: #fff;
	height: 400px;
	overflow-y: auto!important;
	z-index: 99999;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
}

.list-type-property label{
	padding: 6px 2.5px 2.5px 5px;
	background-color: #c9def7;
}

.list-type-property label.all-category{
	background-color: #65a7f3;
	margin-bottom: 3px;
}

.list-type-property label.all-category span{
	font-weight: bold;
	color: #000;
}

.list-type-property label span{
	float: left;
}

.list-type-property li li label{
	padding-left: 10px;
	background-color: #fff;
}

.list-type-property li li label:hover{
	background-color: #eee;
}

.list-type-property input{
	float: left;
	margin-right: 10px;
}

.main-search input[type="text"]#referencia{
	float: left;
	width: 815px;
	padding: 20px;
	border-bottom: 2px solid #ddd;
}
.main-search input[type="text"]#referencia:focus{
	border-bottom: 2px solid #65a7f3;
}

.main-search input[type="text"]#nm_district_main_search{
	float: left;
	width: 365px;
	padding: 20px 80px 20px 20px;
	border-bottom: 2px solid #ddd;
}
.main-search input[type="text"]#nm_district_main_search:focus{
	border-bottom: 2px solid #65a7f3;
}

.main-search input[type="submit"]{
	float: right;
	background-color: #bc9547;
	font-size: 16px;
	color: #fff;
	padding: 20px 50px;
}

.main-search input[type="submit"]:hover,
.main-search input[type="submit"]:focus{
	background-color: #b18d41;
}

.main-search a.by-rand{
	float: right;
	color: #fff;
	margin: 5px 154px 0 0;
	background-color: rgba(0,0,0,0.5);
	padding: 3px 6px;
	font-size: 13px;
}

.main-search a.by-rand:hover,
.main-search a.by-rand:focus{
	background-color: rgba(0,0,0,0.8);
}

/*---*/

.load-main-filter{
	position: absolute;
	right: 220px;
	top: 64px;
	width: 20px;
}

.btn-amount-filter{
	position: absolute;
	right: 180px;
	top: 30px;
	background-color: #c8ddfb;
	color: #333;
	padding: 5px;
	cursor: pointer;
}
.btn-amount-filter:hover{
	background-color: #b0cdf9;
}

/*---*/

.load-districts{
	position: absolute;
	right: 170px;
	top: 75px;
	z-index: 999;
	background-color: #fff;
	width: 365px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
}

.load-districts ul{
	margin-bottom: 10px;
}
.load-districts ul:last-child{
	margin-bottom: 0;
}

.load-districts h6{
	color: #999;
	font-size: 13px;
	padding: 10px;
}

.load-districts label{
	padding: 10px;
}

.load-districts label:hover{
	background-color: #c8ddfb;
}

.load-districts label span{
	float: left;
	max-width: 315px;
}

.load-districts label a{
	float: right!important;
	margin: 0!important;
	font-weight: bold;
	font-size: 17px!important;
	color: #333!important;
	background-color: #fff!important;
	padding: 0!important;
	width: 20px;
	height: 20px;
	border: 1px solid transparent;
	line-height: 16px;
}

.load-districts label a:hover{
	border: 1px solid #65a7f3;
}

/*others-page*/
.others-page img{
	float: left;
	margin-top: -30px;
	width: 190px;
}

.others-page .main-search{
	float: right;
	width: 840px;
	margin: 30px auto 0;
}

.others-page .main-search{
	float: right;
	width: 870px;
	border: 1px solid #fff;
	padding: 5px;
	margin-right: 10px;
}

.others-page .main-search input[type="button"]{
	padding: 12px;
	width: 110px;
}

.others-page .main-search input[type="button"]:first-child{
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;

	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.others-page .main-search input[type="button"]:last-child{
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;

	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.others-page .main-search a.tipo{
	float: left;
	width: 180px!;
	margin-right: 5px;
	padding: 12px;
}

.others-page .list-type-property{
	left: 230px;
	top: 51px;
}

.others-page input[type="text"]#nm_district_main_search{
	float: left;
	width: 318px;
	padding: 12px;
}

.others-page input[type="text"]#referencia{
	float: left;
	width: 728px;
	padding: 12px;
}

.others-page .main-search input[type="submit"]{
	background-color: #bc9547;
	font-size: 16px;
	color: #fff;
	padding: 12px 0;
	width: 125px;
}

.others-page .main-search input[type="submit"]:hover,
.others-page .main-search input[type="submit"]:focus{
	background-color: #b18d41;
}

.others-page .main-search a.by-rand{
	float: right;
	color: #fff;
	margin: 4px 128px 0 0;
	font-size: 12px;
}

/*---*/

.others-page .load-main-filter{
	position: absolute;
	right: 180px;
	top: 47px;
	width: 20px!important;
}

.others-page .btn-amount-filter{
	position: absolute;
	right: 143px;
	top: 13px;
	background-color: #c8ddfb;
	color: #333;
	padding: 5px;
	cursor: pointer;
}
.others-page .btn-amount-filter:hover{
	background-color: #b0cdf9;
}

/*---*/

.others-page .load-districts{
	right: 133px;
	top: 49px;
	width: 318px;
}
/*others-page*/
/*top*/

/*middle*/
.title-next-box h1{
	font-weight: normal;
	font-size: 30px;
}

.title-next-box h1.brown{
	color: #966f2a;
}

.title-next-box h1 strong{
	font-size: 30px;
}

.title-next-box h2{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 40px;
}

/*inspotlight*/
.inspotlight{
  background-image: url("../img/linear-spotlight-up.jpg"), url("../img/linear-spotlight-down.jpg");
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  padding: 50px 0 40px;
  margin-top: -40px;
}

.inspotlight .item{
	background-color: #fcfcfc;
	padding: 10px;
	border: 1px solid #cdcdcd;
	width: 1100px;
	margin: 0 auto;
	display: table;
}

.inspotlight .item i.fa-bookmark{
	position: absolute;
	z-index: 999;
	top: 33px;
	left: 30px;
	cursor: pointer;
	background-color: #693;
	border: 1px solid #693;
	color: #fff;
	font-size: 15px;
	padding: 8px 10px;
	-webkit-box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.7);
	-moz-box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.7);
	box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.7);
}

.inspotlight .item i.fa-bookmark:hover,
.inspotlight .item i.fa-bookmark:focus,
.inspotlight .item i.fa-bookmark.set{
	color: #693;
	background-color: #fff;
}

.inspotlight .photos-painel{
	float: left;
	width: 440px;
    padding: 6px;
    background-color: #fff;
}

.photos-painel .thumbs img{
	opacity: .7;
	width: 100px!important;
	margin-top: 5px;
	cursor: pointer;
}

.photos-painel .thumbs img:hover,
.photos-painel .thumbs img:focus,
.photos-painel .thumbs .flex-active-slide img{
	opacity: 1;
}

.inspotlight .item .right{
	float: right;
	width: 620px;
}

.inspotlight .item .right h1{
	font-size: 25px;
	color: #557498;
	margin-bottom: 15px;
}

.inspotlight .item .right article{
	float: left;
	width: 330px;
	color: #777;
	margin-bottom: 20px;
}

.inspotlight .item .right ul{
	float: right;
	width: 280px;
	margin-bottom: 20px;
}

.inspotlight .item .right li{
	float: left;
	width: 33.3%;
	height: 90px;
	border: 1px solid #ccc;
	background-color: #eee;
}

.inspotlight .item .right li i{
	font-size: 20px;
	margin-top: 12px;
	color: orange;
	font-size: 13px;
}

.inspotlight .item .right li span{
	color: #666;
	background-color: #fff;
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}

.inspotlight .box-down .box-price{
	float: left;
	width: 220px;
	padding: 20px 10px;
	border: 1px solid #ffa500;
}

.inspotlight .box-down .box-price strong{
	font-size: 25px;
	color: #ffa500;
}

.inspotlight .box-down .box-district{
	float: left;
	width: 190px;
	margin: 0 5px;
	border: 1px solid #ccc;
	padding: 17px;
}

.inspotlight .box-down a{
	float: right;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	width: 200px;
	padding: 20px 20px;
	background: rgb(0,178,178);
	background: linear-gradient(0deg, rgba(0,178,178,1) 0%, rgba(0,140,140,1) 100%);
	 text-shadow: 1px 1px 2px #000;
	 border: 1px solid rgba(0,140,140,1);
}
.inspotlight .box-down a:hover{	
	background: rgb(0,156,156);
	background: linear-gradient(0deg, rgba(0,156,156,1) 0%, rgba(0,126,126,1) 100%);
}
/*inspotlight*/

.line-background-fixed{
	background-image: url("../img/terraco-italia.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	height: 250px;
	margin-bottom: 50px;
}

.line-background-fixed img{
	margin-top: 90px;
}
/*middle*/
/*index ---------- */

/*bottom fixed all*/
div.numbers{
	border-top: 1px solid #069;
	border-bottom: 1px solid #069;
	padding: 50px 0;
}

div.numbers li{
	float: left;
	width: 25%;
}

div.numbers li h2{
	font-size: 40px;
	font-weight: normal;
}

div.numbers li strong{
	font-size: 20px;
	font-weight: normal;
	color: #069;
}

/*maps*/
.we-address{
	position: relative;
}

.we-address .office-hours{
	position: absolute;
	left: 10%;
	bottom: 0;
	background-color: rgba(70,47,33,.9);
	width: 330px;
	padding: 30px;
}

.office-hours h4{
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
}

.office-hours h4:first-child{
	margin-top: 0;
}

.office-hours p{
	font-size: 17px;
	color: #cebeb3;
}

.office-hours p.phone{
	font-size: 18px;
	color: #fff;
	margin-top: 4px;
}

.office-hours p.phone i{
	font-size: 20px;
    color: #18c139;
    margin-left: 5px;
}

.we-address iframe{
	height: 500px;
	border-bottom: 1px solid #069;
}
/*maps*/
/*bottom fixed all*/
/*footer*/
footer{
	padding: 50px 0;
}

footer .column{
	float: left;
	width: 25%;
	border-left: 1px solid #bbb;
	padding-left: 30px;
}

footer .column:first-child{
	border-left: 0;
	padding-left: 0;
}

footer h5{
	font-size: 18px;
	color: #069;
	margin-bottom: 20px;
}

footer ul{
	margin-bottom: 40px;
}

footer ul li{
	margin-bottom: 15px;
}

footer ul:last-child,
footer ul li:last-child{
	margin-bottom: 0;
}

footer ul li a{
	border-left: 1px solid transparent;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a.set{
	color: #666;
	padding-left: 4px;
	border-left: 3px solid rgba(6,6,6,.5);
}

footer .socials a{
	float: left;
	margin-right: 15px;
	border: 1px solid #bc9547;
	color: #bc9547;
	padding: 10px;
	width: 38px;
}

footer .socials a:hover,
footer .socials a:focus{
	background-color: #bc9547;
	color: #fff;
}

footer input[type="text"],
footer input[type="email"]{
	padding: 10px;
	border: 1px solid #999;
	margin-bottom: 10px;
}

footer input[type="submit"]{
	padding: 10px;
	color: #fff;
	background-color: #966f2a;
}

footer input[type="submit"]:hover,
footer input[type="submit"]:focus{
	background-color: #886626;
}
/*footer*/
/*whatsapp fixed*/
.wpp-fixed{
	position: fixed;
	right: 50px;
	bottom: 50px;
	background-color: rgba(35, 208, 64, 0.8);
	padding: 8px 0 0 0;
	cursor: pointer;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.6);
	width: 62.13px;
	height: 62.13px;
	border: 1px solid #fff;
}

.wpp-fixed i{
	font-size: 40px;
	color: #fff;
}

.wpp-fixed:hover,
.wpp-fixed:focus{
	background-color: rgba(35, 208, 64, 1);
}.wpp-fixed:hover i,
.wpp-fixed:focus i{
	color: #fff;
}
/*whatsapp fixed*/
/*copy*/
.copy{
	padding: 10px 0;
	background-color: #d2ac59;
}

.copy .left{
	float: left;
}

.copy .right{
	float: right;
}

.copy span{
	color: #fff;
}

.copy span strong,
.copy span a{
	color: #333;
}

.copy span a:hover,
.copy span a:focus{
	color: #000;
}
/*copy*/

/*list propertys ------- */
.propertys{
	margin-bottom: 50px;
}

.propertys li.item{
	float: left;
	width: 260px;
	margin-right: 20px;
	position: relative;
}

.propertys li.item:last-child{
	margin-right: 0;
}

.propertys i{
	position: absolute;
	z-index: 999;
	top: 10px;
	left: 10px;
	cursor: pointer;
	background-color: #693;
	border: 1px solid #693;
	color: #fff;
	font-size: 15px;
	padding: 8px 10px;
}
.propertys i:hover,
.propertys i:focus,
.propertys i.set{
	color: #693;
	background-color: #fff;
}

.propertys .fast-banner{
	height: 180px;
}

.propertys h1{
	font-weight: normal;
	font-size: 17px;
	color: #222;
	margin-bottom: 10px;
}

.propertys p{
	color: #666;
	margin-bottom: 10px;
}

.propertys h2{
	font-weight: normal;
	font-size: 20px;
	color: #C63;
	margin-bottom: 5px;
}

.propertys span{
	color: #444;
}
/*list propertys ------- */

/*others page*/
.title-page h1{
	font-size: 23px;
	color: #966d2a;
	font-weight: normal;
}

.title-page h1 small{
	font-size: 20px;
	color: #888;
}

.title-page h1 small:before{
	content: '';
	width: 1px;
	height: 20px;
	border-left: 1px solid #aaa;
	margin: 0 10px;
}

.title-page h1:before{
	content: '';
	float: left;
	width: 40px;
	height: 25px;
	margin-right: 10px;
	background-image: url("../img/icon-to-title.png");
	background-repeat: no-repeat;
}

.title-page article{
	margin-top: 20px;
	color: #666;
	font-size: 16px;
}

/*nossa historia*/
.work-history{
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
}
/*nossa historia*/

/*faq*/
.faq{
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #bbb;
	margin-top: 30px;
}

.faq ul{
	margin-bottom: 20px;
}

.faq li{
	float: left;
	display: inline;
	width: 350px;
	border: 1px solid #bbb;
	padding: 10px 10px 12px;
	margin-right: 20px;
}

.faq li:last-child{
	margin-right: 0;
}

.faq li h1{
	font-size: 16px;
	color: #666;
	padding-bottom: 25px;
	margin-bottom: 15px;
	background-image: url("../img/div-title-faq.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #313131;
}

.faq li article,
.faq li article *{
	font-size: 16px;
	color: #666;
}
/*faq*/

/*news*/
.news{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #bbb;
}

.news .main-news{
	float: left;
	width: 700px;
}

.news .most-visited{
	float: right;
	width: 360px;
}

.news ul{
	margin-top: 30px;
}

.news li{
	margin-bottom: 35px;
}
.news li:last-child{
	margin-bottom: 0;
}

.news li img{
	float: left;
	width: 300px;
}

.news li div{
	float: left;
	margin-left: 20px;
	width: 380px;
}

.news li h1{
	font-size: 20px;
	color: #966e2a;
	margin-bottom: 15px;
	font-weight: normal;
}

.news li article{
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	line-height: 21px;
}

.news li span{
	color: #999;
}

.main-news.opened .title-page span{
	color: #999;
	margin-left: 50px;
}

.main-news.opened article{
	font-size: 17px;
	line-height: 24px;
	margin: 20px 0;
}

.main-news.opened article img{
	float: right;
	margin: 0 0 20px 20px;
}
/*news*/

/*about-us*/
.about-us{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #bbb;
}

.about-us .about{
	float: left;
	width: 700px;
}

.about-us .mission-vision-values{
	float: right;
	width: 360px;
}

.about-us article{
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 21px;
}

.about-us .mission-vision-values article{
	margin-bottom: 30px;
}

.about-us .mission-vision-values article:last-child{
	margin-bottom: 0;
}

.members{
	margin-top: 30px;
}

.members ul{
	margin-top: 30px;
}

.members li{
	float: left;
	display: inline;
	width: 178px;
	margin-right: 5px;
}
.members li:last-child{
	margin-right: 0;
}

.members li img{
	margin-bottom: 10px;
}

.members li h3{
	color: #666;
	font-size: 18px;
	font-weight: normal;
}
.members li span{
	color: #bb9446;
	margin-bottom: 10px;
}
.members li p{
	color: #777;
	line-height: 19px;
	padding-right: 10px;
}
/*about-us*/

/*contact*/
.contact{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #bbb;
}

.contact form{
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.contact input[type="text"],
.contact input[type="tel"]{
	float: left;
	width: 245px;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 10px;
}

.contact input[type="text"]{
	margin-right: 10px;
}

.contact input[type="email"],
.contact textarea{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 10px;
}

.contact textarea{
	min-height: 150px;
}

.contact input[type="submit"]{
	float: right;
	background-color: #bc9547;
	color: #fff;
	padding: 10px;
	width: 245px;
}

.contact input[type="submit"]:hover{
	background-color: #b18d41;
}

.contact .right-column{
	float: right;
	margin-top: -60px;
	width: 500px;
	height: 380px;
	background-image: url("../img/bg-contact-page.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.others-contact{
	background-image: url("../img/bg-others-contact-page.jpg");
	background-repeat: no-repeat;
	background-position: 330px center;
	padding: 30px 0;
}

.others-contact .left{
	float: left;
	width: 360px;
}

.others-contact li{
	float: left;
	display: inline;
	margin-top: 20px;
}

.others-contact li a{
	float: left;
	font-size: 20px;
	background-color: #fff;
	border: 1px solid #bc9547;
	color: #765821;
	padding: 15px;
	width: 52px;
	margin-right: 10px;
}

.others-contact li a:hover,
.others-contact li a:focus{
	background-color: #bc9547;
	color: #fff;
}

.others-contact .right{
	float: right;
	width: 460px;
}

.others-contact .line{
	margin-top: 10px;
}

.others-contact .line i{
	float: left;
	font-size: 20px;
	margin-right: 5px;
}

.others-contact .line span{
	float: left;
	color: #777;
	font-size: 20px;
}

.others-contact .line strong{
	float: left;
	margin: 3px 5px 0 10px;
	font-size: 17px;
}

.others-contact .line img{
	float: left;
	margin-left: 5px;
}

.others-contact .line a{
	font-size: 17px;
	color: #555;
}
/*contact*/

/*partner*/
.partner{
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #bbb;
}

.partner .left-column{
	float: left;
	width: 490px;
}

.partner .left-column p{
	margin-bottom: 20px;
	color: #bc9547;
}

.partner .selectric{
	border: 1px solid #999!important;
}

.partner input[type="text"],
.partner input[type="email"],
.partner input[type="tel"],
.partner select,
.partner textarea{
	float: left;
	width: 240px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #999;
	margin-top: 10px;
}

.partner select{
	margin-right: 0;
	width: 100%;
}

.partner textarea{
	width: 100%;
	min-height: 130px;
}

.partner input.mr-0{
	margin-right: 0;
}

.partner label{
	float: left;
	margin-top: 24px;
}

.partner input[type="file"]{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 10px;
	width: 350px;
}

.partner input[type="submit"]{
	float: right;
	clear: both;
	background-color: #bc9547;
	color: #fff;
	padding: 10px;
	width: 240px;
}

.partner input[type="submit"]:hover{
	background-color: #b18d41;
}

.partner .right-column{
	float: right;
	width: 590px;
}
/*partner*/
/*others page*/

/*filter*/
.property-found{
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid #bbb;
}

.property-found .left-column{
	float: left;
	width: 260px;
}

.property-found .left-column h5,
.property-found .left-column h5 *{
	color: #966f2a;
	font-size: 16px;
	margin-bottom: 7px;
}

.property-found .left-column h5{
	font-weight: normal;
}

.left-column .filter{
	background-color: #ebdcd3;
	padding: 10px;
	margin-bottom: 10px;
}

.property-found .left-column li.session{
	margin-bottom: 10px;
}

.property-found .left-column li.wl{
	margin-bottom: 3px;
}

.property-found .left-column li label{
	font-size: 13px;
	padding-left: 3px;
	color: #666;
}

.property-found .left-column select{
	float: left;
	width: 100%;
	height: 38px;
	font-size: 12px;
	padding: 10px;
}

.property-found .left-column .min{
	float: left;
	width: 115px;
	margin-right: 10px;
}

.property-found .left-column .min:last-child{
	margin-right: 0;
}

.property-found .left-column input[type="text"],
.property-found .left-column input[type="number"]{
	padding: 9px;
	border: 1px solid #dac0af;
	font-size: 12px;
}

.property-found .left-column .selectric,
.property-found .left-column select{
	border: 1px solid #dac0af!important;
}

.property-found .filter h6{
	font-weight: normal;
	margin: 10px 0 0;
	padding-left: 2px;
	color: #966f2a;
}

.left-column .filter:hover .selectric,
.left-column .filter:hover input[type="text"]{
	border: 1px solid #e6b595!important
}

.filter-additional li:last-child{
	margin-bottom: 0;
}

.filter-additional input{
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	background-color: #ebdcd3;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.filter-additional label{
	float: left;
	font-size: 13px!important;
}

.filter-additional li ul{
	max-height: 300px;
	overflow-y: auto;
}

.filter-additional li ul.hidden{
	overflow-y: hidden;
}

.filter-additional li a,
.filter-additional li a i{
	color: #066;
	font-weight: bold;
	margin: 5px 0;
	font-size: 13px;
}

.filter-additional li a i{
	color: #666;
	margin-right: 5px;
}

.filter-additional li a:hover{
	color: #333;
}

.property-found .left-column input[type="submit"]{
	position: fixed;
	bottom: 0;
	width: 260px;
	margin-left: -260px;
	padding: 10px;
	background-color: #bc9547;
	color: #fff;
}

.property-found .left-column input[type="submit"]:hover,
.property-found .left-column input[type="submit"]:focus{
	background-color: #b18d41;
}
/*filter*/

/*list found*/
.property-found .right-column{
	float: right;
	width: 820px;
}

.property-found .propertys{
	margin-bottom: 0;
}

.property-found .right-column ul.session{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.property-found .right-column ul.session:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
/*---*/
.order-by{
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #bbb;
}

.order-by .order-div{
	float: right;
}

.order-by select{
	float: left;
	padding: 10px;
	border: 1px solid #bbb;
	width: 180px;
	margin-left: 10px;
	font-size: 12px;
	cursor: pointer;
}

.order-by label{
	float: left;
	margin-top: 12px;
	color: #069;
}

.order-by .selectric-wrapper{
	float: left;
	width: 180px;
	margin-left: 10px;
}

.order-by .selectric{
	border: 1px solid #bbb;
}

.amount-found{
	float: left;
	background-color: #f8f8f8;
}

.amount-found strong{
	padding: 11px;
	color: #666;
}

.amount-found strong span{
	padding: 5px 8px;
	background-color: #6f573f;
	color: #fff;
}
/*---*/
.property-found .tree-found{
	margin-bottom: 10px;
}

.tree-found label{
	float: left;
	background-color: #fff2e9;
	border: 1px solid #ffd0a8;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
}
.tree-found label:hover{
	background-color: #fff;
}
.tree-found label:hover i{
	color: #999;
}

.tree-found label.label_to{
	background-color: #65a7f3;
	border: 1px solid #1a70d2;
}

.tree-found label div{
	float: left;
	margin-right: 10px;
}

.tree-found label div:last-child{
	margin-right: 0;
}

.tree-found label span{
	float: left;
	color: #c15c2c;
	font-size: 13px;
	margin-top: 1px;
}

.tree-found label.label_to span{
	color: #fff;
}

.tree-found label i{
	color: #aaa;
	font-size: 13px;
	margin-left: 6px;
}
.tree-found label i:hover{
	color: #666;
}
/*list found*/

/*page property found*/
/*unavailable*/
.register-unavailable{
	position: fixed;
	padding: 20px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 40px;
	z-index: 99999999;
	top: 40%;
}
/*---*/
.property .column-left{
	float: left;
	width: 680px;
	position: relative;
}

.column-left .tree{
	margin-bottom: 10px;
	border-bottom: 2px solid #65a7f3;
	padding-bottom: 3px;
}

.column-left .tree span{
	float: left;
	color: #666;
	font-size: 14px;
}
.column-left .tree span:after{
	float: right;
	content: '-';
	margin: 0 8px 0 6px;
	color: #666;
}

.column-left .tree span:last-child:after{
	content: '';
}

.property .column-left .photos{
	margin-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
}

.property .column-left .list-photos{
	float: left;
	cursor: e-resize;
	height: 305px;
}

.property .photos li{
	float: left;
	display: inline;
	margin-right: 5px;
}

.column-left .photos i.fa-bookmark{
	position: absolute;
	z-index: 999;
	top: 40px;
	left: 10px;
	cursor: pointer;
	background-color: #693;
	border: 1px solid #693;
	color: #fff;
	font-size: 15px;
	padding: 8px 10px;
	-webkit-box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.7);
	-moz-box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.7);
	box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.7);
}
.column-left .photos i.fa-bookmark:hover,
.column-left .photos i.fa-bookmark:focus,
.column-left .photos i.fa-bookmark.set{
	color: #693;
	background-color: #fff;
}

.column-left .photos .direction-left,
.column-left .photos .direction-right{
	position: absolute;
	z-index: 999;
	top: 150px;
	left: -15px;
	cursor: pointer;
	width: 50px;
	transform: rotate(180deg);
	background-color: #fff;
}

.column-left .photos .direction-right{
	left: 645px;
	transform: rotate(0deg);
}

.column-left .photos a.video{
	position: absolute;
	right: -2px;
	bottom: 8px;
	padding: 10px;
	background-color: #cc3300;
	z-index: 999;
	color: #fff;
	border: 2px solid #fff;
}
.column-left .photos a.video:hover{
	background-color: #b02d00;
}

.property .column-left h1{
	margin-bottom: 10px;
	font-size: 22px;
	color: #567598;
}

.property .column-left article{
	margin-bottom: 20px;
	color: #666;
	font-size: 17px;
}

.property .column-left h5{
	margin-bottom: 10px;
	font-size: 16px;
	color: #444;
}

.property .column-left .additionals li{
	float: left;
	width: 50%;
	margin-bottom: 5px;
}

.property .column-left .additionals li i{
	float: left;
	margin: 3px 10px 0 0;
	font-size: 10px;
	color: #069;
}

.property .column-left address{
    margin: 20px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.property .column-left address h1{
	font-size: 16px;
	color: orange;
	margin-bottom: 10px;
	font-style: normal;
}

.property .column-left address p{
	font-size: 14px;
	color: #666;
	font-style: normal;
}

.property .column-right{
	float: right;
	width: 400px;
}

.column-left a.view-map{
	margin-top: 10px;
}

.column-left iframe{
	margin-top: 20px;
	border: 3px solid orange;
}

.property .column-right .reference{
	margin-bottom: 10px;
	background-image: url("../img/px-line-brown.jpg");
	background-repeat: repeat-x;
	background-position-y: 19px;
}

.column-right .reference h1{
	float: left;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	padding: 5px 0 5px 9px;
	background-color: #fff;
	border: 1px solid #58a758;
}

.reference h1 big{
	font-size: 20px;
	color: #ffffff;
	background-color: #58a758;
	padding: 5px;
}

.column-right .reference iframe{
	float: right;
	margin-top: 8px;
}

.property .column-right .box-details{
	margin-bottom: 20px;
	background-color: #e8e8e8;
	padding: 20px;
}

.column-right .box-details h2{
	margin-bottom: 10px;
	color: #7a5921;
}

.column-right .box-details li{
	float: left;
	width: 33.3%;
	height: 104px;
	border: 1px solid #ccc;
	background-color: #eee;
}

.column-right .box-details li i{
	font-size: 20px;
	margin-top: 12px;
	color: orange;
}

.column-right .box-details li span{
	color: #666;
	background-color: #fff;
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.column-right .box-details .prices{
	margin-top: 20px;
}

.box-details .prices h1{
	font-size: 32.5px;
	color: #c63;
	margin-bottom: 5px;
}

.box-details .prices h1 small:first-child{
	color: #666;
	font-weight: normal;
}

.box-details .prices span{
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 5px;
}

.column-right .box-details li strong{
	margin-bottom: 10px;
}

.property .column-right .responsible{
	margin-bottom: 20px;
	border: 1px solid #693;
	padding: 10px;
}

.column-right .responsible img{
	float: left;
	width: 100px;
	margin-right: 10px;
}

.column-right .responsible span{
	float: left;
	width: 268px;
	color: #666;
	margin-bottom: 5px;
}

.column-right .responsible h2{
	float: left;
	width: 268px;
	font-size: 19px;
	color: #666;
	background-image: url("../img/px-line-grey.jpg");
	background-repeat: repeat-x;
	background-position-y: 12px;
}

.column-right .responsible h2 strong{
	float: left;
	font-size: 19px;
	color: #666;
	background-color: #fff;
	padding-right: 10px;
}

.column-right .responsible h4{
	float: left;
	width: 268px;
	font-size: 25px;
	color: #693;
	margin: 5px 0 8px;
}

.column-right .responsible p{
	float: left;
	width: 268px;
	color: #666;
}

.column-right .responsible img[title="WhatsApp"]{
	float: right;
	width: auto;
    margin-right: 50px;
    margin-top: 3px;
}

.column-right .budget-property h2{
	font-size: 18px;
	color: #bc9547;
	margin-bottom: 5px;
}

.column-right .budget-property p{
	font-size: 16px;
	color: #777;
	margin-bottom: 10px;
}

.column-right .budget-property input[type="text"],
.column-right .budget-property input[type="tel"],
.column-right .budget-property input[type="email"],
.column-right .budget-property textarea{
	float: left;
	width: 195px;
	padding: 10px;
	border: 1px solid #999;
	margin-bottom: 10px;
}

.column-right .budget-property input[type="text"]{
	margin-right: 10px;
}

.column-right .budget-property input[type="email"]{
	width: 100%;
}

.column-right .budget-property textarea{
	width: 100%;
	min-height: 120px;
}

.column-right .budget-property input[type="submit"]{
	float: right;
	width: 195px;
	padding: 10px;
	background-color: #069;
	color: #fff;
}

.column-right .budget-property input[type="submit"]:hover,
.column-right .budget-property input[type="submit"]:focus{
	background-color: #00557d;
}
/*page property found*/

/*pager ***** */
.pager{
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.number-pages a{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #666;
	padding: 5px;
}

.number-pages a:first-child{
	margin-right: 20px;
}

.number-pages a:last-child{
	margin-left: 20px;
}

.number-pages a.numbers{
	padding: 0 5px;
}

.number-pages a.atual{
	font-size: 20px;
	color: #069;
	border: 1px solid #069;
	padding: 3px 8px;
    margin: 0 10px;
}

.number-pages a:hover,
.number-pages a.disabled{
	color: #069;
}

.number-pages a.first{
	margin-left: 0!important;
	margin-right: 0!important;
}

.number-pages a.last{
	margin-right: 0!important;
}
/*pager ***** */

/*page how-make*/
.how-make{
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid #bbb;
}

.how-make ul{
	margin-top: 30px;
}

.how-make li{
	margin-bottom: 30px;
}
.how-make li:last-child{
	margin: 0;
}

.how-make h2{
	font-size: 16px;
	margin-bottom: 20px;
}

.how-make article{
	color: #666;
	line-height: 20px;
}

/*page how-make*/

/*CLIENT *********************** */
/*client-login*/
.client-login{
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid #bbb;
}

.client-login .login{
	float: left;
	margin-left: 80px;
	width: 300px;
	padding: 20px;
	border: 1px solid #ccc;
}

.client-login img[src="img/inner-login.jpg"]{
	float: left;
	margin-left: 55px;
	margin-top: 20px;
}

.client-login .new-account{
	float: right;
	margin-right: 80px;
	width: 340px;
	padding: 20px;
	border: 1px solid #ccc;
}

.client-login h1{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid orange;
}

.client-login li{
	font-size: 14px;
	margin-bottom: 10px;
}

.client-login li:last-child{
	margin-bottom: 0;
}

.client-login input[type="text"],
.client-login input[type="email"],
.client-login input[type="password"]{
	float: left;
	width: 	100%;
	border: 1px solid #999;
	padding: 10px;
}

.client-login .login input[type="submit"]{
	float: left;
	width: 	100%;
	padding: 10px;
	color: #fff;
	background-color: #069;
}

.client-login .login input[type="submit"]:hover{
	background-color: #005782;
}

.client-login .new-account input[type="button"],
.client-login .new-account input[type="submit"]{
	float: left;
	width: 	100%;
	padding: 10px;
	color: #fff;
	background-color: #bc9547
}

.client-login .new-account input[type="button"]:hover,
.client-login .new-account input[type="submit"]:hover{
	background-color: #ad893f;
}

.client-login .login a{
	color: #bc9547;
}

.client-login .new-account li,
.client-login .new-account li a{
	color: #069;
}

.client-login li a{
	font-weight: bold;
}

.client-login .login a:hover,
.client-login .login a:focus{
	color: #896c32;
}

.client-login .new-account a:hover,
.client-login .new-account a:focus{
	color: #004262;
}

.terms-of-user{
	float: left;
	width: 600px;
}

.terms-of-user h2{
	font-size: 18px;
	margin-bottom: 20px;
}

.terms-of-user p{
	font-size: 14px;
	padding-right: 10px;
}
/*client-login*/

/*client-area*/
.client-area{
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid #bbb;
}

.client-area .header{
	margin-bottom: 20px;
}

.client-area .header a{
	float: right;
	background-color: #090;
	color: #fff;
	padding: 10px;
	width: 140px;
}

.client-area .header a:hover{
	background-color: #008400;
}

.client-area .header article{
	float: left;
	width: 700px;
	margin-top: 10px;
	color: #666;
}

/*navi*/
.client-area .restrict-main-menu{
	float: left;
	width: 200px;
	padding: 10px 20px;
	border: 1px solid #ccc;
}

.restrict-main-menu li{
	margin: 8px 0;
}

.restrict-main-menu li a{
	padding: 2px 0;
	color: #666;
}

.restrict-main-menu li a:hover,
.restrict-main-menu li a:focus,
.restrict-main-menu li a.set{
	border-left: 5px solid #069;
	padding-left: 10px;
	color: #333;
}

.restrict-main-menu li a.set:after{
	content: '';
	float: right;
	width: 9px;
	height: 9px;
	background-color: #999;
	margin: 3px -25px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/*navi*/

.client-area .client-data,
.client-area .messages,
.client-area .my-list-property,
.client-area .new-property,
.client-area .insert-organize-photos{
	float: left;
	width: 870px;
	margin-left: 30px;
}

.client-area h1{
	font-size: 20px;
	color: #069;
	font-weight: normal;
	margin-bottom: 30px;
}

.client-data ul{
	margin-bottom: 20px;
}

.client-data li{
	margin-bottom: 15px;
}

.client-data li:last-child{
	margin-bottom: 0;
}

.client-data li span:first-child{
	float: left;
	color: #666;
	width: 30%;
}

.client-data li span:last-child{
	float: left;
	width: 70%;
}

.client-data li span.green{
	color: green;
}
.client-data li span.orange{
	color: orange;
}
.client-data li span.red{
	color: red;
}

.client-data a.open-update{
	float: left;
	color: #bc9547;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
}

.client-data a.open-update:hover{
	border-bottom: 1px solid #bc9547;
}

.client-data .photo-area{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

.client-data .preview-image-load{
	float: left;
	background-color: #ccc;
	padding: 10px;
}
.client-data .preview-image-load img{
	float: left;
	-webkit-box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.2);
	box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.2);
}

.photo-area label{
	float: left;
	width: 180px;
	background-color: #f90;
	padding: 10px 20px;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 10px;
}
.photo-area label:hover,
.photo-area label:focus{
	background-color: #e18700;
}

.photo-area a{
	float: left;
	width: 180px;
	background-color: #999;
	padding: 10px 20px;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 10px;
}
.photo-area a:hover,
.photo-area a:focus{
	background-color: #888;
}

.photo-area .retorno{
	float: left;
	width: 180px;
	margin: 10px 0 0 20px;
}

.client-area .client-data h1{
	margin-bottom: 20px!important;
}

.client-data .left{
	float: left;
	width: 370px;
	padding-right: 20px;
}

.client-data .right{
	float: left;
	width: 500px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

.client-data .edit h3{
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

.client-data form label{
	float: left;
	margin-top: 10px;
}

.client-data form input[type="text"],
.client-data form input[type="email"],
.client-data form input[type="password"],
.client-data form select{
	float: right;
	width: 60%;
	padding: 10px;
	border: 1px solid #bbb;
}

.client-data form .selectric-wrapper{
	float: right;
	width: 60%;
}
.client-data form .selectric{
	border: 1px solid #bbb;
}
.client-data form .selectric-items li{
	margin-bottom: 0px!important;
}

.client-data .edit ul{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.client-data .edit form:last-child ul{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.client-data .edit li{
	margin-bottom: 5px;
}
.client-data .edit li:last-child{
	margin-bottom: 0;
}

.client-data .radio-combo{
	float: right;
	width: 60%;
}

.radio-combo input[type="radio"]{
	float: left;
	margin: 12px 10px 0 0;
}

.radio-combo label{
	margin-right: 10px;
}

.client-data form input[type="submit"]{
	float: right;
	width: 60%;
	padding: 10px;
	background-color: #099;
	color: #fff;
	margin-top: 10px;
}
.client-data form input[type="submit"]:hover,
.client-data form input[type="submit"]:focus{
	background-color: #088;
}

.client-data .retorno{
	margin-top: 10px;
}

.client-data .retorno img{
	float: right;
	width: 30px!important;
}
/*client-area*/
/*messages*/
.messages h1{
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.messages h1 img{
	position: absolute;
	left: 112px;
	top: 3px;
	width: 20px;
}

.messages label{
	float: right;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}

.messages label i{
	color: #bc9547;
}

.messages label:hover,
.messages label:focus{
	color: #d1b781;
}

.messages .conteiner{
	border: 1px solid #ccc;
	border-right: 0;
	margin-top: -10px;
	height: 400px;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.2);
}

.messages .conversation{
	padding: 20px 30px 20px 20px;
}

.conversation li{
	margin-bottom: 20px;
}

.conversation li img{
	float: left;
	width: 80px;
	margin-right: 15px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
}

.conversation li h5{
	float: left;
	width: 720px;
	font-size: 13px;
	color: #bc9547;
	margin-bottom: 5px;
}

.conversation li span{
	float: left;
	width: 720px;
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
}

.conversation li p{
	float: left;
	width: 720px;
	color: #666;
}

.conversation li.right img{
	float: right;
	margin-right: 0;
}

.conversation li .budget-direct,
.conversation li .file-attachment{
	float: left;
	width: 625px;
	margin-left: 95px;
	margin-top: 10px;
	border: 1px solid #9cb9c7;
	padding: 10px;
}

.conversation li .budget-direct img{
	float: left;
	margin-right: 10px;
}

.conversation li .budget-direct h3{
	float: left;
	color: #069;
	width: 510px;
	font-weight: normal;
}

.conversation li .budget-direct article{
	float: left;
	color: #666;
	width: 510px;
	margin-top: 10px;
}

.conversation li .file-attachment{
	width: 170px;
	margin-left: 0!important;
	margin-bottom: 20px;
}

.conversation li .file-attachment i{
	float: right;
	font-size: 20px;
	color: orange;
	margin-left: 10px;
}

.conversation li.right .file-attachment{
	float: right;
	margin-right: 15px;
	text-align: right;
}

.conversation li.left .file-attachment{
	margin-left: 15px;
	text-align: left;
}

.conversation li:last-child{
	margin-bottom: 0;
}

.messages textarea{
	float: left;
	width: 750px;
	border: 1px solid #999;
	padding: 10px;
	height: 80px;
	resize: none;
}

.messages input{
	float: right;
	width: 110px;
	border: 1px solid #999;
	padding: 30px 0;
	background-color: #099;
	color: #fff;
	border: 1px solid #099;
}

.messages input:hover,
.messages input:focus{
	background-color: #088;
	border: 1px solid #088;
}
/*messages*/

/*my-list-property*/
.my-list-property h1,
.new-property h1{
	float: left;
	margin-bottom: 0;
}

.my-list-property ul{
	float: left;
	width: 700px;
}

.my-list-property ul li{
	border: 1px solid #bbb;
	padding: 10px;
	margin-bottom: 10px;
}

.my-list-property .column1{
	float: left;
	width: 160px;
}

.my-list-property .column2{
	float: left;
	width: 390px;
	margin-left: 10px;
}

.my-list-property .column2 h1{
	font-weight: bold;
	font-size: 17px;
	color: #333;
	margin-bottom: 10px;
}

.my-list-property .column2 p{
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

.my-list-property .column3{
	float: right;
	width: 100px;
}

.my-list-property .column3 span{
	background-color: #d5aa80;
	color: #fff;
	font-size: 17px;
	padding: 5px;
	margin-bottom: 10px;
}

.my-list-property .column3 a{
	float: left;
	margin-bottom: 10px;
}


.my-list-property .column3 a i.fa-eye{
	color: #099;
}
.my-list-property .column3 a i.fa-pen{
	color: #666;
}
.my-list-property .column3 a i.fa-toggle-on{
	color: #66cc33;
}
.my-list-property .column3 a i.fa-toggle-off{
	color: #666;
}

.my-list-property .prices{
	float: left;
	padding-left: 170px;
}

.my-list-property .prices small{
	font-size: 12px;
	color: #666;
}

.my-list-property .prices span{
	font-size: 20px;
	color: #c63;
}

.my-list-property .prices .others{
	margin-top: 5px;
}

.my-list-property .prices .others span{
	font-size: 16px;
	color: #666;
}

li.no-property{
	padding: 10px;
	background-color: #ffd9b3;
	border: 1px solid #f63!important;
	color: #f63;
	font-size: 16px;
}
/*my-list-property*/

/*new property*/
.new-property.owner .header article{
	width: 100%;
}

.new-property textarea{
	width: 100%;
}

.new-property .header a{
	background-color: #999;
}
.new-property .header a:hover{
	background-color: #888;
}

.new-property .column{
	float: left;
	width: 430px;
	margin-bottom: 10px;
}
.column.no-margin{
	padding: 0!important;
}
.column.no-padding-left{
	padding-left: 0!important;
}

.new-property .column:first-child{
	padding-right: 10px;
}
.new-property .column:last-child{
	padding-left: 10px;
}

.new-property li{
	margin-bottom: 10px;
}
.new-property li:last-child{
	margin-bottom: 0px;
}

.new-property .column input[type="text"],
.new-property .column input[type="number"],
.new-property .column input[type="email"],
.new-property .column input[type="tel"],
.new-property .column textarea{
	float: left;
	width: 205px;
	border: 1px solid #d5ae66;
	background: #f3ead8;
	padding: 10px;
	margin-right: 10px;
}

.new-property .column select{
	border: 1px solid #d5ae66;
	background: #f3ead8;
	padding: 9px 10px;
	margin-right: 10px;
}

.new-property .column input:last-child,
.new-property .column select:last-child{
	margin-right: 0;
}

.new-property .column .large{
	width: 100%!important;
}

.new-property .column li._3 input{
	width: 133px;
}

.new-property select,
.new-property .selectric-wrapper{
	float: left;
	width: 205px;
}

.new-property .selectric-wrapper:first-child{
	margin-right: 10px;
}

.new-property .selectric{
    border: 1px solid #d5ae66;
    background: #f3ead8;
}

.new-property .selectric-items{
	width: 100%!important;
}

.new-property .selectric:hover,
.new-property .selectric-open .selectric{
	border: 1px solid #d5ae66;
}

.new-property .column textarea{
	height: 91px;
}

.new-property .column li input[disabled]{
	opacity: 0.5;
}

.new-property h2{
	font-size: 15px;
	margin-bottom: 20px;
}

.new-property .additionals li{
	float: left;
	width: 50%;
}

.new-property .additionals input{
	float: left;
	margin: 2px 10px 0 0;
}

.new-property .additionals label{
	float: left;
	width: 180px;
	margin-bottom: 0!important;
}

.new-property .column label{
	margin-bottom: 10px;
}

.new-property .column .retorno{
	margin-bottom: 0px;
}

/*images area*/
.insert-organize-photos h1{
	margin-bottom: 0;
}

.insert-organize-photos .header article{
	width: 100%;
}

.images-area .selection{
	float: left;
	width: 485px;
}

.images-area .organize{
	float: right;
	width: 365px;
}

.images-area .organize iframe{
	margin-top: 10px;
	height: 300px;
	background-color: #d6d6d6;
	border: 5px solid #d6d6d6;
}
/* --- */

.images-area h6.obs{
	color: orange;
	font-weight: normal;
	margin-bottom: 13px;
}

.images-area input[type="submit"],
.new-property input[type="submit"]{
	padding: 20px;
	color: #fff;
	background-color: #090;
	margin-top: 10px;
}

.new-property input[type="submit"]:hover,
.new-property input[type="submit"]:focus,
.images-area input[type="submit"]:hover,
.images-area input[type="submit"]:focus{
	background-color: #008400;
}

.images-area input[disabled]{
	opacity: 0.6;
	background-color: #666!important;
}
.images-area input[disabled]:hover,
.images-area input[disabled]:focus{
	background-color: #666!important;
}

input[type="submit"].continue{
	background-color: #069;
}
input[type="submit"].continue:hover,
input[type="submit"].continue:focus{
	background-color: #005984;
}
/*new property*/

.recover-password .area{
	background-color: #345d71;
	padding: 35px 0;
	margin: 30px 0 40px;
}

.recover-password .left{
	float: left;
	width: 300px;
	margin-right: 120px;
}

.recover-password .left p{
	color: #fff;
	font-size: 18px;
	line-height: 25px;
}

.recover-password form{
	float: left;
	width: 350px;
	padding: 25px;
	border: 1px solid #718e9c;
	position: relative;
}
.recover-password form:after{
	position: absolute;
	top: 95px;
	left: -82px;
	content: '';
	width: 80px;
	padding: 0.5px;
	background-color: #718e9c;
}
.recover-password form:before{
	position: absolute;
	top: 95px;
	right: -82px;
	content: '';
	width: 80px;
	padding: 0.5px;
	background-color: #718e9c;
}

.recover-password input[type='password']{
	padding: 10px;
	border: 1px solid #999;
	margin-bottom: 10px;
}

.recover-password input[type='submit']{
	padding: 10px;
	color: #fff;
	letter-spacing: 1px;
	background-color: #bc9547;
}
.recover-password input[type='submit']:hover,
.recover-password input[type='submit']:focus{
	background-color: #b18d41;
}

.recover-password .right{
	float: right;
}
/*CLIENT *********************** */

/*404 error*/
._404{
	padding: 50px 0;
	background-image: url("../img/sp-city.jpg");
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: -50px;
	border-top: 2px solid #462f21;
}
/*404 error*/

/* site */

/*see more*/
.morecontent span{
    display: none;
}
.morelink{
    display: block;
	color: #6a593a;
	font-weight: bold;
	margin-top: 10px;
}
.moreellipses{
	color: #6a593a;
	font-weight: bold;
	margin-top: 10px;
}
/*see more*/