#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;
    height: auto;
    margin:0px;
    padding:0px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 25px;
    margin-bottom: 50px;
}
h1.mainTitleSectorPage{
    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: 60px;
    overflow: hidden;
    line-height: 64px;
    text-transform: uppercase;
}
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;
}
#contentItemSectors{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
#sectorPreTextSpace{
    width: calc(50% - 1px);
    margin-left: 0%;
    margin-right: 0%;
    height: auto;
    float: left;
    margin-top: 10px;
}
#sectorPreContentSpace{
    top: 0px;
    z-index: 2;
    width: 50%;
    float: left;
    margin-right: 50%;
}
#sectorContainer{
    width: 50%;
    margin-left:0px;
    padding-right:0px;
    margin-left: 0%;
    margin-right: 0%;
    height: auto;
    float: left;
    margin-top: 180px;
}
.sectorPreImg{
    width: 150px;
    float:left;
    margin-left: calc(80% - 75px);
    margin-right: calc(20% - 75px);
    margin-top: 50px;
}
.contentPreTitle{
    font-size: 2em;
    font-weight:bold;
    font-family: 'Arial Black', sans-serif;
    color: black;
    text-align: right;
    width: 40%;
    float: left;
    clear: both;
    margin: 0px;   
    margin-left:50%;
    margin-right:10%;
    margin-top: 25px;
    padding: 0px;
}
.contentPreText{
    width: 80%;
    float: left;
    height: auto;
    color: rgba(0,0,0,0.45);
    text-align: right;
    margin:0px;
    padding:0px;
    margin-left:10%;
    margin-right:10%;
    margin-top: 80px;
    margin-bottom: 75px;
    font-size: 1.2em;
    line-height: inherit;
}
/*gestione sector*/
.singleSector{
    width: calc(25% - 24px);
    min-height: 200px;
    float: left;
    margin:0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:10px;
    padding: 0px;
    transition: 0.5s;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border:1px solid white;
}
.singleSector:hover{
    box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
    transition: 0.5s;
}
img.snglIcon{
    display: block;
    width:50%;
    float:left;
    margin-left:25%;
    margin-right: 25%;
    margin-top: 30px;
    margin-bottom: 20px;
}
h1.singleSectorTitle{
    width: 80%;
    margin-left:10%;
    margin-right: 10%;
    float: left;
    width: calc(100%  10px);
    height: 150px;
    text-align:center;
    font-family: 'Mulish', Helvetica, Arial;
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    color: rgb(255,0,157);
    transition: 0.8s;
    line-height: inherit;
    padding-right: 10px;
    padding-top: 20px;
    border-top: 1px solid black;
}

.singleSector:hover h1.singleSectorTitle{
    letter-spacing: 1px;
    transition: 0.5s;
}
.singleSector.first{
    /*box-shadow: 5px 5px 5px rgba(0,0,0,0.7);*/
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    /*background: #fafafa;*/
    border:1px solid rgba(0,0,0,0.2);
}
.singleSector.first:hover{
    box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
    border:1px solid white;
}

#overColorContentPreText{
    display: none;
}
#lessButtonMobile{
    display: none;
}
h1.singleSectorTitleMobile{
    display: none;
}
h1.singleSectorTitle{
    display: block;
}

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

