.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
section.animated {
  opacity: 0;
  transform: translateY(150px);
}
section.come-in {
  animation: s-come-in 0.8s ease forwards;
  -webkit-animation: s-come-in 0.8s ease forwards;
}
@keyframes s-come-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes s-come-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
blockquote span.animated {
  opacity: 0;
  position: relative;
  top: 10px;
  padding: 95px 0;
}
.already-visible {
  opacity: 1 !important;
  top: 0 !important;
  animation: none !important;
  -webkit-animation: none !important;
  transform: translateY(0) !important;
}
blockquote span:nth-child(0).come-in {
  animation: b-come-in 0.6s ease-out 0s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 0s forwards;
}
blockquote span:nth-child(1).come-in {
  animation: b-come-in 0.6s ease-out 0.1s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 0.1s forwards;
}
blockquote span:nth-child(2).come-in {
  animation: b-come-in 0.6s ease-out 0.2s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 0.2s forwards;
}
blockquote span:nth-child(3).come-in {
  animation: b-come-in 0.6s ease-out 0.3s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 0.3s forwards;
}
blockquote span:nth-child(4).come-in {
  animation: b-come-in 0.6s ease-out 0.4s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 0.4s forwards;
}
blockquote span:nth-child(5).come-in {
  animation: b-come-in 0.6s ease-out 0.5s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 0.5s forwards;
}
blockquote span:nth-child(6).come-in {
  animation: b-come-in 0.6s ease-out 0.6s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 0.6s forwards;
}
blockquote span:nth-child(7).come-in {
  animation: b-come-in 0.6s ease-out 0.7s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 0.7s forwards;
}
blockquote span:nth-child(8).come-in {
  animation: b-come-in 0.6s ease-out 0.8s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 0.8s forwards;
}
blockquote span:nth-child(9).come-in {
  animation: b-come-in 0.6s ease-out 0.9s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 0.9s forwards;
}
blockquote span:nth-child(10).come-in {
  animation: b-come-in 0.6s ease-out 1.0s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 1.0s forwards;
}
blockquote span:nth-child(11).come-in {
  animation: b-come-in 0.6s ease-out 1.1s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 1.1s forwards;
}
blockquote span:nth-child(12).come-in {
  animation: b-come-in 0.6s ease-out 1.2s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 1.2s forwards;
}
blockquote span:nth-child(13).come-in {
  animation: b-come-in 0.6s ease-out 1.3s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 1.3s forwards;
}
blockquote span:nth-child(14).come-in {
  animation: b-come-in 0.6s ease-out 1.4s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 1.4s forwards;
}
blockquote span:nth-child(15).come-in {
  animation: b-come-in 0.6s ease-out 1.5s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 1.5s forwards;
}
blockquote span:nth-child(16).come-in {
  animation: b-come-in 0.6s ease-out 1.6s forwards;
  -webkit-animation: b-come-in 0.6s ease-out 1.6s forwards;
}
@keyframes b-come-in {
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes b-come-in {
  to {
    top: 0;
    opacity: 1;
  }
}
body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  color: #5a5a5a;
  font-family: 'Arial', sans-serif;
}
p {
  margin-bottom: 1em;
  line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Cantarell;
  color: #75b143;
}
h1,
h2 {
  font-size: 35px;
  color: #75b143;
}
h1 span,
h2 span {
  color: #6d6f71;
}
h1 span b,
h2 span b {
  color: #75b143;
  font-weight: normal;
}
@media (max-width: 760px) {
  h1,
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 18px;
  color: #75b143;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
#main ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style-type: none;
}
#main ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 2em;
  background: url(../img/bullet.png) no-repeat 0 50%;
  min-height: 22px;
  line-height: 22px;
}
strong {
  font-weight: 600;
}
a {
  color: #75b143;
}
#flashMessage,
.message {
  background: none repeat scroll 0 0 #4c4;
  color: #FFFFFF;
  padding: 25px;
  position: relative;
  text-align: center;
  font-size: 1.6em;
}
#flashMessage.error,
.message.error {
  background: #c44;
}
blockquote {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  font-family: 'Dancing Script';
  font-size: 1.3em;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}
