head, body {
  color: #131313;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.retino_nero {
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
}

img {
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: middle;
}

.cta {
  border-radius: 2px;
  background-color: #aec918;
  color: #111111;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
}

.cta:hover {
  background-color: #111111;
  color: #aec918;
}

.separatore {
  height: 4px;
  border: none;
  background-color: #aec918;
  width: 120px;
  margin-left: 0;
}

.separatore_sottile {
  height: 1px;
  width: 100%;
  background-color: #aec918;
  border: none;
  margin-left: 0;
}

section, header, footer, .intro, .titlebar {
  width: 100%;
  float: left;
  position: relative;
}

.centered {
  text-align: center;
}

.centered .separatore {
  margin: 0 auto;
}

.flexbox {
  display: flex;
  width: 100%;
  flex-flow: wrap;
}

.reset_div {
  width: calc(100% + 40px);
  margin-left: -20px;
  float: left;
}

.shadow {
  -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  float: left;
  width: 100%;
}

.container {
  width: calc(1280px + 40px);
  margin: 0 auto;
  position: relative;
}

.column {
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: 33.333%;
}

.twothird {
  width: 66.666%;
}

.quarter {
  width: 25%;
}

.threequarter {
  width: 75%;
}

.sixth {
  width: 16.666%;
}

header {
  background-color: #222222;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 200;
}

