html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, img, strong, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, footer, hgroup, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
}



body {
	font-family:'Eras', Arial, Helvetica, sans-serif;
	color:#222;
	text-align:center;
	width:50%;
	height:100%;
	background:none;
}

#bg {
	background-image:url(img/bg-body.jpg);
	background-repeat:repeat-x;
	background-size:100% 100%;
	position:fixed;
	width:100%;
}
#button-menu {
	position:fixed;
	top:40px;
	right:40px;
	background-image:url(img/button-menu.png);
	background-size:100% 100%;
	width:180px;
	height:180px;
	z-index:999;
}

nav {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:250px;
	padding:0;
	background-image:url(img/logo-batt-kill.png);
	background-position:20px 20px;
	background-repeat:no-repeat;
	background-size:auto 200px;
	z-index:99;
	border-bottom:15px solid #13bfd5;
}
nav ul#menu {
	position:absolute;
	left:0;
	top:0;
	width:75%;
	height:auto;
	display:none;
	z-index:999999;
	background-color:#fff;
}
nav ul li {
	width:100%;
	height:85px;
	display:block;
	float:right;
	margin:0;
	padding:35px 0 0 0;
	border-bottom:3px ridge #777;
	background-color:#fff;
}
nav ul li a {
	font-size:42px;
	font-weight:bold;
	color:#000;
}
nav ul li a:hover {
	color:#10aac5;
	transition-duration:0.3s;
}
nav ul li:first-child {
	margin:10px 0 0 20px;
}
nav ul li:last-child {
	border-bottom:none;
}
nav img {
	position:absolute;
	left:300px;
	top:110px;
	width:auto;
	height:100px;
}


section {
	width:190%;
	height:auto;
	position:relative;
	margin:250px 0 0 5%;
	padding:0;
	text-align:left;
	background:#fff;
	font-size:14px;
	letter-spacing:4px;
	line-height:50px;
}
section button {
	background-image:url(img/button-prezzi.png);
	background-size:100% 100%;
	width:50%;
	height:150px;
	border:none;
	margin:80px 0 0 25%;
	color:#eee;
	font-size:50px;
	letter-spacing:1px;
	filter:brightness(1.00);
	background-color:transparent;
	cursor:pointer;
}
section p {
	display:block;
	padding:0 50px 0 50px;
}
section h1 {
	color:#23376e;
	font-size:100px;
	text-align:center;
	margin:200px 0 50px 0;
}
section img {
	margin:100px auto 100px auto;
	display:block;
	width:90%;
	height:auto;
}
section img.right {
	display:none;
}
section img.img-home {
	margin:0 auto 20px auto;
	position:relative;
	width:100%;
	height:auto;
}
section ul {
	width:90%;
	display:block;
	height:auto;
	list-style:none;
	margin:0 auto 0 auto;
}
section ul li {
	width:100%;
	height:40px;
	margin-top:3px;
	display:block;
	float:left;
	font-size:25px;
	padding:0 10px 20px 10px;
	background-color:#eee;
}
section ul li:first-child {
	font-weight:bold;
	background-color:#23396f;
	color:#eee;
}
section ul li:last-child {
	margin-bottom:80px;
}
section ul li.last {
	margin-bottom:150px;
}
section ul li span {
	display:block;
	float:right;
}
section a {
	color:#000;
}
section a.anchor {
	padding:250px 0 0 0;
	margin:0;
	visibility:hidden;
}
section a:hover {
	color:#10aac5;
	transition-duration:0.3s;
}
section footer {
	margin-top:150px;
	width:100%;
	height:300px;
	padding-top:30px;
	text-align:center;
}
section footer i {
	color:#888;
	font-size:28px;
	margin:0;
	width:90%;
}
section footer h1 {
	color:#2e568a;
	font-size:34px;
	margin:0;
}
section footer h2 {
	color:#333;
	font-size:30px;
	line-height:40px;
	text-align:center;
}
section img.dev {
	display:block;
	float:right;
	width:auto;
	height:100px;
	margin:20px 0 50px 0;
}
section img.htm {
	display:block;
	float:right;
	width:auto;
	height:100px;
	margin:20px 0 50px 0;
}
section img.e-mail {
	display:block;
	float:right;
	margin:-450px 30px 0 0;
	width:180px;
	height:auto;
}
section h3 {
	display:block;
	width:95%;
	height:80px;
	text-align:center;
	height:auto;
	padding:10px;
	color:#333;
	font-size:30px;
	letter-spacing:1px;
	background-color:#fff;
}







