.object {
	border:0px solid silver;
	font-size: 12px;
	padding-bottom: 10px;
	padding:20px;
}
.object img {
	margin-right:20px;

}
.object .imagewrapper {
	height:220px;
	width:inherit;
	
}

.object .imagewrapper .overlay {	
	background-image: url('images/trans.png');
	position:absolute;
	z-index:10;
	width:inherit;
	color:white;	
	margin-top:50px;
	text-align:center;
}
.object .imagewrapper .overlay div {	
	margin:10px;
	font-weight:bold;
}
.balloon {
	color:black;
	width:380px;
}
.balloon img {
	float:left;
	margin-right:10px;
}
.balloon .info {
	float:left;
	width:170px;
	margin-top:20px;
}

/* general */
.overlay {
	cursor:pointer;
}

#card {
	border: 1px solid gray;
}

#estate-navigation {
	margin-top: 20px;
}

#estate-documents span {
	font-size: 20px;
}

/* Bootstrap override */
#realestateform .row {
	padding: 0 15px;
}
label.resetlabel {
	font-weight: normal;
	font-size: 12px;
	padding-left: 0;
	margin-left: 0;
	text-align: left !important;
}

.objectimage { margin: 0 -30px;height:248px;overflow-y:hidden;border-radius:6px; }
.objectimage .overlay {
	text-align: center;
	margin-top: -90px;
	margin-bottom: 60px;
	height: 30px;
	background: #888;
	opacity: 0.9;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
}

.objectimage .img-responsive {
	width: 100%;
}

.pagination {
	margin: 0px;
}