@charset "UTF-8";
/* CSS Document */

section#pageheader{
    background-image:url("../img/sustainability/bg-sustainability-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center bottom;
    background-attachment: fixed;
}

.btn{
	padding:15px 20px;
	border: none;
	font-size:16px;
    font-weight: normal;
    border-radius: 30px;
}

.btn-primary{
	background-color: var(--fl-blue);
}

.btn-primary:hover{
	background-color: var(--fl-dkblue);
}

.btn-green{
	background-color: var(--fl-green);
    color:#fff;
}

.btn-green:hover{
	background-color: var(--fl-dkgreen);
    color:#fff;
}

.btn-green span.badge{
	color:darkgreen;
}



span.badge{
	line-height:16px;
    border-radius:15px;
}

section#intro ul.text-list li strong{
    color:var(--fl-grey);
}




/* GOVERNANCE */
section#governance{
    background:url("../img/sustainability/bg-box-codice-condotta.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
    background-attachment: fixed;
    
    padding-bottom:0px;
}

#img-governance{
    width: 742px;
}

/* ENVIRONMENT */
section#environment{
    background: #fff;
    background-image:url("../img/sustainability/bg-environmet.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:bottom center;
    
    padding-bottom: 0px;
}

section#environment h3{
    margin-top:15px;
}


section#environment p.text strong{
    color: var(--fl-gray);
    font-weight: 600;
}

div#img-environment{
    background:url("../img/sustainability/img-environment.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom right;
    background-attachment: local fixed;
    
    box-shadow: 2px 0px 42px -7px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: 2px 0px 42px -7px rgba(0,0,0,0.75) inset;
    -moz-box-shadow: 2px 0px 42px -7px rgba(0,0,0,0.75) inset;
    
    height: 700px;
}

/* SEZIONE ENVIRONMENT - CONTATORI */
#counters{
background: rgb(85,124,29);
background: linear-gradient(0deg, rgba(85,124,29,1) 0%, rgba(129,204,16,1) 99%);
padding:80px 0px;
}

.counter-number{
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 30px;
	color:white;
}

.counter-label{
	font-size: 20px;
	line-height: normal;
	color: var(--fl-ltgreen);
}

.counter-label strong{
    color:white;
}



.counter-icon img{
	height:90px;
	margin-bottom: 45px;
}

/* SOCIAL IMPACTS */
section#social{
    background: #fff;
    background-image:url("../img/sustainability/bg-socialimpacts.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:bottom center;
}

/* SOCIAL IMPACTS */
    #socimp-big{
        display:inherit;
    }

    #socimp-small{
        display:none;
    }


/* TABLET -------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){
section#pageheader{
	background-position: center bottom;
    background-attachment: local;
}
    
div#codeofconduct{
    background:url("../img/sustainability/bg-box-codice-condotta.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
}

section#intro div.boxed{
    padding: 20px 15px;
}
    
div#img-environment{
    height: 500px;
}    

/* GOVERNANCE */
section#governance{
    background-attachment: local;
}

#img-governance{
    width: 90%;
}
    
/* SEZIONE ENVIRONMENT - CONTATORI */
.counter-number{
    font-size: 45px;
}
    
.counter-label{
	font-size: 16px;
	line-height: normal;
	color: var(--fl-ltgreen);
}
    


    
/* CELLULARE -------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:575px){

    /* INTRO */
	section#intro ul.text-list{
    padding-left: 25px;
	}
	
	section#intro ul.text-list li{
    line-height: 25px;
	margin-bottom: 10px;
    }
    
    /* GOVERNANCE */
    #img-governance{
        width: 100%;
    }

    div#img-environment{
    height: 300px;
}   
    
    /* SEZIONE ENVIRONMENT - CONTATORI */
    #counters{
        padding:50px 0px;
    }
    
    .counter:first-child{

    }
    
    .counter{
        width:70%;
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom:1px solid var(--fl-dkgreen);
    }
    
    .counter:last-child{
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom:none;
    }

    .counter-number{
        font-size: 50px;
    }

    .counter-label{
        font-size: 18px;
    }
    
/* SOCIAL IMPACTS */
    #socimp-big{
        display:none !important;
    }

    #socimp-small{
        display:inherit;
    }

}
}
	