.prop-label{
	position: absolute;
	width: 175px;
	top: 35px;
	left: -25px;
	text-align: center;
	color: #f0f0f0;
	/*transform: rotate(-45deg);*/
	background: #000;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	text-transform: uppercase;
	font-size: 20px;
	z-index: 2;
}

/*
.prop-label.new {
    background: #e0ce82;
    color: #24265b
}

.prop-label.open {
    background: #24265b
}

.prop-label.sold {
    background: #181818
}*/

.prop-label.sold {
	background: #EE0000;
}

.prop-label.new.fr {
    width: 220px;
    top: 45px;
    left: -45px
}

.read_more2:hover{
	background-color: #269bd6;
	border-color: #269bd6;
}

#filter-wrapper.controls{
	margin-bottom: 10px;
}

#map{
	height: 400px;
}

.social-network a.si-colored.si-print{
	background-color: #333;
}
