h1.mainTitleWorkWithUsPage{
    width: calc(70% - 0px);
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: Raleway, Helvetica, Arial;
    font-size: 15em;
    text-align: right;
    font-weight: bold;
    margin: 0px;
    height: 40px;
    overflow: hidden;
    line-height: 64px;
    text-transform: uppercase;
    letter-spacing: 10px;
}
h1.mainSubTitleWorkWithUsPage{
    width: calc(70% - 0px);
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: Raleway, Helvetica, Arial;
    font-size: 2em;
    text-align: right;
    font-weight: bold;
    margin: 0px;
    margin-left: 30%;
    height: 18px;
    border-top: 2px solid rgba(255,255,255,1);
    overflow: hidden;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 35px;
}
#container{
    width:100%;
    margin:0px;
    padding: 0px;
    float: left;
    position: relative;
}
#backbuttonMobile{
    display: none;
}
#backbutton{
    width: 100%;
    float: left;
    margin-top: 0px;
    background: rgba(0,0,0,1);
}
a.backButton{
	width: 20%;
	float: left;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top: -25px;
	margin-bottom: 5px;
	color: rgba(255,255,255,1);
	text-align: center;
	text-decoration: none;
	font-size: 4em;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	transition: 0.5s;
}
a.backButton:hover{
	width: 20%;
	margin-left: 0px;
	height: 20px;
	letter-spacing: 5px;
  	color: rgba(221,0,221,1);
	transition: 0.8s;
}
#contentItem{
    width: 80%;
    float: left;
    margin:0px;
    padding:0px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 25px;
    margin-bottom: 50px;
}
h1.mainTitleSector{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: Raleway, Helvetica, Arial;
    font-size: 6em;
    text-align: center;
    font-weight: bold;
    margin:0px;
}
#contentItemWorkWithUs{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
#sectorContainer{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    overflow: hidden;
}
.singleSector{
    position: relative;
    float: left;
    font-family: Raleway, Helvetica, Arial;
    color: rgba(255,255,255,1);
    width: 25%;
    margin: 0px;
    padding: 0px;
    padding-bottom: 25%;
    background-position: center;
    background-size: 100%;
    transition: 0.5s;
    cursor: pointer;
}
.singleSector:hover{
    background-size: 110%;
    transition: 0.5s;
    filter: grayscale(100%);
}
h1.singleSectorTitle{
    float: left;
    position: absolute;
    width: 400px;
    margin-left: calc(50% - 210px);
    margin-right: calc(50% - 210px);
    text-align:center;
    font-family: Raleway, Helvetica, Arial;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    color: rgba(255,255,255,1);
    margin-top: 200px;
    background: rgba(0,0,0,1);
    padding: 10px;
    transition: 0.5s;
    z-index: 997;
}
.singleSector:hover h1.singleSectorTitle{
    margin-top:50px;
    transition: 0.5s;
}
.formIconSpace{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
img.formIcon{
    position: absolute;
    display: block;
    opacity: 0;
    width: 100px;
    height: 100px;
    float: left;
    margin-left: calc(50% - 50px);
    margin-right: calc(50% - 50px);
    margin-top: calc(50% - 50px);
    transition: 0.5s;
    filter: invert(100%);
}
.singleSector:hover img.formIcon{
    display: block;
    transition: 0.5s;
    opacity: 1;
    width: 200px;
    height: 200px;
    margin-left: calc(50% - 100px);
    margin-right: calc(50% - 100px);
    margin-top: 135px;
    z-index: 998;
}
.formButton{
    width: 100px;
    margin-left: calc(50% - 55px);
    margin-right: calc(50% - 55px);
    top: 370px;
    float: left;
    opacity: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    position: absolute;
    z-index: 998;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    padding: 5px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 5px;
    transition: 0.5s;
    background: rgba(255,255,255,0.4);
}
.singleSector:hover .formButton{
    display: block;
    transition: 0.5s;
    opacity: 1;
}
/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni DESKTOP */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 1024px) and (max-width: 1279px){
    .singleSector{
        filter: saturate(20%;)
    }
    .singleSector:hover{
        filter: saturate(150%);
    }
    h1.singleSectorTitle{
        width: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
        font-size: 1.2em;
        margin-top: 100px;
    }
    .singleSector:hover h1.singleSectorTitle{
        margin-top:30px;
        transition: 0.5s;
    }
    .formIconSpace{
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
    }
    .singleSector:hover img.formIcon{
        width: 120px;
        height: 120px;
        margin-left: calc(50% - 60px);
        margin-right: calc(50% - 60px);
        margin-top: 90px;
    }
    .formButton{
        top: 200px;
    }
}
@media (min-width: 1280px) and (max-width: 1365px){
    .singleSector{
        filter: saturate(20%;)
    }
    .singleSector:hover{
        filter: saturate(150%);
    }
    h1.singleSectorTitle{
        width: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
        font-size: 1.2em;
        margin-top: 100px;
    }
    .singleSector:hover h1.singleSectorTitle{
        margin-top:30px;
        transition: 0.5s;
    }
    .formIconSpace{
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
    }
    .singleSector:hover img.formIcon{
        width: 120px;
        height: 120px;
        margin-left: calc(50% - 60px);
        margin-right: calc(50% - 60px);
        margin-top: 90px;
    }
    .formButton{
        top: 220px;
    }
}
@media (min-width: 1366px) and (max-width: 1439px){
    .singleSector{
        filter: saturate(20%;)
    }
    .singleSector:hover{
        filter: saturate(150%);
    }
    h1.singleSectorTitle{
        width: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
        font-size: 1.2em;
        margin-top: 100px;
    }
    .singleSector:hover h1.singleSectorTitle{
        margin-top:30px;
        transition: 0.5s;
    }
    .formIconSpace{
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
    }
    .singleSector:hover img.formIcon{
        width: 120px;
        height: 120px;
        margin-left: calc(50% - 60px);
        margin-right: calc(50% - 60px);
        margin-top: 100px;
    }
    .formButton{
        top: 240px;
    }
}
@media (min-width: 1440px) and (max-width: 1919px){
    .formButton{
        top: 350px;
    }
}
@media (min-width: 1920px) and (max-width: 2559px){
    .formButton{
        top: 350px;
    }
}
@media (min-width: 2559px) and (max-width: 3839px){
    .singleSector:hover h1.singleSectorTitle{
        margin-top:50px;
        transition: 0.5s;
    }
}
@media (min-width: 3840px) and (max-width: 5120px){
    .singleSector:hover h1.singleSectorTitle{
        margin-top:100px;
        transition: 0.5s;
    }
    .singleSector:hover img.formIcon{
        width: 220px;
        height: 220px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
        margin-top: 200px;
    }
    .formButton{
        width: 300px;
        margin-left: calc(50% - 175px);
        margin-right: calc(50% - 175px);
        top: 440px;
        opacity: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 25px;
        font-size: 2em;
    }
}


