h1.realizacje {
	clear: left;
	padding-top: 20px;
}
a.realizacja {
	width: 150px;
	display: block;
	float: left;
	overflow: visible;
	height: 170px;
	
}
.realizacja-mini {
	width: 150px;
	text-align: center;
	margin: 0 auto;
	float: left;
}
.realizacja-title {
	clear: left;
	text-align: center;
	
	padding: 5px;
	margin-bottom: 20px;
}

a.fotos {
	display: block;
	margin: 0 20px 20px 0;
	float: left;
}
div.block {
	height: 180px;
	width: 100%;
}
div.details {
	clear: both;
	float: left;
	padding: 0 0px 0 0;
	
	height: 100%;
	width: 20%;
}
div.references {
	float: left;
	text-align: center;
	display: table;
	height: 100%;
	width: 20%;
	background: url('/img/vertical-div.png') top left no-repeat;
	
}

div.others {
	float: left;
	padding-left:3%;
	display: table;
	height: 100%;
	width: 52%;
	background: url('/img/vertical-div.png') top left no-repeat;
}
div.cell {
	display: table-cell;
	vertical-align: top;
}