blockquote:before {
  content: '';
  width: 19px;
  height: 17px;
  position: absolute;
  top: 0;
  margin-left: -40px;
  background: url(../img/laquo.png) no-repeat 0 0;
}
@media (max-width: 760px) {
  blockquote:before {
    margin-left: -30px;
  }
}
blockquote:after {
  content: '';
  width: 19px;
  height: 17px;
  position: absolute;
  bottom: 0;
  margin-left: 40px;
  background: url(../img/raquo.png) no-repeat 0 0;
}
@media (max-width: 760px) {
  blockquote:after {
    margin-left: 25px;
  }
}
.more {
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: Cantarell, sans-serif;
  background: #75b143;
  color: #fff;
  width: 260px;
  padding: 10px 20px;
  display: block;
  margin-top: 1.5em;
  position: relative;
}
.more:hover {
  background: #5d8c35;
}
.more:after {
  content: '';
  width: 11px;
  height: 14px;
  position: absolute;
  top: 14px;
  right: 15px;
  background: url(../img/whitearrow.png) no-repeat 0 0;
}
.input {
  margin-bottom: 1em;
}
input[type='text'],
input[type='number'],
textarea,
select {
  border: 1px solid #75b143;
  font-size: 13px;
  color: #444;
  padding: .6em 1em;
  width: 100%;
  box-shadow: 0px 0px 0px 2px transparent;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
input[type='text']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 2px 2px rgba(117,177,67,0.5);
}
input[type='submit'],
.button,
button {
  font-family: Cantarell;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #75b143;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 10px;
  -webkit-transition: all .25s;
  transition: all .25s;
  cursor: pointer;
  display: inline-block !important;
  -webkit-appearance: none;
  position: relative;
  min-width: 150px;
  margin-top: 1em;
}
input[type='submit']:focus,
input[type='submit']:hover,
.button:focus,
.button:hover,
button:focus,
button:hover {
  background-color: #5d8c35;
}
.checkbox input,
.checkbox label {
  vertical-align: middle;
}
.checkbox label {
  display: inline;
  font-weight: 300;
  color: #333;
}
.button {
  display: inline-block;
}
.error-message {
  font-size: .9em;
  color: red;
}
label {
  margin-bottom: .3em;
  display: block;
}
.inputGroup div.input {
  display: inline-block;
  width: 32%;
}
.inputGroup div.input:nth-child(2) {
  margin: 0 2% 1em;
}
@media (max-width: 760px) {
  .inputGroup div.input:nth-child(2) {
    margin: 0 0 1em;
  }
}
@media (max-width: 760px) {
  .inputGroup div.input {
    width: 100%;
    margin: 0 0 1em;
  }
}
body.animation {
  background: #000;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes nuvola1 {
  0% {
    -webkit-transform: translate(-1200%);
  }
  100% {
    -webkit-transform: translate(400%);
  }
}
@keyframes nuvola1 {
  0% {
    transform: translate(-1200%);
  }
  100% {
    transform: translate(400%);
  }
}
@-webkit-keyframes nuvola2 {
  0% {
    -webkit-transform: translate(-50%);
  }
  100% {
    -webkit-transform: translate(650%);
  }
}
@keyframes nuvola2 {
  0% {
    transform: translate(-50%);
  }
  100% {
    transform: translate(650%);
  }
}
@-webkit-keyframes nuvola3 {
  0% {
    -webkit-transform: translate(-650%);
  }
  100% {
    -webkit-transform: translate(350%);
  }
}
@keyframes nuvola3 {
  0% {
    transform: translate(-650%);
  }
  100% {
    transform: translate(350%);
  }
}
.screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.screen img {
  position: absolute;
  max-width: none;
}
#gofull {
  -webkit-transition: all .2s;
  transition: all .2s;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: .25;
  z-index: 99;
  display: none;
  transform: scale(.75);
}
#gofull:hover {
  transform: scale(1);
}
#goback {
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #c8c8c8;
  color: rgba(255,255,255,0.5);
  background: rgba(0,0,0,0.25);
  font-size: 12px;
  font-weight: bold;
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 7px;
}
#goback:hover {
  color: #ffffff;
}
@media (max-height: 980px) {
  .scene {
    top: -50px;
  }
}
@media (max-height: 880px) {
  .scene {
    top: -150px;
  }
}
@media (max-height: 780px) {
  .scene {
    top: -250px;
  }
}
@media (max-height: 680px) {
  .scene {
    top: -300px;
  }
}
@media (max-height: 580px) {
  .scene {
    top: -400px;
  }
}
@media (max-height: 480px) {
  .scene {
    top: -450px;
  }
}
@media (max-height: 380px) {
  .scene {
    top: -500px;
  }
}
#scene1 {
  position: relative;
}
#scene1 .text {
  text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
  color: #fff;
  font-family: Cantarell;
  font-size: 26px;
  left: 50%;
  margin: 40px auto 0 -450px;
  position: absolute;
  text-align: center;
  width: 900px;
  z-index: 99;
}
@media (max-height: 980px) {
  #scene1 .text {
    margin-top: 90px;
  }
}
@media (max-height: 880px) {
  #scene1 .text {
    margin-top: 190px;
  }
}
@media (max-height: 780px) {
  #scene1 .text {
    margin-top: 290px;
  }
}
@media (max-height: 680px) {
  #scene1 .text {
    margin-top: 340px;
  }
}
@media (max-height: 580px) {
  #scene1 .text {
    margin-top: 490px;
    width: auto;
    left: 10px;
    right: 10px;
    font-size: 16px;
    margin-left: 0;
  }
}
@media (max-height: 480px) {
  #scene1 .text {
    margin-top: 540px;
  }
}
@media (max-height: 380px) {
  #scene1 .text {
    margin-top: 590px;
  }
}
#scene1 .text span {
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #65bb3a;
  border-radius: 3px;
  color: #ccffcc;
  cursor: pointer;
  display: block;
  font-size: 20px;
  margin: 5em auto 0;
  padding: 5px;
  width: 250px;
}
@media (max-height: 580px) {
  #scene1 .text span {
    margin-top: 2em;
  }
}
#scene1 .text span:hover {
  background: #41a80e;
  color: #fff;
}
#scene1 img.pala {
  animation: rotation 5s infinite linear;
  -webkit-animation: rotation 5s infinite linear;
}
#scene1 img#pala1 {
  left: 298px;
  top: 415px;
}
#scene1 img#pala2 {
  left: 461px;
  top: 468px;
  width: 80px;
}
#scene1 img#pala3 {
  left: 568px;
  top: 453px;
  width: 110px;
}
#scene1 img#nuvola1 {
  left: 823px;
  top: 146px;
  width: 300px;
  animation: nuvola1 110s infinite linear;
  -webkit-animation: nuvola1 110s infinite linear;
}
#scene1 img#nuvola2 {
  left: -263px;
  top: 186px;
  width: 360px;
  animation: nuvola2 120s infinite linear;
  -webkit-animation: nuvola2 120s infinite linear;
}
#scene1 img#nuvola3 {
  left: 523px;
  top: 216px;
  width: 420px;
  animation: nuvola3 100s infinite linear;
  -webkit-animation: nuvola3 100s infinite linear;
}
#scene1 img#nuvola4 {
  left: 2523px;
  top: 216px;
  width: 460px;
  animation: nuvola3 110s linear;
  -webkit-animation: nuvola3 110s linear;
}
#scene1 img#nuvola5 {
  left: 4923px;
  top: 216px;
  width: 320px;
  animation: nuvola1 130s linear;
  -webkit-animation: nuvola3 130s linear;
}
#scene1 img.cartello {
  z-index: 3;
}
#scene1 img#cartello1 {
  left: 350px;
  top: 800px;
}
#scene1 img#cartello2 {
  left: 750px;
  top: 800px;
}
#scene1 img#cartello3 {
  left: 1150px;
  top: 800px;
}
#scene1 img.pianta {
  z-index: 1;
}
#scene1 img#pianta1 {
  left: 230px;
  top: 740px;
}
#scene1 img#pianta2 {
  left: 650px;
  top: 810px;
}
#scene1 img#pianta3 {
  left: 1150px;
  top: 720px;
}
#scene1 img#casa {
  z-index: 3;
  left: 1690px;
  top: 640px;
}
#scene1 .traktor {
  height: 292px;
  position: absolute;
  top: 670px;
  width: 822px;
  z-index: 2;
  left: -690px;
}
#scene1 .traktor #trattore {
  z-index: 10;
}
#scene1 .traktor .raccolto {
  display: none;
}
#scene1 .traktor #raccolto1 {
  z-index: 3;
  top: 120px;
  left: 8px;
}
#scene1 .traktor #raccolto2 {
  z-index: 2;
  top: 110px;
  left: 8px;
}
#scene1 .traktor #raccolto3 {
  z-index: 1;
  top: 110px;
  left: 8px;
}
#scene1 .traktor #ruota {
  border-spacing: 0;
  left: 380px;
  top: 141px;
  z-index: 11;
}
#scene1 .traktor #ruota.animated {
  animation: rotation 15s infinite linear;
  -webkit-animation: rotation 15s infinite linear;
}
#scene1 .traktor .ruotino.animated {
  animation: rotation 4s infinite linear;
  -webkit-animation: rotation 4s infinite linear;
}
#scene1 .traktor #ruotino1 {
  left: 10px;
  top: 240px;
  z-index: 11;
}
#scene1 .traktor #ruotino2 {
  left: 240px;
  top: 240px;
  z-index: 11;
}
#scene1 .traktor #ruotino3 {
  left: 740px;
  top: 240px;
  z-index: 11;
}
#scene2 {
  position: relative;
  display: none;
}
@media (max-width: 1600px) {
  #scene2 {
    top: -256px;
  }
}
#scene2 .text {
  color: #5a5a5a;
  font-family: Cantarell;
  font-size: 22px;
  margin: 40px 30px 0;
  position: absolute;
  text-align: center;
  width: 420px;
  z-index: 99;
  display: none;
}
@media (max-height: 980px) {
  #scene2 .text {
    margin-top: 180px;
  }
}
@media (max-height: 880px) {
  #scene2 .text {
    margin-top: 230px;
  }
}
@media (max-height: 780px) {
  #scene2 .text {
    margin-top: 290px;
  }
}
@media (max-height: 680px) {
  #scene2 .text {
    margin-top: 290px;
  }
}
@media (max-height: 580px) {
  #scene2 .text {
    margin-top: 310px;
    width: auto;
    left: 10px;
    right: 10px;
    font-size: 16px;
    margin-left: 0;
  }
}
@media (max-height: 480px) {
  #scene2 .text {
    margin-top: 320px;
  }
}
@media (max-height: 380px) {
  #scene2 .text {
    margin-top: 330px;
  }
}
#scene2 .text span {
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #65bb3a;
  border-radius: 3px;
  color: #ccffcc;
  cursor: pointer;
  display: block;
  font-size: 20px;
  margin: 2em auto 0;
  padding: 5px;
  width: 250px;
}
#scene2 .text span:hover {
  background: #41a80e;
  color: #fff;
}
#scene2 .barbabietola {
  left: 240px;
  top: 529px;
  display: none;
}
#scene2 .plastica {
  left: 700px;
  top: 545px;
  width: 93px;
  height: 75px;
  position: absolute;
  display: none;
}
#scene2 .plastica .normale {
  top: 0;
  left: 0;
}
#scene2 .plastica .schiacciata {
  top: 0;
  left: 0;
  display: none;
}
#scene2 .piatto {
  left: 1310px;
  top: 605px;
  display: none;
}
#scene2 #trasformatore {
  left: 520px;
  z-index: 10;
}
#scene2 #pressa {
  left: 1250px;
  top: -90px;
  z-index: 10;
}
#scene2 .ingranaggio.animated {
  animation: rotation 6s infinite linear;
  -webkit-animation: rotation 6s infinite linear;
}
#scene2 #ingranaggio1 {
  left: 177px;
  top: 626px;
}
#scene2 #ingranaggio2 {
  left: 795px;
  top: 626px;
}
#scene2 #ingranaggio3 {
  left: 1305px;
  top: 626px;
}
#scene2 .traktor {
  height: 292px;
  position: absolute;
  top: 533px;
  width: 822px;
  z-index: 2;
  left: -840px;
}
#scene2 .traktor #trattore {
  z-index: 10;
}
#scene2 .traktor .ruotino {
  animation: rotation 4s infinite linear;
  -webkit-animation: rotation 4s infinite linear;
}
#scene2 .traktor .ruotino.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#scene2 .traktor #ruotino3 {
  left: 740px;
  top: 240px;
  z-index: 11;
}
#scene3 {
  position: relative;
  display: none;
}
@media (max-width: 1600px) {
  #scene3 {
    top: -256px;
  }
}
#scene3 .text {
  color: #fff;
  font-family: Cantarell;
  font-size: 26px;
  left: 50%;
  margin: 30px auto 0 -450px;
  position: absolute;
  text-align: center;
  width: 900px;
  z-index: 99;
}
@media (max-height: 980px) {
  #scene3 .text {
    margin-top: 660px;
    font-size: 22px;
  }
}
@media (max-height: 880px) {
  #scene3 .text {
    margin-top: 660px;
  }
}
@media (max-height: 780px) {
  #scene3 .text {
    margin-top: 660px;
  }
}
@media (max-height: 680px) {
  #scene3 .text {
    margin-top: 660px;
  }
}
@media (max-height: 580px) {
  #scene3 .text {
    margin-top: 300px;
    width: auto;
    left: 10px;
    right: 10px;
    font-size: 16px;
    margin-left: 0;
  }
}
@media (max-height: 480px) {
  #scene3 .text {
    margin-top: 310px;
  }
}
@media (max-height: 380px) {
  #scene3 .text {
    margin-top: 320px;
  }
}
#scene3 .text span {
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #65bb3a;
  border-radius: 3px;
  color: #ccffcc;
  cursor: pointer;
  display: block;
  font-size: 20px;
  margin: 3em auto 0;
  padding: 5px;
  width: 400px;
}
@media (max-height: 580px) {
  #scene3 .text span {
    width: 300px;
    font-size: 14px;
  }
}
#scene3 .text span:hover {
  background: #41a80e;
  color: #fff;
}
#scene3 .piattopasta {
  position: absolute;
  width: 210px;
  height: 210px;
  top: 400px;
  cursor: pointer;
}
#scene3 .piattopasta#piattopasta1 {
  left: 155px;
}
#scene3 .piattopasta#piattopasta1 .sugo {
  top: 75px;
  left: 75px;
}
#scene3 .piattopasta#piattopasta2 {
  left: 505px;
}
#scene3 .piattopasta#piattopasta2 .sugo {
  top: 85px;
  left: 45px;
}
#scene3 .piattopasta#piattopasta2 .sughetto {
  top: 75px;
  left: 75px;
}
#scene3 .piattopasta#piattopasta3 {
  left: 855px;
}
#scene3 .piattopasta#piattopasta4 {
  left: 1205px;
}
#scene3 .piattopasta#piattopasta4 .sughetto {
  top: 85px;
  left: 45px;
}
#scene3 .piattopasta#piattopasta4 .sugo {
  top: 35px;
  left: 75px;
}
#scene3 .piattopasta#piattopasta5 {
  left: 1555px;
}
#scene3 .piattopasta#piattopasta5 .sugo {
  top: 55px;
  left: 85px;
}
#scene3 .piattopasta#piattopasta5 .sughetto {
  top: 55px;
  left: 55px;
}
#scene3 .piattopasta .unospago,
#scene3 .piattopasta .duespaghi,
#scene3 .piattopasta .trespaghi,
#scene3 .piattopasta .sughetto,
#scene3 .piattopasta .sugo {
  top: 40px;
  left: 45px;
}
#scene3 .piattopasta .forchetta {
  left: 110px;
  top: 40px;
  transform: rotate(0);
  display: none;
}
#scene3 #bicchiere1 {
  top: 300px;
  left: 320px;
}
#scene3 #bicchiere2 {
  top: 300px;
  left: 670px;
}
#scene3 #bicchiere3 {
  top: 300px;
  left: 1020px;
}
#scene3 #bicchiere4 {
  top: 300px;
  left: 1370px;
}
#scene3 #bicchiere5 {
  top: 300px;
  left: 1720px;
}
#scene4 {
  position: relative;
  display: none;
}
@media (max-width: 1600px) {
  #scene4 {
    top: -256px;
  }
}
#scene4 .text {
  color: #5a5a5a;
  font-family: Cantarell;
  font-size: 22px;
  margin: 40px 30px 0;
  position: absolute;
  text-align: center;
  width: 420px;
  z-index: 99;
  display: none;
}
@media (max-height: 980px) {
  #scene4 .text {
    margin-top: 180px;
  }
}
@media (max-height: 880px) {
  #scene4 .text {
    margin-top: 230px;
    width: 370px;
  }
}
@media (max-height: 780px) {
  #scene4 .text {
    margin-top: 290px;
  }
}
@media (max-height: 680px) {
  #scene4 .text {
    margin-top: 290px;
  }
}
@media (max-height: 580px) {
  #scene4 .text {
    margin-top: 310px;
    width: auto;
    left: 10px;
    right: 10px;
    font-size: 16px;
    margin-left: 0;
  }
}
@media (max-height: 480px) {
  #scene4 .text {
    margin-top: 320px;
  }
}
@media (max-height: 380px) {
  #scene4 .text {
    margin-top: 330px;
  }
}
#scene4 .text span {
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #65bb3a;
  border-radius: 3px;
  color: #ccffcc;
  cursor: pointer;
  display: block;
  font-size: 20px;
  margin: 2em auto 0;
  padding: 5px;
  width: 250px;
}
#scene4 .text span:hover {
  background: #41a80e;
  color: #fff;
}
#scene4 .piatto {
  left: -210px;
  top: 605px;
  display: none;
}
#scene4 .compost {
  left: 510px;
  top: 547px;
  display: none;
  border-radius: 0;
}
#scene4 #recycle {
  left: 420px;
  z-index: 10;
}
#scene4 .ingranaggio {
  z-index: 3;
}
#scene4 .ingranaggio.animated {
  animation: rotation 6s infinite linear;
  -webkit-animation: rotation 6s infinite linear;
}
#scene4 #ingranaggio1 {
  left: 77px;
  top: 626px;
}
#scene4 #ingranaggio2 {
  left: 588px;
  top: 626px;
}
#scene4 #ingranaggio3 {
  left: 1206px;
  top: 626px;
}
#scene4 #rullo {
  position: absolute;
  top: 620px;
  left: -714px;
}
#scene4 .traktor {
  height: 292px;
  position: absolute;
  top: 534px;
  width: 822px;
  z-index: 2;
  left: 1281px;
}
#scene4 .traktor #trattore {
  z-index: 10;
}
#scene4 .traktor #ruota {
  border-spacing: 0;
  left: 380px;
  top: 141px;
  z-index: 11;
}
#scene4 .traktor #ruota.animated {
  animation: rotation 15s infinite linear;
  -webkit-animation: rotation 15s infinite linear;
}
#scene4 .traktor .ruotino.animated {
  animation: rotation 4s infinite linear;
  -webkit-animation: rotation 4s infinite linear;
}
#scene4 .traktor #ruotino1 {
  left: 10px;
  top: 240px;
  z-index: 11;
}
#scene4 .traktor #ruotino2 {
  left: 240px;
  top: 240px;
  z-index: 11;
}
#scene4 .traktor #ruotino3 {
  left: 740px;
  top: 240px;
  z-index: 11;
}
#scene4 .traktor .concime {
  position: absolute;
  top: 105px;
  left: 5px;
}
#scene4 .traktor .concime#concime1 {
  top: 140px;
}
#scene4 .traktor .concime#concime2 {
  display: none;
}
#scene5 {
  position: relative;
  display: none;
  z-index: 11;
}
@media (max-width: 1600px) {
  #scene5 {
    top: -256px;
  }
}
#scene5 .text {
  color: #fff;
  font-family: Cantarell;
  font-size: 26px;
  left: 50%;
  margin: 40px auto 0 -450px;
  position: absolute;
  text-align: center;
  width: 900px;
  z-index: 99;
}
@media (max-height: 980px) {
  #scene5 .text {
    margin-top: 90px;
  }
}
@media (max-height: 880px) {
  #scene5 .text {
    margin-top: 190px;
  }
}
@media (max-height: 780px) {
  #scene5 .text {
    margin-top: 290px;
  }
}
@media (max-height: 680px) {
  #scene5 .text {
    margin-top: 340px;
  }
}
@media (max-height: 580px) {
  #scene5 .text {
    margin-top: 310px;
    width: auto;
    left: 10px;
    right: 10px;
    font-size: 16px;
    margin-left: 0;
    position: fixed;
    color: #333;
  }
}
@media (max-height: 480px) {
  #scene5 .text {
    margin-top: 320px;
  }
}
@media (max-height: 380px) {
  #scene5 .text {
    margin-top: 330px;
  }
}
#scene5 .text .end {
  display: none;
}
#scene5 .text span.goon,
#scene5 .text a {
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #65bb3a;
  border-radius: 3px;
  color: #ccffcc;
  cursor: pointer;
  display: block;
  font-size: 20px;
  margin: 5em auto 0;
  padding: 5px;
  width: 250px;
}
@media (max-height: 580px) {
  #scene5 .text span.goon,
  #scene5 .text a {
    margin-top: 2em;
  }
}
#scene5 .text span.goon:hover,
#scene5 .text a:hover {
  background: #41a80e;
  color: #fff;
}
#scene5 .text span.or {
  display: block;
  margin-top: 1em;
  color: #5a5a5a;
  font-size: 15px;
}
#scene5 .text a {
  margin-top: 1em;
  padding: 15px;
  width: 280px;
}
#scene5 img.pala {
  animation: rotation 5s infinite linear;
  -webkit-animation: rotation 5s infinite linear;
}
#scene5 img#pala1 {
  left: 298px;
  top: 415px;
}
#scene5 img#pala2 {
  left: 461px;
  top: 468px;
  width: 80px;
}
#scene5 img#pala3 {
  left: 568px;
  top: 453px;
  width: 110px;
}
#scene5 img#nuvola1 {
  left: 823px;
  top: 146px;
  width: 300px;
  animation: nuvola1 110s infinite linear;
  -webkit-animation: nuvola1 110s infinite linear;
}
#scene5 img#nuvola2 {
  left: -263px;
  top: 186px;
  width: 360px;
  animation: nuvola2 120s infinite linear;
  -webkit-animation: nuvola2 120s infinite linear;
}
#scene5 img#nuvola3 {
  left: 523px;
  top: 216px;
  width: 420px;
  animation: nuvola3 100s infinite linear;
  -webkit-animation: nuvola3 100s infinite linear;
}
#scene5 img#nuvola4 {
  left: 2523px;
  top: 216px;
  width: 460px;
  animation: nuvola3 110s linear;
  -webkit-animation: nuvola3 110s linear;
}
#scene5 img#nuvola5 {
  left: 4923px;
  top: 216px;
  width: 320px;
  animation: nuvola1 130s linear;
  -webkit-animation: nuvola3 130s linear;
}
#scene5 img.cartello {
  z-index: 3;
}
#scene5 img#cartello1 {
  left: 350px;
  top: 800px;
}
#scene5 img#cartello2 {
  left: 750px;
  top: 800px;
}
#scene5 img#cartello3 {
  left: 1150px;
  top: 800px;
}
#scene5 img.pianta {
  z-index: 1;
  display: none;
}
#scene5 img#pianta1 {
  left: 230px;
  top: 740px;
}
#scene5 img#pianta2 {
  left: 650px;
  top: 810px;
}
#scene5 img#pianta3 {
  left: 1150px;
  top: 720px;
}
#scene5 img#casa {
  z-index: 3;
  left: 1690px;
  top: 640px;
}
#scene5 .traktor {
  height: 292px;
  position: absolute;
  top: 670px;
  width: 822px;
  z-index: 2;
  left: -840px;
}
#scene5 .traktor #trattore {
  z-index: 10;
}
#scene5 .traktor .compost {
  display: none;
}
#scene5 .traktor #compost1 {
  z-index: 3;
  top: 120px;
  left: 8px;
}
#scene5 .traktor #compost2 {
  z-index: 2;
  top: 110px;
  left: 8px;
}
#scene5 .traktor #compost3 {
  z-index: 1;
  top: 110px;
  left: 8px;
}
#scene5 .traktor #ruota {
  border-spacing: 0;
  left: 380px;
  top: 141px;
  z-index: 11;
}
#scene5 .traktor #ruota.animated {
  animation: rotation 15s infinite linear;
  -webkit-animation: rotation 15s infinite linear;
}
#scene5 .traktor .ruotino.animated {
  animation: rotation 4s infinite linear;
  -webkit-animation: rotation 4s infinite linear;
}
#scene5 .traktor #ruotino1 {
  left: 10px;
  top: 240px;
  z-index: 11;
}
#scene5 .traktor #ruotino2 {
  left: 240px;
  top: 240px;
  z-index: 11;
}
#scene5 .traktor #ruotino3 {
  left: 740px;
  top: 240px;
  z-index: 11;
}
#scene5 .traktor .concime {
  position: absolute;
  top: 105px;
  left: 5px;
}
#scene5 .traktor .concime#concime0 {
  top: 160px;
}
#scene5 .traktor .concime#concime1 {
  top: 140px;
}
body {
  background: #fceede;
}
#megaContainer {
  max-width: 1920px;
  margin: 0 auto;
  background: #fefaf5;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .container {
    margin: 0 20px;
  }
}
.inside .container {
  max-width: 1280px;
}
main {
  padding: 0 4% 4%;
}
main h1 {
  background: #75b143;
  color: #fff;
  margin: 0 -4%;
  line-height: 2em;
  margin-bottom: 1em;
}
.inside h1 {
  color: #75b143;
  font-family: Cantarell;
  font-size: 3em;
  text-align: center;
  margin: 0 0 1em;
  padding: 0;
  line-height: 1.6em;
  position: relative;
}
@media (max-width: 760px) {
  .inside h1 {
    font-size: 2em;
  }
}
.inside h1:before {
  content: '';
  width: 19px;
  height: 17px;
  position: absolute;
  top: 0;
  margin-left: -40px;
  background: url(../img/laquo.png) no-repeat 0 0;
  font-size: .5em;
}
@media (max-width: 760px) {
  .inside h1:before {
    margin-left: -30px;
  }
}
.inside h1:after {
  content: '';
  width: 19px;
  height: 17px;
  position: absolute;
  bottom: 0;
  margin-left: 40px;
  background: url(../img/raquo.png) no-repeat 0 0;
  font-size: .5em;
}
@media (max-width: 760px) {
  .inside h1:after {
    margin-left: 10px;
  }
}
.imgheader {
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  .imgheader {
    margin-top: 60px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .imgheader img {
    max-width: none;
    width: 200%;
    margin-left: -50%;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fefaf5;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 1;
}
.pace-inactive {
  opacity: 0;
}
pace.pace-inactive .pace-activity {
  display: none;
}
.pace .pace-activity {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  margin-top: -45px;
  margin-left: -45px;
  border-width: 10px;
  border-style: solid;
  border-color: #75b143 transparent transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.pace .pace-progress {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
}
.pace .pace-progress-inner {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: #6d6f71;
  border-radius: 100%;
  -webkit-animation: pulsate 1s linear infinite;
  -moz-animation: pulsate 1s linear infinite;
  -o-animation: pulsate 1s linear infinite;
  animation: pulsate 1s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(.5);
    opacity: 1;
    background: #6d6f71;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
    background: #b7d99b;
  }
}
@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(.1);
    opacity: 1;
    background: #6d6f71;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
    background: #b7d99b;
  }
}
@-o-keyframes pulsate {
  0% {
    -o-transform: scale(.1);
    opacity: 1;
    background: #6d6f71;
  }
  100% {
    -o-transform: scale(1);
    opacity: 0;
    background: #b7d99b;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 1;
    background: #6d6f71;
  }
  100% {
    transform: scale(1);
    opacity: 0;
    background: #b7d99b;
  }
}
#siteHeader {
  position: relative;
  max-height: 920px;
  overflow: hidden;
}
#siteHeader img.bg {
  display: block;
  width: 100%;
}
@media (max-width: 960px) {
  #siteHeader img.bg {
    max-width: none;
    width: 180%;
    margin-left: -45%;
  }
}
@media (max-width: 760px) {
  #siteHeader img.bg {
    max-width: none;
    width: 220%;
    margin-left: -70%;
  }
}
#siteHeader #logo {
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -100px;
  display: block;
  width: 200px;
}
@media (max-width: 1300px) {
  #siteHeader #logo {
    top: 80px;
    width: 120px;
    margin-left: -60px;
  }
}
@media (max-width: 1100px) {
  #siteHeader #logo {
    top: 70px;
    width: 100px;
    margin-left: -50px;
  }
}
@media (max-width: 760px) {
  #siteHeader #logo {
    top: 10px;
    width: 50px;
    margin-left: -25px;
  }
}
#siteHeader #languages {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 760px) {
  #siteHeader #languages {
    left: 5px;
    top: 5px;
  }
}
#siteHeader #languages a {
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
}
#siteHeader ul.social {
  position: absolute;
  top: 55px;
  left: 25px;
  list-style-type: none;
  z-index: 1;
}
@media (max-width: 760px) {
  #siteHeader ul.social {
    left: 10px;
    top: 30px;
  }
}
#siteHeader ul.social li {
  float: left;
  margin-right: 15px;
}
@media (max-width: 760px) {
  #siteHeader ul.social li a {
    width: auto;
    height: 24px;
    display: block;
  }
  #siteHeader ul.social li a img {
    max-height: 100%;
  }
}
#siteHeader #mainMenu {
  position: absolute;
  top: 20px;
  right: 25px;
}
#siteHeader #mainMenu #toggler {
  display: none;
}
@media (max-width: 760px) {
  #siteHeader #mainMenu #toggler {
    position: fixed;
    display: block;
    top: 10px;
    right: 10px;
    background: url(../img/open.png) no-repeat 50% 50% #75b143;
    width: 40px;
    height: 40px;
    z-index: 9999;
    cursor: pointer;
  }
}
#siteHeader #mainMenu.open #toggler {
  background: url(../img/close.png) no-repeat 50% 50% #75b143;
}
@media (max-width: 760px) {
  #siteHeader #mainMenu ul {
    -webkit-transition: all .25s;
    transition: all .25s;
    position: fixed;
    display: block;
    top: 0;
    left: 100%;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    background: #75b143;
    z-index: 999;
  }
}
#siteHeader #mainMenu ul li {
  float: left;
}
@media (max-width: 760px) {
  #siteHeader #mainMenu ul li {
    float: none;
    display: block;
    background: none;
  }
  #siteHeader #mainMenu ul li:first-child {
    margin-top: 60px;
  }
}
#siteHeader #mainMenu ul li a {
  color: #6d6f71;
  font-size: 17px;
  font-family: Cantarell;
  margin-left: 30px;
}
#siteHeader #mainMenu ul li a.active,
#siteHeader #mainMenu ul li a:hover {
  color: #75b143;
}
@media (max-width: 1100px) {
  #siteHeader #mainMenu ul li a {
    font-size: 16px;
    margin-left: 20px;
  }
}
@media (max-width: 760px) {
  #siteHeader #mainMenu ul li a {
    float: none;
    display: block;
    color: #fff;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
  }
  #siteHeader #mainMenu ul li a.active,
  #siteHeader #mainMenu ul li a:hover {
    background: #8fc463;
    color: #fff;
  }
}
#siteHeader #mainMenu.open ul {
  left: 0;
}
#siteHeader blockquote {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 60px;
  color: #fff;
}
@media (max-width: 1100px) {
  #siteHeader blockquote {
    font-size: 56px;
  }
}
@media (max-width: 760px) {
  #siteHeader blockquote {
    font-size: 30px;
  }
}
.inside #siteHeader {
  padding-bottom: 150px;
}
@media (max-width: 760px) {
  .inside #siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fefaf5;
    z-index: 9999;
    padding: 0;
    height: 60px;
    border-bottom: 1px solid #75b143;
  }
}
.inside #siteHeader #logo {
  width: 120px;
  top: 45px;
  margin-left: -60px;
}
@media (max-width: 1300px) {
  .inside #siteHeader #logo {
    width: 110px;
  }
}
@media (max-width: 1100px) {
  .inside #siteHeader #logo {
    width: 80px;
    margin-left: -40px;
    top: 70px;
  }
}
@media (max-width: 760px) {
  .inside #siteHeader #logo {
    top: 10px;
    width: 50px;
    margin-left: -25px;
  }
}
.pace-running #siteHeader img.bg {
  opacity: 0.5;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.pace-done #siteHeader img.bg {
  opacity: 1;
}
.pace-running #siteHeader blockquote {
  -webkit-transition: all 5s;
  transition: all 5s;
  opacity: 0;
}
.pace-done #siteHeader blockquote {
  opacity: 1;
}
.introinsta {
  padding: 50px;
  text-align: center;
}
.introinsta strong {
  display: block;
  font-weight: normal;
  color: #75b143;
}
.insta .instabox {
  float: left;
  width: 12.5%;
  position: relative;
}
@media (max-width: 1100px) {
  .insta .instabox {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .insta .instabox {
    width: 50%;
  }
}
.insta .instabox img.bigimg {
  width: 100%;
  display: block;
}
#siteFooter {
  position: relative;
  padding: 20px 0;
  clear: both;
  overflow: hidden;
}
@media (max-width: 760px) {
  #siteFooter {
    font-size: 12px;
  }
}
#siteFooter #logo {
  float: left;
  position: relative;
  display: block;
  width: 60px;
}
@media (max-width: 760px) {
  #siteFooter #logo {
    float: none;
    margin: 0 auto;
  }
}
#siteFooter .address {
  float: left;
  padding: 20px 0;
  margin-left: 100px;
}
@media (max-width: 760px) {
  #siteFooter .address {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
#siteFooter .info {
  float: right;
  padding: 20px 0;
}
@media (max-width: 760px) {
  #siteFooter .info {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
}
#siteFooter .policies {
  text-align: center;
  clear: both;
}
#siteFooter .policies a {
  font-size: 11px;
  display: inline-block;
  margin: 0 5px;
}
section {
  clear: both;
  position: relative;
}
@media (max-width: 760px) {
  section {
    overflow: hidden;
  }
}
section img.bg {
  display: block;
  width: 100%;
}
@media (max-width: 760px) {
  section img.bg {
    max-width: none;
    width: 220%;
    margin-left: -70%;
  }
}
section blockquote {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 60px;
  color: #fff;
  top: 45%;
}
@media (max-width: 1100px) {
  section blockquote {
    font-size: 48px;
  }
}
@media (max-width: 760px) {
  section blockquote {
    top: 20%;
    font-size: 30px;
  }
}
@media (max-width: 1100px) {
  #koala {
    height: 480px;
  }
}
@media (max-width: 760px) {
  #koala {
    height: auto;
  }
}
#koala .container {
  height: 100%;
  max-width: 1200px;
  padding: 100px 0 250px;
  position: relative;
  background: url(../img/mondo.png) no-repeat 100% 50%;
}
@media (max-width: 1100px) {
  #koala .container {
    background-size: 400px;
  }
}
@media (max-width: 960px) {
  #koala .container {
    background-size: 300px;
  }
}
@media (max-width: 760px) {
  #koala .container {
    background-position: 50% 95%;
    background-size: 320px;
    padding: 60px 0 360px;
  }
}
#koala .container .content {
  width: 450px;
}
@media (max-width: 960px) {
  #koala .container .content {
    width: 420px;
  }
}
@media (max-width: 760px) {
  #koala .container .content {
    width: 100%;
  }
}
#koala .container:before {
  position: absolute;
  z-index: -1;
  content: '';
  background: #fceede;
  width: 102px;
  top: 50px;
  bottom: 150px;
  left: -8px;
}
@media (max-width: 1100px) {
  #koala .container:before {
    bottom: 50px;
  }
}
#girasoli blockquote {
  top: 35%;
}
@media (max-width: 960px) {
  #girasoli blockquote {
    top: 27%;
  }
}
#bioplastica {
  height: 650px;
}
@media (max-width: 960px) {
  #bioplastica {
    height: auto;
  }
}
#bioplastica .container {
  max-width: 1320px;
  height: 100%;
  padding: 100px 0 250px;
  position: relative;
}
@media (max-width: 960px) {
  #bioplastica .container {
    padding: 100px 0;
  }
}
#bioplastica .container .content_1 {
  width: 45%;
  float: left;
  padding-left: 2.5%;
  margin-right: 5%;
}
@media (max-width: 960px) {
  #bioplastica .container .content_1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
    padding-right: 2.5%;
  }
}
#bioplastica .container .content_2 {
  width: 45%;
  float: right;
  padding-right: 2.5%;
}
@media (max-width: 960px) {
  #bioplastica .container .content_2 {
    float: none;
    width: 100%;
    padding-left: 2.5%;
  }
}
#bioplastica .container:before {
  position: absolute;
  z-index: -1;
  content: '';
  background: #fceede;
  width: 102px;
  top: 50px;
  bottom: 150px;
  right: 40%;
}
@media (max-width: 960px) {
  #bioplastica .container:before {
    display: none;
    bottom: 50px;
  }
}
#bioplastica .container:after {
  position: absolute;
  z-index: -1;
  content: '';
  background: #fceede;
  width: 102px;
  top: 50px;
  bottom: 150px;
  left: 0;
}
#prodotti {
  height: 425px;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media (max-width: 760px) {
  #prodotti {
    height: auto;
  }
}
#prodotti .container {
  height: 100%;
  max-width: 1200px;
  padding: 100px 0 250px;
  position: relative;
}
@media (max-width: 760px) {
  #prodotti .container {
    padding: 60px 0 0;
  }
}
#prodotti .container .content {
  width: 450px;
  float: left;
}
@media (max-width: 960px) {
  #prodotti .container .content {
    width: 340px;
  }
}
@media (max-width: 760px) {
  #prodotti .container .content {
    float: none;
    width: 100%;
  }
}
#prodotti .container .cta {
  width: 630px;
  margin: -100px 0;
  float: right;
  padding: 0px;
  background: #fceede;
  position: relative;
}
@media (max-width: 1120px) {
  #prodotti .container .cta {
    width: 455px;
  }
}
@media (max-width: 960px) {
  #prodotti .container .cta {
    margin: -20px 0;
  }
}
@media (max-width: 920px) {
  #prodotti .container .cta {
    width: 360px;
  }
}
@media (max-width: 760px) {
  #prodotti .container .cta {
    float: none;
    width: auto;
    margin: 0 -20px;
  }
}
#prodotti .container .cta img {
  display: block;
}
#prodotti .container .cta a {
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-family: Cantarell, sans-serif;
  background: #75b143;
  color: #fff;
  width: 260px;
  padding: 10px 20px;
  display: block;
  margin-top: 1.5em;
}
@media (max-width: 760px) {
  #prodotti .container .cta a {
    width: 230px;
    bottom: 30px;
    right: 30px;
  }
}
#prodotti .container .cta a:hover {
  background: #5d8c35;
}
#prodotti .container .cta a:after {
  content: '';
  width: 11px;
  height: 14px;
  position: absolute;
  top: 14px;
  right: 15px;
  background: url(../img/whitearrow.png) no-repeat 0 0;
}
#prodotti .container:before {
  position: absolute;
  z-index: -1;
  content: '';
  background: #fceede;
  width: 102px;
  top: 50px;
  bottom: 50px;
  left: -8px;
}
#caratteristiche {
  height: 360px;
}
@media (max-width: 1100px) {
  #caratteristiche {
    height: 410px;
  }
}
@media (max-width: 960px) {
  #caratteristiche {
    height: auto;
  }
}
#caratteristiche .container {
  height: 100%;
  padding: 100px 0 250px;
  position: relative;
}
@media (max-width: 960px) {
  #caratteristiche .container {
    padding: 100px 0 50px;
  }
}
@media (max-width: 760px) {
  #caratteristiche .container {
    padding: 60px 0 0;
  }
}
#caratteristiche .container .sano,
#caratteristiche .container .buono,
#caratteristiche .container .bello {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
  color: #5a5a5a;
  vertical-align: top;
}
@media (max-width: 760px) {
  #caratteristiche .container .sano,
  #caratteristiche .container .buono,
  #caratteristiche .container .bello {
    width: 100%;
    margin: 0 0 3em;
  }
}
#caratteristiche .container .sano h1,
#caratteristiche .container .buono h1,
#caratteristiche .container .bello h1 {
  text-align: center;
  position: relative;
  margin-bottom: .5em;
}
#caratteristiche .container .sano h1:before,
#caratteristiche .container .buono h1:before,
#caratteristiche .container .bello h1:before {
  position: absolute;
  z-index: -1;
  content: '';
  background: #fceede;
  top: -30px;
  height: 120px;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#caratteristiche .container .sano:hover h1:before,
