@font-face {
  font-family: "apple_garamondregular";
  src: url("../fonts/applegaramond-webfont.eot");
  src: url("../fonts/applegaramond-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/applegaramond-webfont.woff") format("woff"),
    url("../fonts/applegaramond-webfont.ttf") format("truetype"),
    url("../fonts/applegaramond-webfont.svg#apple_garamondregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apple_garamondbold";
  src: url("../fonts/applegaramond-bold-webfont.eot");
  src: url("../fonts/applegaramond-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/applegaramond-bold-webfont.woff") format("woff"),
    url("../fonts/applegaramond-bold-webfont.ttf") format("truetype"),
    url("../fonts/applegaramond-bold-webfont.svg#apple_garamondbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apple_garamonditalic";
  src: url("../fonts/applegaramond-italic-webfont.eot");
  src: url("../fonts/applegaramond-italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/applegaramond-italic-webfont.woff") format("woff"),
    url("../fonts/applegaramond-italic-webfont.ttf") format("truetype"),
    url("../fonts/applegaramond-italic-webfont.svg#apple_garamonditalic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apple_garamond_lightregular";
  src: url("../fonts/applegaramond-light-webfont.eot");
  src: url("../fonts/applegaramond-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/applegaramond-light-webfont.woff") format("woff"),
    url("../fonts/applegaramond-light-webfont.ttf") format("truetype"),
    url("../fonts/applegaramond-light-webfont.svg#apple_garamond_lightregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir95Black";
  src: url("../fonts/avenir-black.eot");
  src: url("../fonts/avenir-black.eot") format("embedded-opentype"),
    url("../fonts/avenir-black.woff") format("woff"),
    url("../fonts/avenir-black.ttf") format("truetype"),
    url("../fonts/avenir-black.svg#Avenir95Black") format("svg");
}

/** STANDARD **/
body {
  font-family: "apple_garamondregular";
  font-weight: normal;
  position: relative;
}
.av {
  font-family: "Avenir95Black";
}
.apl {
  font-family: "apple_garamonditalic";
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}

.clear {
  clear: both;
}
.clear30 {
  clear: both;
  height: 30px;
}
.clear60 {
  clear: both;
  height: 60px;
}
.left {
  float: left;
}
.right {
  float: right;
}

.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}

.azul {
  color: #0095d2;
}

/** GRIGLIA **/
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}

.margin-left-11 {
  margin-left: 91.66666667%;
}
.margin-left-10 {
  margin-left: 83.33333333%;
}
.margin-left-9 {
  margin-left: 75%;
}
.margin-left-8 {
  margin-left: 66.66666667%;
}
.margin-left-7 {
  margin-left: 58.33333333%;
}
.margin-left-6 {
  margin-left: 50%;
}
.margin-left-5 {
  margin-left: 41.66666667%;
}
.margin-left-4 {
  margin-left: 33.33333333%;
}
.margin-left-3 {
  margin-left: 25%;
}
.margin-left-2 {
  margin-left: 16.66666667%;
}
.margin-left-1h {
  margin-left: 12.5%;
}
.margin-left-1 {
  margin-left: 8.33333333%;
}

.fright {
  float: right;
}

header {
  background: #000000;
  min-height: 701px;
}
section {
  background: black;
}
.bg-giallo {
  background: #ffc905;
}
.bg-azul {
  background: #0095d2;
}
.bg-blu {
  background: #042f62;
}
.bg-gray {
  background: #a0a0a0;
}
.container {
  width: 1000px;
  margin: 0 auto;
}

.bg-giallo .col-4 {
  color: #003851;
  font-size: 24px;
  font-weight: bold;
  padding: 70px 0;
}
.bg-img {
  background: url("../images/bg1.jpg") no-repeat center center,
    linear-gradient(
      to bottom,
      #ffc905 0%,
      #ffc905 50%,
      #ffc905 50%,
      #042f62 50%,
      #042f62 100%
    );
}

.bg-img .col-6 img {
  display: block;
}
.bg-img .bg-blu {
  color: #fff;
  font-size: 15px;
  padding: 40px;
  height: 330px;
}
.bg-img .bg-blu span {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
.bg-img .bg-gray {
  color: #fff;
  font-size: 15px;
  padding: 40px;
  height: 379px;
}
.bg-img .bg-gray span {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}

.bg-blu.lavorazioni .titolo {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 60px 0 40px;
}
.lavorazione {
  padding: 14px;
  font-size: 15px;
  color: #fff;
}
.bg-blu.lavorazioni .lavorazione span {
  color: #ffc905;
  font-size: 15px;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  min-height: 77px;
}

.esempi .titolo {
  color: #042f62;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 50px 0 30px;
}
.esempio {
  margin-bottom: 50px;
  padding: 14px;
}
.esempio .relative {
  position: relative;
}
.esempio span {
  height: 50px;
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  width: 100%;
  line-height: 13px;
  padding: 15px 10px;
  background: rgba(255, 255, 255, 0.6);
  color: #042f62;
  font-size: 16px;
  text-align: center;
}
.lente {
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 9;
}

.slick-next::before,
.slick-prev::before {
  content: " ";
}
.slick-next {
  background: url("../images/right.jpg") no-repeat top center #ffc905;
  height: 30px;
  width: 30px;
  right: 0;
  bottom: -30px;
  top: auto;
}
.slick-prev {
  background: url("../images/left.jpg") no-repeat top center #ffc905;
  height: 30px;
  width: 30px;
  right: 30px;
  bottom: -30px;
  left: auto;
  top: auto;
}

.padd {
  padding: 15px 30px;
  color: #042f62;
  font-size: 15px;
  line-height: 20px;
}
.padd .titolo {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}

.linea {
  height: 10px;
  margin: 40px 0;
  background: #042f62;
}
.bg-footer {
  background: #000000;
  padding-bottom: 100px;
}
.bg-footer img {
  display: block;
}
.jumbo {
  background: white;
  width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}
.toph.footer {
  color: black;
  font-size: 55px;
  text-align: left;
  margin-top: 60px;
  border: 0;
  line-height: 70px;
  padding-left: 50px;
}

.left-head {
  padding: 40px 0px 40px 40px;
}
.left-head .titolo {
  display: block;
  font-size: 72px;
  line-height: 66px;
  margin: 20px 0 10px 15px;
  float: left;
}
.left-head .subtitolo {
  display: block;
  font-size: 33px;
  line-height: 34px;
  margin: 0px 0 0 16px;
  float: left;
}
.left-head.v2 .subtitolo {
  font-size: 40px;
  line-height: 42px;
}
.left-head.v2 .subtitolo2 {
  font-size: 25px;
  line-height: 28px;
}
.left-head .subtitolo2 {
  display: block;
  font-size: 38px;
  line-height: 40px;
  margin: 27px 0 0 16px;
  float: left;
}
.left-head .subtitolo3 {
  display: block;
  font-size: 19px;
  line-height: 30px;
  margin: 3px 0 0 16px;
  float: left;
}
.left-head .subtitolo4 {
  display: block;
  font-size: 25px;
  line-height: 30px;
  margin: 3px 0 0 16px;
  float: left;
}
.left-head ul {
  margin: 0;
  padding: 0 100px 0 0;
  list-style: none;
  font-size: 17px;
  color: #042f62;
  line-height: 20px;
}
.left-head ul li {
  margin-bottom: 20px;
  background: url("../images/ul.png") no-repeat left top;
  padding-left: 30px;
}

.right-head {
  position: relative;
  padding-bottom: 100px;
}
.middle {
  height: 820px;
  margin-top: 0px;
}
.middle .toph {
  font-size: 50px;
  color: white;
  margin-top: 60px;
  padding: 35px 0;
  margin-left: 0;
  margin-bottom: 30px;
}
.middle .col-6 p {
  font-size: 17px;
  line-height: 20px;
  padding: 10px;
}
.parteWhite {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0 44px 10px;
  position: relative;
}
.parteWhite span {
  font-size: 21px;
  display: block;
}
.parteWhite .f1 {
  position: absolute;
  bottom: 0;
  right: 28px;
  -moz-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  max-width: 49px;
}
.parteWhite .f2 {
  position: absolute;
  bottom: 31px;
  right: 22px;
  -moz-transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
  max-width: 58px;
}
.parteWhite .f3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.boxRelatori {
  background: black url("../images/bg_middle.png") repeat-y top center;
}
.boxRelatori .container {
  background: black;
  color: white;
  position: relative;
}
.boxRelatori .col-5 {
  padding-bottom: 74px;
}
.boxRelatori span {
  display: block;
}
.boxRelatori .col-7.r2 span {
  float: left;
  width: 47%;
  margin-left: 20px;
}
.boxRelatori .col-7.r2 span.s1 {
  margin-top: 155px;
}
.boxRelatori span.s1 {
  font-size: 40px;
}
.boxRelatori span.s2 {
  font-size: 26px;
}
.boxRelatori .col-5.r1 span {
  margin-left: 20px;
}
.boxRelatori .col-5.r1 img {
  margin-top: 200px;
}
.boxRelatori .col-7.r2 img {
  margin-top: 74px;
  float: left;
}

.toph {
  border-top: 10px solid black;
  border-bottom: 10px solid black;
  text-align: center;
  width: 98%;
  padding: 25px 0;
  float: left;
  margin: 20px 0 0 14px;
}
.toph div.aa {
  float: left;
  width: 48%;
  text-align: left;
  font-size: 25px;
  min-height: 100px;
  margin: 1%;
}
.frecce1 {
  position: absolute;
  right: -367px;
  top: 381px;
}
.frecce2 {
  position: absolute;
  left: -177px;
  top: 525px;
  z-index: 1;
}
.frecce3 {
  position: absolute;
  right: 212px;
  bottom: 0;
  z-index: 1;
}
.frecce4 {
  position: absolute;
  right: -329px;
  top: 46px;
  z-index: 1;
}
.footerTxt {
  margin: 0 auto;
  text-align: center;
  padding-top: 32px;
  color: white;
}

.toph.relatori {
  border-bottom: 10px solid white;
  font-size: 50px;
  text-align: left;
  padding-left: 20px;
  width: 700px;
}
.boxBianco.relatori {
  background: white;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 450px;
  font-size: 17px;
  padding: 90px 60px 80px 60px;
  color: black;
}

.Contatti {
  position: relative;
  width: 90%;
  float: right;
  margin: 48px 0 0 0;
}
.bbb {
  background: #0095d2;
  padding: 42px 35px 90px 35px;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 70px 70px 70px 70px;
  border-radius: 100px 100px 100px 100px;
}
.Contatti .titolo {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0 20px;
  display: block;
  text-align: center;
}
.Contatti .titolo big {
  color: #ffffff;
  display: block;
  width: 100%;
}
.Contatti input[type="text"],
.Contatti input[type="email"] {
  width: 100%;
  margin: 0 0 15px;
  color: #ffffff;
  padding: 10px 12px 10px 20px;
  border: 1px solid #ffffff;
  background: #0095d2;
  font-size: 18px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  color: #fff83b;
}
.Contatti textarea {
  width: 100%;
  margin: 0 0 15px;
  color: #ffffff;
  padding: 10px 12px 10px 20px;
  border: 1px solid #ffffff;
  background: #0095d2;
  font-size: 18px;
  -webkit-border-radius: 20px 20px 20px 20px;
  color: #fff83b;
  border-radius: 20px 20px 20px 20px;
  resize: none;
  height: 100px;
  opacity: 1;
}
.Contatti input[type="submit"] {
  font-size: 28px;
  width: 140px;
  margin: 15px 0 0;
  color: #fff;
  padding: 4px;
  border: 0;
  background: #d58e12;
  border-radius: 50%;
  height: 140px;
  position: absolute;
  right: 0;
}

.Contatti2 input[type="submit"] {
  font-size: 28px;
  width: 200px;
  margin: 15px 0 0;
  color: #fff;
  padding: 4px;
  border: 0;
  background: #d58e12;
  border-radius: 50%;
  height: 200px;
  position: absolute;
  right: -40px;
  bottom: -100px;
}

.Contatti2 input[type="text"],
.Contatti2 input[type="email"],
.Contatti2 select {
  width: 98%;
  margin: 0 0 15px 0;
  color: #000000;
  padding: 10px 12px 10px 20px;
  border: 2px solid #000000;
  background: #ffffff;
  font-size: 18px;
  border-radius: 0;
}
.Contatti2 textarea {
  width: 561px;
  margin: 0 0 15px;
  color: #000000;
  padding: 10px 12px 10px 20px;
  border: 2px solid #000000;
  background: #ffffff;
  font-size: 18px;
  border-radius: 0;
  resize: none;
  height: 100px;
  opacity: 1;
}

.puntodiDomanda {
  text-align: center;
}
.playVideo {
  margin-top: 15px;
}
.puntodiDomanda span {
  display: block;
  text-align: center;
  font-size: 25px;
}
.aaa {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
  position: absolute;
  z-index: 1;
}

#FormContatti2 {
  background: white;
  width: 960px;
  height: 460px;
  border: 30px solid black;
  position: relative;
  padding: 44px 100px 20px 222px;
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 178px solid transparent;
  border-left: 219px solid #d28500;
  border-bottom: 178px solid transparent;
  position: absolute;
  left: -30px;
  top: 0;
}
.lll {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.Contatti input::-webkit-input-placeholder {
  color: white;
}

.Contatti input::-moz-placeholder {
  color: white;
  opacity: 1;
}

.Contatti input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.Contatti textarea::-webkit-input-placeholder {
  color: white;
}

.Contatti textarea::-moz-placeholder {
  color: white;
  opacity: 1;
}

.Contatti textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

#googleMaps {
  width: 100%;
  height: 600px;
}

div.fancy-select .small ~ div.trigger {
  font-size: 14px;
}
.foot {
  padding-bottom: 204px;
  position: relative;
}
.errore {
  position: relative;
}
.errore label {
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
  left: 0;
  padding: 3px;
  position: absolute;
  top: -28px;
  font-size: 12px;
}
.errore label:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f00;
  bottom: -8px;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.show-1000 {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .jumbo {
    width: 1100px;
  }
  .container {
    width: 900px;
  }
  .left-head {
    padding-left: 0px;
  }
  .Contatti {
    width: 95%;
  }
  .boxBianco.relatori {
    width: 100%;
    float: left;
    clear: both;
    bottom: 0;
    position: relative;
  }
  .boxRelatori .col-5,
  .boxRelatori .col-7 {
    width: 50%;
  }
  .boxRelatori .col-5.r1 img,
  .boxRelatori .col-7.r2 img {
    margin-top: 40px;
    max-width: 268px;
    margin-bottom: 20px;
  }
  .boxRelatori .col-7.r2 span.s1 {
    margin-top: 0px;
    width: 100%;
  }
  .boxRelatori .col-7.r2 span {
    width: 100%;
  }
  .toph.footer {
    margin-top: 50px;
  }
  #FormContatti2 {
    width: 95%;
  }
  .Contatti2 textarea {
    width: 100%;
  }
  .Contatti2 select {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px) {
  .show-1000 {
    display: block;
  }
  .container,
  .jumbo {
    width: 760px;
  }

  .left-head .titolo {
    margin: 20px 20px 7px 20px;
  }
  .Contatti {
    display: none;
  }

  header {
    background: black;
    min-height: auto;
  }

  .left-head {
    width: 100%;
    padding: 40px 20px;
  }

  .btn {
    color: #ffffff;
    background: #ff9523;
    padding: 15px;
    font-weight: bold;
    margin-top: 40px;
    font-size: 39px;
  }

  .bg-img .bg-gray {
    padding: 20px;
    font-size: 14px;
    height: 301px;
  }
  .bg-img .bg-blu {
    padding: 20px;
    font-size: 14px;
    height: 261px;
  }
  .bg-img .bg-gray span,
  .bg-img .bg-blu span {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .left-head ul {
    padding: 0;
  }
  .right-head {
    padding-bottom: 0;
    width: 100%;
  }
  .puntodiDomanda img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .frecce2 {
    left: 48px;
    top: 453px;
  }
  .left-head.v2 .subtitolo {
    margin-top: 40px;
  }
  .imgLampadina {
    max-width: 338px;
    float: right;
    margin-top: 144px;
  }
  .parteWhite {
    width: 122%;
  }
  .triangle-right {
    display: none;
  }
  #FormContatti2 {
    padding: 50px;
    border: 0;
  }
  .frecce4 {
    display: none !important;
  }
  .Contatti2 select {
    font-size: 16px;
  }
}

@media only screen and (max-width: 800px) {
  .container,
  .jumbo {
    width: 600px;
  }

  .left-head .titolo {
    margin: 20px 20px 7px 20px;
    font-size: 60px;
    line-height: 60px;
  }
  .Contatti {
    display: none;
  }

  header {
    background: black;
    min-height: auto;
  }

  .left-head {
    width: 100%;
    padding: 40px 20px;
  }

  .btn {
    color: #ffffff;
    background: #ff9523;
    padding: 15px;
    font-weight: bold;
    margin-top: 40px;
    font-size: 39px;
  }

  .bg-img .bg-gray {
    padding: 20px;
    font-size: 14px;
    height: 301px;
  }
  .bg-img .bg-blu {
    padding: 20px;
    font-size: 14px;
    height: 261px;
  }
  .bg-img .bg-gray span,
  .bg-img .bg-blu span {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .left-head ul {
    padding: 0;
  }
  .right-head {
    padding-bottom: 0;
    width: 100%;
  }
  .puntodiDomanda img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .frecce2 {
    left: 48px;
    top: 453px;
  }
  .left-head.v2 .subtitolo {
    margin-top: 40px;
  }
  .imgLampadina {
    max-width: 278px;
    float: right;
    margin-top: 2px;
  }
  .parteWhite {
    width: 150%;
  }
  .triangle-right {
    display: none;
  }
  #FormContatti2 {
    padding: 50px;
    border: 0;
  }
  .frecce4 {
    display: none !important;
  }
  .toph {
    margin-left: 0;
  }
  .frecce2 {
    left: -19px;
  }
  .middle {
    height: 900px;
  }
  .toph.relatori {
    width: 100%;
  }
  #googleMaps {
    height: 400px;
  }
  .toph.footer {
    line-height: 50px;
  }
  #FormContatti2 {
    padding: 20px 20px 20px 50px;
    width: 98%;
  }
  .Contatti2 input[type="submit"] {
    right: 0;
    bottom: -62px;
  }
}

