@charset "utf-8";
html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

* {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
}
p {font-size: 0.8em; font-size: 1.25em; margin-bottom: 10px;}
a {text-decoration: none; color:inherit;}
h4 {color: red;font-size: 1em;margin-bottom: 5px;}
h1 {font-size: 1.5em;text-transform: uppercase;text-align: center; margin-bottom: 20px;}
.titolo {
	padding-top: 0px;
}
section {
	text-align: center;
    width: 1024px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	padding:10px;

}
#about, #products, #download, #contact, #categorie {
float: left;
padding-top: 150px;
padding-bottom: 150px;
width: 100%;
min-height: 768px;
}
#home {
	float: left;
padding-top: 200px;
padding-bottom: 50px;
width: 100%;
min-height: 768px;
	background-color: #fffdee; 
	text-align:center
	}
#about {background-color: white }
#products {background-color: whitesmoke }
#categorie {background-color: whitesmoke }
#download {background-color: #ece3d2 }
#contact {background-color: #2d91cb }
#pagina {
	text-align:center;
padding-top: 150px;
padding-bottom: 50px;
width: 100%;
}
#catalogo {
float: left;
padding-top: 50px;
padding-bottom: 150px;
width: 100%;
background-color: whitesmoke
}
#pagina img {padding: 20px;}
#pagina h1 { color: white;}
.cover {
width:1024px; 
margin-bottom: 20px;
-webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#home h1 {
	font-family: 'Lobster';
	color: #2d91cb;
	font-size: 4em;
	text-transform: none;
	  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
header {
	background:#fff;
	background: rgba(255,255,255, 1);
	width: 100%;
	color: black;
	position:fixed;
	top:0;
	left:0;
	z-index: 70;
	  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}
header .logo {float:left; padding: 20px 20px 20px 0px; height:120px }
.about{
    margin-top: 40px;
	text-align: left;
    column-count: 2;
    column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px; 
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
}

footer {width: 100%; text-align:center;clear: both;position: relative;z-index: 10; color: white; background-color: black; padding:20px;}
footer p {font-size: 1em; margin-bottom: 5px;}
footer .logo {padding: 30px;}
.wrapper {
	width: 100%;
    padding-top: 20px;
	margin-bottom: 80px;
	
}
.minicat {
	float: left;
	width: 100%;
	padding-top: 50px;
	background-color: whitesmoke;
	text-align:center;

}
.minicat li {display: inline-block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin: 5px;
}

.categorie {
	float: left;
	width: 100%;

}
.categorie li {float: left;width: 18%;margin: 1%; text-align: center; color: white
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.categorie img {padding: 20px;}
.categorie a { color: white;}

.cat { 
    font-size: 1em; 
    width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.cat li { 
    border-right: 1px solid #dedede;
	display: inline-block;
    line-height: 16px;
    margin-right: 10px;
    padding-right: 10px;
}
.cat li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.cat a { color: #999; text-decoration: none; }
.cat li.current a, ul#filter a:hover { text-decoration: underline; }
.cat li.current a { color: #333; font-weight: bold; }
.items {
	float: left;
	width: 100%;

}
.items li {float: left;width: 23%;margin: 1%;}



.items img {width: 100%; display: block;padding-bottom: 10px;}
.items h1 {
	font-size: 0.7em;
	font-size: 1em;
	margin-bottom: 5px;
	color: #2d91cb;
	font-weight: lighter;
}
.items div {
	min-height: 100px;
}
.items h2 {font-size: 0.5em; font-size: 0.75em; margin-bottom: 5px; color: black; font-weight: normal;}
.items p {font-size: 0.5em; font-size: 0.75em; margin-bottom: 5px; color: black; font-weight: lighter;}
.items strong {color: #2d91cb; font-weight: normal;}

.contact {
	color: white
}
.contact ul {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.contact li {
	width: 25%;
	float:left;
	padding: 10px;
}
.contact img {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid thin white;
}
.contact iframe {
	width: 95%;
	height: 450px;
	border:0;
}
.contact p {font-size: 0.7em; font-size: 1em;}

/* INIZIO DROPDOWN MENU RESPONSIVE */
.menu {float: right; margin-top: 50px;}
.menu li {display: inline-block; position: relative; font-size: 0.7em; font-size: 1em; padding: 10px; color: #2d91cb;}
.menu li:hover{background-color: #2d91cb;
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
	}
.menu li img{height: 20px; margin-bottom: -5px; margin-top: -5px;}

.btn-responsive-menu
{display: none; margin: 5px; padding: 10px; cursor: pointer; background-color: white;}	
.icon-bar 			
{display: block; width:20px;height:3px;margin:5px;background-color:#2d91cb;
-webkit-border-radius:   2px;
-moz-border-radius:      2px;
border-radius:           2px;
}

.scarica {

	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .00);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .00);
	display: inline-block;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	background-image: url(../grafica/PDF.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 35px;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	color: red;
}
.scarica:hover {
	background-color: whitesmoke;
}

@media screen and (max-width: 768px)
{
section {width: 100%; padding:10px;}
header {text-align:center;}
header .logo {float:none; padding: 20px; height:120px}
.cover {
width:100%; 
}
#home h1 {
font-size: 2em;
}
.btn-responsive-menu {display: block; position: absolute; top:35px; right:5px;}
.menu {width: 100%;float: left; margin-top: 0px;}
#menu {display: none;}
.show {display:block!important;}
.hide { position: absolute; top: -9999px; left: -9999px; }
.about{
    margin-top: 40px;
	text-align: justify;
    column-count: 1;
    column-gap: 40px;
    -moz-column-count: 1;
    -moz-column-gap: 0px; 
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
}
.contact li {
	width: 50%;

}

}
@media screen and (max-width: 640px){
.items li {
	width: 48%;
}


}

@media screen and (max-width: 320px){
.items li {
	width: 98%;

}

#home h1 {
font-size: 1.5em;
}
}







