.property-list-filter
{
	padding: 2rem;
}

.property-list-filter .flex
{
	justify-content: space-between;
}

.property-list-filter .flex > div
{
	width: 18%;
}

.property-list-filter input[type="text"],
.property-list-filter select,
.property-list-sort select
{
	border: 1px solid #023452;
	line-height: 3rem;
	height: 3rem;
	width: 100%;
	display: block;
	border-radius: 0;
	box-shadow: none;
	font-size: 1rem;
	padding-left: 1rem;
}

.property-list-filter .btn
{
	border-radius: 0;
	text-transform: none;
	font-size: 1.5rem;
	font-weight: 300;
	width: 100%;
	display: block;
}

.property-list-sort
{
	padding: 1rem 2rem;
	background-color: #f7f7f8;
}

.property-list-sort .flex
{

}

.property-list-sort .flex > div:first-child
{
	flex: 1;
}

.property-list-sort .flex > div:last-child
{
	margin-left: 1rem;
}

.property-list-sort .flex > div:nth-child(2) a
{
	background: transparent;
	line-height: 3rem;
	height: 3rem;
	padding: 0 1rem;
	border: none;
}

.property-list-sort select
{
	border: none;
	background: transparent;
}

.property-list
{
	padding: 0 1rem;
	padding-bottom: 2rem;
	background-color: #f7f7f8;
}

.property-list > .flex > .item
{
	padding:1rem;
	box-sizing: border-box;
}

.property-list > .flex > .item .property-card
{
	height: 100%;
	margin-bottom: 0;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: column;
}

.property-card-content
{
	background-color: #fff;
	padding: 2rem;
	flex: 1;
}

.property-card-content p
{
	font-size: 1rem;
	margin-top: 0;
}

.property-card-price
{
	color: #029ae1;
	font-weight: bold;
	display: block;
	text-align: right;
	font-size: 1.5rem;
	line-height: 2rem;
}

.property-card-content .marqueename
{
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: bold;
}

.property-card-address
{
	position: absolute;
	bottom: 1rem;
	left: 0;
	color: #fff;
	background: #029ae1;
	padding: 0 1rem;
}

.property-card-address h3
{
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	text-transform: none;
}

.property-card-iconflex
{
	justify-content: flex-start;
}

.property-card-iconflex > div
{
	margin-right: 0.75rem;
	padding-right: 0.75rem;
	border-right: 1px solid #023452;
}

.property-card-iconflex > div:last-child
{
	border-right: 0;
}

.property-card-iconflex img,
.property-card-iconflex svg
{
	height: 1.5rem;
	width: auto;
	margin-right: 0.5rem;
vertical-align: text-bottom;
}

.property-card-iconflex svg g
{
	fill: #029ae1;
}

@media (max-width: 1400px) 
{
	.property-list > .flex > .col-lg-4
	{
		max-width: 50%;
		flex-basis: 50%; 
	}
}

@media (max-width: 800px) 
{
	.property-list > .flex > .col-lg-4
	{
		max-width: 100%;
		flex-basis: 100%; 
	}
}

@media (max-width: 767px)
{
	.property-list-filter input[type="text"], .property-list-filter select, .property-list-sort select,.property-list-filter .btn,
	.property-card-content .marqueename, .property-card-price
	{
		font-size: 1rem;
	}

	.property-card-iconflex img
	{
		height: 1rem;
	}

	.property-card-content
	{
		padding: 1rem;
	}


}

@media (max-width: 500px) 
{
	.property-card-content .flex > .col-lg-8, .property-card-content .flex > .col-lg-4 {
    max-width: 100%;
    flex-basis: 100%;
}

.property-card-price, .property-card-content .marqueename
{
	text-align: left;
}

}