body {
    font-family: 'Open Sans', sans-serif;
}

.erroreMessaggio, .successoMessaggio{
    margin-top: 60px;
    background-color: white;
    padding: 20px;
    margin-bottom: 35px;
}

.erroreMessaggio{
    border:20px solid #b84949;
}
.successoMessaggio{
    border:20px solid #51b849;
}

.erroreMessaggio h3{
    color:#b84949!important;
	text-align:center;
	margin-bottom:20px;
}
.successoMessaggio h3{
    color:#51b849!important;
	text-align:center;
	margin-bottom:20px;
}

.successoMessaggio p, .erroreMessaggio p{
	text-align:center;
	font-weight:bold;
}


a.back-top {
    position: fixed;
    z-index: 900;
    bottom: 50px;
    right: 50px;
    display: flex;
    background: rgba(0,0,0,0.4);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
	color:white;
}
a.back-top .fa{
	color:white;
	transition: all 0.5s ease;
}

a.back-top:hover{
	background: #0064d1;
}

h1{
font-size:58px;
color:white;
font-weight:900;
text-transform:uppercase;
}
h1 span{
display:block;
font-size:24px;
font-weight:400;
letter-spacing:5px;
}

main.paginalanding header{
    display: flex;
    height: 120px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.errorContainer{
    margin-top:50px;
	margin-bottom:50px;
	width:100%;
	margin-left:0%;
}

.fascioneLanding{
    background-color: #247ad7;
    text-align: center;
    width: 100%;
    display: flex;
    margin-bottom: 100px;
    background-image: url(../img/freni-bloccaggi-guide-lineari.jpg);
    background-size: contain;
    background-position: center center;
    height: 500px;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}



.fascioneLanding img{
	max-width:100%;
}


main h3{
	color:#2d2d2d;
	font-size:36px;
	margin-bottom:45px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.paginalanding .sezionePrincipale{
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
	scroll-behavior: smooth;
}

.paginalanding .sezionePrincipale .boxed900{
    display: block;
    width: 100%;
	min-width:900px;
    height: auto;
    max-width: 900px;
    margin-left: 50%;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}


.paginalanding .titolettoVerde{
    color:#0064d1;
	text-transform:uppercase;
	font-family: 'Roboto Black', sans-serif;
	font-size:22px;
	line-height:24px;
	font-weight: 900;
	display:block;
	margin-bottom:45px;
}

.paginalanding .titoletto4{
   color:#2d2d2d;
   font-size:17px;
   display:block;
   margin-bottom:70px;
   line-height:28px;
}

.paginalanding .button{
    font-size: 15px;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    width: 290px;
    height: 55px;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    border-radius: 0px;
   background-color:#0064d1;
   border: 1px solid #0064d1;
   margin-left:auto;
   margin-right:auto;
}

.paginalanding .button:hover{
   background-color:white;
   color:black;
   border: 1px solid #0064d1
}

.paginalanding .areaPulsanti .button{
    margin-left:0px;
	margin-right:0px;
}


.paginalanding .button.buttonEvidenza{
   background-color:white;
   color:#0064d1;
   border: 1px solid #0064d1;
   font-size: 30px;
   width: 425px;
	height: 100px;
}

.paginalanding .button.buttonEvidenza:hover{
   background-color:#0064d1;
   color:white;
   border: 1px solid #0064d1;
}


.paginalanding .fasciaVideo{
    margin-top: 110px;
    background-color: #f5f3f2;
    display: block;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.paginalanding .fasciaVideo .videoWrapper{
    position: relative;
    padding-bottom: 53%;
    height: 0;
}

.paginalanding .fasciaVideo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.areaPulsanti{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.paginalanding .checks{
   margin-top:70px;
}

.paginalanding .checks ul li {
    font-size: 24px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    border-top: 1px dotted #cccccc;
    min-height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.paginalanding .checks ul li p {
    max-width: calc(100% - 70px);
    line-height: 25px;
}

.paginalanding .checks ul li:first-child{
border-top:1px solid #cccccc;
}

.paginalanding .checks ul li:before{
   position:relative;
   content:'';
   display:block;
   background-image:url(../img/check.png);
   background-repeat:no-repeat;
   background-position:center center;
   height:57px;
   width:57px;
   margin-right:15px;
   background-size:contain;
}

.paginalanding .grafici{
    margin-top: 110px;
    background-color: #f5f3f2;
    display: block;
    width: 100%;
    min-height: 500px;
	padding-top:100px;
	padding-bottom:100px;
}

.paginalanding .wrappergrafici{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
	width:100%;
}

.paginalanding .wrappergrafici .graficoSingolo{
    text-align: center;
    width: 50%;
    display: block;
	margin-bottom:-2px;
}

.paginalanding .wrappergrafici .graficoSingolo img{
    max-width:90%;
}

.paginalanding .wrappergrafici .graficoSingolo span{
    text-align: left;
    width: 100%;
    display: block;
    max-width: 298px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    margin-bottom: 5px;
    line-height: 28px;
}

.paginalanding .wrappergrafici .graficoSingolo span mark{
	font-size:35px;
}

.paginalanding .wrappergrafici .lineaBase{
    width: 83%;
    position: absolute;
    height: 2px;
    border-bottom: 2px solid #878786;
    bottom: 25px;
	left:75px;
}

.paginalanding .wrappergrafici .testoVerticale{
    position: absolute;
    display: block;
    left: -100px;
    transform: rotate(-90deg);
	font-size: 28px;
font-weight: lighter;
bottom:151px;
}

.paginalanding .wrappergrafici .testEffettuati{
    display: block;
    width: 84%;
    text-align: left;
    margin-top: 10px;
    font-weight: lighter;
}


.paginalanding .imagesHiwin{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
	width:100%;
	margin-top:70px;
}

.paginalanding .imagesHiwin img{
    width:33.33%;
	display:block;
}

.paginalanding #formContatto{
    background-color: #0064d1;
    display: block;
    width: 100%;
    min-height: 650px;
	padding-top:150px;
	padding-bottom:150px;
	margin-top:0px;
}

.paginalanding #formContatto h3{
    color:white;
}

.paginalanding #formContatto .titolettoVerde{
    color:white;
}

.paginalanding #formContatto input{
    width: 100%;
    padding: 10px;
    margin-bottom: 21px;
    border: solid 1px #e1e1e1;
    font-size: 18px;
}

.paginalanding form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.paginalanding form .captchanova {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -5px;
    margin-bottom: 15px;
    justify-content: space-between;
	height:45px;
}

.paginalanding form .fa-refresh{
    font-size:20px;
}

.paginalanding form #imgCaptcha{
    height: 45px;
    width: 42%;
}

