#header #mmenu > ul > li:nth-of-type(5) > a
{
	border-bottom: 2px solid white;
}








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

#top .img
{
	background-image: url("zz-top.jpg");
	background-size: cover;
	background-position: center center;
	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("zz-top2.jpg");
	z-index: -2;
}

#top .img.n3
{
	background-image: url("zz-top3.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: 32px;
	text-align: justify;
	color: white;
	width: 100%;
	float: left;
	clear: left;
}




#zz
{
	float: left;
	width: 100%;
	padding-top: 120px;
	position: relative;
	z-index: 2;
}

#zz .rt
{
	float: right;
	width: 50%;
}

#zz .rt p
{
	font-size: 20px;
	line-height: 1.7em;
	margin-bottom: 1.7em;
	color: #929292;
}

#zz h1
{
	font-size: 48px;
	font-family: regr, Arial, Helvetica, sans-serif;
	margin-bottom: 105px;
}

#zz figure
{
	float: left;
	width: 50%;
	padding-right: 55px;
}

#zz figure img,
#imgs figure img
{
	width: 100%;
	display: block;
}


#imgs
{
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	margin-top: -80px;
	padding-bottom: 120px;
}

#imgs figure:first-of-type
{
	float: left;
	width: calc(50% - 55px);
}


#imgs figure:last-of-type
{
	float: left;
	width: 28.3%;
}





#footer
{
	background-color: #f7f7f7;
}











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




@media screen and (max-width: 1115px)
{
	#imgs
	{
		margin-top: -50px;
	}
}



@media screen and (max-width: 1088px)
{
	#zz h1
	{
		margin-bottom: 60px;
	}
}




@media screen and (max-width: 1070px)
{
	#top .img
	{
		height: calc(100% - 62px);
	}
	
	#top .inner > div
	{
		padding-top: 62px;
	}
	
	#top
	{
		margin-top: -62px;
	}
	
	#imgs figure:last-of-type
	{
		width: 40%;
	}
	
	#zz figure
	{
		width: 40%;
	}
	
	#imgs figure:first-of-type
	{
		width: calc(40% - 55px);
	}
	
	#zz .rt
	{
		width: 60%;
	}
	
	#imgs
	{
		display: none;
	}
	
	#zz h1
	{
		font-size: 40px
	}
	
	#imgs
	{
		display: block;
		margin-top: 0px;
		padding-bottom: 0px;
	}
	
	#imgs figure:first-of-type,
	#imgs figure:last-of-type
	{
		width: 50%;
	}
}







@media screen and (max-width: 800px)
{
	#top .inner > div p
	{
		font-size: 18px;
		line-height: 1.4em;
	}
}




@media screen and (max-width: 710px)
{
	#zz figure
	{
		display: none;
	}
	
	#zz .rt
	{
		width: 100%;
	}
	
	#zz
	{
		padding-top: 60px;
	}
	
	#zz h1
	{
		margin-bottom: 1em;
	}
}




@media screen and (max-width: 530px)
{
	#imgs figure:last-of-type
	{
		display: none;
	}
	
	#imgs figure:first-of-type
	{
		width: 100%;
	}
}




@media screen and (max-width: 450px)
{
	#top .inner
	{
		height: 400px;
	}
	
	#top h1,
	#zz h1
	{
		font-size: 30px;
	}
	
	#top .inner > div p,
	#zz .rt p
	{
		font-size: 12px;
		line-height: 1.4em;
	}
	
	#zz .rt
	{
		padding-bottom: 40px;
	}
}

