.ere-property-gallery .property-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.ere-property-gallery .container {
	padding-left: 0;
	padding-right: 0;
}
.ere-property-gallery .property-inner,
.ere-property-gallery .property-image {
	height: 100%;
}
.ere-property-gallery img {
	width: 100%;
}
.ere-property-gallery .filter-wrap {
	margin-bottom: 60px;
}
.ere-property-gallery .filter-wrap .filter-inner {
	display: table;
	width: 100%;
}
.ere-property-gallery .filter-wrap .ere-heading {
	display: table-cell;
	white-space: nowrap;
}
.ere-property-gallery .filter-wrap .ere-heading + .property-filter-content {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
.ere-property-gallery .filter-wrap .property-filter-content {
	font-size: 0;
}
.ere-property-gallery .filter-wrap .property-filter-content a {
	display: inline-block;
	font-size: 16px;
	color: #8f8f8f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 13px 20px;
	cursor: pointer;
	text-align: center;
}
.ere-property-gallery .filter-wrap .property-filter-content .active-filter,
.ere-property-gallery .filter-wrap .property-filter-content a:hover {
	color: #fff;
	background-color: #fb6a19;
}
.ere-property-gallery .filter-wrap .property-filter-mb {
	width: 100%;
	margin-top: 40px;
}
.ere-property-gallery .property-image {
	position: relative;
	overflow: hidden;
}
.ere-property-gallery .property-image:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	-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-gallery .property-image .property-item-content {
	position: absolute;
	left: 15px;
	top: 15px;
	right: 15px;
	opacity: 0;
	visibility: hidden;
	-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-gallery .property-image:hover:before,
.ere-property-gallery .property-image:hover .property-item-content {
	opacity: 1;
	visibility: visible;
}
.ere-property-gallery .property-image:hover:before {
	top: 0;
}
.ere-property-gallery .property-image:hover .property-item-content {
	margin-bottom: 0;
	z-index: 11;
}
.ere-property-gallery .property-title {
	margin-bottom: 10px;
}
.ere-property-gallery .property-title a {
	font-weight: 500;
	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-gallery .property-title a:hover {
	color: #fb6a19 !important;
}
.ere-property-gallery .property-info {
	display: table;
	width: 100%;
}
.ere-property-gallery .property-price {
	font-weight: 600;
	color: #bababa;
	white-space: nowrap;
	padding-right: 15px;
}
.ere-property-gallery .property-location span {
	color: #bababa;
	font-weight: 400;
}
.ere-property-gallery.color-dark .property-image {
	position: relative;
}
.ere-property-gallery.color-dark .property-image:before {
	background-color: rgba(255, 255, 255, 0.8);
}
.ere-property-gallery.color-dark .property-title a {
	color: #222;
}
.ere-property-gallery.color-dark .property-price,
.ere-property-gallery.color-dark .property-location span {
	color: #333;
}
@media (max-width: 991px) {
	.ere-property-gallery .filter-wrap {
		margin-bottom: 40px;
	}
	.ere-property-gallery .filter-wrap .filter-inner {
		display: block;
	}
	.ere-property-gallery .filter-wrap .ere-heading {
		display: block;
	}
	.ere-property-gallery .filter-wrap .ere-heading + .property-filter-content {
		display: block;
		text-align: left;
		margin-top: 40px;
	}
}