.paginalanding form #captchacode{
    width:48%;
}

.paginalanding form .changeCode{
    color:white;
}

.paginalanding form ::-webkit-input-placeholder{
	opacity:0.3;
}

.paginalanding form ::-moz-placeholder{
	opacity:0.3;
}

.paginalanding form :-ms-input-placeholder{
	opacity:0.3;
}

.paginalanding form :-moz-placeholder{
	opacity:0.3;
}

.paginalanding form fieldset{
	width:48%;
}

.paginalanding form fieldset.largoTutto{
	width:100%;
}

.paginalanding form button.submit {
    border: 0px!important;
    width: 100%;
    display: block;
    height: 45px;
    background-color: black !important;
    color: white;
    font-family: 'Roboto Black', sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease-out;
    -webkit-appearance: none;
    border-radius: 0px;
	text-align:center;
}

.paginalanding form .submit:hover {
    background-color: white !important;
	color:black;
	cursor:pointer;
}

.paginalanding #formContatto textarea{
    border: 0px;
    width: 100%;
    height: 172px;
	padding:10px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

.paginalanding footer{
background-color:black;
display:flex;
align-items:center;
justify-content:center;
height:520px;
background-repeat:no-repeat;
background-position: center -200px;
}

.paginalanding footer .infoAzienda {
    text-align: center;
    color: white;
    line-height: 30px;
    font-size: 16px;
}

.paginalanding footer span {
    color:#cccccc;
}

.paginalanding footer .infoAzienda mark{
    color: white;
}

.paginalanding footer .infoAzienda .button{
    margin-top:30px;
}

footer .infoAzienda a{
    color: white;
	transition: all 0.5s ease;
}

footer .infoAzienda a:hover{
color:#5096e6;
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   .sezionePrincipale{
	overflow-x:hidden;	
}
.paginalanding #formContatto input, .paginalanding #formContatto textarea{
	opacity:1;
}
}


@supports (-ms-ime-align: auto) {
   .sezionePrincipale{
	overflow-x:hidden;	
}
}


