h1 {
	margin-bottom: 2em;
}

.price {
	margin-top: 0;
	text-align: right;
	font-size: 3em;
	color:inherit;
}

.price small {
	font-size: 0.5em;
	opacity: 0.5;
}

table {
	width: 100%;
}

table tr td {
	border-bottom: 1px solid #DDD;
	padding-top: 1em;
}

table tr td:last-child {
	text-align: right;
	font-weight: bold;
}

.photo {
	margin-top: -5em;
	margin-bottom:-5em;
}

#background-middle {
	background: url('background-middle.jpg') bottom no-repeat;
	background-size: 100vw;
}

.white-box h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.white-box table {
	margin-bottom: 3em;
}

#broker .ar-col {
	margin-top: -5em;
}

#broker .shadow-circle {
	margin-top: -5em;
	margin-bottom: -5em;
}

#broker .icon {
	right: 3em;
	height: 8em;
	margin-top: -3em;
}

#broker h2 {
	margin-bottom: 1em;
	margin-top: 0;
}

#broker h2 small{
	opacity: 0.5;
}

#broker .img-circle {
	border: 3px solid #555;
}

#background-bottom {
	background: url('background-footer.jpg') bottom no-repeat;
	background-size: 100vw;
}

#mapa {
	margin-top: -5em;
}

#mapa h2 {
	margin-bottom: 0;
}

form {
	margin-bottom: 10em;
}

.control-label {
	display: block;
	position: relative;
}
.control-label span {
	display: none;
}

.control-label strong {
	font-size: 9em;
	color: #98ca3c;
	opacity: 0.3;
	display:block;
	position: absolute;
	right: -0.2em;
	top: -0.55em;
}

.form-group {
	margin-top: 3em;
	margin-bottom: 0;
}

.form-control {
	border-radius: 0;
	border: 2px solid #555;
	padding: 1.5em;
	font-size: 1.3em;
	background: rgba(255,255,255,0.8);
}

.btn.btn-primary{
	background: #98ca3c;
	border-radius: 0;
	border: none;
	padding: 1em;
	font-size: 1.3em;
	text-transform: uppercase;
}

.btn.btn-primary * {
	color: white;
}

#see-profile {
	font-size: 3em;
	padding: 5vw;
	margin-top: 3.3em;
}

@media(max-width: 1199px) {
	#broker {
		font-size: 0.9em;
	}

	#broker .lead {
		font-size: 1.2em;
		margin: 0;
	}

	#broker h2 small {
		font-size: 0.6em;
	}

	#see-profile {
		margin-top: 2.5em;
	}
}

@media(max-width: 991px) {
	#broker h2 small {
		font-size: 0.4em;
	}

	.black-box .lead {
		font-size: 1.3em;
	}

	#see-profile {
		margin-top: 1.2em;
	}
}

@media(max-width: 767px) {
	#broker {
		margin-top: 4em;
	}

	h1 {
		margin-bottom: 0;
	}

	.price {
		font-size: 2em;
		text-align: center;
	}

	.green-box {
		margin-top: 4em;
	}

	.photo {
		margin-bottom: -1em;
	}

	#mapa {
		margin-top: 0;
		text-align: center;
	}

	#see-profile {
		font-size: 1.6em;
	}
}