#property-info {
	padding: 40px 0px 40px 0px;
}

#property-info #place, #property-info h1, #property-info p {
	display: none;
}

#property-info #buttons {
	position: relative;
	background-color: transparent;
}
#property-info #buttons .btn {
	width: auto;
	background-color: #ed1b35;
	color: #ffffff;
	padding-right: 29px;
}

#property-thumbs .bx-wrapper {
	margin: 0px 40px !important;
}

#properties {
	padding-top: 105px;
}

#properties > h2 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #ffdd35;
	color: #ed1b35;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

@media only screen and (max-width: 640px) {

	#property-thumbs .bx-wrapper {
		margin: 0px !important;
	}
}