.above-archive-property .archive-property-action {
	text-align: right;
	margin-bottom: 30px;
}
.above-archive-property .ere-heading {
	margin-bottom: 10px;
}
.above-archive-property .archive-property-action .archive-property-action-item {
	display: inline-block;
	vertical-align: bottom;
}
.above-archive-property .archive-property-action .archive-property-action-item:first-child {
	margin-right: 5px;
}
.above-archive-property .archive-property-action .sort-property {
	text-align: left;
}
.archive-property-action .property-status ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.archive-property-action .property-status ul li {
	display: inline-block;
	margin-right: 1px;
}
.archive-property-action .property-status ul li:last-child {
	margin-right: 0;
}
.archive-property-action .property-status ul li a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	padding: 8px 20px 6px;
	background-color: #222;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.archive-property-action .property-status ul li.active a,
.archive-property-action .property-status ul li a:hover,
.archive-property-action .property-status ul li a:focus {
	background-color: #fb6a19;
}

.archive-property-action .sort-property {
	position: relative;
	display: inline-block;
	width: 195px;
	margin-right: 5px;
}

.archive-property-action .sort-property span {
	cursor: pointer;
	display: block;
	background-color: #f6f6f6;
	padding: 7px 15px;
	font-size: 12px;
	font-weight: 400;
	position: relative;
}

.archive-property-action .sort-property span:after {
	position: absolute;
	content: '\f107';
	display: block;
	font-family: FontAwesome;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.archive-property-action .sort-property span.active:after {
	content: '\f106';
}

.archive-property-action .sort-property ul {
	cursor: pointer;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 16777271;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.archive-property-action .sort-property ul:not(.active) {
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}

.archive-property-action .sort-property ul li.active,
.archive-property-action .sort-property ul li:hover {
	background-color: #f6f6f6;
}

.archive-property-action .sort-property ul li.active a,
.archive-property-action .sort-property ul li:hover a {
	color: #222;
}

.archive-property-action .sort-property ul li a {
	display: block;
	padding: 5px 10px;
}

.archive-property-action .view-as {
	display: inline-block;
	position: relative;
	top: 2px;
}

.archive-property-action .view-as span {
	position: relative;
	width: 28px;
	height: 34px;
	display: inline-block;
	cursor: pointer;
	background-color: #222;
	text-align: center;
	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;
}

.archive-property-action .view-as span i {
	line-height: 34px;
}

.archive-property-action .view-as span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.archive-property-action .view-as .view-as-list {
	margin-right: 5px;
}

.archive-property-action .view-as .view-as-list:before {
	border-bottom: solid 0 transparent;
	border-top: solid 34px #222;
	border-right: solid 6px transparent;
	left: 100%;
}

.archive-property-action .view-as .view-as-grid:before {
	border-bottom: solid 34px #222;
	border-top: solid 0 transparent;
	border-left: solid 6px transparent;
	right: 100%;
}

.archive-property-action .view-as span.active,
.archive-property-action .view-as span:hover {
	background-color: #fb6a19;
}

.archive-property-action .view-as span.active:before,
.archive-property-action .view-as span:hover:before {
	border-top-color: #fb6a19;
	border-bottom-color: #fb6a19;
}
.ere-property-wrap .ere-search-properties.color-dark .form-search-wrap
{
	padding-top: 0 !important;
}
@media ( max-width: 991px ) {
	.above-archive-property .ere-heading {
		margin-bottom: 30px !important;
	}
	.archive-property-action {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.above-archive-property {
		display: block;
	}
	.above-archive-property > div {
		display: block;
	}
	.above-archive-property .archive-property-action {
		display: table;
		width: 100%;
		z-index: 50;
	}
	.above-archive-property .archive-property-action .archive-property-action-item {
		display: table-cell;
		vertical-align: bottom;
	}
	.above-archive-property .archive-property-action .archive-property-action-item:first-child {
		text-align: left;
	}
}

@media ( max-width: 599px ) {
	.archive-property-action > div {
		margin-bottom: 20px;
	}
	.above-archive-property .archive-property-action {
		display: block;
	}
	.above-archive-property .archive-property-action .archive-property-action-item {
		text-align: left;
		display: block;
		width: 100%;
		max-width: 270px;
	}
	.above-archive-property .archive-property-action .archive-property-action-item:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
}