@charset "utf-8";
/* CSS Document */

.mainPattern {
	background:url(images/patterns.jpg) top left;
	width:100%;
	min-width:1050px;
	padding-top:175px;
	padding-bottom:120px;
}



.nooverflow {
	overflow:hidden;
}


#layer {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:5000;
	overflow:auto;
	background-image:url(images/white-50.png);
	display:none;
}
#overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#zoom .img {
	position:relative;
	z-index:6000;
}
#zoom .centeredLoad {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-12px;
	display:none;
}
#zoom .zoomed {
	
}
#layer .close {
	background-image:url(images/close.png);
	background-position:0px 0px;
	width:249px;
	height:144px;
	position:fixed;
	top:0px;
	right:0px;
	z-index:6500;
}
#layer .close:hover {
	background-position:0px -156px;
}
#zoom .img {
	-webkit-box-shadow:rgba(0, 0, 0, 0.72) 0px 0px 100px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.72) 0px 0px 100px 0px;
	box-shadow:rgba(0, 0, 0, 0.72) 0px 0px 100px 0px;
	display:none;
}


#pageContent {
	background-image:url(images/realization-bottom.png);
	background-position:bottom center;
	background-size:100% auto;
	background-repeat:no-repeat;
}
#realization {
	padding-top:114px;
	position:relative;
	width:1050px;
	margin:0 auto;
}
.realizationHeader {
	background-image:url(images/brickses.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:117px;
	text-align:center;
	padding-top:45px;
}
.realizationContainer {
	
}
.realizationBox {
	background-image:url(images/realization-white.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.realizationContainer .realizationBox:last-child {
	background:none;
}
.realizationBox .topBg {
	background-image:url(images/realization-top.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:75px;
}
.realizationBox .topBg h3 {
	font-family:Tahoma Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:22px;
}
.realizationBox p {
	font-family:Tahoma Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#000;
	text-align:center;
}
.realizationBox .realizationGallery {
	text-align:center;
}
.realizationBox .realizationGallery img {
	margin:8px 23px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.04) 0px 0px 0px 6px;
	-moz-box-shadow:rgba(0, 0, 0, 0.04) 0px 0px 0px 6px;
	box-shadow:rgba(0, 0, 0, 0.04) 0px 0px 0px 6px;
}
.realizationBox .bottomBg {
	background-image:url(images/realization-top-bottom.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:75px;
}
#realization .moreCenter {
	text-align:center;
	height:34px;
}
#realization .moreCenter .load {
	display:none;
}
#realization .more {
	background-image:url(images/more.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:102px;
	height:34px;
	display:inline-block;
}
#realization .more:hover {
	background-position:0px -46px;
}



#bottomFooter {
	padding-bottom:60px;
}
#bottomFooter .bottomMenu {
	padding-top:30px;
}
.fancySpacer {
	margin:0 auto;
	width:1050px;
}
.bottomMenu .centered {
	margin:0 auto;
	width:990px;
	padding:25px 30px;
	position:relative;
}
.bottomMenu ol {
	list-style:none;
}
.bottomMenu a {
	font-family:Tahoma Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#000;
	text-decoration:none;
	text-transform:lowercase;
}
.bottomMenu a:hover {
	border-bottom:1px solid #000;
}
.bottomMenu span a {
	font-size:12px;
}
#bottomFooter .centered span {
	position:absolute;
	right:30px;
	bottom:25px;
	font-family:Tahoma Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000;
}