@media (min-width: 1024px) and (max-width: 1279px){
    h1.mainTitleSectorPage{
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 10em;
        height: 25px;
        line-height: 35px;
    }
    h1.singleSectorTitle{
        height: 100px;
        font-size: 0.8em;
    }
    .singleSector{
        min-height: 100px;
    }
    .sectorPreImg{
        margin-top: 25px;
    }
    .contentPreTitle{
        font-size: 1.5em;
        margin-top: 15px;
    }
    .contentPreText{
        margin-top: 20px;
        margin-bottom: 25px;
    }
}
@media (min-width: 1280px) and (max-width: 1365px){
    h1.mainTitleSectorPage{
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 10em;
        height: 25px;
        line-height: 35px;
    }
    h1.singleSectorTitle{
        height: 100px;
        font-size: 0.8em;
    }
    .singleSector{
        min-height: 100px;
    }
    .sectorPreImg{
        margin-top: 25px;
    }
    .contentPreTitle{
        font-size: 1.5em;
        margin-top: 15px;
    }
    .contentPreText{
        margin-top: 20px;
        margin-bottom: 25px;
    }
    #sectorContainer{
        margin-top: 150px;
    }
}
@media (min-width: 1366px) and (max-width: 1439px){
    h1.mainTitleSectorPage{
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 10em;
        height: 25px;
        line-height: 35px;
    }
    h1.singleSectorTitle{
        height: 100px;
        font-size: 0.8em;
    }
    .singleSector{
        min-height: 100px;
    }
    .sectorPreImg{
        margin-top: 25px;
    }
    .contentPreTitle{
        font-size: 1.5em;
        margin-top: 15px;
    }
    .contentPreText{
        margin-top: 20px;
        margin-bottom: 25px;
    }
    #sectorContainer{
        margin-top: 150px;
    }
}
@media (min-width: 1440px) and (max-width: 1919px){
    h1.mainTitleSectorPage{
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 10em;
        height: 25px;
        line-height: 35px;
    }
    h1.singleSectorTitle{
        height: 100px;
        font-size: 0.8em;
    }
    .singleSector{
        min-height: 100px;
    }
    .sectorPreImg{
        margin-top: 25px;
    }
    .contentPreTitle{
        font-size: 1.5em;
        margin-top: 15px;
    }
    .contentPreText{
        margin-top: 20px;
        margin-bottom: 25px;
    }
    #sectorContainer{
        margin-top: 220px;
    }
}
@media (min-width: 1920px) and (max-width: 2559px){
}
@media (min-width: 2559px) and (max-width: 3839px){
}
@media (min-width: 3840px) and (max-width: 5120px){
    h1.mainTitleSectorPage{
        padding-top: 75px;
        padding-bottom: 75px;
        font-size: 20em;
        height: 50px;
        line-height: 70px;
    }
}


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

