h2, h3, h4, h5, h6 {
	font-weight: 100;
}

.vertical-center {
	margin: 0;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.special-offer-wrapper {
	padding-bottom: 70px;
	padding-top: 70px;
	margin-bottom: -70px;
	text-align: center;
	color: white;
	background-color: white;
	position: relative;
}

.special-offer-wrapper img {
	width: 100%;
}

.special-offer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1.3rem;
	opacity: 0.9;
	border-radius: 20px;
	background-color: white;
	color: black;
}

.special-offer button {
	opacity: 1;
}

.special-offer img {
	width: 100%;
	height: 50%;
	overflow: none;
	opacity: 0.5;
	z-index: 0;
}

.placeholder {
	padding-top: 7px;
	padding-bottom: 0;
	background-color: #2c3e50;
}

.directions {
	margin-top: -20%;
}


.ui-tabs-anchor {
	font-weight: 500;
}

.lv-table th {
	font-weight: 200
}

.apartment-list {
	margin-top: 20px;
}
