body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open Sans";
	color: #000;
}

body {
	min-width: 320px;
}

.wrapper {
	max-width: 900px;
	width: 100%;
	min-width: 460px;
	padding: 0 10px;
	box-sizing: border-box;
}

.ttop {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}

.top {
	width: 100%;
	height: 550px;
	overflow: hidden;
	display: table;
	position: relative;
}

.top .center {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	z-index: 1;
	position: relative;
	background: rgba(0,0,0,0.15);
}

.top .bg {
	width: 100%;
	height: 800px;
	overflow: hidden;
	background: url(imgs/1.jpg) no-repeat center / cover;
	position: absolute;
	top: 0px;
	left: 0;
}

.top.dwa .bg {
	background-image: url(imgs/2.jpg);
}

.top.trzy .bg {
	background-image: url(imgs/3.jpg);
}

.parallax-window {
    min-height: 450px;
    background: transparent no-repeat center / cover;
    overflow: hidden;
    width: 100%;
}

section {
	text-align: center;
}

section h2 {
	text-align: center;
	font-size: 32px;
	color: #035DAA;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
	display: inline-block;
}

.top.jeden h1 {
	color: #FFF;
}

.top h1 {
	font-size: 66px;
	margin: 0;
	color: #035DAA;
}

.top h2 {
	font-size: 26px;
	padding-bottom: 0;
	border-bottom: 0;
}

.tab {
	display: block;
	width: 900px;
	text-align: center;
	margin: 30px auto;
	overflow: hidden;
}

section.box {
	padding: 30px 0 45px 0;
	border-bottom: 1px solid #888;
}

section.box:last-child {
	/*border-bottom: 0;*/
}


p {
	text-align: justify;
	font-weight: 700;
	padding: 0 20px;
	box-sizing: border-box;
}
