body
{
	width: 100%;
	height: 100%;	
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Quicksand', sans-serif;
	color: #000;
	text-align: center;
}

*
{
	margin: 0px;
	padding: 0px;
}

div.left
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 100%;
	text-align: left;
}

div.logo
{
	width: 100%;
	height: 259px;
}

div.menu
{
	width: calc(100% - 40px);
	height: 180px;
	padding-top: 60px;
	padding-left: 40px;
	font-size: 22px;	
	font-weight: 500; /* medium */
	text-transform: lowercase;
}

div.menu ul
{
	list-style-type: none;
}

div.menu li
{
	margin-bottom: 30px;
}

div.menu a
{
	color: #009846;
}

div.menu a:hover
{
	color: #009846;
}

div.social
{
	width: 100%;
	height: 30px;
	padding-top: 150px;
}

div.social table
{
	width: 100%;
	border-collapse: collapse;
}

div.social td
{
	vertical-align: bottom;
}

div.social td.right
{
	text-align: right;
}

div.social td.right img
{
	position: relative;
	top: 8px;
}

div.right
{
	position: absolute;
	left: 270px;
	width: calc(100% - 270px);	
	font-size: 14px;
	color: #000;
	text-align: left;
}

div.right a
{
	color: #000;
}

div.right a:hover
{
	color: #000;
}

div.right h1
{
	display: inline-block;
	width: 300px;
	height: 85px;
	background: url('../images/h1.png') no-repeat center left;
	margin: 0px;
	margin-top: 55px;
	margin-bottom: 55px;
	padding: 0px;
	padding-left: 100px;
	font-family: 'Quicksand', sans-serif;
	font-size: 46px;
	font-weight: bold;
	color: #f4d430;
	line-height: 48px;
	letter-spacing: 10px;
	text-transform: lowercase;	
	text-align: left;
}

div.right h3
{
	padding-top: 60px;
	font-weight: bold;
	font-size: 13px;
	color: #009846;
	letter-spacing: 3px;
	text-transform: lowercase;
}

div.right p
{
	margin-bottom: 20px;
	font-weight: 300;
}

div.banner
{
	width: 100%;
	height: 650px;	
	overflow: hidden;
	float: left;
}

div.banner.start1
{
	background: url('../images/banner1.jpg') no-repeat top center;
	background-size: cover;
}

div.banner.start2
{
	background: url('../images/banner2.jpg') no-repeat top center;
	background-size: cover;
}

div.banner_left
{
	position: absolute;
	top: 621px;
	width: 29px;
	height: 29px;
	background: url('../images/banner_left.jpg') no-repeat top center;
	cursor: pointer;
	float: left;
}

div.banner_left:hover
{
	/*background: url('../images/banner_left2.png') no-repeat top center;*/
}

div.banner_right
{
	position: relative;
	top: 621px;
	width: 29px;
	height: 29px;
	background: url('../images/banner_right.jpg') no-repeat top center;
	cursor: pointer;
	float: right;
}

div.banner_right:hover
{
	/*background: url('../images/banner_right2.png') no-repeat top center;*/
}

div.box1
{
	width: 100%;
	min-height: 650px;
	font-size: 15px;
	color: #2b2954;	
	line-height: 175%;
	text-align: justify;
	float: left;
}

div.box1 table
{
	border-collapse: collapse;
	width: 100%;	
}

div.box1 td
{
	width: 50%;
	vertical-align: top;	
	display: block;
	min-height: 650px;
	float: left;
}

div.box1 td.left
{
	width: calc(50% - 150px);
	padding-left: 60px;
	padding-right: 90px;
	font-family: 'Open Sans', sans-serif;
}

div.box1 td.right
{
	background: url('../images/box1.jpg') no-repeat;
	background-size: cover;
}

div.box1 a.readmore, p.readmore a.btn
{
	display: block;
	width: 205px;
	height: 65px;
	background: #e31e24;
	margin-top: 65px;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;	
	font-weight: bold;
	color: #fff;
	line-height: 65px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
}

