body{
	background-color: #f9f9f9;
}
.perfil-corretor{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	padding: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}
.perfil-corretor h1{
	font-weight: 200;
	font-size: 25px;
	color: #0054a4;
}
.imagem-corretor{
	width: 150px;
	border-radius: 50%;
	max-width: 100%;
	margin-bottom: 10px;
}
.perfil-corretor h2{
	font-weight: 200;
	color: #0054a4;
	font-size: 20px;
}
.perfil-corretor h3{
	margin-top: 0;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 0;
	color: #00458b;
}
.perfil-corretor h4{
	font-weight: 200;
	font-size: 17px;
	margin-top: 0;
}
.dados-pessoais p{
	font-weight: 200;
	margin-bottom: 0;
}
.envia-mensagem-corretor .form-control{
	margin-bottom: 10px;
	border-radius: 0;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 200;
}
.btn-mensagem{
	border-radius: 0;
	background: #00458b;
	color: #fff;
	width: 100%;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 200;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-mensagem:hover, .btn-mensagem:active, .btn-mensagem:focus{
	background: #002e5d;
	color: #fff;
}
.btn-certidao{
	margin-top: 5px;
	background: #efefef;
	border: 1px solid #ddd;
	color: #000;
}
.btn-certidao:hover, .btn-certidao:active, .btn-certidao:focus{
	background: #e0e0e0;
	color: #000;
}
.img-creci{
	width: 20px;
	position: relative;
	top: -1px;
}
.sem-avaliacao{
	color: #ccc;
}
.com-avaliacao{
	color: #d2d51d;
}
.modal-avaliacao{
	font-family: 'Roboto', Helvetica, sans-serif;
}
.modal-avaliacao .modal-title, .modal-avaliacao .form-group textarea{
	font-weight: 200;
}
.modal-avaliacao input, .modal-avaliacao textarea{
	font-weight: 200;
	border-radius: 0;
	margin-bottom: 10px;
}
.pad0{
	padding: 0;
}
.max-100{
	max-width: 100%;
}
.imovel-corretor{
	padding: 5px;
	font-family: 'Open Sans', 'Roboto', Helvetica, Helvetica Heue, sans-serif;
}
.imovel-corretor .panel{
	border-radius: 0;
}
@media screen and (min-width: 768px){
	.imovel-corretor .panel{
		min-height: 330px;
	}
}
.imovel-corretor img{
	padding: 0;
	margin-bottom: 5px;
}
.imovel-corretor h5{
	font-size: 11px;
	color: #888;
	font-weight: 400;
	margin-bottom: 7px;
}
.imovel-corretor h3{
	margin-top: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #676a6c;
}
.imovel-corretor h3:hover{
	color: #528dc4;
}
.imovel-corretor h4{
	font-size: 13px;
	margin-top: 10px;
	color: #676a6c;
	margin-bottom: 15px;
}
.imovel-corretor .info-imovel{
	padding: 1px 5px;
	background: transparent;
	border: 1px solid #528dc4;
	border-radius: 3px;
	color: #528dc4;
	font-weight: 400;
}
.preco-imovel{
	margin-bottom: -20px;
	position: relative;
	top: -31px;
	color: #fff;
	font-weight: bold;
	background: #528dc4;
	padding: 3px 10px;
}
.imovel-corretor .info-imovel:hover{
	background: #528dc4;
	color: #fff;
}
.view-all{
	margin-top: 60px;
}
.content-avaliacao .fa-star, .content-avaliacao .fa-star-o{
	font-size: 15px;
}