/* domyślne style dla parallaxa */

#parallax_img_1 {
	width				: 1450px;
	height				: 630px;
	background-image	: url('../images/parallax/3plan.png');
	background-repeat	: no-repeat;
	background-position	: 50% 50%;
	position			: absolute;
	top					: 0px;
	left				: 0px;
}

#parallax_img_2 {
	width				: 1520px;
	height				: 658px;
	background-image	: url('../images/parallax/2plan.png');
	background-repeat	: no-repeat;
	background-position	: 50% 50%;
	position			: absolute;
	top					: 0px;
	left				: 0px;
}

#parallax_img_3 {
	width				: 1590px;
	height				: 688px;
	background-image	: url('../images/parallax/1plan.png');
	background-repeat	: no-repeat;
	background-position	: 50% 50%;
	position			: absolute;
	top					: 0px;
	left				: 0px;
}

#parallax_img_4 {
	width				: 1698px;
	height				: 735px;
	background-image	: url('../images/parallax/logo.png');
	background-repeat	: no-repeat;
	background-position	: 50% 50%;
	position			: absolute;
	top					: 0px;
	left				: 0px;
}

