/* Generated by less 1.7.0 */
/*VARS*/
body {
  color: #000000;
}
header {
  background-image: url("../images/bg.jpg");
  background-position: center center;
  background-size: cover;
  padding-bottom: 200px;
}
header #logo {
  margin: 60px 80px;
}
header #mainInfo {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
  margin-top: 100px;
}
header #mainInfo #bilancia {
  margin-bottom: 20px;
}
header #mainInfo p {
  font-size: 16px;
}
header #mainInfo #pointer {
  margin-top: 90px;
}
footer {
  clear: both;
  background-color: #000000;
  color: #FFF;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
}
footer a {
  color: #eab03d;
}
#content {
  background-color: #eab03d;
  overflow: auto;
  text-align: center;
}
#content #paper {
  margin-top: 100px;
  margin-bottom: 20px;
}
#content h3 {
  font-size: 30px;
  margin-bottom: 50px;
}
#content .sx h4,
#content .dx h4 {
  text-align: left;
  color: #FFF;
  padding-bottom: 20px;
}
#content .sx li,
#content .dx li {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
  margin-left: 30px;
}
#content #elencoContent {
  max-width: 900px;
  margin: 0px auto 100px auto;
  overflow: inherit;
}
#content #elencoContent img {
  float: left;
  margin-right: 20px;
}
#content #blackIcon {
  margin-bottom: 200px;
}
#contatti {
  max-width: 900px;
  margin: 50px auto;
}
#contatti a {
  color: #eab03d;
  text-decoration: none;
}
#contatti h3 {
  margin-bottom: 50px;
}
#contatti input,
#contatti textarea {
  background-color: #cccccc;
  margin-bottom: 30px;
  border: 1px solid #999999;
}
#contatti textarea {
  height: 130px;
}
#contatti #invia {
  background-color: transparent;
  background-image: url(../Icons/Group.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  border-radius: 5px;
  width: 130px;
  height: 40px;
  transition: 0.5s background-color;
}
#contatti #invia:hover {
  border: none;
  background-image: url(../Icons/Group1.svg);
}
#wrapper {
  overflow: auto;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  footer div {
    margin-bottom: 40px;
  }
}
