.ere-property-type img {
	width: 100%;
}
.ere-property-type .property-type-inner {
	min-height: 200px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.ere-property-type .property-type-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 8px 20px 23px;
	z-index: 2;
}
.ere-property-type .property-type-info .property-title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: -8px;
}
.ere-property-type .property-type-info .property-title span,
.ere-property-type .property-type-info .property-title a {
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ere-property-type .property-type-info .property-title a:hover {
	color: #fb6a19;
}
.ere-property-type .property-type-info .property-count {
	font-weight: 400;
	color: #bababa;
}