﻿@import 'main.css';
@import 'HoldOn.min.css';
@import 'fontello-embedded.css';
@import 'tooltipster.css';
@import 'multiple-select.css';
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nofocus:focus {
  outline: none;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@font-face {
  font-family: 'AvenirLT-Medium';
  src: url('fonts/2A571E_0_0.eot');
  src: url('fonts/2A571E_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_0_0.woff') format('woff'), url('fonts/2A571E_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLT-Roman';
  src: url('fonts/2A571E_1_0.eot');
  src: url('fonts/2A571E_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_1_0.woff') format('woff'), url('fonts/2A571E_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLT-MediumOblique';
  src: url('fonts/2A571E_2_0.eot');
  src: url('fonts/2A571E_2_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_2_0.woff') format('woff'), url('fonts/2A571E_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLT-BookOblique';
  src: url('fonts/2A571E_3_0.eot');
  src: url('fonts/2A571E_3_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_3_0.woff') format('woff'), url('fonts/2A571E_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLT-Black';
  src: url('fonts/2A571E_4_0.eot');
  src: url('fonts/2A571E_4_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_4_0.woff') format('woff'), url('fonts/2A571E_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLT-HeavyOblique';
  src: url('fonts/2A571E_5_0.eot');
  src: url('fonts/2A571E_5_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_5_0.woff') format('woff'), url('fonts/2A571E_5_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLT-Book';
  src: url('fonts/2A571E_6_0.eot');
  src: url('fonts/2A571E_6_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_6_0.woff') format('woff'), url('fonts/2A571E_6_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLT-Light';
  src: url('fonts/2A571E_7_0.eot');
  src: url('fonts/2A571E_7_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_7_0.woff') format('woff'), url('fonts/2A571E_7_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLT-BlackOblique';
  src: url('fonts/2A571E_8_0.eot');
  src: url('fonts/2A571E_8_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_8_0.woff') format('woff'), url('fonts/2A571E_8_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLT-LightOblique';
  src: url('fonts/2A571E_9_0.eot');
  src: url('fonts/2A571E_9_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_9_0.woff') format('woff'), url('fonts/2A571E_9_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLT-Oblique';
  src: url('fonts/2A571E_A_0.eot');
  src: url('fonts/2A571E_A_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_A_0.woff') format('woff'), url('fonts/2A571E_A_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLT-Heavy';
  src: url('fonts/2A571E_B_0.eot');
  src: url('fonts/2A571E_B_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A571E_B_0.woff') format('woff'), url('fonts/2A571E_B_0.ttf') format('truetype');
}
.avenirLight {
  font-family: 'AvenirLT-Light';
  font-weight: normal !important;
}
.avenirRegular {
  font-family: 'AvenirLT-Roman';
  font-weight: normal !important;
}
.avenirMedium {
  font-family: 'AvenirLT-Medium';
  font-weight: normal !important;
}
.avenirMediumObl {
  font-family: 'AvenirLT-MediumOblique';
  font-weight: normal !important;
}
.avenirBook {
  font-family: 'AvenirLT-Book';
  font-weight: normal !important;
}
.avenirHeavy {
  font-family: 'AvenirLT-Heavy';
  font-weight: normal !important;
}
/*scroll down*/
@-moz-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-ms-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/*movimento freccina*/
@-moz-keyframes fromLeftToRight {
  0% {
    left: 0;
  }
  30% {
    left: 6px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes fromLeftToRight {
  0% {
    left: 0;
  }
  30% {
    left: 6px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes fromLeftToRight {
  0% {
    left: 0;
  }
  30% {
    left: 6px;
  }
  100% {
    left: 0;
  }
}
@keyframes fromLeftToRight {
  0% {
    left: 0;
  }
  30% {
    left: 6px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes fromRightToLeft {
  0% {
    right: 0;
  }
  30% {
    right: 6px;
  }
  100% {
    right: 0;
  }
}
@-ms-keyframes fromRightToLeft {
  0% {
    right: 0;
  }
  30% {
    right: 6px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes fromRightToLeft {
  0% {
    right: 0;
  }
  30% {
    right: 6px;
  }
  100% {
    right: 0;
  }
}
@keyframes fromRightToLeft {
  0% {
    right: 0;
  }
  30% {
    right: 6px;
  }
  100% {
    right: 0;
  }
}
#stop-page {
  height: 300vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: #000;
}
#stop-page > section {
  width: 840px;
  height: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -420px;
  z-index: 1100;
  background-color: #FFF;
}
#stop-page > section .header {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  overflow: visible;
}
#stop-page > section .header figure {
  margin: 0 auto;
  width: 450px;
}
#stop-page > section .header figure img {
  display: block;
  width: 100%;
}
#stop-page > section .corpo {
  padding: 0 117px;
}
#stop-page > section .corpo p {
  font-size: 29pxpx;
  font-size: 2.9pxrem;
  font-family: Arial;
  color: #000;
  text-align: center;
  line-height: 1.2;
}
#stop-page > section .corpo .browsers {
  margin-left: -18px;
  margin-right: -41px;
  white-space: nowrap;
}
#stop-page > section .corpo .browsers a {
  display: inline-block;
  vertical-align: top;
  margin-right: 54px;
  white-space: nowrap;
}
#stop-page > section .corpo .browsers a:focus {
  outline: none;
}
#stop-page > section .corpo .browsers a:last-child {
  float: right;
  margin-right: 0;
}
/*
    Cookies
*/
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}
.hidden {
  opacity: 0;
  backface-visibility: hidden;
  visibility: hidden;
}
.visible {
  opacity: 1;
  backface-visibility: visible;
  visibility: visible;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Banner dei cookies */
.cookies-layer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: translateY(100%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.cookies-layer.on {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.cookies-layer .cookies-layer-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .cookies-layer .cookies-layer-close-btn {
    right: 20px;
    top: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .cookies-layer .cookies-layer-close-btn {
    right: 20px;
    top: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .cookies-layer .cookies-layer-close-btn {
    top: 25px;
    right: 15px;
  }
}
.cookies-layer .cookies-layer-close-btn > button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 25px;
  border: 1px solid #aaa;
  color: #aaa;
  background-color: #fff;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1440px) {
  .cookies-layer .cookies-layer-close-btn > button {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
  }
}
.cookies-layer .cookies-layer-close-btn > button:hover {
  background-color: #eee;
}
.cookies-layer .cookies-layer-close-btn > button:before {
  content: "\00D7";
  line-height: 0;
}
.cookies-layer .cookies-layer-container {
  padding: 25px 15px;
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .cookies-layer .cookies-layer-container {
    padding: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .cookies-layer .cookies-layer-container {
    padding: 30px 20px;
  }
}
.cookies-layer .cookies-layer-container > div {
  width: 100%;
}
.cookies-layer .cookies-layer-container > div:nth-child(1) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 600px) {
  .cookies-layer .cookies-layer-container > div:nth-child(1) {
    margin-right: 40px;
  }
}
.cookies-layer .cookies-layer-container > div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .cookies-layer .cookies-layer-container > div:nth-child(2) {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1023px) {
  .cookies-layer .cookies-layer-container > div:nth-child(2) .cookies-button {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .cookies-layer .cookies-layer-container > div:nth-child(2) .cookies-button {
    width: 100%;
  }
}
.cookies-layer .cookies-layer-container > div:nth-child(2) .cookies-button:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .cookies-layer .cookies-layer-container > div:nth-child(2) .cookies-button:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cookies-layer .cookies-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: sans-serif;
}
@media only screen and (min-width: 1024px) {
  .cookies-layer .cookies-title {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 425px) {
  .cookies-layer .cookies-title {
    font-size: 17px;
    margin-right: 50px;
  }
}
.cookies-layer p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  font-family: sans-serif;
}
@media only screen and (min-width: 1024px) {
  .cookies-layer p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 425px) {
  .cookies-layer p {
    font-size: 10px;
  }
}
.cookies-layer p > a {
  text-decoration: underline;
  transition: opacity 0.3s;
  color: #52B0F6;
}
.cookies-layer p > a:hover {
  opacity: 0.5;
}
.cookies-layer p > a:focus {
  outline: none;
}
.cookies-layer .cookies-button > a,
.cookies-layer .cookies-button > button,
.cookies-layer .cookies-button > span {
  width: 100%;
}
.cookies-button.--manage > a,
.cookies__button.--manage > a,
.cookies-button.--manage > button,
.cookies__button.--manage > button,
.cookies-button.--manage > span,
.cookies__button.--manage > span {
  border: 1px solid #aaa;
  background-color: #fff;
  color: #aaa;
}
.cookies-button.--manage > a:hover:before,
.cookies__button.--manage > a:hover:before,
.cookies-button.--manage > button:hover:before,
.cookies__button.--manage > button:hover:before,
.cookies-button.--manage > span:hover:before,
.cookies__button.--manage > span:hover:before {
  opacity: 0.1;
}
.cookies-button > a,
.cookies__button > a,
.cookies-button > button,
.cookies__button > button,
.cookies-button > span,
.cookies__button > span {
  align-items: center;
  border: 1px solid #52B0F6;
  color: #fff;
  background-color: #52B0F6;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  justify-content: center;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .cookies-button > a,
  .cookies__button > a,
  .cookies-button > button,
  .cookies__button > button,
  .cookies-button > span,
  .cookies__button > span {
    font-size: 13px;
    height: 45px;
    min-width: 200px;
    padding: 0 10px;
  }
}
.cookies-button > a:hover:before,
.cookies__button > a:hover:before,
.cookies-button > button:hover:before,
.cookies__button > button:hover:before,
.cookies-button > span:hover:before,
.cookies__button > span:hover:before {
  opacity: 0.4;
}
.cookies-button > a:before,
.cookies__button > a:before,
.cookies-button > button:before,
.cookies__button > button:before,
.cookies-button > span:before,
.cookies__button > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cookies-button > a > span,
.cookies__button > a > span,
.cookies-button > button > span,
.cookies__button > button > span,
.cookies-button > span > span,
.cookies__button > span > span {
  position: relative;
  z-index: 2;
}
.cookies-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.5s ease, opacity 0s ease 0.5s;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(100%);
  transition: transform 0s 0.35s, opacity 0.35s ease, visibility 0.35s ease;
}
.cookies-popup.is--open {
  opacity: 1;
  backface-visibility: visible;
  visibility: visible;
  transform: translateY(0);
  transition: transform 0s, opacity 0.5s ease, visibility 0.5s ease;
}
.cookies-popup.is--open .cookies-popup-inner {
  opacity: 1;
  transform: translateX(0);
}
.cookies-popup .cookies-popup-inner {
  position: relative;
  padding: 30px;
  height: auto;
  width: 760px;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 60px);
  background-color: #fff;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.35s, transform 0.35s;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .cookies-popup .cookies-popup-inner {
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
  }
}
@media screen and (min-width: 1366px) {
  .cookies-popup .cookies-popup-inner {
    padding: 55px;
  }
}
.cookies-popup .cookies-popup-inner .cookies-popup-close {
  font-size: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.5s ease;
  width: 30px;
  color: #333;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .cookies-popup .cookies-popup-inner .cookies-popup-close {
    font-size: 35px;
    right: 30px;
    top: 30px;
  }
}
.cookies-popup .cookies-popup-inner .cookies-popup-close:hover {
  opacity: 0.5;
}
.cookies-popup .cookies-popup-inner .cookies-popup-close:before {
  content: "\00D7";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies-popup .cookies-popup-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .cookies-popup .cookies-popup-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1366px) {
  .cookies-popup .cookies-popup-title {
    font-size: 28px;
  }
}
.cookies-popup .cookies-button > a,
.cookies-popup .cookies-button > button,
.cookies-popup .cookies-button > span {
  margin: 0 auto;
  min-width: 140px;
}
.cookies-popup-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  max-width: none;
  transition: opacity 0.35s;
}
@media screen and (min-width: 1366px) {
  .cookies-popup-form {
    margin: 35px 0 0;
  }
}
.cookies-popup-form .cookies__button > a,
.cookies-popup-form .cookies__button > button,
.cookies-popup-form .cookies__button > span {
  margin: 0 auto;
}
.cookies-popup-term {
  width: 100%;
  border-top: 1px solid #dedede;
  margin-top: 0;
  padding: 20px 0;
  text-align: left;
}
.cookies-popup-term:last-child {
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 599px) {
  .cookies-popup-term {
    text-align: left;
  }
}
.cookies-popup-term > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.cookies-popup-term p {
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .cookies-popup-term p {
    margin: 0 0 20px;
  }
}
.cookies-popup-term p strong {
  color: #000;
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .cookies-popup-term p strong {
    font-size: 13px;
  }
}
.cookies-popup-term p a {
  text-decoration: underline;
}
.cookies-popup-term label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cookies-popup-term label {
    font-size: 12px;
  }
}
.cookies-popup-term label:not(:last-child) {
  margin-right: 35px;
}
.cookies-popup-term label.disabled {
  cursor: default;
  opacity: 0.5;
}
.cookies-popup-term label input {
  height: 15px;
  margin-right: 5px;
  opacity: 0;
  position: relative;
  z-index: 5;
  width: 15px;
}
@media only screen and (min-width: 768px) {
  .cookies-popup-term label input {
    height: 20px;
    width: 20px;
  }
}
.cookies-popup-term label input:not([disabled]) {
  cursor: pointer;
}
.cookies-popup-term label input:not(:checked) + span:before {
  border-color: #666;
  content: "";
}
.cookies-popup-term label input:checked + span:before {
  border-color: #52B0F6;
  content: "\2713";
}
.cookies-popup-term label input:focus + span:before {
  border-color: #52B0F6;
}
.cookies-popup-term label input.-error + span {
  color: #FF0000;
}
.cookies-popup-term label span:before {
  align-items: center;
  border: 1px solid #52B0F6;
  border-radius: 50%;
  color: #52B0F6;
  display: flex;
  height: 15px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
@media only screen and (max-width: 767px) {
  .cookies-popup-term label span:before {
    font-size: 9px;
  }
}
@media only screen and (min-width: 768pxt) {
  .cookies-popup-term label span:before {
    height: 20px;
    width: 20px;
  }
}
.cookies-popup-submit {
  margin-top: 25px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cookies-popup-submit {
    margin-top: 50px;
  }
}
.cookies-popup-form-text {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cookies-popup-form-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .cookies-popup-form-text {
    font-size: 18px;
    margin-top: 25px;
  }
}
.cookies-popup-form-text a {
  text-decoration: underline;
  transition: opacity 0.35s;
  color: #52B0F6;
}
.cookies-popup-form-text a:hover {
  opacity: 0.5;
}
.cms-content .cookies__button,
.cms-content .cookies-button {
  margin-top: 30px;
  max-width: 200px;
}
.cms-content .cookies__button > a,
.cms-content .cookies-button > a {
  text-decoration: none !important;
}
#cookiesPopup {
  transform: translateY(100%);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  transition: transform 0.5s ease, opacity 0s ease 0.5s;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  backface-visibility: hidden;
  visibility: hidden;
  transition: transform 0s 0.5s, opacity 0.5s ease, visibility 0.5s ease;
}
#cookiesPopup.is--open {
  opacity: 1;
  backface-visibility: visible;
  visibility: visible;
  transform: translateY(0);
  transition: transform 0s, opacity 0.5s ease, visibility 0.5s ease;
}
#cookiesPopup.is--open .popup__inner {
  opacity: 1;
  transform: translateX(0);
}
#cookiesPopup .popup__inner {
  padding: 30px;
  height: auto;
  width: 760px;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  background-color: #fff;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.5s, transform 0.5s;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  #cookiesPopup .popup__inner {
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
  }
}
@media screen and (min-width: 1366px) {
  #cookiesPopup .popup__inner {
    padding: 55px;
  }
}
#cookiesPopup .popup__inner .popup__close {
  font-size: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.5s ease;
  width: 30px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #cookiesPopup .popup__inner .popup__close {
    font-size: 35px;
    right: 30px;
    top: 30px;
  }
}
.no-touchevents #cookiesPopup .popup__inner .popup__close:hover {
  opacity: 0.5;
}
#cookiesPopup .popup__inner .popup__close:before {
  content: "\00D7";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cookiesPopup .popup__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  #cookiesPopup .popup__title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1366px) {
  #cookiesPopup .popup__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .table__wrapper {
    margin-bottom: 20px;
    overflow-x: auto;
    position: relative;
  }
}
.table__wrapper table {
  border: 1px solid #dedede;
  width: 100%;
}
.table__wrapper table thead tr {
  border: none;
  padding: 0;
}
.table__wrapper table tbody tr {
  border: none;
  padding: 0;
}
.table__wrapper table tr {
  height: 50px;
  display: table-row;
}
.table__wrapper table tr > td,
.table__wrapper table tr > th {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .table__wrapper table tr > td,
  .table__wrapper table tr > th {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
  }
}
.table__wrapper table th,
.table__wrapper table td {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .table__wrapper table th,
  .table__wrapper table td {
    padding: 10px 15px;
  }
}
.table__wrapper table th {
  background-color: #dedede;
  border-right-color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table__wrapper table th {
    font-size: 12px;
    line-height: 1.2;
  }
}
.table__wrapper table td {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .table__wrapper table td {
    line-height: 1;
    height: auto;
    font-size: 11px;
  }
  .table__wrapper table td > span {
    font-size: 11px !important;
  }
}
/*===================
===================*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #F6F6F6;
  font-family: 'AvenirLT-Roman';
  font-weight: normal !important;
  font-size: 16px;
}
body.no-scrollbar {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
b,
strong {
  font-family: 'AvenirLT-Heavy';
  font-weight: normal !important;
}
figure {
  margin: 0;
}
sup {
  font-size: 30%;
}
@media (min-width: 760px) {
  sup {
    font-size: 44%;
  }
}
/*HGROUP*/
h2 {
  margin: 0;
  font-family: 'AvenirLT-Light';
  font-weight: normal !important;
  font-size: 23px;
  font-size: 2.3rem;
  color: #FFF;
  line-height: 1;
}
@media (min-width: 400px) {
  h2 {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
@media (min-width: 760px) {
  h2 {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
@media (min-width: 1000px) {
  h2 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.bg-white h2 {
  color: #555;
}
.bg-theme h2,
.last-realizations h2,
.other-applications h2 {
  color: #FFF;
}
@media (min-width: 400px) {
  .header-image h2 {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
@media (min-width: 760px) {
  .header-image h2 {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
@media (min-width: 1100px) {
  .header-image h2 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
h3 {
  margin: 0;
  font-family: 'AvenirLT-Roman';
  font-weight: normal !important;
  font-size: 21px;
  font-size: 2.1rem;
  color: #FFF;
}
@media (min-width: 400px) {
  h3 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (min-width: 760px) {
  h3 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 1000px) {
  h3 {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
.block-lancio h3 {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  font-size: 23px;
  font-size: 2.3rem;
  -webkit-transition: margin-top 0.5s ease;
  -moz-transition: margin-top 0.5s ease;
  -o-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
}
@media (min-width: 400px) {
  .block-lancio h3 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 760px) {
  .block-lancio h3 {
    padding: 0 20px;
  }
}
@media (min-width: 1000px) {
  .block-lancio h3 {
    margin-top: 102.5px;
  }
}
@media (min-width: 1200px) {
  .block-lancio h3 {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .other-applications .block-lancio h3 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 1200px) and (min-width: 1530px) {
  .other-applications .block-lancio h3 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (min-width: 1000px) {
  .b20.block-lancio h3 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .b20.block-lancio h3 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.block-lancio h3 span {
  padding: 2px 0;
  line-height: 1.6;
  background-color: rgba(85, 85, 85, 0.8);
  -moz-box-shadow: 7px 0 0 rgba(85, 85, 85, 0.8), -7px 0 0 rgba(85, 85, 85, 0.8);
  -webkit-box-shadow: 7px 0 0 rgba(85, 85, 85, 0.8), -7px 0 0 rgba(85, 85, 85, 0.8);
  box-shadow: 7px 0 0 rgba(85, 85, 85, 0.8), -7px 0 0 rgba(85, 85, 85, 0.8);
  box-decoration-break: clone;
}
@media (min-width: 760px) {
  .block-lancio h3 span {
    padding: 5px 0;
    line-height: 1.8;
    -moz-box-shadow: 20px 0 0 rgba(85, 85, 85, 0.8), -20px 0 0 rgba(85, 85, 85, 0.8);
    -webkit-box-shadow: 20px 0 0 rgba(85, 85, 85, 0.8), -20px 0 0 rgba(85, 85, 85, 0.8);
    box-shadow: 20px 0 0 rgba(85, 85, 85, 0.8), -20px 0 0 rgba(85, 85, 85, 0.8);
  }
}
@media (min-width: 1200px) {
  .block-lancio h3 span {
    line-height: 1.6;
  }
}
@media (max-width: 399px) {
  .big-news h3 {
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
header > h3 {
  margin: 20px 0;
}
@media (min-width: 760px) {
  header > h3 {
    margin: 20px 0 30px;
  }
}
.bg-white h3 {
  color: #555;
}
.bg-theme h3 {
  color: #FFF;
}
h4 {
  margin: 0;
  line-height: 1.2;
  font-family: 'AvenirLT-Roman';
  font-weight: normal !important;
  font-size: 19px;
  font-size: 1.9rem;
  color: #555;
}
@media (min-width: 760px) {
  h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.bg-theme h4,
.last-realizations h4,
.other-applications h4,
.block-lancio-team h4 {
  color: #FFF;
}
.block-news h4 {
  margin-bottom: 10px;
}
header > h4 {
  margin: 20px 0;
}
@media (min-width: 760px) {
  header > h4 {
    margin: 20px 0 30px;
  }
}
.popup h4 {
  margin: 0 0 20px;
}
#form-tds h4 {
  margin-bottom: 10px;
}
h5 {
  margin: 0;
  line-height: 1.2;
  font-family: 'AvenirLT-Heavy';
  font-weight: normal !important;
  font-size: 17px;
  font-size: 1.7rem;
  color: #FFF;
}
@media (min-width: 760px) {
  h5 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.office h5 {
  font-family: 'AvenirLT-Medium';
  font-weight: normal !important;
  color: #555;
}
.bg-white h5,
.form-standard h5 {
  color: #555;
}
.bg-theme h5 {
  color: #FFF;
}
.attachments h5 {
  color: #FFF;
}
/**/
/*preloader in js*/
#holdon-overlay {
  z-index: 1;
}
#holdon-overlay .sk-folding-cube > div:before {
  background-color: #52B0F6;
}
#page {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#page.fade-in {
  opacity: 1;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
}
body:not(.home) #page {
  /*sfondo header che non ostacola l'apertura del menu*/
}
body:not(.home) #page.no-bg:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  -moz-transition: box-shadow 0.3s 0.1s ease, background 0.1s 0s ease;
  -o-transition: box-shadow 0.3s 0.1s ease, background 0.1s 0s ease;
  -webkit-transition: box-shadow 0.3s 0.1s ease, background 0.1s 0s ease;
  transition: box-shadow 0.3s 0.1s ease, background 0.1s 0s ease;
}
body:not(.home) #page:before {
  content: "";
  display: block;
  width: 100%;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-transition: box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
  -o-transition: box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
  -webkit-transition: box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
  transition: box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
}
@media (min-width: 760px) {
  body:not(.home) #page:before {
    height: 96px;
  }
}
/*HEADER*/
#hd {
  position: relative;
  z-index: 100;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:not(.home) #hd {
  width: 100%;
  height: 75px;
}
@media (min-width: 760px) {
  body:not(.home) #hd {
    height: 96px;
  }
}
/**/
/*STICKY*/
#sticky {
  width: 100%;
  max-width: 1680px;
  height: 75px;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 1000;
  /*.transform(translate3d(-50%,0,0));*/
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-transition: top 1s ease, box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
  -o-transition: top 1s ease, box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
  -webkit-transition: top 1s ease, box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
  transition: top 1s ease, box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
}
@media (min-width: 760px) {
  #sticky {
    height: 96px;
  }
}
@media (min-width: 1700px) {
  #sticky {
    left: 50%;
    margin-left: -840px;
  }
}
#sticky.active {
  top: 0;
}
#sticky.no-bg {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  -moz-transition: box-shadow 0.3s 0.1s ease, background 0.1s 0s ease;
  -o-transition: box-shadow 0.3s 0.1s ease, background 0.1s 0s ease;
  -webkit-transition: box-shadow 0.3s 0.1s ease, background 0.1s 0s ease;
  transition: box-shadow 0.3s 0.1s ease, background 0.1s 0s ease;
}
#sticky > div {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
}
/**/
/*SECTION BD*/
#bd {
  position: relative;
  z-index: 50;
}
#bd > *:not(.rows-container) {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  #bd > *:not(.rows-container) {
    margin-bottom: 60px;
  }
}
#bd > *:not(.rows-container).breadcrumbs {
  margin-bottom: 0;
}
/**/
.no--newsletter #newsletter {
  display: none;
}
#newsletter-container > div.main-wrapper {
  padding: 0;
}
@media only screen and (max-width: 1699px) {
  #newsletter-container > div.main-wrapper {
    padding: 0 20px;
  }
}
#iscrizione-newsletter > span {
  width: 100%;
  font-size: 29px;
  color: #13B8FD;
}
@media only screen and (max-width: 375px) {
  #iscrizione-newsletter > span {
    font-size: 27px;
  }
}
#iscrizione-newsletter #check-buttons label.error a:after {
  display: inline-block;
  vertical-align: top;
  content: "\e807";
  width: 1em;
  line-height: 1em;
  position: absolute;
  top: 3px;
  right: -70px;
  z-index: 1;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #FF0000;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
}
#newsletter-box {
  padding-bottom: 0;
}
#newsletter-box .block-wrapper > span {
  display: block;
  width: 100%;
  font-size: 29px;
  color: #13B8FD;
  margin-bottom: 35px;
}
@media only screen and (max-width: 375px) {
  #newsletter-box .block-wrapper > span {
    font-size: 27px;
  }
}
#newsletter-box .block-wrapper {
  padding: 25px 50px;
}
@media only screen and (max-width: 1000px) {
  #newsletter-box .block-wrapper {
    padding: 20px 35px;
  }
}
@media only screen and (max-width: 760px) {
  #newsletter-box .block-wrapper {
    padding: 15px 20px;
  }
}
#newsletter-box span:before {
  top: -4px;
}
#newsletter-box label.check span {
  padding-left: 30px;
}
#newsletter-box label#news-privacy-check,
#newsletter-box label#news-not-privacy-check {
  display: inline-block;
  width: auto;
}
#newsletter-box label {
  width: 25%;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  #newsletter-box label {
    width: 32%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 550px) {
  #newsletter-box label {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 550px) {
  #newsletter-box fieldset#check-buttons {
    padding: 0px 25px 0;
  }
}
#newsletter-box fieldset#check-buttons label {
  padding: 35px 25px 0;
}
#newsletter-box fieldset#check-buttons label.radio-container {
  display: inline-block;
  font-size: 13px;
  width: auto;
  cursor: pointer;
}
#newsletter-box fieldset#check-buttons label.radio-container input {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
  border-radius: 0%;
  /*border-radius: 50%;*/
  margin-top: 30px;
  opacity: 0;
  margin: 32px 0 0;
}
#newsletter-box fieldset#check-buttons label.radio-container input:checked ~ .checkmark {
  background-color: #52B0F6;
}
#newsletter-box fieldset#check-buttons label.radio-container input:checked ~ .checkmark:after {
  display: block;
}
#newsletter-box fieldset#check-buttons label.radio-container.checkmark:after {
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  border-radius: 0%;
  /*border-radius: 50%;*/
  /*background: white;*/
  background: #FFF url(/images/checked.png) no-repeat 50% 50%;
}
#newsletter-box fieldset#check-buttons p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
@media (min-width: 760px) {
  #newsletter-box fieldset#check-buttons p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200) {
  #newsletter-box fieldset#check-buttons p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#newsletter-box fieldset#check-buttons p a {
  color: #666666;
  text-decoration: underline;
}
#newsletter-box fieldset#check-buttons#check-buttons {
  margin-bottom: 30px;
}
#newsletter-box label#news-privacy-check span,
#newsletter-box label#news-not-privacy-check span {
  font-size: 13px;
  cursor: pointer;
}
#newsletter-box label#news-privacy-check input,
#newsletter-box label#news-not-privacy-check input {
  cursor: pointer;
}
#newsletter-box div.cta {
  display: inline-block;
  max-width: 190px;
  width: 100%;
  background-color: #52B0F6;
  margin-left: 40px;
  margin-top: 20px;
}
@media only screen and (min-width: 1305px) {
  #newsletter-box div.cta {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  #newsletter-box div.cta {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
  border-radius: 0%;
  /*border-radius: 50%;*/
  margin-top: 32px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  border-radius: 0%;
  /*border-radius: 50%;*/
  /*background: white;*/
  background: #FFF url(/images/checked.png) no-repeat 50% 50%;
}
#newsletter {
  width: 100%;
  position: relative;
  z-index: 50;
  background-color: #FFF;
  color: #666;
}
#newsletter.not-footer {
  background: unset;
}
#newsletter .info-container {
  padding: 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  #newsletter .info-container {
    padding: 25px 0;
  }
}
#newsletter .info-container#newsletter-container {
  height: 100%;
  padding: 0 0 60px;
}
@media (min-width: 1000px) {
  #newsletter .info-container {
    height: 275px;
    padding: 50px 0 0;
  }
}
@media (min-width: 1000px) {
  #newsletter .info-container .logo-ft {
    display: inline-block;
    vertical-align: top;
    width: 22.9%;
    padding-left: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#newsletter .info-container .logo-ft img {
  display: block;
  width: 100%;
  max-width: 240px;
}
#newsletter .info-container ul > li {
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  #newsletter .info-container ul > li {
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) {
  #newsletter .info-container ul > li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
  }
}
#newsletter .info-container ul > li:first-child > p {
  padding-right: 20px;
}
@media (min-width: 600px) {
  #newsletter .info-container ul > li:nth-child(2) {
    width: 35%;
  }
}
@media (min-width: 600px) {
  #newsletter .info-container ul > li:last-child {
    width: 31.6%;
  }
}
#newsletter .info-container ul > li p {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 760px) {
  #newsletter .info-container ul > li p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#newsletter .info-container ul > li p span {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
}
#newsletter .info-container ul > li p a {
  color: #52B0F6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#newsletter .info-container ul > li p a:hover {
  opacity: 0.7;
}
@media (min-width: 600px) {
  #newsletter .info-container ul > li div:not(:last-child) {
    margin-bottom: 8px;
  }
}
#newsletter .info-container ul > li div > a {
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  #newsletter .info-container ul > li div > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px) {
  #newsletter .info-container ul > li div > a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#newsletter .info-container ul > li div > a:hover {
  color: #52B0F6;
}
#newsletter .info-container ul > li ul > li {
  width: 50% !important;
}
@media (min-width: 600px) {
  #newsletter .info-container ul > li ul > li:last-child {
    text-align: right;
  }
}
#newsletter .copyright {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #F6F6F6;
  border-bottom: 3px solid #52B0F6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#newsletter .copyright small {
  display: block;
  position: relative;
  font-size: 8px;
  font-size: 0.8rem;
  color: #999;
}
@media (min-width: 760px) {
  #newsletter .copyright small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#newsletter .copyright small a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#newsletter .copyright small a:hover {
  opacity: 0.7;
}
#newsletter .copyright small a.credits {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}
@media (min-width: 1640px) {
  #newsletter .copyright small a.credits {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
/*FOOTER*/
#ft {
  width: 100%;
  position: relative;
  z-index: 50;
  background-color: #FFF;
  color: #666;
}
#ft.not-footer {
  background: unset;
}
#ft .info-container {
  padding: 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  #ft .info-container {
    padding: 25px 0;
  }
}
@media (min-width: 1000px) {
  #ft .info-container {
    height: 275px;
    padding: 50px 0 0;
  }
}
@media (min-width: 1000px) {
  #ft .info-container .logo-ft {
    display: inline-block;
    vertical-align: top;
    width: 22.9%;
    padding-left: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#ft .info-container .logo-ft img {
  display: block;
  width: 100%;
  max-width: 240px;
}
#ft .info-container ul:not(.ft__social) > li {
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  #ft .info-container ul:not(.ft__social) > li {
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) {
  #ft .info-container ul:not(.ft__social) > li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
  }
}
#ft .info-container ul:not(.ft__social) > li:first-child > p {
  padding-right: 20px;
}
@media (min-width: 600px) {
  #ft .info-container ul:not(.ft__social) > li:nth-child(2) {
    width: 35%;
  }
}
@media (min-width: 600px) {
  #ft .info-container ul:not(.ft__social) > li:last-child {
    width: 31.6%;
  }
}
#ft .info-container ul:not(.ft__social) > li p {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 760px) {
  #ft .info-container ul:not(.ft__social) > li p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#ft .info-container ul:not(.ft__social) > li p span {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
}
#ft .info-container ul:not(.ft__social) > li p a {
  color: #52B0F6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ft .info-container ul:not(.ft__social) > li p a:hover {
  opacity: 0.7;
}
@media (min-width: 600px) {
  #ft .info-container ul:not(.ft__social) > li div:not(:last-child) {
    margin-bottom: 8px;
  }
}
#ft .info-container ul:not(.ft__social) > li div > a {
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  #ft .info-container ul:not(.ft__social) > li div > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px) {
  #ft .info-container ul:not(.ft__social) > li div > a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#ft .info-container ul:not(.ft__social) > li div > a:hover {
  color: #52B0F6;
}
#ft .info-container ul:not(.ft__social) > li ul:not(.ft__social) > li {
  width: 50% !important;
}
@media (min-width: 600px) {
  #ft .info-container ul:not(.ft__social) > li ul:not(.ft__social) > li:last-child {
    text-align: right;
  }
}
#ft .copyright {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #F6F6F6;
  border-bottom: 3px solid #52B0F6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ft .copyright small {
  display: block;
  position: relative;
  font-size: 8px;
  font-size: 0.8rem;
  color: #999;
}
@media (min-width: 760px) {
  #ft .copyright small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#ft .copyright small a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ft .copyright small a:hover {
  opacity: 0.7;
}
#ft .copyright small a.credits {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}
@media (min-width: 1640px) {
  #ft .copyright small a.credits {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.ft__social {
  display: flex;
  margin: 55px 0 0;
}
@media (max-width: 599px) {
  .ft__social {
    margin: 30px 0 0;
  }
}
.ft__social li:not(:last-of-type) {
  margin-right: 10px;
}
/**/
/*modulo header in home alto 100vh*/
.header-image {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 759px) {
  .header-image.desktop {
    display: none;
  }
}
.header-image.mobile {
  overflow: hidden;
}
@media (min-width: 760px) {
  .header-image.mobile {
    display: none;
  }
}
.header-image.mobile .owl-carousel {
  height: 100%;
}
.header-image.is-video {
  height: auto;
}
.header-image .header-image-caption {
  width: 250px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 47px;
  z-index: 1;
}
@media (min-width: 400px) {
  .header-image .header-image-caption {
    width: 320px;
    margin-top: 40px;
  }
}
@media (min-width: 760px) {
  .header-image .header-image-caption {
    width: 500px;
    margin-top: 40px;
    left: 70px;
  }
}
.header-image .header-image-caption span {
  padding: 2px 0;
  line-height: 1.6;
  background-color: rgba(85, 85, 85, 0.8);
  -moz-box-shadow: 7px 0 0 rgba(85, 85, 85, 0.8), -7px 0 0 rgba(85, 85, 85, 0.8);
  -webkit-box-shadow: 7px 0 0 rgba(85, 85, 85, 0.8), -7px 0 0 rgba(85, 85, 85, 0.8);
  box-shadow: 7px 0 0 rgba(85, 85, 85, 0.8), -7px 0 0 rgba(85, 85, 85, 0.8);
  box-decoration-break: clone;
}
@media (min-width: 760px) {
  .header-image .header-image-caption span {
    padding: 5px 0;
    -moz-box-shadow: 20px 0 0 rgba(85, 85, 85, 0.8), -20px 0 0 rgba(85, 85, 85, 0.8);
    -webkit-box-shadow: 20px 0 0 rgba(85, 85, 85, 0.8), -20px 0 0 rgba(85, 85, 85, 0.8);
    box-shadow: 20px 0 0 rgba(85, 85, 85, 0.8), -20px 0 0 rgba(85, 85, 85, 0.8);
  }
}
/**/
/*contenuto header al 100% in altezza meno la banda scroll*/
.h100 .item,
.h100 .video-full {
  height: 100vh;
}
@media (min-width: 760px) {
  .h100 .item,
  .h100 .video-full {
    height: calc(100vh - 50px);
  }
}
/**/
/*OWL CAROUSEL*/
.owl-carousel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.owl-carousel .item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.owl-carousel .owl-pagination {
  height: 12px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 2;
}
@media (min-width: 760px) {
  .owl-carousel .owl-pagination {
    height: 15px;
    bottom: 50px;
  }
}
.owl-carousel .owl-pagination .owl-page {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 5px;
  opacity: 1;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  .owl-carousel .owl-pagination .owl-page {
    width: 15px;
    height: 15px;
    margin: 0 7.5px;
  }
}
.owl-carousel .owl-pagination .owl-page:hover {
  background-color: rgba(85, 85, 85, 0.5);
}
.owl-carousel .owl-pagination .owl-page.active {
  background-color: #555;
}
.owl-carousel .owl-buttons {
  height: 30px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 16px;
  z-index: 1;
}
@media (max-width: 759px) {
  .owl-carousel .owl-buttons {
    display: none;
  }
}
@media (min-width: 760px) {
  .owl-carousel .owl-buttons {
    height: 40px;
    bottom: 38px;
  }
}
.header-image .owl-carousel .owl-buttons {
  display: none;
}
.owl-carousel .owl-buttons .owl-prev,
.owl-carousel .owl-buttons .owl-next {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
}
@media (min-width: 760px) {
  .owl-carousel .owl-buttons .owl-prev,
  .owl-carousel .owl-buttons .owl-next {
    width: 40px;
    height: 40px;
  }
}
.owl-carousel .owl-buttons .owl-prev {
  background: url(/images/slide-prev2x.png) no-repeat 0 0;
  background-size: contain;
}
.owl-carousel .owl-buttons .owl-next {
  float: right;
  background: url(/images/slide-next2x.png) no-repeat 0 0;
  background-size: contain;
}
/*slider ultime realizzazioni*/
.items-slider .owl-wrapper-outer {
  padding-bottom: 70px;
}
@media (min-width: 760px) {
  .items-slider .owl-item .item {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .items-slider .owl-item .item {
    padding: 0 12.5px;
  }
}
.items-slider .owl-item img {
  display: block;
  width: 100%;
}
.items-slider .owl-item figcaption {
  padding: 20px 10px 0;
}
.items-slider .owl-pagination {
  bottom: 25px;
}
/**/
/*icona che invita a scrollare la pagina*/
.white-bar {
  width: 100%;
  height: 50px;
  position: relative;
  background-color: #FFF;
}
@media (max-width: 759px) {
  .white-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
  }
}
.is-video .white-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 759px) {
  .is-video .white-bar {
    display: none;
  }
}
.white-bar .icon-scroll {
  width: 22px;
  height: 36px;
  position: absolute;
  right: 20px;
  bottom: 6px;
  z-index: 2;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
@media (min-width: 760px) {
  .white-bar .icon-scroll {
    right: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.5);
    -moz-box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.5);
    box-shadow: inset 0 0 0 2px rgba(85, 85, 85, 0.5);
  }
}
.white-bar .icon-scroll:before {
  content: '';
  width: 5px;
  height: 8px;
  position: absolute;
  left: 50%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: -2.5px;
  top: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-animation: scroll 1.5s infinite;
  -o-animation: scroll 1.5s infinite;
  -webkit-animation: scroll 1.5s infinite;
  animation: scroll 1.5s infinite;
}
@media (min-width: 760px) {
  .white-bar .icon-scroll:before {
    background-color: rgba(85, 85, 85, 0.5);
  }
}
/**/
/*logo header*/
.logo {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
}
@media (min-width: 760px) {
  .logo {
    left: 30px;
  }
}
@media (max-width: 759px) {
  .logo.logo-menu > a {
    background: url(/images/logo_white2x.png) no-repeat 0 0;
    background-size: contain;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 760px) {
  .logo.logo-menu > a {
    -moz-transition: background 0s 0.2s ease;
    -o-transition: background 0s 0.2s ease;
    -webkit-transition: background 0s 0.2s ease;
    transition: background 0s 0.2s ease;
  }
}
body.home .logo.logo-menu > a {
  background: url(/images/logo_grey2x.png) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 759px) {
  body.home .logo.logo-menu > a {
    background: url(/images/logo_white2x.png) no-repeat 0 0;
    background-size: contain;
  }
}
@media (min-width: 760px) {
  body.home .logo {
    top: 15px;
    left: 45px;
  }
}
body.home .logo > a {
  background: url(/images/logo_white2x.png) no-repeat 0 0;
  background-size: contain;
}
@media (min-width: 760px) {
  #sticky .logo {
    left: 25px;
  }
}
@media (min-width: 760px) {
  body.home #sticky .logo {
    top: 10px;
  }
}
body.home #sticky .logo > a {
  background: url(/images/logo_grey2x.png) no-repeat 0 0;
  background-size: contain;
}
@media (min-width: 760px) {
  body.home #sticky .logo > a {
    width: 313px;
    height: 77px;
  }
}
.logo > a {
  display: block;
  width: 200px;
  height: 55px;
  background: url(/images/logo_grey2x.png) no-repeat 0 0;
  background-size: contain;
  -moz-transition: background 0s 0.5s ease;
  -o-transition: background 0s 0.5s ease;
  -webkit-transition: background 0s 0.5s ease;
  transition: background 0s 0.5s ease;
}
@media (min-width: 760px) {
  .logo > a {
    width: 313px;
    height: 77px;
  }
}
/**/
/*burger*/
.burger-menu {
  width: 120px;
  height: 50px;
  position: absolute;
  top: 11px;
  right: -35px;
  z-index: 1;
  cursor: pointer;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}