@media (min-width: 279px) and (max-width: 319px) {
    
}
@media (min-width: 320px) and (max-width: 359px) {
    h1.mainTitleSectorPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    } 
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        height: auto;
        float: left;
        margin-top: 10px;
    }
    #sectorPreContentSpace{
        top: 0px;
        z-index: 2;
        width: 50%;
        float: left;
        margin-right: 50%;
    }
    .sectorPreImg{
        width: 150px;
        float:left;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 30px;
    }
    .contentPreTitle{
        width: 80%;;
        text-align: center;
        margin: 0px;   
        margin-left:10%;
        margin-right:10%;
    }
    .contentPreText{
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 0.8em;
    }
    /*gestione sector*/
    #sectorContainer{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 50px;
    }
    .singleSector{
        width: calc(100% - 20px);
        min-height: 50px;
    }
    h1.singleSectorTitle{
        height: 50px;
    }
    .singleSector.first{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    }
    .singleSector.bl{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    }
    /*regolazioned del testo introduttivo*/
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        min-height: 500px;
        max-height: 500px;
        position: relative;
        overflow: hidden;
        overflow: ;
        max-height: ;
    }
    .sectorPreTextSpace{
        min-height: 500px;
        max-height: 500px;
        position: relative;
    }
    #overColorContentPreText{
        display: block;
        width: 80%;
        float: left;
        min-height: 150px;
        max-height: 150px;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%); 
        text-align: center;
        margin:0px;
        padding:0px;
        margin-left:10%;
        margin-right:10%;
        margin-top: 350px;
        margin-bottom: 75px;
        font-size: 1.2em;
        line-height: 200px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: rgb(100,100,100);
        position: absolute;
        top:0px;
        cursor: pointer;
        z-index: 9999999;
    }
    #lessButtonMobile{
        display: block;
        color: rgb(100,100,100);
        border: 1px solid rgb(100,100,100);
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*gestione bottoni sectors*/
    img.snglIcon{
        display: none;;
    }
    h1.singleSectorTitle{
        display: none;
    }
    h1.singleSectorTitleMobile{
        display: block;
        width: 90%;
        margin-left:5%;
        margin-right: 5%;
        float: left;
        width: calc(100%  10px);
        height: 50px;
        text-align:right;
        font-family: 'Mulish', Helvetica, Arial;
        font-size: 1em;
        font-weight: normal;
        line-height: 1em;
        color: rgb(255,0,157);
        transition: 0.8s;
        line-height: 30px;
        padding-right: 10px;
        padding-top: 20px;
        border-top: 1px solid white;
        background-size: cover;
    }
}
@media (min-width: 360px) and (max-width: 410px) {
    h1.mainTitleSectorPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    } 
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        height: auto;
        float: left;
        margin-top: 10px;
    }
    #sectorPreContentSpace{
        top: 0px;
        z-index: 2;
        width: 50%;
        float: left;
        margin-right: 50%;
    }
    .sectorPreImg{
        width: 150px;
        float:left;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 30px;
    }
    .contentPreTitle{
        width: 80%;;
        text-align: center;
        margin: 0px;   
        margin-left:10%;
        margin-right:10%;
    }
    .contentPreText{
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 0.8em;
    }
    /*gestione sector*/
    #sectorContainer{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 50px;
    }
    .singleSector{
        width: calc(100% - 20px);
        min-height: 50px;
    }
    h1.singleSectorTitle{
        height: 50px;
    }
    .singleSector.first{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    }
    .singleSector.bl{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    }
    /*regolazioned del testo introduttivo*/
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        min-height: 500px;
        max-height: 500px;
        position: relative;
        overflow: hidden;
        overflow: ;
        max-height: ;
    }
    .sectorPreTextSpace{
        min-height: 500px;
        max-height: 500px;
        position: relative;
    }
    #overColorContentPreText{
        display: block;
        width: 80%;
        float: left;
        min-height: 150px;
        max-height: 150px;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%); 
        text-align: center;
        margin:0px;
        padding:0px;
        margin-left:10%;
        margin-right:10%;
        margin-top: 350px;
        margin-bottom: 75px;
        font-size: 1.2em;
        line-height: 200px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: rgb(100,100,100);
        position: absolute;
        top:0px;
        cursor: pointer;
        z-index: 9999999;
    }
    #lessButtonMobile{
        display: block;
        color: rgb(100,100,100);
        border: 1px solid rgb(100,100,100);
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*gestione bottoni sectors*/
    img.snglIcon{
        display: none;;
    }
    h1.singleSectorTitle{
        display: none;
    }
    h1.singleSectorTitleMobile{
        display: block;
        width: 90%;
        margin-left:5%;
        margin-right: 5%;
        float: left;
        width: calc(100%  10px);
        height: 50px;
        text-align:right;
        font-family: 'Mulish', Helvetica, Arial;
        font-size: 1em;
        font-weight: normal;
        line-height: 1em;
        color: rgb(255,0,157);
        transition: 0.8s;
        line-height: 30px;
        padding-right: 10px;
        padding-top: 20px;
        border-top: 1px solid white;
        background-size: cover;
    }
}
@media (min-width: 411px) and (max-width: 567px) {
    h1.mainTitleSectorPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    }
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        height: auto;
        float: left;
        margin-top: 10px;
    }
    #sectorPreContentSpace{
        top: 0px;
        z-index: 2;
        width: 50%;
        float: left;
        margin-right: 50%;
    }
    .sectorPreImg{
        width: 150px;
        float:left;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 30px;
    }
    .contentPreTitle{
        width: 80%;;
        text-align: center;
        margin: 0px;   
        margin-left:10%;
        margin-right:10%;
    }
    .contentPreText{
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 0.8em;
    }
    /*gestione sector*/
    #sectorContainer{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 50px;
    }
    .singleSector{
        width: calc(100% - 20px);
        min-height: 50px;
    }
    h1.singleSectorTitle{
        height: 50px;
    }
    .singleSector.first{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    }
    .singleSector.bl{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    }
    /*regolazioned del testo introduttivo*/
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        min-height: 500px;
        max-height: 500px;
        position: relative;
        overflow: hidden;
        overflow: ;
        max-height: ;
    }
    .sectorPreTextSpace{
        min-height: 500px;
        max-height: 500px;
        position: relative;
    }
    #overColorContentPreText{
        display: block;
        width: 80%;
        float: left;
        min-height: 150px;
        max-height: 150px;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%); 
        text-align: center;
        margin:0px;
        padding:0px;
        margin-left:10%;
        margin-right:10%;
        margin-top: 350px;
        margin-bottom: 75px;
        font-size: 1.2em;
        line-height: 200px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: rgb(100,100,100);
        position: absolute;
        top:0px;
        cursor: pointer;
        z-index: 9999999;
    }
    #lessButtonMobile{
        display: block;
        color: rgb(100,100,100);
        border: 1px solid rgb(100,100,100);
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*gestione bottoni sectors*/
    img.snglIcon{
        display: none;;
    }
    h1.singleSectorTitle{
        display: none;
    }
    h1.singleSectorTitleMobile{
        display: block;
        width: 90%;
        margin-left:5%;
        margin-right: 5%;
        float: left;
        width: calc(100%  10px);
        height: 50px;
        text-align:right;
        font-family: 'Mulish', Helvetica, Arial;
        font-size: 1em;
        font-weight: normal;
        line-height: 1em;
        color: rgb(255,0,157);
        transition: 0.8s;
        line-height: 30px;
        padding-right: 10px;
        padding-top: 20px;
        border-top: 1px solid white;
        background-size: cover;
    }
}
@media (min-width: 568px) and (max-width: 666px) {
    h1.mainTitleSectorPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    }
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        height: auto;
        float: left;
        margin-top: 10px;
    }
    #sectorPreContentSpace{
        top: 0px;
        z-index: 2;
        width: 50%;
        float: left;
        margin-right: 50%;
    }
    .sectorPreImg{
        width: 150px;
        float:left;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 30px;
    }
    .contentPreTitle{
        width: 80%;;
        text-align: center;
        margin: 0px;   
        margin-left:10%;
        margin-right:10%;
    }
    .contentPreText{
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 0.8em;
    }
    /*gestione sector*/
    #sectorContainer{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 50px;
    }
    .singleSector{
        width: calc(100% - 20px);
        min-height: 50px;
    }
    h1.singleSectorTitle{
        height: 50px;
    }
    .singleSector.first{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    }
    .singleSector.bl{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    }
    /*regolazioned del testo introduttivo*/
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        min-height: 500px;
        max-height: 500px;
        position: relative;
        overflow: hidden;
        overflow: ;
        max-height: ;
    }
    .sectorPreTextSpace{
        min-height: 500px;
        max-height: 500px;
        position: relative;
    }
    #overColorContentPreText{
        display: block;
        width: 80%;
        float: left;
        min-height: 150px;
        max-height: 150px;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%); 
        text-align: center;
        margin:0px;
        padding:0px;
        margin-left:10%;
        margin-right:10%;
        margin-top: 350px;
        margin-bottom: 75px;
        font-size: 1.2em;
        line-height: 200px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: rgb(100,100,100);
        position: absolute;
        top:0px;
        cursor: pointer;
        z-index: 9999999;
    }
    #lessButtonMobile{
        display: block;
        color: rgb(100,100,100);
        border: 1px solid rgb(100,100,100);
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*gestione bottoni sectors*/
    img.snglIcon{
        display: none;;
    }
    h1.singleSectorTitle{
        display: none;
    }
    h1.singleSectorTitleMobile{
        display: block;
        width: 90%;
        margin-left:5%;
        margin-right: 5%;
        float: left;
        width: calc(100%  10px);
        height: 50px;
        text-align:right;
        font-family: 'Mulish', Helvetica, Arial;
        font-size: 1em;
        font-weight: normal;
        line-height: 1em;
        color: rgb(255,0,157);
        transition: 0.8s;
        line-height: 30px;
        padding-right: 10px;
        padding-top: 20px;
        border-top: 1px solid white;
        background-size: cover;
    }
}
@media (min-width: 666px) and (max-width: 730px) {
    h1.mainTitleSectorPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    }
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        height: auto;
        float: left;
        margin-top: 10px;
    }
    #sectorPreContentSpace{
        top: 0px;
        z-index: 2;
        width: 50%;
        float: left;
        margin-right: 50%;
    }
    .sectorPreImg{
        width: 150px;
        float:left;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 30px;
    }
    .contentPreTitle{
        width: 80%;;
        text-align: center;
        margin: 0px;   
        margin-left:10%;
        margin-right:10%;
    }
    .contentPreText{
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 0.8em;
    }
    /*gestione sector*/
    #sectorContainer{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 50px;
    }
    .singleSector{
        width: calc(100% - 20px);
        min-height: 50px;
    }
    h1.singleSectorTitle{
        height: 50px;
    }
    .singleSector.first{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    }
    .singleSector.bl{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    }
    /*regolazioned del testo introduttivo*/
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        min-height: 500px;
        max-height: 500px;
        position: relative;
        overflow: hidden;
        overflow: ;
        max-height: ;
    }
    .sectorPreTextSpace{
        min-height: 500px;
        max-height: 500px;
        position: relative;
    }
    #overColorContentPreText{
        display: block;
        width: 80%;
        float: left;
        min-height: 150px;
        max-height: 150px;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%); 
        text-align: center;
        margin:0px;
        padding:0px;
        margin-left:10%;
        margin-right:10%;
        margin-top: 350px;
        margin-bottom: 75px;
        font-size: 1.2em;
        line-height: 200px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: rgb(100,100,100);
        position: absolute;
        top:0px;
        cursor: pointer;
        z-index: 9999999;
    }
    #lessButtonMobile{
        display: block;
        color: rgb(100,100,100);
        border: 1px solid rgb(100,100,100);
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*gestione bottoni sectors*/
    img.snglIcon{
        display: none;;
    }
    h1.singleSectorTitle{
        display: none;
    }
    h1.singleSectorTitleMobile{
        display: block;
        width: 90%;
        margin-left:5%;
        margin-right: 5%;
        float: left;
        width: calc(100%  10px);
        height: 50px;
        text-align:right;
        font-family: 'Mulish', Helvetica, Arial;
        font-size: 1em;
        font-weight: normal;
        line-height: 1em;
        color: rgb(255,0,157);
        transition: 0.8s;
        line-height: 30px;
        padding-right: 10px;
        padding-top: 20px;
        border-top: 1px solid white;
        background-size: cover;
    }
}
@media (min-width: 730px) and (max-width: 823px) {
    h1.mainTitleSectorPage{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 3.1em;
        height: 25px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 2px;
    }
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        height: auto;
        float: left;
        margin-top: 10px;
    }
    #sectorPreContentSpace{
        top: 0px;
        z-index: 2;
        width: 50%;
        float: left;
        margin-right: 50%;
    }
    .sectorPreImg{
        width: 150px;
        float:left;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 30px;
    }
    .contentPreTitle{
        width: 80%;;
        text-align: center;
        margin: 0px;   
        margin-left:10%;
        margin-right:10%;
    }
    .contentPreText{
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 0.8em;
    }
    /*gestione sector*/
    #sectorContainer{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 50px;
    }
    .singleSector{
        width: calc(100% - 20px);
        min-height: 50px;
    }
    h1.singleSectorTitle{
        height: 50px;
    }
    .singleSector.first{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    }
    .singleSector.bl{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    }
    /*regolazioned del testo introduttivo*/
    #sectorPreTextSpace{
        width: calc(100% - 1px);
        margin-left: 0%;
        margin-right: 0%;
        min-height: 500px;
        max-height: 500px;
        position: relative;
        overflow: hidden;
        overflow: ;
        max-height: ;
    }
    .sectorPreTextSpace{
        min-height: 500px;
        max-height: 500px;
        position: relative;
    }
    #overColorContentPreText{
        display: block;
        width: 80%;
        float: left;
        min-height: 150px;
        max-height: 150px;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%); 
        text-align: center;
        margin:0px;
        padding:0px;
        margin-left:10%;
        margin-right:10%;
        margin-top: 350px;
        margin-bottom: 75px;
        font-size: 1.2em;
        line-height: 200px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: rgb(100,100,100);
        position: absolute;
        top:0px;
        cursor: pointer;
        z-index: 9999999;
    }
    #lessButtonMobile{
        display: block;
        color: rgb(100,100,100);
        border: 1px solid rgb(100,100,100);
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*gestione bottoni sectors*/
    img.snglIcon{
        display: none;;
    }
    h1.singleSectorTitle{
        display: none;
    }
    h1.singleSectorTitleMobile{
        display: block;
        width: 90%;
        margin-left:5%;
        margin-right: 5%;
        float: left;
        width: calc(100%  10px);
        height: 50px;
        text-align:right;
        font-family: 'Mulish', Helvetica, Arial;
        font-size: 1em;
        font-weight: normal;
        line-height: 1em;
        color: rgb(255,0,157);
        transition: 0.8s;
        line-height: 30px;
        padding-right: 10px;
        padding-top: 20px;
        border-top: 1px solid white;
        background-size: cover;
    }
}


/*backtotop configurazione bottone*/
.backToTop{
    transform: rotate(-90deg);
    float: left;
    color: white;
    font-size: 2em;
    text-decoration: none;
}