#top
{
	float: left;
	width: 100%;
	color: white;
	background-color: black;
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-top: -129px;
	min-height: 100vh;
}

#top .nadpis
{
	font-size: 60px;
}

/*
#top .padd
{
	position: absolute;
	margin-top: 129px;
	height: 100%;
	width: 100%;
}
*/

#top .img
{
	background-image: url("about-bg.jpg");
	background-size: cover;
	background-position: 60% 65%;
	width: 100%;
	height: calc(100% - 129px);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
/*	
	-webkit-transition: -webkit-transform 30s linear;
	-moz-transition: -moz-transform 30s linear;
	-ms-transition: -ms-transform 30s linear;
	-o-transition: -o-transform 30s linear;
	transition: transform 30s linear;*/
}

#top .img.n2
{
/*	background-image: url("bg_home2.jpg");*/
	z-index: -2;
}

#top .img.n3
{
/*	background-image: url("bg_home3.jpg");*/
	z-index: -2;
}
/*
#top .img.trans
{
	-webkit-transform: scale(1.5,1.5);
	-moz-transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5);
	-o-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
}
*/

#top .inner
{
	z-index: 1;
	position: relative;
}

#top .inner > div
{
	display: table;
	width: 100%;
	height: 100vh;
	float: left;
	padding-top: 129px;
}

#top .inner > div .vctr
{
	display: table-cell;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
}

#top h1
{
/*	margin-bottom: 60px;*/
	float: left;
}

#top .inner > div p
{
	font-size: 24px;
	line-height: 1.4em;
	color: white;
	width: 100%;
	float: left;
	clear: left;
	margin-top: 137px;
}










#why
{
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 95px;
}

#why .inner h2
{
	margin-bottom: 70px;
	margin-top: 70px;
}

#why .inner h2::after
{
	content: " ";
	background-color: #f7ede4;
	width: 90px;
	height: 4px;
	display: block;
	margin-top: 22px;
}

#why .inner p
{
	font-size: 20px;
	color: #8c8c8c;
	line-height: 1.6em;
	text-align: justify;
	text-indent: 36px;
	margin-bottom: 30px;
}







#arch
{
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 170px;
	background-image: url("arch-bg.jpg");
	background-size: cover;
	background-position: center center;
}

#arch .nadpis,
#roznov .nadpis
{
	font-size: 48px;
	margin-bottom: 64px;
}

#arch p,
#roznov p
{
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 45px;
	text-indent: 36px;
}

#arch p:last-of-type,
#roznov p:last-of-type,
#why .inner p:last-of-type
{
	margin-bottom: 0px;
}





#roznov
{
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 120px;
}

#roznov p
{
	color: #8c8c8c;
}
















@media screen and (max-width: 1150px)
{
	#top h1
	{
		text-align: center;
		width: 100%;
	}
	
	#top .inner > div p
	{
		text-align: center;
	}
}





@media screen and (max-width: 1070px)
{
/*
	#top .padd
	{
		margin-top: 62px;
	}
*/
	#top .img
	{
		height: calc(100% - 62px);
	}
	
	#top .inner > div
	{
		padding-top: 62px;
	}
	
	#top
	{
		margin-top: -62px;
	}
}










@media screen and (max-width: 450px)
{
	#top,
	#top .inner > div
	{
		min-height: 300px;
	}
	
	#top h1.nadpis,
	#arch .nadpis,
	#roznov .nadpis
	{
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	#why .inner h2
	{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	#top .inner > div p
	{
		font-size: 12px;
		line-height: 1.5em;
		margin-top: 30px;
	}
	
	#why .inner p,
	#arch p,
	#roznov p
	{
		font-size: 12px;
		margin-bottom: 30px;
	}
	
	#why,
	#arch,
	#roznov
	{
		padding-bottom: 60px;
		padding-top: 40px;
	}
}

