/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,  img, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

body {

	font-size: 1em;
	line-height: 1.1em;
	background: url(img/logo.png) center;
	color: white;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;


	font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	src: url('segoe_ui_bold.eot');
	src: url('segoe_ui_bold.eot?#iefix') format('embedded-opentype'),
		url('segoe_ui_bold.woff2') format('woff2'),
		url('segoe_ui_bold.woff') format('woff'),
		url('segoe_ui_bold.svg#Segoe UI Bold') format('svg');

}

a {

	color: white;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #E09F01;

}

img {

	width: 100%;

}

div {

	text-align: center;
	width: 100%;
}


header {

	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: url(img/header.png);
	background-position: center top;
	text-align: center;
	display: inline-block;

}

footer {

	width: 100%;
	height: 250px;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: url(img/footer.png) center;
	text-align: center;
	display: inline-block;
	font-size: 0.9em;

}

nav {

	padding: 10px;
	display: block;
	display: inline-block;

}

#menu-icon {

	display: hidden;
	width: 30px;
	height: 30px;
	background: url(img/menu-icon.png) center;

}

a:hover#menu-icon {

	border-radius: 0px 0px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #E09F01;

}
.akapit{

	color: white;

}

section {

	margin: auto;
	max-width: 1130px;
	position: relative;
	font-size: 1em;
	color: white;
	text-align: justify;
	padding: 0;
	border: 0;
	outline: 0;

}

p {

	line-height: 1.45em;

}

h1 {

	font-size: 2em;
	color: white;
	line-height: 1.15em;
	text-align: center;

}

h2 {

	font-size: 2em;
	color: white;
	line-height: 1.15em;
	text-align: center;

}

.h2-seo {

	font-size: 20px;
	color: white;
	line-height: 1.15em;
	margin: 20px 0;


}
.p-seo {

	font-size:16px;
	line-height: 1.45em;
	margin-bottom: 20px;
	align=justify;

}


/*MEDIA QUERY*/
@media only screen and (max-width : 1130px) {

header {
	top: 0px;
	height: 40px;
	position: fixed;
	z-index: 99;
	background: url(img/header_mobile.png);

}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul {

		display: none;
		position: absolute;
		padding: 10px;
		background: url(img/menu_tel.png);
		right: 0px;
		top: 40px;
  		border-radius: 0px;
		border: none;
		border-color: white;
		width: 100%;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
* {
  box-sizing: border-box;
}

body {
  padding: 0px;
  background: #f1f1f1;
}