@media only screen and (max-width: 570px) {
  .container {
    width: 96%;
  }
  .jumbo {
    width: 96%;
  }
  .left-head {
    padding: 20px 16px;
  }
  .left-head .titolo {
    margin: 20px 0 10px 0;
    font-size: 39px;
    line-height: 40px;
  }
  .left-head .subtitolo {
    margin: 0px 0;
    font-size: 30px;
    line-height: 30px;
  }
  .left-head .subtitolo2 {
    margin: 20px 0;
    font-size: 25px;
    line-height: 28px;
  }
  .left-head .subtitolo3 {
    margin: 3px 0;
    line-height: 25px;
  }
  .puntodiDomanda {
    width: 60%;
    margin: 0 auto;
  }
  .playVideo {
    max-width: 130px;
  }
  .frecce,
  .frecce1,
  .frecce2,
  .frecce3,
  .frecce4 {
    display: none !important;
  }
  .toph div.aa {
    width: 100%;
    min-height: 0;
    margin-bottom: 15px;
  }
  .middle {
    height: 1223px;
  }
  .middle .toph {
    font-size: 42px;
  }
  .middle .col-6 {
    width: 100%;
  }
  .imgLampadina {
    float: none;
    max-width: 71%;
    margin: 0 auto;
    display: block;
  }
  .boxRelatori .col-5,
  .boxRelatori .col-7 {
    width: 100%;
  }
  .boxRelatori .col-5.r1 img,
  .boxRelatori .col-7.r2 img {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    float: none;
  }
  .boxRelatori .col-7.r2 img {
    margin-top: 0px;
  }
  .boxBianco.relatori {
    margin-top: 40px;
  }
  .boxNoi {
    display: none;
  }
  .toph.footer {
    padding: 21px;
    font-size: 35px;
    line-height: 41px;
  }
  .footerTxt {
    padding: 30px;
  }
  #FormContatti2 {
    padding: 10px;
  }
  .lll {
    width: 100%;
  }
  .Contatti2 input[type="submit"] {
    right: 66px;
    bottom: -189px;
  }
  .parteWhite {
    width: 100%;
    margin-left: 0;
    padding: 12px;
    font-size: 18px;
    margin-bottom: 7px;
  }
  .parteWhite img {
    display: none;
  }
  .toph {
    margin-left: 0;
    margin-right: 0;
  }
  .boxRelatori span {
    margin: 0 auto !important;
    width: 90% !important;
    float: none !important;
  }
  .boxBianco.relatori {
    padding: 50px;
    font-size: 22px;
  }
  ::-moz-selection {
    background: #ffffff;
    text-shadow: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
  }

  ::selection {
    background: #ffffff;
    text-shadow: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
  }

  * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
  }

  .foot {
    padding-bottom: 250px;
  }
  .Contatti2 input[type="submit"] {
    bottom: -222px;
  }
}

@media only screen and (max-width: 350px) {
  .left-head .titolo {
    margin: 20px 0 10px 0;
    font-size: 33px;
    line-height: 36px;
  }
}

.cl-sm-1 {
  width: 8.33%;
}

.cl-sm-2 {
  width: 16.66%;
}

.cl-sm-3 {
  width: 25%;
}

.cl-sm-4 {
  width: 33.33%;
}

.cl-sm-5 {
  width: 41.66%;
}

.cl-sm-6 {
  width: 50%;
}

.cl-sm-7 {
  width: 58.33%;
}

.cl-sm-8 {
  width: 66.66%;
}

.cl-sm-9 {
  width: 75%;
}

.cl-sm-10 {
  width: 83.33%;
}

.cl-sm-11 {
  width: 91.66%;
}

.cl-sm-12 {
  width: 100%;
}

.flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#imgcaptcha {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: auto;
  height: 43px;
}

#imgcaptcha2 {
  width: auto;
  height: 45px;
}

input#captcha {
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-border-top-right-radius: 20px !important;
  -webkit-border-bottom-right-radius: 20px !important;
  -moz-border-radius-topright: 20px !important;
  -moz-border-radius-bottomright: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

input,
select,
textarea {
  outline: none !important;
}
