.users.form.anunciante{
	background-position: 0 -70px;
	height: auto;
}

.anunciante .description,
.contact .description{
	background-color: #454545;
	border-radius: 7px;
	padding: 25px 30px;
	margin: 30px 0;
	color: #fff;
	font-size: 16px;
}

.anunciante .description > p,
.contact .description > p{
	margin: 0;
}

.anunciante .description > p.ola,
.contact .description > p.ola{
	margin-bottom: 20px;
	color: #7AC143;
	font-size: 20px;
}

.anunciante .form-content,
.contact .form-content,
.como-funciona,
.desc-logado{
	background-color: #fafafa;
	border-radius: 7px;
	padding: 30px;
	overflow: auto;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

.form-strip .form-group{
	margin-top: 30px;
}

.form-strip{
	padding: 50px 0;
	margin-bottom: 60px;
}

.form-strip .title{
	margin-bottom: 40px;
}

.form-strip input[type='text'],
.form-strip input[type='email'],
.form-strip input[type='number'],
.form-strip input[type='password'],
.form-strip input[type='tel'],
.form-strip select,
.form-strip textarea{
	color: #666;
	height: 39px;
	font-weight: 300;
	line-height: 39px;
	transition: all ease-in-out .3s;
}

.form-strip select{
	color: #666;
	font-weight: 300;
}

.form-strip ::-webkit-input-placeholder {
   color: #666;
}

.form-strip: -moz-placeholder { /* Firefox 18- */
   color: #666;  
}

.form-strip ::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

.form-strip :-ms-input-placeholder {  
   color: #666;  
}

.form-strip #EmailValor {
	width: 264px;
}

.form-strip #EmailDescription{
	width: 900px;
	line-height: 18px;
}

.form-strip .image-upload{
	width: 100%;
	position: relative;
	cursor: pointer;
	min-height: 39px;
	height: auto;
	line-height: 27px;
}

.form-strip .image-upload .before{
	position: absolute;
	z-index: 0;
	font-weight: 300;
	font-size: 15px;
	color: #666;
}

.form-strip .image-upload .before span{
	font-weight: 600;
}

.form-strip #EmailImg{
	width: 100%;
	position: absolute;
	z-index: 9;
}

.form-control#PropertyDescription{
	min-height: 108px;
	line-height: 28px;
}

.form-strip .before img{
	max-height: 31px;
	position: relative;
	top: -3px;
	margin-right: 3px;
}

.anuncie{
	font-weight: 900;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.green{
	color: #1caff6;
}

.jumbotron.text-center{
	margin-top: 30px;
}

.jumbotron.text-center h2,
.jumbotron.numbers h2{
	margin: -5px 0 30px;
	font-weight: 500;
	font-size: 160%;
}

.jumbotron.numbers h5{
	padding-left: 22px;
}

.jumbotron.text-center h5{
	font-weight: 400;
}

.jumbotron.numbers{
	margin-top: 30px;
}

.vantagens h4{
	margin-bottom: 0;
}

.vantagens h5{
	font-weight: 400;
	font-size: 16px;
}

.vantagens{
	margin-top: 30px;
}

.vantagens h2{
	padding-bottom: 8px;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}

.vantagens p{
	font-size: 13px;
	font-weight: 300;
}

.help-block{
	position: absolute;
	margin: 2px 0 0 2px;
}

.has-feedback .form-control-feedback{
	top: 2px;
}