.explore-buildings-block {
	background-color: #173747;
	padding: 40px 0 80px 0;
}

.feature-option-filter {
	color: #fff;
	text-align: center;

}

.feature-option-filter .button {
	width: 225px;
	display: inline-block;
	margin: 2px;
	padding: 10px;
	border: 2px solid #fff;
	font-weight: normal;
	cursor: pointer;
}

.feature-option-filter .button.active {
	background-color: #fff;
	color: #173747;
}

.explore-buildings-block h2 {
	text-align: center;
	color: #fff;
}

.explore-buildings-block .building-type {
	width: 350px;
	display: inline-block;
	position: relative;
	margin: 0 10px;
	vertical-align: top;
}

.explore-buildings-block .plus {
	position: absolute;
	background-color: #183746;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 34px;
	line-height: 40px;
	right: 10px;
	color: #fff;
	top: 150px;
}

.explore-buildings-block .building-type {
	background-color: #fff;
	color: #173747;
}

.explore-buildings-block .building-type .info {
	padding: 0 35px 35px 35px;
	position: relative;
	height: 205px;
}

.explore-buildings-block .image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 175px;
}

.explore-buildings-block button.slick-arrow {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 0;
	height: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	margin-bottom: 0;
}

.explore-buildings-block .slick-prev:after {
	content: '\f060';
	font-family: "Font Awesome 5 Free";
	font-size: 25px;
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: -60px;
	right: calc(50% + 200px);
}

.explore-buildings-block .slick-next:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 25px;
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: -60px;
	left: calc(50% + 200px);
}

.explore-buildings-block .slick-slide {
	opacity: .75;
}

.explore-buildings-block .slick-active {
	opacity: 1;
}