@-moz-document url-prefix() { 
.paginalanding #formContatto textarea{
	height:175px;
}
}



@media all and (max-width: 1400px){
.fascioneLanding {
    background-size: cover;
}
}

@media all and (max-width: 950px){
.paginalanding .sezionePrincipale .boxed900	{
    padding-right:20px;
	padding-left:20px;
	min-width:0px;
}
.paginalanding form fieldset{
    width:100%;
}
.paginalanding #formContatto textarea{
    margin-bottom:21px;
}
.paginalanding .button.buttonEvidenza {
    width: 500px;
}
.paginalanding .areaPulsanti .button.buttonEvidenza:first-child {
    margin-bottom:40px;
	max-width:100%;
}
}


@media all and (max-width: 850px){
.paginalanding .wrappergrafici .testoVerticale{
    position: relative;
    left: auto;
    transform: rotate(0deg);
    display: block;
    width: 100%;
    text-align: center;
    bottom: auto;
    margin-bottom: 40px;
}
.paginalanding .wrappergrafici .lineaBase{
    width: 100%;
    position: absolute;
    height: 2px;
    border-bottom: 1px solid #878786;
    bottom: 23px;
    left: 0px;
}
}

@media all and (max-width: 680px){
.paginalanding .wrappergrafici .graficoSingolo{
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.paginalanding .wrappergrafici .testEffettuati{
    text-align: center;
    width: 100%;
}
.fascioneLanding {
    height: 300px;
}
h1 {
    font-size: 50px;
}
}

@media all and (max-width: 580px){
.fascioneLanding{
    margin-bottom:60px;
}
.paginalanding #formContatto{
    padding-top:100px;
	padding-bottom:100px;
}
main.paginalanding header{
    height:80px;
}
main.paginalanding header img{
    width:180px;
}
}

@media all and (max-width: 520px){
.paginalanding .imagesHiwin img {
    width: 100%;
}
}

@media all and (max-width: 450px){
.paginalanding form .captchanova{
    height: auto;
    align-items: center;
    align-content: space-around;
    justify-content: center;
}

.paginalanding form #captchacode{
    width:100%;
	margin-bottom:0px;
}
.paginalanding form #imgCaptcha {
    height: 43px;
    width: calc(100% - 35px);
	margin-bottom:15px;
}
.paginalanding form .changeCode{
    margin-right:13px;
}
.paginalanding .button.buttonEvidenza {
    font-size:22px;
	width:100%;
}
.paginalanding .titoletto4{
    margin-bottom:40px;
}
.paginalanding .checks {
    margin-top: 40px;
}
}


@media all and (max-width: 400px){
.paginalanding .checks ul li:before{
    height:40px;
	width:40px;
}
.paginalanding .checks ul li{
    font-size:21px;
}

}

/* Restyling */
.paginalanding .button {
	border-radius: 8px;
}

.paginalanding form button.submit {
    margin: auto;
	width: 290px;
	height: 55px;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
	-webkit-appearance: none;
	border-radius: 8px;
	font-family: 'Open Sans', sans-serif;
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: #fff;
}

.progress-bar {
  height: 8px;
  background: #0064d1;
  width: 0%;
} 

.paginalanding #formContatto input, textarea, input[type="email"] {
    border-radius: 8px;
}

.pg-landing_2018 .doppioflag, .pg-landing_2018 .doppioflag p, .pg-landing_2018 .doppioflag p a {
    background-color: transparent !important;
	color: #fff !important;
}

.pg-landing_2018 input[type="checkbox"]:checked {
    background-color: #fff !important;
}

.pg-landing_2018 .doppioflag input[type="checkbox"] {
	border: 1px solid #fff !important;
	cursor: pointer;
}


.pg-landing_2018 .fascioneLanding {
    background-size: cover;
}

.pg-landing_2018 .paginalanding .imagesHiwin {
    position: relative;
}

.pg-landing_2018 .paginalanding .imagesHiwin::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background-color: rgba(0,100,209,0.55);
}

.pg-landing_2018 .fascioneLanding h1 {
    padding: 0 30%;
}

.pg-landing_2018 .fascioneLanding h1 span {
    padding-top: 10px;
}

.paginalanding .titolettoVerde {
    line-height: 1.3;
}


@media all and (max-width: 800px){
.pg-landing_2018 .fascioneLanding h1 {
    padding: 0;
}
}