.main-wrapper{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  background-color: #f9f9f9;
}
.container{
  width: 100%;
}
.page-section{
  padding-left: 20px;
  padding-right: 20px;
}
.header--bg{
  height: 800px;
  background: url("../assets/img/workers-2.png") no-repeat center top;
}
/*.report{
  background: url("../assets/img/grafica-pagina.jpg") no-repeat center top;
}*/

.header--bg::after{
  background: none;
}
.header__content{
  margin-top: 150px;
}
.header__content__title{
  margin-top:40px;
}
.header__content__paragraph{
  font-size: 25px;
  max-width: 60%;
  margin-bottom: 30px;
}
.service .thumbnail{
  height: 350px;
}
#sezioni-small .thumbnail{
  height: 270px;
}
.tag-report{
  width: 75px;
  position: relative;
  right: 22px;
  margin: 0;
  padding: 3px 0px 0px 10px;
  text-align: left;
  text-transform: uppercase;
  background-color: #792526;
  color: white;
  font-weight: bold;
}
.contact--bg{
  height: 100px;
  background: none;
}
.about .container{
  padding-left: 0;
  padding-right: 0;
}
.about__content-title{
  font-size: 25px;
}
.about__content-subTitle{
  margin-top: 15px;
  margin-bottom: 15px;
}
.about__content-paragraph{
  margin-bottom: 15px;
}
.about__content-paragraph a:hover{
  color: #3387c6 !important;
}
.about .button--light{
  margin-top: 30px !important;
}
/*
.about .button--light:hover{
}
.about .button--light:active{
}
*/

.about img{
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#osservatorio, #fattore-umano, #informati, #competenze-digitali{
  background-color: #ffffff;
}
.footer--bg{
  height: auto;
}
.footer__horizontal-bar{
  margin-top: 30px;
}
.footer-ps{
  padding-bottom: 0px;
}
#sezioni-footer a:hover{
  margin-left: 5px;
}
#footer-info{
  font-size: 12px;
}
#footer-info a, #footer-report a{
  color: white;
}
.cookiealert a:hover{
  color: #337ab7 !important;
  text-decoration: underline;
}
.acceptcookies{
  color: #333;
}
.torna-su:hover{
  color: #3387c6 !important;
}
.arrow_drop_down_circle{
  color: #f8f8f8;
  font-size: 60px;
}
.arrow_forward{
  position: relative;
  top: 2px;
  left: 5px;
}
.arrow_upward{
  position: relative;
  top: 2px;
  left: 2px;
}
.keyboard_arrow_right{
  position: relative;
  top: 2px;
}
#desc_inaz{
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: -170px;
}
#desc_inaz a{
  color: #86292a;
}
#desc_inaz a:hover{
  color: #86292a;
  text-decoration: underline;
}
@media screen and (max-width: 991px){
  .header__content{
    margin-top: 30px;
  }
  .header__content__title{
    font-size: 25px;
  }
  .header__content__paragraph{
    max-width: 90%;
  }
  .about .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__extra-padding{
    padding: 0px 35px;
  }
  #desc_inaz{
    top: -80px;
  }
}
@media screen and (max-width: 607px){
  #desc_inaz{
    top: -40px;
  }
}
/* Scarica Report HR */
#titolo-report{
  background-color: rgba(0, 0, 0, 0.7);
  /*background-color: rgba(237, 0, 140, 0.5);*/
  margin-top: 170px;
}
#titolo-report h1{
  letter-spacing: 2px;
  padding-top: 40px;
}
#titolo-report h2{
  color: white;
  font-size: 30px;
}
#form .page-section{
  padding-top: 30px;
  padding-bottom: 30px;
}
#form h3{
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  /*font-size:30px;*/
}
#form a:hover{
  color:#337ab7;
}
#abstract{
  margin-left: 250px;
  margin-right: 250px;
  padding:15px;
  margin-bottom: 25px;
  font-size: 16px;
}
#frmContatto{
  margin-left: 250px;
  margin-right: 250px;
  padding: 30px;
  box-shadow: 0px 0px 5px 0px rgba(168, 157, 157, 0.31);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(168, 157, 157, 0.31);
  -moz-box-shadow: 0px 0px 5px 0px rgba(168, 157, 157, 0.31);
  background-color: white;
}
#frmContatto label{
  text-transform: uppercase;
}
#frmContatto input[type="radio"] {
  -ms-transform: scale(1.5) !important;
  -webkit-transform: scale(1.5) !important ;
  transform: scale(1.5) !important;
  margin-right: 5px;
}
#footer-report:after{
  background-color: black;
}
@media screen and (max-width: 991px){
  #frmContatto, #abstract{
    margin-left: 10px;
    margin-right: 10px;
  }
  #titolo-report h2{
    color: white;
    font-size: 20px;
  }
  #sezioni-small .thumbnail{
    height: 315px;
  }
}
#conferma{
  background-color: black;
}
#conferma .header--bg{
  background: none;
}
#button-thank-you{
  margin-top:20px;
  margin-bottom:40px;
  text-transform: uppercase;
}
#button-thank-you:hover{
  color: #4766ac;
}