div.box1 ul
{
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

div.box2
{
	width: 100%;
	min-height: 650px;	
	font-size: 15px;
	color: #2b2954;	
	line-height: 200%;
	text-align: justify;
	float: left;
}

div.box2 table
{
	border-collapse: collapse;
	width: 100%;
}

div.box2 td
{
	width: 50%;
	min-height: 650px;
	vertical-align: top;	
	display: block;
	min-height: 650px;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

div.box2 td.right
{
	width: calc(50% - 150px);
	padding-left: 60px;
	padding-right: 90px;
}

div.box2 td.left
{
	background: url('../images/box2.jpg') no-repeat;
	background-size: cover;
}

div.box2 ul
{
	list-style-type: none;
	margin-top: 50px;
	font-weight: 600;
	text-transform: uppercase;	
}

div.box2 ul li
{
	width: 50%;
	height: 32px;
	background: url('../images/dokumenty.png') no-repeat left center;
	margin-bottom: 20px;	
	float: left;
}

div.box2 ul li:hover
{
	background: url('../images/dokumenty2.png') no-repeat left center;
}

div.box2 ul li a
{
	display: block;
	padding-left: 34px;
	color: #b82228;
}

div.box3
{
	width: 100%;
	min-height: 650px;
	font-size: 15px;
	color: #2b2954;	
	line-height: 200%;
	text-align: justify;
	float: left;
}

div.box3 table
{
	border-collapse: collapse;
	width: 100%;
}

div.box3 td
{
	width: 50%;
	vertical-align: top;	
	display: block;
	min-height: 650px;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

div.box3 td.left
{
	width: calc(50% - 150px);
	padding-left: 60px;
	padding-right: 90px;
}

div.box3 td.right
{
	background: url('../images/box3.jpg') no-repeat;
	background-size: cover;
}

div.box3 h1
{
	padding-top: 40px;
	padding-bottom: 60px;
}

div.box3 ul
{
	padding-left: 40px;
}

div.box4
{
	width: 100%;
	min-height: 650px;
	font-size: 15px;
	color: #2b2954;	
	line-height: 175%;
	text-align: justify;
	float: left;
}

div.box4 table
{
	border-collapse: collapse;
	width: 100%;
}

div.box4 td
{
	width: 50%;
	vertical-align: top;	
	display: block;
	min-height: 650px;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

div.box4 td.left
{
	height: 650px;
	overflow: hidden;
}

div.box4 td.right
{
	width: calc(50% - 150px);
	padding-left: 60px;
	padding-right: 90px;
}

div.footer
{
	width: 100%;
	min-height: 63px;
	text-transform: lowercase;
	overflow: hidden;
	float: left;
}

div.copyright
{
	width: calc(50% - 60px);
	height: 63px;
	background: #f4d430;
	padding-left: 60px;
	font-size: 11px;
	font-weight: bold;
	line-height: 63px;
	color: #009846;
	float: left;
}

div.authors
{
	width: calc(50% - 60px);
	height: 63px;
	background: #009846;
	padding-left: 60px;
	font-weight: bold;
	font-size: 11px;
	line-height: 63px;	
	letter-spacing: 1px;
	color: #fff;
	float: left;
}

div.authors a
{
	color: #fff;
}

a
{
	text-decoration: none;
}

a img
{
	border: 0px;	
}

div.mobile_content
{
	display: none;
}

h1.mobile
{
	display: none;
}

div.cookies
{
	position: fixed;
	bottom: 0px;
	z-index: 10000;
	width: 100%;
	background: #fff;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

div.cookies a
{
	color: #000;
}

div.cookies input[type=button]
{
	width: 290px;
	height: 50px;
	background: #e31e24;
	border: 0px;
	margin: 0px;
	padding: 0px;	
	line-height: 50px;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;	
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

div.cookies input[type=button]:hover
{
	background: #000;
}

div.cookies_content
{
	width: 290px; 
	margin: 0px auto;
	padding-top: 40px;
	padding-bottom: 55px;
	text-align: left;
}

table.mobile
{
	display: none;
}


@media (max-width: 1450px)
{
	div.box1 td, div.box2 td, div.box3 td, div.box4 td, div.box5 td
	{
		width: 100%;
	}
	div.box1 td.left, div.box2 td.right, div.box3 td.left, div.box4 td.right, div.box5 td.left
	{
		width: calc(100% - 150px);
		min-height: 0px;
		padding-bottom: 60px;
	}
	div.copyright
	{
		width: calc(100% - 20px);
		padding-left: 20px;
	}
	div.authors
	{
		width: calc(100% - 20px);
		min-height: 63px;
		padding-left: 20px;
	}
	table.desktop
	{
		display: none;
	}
	table.mobile
	{
		display: table;
	}
}

@media (max-width: 880px)
{
	div.left
	{
		display: none;
	}
	div.banner
	{
		height: 29px;
		padding-top: 171px;
	}
	div.banner_left, div.banner_right
	{
		position: inherit;
		top: 0px;
	}
	div.box2 ul
	{
		margin-top: 20px;
	}	
	div.box2 ul li
	{
		width: 100%;
	}
	div.box2 ul li:last-child
	{
		margin-bottom: 0px;
	}
	div.mobile_content
	{		
		display: block;
		text-align: left;
	}
	div.mobile_header
	{
		position: fixed;
		top: 0px;
		z-index: 5000;
		width: calc(100% - 27px);
		height: 70px;
		background: #fff;
		padding-top: 15px;
		padding-left: 12px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	div.mobile_logo
	{
		width: 80%;
		height: 70px;
		float: left;
	}
	div.mobile_logo img
	{
		max-height: 100%;
	}
	div.mobile_buttons
	{
		width: 20%;
		height: 70px;
		height: 65px;
		padding-top: 5px;
		text-align: right;
		float: left;
	}	
	#nav-icon
	{
		width: 60px;
		width: 51px;		
		height: 70px;
		height: 60px;
		background: url('../images/menu.svg') no-repeat top center;
		background-size: cover;
		cursor: pointer;
		float: right;
	}
	#nav-icon.open
	{
		background: url('../images/menu_open.svg') no-repeat top center;
		background-size: cover;
	}
	div.mobile_menu
	{
		position: relative;
		top: 105px;
		left: 0px;
		width: calc(100% - 30px);
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;		
	}
	div.mobile_menu.hidden
	{
		display: none;
	}
	div.mobile_menu.visible
	{
		display: block;
	}
	div.menu
	{
		font-size: 19px;
		font-weight: 400;
	}
	div.menu li.active, div.menu li.active ul li
	{
		font-weight: 600;
	}		
	table.menu_social
	{
		border-collapse: collapse;
		margin-top: 30px;
	}
	table.menu_social td
	{
		vertical-align: bottom;
	}	
	div.right
	{
		position: relative;
		top: 86px;
		left: 0px;
		width: 100%;
		padding-top: 10px;
		font-size: 12px;
	}
	div.right.visible
	{
		display: block;
	}
	div.right.hidden
	{
		display: none;
	}
	div.right h1
	{
		background: none;
		font-size: 28px;		
		width: 100%;
		margin: 0px;
		padding-left: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}	
	div.right h3
	{
		padding-top: 30px;
	}
	div.copyright.desktop
	{
		display: none;
	}
	div.copyright.mobile
	{
		display: block;
	}	
	div.box1 td.left, div.box2 td.right, div.box3 td.left, div.box4 td.right, div.box5 td.left
	{
		width: calc(100% - 30px);
		min-height: 300px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}	
	div.box1 td.right, div.box2 td.left, div.box3 td.right, div.box5 td.right
	{
		min-height: 300px;
		background-size: cover;
		background-position: top center;
	}
	div.box4 td.left
	{
		min-height: 400px;
		max-height: 400px;
		background-size: cover;
		background-position: top center;
	}	
}

@media (max-width: 480px)
{
	div.logo_bottom
	{
		display: none;
	}
	div.copyright
	{
		width: calc(100% - 20px);
		padding-left: 20px;
	}
	div.authors
	{
		min-height: 53px;
		padding-top: 10px;
		line-height: 150%;
		overflow: hidden;
	}
	div.cookies
	{
		width: calc(100% - 30px);
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}	
	div.cookies input[type=button]
	{
		width: 100%;
		height: 40px;		
		line-height: 40px;
		font-size: 14px;		
	}
	div.cookies_content
	{
		width: 100%; 
		padding-top: 15px;
		padding-bottom: 15px;
	}
}