@media (min-width: 760px) {
  .burger-menu {
    top: 20px;
    right: 43px;
  }
}
.burger-menu.menu-is-open > span {
  color: #FFF !important;
  -moz-transition: color 0.1s 0s ease;
  -o-transition: color 0.1s 0s ease;
  -webkit-transition: color 0.1s 0s ease;
  transition: color 0.1s 0s ease;
}
.no-touch .burger-menu:not(.menu-is-open).on:hover > .icon span:nth-child(1) {
  margin-top: -2px;
}
.no-touch .burger-menu:not(.menu-is-open).on:hover > .icon span:nth-child(3) {
  margin-top: 2px;
}
@media (min-width: 760px) {
  #sticky .burger-menu {
    top: 20px;
  }
}
#sticky .burger-menu > span {
  color: #555;
}
#sticky .burger-menu > .icon span {
  background-color: #555;
}
@media (min-width: 760px) {
  body.home .burger-menu {
    top: 25px;
  }
}
.burger-menu > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
  margin-right: 13px;
  position: relative;
  top: 16px;
  font-family: 'AvenirLT-Medium';
  font-weight: normal !important;
  font-size: 15px;
  font-size: 1.5rem;
  color: #555;
  -moz-transition: color 0.1s 0.5s ease;
  -o-transition: color 0.1s 0.5s ease;
  -webkit-transition: color 0.1s 0.5s ease;
  transition: color 0.1s 0.5s ease;
}
@media (max-width: 759px) {
  .burger-menu > span {
    display: none;
  }
}
body.home .burger-menu > span {
  color: #FFF;
}
.burger-menu > .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  position: relative;
  top: 15px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.burger-menu > .icon span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  transform: rotate(0deg) translateZ(0px);
  transform-style: preserve-3d;
  opacity: 1;
  background-color: #333;
  transition: all 0.25s 0.5s ease, margin-top 0.25s 0s ease;
}
.burger-menu > .icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.menu-is-open.burger-menu > .icon span:nth-child(1) {
  transform: rotate(45deg) translateZ(0px);
  top: -2px;
  background-color: #FFF !important;
}
.burger-menu > .icon span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.menu-is-open.burger-menu > .icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.burger-menu > .icon span:nth-child(3) {
  top: 12px;
  transform-origin: left center;
}
.menu-is-open.burger-menu > .icon span:nth-child(3) {
  transform: rotate(-45deg) translateZ(0px);
  background-color: #FFF !important;
}
.menu-is-open.burger-menu > .icon span {
  transition: all 0.25s 0.1s ease, margin-top 0.25s 0s ease;
}
body.home .burger-menu > .icon span {
  background-color: #FFF;
}
/**/
/*MENU*/
.menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1680px;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 80;
  overflow: hidden;
  table-layout: fixed;
  opacity: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu.open {
  opacity: 1;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu .flap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.4s 0.3s ease;
  transition: transform 0.4s 0.3s ease;
}
.menu .flap.intro {
  flex: 1 1 50%;
  position: relative;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 70px;
  background-color: #FFF;
}
@media (max-width: 759px) {
  .menu .flap.intro {
    display: none;
  }
}
@media (min-width: 1000px) {
  .menu .flap.intro {
    flex: 1 1 62.5%;
  }
}
.open.menu .flap.intro {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.menu .flap.intro p {
  margin: 0;
  position: relative;
  left: -60px;
  opacity: 0;
  font-family: 'AvenirLT-Light';
  font-weight: normal !important;
  font-size: 22px;
  font-size: 2.2rem;
  color: #999;
  line-height: 1.2;
  -webkit-transition: left 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
  transition: left 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
}
@media (min-width: 1200px) {
  .menu .flap.intro p {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (min-height: 700px) {
  .menu .flap.intro p {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.open.menu .flap.intro p {
  left: 0;
  opacity: 1;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.menu .flap.nav-menu {
  flex: 0 0 50%;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  padding: 0 15px;
  color: #52B0F6;
  background-color: #555;
}
@media (max-width: 759px) {
  .menu .flap.nav-menu {
    flex: 1 1 100%;
    text-align: center;
  }
}
@media (min-width: 760px) {
  .menu .flap.nav-menu {
    padding: 0 65px;
  }
}
@media (min-width: 1000px) {
  .menu .flap.nav-menu {
    flex: 0 0 37.5%;
  }
}
.open.menu .flap.nav-menu {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.menu .flap.nav-menu .lang-nav {
  width: 100%;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 1;
  -moz-transform: matrix(1, 0, 0, 1, 60, 0);
  -ms-transform: matrix(1, 0, 0, 1, 60, 0);
  -o-transform: matrix(1, 0, 0, 1, 60, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 60, 0);
  transform: matrix(1, 0, 0, 1, 60, 0);
  opacity: 0;
  -moz-transition: -moz-transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
  -o-transition: -o-transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
  -webkit-transition: -webkit-transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
  transition: transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
}
@media (min-width: 760px) {
  .menu .flap.nav-menu .lang-nav {
    top: 150px;
  }
}
@media (min-width: 760px) and (min-height: 700px) {
  .menu .flap.nav-menu .lang-nav {
    top: 200px;
  }
}
@media (min-width: 760px) {
  .menu .flap.nav-menu .lang-nav {
    width: auto;
    top: 110px;
    right: 65px;
  }
}
@media (min-width: 760px) and (min-height: 700px) {
  .menu .flap.nav-menu .lang-nav {
    top: 133px;
  }
}
.open.menu .flap.nav-menu .lang-nav {
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.menu .flap.nav-menu .lang-nav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  .menu .flap.nav-menu .lang-nav a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 760px) and (min-height: 700px) {
  .menu .flap.nav-menu .lang-nav a {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.menu .flap.nav-menu .lang-nav a:not(:last-child):after {
  content: "|";
  position: relative;
  top: -2px;
  margin: 0 10px;
  color: #52B0F6;
}
.menu .flap.nav-menu .lang-nav a:hover,
.menu .flap.nav-menu .lang-nav a.selected {
  color: #FFF;
}
.menu .flap.nav-menu nav {
  -moz-transform: matrix(1, 0, 0, 1, 60, 0);
  -ms-transform: matrix(1, 0, 0, 1, 60, 0);
  -o-transform: matrix(1, 0, 0, 1, 60, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 60, 0);
  transform: matrix(1, 0, 0, 1, 60, 0);
  opacity: 0;
  -moz-transition: -moz-transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
  -o-transition: -o-transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
  -webkit-transition: -webkit-transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
  transition: transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
}
@media (min-width: 760px) {
  .menu .flap.nav-menu nav {
    text-align: right;
  }
}
.open.menu .flap.nav-menu nav {
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.menu .flap.nav-menu nav ul li:nth-child(1) a,
.menu .flap.nav-menu nav ul li:nth-child(2) a {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  .menu .flap.nav-menu nav ul li:nth-child(1) a,
  .menu .flap.nav-menu nav ul li:nth-child(2) a {
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 760px) and (min-height: 700px) {
  .menu .flap.nav-menu nav ul li:nth-child(1) a,
  .menu .flap.nav-menu nav ul li:nth-child(2) a {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.menu .flap.nav-menu nav ul li:nth-child(2) {
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .menu .flap.nav-menu nav ul li:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (min-width: 760px) and (min-height: 700px) {
  .menu .flap.nav-menu nav ul li:nth-child(2) {
    margin-bottom: 30px;
  }
}
.menu .flap.nav-menu nav a {
  display: inline-block;
  vertical-align: top;
  margin: 1vh 0;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  .menu .flap.nav-menu nav a {
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 760px) and (min-height: 700px) {
  .menu .flap.nav-menu nav a {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.menu .flap.nav-menu nav a:hover,
.menu .flap.nav-menu nav a.selected {
  color: #FFF;
}
.menu .flap.nav-menu footer {
  width: 100%;
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 1;
  -moz-transform: matrix(1, 0, 0, 1, 60, 0);
  -ms-transform: matrix(1, 0, 0, 1, 60, 0);
  -o-transform: matrix(1, 0, 0, 1, 60, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 60, 0);
  transform: matrix(1, 0, 0, 1, 60, 0);
  opacity: 0;
  -moz-transition: -moz-transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
  -o-transition: -o-transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
  -webkit-transition: -webkit-transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
  transition: transform 1.3s 0s cubic-bezier(0.2, 0.06, 0.06, 0.9), opacity 1.3s ease;
}
@media (min-width: 760px) {
  .menu .flap.nav-menu footer {
    width: auto;
    right: 65px;
    bottom: 50px;
    text-align: right;
  }
}
@media (min-width: 760px) and (min-height: 700px) {
  .menu .flap.nav-menu footer {
    bottom: 85px;
  }
}
.open.menu .flap.nav-menu footer {
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.menu .flap.nav-menu footer a {
  font-family: 'AvenirLT-Heavy';
  font-weight: normal !important;
  font-size: 11px;
  font-size: 1.1rem;
  color: #FFF;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .menu .flap.nav-menu footer a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.menu .flap.nav-menu footer a:not(:last-child) {
  margin-right: 30px;
}
@media (min-width: 1440px) {
  .menu .flap.nav-menu footer a:not(:last-child) {
    margin-right: 50px;
  }
}
.menu .flap.nav-menu footer a:hover {
  color: #52B0F6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.open.menu .flap {
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.06, 0.14, 0.31, 0.74);
  -o-transition: -o-transform 0.4s cubic-bezier(0.06, 0.14, 0.31, 0.74);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.06, 0.14, 0.31, 0.74);
  transition: transform 0.4s cubic-bezier(0.06, 0.14, 0.31, 0.74);
}
/**/
/*contenitore principale*/
.main-wrapper {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1699px) {
  .main-wrapper {
    padding: 0 20px;
  }
}
#ft .main-wrapper {
  padding: 0 20px;
}
#ft .main-wrapper > ul {
  display: table;
  width: 100%;
  margin-top: 25px;
}
@media (min-width: 1000px) {
  #ft .main-wrapper > ul {
    display: inline-table;
    min-height: 175px;
    margin-top: 0;
  }
}
/**/
/*blocchi editoriali*/
.row {
  margin: 20px 0;
}
@media (min-width: 760px) {
  .row {
    margin: 20px -10px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin: 25px -12.5px;
  }
}
.row:first-child:not(.list-items) {
  margin-top: 0;
}
@media (min-width: 760px) {
  .row.equalizer .block-container > .block {
    height: 100%;
  }
}
.row.equalizer .block-container > .block.bg-white {
  background-color: #FFF;
}
.row.equalizer .block-container > .block.bg-theme {
  background-color: #555;
}
.row.equalizer .vertical .block-container > .block {
  height: auto;
}
.block {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*possono essere di tipo testo, immagine, slider o video*/
  /*.b-img-commands &, .b-txt-commands & {
        @media (max-width: 759px) {
            &:not(:last-child) {
                margin-bottom: 20px;
            }
        }
    }*/
}
@media (min-width: 760px) {
  .block {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .block {
    padding: 0 12.5px;
  }
}
.block.b20 {
  width: 100%;
}
@media (min-width: 1000px) {
  .block.b20 {
    width: 20%;
  }
}
@media (max-width: 999px) and (min-width: 760px) {
  .block.b20 .b100 {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .block.b20 .b100 {
    padding: 0 !important;
  }
}
@media (max-width: 999px) and (min-width: 760px) {
  .block.b20 .b100:first-child {
    padding: 0 10px 0 0 !important;
  }
}
@media (max-width: 999px) and (min-width: 760px) {
  .block.b20 .b100:nth-child(2) {
    padding: 0 0 0 10px !important;
  }
}
@media (min-width: 1000px) {
  .block.b20 .b100:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .block.b20 .b100:not(:last-child) {
    margin-bottom: 25px;
  }
}
.block.b25 {
  width: 25%;
}
@media (min-width: 760px) {
  .block.b33 {
    width: 33.33%;
  }
}
@media (min-width: 760px) {
  .block.b40 {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .block.b40 {
    width: 40%;
  }
}
@media (min-width: 760px) {
  .block.b50 {
    width: 50%;
  }
}
.block.b50 .block.b50 {
  width: 100%;
}
@media (min-width: 1200px) {
  .block.b50 .block.b50 {
    width: 50%;
  }
}
@media (min-width: 760px) {
  .block.b66 {
    width: 66.66%;
  }
}
@media (min-width: 760px) {
  .block.b100 {
    width: 100%;
  }
}
.block.type-txt {
  padding: 0;
  position: relative;
}
.block.type-txt a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.type-txt a:hover {
  opacity: 0.7;
}
.block.type-img {
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.block.type-img:nth-child(2) {
  float: right;
}
.b-txt-commands .block.type-img {
  height: 100%;
}
.b-txt-commands .block.type-img > figure img {
  width: auto;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.lancio .block.type-img {
  background-color: #000;
}
.lancio .block.type-img > figure {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.type-slider,
.block.type-html {
  padding: 0;
}
@media (max-width: 759px) {
  .list-items .block:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 760px) {
  .list-items .block:not(.type-img) {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .list-items .block:not(.type-img) {
    padding: 12.5px;
  }
}
@media (min-width: 760px) {
  .list-items .block:not(.type-img):not(.type-txt) {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .list-items .block:not(.type-img):not(.type-txt) {
    padding: 12.5px;
  }
}
.block figure img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  -moz-transition: -moz-transform 1s ease, opacity 0.2s ease;
  -o-transition: -o-transform 1s ease, opacity 0.2s ease;
  -webkit-transition: -webkit-transform 1s ease, opacity 0.2s ease;
  transition: transform 1s ease, opacity 0.2s ease;
}
.block p {
  margin: 15px 0;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 760px) {
  .block p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .block p {
    margin: 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 999px) {
  .lancio .block p {
    display: none;
  }
}
/*possono essere con sfondo bianco o blu coelux*/
.bg-white.block-news figcaption {
  background-color: #FFF;
}
.bg-white > .block-container {
  background-color: #FFF;
}
.bg-white > .block-container > a {
  background-color: #FFF;
}
.bg-white p {
  color: #666;
}
.bg-white .link-arrow {
  color: #666;
}
.bg-white .link-arrow:after {
  background: url(/images/arrow2x.png) no-repeat 0 0;
  background-size: contain;
}
.bg-theme.block-news figcaption {
  background-color: #555;
}
.bg-theme > .block-container {
  background-color: #555;
}
.bg-theme > .block-container > a {
  background-color: #555;
}
.bg-theme p {
  color: #FFF;
}
.bg-theme .link-arrow {
  color: #FFF;
}
.bg-theme .link-arrow:after {
  background: url(/images/arrow_white2x.png) no-repeat 0 0;
  background-size: contain;
}
/*blocchi immagine comandano*/
@media (max-width: 759px) {
  .b-img-commands:not(:last-child) {
    margin-bottom: 20px;
  }
}
body.home .b-img-commands:first-child:nth-last-child(3),
body.home .b-img-commands:first-child:nth-last-child(3) ~ .block {
  height: auto !important;
}
body.home .b-img-commands:first-child:nth-last-child(3) figure img,
body.home .b-img-commands:first-child:nth-last-child(3) ~ .block figure img {
  display: block !important;
}
.b-img-commands > .block-container {
  overflow: hidden;
}
.b-img-commands .type-txt {
  /*blocchi immagine e testo uno sotto l'altro*/
}
@media (min-width: 760px) {
  .b-img-commands .type-txt {
    height: 100%;
  }
}
.vertical.b-img-commands .type-txt {
  position: static;
  height: auto;
}
.b-img-commands .type-txt:first-child {
  left: 0;
}
.b-img-commands .type-txt:nth-child(2) {
  right: 0;
}
/*altri tipi*/
.more-news .block-news {
  padding: 0;
}
.block-news.bg-white > .block-container > a {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.no-touch .block-news.bg-white > .block-container > a:hover {
  background-color: #EEE;
}
.no-touch .block-news.bg-white > .block-container > a:hover figcaption {
  background-color: #EEE;
}
.no-touch .block-news > .block-container > a:hover img {
  opacity: 0.5;
}
.block-news figure {
  overflow: hidden;
  background-color: #000;
}
.block-news figure img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-news figcaption {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.block-news figcaption .cat {
  width: 120px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 1;
  line-height: 40px;
  text-align: center;
  background-color: rgba(85, 85, 85, 0.9);
}
@media (min-width: 1200px) {
  .block-news figcaption .cat {
    left: 25px;
  }
}
.block-news figcaption .cat span {
  font-size: 15px;
  font-size: 1.5rem;
  color: #FFF;
  text-transform: uppercase;
}
.block-news figcaption p {
  margin: 10px 0;
}
@media (max-width: 999px) {
  .block-news figcaption p {
    display: none;
  }
}
.block-news figcaption span.date {
  position: absolute;
  left: 20px;
  bottom: 19px;
  z-index: 1;
  font-family: 'AvenirLT-Medium';
  font-weight: normal !important;
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
}
@media (min-width: 1200px) {
  .block-news figcaption span.date {
    left: 25px;
  }
}
@media (max-width: 759px) {
  .block-lancio {
    margin-bottom: 20px;
  }
}
@media (min-width: 1100px) {
  .no-touch .block-lancio a:hover img {
    opacity: 0.5;
  }
  .no-touch .block-lancio a:hover figcaption h3 {
    margin-top: 0;
  }
  .no-touch .block-lancio a:hover figcaption .link-arrow {
    opacity: 1;
    margin-top: 30px;
  }
}
.block-lancio a figure {
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.block-lancio a figure figcaption {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-lancio-team figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.no-touch .lancio.bg-theme > .block-container > a:hover {
  background-color: #333;
}
.no-touch .lancio.bg-white > .block-container > a:hover {
  background-color: #EEE;
}
.no-touch .lancio a:hover figure {
  opacity: 0.5;
}
@media (min-width: 1000px) {
  body:not(.about-us) .fixed-height {
    height: 500px !important;
    overflow: hidden;
  }
  body:not(.about-us) .fixed-height:not(.vertical) .type-img {
    height: 100%;
  }
  body:not(.about-us) .fixed-height:not(.vertical) figure {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  body:not(.about-us) .fixed-height:not(.vertical) figure img {
    display: none;
  }
  body:not(.about-us) .fixed-height .block-container {
    height: calc(100% - 2px) !important;
  }
}
@media (min-width: 1200px) {
  body:not(.about-us) .fixed-height {
    height: 600px !important;
  }
}
@media (max-width: 999px) {
  body:not(.about-us) .fixed-height:not(.lancio) .block {
    display: block;
    width: 100% !important;
    height: auto !important;
    /*&:not(:last-child) {
                        margin-bottom: 20px;
                    }*/
  }
}
/*blocco editoriale della singola news*/
@media (min-width: 1000px) {
  .block-post {
    padding-left: 142px;
  }
}
@media (min-width: 1200px) {
  .block-post {
    padding-left: 147px;
  }
}
/*container interno del blocco che imposta l'ombra*/
.block-container {
  position: relative;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.last-realizations .block-container,
.other-applications .block-container,
.list-offices .block-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 759px) {
  body.blog aside .block-container {
    overflow: visible;
  }
}
.col-share .block-container {
  height: 100%;
  background-color: #FFF;
}
.block-container > a {
  display: block;
  height: 100%;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.no-touch .block-container > a:hover figure img {
  /*.transform(scale3d(1.1,1.1,1));*/
}
/*padding interno al blocco*/
.block-wrapper {
  padding: 15px 20px;
}
@media (min-width: 1200px) {
  .block-wrapper {
    padding: 25px;
  }
}
.block-news .block-wrapper {
  padding: 35px 20px;
}
@media (min-width: 1200px) {
  .block-news .block-wrapper {
    padding: 35px 25px;
  }
}
.block-lancio .block-wrapper {
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .block-lancio .block-wrapper {
    padding: 0 25px;
  }
}
.lancio .block-wrapper {
  padding: 15px 20px 60px;
}
@media (min-width: 1200px) {
  .lancio .block-wrapper {
    padding: 25px 25px 80px;
  }
}
body.faq .accordion-txt .block-wrapper {
  padding: 0 20px 15px;
}
@media (min-width: 1200px) {
  body.faq .accordion-txt .block-wrapper {
    padding: 0 25px 25px;
  }
}
.attachments .block-wrapper {
  padding: 15px 20px 0;
}
@media (min-width: 1200px) {
  .attachments .block-wrapper {
    padding: 25px 25px 0;
  }
}
.menu-categories .block-wrapper,
.more-news header .block-wrapper {
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .menu-categories .block-wrapper,
  .more-news header .block-wrapper {
    padding: 0 25px;
  }
}
@media (max-width: 759px) {
  #login-techdatasheet .popup > .block-wrapper {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*contiene l'html proveniente dall'editor nel cms*/
.cms-content {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}
@media (min-width: 760px) {
  .cms-content {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .cms-content {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body.home .cms-content {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  body.home .cms-content {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.bg-white .cms-content {
  color: #666;
}
.bg-theme .cms-content {
  color: #FFF;
}
.post-body .cms-content a {
  color: #52B0F6;
  -ms-word-break: break-word;
  word-break: break-word;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-body .cms-content a:hover {
  opacity: 0.7;
}
.cms-content ul {
  padding-left: 20px;
  margin: 1em 0;
  list-style-type: disc;
}
@media (min-width: 760px) {
  .cms-content ul {
    padding-left: 40px;
  }
}
.link-arrow {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  font-family: 'AvenirLT-Medium';
  font-weight: normal !important;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 760px) {
  .link-arrow {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .link-arrow {
    bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.block-lancio .link-arrow {
  display: inline-block;
  vertical-align: top;
  padding: 9px 23px;
  margin-top: 70px;
  position: static;
  background-color: #FFF;
  color: #555;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 999px) {
  .block-lancio .link-arrow {
    display: none;
  }
}
.block-lancio .link-arrow:after {
  background: url(/images/arrow_darkest2x.png) no-repeat 0 0;
  background-size: contain;
}
.b20.block-lancio .link-arrow {
  padding: 5px 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 1200px) {
  .b20.block-lancio .link-arrow {
    padding: 7px 13px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.link-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 12px;
  margin-left: 7px;
  position: relative;
  top: 4px;
}
@media (min-width: 760px) {
  .link-arrow:after {
    width: 18px;
    height: 16px;
    margin-left: 12px;
  }
}
/*briciole di pane*/
.breadcrumbs {
  min-height: 50px;
  padding: 14px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumbs ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .breadcrumbs ul {
    padding: 0 25px;
  }
}
.breadcrumbs ul > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 760px) {
  .breadcrumbs ul > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.breadcrumbs ul > li:not(:last-child):after {
  content: "/";
  display: inline;
  margin: 0 3px;
  position: relative;
  top: 1px;
  color: #999;
}
.breadcrumbs ul > li a,
.breadcrumbs ul > li span {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs ul > li a {
  color: #999;
}
.breadcrumbs ul > li span {
  color: #555;
}
/*call to action lunga al 100%*/
.cta-long {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #555;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cta-long.contattaci {
  cursor: pointer;
  background-color: #555;
}
.cta-long.contattaci.active:after {
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.no-touch .cta-long.contattaci:hover {
  background-color: #333;
}
.cta-long.outlined {
  border: 1px solid #52B0F6;
  background-color: #FFF;
}
.no-touch .cta-long.outlined:hover {
  border-color: #CCC;
  background-color: #CCC;
}
.no-touch .cta-long.outlined:hover:after {
  background: url(/images/arrow_white2x.png) no-repeat 0 0;
  background-size: contain;
}
.no-touch .cta-long.outlined:hover a,
.no-touch .cta-long.outlined:hover span {
  color: #FFF;
}
.cta-long.outlined:after {
  background: url(/images/arrow_theme2x.png) no-repeat 0 0;
  background-size: contain;
}
.cta-long.outlined a,
.cta-long.outlined span {
  color: #52B0F6;
}
header.cta-long {
  background-color: #555;
}
.no-touch header.cta-long:hover {
  background-color: #555;
}
header.cta-long:after {
  display: none;
}
.no-touch .cta-long:hover {
  background-color: #333;
}
.cta-long:after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  z-index: 1;
  background: url(/images/arrow_white2x.png) no-repeat 0 0;
  background-size: contain;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.cta-long > a,
.cta-long > span {
  display: block;
  padding: 20px 45px 20px 20px;
  line-height: 1.2;
  font-family: 'AvenirLT-Light';
  font-weight: normal !important;
  font-size: 17px;
  font-size: 1.7rem;
  color: #FFF;
}
@media (min-width: 760px) {
  .cta-long > a,
  .cta-long > span {
    padding: 25px 65px 25px 25px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (min-width: 1000px) {
  .cta-long > a,
  .cta-long > span {
    padding: 39px 65px 39px 25px;
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.cta-long > span a {
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-long > span a:hover {
  opacity: 0.7;
}
/*call to acrion normale*/
.cta {
  width: 80%;
  max-width: 270px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #52B0F6;
  text-align: center;
}
@media (min-width: 760px) {
  .cta {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
}
.no-touch .cta:hover:before,
.no-touch .cta:hover:after {
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.no-touch .cta:hover:after {
  -moz-transition-delay: 0.175s;
  -o-transition-delay: 0.175s;
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.cta:before,
.cta:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.cta:before {
  background-color: #888;
}
.cta:after {
  background-color: #555;
}
.cta.cta-white {
  background-color: #FFF;
}
.cta.cta-white:before {
  background-color: #CCC;
}
.cta.cta-white:after {
  background-color: #FFF;
}
.cta.cta-white a,
.cta.cta-white input {
  color: #555;
}
@media (max-width: 759px) {
  .cta.download {
    display: none;
  }
}
.cta.loading {
  cursor: default;
  pointer-events: none;
}
.cta.loading a,
.cta.loading input {
  display: none;
}
.cta.loading i {
  display: block;
}
.form-standard .cta,
.logout .cta {
  margin-top: 30px;
}
.attachments .cta {
  width: 80%;
  max-width: 153px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  float: right;
}
.cta form {
  height: 100%;
}
.cta a,
.cta input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font-size: 17px;
  font-size: 1.7rem;
  color: #FFF;
  cursor: pointer;
}
.cta a:focus,
.cta input:focus {
  outline: none;
}
@media (min-width: 760px) {
  .cta a,
  .cta input {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.cta i {
  display: none;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  font-size: 25px;
  font-size: 2.5rem;
  color: #FFF;
}
.cta i:before {
  margin: 0;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*form standard*/
.form-standard {
  background-color: #FFF;
  padding-bottom: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 550px) {
  .form-standard {
    padding-bottom: 50px;
  }
}
.form-standard.form-contattaci:not(#newsletter-box) {
  display: none;
}
.form-standard.form-contattaci:not(#newsletter-box) label.field33:first-of-type {
  display: block;
}
.form-standard.form-press-register label[for="ruolo"] {
  display: block;
}
.form-standard.form-press-login {
  max-width: 400px;
  padding-bottom: 0;
  background-color: #555;
}
@media (min-width: 550px) {
  .form-standard.form-press-login {
    padding-bottom: 0;
  }
}
.form-standard.form-press-login .cta {
  margin-left: 0;
  margin-right: 0;
}
.form-standard.form-press-login .footer {
  text-align: left;
}
.form-standard.form-filters {
  background: transparent;
}
.form-standard.form-techdatasheet-register {
  margin-top: 30px;
  padding-bottom: 0;
}
.form-standard.form-techdatasheet-register label[for="attivita"] {
  display: block;
}
.form-standard.form-techdatasheet-register p {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}
@media (min-width: 760px) {
  .form-standard.form-techdatasheet-register p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.form-standard.form-techdatasheet-login {
  padding-bottom: 0;
}
.form-standard.form-techdatasheet-login p {
  margin: 20px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}
@media (min-width: 760px) {
  .form-standard.form-techdatasheet-login p {
    margin: 30px 0 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.form-standard form {
  position: relative;
}
.form-standard form > h5:first-of-type {
  padding-top: 20px;
  margin: 20px 0 0;
}
.form-standard form > p:first-of-type {
  padding-top: 20px;
  margin: 20px 0 30px;
}
.form-standard form > small {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
  font-family: 'AvenirLT-MediumOblique';
  font-weight: normal !important;
  font-size: 11px;
  font-size: 1.1rem;
  color: #CCC;
}
@media (min-width: 550px) {
  .form-standard form > small {
    right: 0;
    left: auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (min-width: 550px) {
  .form-standard fieldset {
    margin: 0 -20px;
  }
}
@media (min-width: 1200px) {
  .form-standard fieldset {
    margin: 0 -25px;
  }
}
.form-standard fieldset:not(:last-of-type) {
  margin-bottom: 30px;
}
.form-standard label {
  display: block;
  width: 100%;
  padding: 35px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 550px) {
  .form-standard label {
    padding: 35px 20px 0;
  }
}
@media (min-width: 1200px) {
  .form-standard label {
    padding: 35px 25px 0;
  }
}
@media (min-width: 550px) {
  .form-standard label.field33 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media (min-width: 760px) {
  .form-standard label.field33 {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .form-standard label.field50 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
.form-standard label.line-effect.filled > span:after {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.form-standard label.line-effect > span {
  display: block;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 550px) {
  .form-standard label.line-effect > span {
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .form-standard label.line-effect > span {
    left: 25px;
    right: 25px;
  }
}
.form-standard label.line-effect > span:before,
.form-standard label.line-effect > span:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #666;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.form-press-login.form-standard label.line-effect > span:before,
.form-press-login.form-standard label.line-effect > span:after {
  border-bottom-color: #FFF;
}
.form-standard label.line-effect > span:after {
  border-bottom: 2px solid #52B0F6;
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.form-press-login.form-standard label.line-effect > span:after {
  border-bottom-color: #FFF;
}
.form-standard label.line-effect input:focus + span:after,
.form-standard label.line-effect select:focus + span:after {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.form-standard label.check {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding-top: 20px;
}
.form-standard label.check input {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 759px) {
  .form-standard label.check input {
    margin-top: -3px;
  }
}
.form-standard label.check input:checked + span:before {
  background: #FFF url(/images/checked.png) no-repeat 50% 50%;
}
.form-standard label.check span {
  display: inline-block;
  vertical-align: top;
  padding-left: 34px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}
@media (min-width: 760px) {
  .form-standard label.check span {
    padding-left: 39px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200) {
  .form-standard label.check span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.form-standard label.check span:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #666;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1;
}
@media (min-width: 760px) {
  .form-standard label.check span:before {
    top: -1px;
  }
}
.form-standard label.check span a {
  color: #52B0F6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-standard label.check span a:hover {
  opacity: 0.7;
}
.form-standard label.check-interesse input {
  width: 15px;
  height: 15px;
  top: 8px;
}
.form-standard label.check-interesse span {
  padding-left: 26px;
  font-family: 'AvenirLT-MediumOblique';
  font-weight: normal !important;
}
.form-standard label.check-interesse span:before {
  width: 15px;
  height: 15px;
  top: 0;
}
@media (min-width: 760px) {
  .form-standard label.check-interesse span:before {
    top: 2px;
  }
}
.form-standard label.filled span b {
  top: 15px;
  opacity: 1;
}
.form-standard label.filled b {
  font-family: 'AvenirLT-Roman';
  font-weight: normal !important;
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
}
.form-press-login.form-standard label.filled b {
  color: #FFF;
}
.form-standard label.error.check span a {
  position: relative;
}
.form-standard label.error.check span a:after {
  display: inline-block;
  vertical-align: top;
  content: "\e807";
  width: 1em;
  line-height: 1em;
  position: absolute;
  top: 3px;
  right: -30px;
  z-index: 1;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #FF0000;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
}
.form-standard label.error b:after {
  display: inline-block;
  vertical-align: top;
  content: "\e807";
  width: 1em;
  line-height: 1em;
  position: absolute;
  top: 3px;
  right: -30px;
  z-index: 1;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #FF0000;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
}
.form-standard label.app-interesse > label {
  display: block;
  width: auto;
  padding: 5px 0;
}
@media (min-width: 760px) {
  .form-standard label.app-interesse > label {
    display: inline-block;
    vertical-align: top;
    width: 42%;
  }
}
@media (min-width: 1000px) {
  .form-standard label.app-interesse > label {
    width: 18%;
  }
}
.form-standard label.app-interesse > label:not(:last-child) {
  margin-right: 6%;
}
.form-standard label input[type="text"],
.form-standard label input[type="tel"],
.form-standard label input[type="password"],
.form-standard label select,
.form-standard label textarea {
  width: 100%;
  height: 35px;
  border: none;
  padding: 0;
  position: relative;
  z-index: 2;
  background-color: transparent;
  font-family: 'AvenirLT-MediumOblique';
  font-weight: normal !important;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-standard label input[type="text"]:focus,
.form-standard label input[type="tel"]:focus,
.form-standard label input[type="password"]:focus,
.form-standard label select:focus,
.form-standard label textarea:focus {
  outline: none;
}
@media (min-width: 760px) {
  .form-standard label input[type="text"],
  .form-standard label input[type="tel"],
  .form-standard label input[type="password"],
  .form-standard label select,
  .form-standard label textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200) {
  .form-standard label input[type="text"],
  .form-standard label input[type="tel"],
  .form-standard label input[type="password"],
  .form-standard label select,
  .form-standard label textarea {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.form-standard label input[type="text"]:focus + span b,
.form-standard label input[type="tel"]:focus + span b,
.form-standard label input[type="password"]:focus + span b,
.form-standard label select:focus + span b,
.form-standard label textarea:focus + span b {
  top: 15px;
  opacity: 1;
  font-family: 'AvenirLT-Roman';
  font-weight: normal !important;
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
}
.form-press-login.form-standard label input[type="text"]:focus + span b,
.form-press-login.form-standard label input[type="tel"]:focus + span b,
.form-press-login.form-standard label input[type="password"]:focus + span b,
.form-press-login.form-standard label select:focus + span b,
.form-press-login.form-standard label textarea:focus + span b {
  color: #FFF;
}
.form-standard label input[type="text"]:-webkit-autofill,
.form-standard label input[type="tel"]:-webkit-autofill,
.form-standard label input[type="password"]:-webkit-autofill,
.form-standard label select:-webkit-autofill,
.form-standard label textarea:-webkit-autofill {
  background: transparent !important;
}
.form-press-login.form-standard label input[type="text"],
.form-press-login.form-standard label input[type="tel"],
.form-press-login.form-standard label input[type="password"],
.form-press-login.form-standard label select,
.form-press-login.form-standard label textarea {
  color: #FFF;
}
.form-standard label textarea {
  height: 130px;
  padding: 5px;
  border: 1px solid #666;
  resize: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-standard label span b {
  margin-bottom: 0;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 1;
}
.form-standard label b {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  white-space: nowrap;
  position: relative;
  font-family: 'AvenirLT-MediumOblique';
  font-weight: normal !important;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  .form-standard label b {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200) {
  .form-standard label b {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.form-press-login.form-standard label b {
  color: #FFF;
}
.form-standard .footer {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 760px) {
  .form-techdatasheet-login.form-standard .footer small {
    display: block;
    margin-bottom: 10px;
  }
}
.form-standard .footer small a {
  font-size: 12px;
  font-size: 1.2rem;
}
.form-standard .footer a {
  display: inline-block;
  vertical-align: top;
  font-family: 'AvenirLT-Medium';
  font-weight: normal !important;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  .form-standard .footer a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.form-standard .footer a:hover {
  opacity: 0.7;
}
.bg-theme .form-standard .footer a {
  color: #FFF;
}
.privacy-box {
  display: block;
  width: 100%;
  padding: 35px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 550px) {
  .privacy-box {
    padding: 35px 20px 0;
  }
}
@media (min-width: 1200px) {
  .privacy-box {
    padding: 35px 25px 0;
  }
}
.privacy-box p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  margin-top: 0;
}
@media (min-width: 760px) {
  .privacy-box p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200) {
  .privacy-box p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.privacy-box p a {
  text-decoration: underline;
  color: #52B0F6;
}
.privacy-box label {
  padding: 0;
  padding-top: 0 !important;
  font-size: 13px;
  width: auto;
  cursor: pointer;
  color: #666;
}
.privacy-box label:first-of-type {
  margin-right: 25px;
}
.privacy-box label input {
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-box label span {
  padding-left: 30px !important;
}
.privacy-box label span a {
  position: absolute !important;
  right: -35px;
}
/*barra di navigazione interna*/
.navigations {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
}
@media (min-width: 1200px) {
  .navigations {
    padding: 0 25px;
    margin-bottom: 25px;
  }
}
.navigations ul {
  width: 100%;
  height: 55px;
  position: relative;
}
.navigations ul li {
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.navigations ul li.prev {
  left: 0;
}
.navigations ul li.prev > a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 14px;
  position: relative;
  top: 5px;
  background: url(/images/arrow-reverse_lightest2x.png) no-repeat 0 0;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.no-touch .navigations ul li.prev > a:hover:before {
  background: url(/images/arrow-reverse_theme2x.png) no-repeat 0 0;
  background-size: contain;
  -moz-animation: fromRightToLeft 1s infinite;
  -o-animation: fromRightToLeft 1s infinite;
  -webkit-animation: fromRightToLeft 1s infinite;
  animation: fromRightToLeft 1s infinite;
}
.navigations ul li.prev > a span {
  margin-left: 10px;
}
.navigations ul li.all {
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.navigations ul li.all > a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 19px;
  position: relative;
  top: 2px;
  background: url(/images/all.png) no-repeat 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .navigations ul li.all > a:before {
    background: url(/images/all2x.png) no-repeat 0 0;
    background-size: contain;
  }
}
.navigations ul li.all > a:hover:before {
  background: url(/images/all_theme.png) no-repeat 0 0;
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .navigations ul li.all > a:hover:before {
    background: url(/images/all2x.png) no-repeat 0 0;
    background-size: contain;
  }
}
.navigations ul li.all > a span {
  margin-left: 10px;
}
.navigations ul li.next {
  right: 0;
}
.navigations ul li.next > a:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 14px;
  position: relative;
  top: 5px;
  background: url(/images/arrow_lightest2x.png) no-repeat 0 0;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.no-touch .navigations ul li.next > a:hover:after {
  background: url(/images/arrow_theme2x.png) no-repeat 0 0;
  background-size: contain;
  -moz-animation: fromLeftToRight 1s infinite;
  -o-animation: fromLeftToRight 1s infinite;
  -webkit-animation: fromLeftToRight 1s infinite;
  animation: fromLeftToRight 1s infinite;
}
.navigations ul li.next > a span {
  margin-right: 10px;
}
.navigations ul li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .navigations ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.navigations ul li a:hover {
  color: #52B0F6;
}
@media (max-width: 1199px) {
  .navigations ul li a span {
    position: relative;
    top: 2px;
  }
}
@media (max-width: 759px) {
  .navigations ul li a span {
    display: none;
  }
}
/*share del prodotto*/
.share-product {
  display: inline-block;
  vertical-align: top;
  float: right;
}
@media (max-width: 759px) {
  .share-product {
    float: none;
  }
}
.share-product span {
  font-family: 'AvenirLT-Heavy';
  font-weight: normal !important;
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
}
@media (min-width: 760px) {
  .share-product span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.share-product ul {
  margin-top: 2px;
}
@media (min-width: 1000px) {
  .share-product ul {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .share-product ul {
    margin-top: 10px;
  }
}
.share-product ul li {
  display: inline-block;
  vertical-align: middle;
}
.share-product ul li a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #CCC;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  .share-product ul li a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 1000px) {
  .share-product ul li a {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.share-product ul li a:hover {
  color: #52B0F6;
}
/*CAROSELLO SWIPER*/
.swiper-carousel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiper-carousel .swiper-pagination {
  height: 12px;
  bottom: 25px !important;
}
@media (min-width: 760px) {
  .swiper-carousel .swiper-pagination {
    height: 15px;
    bottom: 50px !important;
  }
}
.swiper-carousel .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 5px;
  opacity: 1;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  .swiper-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 7.5px !important;
  }
}
.swiper-carousel .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: rgba(85, 85, 85, 0.5);
}
.swiper-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #555;
}
/*carosello (interno products)*/
.swiper-basic {
  background-color: #000;
}
.swiper-basic .swiper-slide {
  width: auto !important;
  height: 300px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 760px) {
  .swiper-basic .swiper-slide {
    height: 500px;
  }
}
@media (min-width: 1000px) {
  .swiper-basic .swiper-slide {
    height: 600px;
  }
}
.swiper-basic .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}
.swiper-basic .swiper-slide img {
  display: block;
  height: 100%;
}
/**/
/*blocco ultime realizzazioni e altre applicazioni*/
.last-realizations,
.other-applications {
  width: 100%;
  background: url(/media/products/page/last-realizations.jpg) no-repeat 0 0;
  background-size: cover;
}
.no-touch .last-realizations a:hover figure img,
.no-touch .other-applications a:hover figure img {
  /*.transform(scale3d(1.1,1.1,1));*/
}
.last-realizations figure > div,
.other-applications figure > div {
  overflow: hidden;
}
.last-realizations figure > div img,
.other-applications figure > div img {
  -moz-transition: -moz-transform 1s ease, opacity 0.2s ease;
  -o-transition: -o-transform 1s ease, opacity 0.2s ease;
  -webkit-transition: -webkit-transform 1s ease, opacity 0.2s ease;
  transition: transform 1s ease, opacity 0.2s ease;
}
/*gestione margini tra rows*/
.rows-container {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .rows-container {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .rows-container {
    margin-bottom: 80px;
  }
}
.technical-data-sheet .rows-container {
  margin-bottom: 5px;
}
@media (min-width: 760px) {
  .technical-data-sheet .rows-container {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .technical-data-sheet .rows-container {
    margin-bottom: 55px;
  }
}
body.careers .rows-container {
  margin: 0;
}
body.careers .rows-container > .row {
  margin-top: 0;
  margin-bottom: 0;
}
body.careers .rows-container > .row > .b66 {
  padding: 0;
}
@media (min-width: 760px) {
  body.careers .rows-container > .row .row {
    margin: 0;
  }
}
body.careers .rows-container > .row .row .block {
  width: 100% !important;
  height: auto !important;
}
body.careers .rows-container > .row .block-container {
  box-shadow: none;
  overflow: visible;
  background-color: transparent;
}
body.careers .rows-container > .row .block-container .block {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
}
body.careers .rows-container > .row .block-container .block:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  body.careers .rows-container > .row .block-container .block:not(:last-child) {
    margin-bottom: 25px;
  }
}
/*modulo specifiche tecniche del prodotto*/
.technical-data-sheet figure {
  margin-top: 15px;
}
@media (min-width: 760px) {
  .technical-data-sheet figure {
    margin-top: 30px;
  }
}
/*tabella di default*/
.technical-data-sheet .list-items .block:not(:only-child) .data-table {
  position: relative;
}
.technical-data-sheet .list-items .block:not(:only-child) .data-table:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #E0E0E0;
}
@media (max-width: 759px) {
  .technical-data-sheet .list-items .block:not(:only-child) .data-table:after {
    display: none;
  }
}
.technical-data-sheet .list-items > .b100 .data-table:after {
  display: none;
}
.data-table > table {
  width: 100%;
}
.data-table > table:not(:first-child) {
  margin-top: 20px;
}
.data-table > table thead tr th {
  font-family: 'AvenirLT-Heavy';
  font-weight: normal !important;
  font-size: 17px;
  font-size: 1.7rem;
  color: #999;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 759px) {
  .data-table > table thead tr th {
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .data-table > table thead tr th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (max-width: 759px) {
  .data-table > table tbody tr {
    display: block;
    margin: 10px 0;
  }
}
.data-table > table tbody tr th,
.data-table > table tbody tr td {
  width: 50%;
  padding: 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'AvenirLT-Roman';
  font-weight: normal !important;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 759px) {
  .data-table > table tbody tr th,
  .data-table > table tbody tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .data-table > table tbody tr th,
  .data-table > table tbody tr td {
    padding: 10px 0;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.data-table > table tbody tr th {
  color: #999;
}
.data-table > table tbody tr td {
  color: #555;
}
@media (min-width: 760px) {
  .data-table > table tbody tr td {
    padding-left: 10px;
  }
}
.data-table > table tbody tr img {
  display: block;
  max-width: 100%;
}
/*sezione download file relativi ad un prodotto*/
.download-files-product ul li:not(:last-child) {
  margin-bottom: 20px;
}
.download-files-product ul li a {
  display: block;
}
.download-files-product ul li a:hover span {
  color: #52B0F6;
}
.download-files-product ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 38px;
  background: url(/images/download-file2x.png) no-repeat 0 0;
  background-size: contain;
}
@media (min-width: 760px) {
  .download-files-product ul li a:before {
    width: 50px;
    height: 64px;
  }
}
.download-files-product ul li a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-family: 'AvenirLT-Medium';
  font-weight: normal !important;
  font-size: 17px;
  font-size: 1.7rem;
  color: #999;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*utlizzata per mettere padding anche sotto e sopra i blocchi, nei listati di elementi (prodotti e applicazioni)*/
@media (min-width: 760px) {
  .list-items {
    margin: -10px;
  }
}
@media (min-width: 1200px) {
  .list-items {
    margin: -12.5px;
  }
}
/*singole domande nella pagina FAQ e singoli documenti nella pagina PRESS*/
.title-accordion {
  display: block;
  padding: 0 0 10px;
  margin-left: 20px;
  font-family: 'AvenirLT-Roman';
  font-size: 21px;
  font-size: 2.1rem;
  color: #52B0F6;
}
@media (min-width: 400px) {
  .title-accordion {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (min-width: 760px) {
  .title-accordion {
    padding: 0 10px 10px;
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 1000px) {
  .title-accordion {
    padding: 0 12.5px 12.5px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .title-accordion {
    margin-left: 25px;
  }
}
.title-accordion:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 760px) {
  .title-accordion:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 1000px) {
  .title-accordion:not(:first-child) {
    margin-top: 50px;
  }
}
body.press .title-accordion + p {
  padding: 0 0 10px;
  margin: 0;
  margin-bottom: 12.5px;
  margin-left: 20px;
}
@media (min-width: 760px) {
  body.press .title-accordion + p {
    padding: 0 10px 10px;
  }
}
@media (min-width: 1000px) {
  body.press .title-accordion + p {
    padding: 0 12.5px 12.5px;
  }
}
@media (min-width: 1200px) {
  body.press .title-accordion + p {
    margin-left: 25px;
  }
}
.single-accordion {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.single-accordion.active a.open-accordion:after {
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.single-accordion a.open-accordion {
  display: block;
  padding-right: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}
.single-accordion a.open-accordion:after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  z-index: 1;
  background: url(/images/arrow2x.png) no-repeat 0 0;
  background-size: contain;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.single-accordion .accordion-txt {
  display: none;
  position: relative;
}
.single-accordion .accordion-txt p {
  margin: 0;
}
.single-accordion .accordion-txt span.date {
  position: absolute;
  left: 20px;
  top: -13px;
  z-index: 1;
  font-family: 'AvenirLT-Medium';
  font-weight: normal !important;
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
}
@media (min-width: 1200px) {
  .single-accordion .accordion-txt span.date {
    left: 25px;
    top: -23px;
  }
}
.single-accordion .accordion-txt .attachments {
  background-color: #555;
}
.single-accordion .accordion-txt .attachments table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.single-accordion .accordion-txt .attachments table thead tr {
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}
.single-accordion .accordion-txt .attachments table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.single-accordion .accordion-txt .attachments table td,
.single-accordion .accordion-txt .attachments table th {
  text-align: left;
}
@media (max-width: 759px) {
  .single-accordion .accordion-txt .attachments table td:nth-child(1),
  .single-accordion .accordion-txt .attachments table th:nth-child(1) {
    display: none;
  }
}
@media (min-width: 760px) {
  .single-accordion .accordion-txt .attachments table td:nth-child(1),
  .single-accordion .accordion-txt .attachments table th:nth-child(1) {
    width: 15%;
  }
}
.single-accordion .accordion-txt .attachments table td:nth-child(2),
.single-accordion .accordion-txt .attachments table th:nth-child(2) {
  width: 85%;
}
@media (min-width: 760px) {
  .single-accordion .accordion-txt .attachments table td:nth-child(2),
  .single-accordion .accordion-txt .attachments table th:nth-child(2) {
    width: 40%;
  }
}
@media (min-width: 760px) {
  .single-accordion .accordion-txt .attachments table td:nth-child(3),
  .single-accordion .accordion-txt .attachments table th:nth-child(3) {
    width: 25%;
  }
}
@media (min-width: 760px) {
  .single-accordion .accordion-txt .attachments table td:nth-child(4),
  .single-accordion .accordion-txt .attachments table th:nth-child(4) {
    width: 20%;
  }
}
.single-accordion .accordion-txt .attachments table th {
  padding: 15px 0;
}
.single-accordion .accordion-txt .attachments table td {
  padding: 32px 0;
}
.single-accordion .accordion-txt .attachments table span {
  font-family: 'AvenirLT-Book';
  font-weight: normal !important;
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
}
@media (min-width: 760px) {
  .single-accordion .accordion-txt .attachments table span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.single-accordion .accordion-txt .attachments table span.doc {
  display: block;
  width: 24px;
  height: 30px;
  background: url(/images/generic.png) no-repeat 0 50%;
  background-size: contain;
}
.single-accordion .accordion-txt .attachments table span.pdf {
  background: url(/images/pdf.png) no-repeat 0 50%;
  background-size: contain;
}
.single-accordion .accordion-txt .attachments table span.zip {
  background: url(/images/zip.png) no-repeat 0 50%;
  background-size: contain;
}
.single-accordion .accordion-txt .attachments table span a {
  text-decoration: none;
}
.single-accordion .accordion-txt .attachments table img {
  width: 80px;
}
@media (min-width: 760px) {
  .single-accordion .accordion-txt .attachments table img {
    width: 100px;
  }
}
.single-accordion .accordion-txt .attachments table .download-icon {
  float: right;
}
.single-accordion .accordion-txt .attachments table .download-icon i {
  color: #FFF;
}
@media (min-width: 760px) {
  .single-accordion .accordion-txt .attachments table .download-icon i {
    display: none;
  }
}
.single-accordion h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 400px) {
  .single-accordion h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 760px) {
  .single-accordion h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 1000px) {
  .single-accordion h3 {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
/*blocco logout quando sono loggato nella press area*/
.logout {
  position: relative;
}
@media (min-width: 760px) {
  .logout {
    max-width: 400px;
  }
}
.logout span,
.logout small {
  font-family: 'AvenirLT-MediumOblique';
  font-weight: normal !important;
  font-size: 25px;
  font-size: 2.5rem;
  color: #FFF;
}
@media (min-width: 760px) {
  .logout span,
  .logout small {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
.logout small {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 760px) {
  .logout small {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.logout .cta {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 759px) {
  .logout .cta {
    max-width: 90px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
  }
}
@media (max-width: 759px) {
  .logout .cta input {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*uffici di coelux nella pagina contacts*/
.pushpin {
  width: 25px;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 1;
}
@media (min-width: 760px) {
  .pushpin {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .pushpin {
    top: 25px;
    left: 25px;
  }
}
.office {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 760px) {
  .office {
    padding-left: 50px;
  }
}
.office p {
  margin: 0;
}
.office .type {
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .office .type {
    margin-top: 0;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .office .type {
    bottom: 25px;
    right: 25px;
  }
}
.office .type p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #52B0F6;
}
.list-offices > .block {
  padding: 0;
}
.list-offices ul > li {
  position: relative;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.list-offices ul > li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .list-offices ul > li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.list-offices ul > li > div {
  background-color: #FFF;
}
/*mappa nella pagina CONTATTI*/
.map-wrapper-outer #map-wrapper {
  width: 100%;
  height: 300px;
}
@media (min-width: 760px) {
  .map-wrapper-outer #map-wrapper {
    height: 400px;
  }
}
@media (min-width: 1000px) {
  .map-wrapper-outer #map-wrapper {
    height: 500px;
  }
}
/*news grande nella home del BLOG*/
@media (max-width: 759px) {
  .big-news {
    margin-top: 20px;
  }
}
/*menu interno della pagina BLOG*/
.menu-categories header,
.more-news header {
  padding: 13px 0;
  background-color: #DEDEDE;
  position: relative;
}
@media (max-width: 759px) {
  .menu-categories header,
  .more-news header {
    cursor: pointer;
  }
}
.menu-categories header p,
.more-news header p {
  margin: 0;
  font-family: 'AvenirLT-Medium';
  font-weight: normal !important;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}
@media (min-width: 760px) {
  .menu-categories header p,
  .more-news header p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .menu-categories header p,
  .more-news header p {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media (max-width: 759px) {
  .menu-categories header p span:after,
  .more-news header p span:after {
    content: ":";
  }
}
.menu-categories header p b,
.more-news header p b {
  font-family: 'AvenirLT-Medium' !important;
  font-weight: normal !important !important;
}
@media (max-width: 759px) {
  .menu-categories header p b,
  .more-news header p b {
    display: none;
  }
}
.menu-categories header p i,
.more-news header p i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: 'AvenirLT-Heavy';
  font-weight: normal !important;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  padding: 11px 20px 0 75px;
}
@media (min-width: 760px) {
  .menu-categories header p i,
  .more-news header p i {
    display: none;
  }
}
.menu-categories {
  background-color: #FFF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 759px) {
  .menu-categories ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 2;
    background-color: #FFF;
  }
}
@media (min-width: 760px) {
  .menu-categories ul {
    display: block !important;
  }
}
.menu-categories ul li.selected span {
  color: #52B0F6;
}
.menu-categories ul li.selected span:before {
  display: inline-block;
  vertical-align: top;
}
.menu-categories ul li a {
  display: block;
}
.menu-categories ul li a:hover span {
  color: #52B0F6;
}
.menu-categories ul li a span {
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #E9E9E9;
  font-family: 'AvenirLT-Light';
  font-weight: normal !important;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  .menu-categories ul li a span {
    padding: 15px 5px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .menu-categories ul li a span {
    padding: 20px 5px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.menu-categories ul li a span:before {
  display: none;
  width: auto;
  padding-right: 10px;
  margin: 0;
  position: relative;
  top: 3px;
}
@media (min-width: 760px) {
  .menu-categories ul li a span:before {
    padding-right: 20px;
  }
}
/*invertire a mobile i blocchi nella pagina BLOG (big news e menu categories)*/
@media (max-width: 759px) {
  .flex .block.b66 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (max-width: 759px) {
  .flex .block.b33 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .flex .block.b33 .block-container {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 759px) {
  .flex .col-share {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
/*contenitore più esterno del singolo post*/
.post-container {
  position: relative;
}
/*notizie correlate nella pagina interna del BLOG*/
.more-news {
  margin-top: 20px;
}
@media (min-width: 760px) {
  .more-news.bottom {
    display: none;
  }
}
@media (max-width: 759px) {
  aside .more-news {
    display: none;
  }
}
.more-news ul li:not(:last-child) {
  margin-bottom: 20px;
}
/*barra laterale che segue allo scroll nella pagina interna del BLOG*/
.col-share {
  display: block;
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 760px) {
  .col-share {
    padding: 0 10px;
  }
}
@media (min-width: 1000px) {
  .col-share {
    width: 110px;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 100;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .col-share {
    left: 12.5px;
  }
}
.col-share .share-toolbox {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.col-share .share-toolbox span {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
}
@media (max-width: 999px) {
  .col-share .share-toolbox span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.col-share .share-toolbox ul {
  text-align: center;
}
@media (max-width: 999px) {
  .col-share .share-toolbox ul {
    display: inline-block;
    vertical-align: middle;
  }
}
.col-share .share-toolbox ul li {
  margin-top: 12px;
}
@media (max-width: 999px) {
  .col-share .share-toolbox ul li {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin: 0 2px;
  }
}
.col-share .share-toolbox ul li a {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  color: #999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 999px) {
  .col-share .share-toolbox ul li a {
    color: #CCC;
  }
  .col-share .share-toolbox ul li a:hover {
    color: #52B0F6;
  }
}
@media (min-width: 1000px) {
  .col-share .share-toolbox ul li a {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    background-color: #F6F6F6;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .col-share .share-toolbox ul li a:hover {
    background-color: #52B0F6;
    color: #FFF;
  }
}
/*sezione editoriale della singola news*/
.post-body small {
  font-family: 'AvenirLT-Medium';
  font-weight: normal !important;
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
}
@media (min-width: 760px) {
  .post-body small {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.post-body img {
  display: block;
  width: 100%;
  margin: 1em 0;
}
/*gestione blocco video*/
.iframe-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/*gestione popup modali*/
.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #000;
  opacity: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-overlay.active {
  opacity: 0.8;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
}
.popup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 759px) {
  .popup-container .block.b66 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (max-width: 759px) {
  .popup-container .block.b33 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .popup-container .block.b33 .block-container {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 759px) {
  .popup-container .col-share {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.popup-container.open {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
}
@media (min-width: 760px) {
  .popup-container#cookies-policy .popup,
  .popup-container#privacy-policy .popup {
    max-width: 60%;
    height: 75vh;
  }
}
.popup-container#cookies-policy .popup > .block-wrapper,
.popup-container#privacy-policy .popup > .block-wrapper {
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-container#cookies-policy .popup p,
.popup-container#privacy-policy .popup p {
  color: #666;
}
.popup-container#cookies-policy .popup a,
.popup-container#privacy-policy .popup a {
  color: #52B0F6;
  -ms-word-break: break-all;
  word-break: break-all;
}
.popup-container#cookies-policy .popup ul,
.popup-container#privacy-policy .popup ul {
  list-style: inside disc;
}
.popup-container#cookies-policy .popup ul li,
.popup-container#privacy-policy .popup ul li {
  color: #666;
}
.popup-container#register-techdatasheet .popup {
  max-height: 100vh;
  overflow: auto;
}
.popup {
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #FFF;
}
@media (min-width: 760px) {
  .popup {
    width: auto;
    min-width: 65%;
    height: auto;
  }
}
.popup header {
  border-bottom: 1px solid #CCC;
  position: relative;
}
.popup header .close-popup {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 1;
}
.popup header .close-popup > img {
  display: block;
  width: 100%;
}
.popup section {
  height: calc(100% - 65px);
  padding-right: 20px;
  margin-top: 20px;
  overflow: auto;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 760px) {
  .popup section {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .popup section {
    padding-right: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*customizzazione tooltip*/
.tooltipster-base {
  background: #000;
}
.tooltipster-base .tooltipster-content {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 2px 5px;
}
.tooltipster-base .tooltipster-arrow {
  background: #000;
}
/*effetto entrata dei blocchi*/
.no-touch .not-inview {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.no-touch .not-inview:nth-child(2n) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.no-touch .not-inview.b33:nth-child(3n) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.no-touch .inview {
  opacity: 1;
}
/*messaggio errore form*/
.msg {
  display: table;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  background-color: rgba(255, 0, 0, 0.7);
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  text-align: center;
}
.msg.confirm {
  background-color: rgba(102, 204, 0, 0.7);
}
.msg > div {
  display: table-cell;
  vertical-align: middle;
}
/*registrazione scheda tecnica*/
#form-tds {
  display: none;
}
#form-tds header {
  position: relative;
  padding-right: 40px;
}
#form-tds header p {
  margin: 0;
}
/*close per chiudere il form tds*/
.close-form {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 1;
}
.close-form > img {
  display: block;
  width: 100%;
}
#store-list a {
  color: #52B0F6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.no-touch #store-list a:hover {
  opacity: 0.7;
}
.h-100-imp {
  height: 100% !important;
}
.user-code {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.user-new-code {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}