@media (max-width: 425px) {
	.close img {
		width: 20px !important;
		height: auto !important;
		background: none !important;
	}
}
.close img {
	background: none !important;
}
.list-properties .show-more-properties button {
	text-indent: 200% !important;
}

.inspired-slider img {
    height: 700px;
}

.filter-box-v2 .filter-list ul li .filter-choose {
	z-index: 9999999 !important;
}

@media (min-width: 1701px) {
	.inspired-slider img {
	    height: 1100px;
	}
}

@media (max-width: 1700px) and (min-width: 1551px) {
	.inspired-slider img {
	    height: 1000px;
	}
}

@media (max-width: 600px) {
	.inspired-slider img {
	    height: 400px;
	}
}

.list-properties-col {
	padding-top: 30px;
}

.properties-label {
	position: absolute;
	top: 15px;
	right: 10px;
	color: white;
	background: #BD9E50;
	z-index: 999;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 20px;
}

.properties-label.reserved {
	color: #BD9E50;
	background: white;
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
}
.properties-label.sold {
	color: white;
	background: #67737A;
}

@media (max-width: 768px) {
	.list-properties-col {
		padding-top: 15px;
	}
	.properties-label {
		font-size: 14px;
		padding: 8px 15px;
	}
}