body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  font-size: 12px;
  color: #609dd0;
}
#header {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 3;
  position: fixed;
  top: 0;
  width: 100%;
  background: #F9B802;
  color: #000;
  text-align: center;
  -webkit-box-shadow: 0px 6px 5px rgba(50,50,50,0.75);
  -moz-box-shadow: 0px 6px 5px rgba(50,50,50,0.75);
  box-shadow: 0px 6px 5px rgba(50,50,50,0.75);
  border-bottom: 3px solid #000;
}
.parallax {
  position: relative;
  z-index: 1;
  height: 200px;
  width: 100%;
  -webkit-box-shadow: inset 0px -6px 5px rgba(50,50,50,0.75);
  -moz-box-shadow: inset 0px -6px 5px rgba(50,50,50,0.75);
  box-shadow: inset 0px -6px 5px rgba(50,50,50,0.75);
}
.parallax_3 {
  position: relative;
  z-index: 1;
  height: 100px;
  width: 100%;
  -webkit-box-shadow: inset 0px -6px 5px rgba(50,50,50,0.75);
  -moz-box-shadow: inset 0px -6px 5px rgba(50,50,50,0.75);
  box-shadow: inset 0px -6px 5px rgba(50,50,50,0.75);
}
#trans1 {
  background: url('./../immagini/prodotti_1.jpg') no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#trans2 {
  background: url('./../immagini/prodotti_1.jpg') no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#trans3 {
  background: url('./../immagini/prodotti_1.jpg') no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.txt {
  font-size: 45px;
  color: #fff;
  width: auto;
  background: #F9B802;
  background: rgba(29,156,229,0.6);
  padding: 5px 10px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.txt.right {
  margin: 150px 100px 0 0;
  float: right;
  text-align: right;
}
.txt.left {
  float: left;
  text-align: left;
  margin: 5% 0 0 100px;
}
.txt.sub {
  background: #000;
  background: rgba(0,0,0,0.6);
  font-size: 25px;
  color: #ccc;
  margin: 0 100px 0 100px;
}
.content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: #FFF;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 6px 5px rgba(50,50,50,0.75);
  -moz-box-shadow: 0px 6px 5px rgba(50,50,50,0.75);
  box-shadow: 0px 6px 5px rgba(50,50,50,0.75);
  text-align: justify;
  line-height: 25px;
  height: auto;
}
.content.right {
  text-align: right;
  line-height: 25px;
}
.content h2 {
  padding: 0 25px;
  color: blue;
}
.content p {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #565656;
  text-align: justify;
  line-height: 25px;
  margin-left: 0%;
}
#footer {
  text-align: center;
  padding: 20px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: #FFF;
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-box-shadow: 90px 6px 5px rgba(50,50,50,0.75);
  -moz-box-shadow: 90px 6px 5px rgba(50,50,50,0.75);
  box-shadow: 90px 6px 5px rgba(50,50,50,0.75);
}
ul.elenco {
  list-style: outside none none;
  text-align: justify;
  font-weight: bold;
  font-size: 18px;
  color: #ff1111;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul.elenco li:before {
  color: #ff1111;
  content: ">";
  font-family: ProximaNova-Sbold, Arial;
  font-size: 15px;
  line-height: 12px;
  list-style: outside none none;
}
.cb-overlay {
  position: absolute;
  background: url("./../immagini/azienda_ombra.png") repeat scroll 0 0 transparent;
  height: 600px;
  padding: 50px 36px;
  width: 525px;
  left: 3%;
}
.colonna {
  position: relative;
  margin-left: 30%;
  height: auto;
}