#caratteristiche .container .buono:hover h1:before,
#caratteristiche .container .bello:hover h1:before {
  top: -20px;
}
#caratteristiche .container .sano h2,
#caratteristiche .container .buono h2,
#caratteristiche .container .bello h2 {
  text-align: center;
  color: #6d6f71;
  font-size: 18px;
  margin-bottom: 3em;
}
#caratteristiche .container .sano p,
#caratteristiche .container .buono p,
#caratteristiche .container .bello p {
  text-align: justify;
  line-height: 1.6em;
  padding: 0 1em;
}
#team {
  height: 510px;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media (max-width: 1100px) {
  #team {
    height: 460px;
  }
}
@media (max-width: 760px) {
  #team {
    height: auto;
  }
}
#team .container {
  height: 100%;
  max-width: 1200px;
  padding: 80px 0 250px;
  position: relative;
}
@media (max-width: 760px) {
  #team .container {
    padding: 60px 0 60px;
  }
}
#team .container .content {
  width: 450px;
  float: left;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1100px) {
  #team .container .content {
    margin-top: 30px;
    width: 400px;
  }
}
@media (max-width: 960px) {
  #team .container .content {
    width: 350px;
  }
}
@media (max-width: 760px) {
  #team .container .content {
    float: none;
    width: 100%;
  }
}
#team .container .content:before {
  position: absolute;
  z-index: -1;
  content: '';
  background: #f3f3f3;
  width: 102px;
  top: -30px;
  bottom: -30px;
  left: -8px;
}
#team .container .cta {
  width: 500px;
  float: left;
  margin-right: 60px;
  position: relative;
}
@media (max-width: 1100px) {
  #team .container .cta {
    width: 400px;
  }
}
@media (max-width: 960px) {
  #team .container .cta {
    width: 300px;
  }
}
@media (max-width: 760px) {
  #team .container .cta {
    width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
    float: none;
  }
}
#team .container .cta img {
  display: block;
}
#team .container .cta a {
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  right: -15px;
  bottom: -25px;
  font-family: Cantarell, sans-serif;
  background: #f9e3c7;
  color: #7e3a23;
  width: 260px;
  padding: 20px;
  display: block;
  margin-top: 1.5em;
}
@media (max-width: 760px) {
  #team .container .cta a {
    width: 230px;
  }
}
#team .container .cta a:hover {
  background: #f5cc98;
}
#team .container .cta a:after {
  content: '';
  width: 11px;
  height: 14px;
  position: absolute;
  top: 24px;
  right: 35px;
  background: url(../img/brownarrow.png) no-repeat 0 0;
}
#latestPhotos {
  overflow: hidden;
}
#press {
  clear: both;
  padding-top: 25px;
  background: #fff;
  text-align: center;
}
#press .pressElement {
  display: inline-block;
  margin: 0 20px 20px;
  vertical-align: middle;
}
#press .pressElement a {
  display: block;
}
#press .pressElement a img {
  display: block;
  max-height: 80px;
}
#articleIntro {
  padding-bottom: 50px;
}
#articleIntro .container {
  max-width: 920px;
  text-align: center;
}
#articleIntro .container p {
  font-size: 19px;
  font-family: Cantarell, sans-serif;
}
@media (max-width: 760px) {
  #articleIntro .container p {
    font-size: 15px;
  }
}
#articlePage {
  padding: 50px 0;
  background: #fff;
}
#articlePage .container {
  max-width: 920px;
  text-align: center;
}
#articlePage .container p {
  font-size: 19px;
  font-family: Cantarell, sans-serif;
}
@media (max-width: 760px) {
  #articlePage .container p {
    font-size: 15px;
  }
}
#newsIntro {
  padding-bottom: 25px;
}
@media (max-width: 760px) {
  #newsIntro {
    padding-bottom: 0;
  }
}
#newsIntro .container p {
  font-size: 19px;
  font-family: Cantarell, sans-serif;
  text-align: center;
}
#newsIntro .container p.date {
  text-align: center;
}
@media (max-width: 760px) {
  #newsIntro .container p {
    font-size: 15px;
    text-align: left;
  }
}
#newsPage {
  padding: 50px 0;
  background: #fff;
}
@media (max-width: 760px) {
  #newsPage {
    padding: 25px 0;
  }
}
#newsPage .manifest {
  float: left;
  margin: 0 2em 1em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 760px) {
  #newsPage .manifest {
    float: none;
    margin: 0 auto 1em;
  }
}
#newsPage .texto {
  text-align: left;
}
#newsPage .newsElement {
  padding: 50px 0 75px;
  border-bottom: 1px solid #e1e2e2;
  margin-bottom: 25px;
}
@media (max-width: 760px) {
  #newsPage .newsElement {
    padding: 25px 0 50px;
  }
}
#newsPage .container {
  max-width: 920px;
  text-align: center;
}
#newsPage .container h3 a {
  font-size: 22px;
}
#newsPage .container h3 a span {
  display: block;
  font-size: 15px;
  color: #7e3a23;
  margin-bottom: 1em;
}
#newsPage .container p {
  font-size: 19px;
  font-family: Cantarell, sans-serif;
}
@media (max-width: 760px) {
  #newsPage .container p {
    font-size: 15px;
  }
}
#newsPage .container a.img img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1em;
}
#newsPage .gallery {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #e1e2e2;
  margin-top: 2em;
  padding-top: 2em;
}
#newsPage .gallery img {
  display: inline-block;
  margin: 0 2em 1em;
}
@media (max-width: 760px) {
  #newsPage .gallery img {
    margin: 0 1em 1em;
    max-width: 100px;
  }
}
#newsPage .attachments {
  border-top: 1px solid #e1e2e2;
  margin-top: 2em;
  padding-top: 2em;
  list-style-type: none;
  overflow: hidden;
}
#newsPage .attachments li {
  float: left;
  margin: 0 1em 1em 0;
}
#newsPage .attachments li a {
  -webkit-transition: all .2s;
  transition: all .2s;
  display: block;
  padding: 10px 15px 10px 50px;
  background: url(../img/download.png) no-repeat 15px 50% #75b143;
  color: #fff;
}
#newsPage .attachments li a:hover {
  background-color: #5d8c35;
}
#partnerIntro {
  padding-bottom: 25px;
}
@media (max-width: 760px) {
  #partnerIntro {
    padding-bottom: 0;
  }
}
#partnerIntro .container p {
  font-size: 19px;
  font-family: Cantarell, sans-serif;
  text-align: center;
}
#partnerIntro .container p.date {
  text-align: center;
}
@media (max-width: 760px) {
  #partnerIntro .container p {
    font-size: 15px;
    text-align: left;
  }
}
#partnerPage {
  padding: 50px 0;
  background: #fff;
}
@media (max-width: 760px) {
  #partnerPage {
    padding: 25px 0;
  }
}
#partnerPage .newsElement {
  padding: 50px 0 75px;
  border-bottom: 1px solid #e1e2e2;
  margin-bottom: 25px;
}
@media (max-width: 760px) {
  #partnerPage .newsElement {
    padding: 25px 0 50px;
  }
}
#partnerPage .newsElement a img {
  margin: 0 auto 1em;
  display: block;
}
#partnerPage .newsElement a:hover span {
  color: #5d8c35;
}
#partnerPage .container {
  max-width: 920px;
  text-align: center;
}
#contactIntro {
  padding-bottom: 50px;
}
#contactIntro .container {
  max-width: 920px;
}
@media (max-width: 1100px) {
  #contactIntro .container {
    max-width: none;
  }
}
#contactIntro .container p {
  text-align: center;
  font-size: 19px;
  font-family: Cantarell, sans-serif;
}
@media (max-width: 760px) {
  #contactIntro .container p {
    font-size: 15px;
    text-align: left;
  }
}
#contactPage {
  padding: 50px 0;
  background: #fff;
}
#teamIntro {
  padding-bottom: 50px;
}
@media (max-width: 760px) {
  #teamIntro {
    padding-bottom: 25px;
  }
}
#teamIntro .container {
  max-width: 920px;
}
#teamIntro .container p {
  text-align: center;
  font-size: 19px;
  font-family: Cantarell, sans-serif;
}
@media (max-width: 760px) {
  #teamIntro .container p {
    font-size: 15px;
    text-align: left;
  }
}
#teamPage {
  padding: 50px 0 0;
  background: #fff;
}
@media (max-width: 760px) {
  #teamPage {
    padding: 25px 0 0;
  }
}
#teamPage .box {
  overflow: hidden;
  margin-bottom: 3em;
}
#teamPage .box img {
  float: left;
  width: 40%;
  margin: 0 5% 0 0;
}
@media (max-width: 760px) {
  #teamPage .box img {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
}
#teamPage .box:last-child img {
  float: right;
  width: 40%;
  margin: 0 0 0 5%;
}
@media (max-width: 760px) {
  #teamPage .box:last-child img {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
}
#teamPage .box .text {
  position: relative;
  z-index: 1;
  float: right;
  width: 55%;
  margin: 4% 0;
}
@media (max-width: 760px) {
  #teamPage .box .text {
    float: none;
    width: 100%;
  }
}
#teamPage .box .text:before {
  position: absolute;
  z-index: -1;
  content: '';
  background: #f3f3f3;
  width: 102px;
  top: -30px;
  bottom: -30px;
  left: -8px;
}
#teamPage .box .text h2 {
  text-align: right;
  margin-right: 5%;
}
@media (max-width: 760px) {
  #teamPage .box .text h2 {
    margin-right: 0;
    text-align: left;
  }
}
#teamPage .box:last-child .text {
  float: left;
  padding-left: 8px;
}
#teamPage .box:last-child .text:before {
  bottom: 30px;
}
#prodIntro {
  padding-bottom: 50px;
}
@media (max-width: 760px) {
  #prodIntro {
    padding-bottom: 25px;
  }
}
#prodIntro .container {
  max-width: 920px;
}
#prodIntro .container p {
  text-align: center;
  font-size: 19px;
  font-family: Cantarell, sans-serif;
}
@media (max-width: 760px) {
  #prodIntro .container p {
    font-size: 15px;
    text-align: left;
  }
}
#prodPage {
  padding: 50px 0 0;
  background: #fff;
}
@media (max-width: 760px) {
  #prodPage {
    padding: 25px 0 0;
  }
}
#prodPage .box {
  overflow: hidden;
  margin-bottom: 8em;
}
#prodPage .box.product10 h2,
#prodPage .box.product11 h2 {
  color: #5a5a5a;
}
#prodPage .box.product10 h2 b,
#prodPage .box.product11 h2 b {
  color: #5a5a5a;
}
@media (max-width: 1300px) {
  #prodPage .box {
    margin-bottom: 6em;
  }
}
@media (max-width: 1100px) {
  #prodPage .box {
    margin-bottom: 5em;
  }
}
@media (max-width: 760px) {
  #prodPage .box {
    margin-bottom: 4em;
  }
}
#prodPage .box .promo {
  float: left;
  width: 40%;
  margin: 0 5% 0 0;
}
@media (max-width: 760px) {
  #prodPage .box .promo {
    float: none;
    width: 60%;
    margin: 0 auto 1em;
  }
}
#prodPage .box .text {
  position: relative;
  z-index: 1;
  float: right;
  width: 55%;
  margin: 4% 0;
}
@media (max-width: 760px) {
  #prodPage .box .text {
    width: 100%;
    float: none;
    margin: 0 0 3em;
  }
}
#prodPage .box .text:before {
  position: absolute;
  z-index: -1;
  content: '';
  background: #f3f3f3;
  width: 102px;
  top: -30px;
  bottom: -30px;
  left: -8px;
}
@media (max-width: 760px) {
  #prodPage .box .text:before {
    top: -10px;
    bottom: -10px;
  }
}
#prodPage .box .text h2 {
  text-align: left;
  margin-right: 5%;
}
#prodPage .box:nth-child(2n) .promo {
  float: right;
  width: 40%;
  margin: 0 0 0 5%;
}
@media (max-width: 760px) {
  #prodPage .box:nth-child(2n) .promo {
    float: none;
    width: 60%;
    margin: 0 auto 3em;
  }
}
#prodPage .box:nth-child(2n) .text {
  float: left;
  padding-left: 8px;
}
#prodPage .box:nth-child(2n) .text:before {
  position: absolute;
  z-index: -1;
  content: '';
  background: #f3f3f3;
  width: 102px;
  top: -30px;
  bottom: -30px;
  left: auto;
  right: -8px;
}
@media (max-width: 760px) {
  #prodPage .box:nth-child(2n) .text:before {
    top: -10px;
    bottom: -10px;
  }
}
#prodPage .box:nth-child(2n) .text h2 {
  text-align: right;
  margin-right: 5%;
}
#prodPage .box .gallery {
  clear: both;
  padding-top: 2em;
}
#prodPage .box .gallery img {
  display: inline-block;
  margin: 0 2em 1em;
}
@media (max-width: 760px) {
  #prodPage .box .gallery img {
    margin: 0 1em 1em;
    max-width: 100px;
  }
}
@keyframes scaleMarker {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(5);
  }
}
@-webkit-keyframes scaleMarker {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(5);
  }
}
.labelmap {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F5A623;
  display: block;
  overflow: visible !important;
}
.labelmap:after,
.labelmap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 999;
  background: #F5A623;
}
.labelmap:before {
  animation: 3s ease-out 0s normal none infinite running scaleMarker;
  -webkit-animation: 3s ease-out 0s normal none infinite running scaleMarker;
}
.labelmap:after {
  animation: 3s ease-out .3s normal none infinite running scaleMarker;
  -webkit-animation: 3s ease-out .5s normal none infinite running scaleMarker;
}
#dealerPage {
  padding-top: 40px;
}
#dealerPage h2 {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #fceede;
}
@media (max-width: 760px) {
  #dealerPage {
    padding-top: 100px;
  }
}
#mapWrapper {
  margin-bottom: 30px;
}
#mapWrapper form {
  margin: 0;
  background: #fceede;
  padding: 10px;
}
#mapWrapper form > div {
  display: inline-block;
  vertical-align: bottom;
}
#mapWrapper form .input {
  margin: 0;
  width: 60%;
  margin-right: 20px;
}
#mapWrapper form input,
#mapWrapper form button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  vertical-align: bottom;
  margin: 0;
  border: 1px solid #f8d6af;
}
#mapWrapper form button {
  border: 1px solid #7e3a23;
  background: #7e3a23;
}
#mapWrapper form label {
  color: #7e3a23;
  font-weight: bold;
}
@media (max-width: 700px) {
  #mapWrapper button {
    font-size: 13px;
    padding: 0;
    min-width: auto;
    width: 40%;
  }
  #mapWrapper form .input {
    paddin-right: 5px;
    margin: 0;
  }
}
#mappa {
  height: 450px;
  margin-bottom: 30px;
  border: 10px solid #fceede;
}
@media (max-width: 1200px) {
  #mappa {
    height: 350px;
  }
}
@media (max-width: 700px) {
  #mappa {
    display: none;
  }
}
#nearest {
  display: none;
}
@media (max-width: 700px) {
  #nearest {
    display: block;
    background: url(../img/loading.gif) no-repeat 50% 200%;
    overflow: hidden;
    max-height: 2000px;
    margin-bottom: 30px;
    transition: max-height .300ms;
    -webkit-transition: max-height .300ms;
  }
  #nearest.loading {
    height: 100px;
    max-height: 100px;
    background-position: 50% 50%;
  }
}
.ajaxDealer {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fceede;
}
.ajaxDealer h4 {
  font-size: 20px;
}
.ajaxDealer .distance {
  color: #7e3a23;
  font-weight: bold;
  font-size: .9em;
}
.infoWindow {
  width: 300px;
}
.infoWindow a {
  color: #7e3a23;
}
.dealer {
  padding-bottom: 10px;
  margin: 0 1% 40px;
  width: 31.33%;
  float: left;
  border: 5px solid #fceede;
  padding: 20px;
  color: #5a5a5a;
  background: #ffffff;
  text-align: center;
  min-height: 200px;
  line-height: 160px;
  transition: 300ms;
  -webkit-transition: 300ms;
  position: relative;
}
.dealer img {
  margin: 0;
  vertical-align: middle;
}
.dealer:nth-child(3n+1) {
  clear: left;
}
.dealer:hover {
  border-color: #f8d6af;
}
.dealer .nation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  line-height: 1em;
  color: #7e3a23;
}
@media (max-width: 700px) {
  .dealer {
    width: 48%;
  }
  .dealer:nth-child(3n+1) {
    clear: none;
  }
  .dealer:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 500px) {
  .dealer {
    width: 100%;
    clear: left;
  }
}
.offlineDealers {
  display: none;
}
.dealerList {
  margin: 0 -1% 100px;
  overflow: hidden;
}
#cookiedisclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #333;
  padding: 10px;
  z-index: 99999;
  border-top: 1px solid;
}
#cookiedisclaimer a {
  text-decoration: underline;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer a:hover {
  color: #eee;
}
#cookiedisclaimer span {
  background: #00aa00;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 0 20px;
  padding: 5px 10px;
}
#cookiedisclaimer span:hover {
  background: #008800;
}
.nocookie {
  font-style: italic;
  font-size: smaller;
  padding: 10px 0;
}