/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni MOBILE  */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 279px) and (max-width: 319px) {
}
@media (min-width: 320px) and (max-width: 359px) {
    .singleSector{
        width: 100%;
        padding-bottom: 100%;
        filter: saturate(20%);
    }
    .singleSector:hover{
        background-size: 100%;
        transition: 0.5s;
        text-shadow: 0px 0px 0px rgba(255,255,25,0);
        filter: saturate(150%);
    }
    .singleSector:hover{
        text-shadow: 0px 0px 0px rgba(255,255,255,0);
    }
    h1.mainTitleWorkWithUsPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    }
    h1.singleSectorTitle{
        width: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
        font-size: 1.2em;
        margin-top: 200px;
    }
    .singleSector:hover h1.singleSectorTitle{
        color: rgba(255,255,255,1);
        margin-top: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
    }
    /*icon e button*/ 
    img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
    }
    .singleSector:hover img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
        z-index: 998;
    }
    .formButton{
        width: 200px;
        margin-left: calc(50% - 105px);
        margin-right: calc(50% - 105px);
        top: 260px;
        opacity: 1;
        margin-top: 0px;
        border: 1px solid rgba(255,255,255,1);
        background: rgba(0,0,0,0.6);
        color: rgba(255,255,255,1);
        letter-spacing: 2px;
    }
    .singleSector:hover .formButton{
        display: block;
        transition: 0.5s;
        opacity: 1;
    }
}
@media (min-width: 360px) and (max-width: 410px) {
    .singleSector{
        width: 100%;
        padding-bottom: 100%;
        filter: saturate(20%);
    }
    .singleSector:hover{
        background-size: 100%;
        transition: 0.5s;
        text-shadow: 0px 0px 0px rgba(255,255,25,0);
        filter: saturate(150%);
    }
    .singleSector:hover{
        text-shadow: 0px 0px 0px rgba(255,255,255,0);
        
    }
    h1.mainTitleWorkWithUsPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    }
    h1.singleSectorTitle{
        width: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
        font-size: 1.2em;
        margin-top: 200px;
    }
    .singleSector:hover h1.singleSectorTitle{
        color: rgba(255,255,255,1);
        margin-top: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
    }
    
    /*icon e button*/ 
    img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
    }
    .singleSector:hover img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
        z-index: 998;
    }
    .formButton{
        width: 200px;
        margin-left: calc(50% - 105px);
        margin-right: calc(50% - 105px);
        top: 260px;
        opacity: 1;
        margin-top: 0px;
        border: 1px solid rgba(255,255,255,1);
        background: rgba(0,0,0,0.6);
        color: rgba(255,255,255,1);
        letter-spacing: 2px;
    }
    .singleSector:hover .formButton{
        display: block;
        transition: 0.5s;
        opacity: 1;
    }
}
@media (min-width: 411px) and (max-width: 567px) {
    .singleSector{
        width: 100%;
        padding-bottom: 100%;
        filter: saturate(20%);
    }
    .singleSector:hover{
        background-size: 100%;
        transition: 0.5s;
        text-shadow: 0px 0px 0px rgba(255,255,25,0);
        filter: saturate(150%);
    }
    .singleSector:hover{
        text-shadow: 0px 0px 0px rgba(255,255,255,0);
        
    }
    h1.mainTitleWorkWithUsPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    }
    h1.singleSectorTitle{
        width: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
        font-size: 1.2em;
        margin-top: 200px;
    }
    .singleSector:hover h1.singleSectorTitle{
        color: rgba(255,255,255,1);
        margin-top: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
    }
    
    /*icon e button*/ 
    img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
    }
    .singleSector:hover img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
        z-index: 998;
    }
    .formButton{
        width: 200px;
        margin-left: calc(50% - 105px);
        margin-right: calc(50% - 105px);
        top: 260px;
        opacity: 1;
        margin-top: 0px;
        border: 1px solid rgba(255,255,255,1);
        background: rgba(0,0,0,0.6);
        color: rgba(255,255,255,1);
        letter-spacing: 2px;
    }
    .singleSector:hover .formButton{
        display: block;
        transition: 0.5s;
        opacity: 1;
    }
}
@media (min-width: 568px) and (max-width: 666px) {
    .singleSector{
        width: 100%;
        padding-bottom: 100%;
        filter: saturate(20%);
    }
    .singleSector:hover{
        background-size: 100%;
        transition: 0.5s;
        text-shadow: 0px 0px 0px rgba(255,255,25,0);
        filter: saturate(150%);
    }
    .singleSector:hover{
        text-shadow: 0px 0px 0px rgba(255,255,255,0);
        
    }
    h1.mainTitleWorkWithUsPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    }
    h1.singleSectorTitle{
        width: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
        font-size: 1.2em;
        margin-top: 200px;
    }
    .singleSector:hover h1.singleSectorTitle{
        color: rgba(255,255,255,1);
        margin-top: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
    }
    
    /*icon e button*/ 
    img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
    }
    .singleSector:hover img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
        z-index: 998;
    }
    .formButton{
        width: 200px;
        margin-left: calc(50% - 105px);
        margin-right: calc(50% - 105px);
        top: 260px;
        opacity: 1;
        margin-top: 0px;
        border: 1px solid rgba(255,255,255,1);
        background: rgba(0,0,0,0.6);
        color: rgba(255,255,255,1);
        letter-spacing: 2px;
    }
    .singleSector:hover .formButton{
        display: block;
        transition: 0.5s;
        opacity: 1;
    }
}
@media (min-width: 666px) and (max-width: 730px) {
    .singleSector{
        width: 100%;
        padding-bottom: 100%;
        filter: saturate(20%);
    }
    .singleSector:hover{
        background-size: 100%;
        transition: 0.5s;
        text-shadow: 0px 0px 0px rgba(255,255,25,0);
        filter: saturate(150%);
    }
    .singleSector:hover{
        text-shadow: 0px 0px 0px rgba(255,255,255,0);
        
    }
    h1.mainTitleWorkWithUsPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    }
    h1.singleSectorTitle{
        width: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
        font-size: 1.2em;
        margin-top: 200px;
    }
    .singleSector:hover h1.singleSectorTitle{
        color: rgba(255,255,255,1);
        margin-top: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
    }
    
    /*icon e button*/ 
    img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
    }
    .singleSector:hover img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
        z-index: 998;
    }
    .formButton{
        width: 200px;
        margin-left: calc(50% - 105px);
        margin-right: calc(50% - 105px);
        top: 260px;
        opacity: 1;
        margin-top: 0px;
        border: 1px solid rgba(255,255,255,1);
        background: rgba(0,0,0,0.6);
        color: rgba(255,255,255,1);
        letter-spacing: 2px;
    }
    .singleSector:hover .formButton{
        display: block;
        transition: 0.5s;
        opacity: 1;
    }
}
@media (min-width: 730px) and (max-width: 823px) {
    .singleSector{
        width: 100%;
        padding-bottom: 100%;
        filter: saturate(20%);
    }
    .singleSector:hover{
        background-size: 100%;
        transition: 0.5s;
        text-shadow: 0px 0px 0px rgba(255,255,25,0);
        filter: saturate(150%);
    }
    .singleSector:hover{
        text-shadow: 0px 0px 0px rgba(255,255,255,0);
        
    }
    h1.mainTitleWorkWithUsPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    }
    h1.singleSectorTitle{
        width: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
        font-size: 1.2em;
        margin-top: 200px;
    }
    .singleSector:hover h1.singleSectorTitle{
        color: rgba(255,255,255,1);
        margin-top: 200px;
        margin-left: calc(50% - 110px);
        margin-right: calc(50% - 110px);
    }
    
    /*icon e button*/ 
    img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
    }
    .singleSector:hover img.formIcon{
        position: absolute;
        display: block;
        opacity: 1;
        width: 80px;
        height: 80px;
        margin-left: calc(50% - 40px);
        margin-right: calc(50% - 40px);
        margin-top: 95px;
        z-index: 998;
    }
    .formButton{
        width: 200px;
        margin-left: calc(50% - 105px);
        margin-right: calc(50% - 105px);
        top: 260px;
        opacity: 1;
        margin-top: 0px;
        border: 1px solid rgba(255,255,255,1);
        background: rgba(0,0,0,0.6);
        color: rgba(255,255,255,1);
        letter-spacing: 2px;
    }
    .singleSector:hover .formButton{
        display: block;
        transition: 0.5s;
        opacity: 1;
    }
}
