#quick-search-form {
	
}

#property-left {
	vertical-align:top;
	display: inline-block;
	position: relative;

	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 15px 20px 15px 20px;
	background-color: #f5f5f5;
	width: calc(82.44% - 61px);
	margin-right: 15px;
	margin-bottom: 20px;
}

#property-left > img {
	width: calc(100% - 22px);
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 10px;
	background-color: #ffffff;
	margin-bottom: 5px;
}

/* SOLD sticker */
div#property-left.status-14::before {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 23%;
	left: 0;

	width: 152px;
	height: 78px;	

	content: '';
	background-image: url("/upload/images/sold.png");
}

#content .thumbnails li:before {
	content: '';
	margin-right: 0px;
}
.thumbnails {
	height: 122px;
}
.thumbnails li {
	height: 122px;
}
.thumbnails li img {
	border: 1px solid #cccccc;
	padding: 5px 5px 15px 5px;
	background-color: #ffffff;
	height: 100px;
}

#property-right {
	vertical-align:top;
	display: inline-block;
	width: 17.65%;
}
#property-right ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
}
#property-right ul li:before {
	content: '';
	margin-right: 0px;
}

/* 880 */
@media only screen and (max-width: 880px) {

#content-left {
	padding-right: 15px;
}

#property-left {
	width: calc(100% - 169px);
}

#property-right {
	width:108px;
}

}

/* 580 */
@media only screen and (max-width: 580px) {


#property-left {
	width: calc(100% - 42px);
	margin-right: 0px;
}

#property-right {
	width: 100%;
}


}