.google-map {
	height: 350px;
	margin-bottom: 40px;
}

#property_filter {
	margin-bottom: 20px;
	padding: 1.5em;
	border: 1px solid #ccc;
}

#property_filter h2 {
	text-align: center;
	margin: 0 0 .5em;
}

#property_filter #acres_text {
	font-weight: bold;
	text-align: center;
	font-size: .9em;
}

.table .label {
	background: #1e772d;
}
div.table .row > * {
    padding: 0 !important;
}
div.table .row {
	padding: .5em; 
}
.sortable .sort {
	cursor: pointer;
}
.sortable .sort:after {
	font-family: 'FontAwesome';
	font-size: .7em;
	display: inline-block;
	margin-left: 10px;
	color: inherit;
	opacity: .4;
	vertical-align: middle;
}
.sortable .sort-asc:after {
	content: "\f077";
}
.sortable .sort-desc:after {
	content: "\f078";
}

.property-info {
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
.property-info big {
    font-weight: bold;
    /* font-size: 1.3em; */
    line-height: 1.3;
    opacity: .8;
}
.property-info ul {
	padding-left: 20px;
}

.property-media {
	position: relative;
	padding: 1em;
}
.property-media:before {
	content: "";
	position: absolute;
	height: 400px;
	max-height: 80%;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 -15px 75px -15px rgba(0,0,0,.4);
}
.property-media .inner {
	position: relative;
	background: #fff;
}
.property-media .carousel img {
	width: 100%;
}
.property-media .carousel-nav {
	text-align: center;
	margin-top: 20px;
}
.property-media .carousel-nav a {
	display: inline-block;
	max-width: 25%;
}
.property-media h2 {
	margin: 2em 0 1em;
	font-size: 2em;
}
.property-videos a {
	display: inline-block;
	margin-bottom: 15px;
}
.property-images {
	font-size: 0;
}
.property-images a {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.counters {
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('../../../images/field.jpg') center center no-repeat;
}
.counter {
	margin: 30px auto !important;
	max-width: 180px;
	color: #fff;
	text-shadow: 0 0 .75em rgba(0,0,0,.4);
}
.counter svg {
	box-shadow: 0 0 .5em rgba(0,0,0,.2);
	border-radius: 50%;
}
.counter path:first-child {
	opacity: .7;
}
.progressbar-text {
	color: inherit !important;
	font-size: 1.75em;
	font-weight: bold;
}
.counter .title {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: .25em;
}