@charset "UTF-8";
/* CSS Document */



/*gallery */



.BoxGalerie {
	display:inline-block;
	position:relative;
	width:126px;
	height:90px;
	overflow:hidden;
	background: #FFF;
	margin:3px;
}

 .BoxGaleriePresah {
	width: 226px;
	height: 190px;
	margin: -50px;
}
.BoxGalerieCenter {
	width: 226px;
	height: 190px;
	text-align: center;
	position:relative;
	display: table-cell;
	vertical-align: middle;
}
.BoxGalerieFoto {
	display: block;
	position:relative;
	left: 0;
	margin: 0 auto;
	max-width: 106px;
	max-height: 70px;
}



/* Referencni domy gallery */

.ContainerGalerieRefer {
	width: 100%;
	height:auto;
	overflow:hidden;
	text-align: center;
	margin-top: 4px;
}

.BoxGalerieRefer {
	display:inline-block;
	position:relative;
	width:126px;
	height:80px;
	overflow:hidden;
	background: #FFF;
}

 .BoxGalerieReferPresah {
	width: 226px;
	height: 180px;
	margin: -50px;
}
.BoxGalerieReferCenter {
	width: 226px;
	height: 180px;
	text-align: center;
	position:relative;
	display: table-cell;
	vertical-align: middle;
}
.BoxGalerieReferFoto {
	display: block;
	position:relative;
	left: 0;
	margin: 0 auto;
	max-width: 126px;
	max-height: 88px;
}






/* Partneri */


.BoxPartneri {
	display:inline-block;
	position:relative;
	width:66px;
	height:66px;
	overflow:hidden;
	margin:0 5px 5px 0;
	background-color: #FFF;
}

 .BoxPartneriPresah {
	width: 166px;
	height: 166px;
	margin: -50px;
}
.BoxPartneriCenter {
	width: 166px;
	height: 166px;
	text-align: center;
	position:relative;
	display: table-cell;
	vertical-align: middle;
}
.BoxPartneriSize {
	display: block;
	position:relative;
	left: 0;
	margin: 0 auto;
	max-width: 62px;
	max-height: 62px;
}