header .logo {
  display: block;
  float: left;
  height: 65px;
  margin-top: 8px;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

header .logo img {
  height: 100%;
  width: auto;
}

header .full {
  height: 120px;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

header .full div {
  border-top: 4px solid #aec918;
}

header .desktop_nav {
  display: block;
  float: right;
}

header .desktop_nav ul {
  list-style: none;
  padding: 0;
  margin-top: 62px;
  float: left;
}

header .desktop_nav ul .active {
  border-bottom: 4px solid #aec918;
}

header .desktop_nav ul li {
  float: left;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}

header .desktop_nav ul.menu-de > li {
  margin-left: 25px;
}

header .desktop_nav ul li img {
  height: 16px;
  width: 24px;
}

header .desktop_nav ul li a {
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  display: block;
}

header .desktop_nav ul li a i {
  margin-left: 7px;
}

header .desktop_nav ul li ul {
  position: absolute;
  display: none;
  background-color: #222222;
  top: 50px;
  left: -20px;
  margin-top: 0;
  margin-left: 0;
  border-bottom: 4px solid #aec918;
  padding-top: 4px;
}

header .desktop_nav ul li ul .active {
  border: none;
  background-color: #aec918;
}

header .desktop_nav ul li ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

header .desktop_nav ul li ul li a {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  display: block;
}

header .desktop_nav ul li ul li:hover {
  border: none;
  background-color: #aec918;
}

header .desktop_nav ul li ul li:hover a {
  color: #111111;
}

header .desktop_nav ul li:hover {
  border-bottom: 4px solid #aec918;
}

header .desktop_nav ul li:hover ul {
  display: block;
}

header .mobile_nav {
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  height: 0;
  overflow: hidden;
  float: right;
  position: fixed;
  top: 80px;
  width: 100%;
  right: 0;
  background-color: #222222;
}

header .mobile_nav ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

header .mobile_nav ul li {
  position: relative;
  cursor: pointer;
  margin-left: 0;
  padding: 0 20px;
  width: 100%;
  border-top: 1px solid #111111;
}

header .mobile_nav ul li a {
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  display: block;
  white-space: nowrap;
}

header .mobile_nav ul li a img {
  height: 16px;
  width: auto;
}

header .mobile_nav ul li:hover {
  background-color: #aec918;
}

header .mobile_nav ul li:hover a {
  color: #111111;
}

.fixed_header {
  position: fixed;
}

.fixed_header .full {
  height: 80px;
}

.fixed_header .logo {
  height: 60px;
  margin-top: 8px;
}

.fixed_header .desktop_nav ul {
  margin-top: 22px;
}

.fixed_header .desktop_nav ul li ul {
  top: 30px;
}

.open_menu {
  height: 500px !important;
}

.mobile_btn {
  display: none;
  float: right;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 24px;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  header .desktop_nav {
    display: block;
  }
  header .desktop_nav ul li {
    margin-left: 20px;
  }
}

@media (max-width: 900px) {
  header .full {
    height: 80px;
    border-top: 4px solid #aec918;
  }
  header .full div {
    border-top: none;
  }
  header .desktop_nav {
    display: none;
  }
  header .mobile_nav {
    display: block;
  }
  header .logo {
    height: 60px;
    margin-top: 8px;
  }
  .mobile_btn {
    display: block;
  }
}

footer {
  padding: 20px 0 0 0;
  background-color: #222222;
  color: #ffffff;
}

footer .full {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
}

footer a {
  color: #ffffff;
}

footer .third .footer_icon {
  width: 60px;
  float: left;
  overflow: hidden;
}

footer .third .footer_icon i {
  color: #aec918;
  font-size: 65px;
}

footer .third .footer_info {
  width: calc(100% - 80px);
  float: left;
  margin-left: 20px;
}

footer .third p {
  margin: 4px 0;
}

footer .footer_border {
  height: 4px;
  border: none;
  background-color: #aec918;
  width: 100%;
  margin: 30px 0 0 0;
}

@media (max-width: 1024px) {
  footer .third .footer_icon {
    width: 0;
    height: 0;
  }
  footer .third .footer_info {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  footer .third {
    width: 100%;
  }
  footer .third .footer_info {
    margin-top: 10px;
  }
  footer .third p {
    display: inline-block;
    margin-right: 3px;
  }
}

.intro {
  height: 80vh;
  padding-top: 120px;
  background-image: url("img/intro_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #ffffff;
}

.intro h1 {
  font-size: 36px;
  margin-top: 0;
}

.intro p {
  font-size: 18px;
  margin: 20px 0;
}

.intro .cta:hover {
  background-color: #ffffff;
}

.intro .container {
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.intro .retino_nero {
  z-index: 1;
}

.home_lamiere {
  background-color: #f6f6f6;
  padding: 30px 0;
}

.home_lamiere .quarter {
  display: flex;
  margin-top: 30px;
}

.home_lamiere .quarter img {
  width: 100%;
}

.home_lamiere .quarter h3 {
  padding: 0 20px;
}

.home_lamiere .quarter .separatore_sottile {
  margin: 0 20px;
  width: calc(100% - 40px);
}

.home_lamiere .quarter a {
  color: #111111;
}

.home_lamiere .quarter a:hover {
  color: #aec918;
}

.home_lamiere .quarter ul {
  list-style: square;
  color: #aec918;
  margin: 20px 20px;
  width: calc(100% - 40px);
  padding: 0;
  list-style-position: inside;
}

.home_lamiere .quarter ul li {
  margin: 3px 0;
}


.home_download {background-color:#f6f6f6;}
.home_download .shadow {padding:40px;background-color: #aec918 !important;text-align:center;box-sizing: border-box;}
.home_download .shadow h3 {color: #fff !important;font-size:30px;margin-top:0;}
.home_download .shadow .cta {background-color: #fff !important;margin-bottom: 20px;}

@media screen and (min-width:600px){
  .home_download .shadow .cta {margin-left: 10px;margin-right: 10px;}
}


.home_applicazioni {
  background-color: #f6f6f6;
  padding: 30px 0 60px 0;
}

.home_applicazioni .img_applicazioni {
  background-image: url("../img/facciate_capannoni.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.home_applicazioni .threequarter a {
  color: #111111;
}

.home_applicazioni .threequarter a:hover {
  color: #aec918;
}

.home_applicazioni .threequarter .separatore_sottile {
  width: calc(100% - 20px);
}

.home_applicazioni .threequarter ul {
  list-style: square;
  color: #aec918;
  margin: 20px 0 20px -20px;
  padding: 0;
  float: left;
  list-style-position: inside;
  width: calc(100% + 40px);
}

.home_applicazioni .threequarter ul li {
  margin: 0 20px;
  float: left;
  width: calc(33.333% - 40px);
}

.home_chisiamo {
  padding: 30px 0 60px 0;
}

.home_chisiamo .img_news {
  padding: 20px;
  background-color: #111111;
}

.home_chisiamo .separatore {
  margin-bottom: 20px;
}

.home_chisiamo p {
  margin-bottom: 0;
}

.home_chisiamo a {
  display: inline-block;
  margin-top: 20px;
  color: #111111;
}

.home_chisiamo a:hover {
  color: #aec918;
}

.titlebar {
  height: 320px;
  padding-top: 120px;
  background-image: url("img/intro_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #ffffff;
}

.titlebar h1 {
  font-size: 28px;
  margin-top: 0;
}

.titlebar p {
  font-size: 18px;
  margin: 20px 0;
}

.titlebar .container {
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.titlebar .retino_nero {
  z-index: 1;
}

.titlebar .breadcrumbs {
  margin-top: 20px;
  color: #aec918;
}

.titlebar .breadcrumbs i {
  font-style: normal;
  margin: 0 5px;
}

.titlebar .breadcrumbs a {
  color: #ffffff;
}

.titlebar .breadcrumbs a:hover {
  color: #aec918;
}

.azienda {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.azienda .img_azienda {
  background-image: url("../img/chi_siamo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.azienda .img_azienda_2 {
  background-image: url("../img/chi_siamo_box2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.azienda .img_valori_mission_1 {
  background-image: url("../img/valori-mission-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.azienda .img_valori_mission_2 {
  background-image: url("../img/valori-mission-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.azienda .img_certificazioni {
  background-image: url("../img/certificazioni.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.azienda h2 {
  margin-top: 40px;
}

.azienda p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.azienda .cta {
  margin-bottom: 40px;
}

.azienda ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  display: block;
  list-style: none;
  float: left;
}

.azienda ul li {
  width: 50%;
  padding: 3px 20px;
  box-sizing: border-box;
  float: left;
}

.azienda ul li i {
  color: #aec918;
  margin-right: 5px;
}

.flipbook {
  padding: 60px 0;
}

.certificazioni {
  padding: 60px 0;
}

.certificazioni .aviva_cnt {
  float: none;
  display: flex;
  margin: 0 auto 10px auto;
}

.certificazioni .aviva_txt {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.certificazioni .sixth {
  margin-top: 20px;
}

.contatti {
  padding: 60px 0;
  background-color: #f6f6f6;
}

.contatti .separatore {
  margin-bottom: 30px;
  margin-top: 10px;
}

.contatti .shadow {
  padding: 20px 0 40px 0;
}

.contatti .third .footer_icon {
  width: 60px;
  float: left;
}

.contatti .third .footer_icon i {
  color: #aec918;
  font-size: 65px;
}

.contatti .third .footer_info {
  width: calc(100% - 80px);
  float: left;
  margin-left: 20px;
}

.contatti .third p {
  margin: 4px 0;
}

.contatti .third a {
  color: #222222;
}

.map iframe {
  margin: 0;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
  height: 420px;
  width: 100%;
}

.news {
  background-color: #f6f6f6;
  padding: 30px 0;
}

.news .full {
  margin: 20px 0;
}

.news .full .column {
  padding: 20px;
}

.list {
  background-color: #f6f6f6;
  padding: 30px 0 50px 0;
}

.list a {
  color: #111111;
}

.list a:hover {
  color: #aec918;
}

.list .flexbox {
  flex-flow: row wrap;
}

.list .shadow {
  height: 100%;
}

.list .third {
  margin-top: 40px;
}

.list .third h3 {
  padding: 0 20px;
}

.list .third h3 a {
  color: #111111;
}

.list .third h3 a:hover {
  color: #aec918;
}

.list .third p {
  margin-top: 0;
}

.list .third .separatore_sottile {
  width: calc(100% - 40px);
  margin: 0 20px 20px 20px;
}

.list .tabella {
  overflow-x: auto;
}

.box_vsp {
  background-color: #222222;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

.box_vsp .cta {
  margin-left: 20px;
}

.sidebar a {
  color: #111111;
}

.sidebar a:hover {
  color: #aec918;
}

.sidebar .active {
  color: #aec918;
}

.sidebar ul {
  margin-left: 0;
  padding-left: 0;
  list-style: square;
  list-style-position: inside;
  color: #aec918;
}

.sidebar ul li {
  margin: 3px 0;
}

.applicazione {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.applicazione .half {
  padding: 20px;
}

.applicazione .separatore {
  margin-bottom: 30px;
}

.applicazione .cta {
  margin-top: 20px;
}

.vsp-schema {
  display: none;
}

.vsp .half {
  margin-bottom: 20px;
}

.vsp .third {
  margin-top: 0;
}

.vsp img {
  border: 1px solid #dddddd;
  border-radius: 2px;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.vsp input[type="text"], .vsp select {
  width: 100%;
  border-radius: 2px;
  padding: 10px;
  border: 1px solid #dddddd;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #111111;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.vsp .form_btn {
  border-radius: 2px;
  background-color: #111111;
  color: #aec918 !important;
  display: block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.vsp .form_btn:hover {
  background-color: #aec918;
  color: #111111 !important;
}

.vsp .cta {
  margin-top: 20px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .intro .third {
    width: 50%;
  }
  .home_lamiere .quarter {
    width: 50%;
  }
  .home_applicazioni .threequarter ul li {
    margin: 0 20px;
    float: left;
    width: calc(50% - 40px);
  }
  .list .third {
    width: 50%;
  }
  .list .vsp .third {
    width: 33.333%;
  }
}

@media (max-width: 900px) {
  .titlebar {
    height: auto;
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .titlebar h1 {
    font-size: 24px;
  }
  .titlebar p {
    font-size: 16px;
    margin: 20px 0;
  }
  .azienda ul li {
    width: 100%;
  }
  .certificazioni .twothird {
    width: 100%;
  }
  .contatti .third .footer_icon {
    width: 40px;
  }
  .contatti .third .footer_icon i {
    font-size: 50px;
  }
  .contatti .third .footer_info {
    width: calc(100% - 60px);
  }
}

@media (max-width: 768px) {
  .intro {
    padding-top: 80px;
  }
  .intro .third {
    width: 100%;
  }
  .home_applicazioni .quarter {
    width: 50%;
  }
  .home_applicazioni .threequarter {
    width: 50%;
  }
  .home_applicazioni .threequarter ul li {
    margin: 0 20px;
    float: left;
    width: calc(100% - 40px);
  }
  .home_chisiamo .quarter {
    width: 50%;
  }
  .home_chisiamo .threequarter {
    width: 50%;
  }
  .home_chisiamo .threequarter .third {
    display: none;
  }
  .home_chisiamo .threequarter .twothird {
    width: 100%;
  }
  .azienda .img_azienda,
  .azienda .img_valori_mission_1,
  .azienda .img_valori_mission_2,
  .azienda .img_certificazioni {
    height: 300px;
  }
  .azienda .half {
    width: 100%;
  }
  .azienda ul li {
    width: 50%;
  }
  .certificazioni .sixth {
    width: 33.333%;
  }
  .contatti .third {
    width: 100%;
    margin-bottom: 30px;
  }
  .contatti .third .footer_icon {
    text-align: center;
    width: 60px;
  }
  .contatti .third .footer_info {
    width: calc(100% - 80px);
  }
  .contatti .shadow {
    padding: 20px 0 20px 0;
  }
  .list .threequarter {
    width: 100%;
  }
  .list .quarter {
    width: 100%;
  }
  .list .box_vsp {
    margin-bottom: 20px;
  }
  .list .lamiera {
    margin-bottom: 30px;
  }
  .list .vsp .cta {
    margin-bottom: 30px;
  }
  .applicazione {
    padding: 30px 0;
  }
  .applicazione .half {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .intro h1 {
    font-size: 28px;
  }
  .intro .third {
    text-align: center;
  }
  .intro .third hr {
    margin: 0 auto;
  }
  .home_lamiere .quarter {
    width: 100%;
  }
  .home_lamiere h3 {
    padding: 0 20px;
  }
  .home_lamiere .separatore_sottile {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .home_lamiere ul {
    width: calc(100% - 40px);
  }
  .home_applicazioni .shadow .reset_div {
    width: 100%;
    margin: 0;
  }
  .home_applicazioni .quarter {
    width: 100%;
  }
  .home_applicazioni .threequarter {
    width: 100%;
  }
  .home_applicazioni .threequarter .separatore_sottile {
    width: 100%;
  }
  .home_applicazioni .threequarter ul li {
    margin: 0 20px;
    width: 100%;
  }
  .home_chisiamo .img_news {
    padding: 20px;
  }
  .home_chisiamo .quarter {
    width: 100%;
  }
  .home_chisiamo .threequarter {
    width: 100%;
  }
  .azienda .img_azienda,
  .azienda .img_valori_mission_1,
  .azienda .img_valori_mission_2,
  .azienda .img_certificazioni {
    height: 220px;
  }
  .azienda ul li {
    width: 100%;
  }
  .certificazioni {
    padding: 40px 0;
  }
  .certificazioni .aviva_cnt {
    flex-flow: wrap;
  }
  .certificazioni .aviva_txt {
    text-align: center;
  }
  .certificazioni .third {
    width: 100%;
  }
  .certificazioni .twothird {
    width: 100%;
  }
  .certificazioni .sixth {
    width: 50%;
  }
  .news h2 {
    margin-top: 0;
  }
  .news .third {
    width: 100%;
  }
  .news .twothird {
    width: 100%;
    padding-top: 0 !important;
  }
  .cta {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .list .third {
    width: 100%;
  }
  .list .third .separatore_sottile {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }
  .list .box_vsp {
    margin-bottom: 40px;
  }
  .list .box_vsp .cta {
    margin-left: 0;
    margin-top: 20px;
  }
  .list .vsp .third {
    width: 100%;
  }
  .list .vsp .twothird {
    width: 100%;
  }
  .applicazione .half {
    padding: 20px;
  }
  .applicazione .separatore {
    margin-bottom: 20px;
  }
}

@media (max-width: 1320px) {
  .container {
    width: 90%;
    margin: 0 5%;
  }
}

@media (max-width: 900px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .column {
    padding: 0 15px;
  }
  .reset_div {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .container {
    width: calc(100% - 30px);
  }
}

.formGroup-half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formGroup-half .formInput {
  width: calc( 50% - 10px);
}

.formInput {
  margin-bottom: 20px;
}

.formInput label {
  display: block;
}

.formInput .cta {
  border: none;
}

.formInput input[type="text"], .formInput input[type="email"], .formInput input[type="phone"], .formInput textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #c4c4c4;
  margin: 0;
  box-sizing: border-box;
}

#formMessage {
  display: none;
  padding: 15px;
  border-radius: 10px;
  margin: 10px 0;
}

#formMessage.success {
  background-color: #e5efab;
  border: 1px solid #aec918;
}

#formMessage.error {
  background-color: #efabab;
  border: 1px solid #c91818;
}


.boxTextWithIcon img {
  width: 50%;
}

.boxTextWithIcon {
  width: 16.6666%;
  text-align: center;
}
@media screen and (max-width:920px){
  .boxTextWithIcon {
    width: 33.3333%;
    text-align: center;
  }
}

.boxTextWithIcon p {
  margin-top: 10px;
}

.gridIcon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}