/* CSS Document */


#home {
	background: url("../images/bottom.homepage.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0; 
	position:relative;
	min-height: 690px;
}

#home.hydraulics{
	background: url("../images/gidraulics-fon.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	position:relative;
	min-height: 690px;
}

#home:before{
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.47);
}

.mobile	#home{
	background: url("../images/bottom.homepage-min.jpg");
	background-size: cover;
}
 
