html{
    scroll-behavior: smooth;
}
#contentItem{
    top: 0px;
    left: 0px;
    margin-left:0px;
    margin-right: 0px;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    float: left;
    margin:0px;
    padding: 0px;
    background: white;
}
#firstContent{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    background-image: url('/myFile/img/apply/bk_iniziale.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#firstContentKids{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    background-image: url('/myFile/img/apply/background_open_audition_kids.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#zonaSelezione p{
    color: white;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Mulish', sans-serif;
    font-size:1em;
}
#firstStep{
    position: absolute;
    float: left;
    width: 700px;
    height: 600px;
    left: calc(50% - 350px);
    right: calc(50% - 350px);
    top: 200px;
    border-radius: 50px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 99999999999 !important;
    overflow: scroll;
    overflow-x: hidden;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.9);
    background: rgba(0,0,0,0.8);
}
#firstStepKids{
    position: absolute;
    float: left;
    width: 700px;
    height: 600px;
    left: calc(50% - 350px);
    right: calc(50% - 350px);
    top: 350px;
    border-radius: 50px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 99999999999 !important;
    overflow: scroll;
    overflow-x: hidden;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.9);
    background: rgba(0,0,0,0.8);

}
img.logoAuditionImg{
    width: 350px;
    margin-left: calc(50% - 175px);
    margin-right: calc(50% - 175px);
    margin-top: 50px;
}
img.logoAuditionImgkids{
    width: 500px;
    margin-left: calc(50% - 250px);
    margin-right: calc(50% - 250px);
    margin-top: 20px;
}
img.logoimg{
    width: 500px;
    filter: invert(100%);
    margin-left: calc(50% - 250px);
    margin-right: calc(50% - 250px);
    margin-top: 50px;
}
h1.formTitle{
    position: absolute;
    width: 700px;
    height: 70px;
    left: calc(50% - 350px);
    right: calc(50% - 350px);
    margin-bottom: 25px;
    top: 70px;
    z-index: 99999999999 !important;
    color: white;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
}
.singleStep{
    float: left;
    width: 700px;
    height: 600px;
    left: calc(50% - 350px);
    right: calc(50% - 350px);
    top: 150px;
    border-radius: 50px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 99999999999 !important;
    overflow: scroll;
    overflow-x: hidden;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.9);
    background: rgba(0,0,0,0.8);    
}
h1.stepTitle{
    width: 80%;
    float: left;
    clear: both;
    margin-left:10%;
    margin-right: 10%; 
    font-family: 'Arial Black', sans-serif;
    font-size: 2.5em;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 20px;
}
p.stepText{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    float: left;
    color: white;
    text-align: center;
    font-size: 1.2em;
}
a.nextStep{
    width: 200px;
    height: 40px;
    padding: 5px;
    float: left;
    margin-left:calc(50% - 105px);
    margin-right:calc(50% - 105px);
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    color: white;
    background: rgb(255,0,157);
    line-height: 40px;
    border-radius: 25px;
    transition: 0.5s;
    cursor: pointer;
}
a.nextStep:hover{
    letter-spacing: 3px;
    transition: 0.5s;
}
a.nextStep.kids:hover{
    letter-spacing: 0.5px;
}
#formContainer{
    position: fixed;
    top: 0px;
    left: 0px;
    margin-left:0px;
    margin-right: 0px;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    float: left;
    margin:0px;
    padding: 0px;
    background: rgba(0,0,0,0.4);
}
#formPopUp{
    position: fixed;
    width: 700px;
    height: 600px;
    left: calc(50% - 350px);
    right: calc(50% - 350px);
    top: 150px;
    border-radius: 50px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 99999999999 !important;
    overflow: scroll;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.8);
    background: white;
}
#closingFormButton{
    position:fixed;
    top: 100px;
    right: 550px;
    color: white;
    border-radius: 50px;
    padding: 5px;
    font-size: 2em;
    text-align: center;
    cursor:pointer;
}

#risultatoForm{
    float: left;
    width: calc(60% - 30px);
    margin: 0;
    padding: 0;
    margin-left: 20%;
    margin-right: 20%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1em;
    color: rgba(255,255,255);
    font-family: 'Aril', sans-serif;
    text-align: left;
    line-height: 1em;
    padding-top: 10px;
    border-top: 1px solid rgb(255,255,255);
}
/* seconda proposta form */
#secondContent{
    width: 100%;
    background: white;
    margin: 0px;
    padding: 0px;
    float: left;
}
h1.contentTitle{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    float: left;
    margin-top: 50px;
    font-family: 'Arial Black', sans-serif;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
}
/* approfondimenti */
#thirdContent{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: auto;
    /*
    background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
    padding-bottom: 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    */
}
.leftSquare{
    width: 50%;
    margin: 0px;
    padding: 0px;
    display: table;
    background: rgb(255,0,157);
    min-height: 500px;
    float: left;
    left:0px;
}
.leftSquare p{
    width: 50%;
    padding-left: 25%;
    padding-right:25%;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Mulish', sans-serif;
    color: white;
    font-size: 1.2em;
}
.rightSquare{
    width: 50%;
    margin: 0px;
    padding: 0px;
    display: table;
    background: rgb(255,0,157);
    min-height: 500px;
    float: left;
    left:0px;
}
.rightSquare p{
    width: 50%;
    padding-left: 25%;
    padding-right:25%;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Arial Black', sans-serif;
    font-size: 5em;
    text-align: right;
    text-transform: uppercase;
    color: white;
}
#viso{
    background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#brand{
    background-image: url('/myFile/img/apply/bk_brand.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contentText{
    width: 30%;
    margin: 0px;
    padding: 0px;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 75px;
    text-align: center;
    font-size: 1.2em;
    font-family: 'Mulish', sans-serif;
    color: black;
    line-height: 1em;
}
.centralContent{
    width: 100%;
    padding-right: 0%;
    padding-left:0%;
    background: black;
    display: table;
    float: left;
    min-height: 450px;
    position: relative;
}
.centralContent p{
    display: table-cell;
    vertical-align: middle;
    width:100%;
    font-family: 'Arial Black', sans-serif;
    font-size: 4em;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin-top:50px;
    position: absolute;
}
#decoration{
    position: absolute;
    width:500px;
    left: calc(50% - 250px);
    right: calc(50% - 250px);
    min-height: 30px;
    background: rgb(255,0,157);
    margin-top: 95px;
}
p.nextStepBottom{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    float: left;
    color: white;
    text-align: center;
    font-size: 1em;
}
a.nextStepBottom{
    width: 300px;
    height: 40px;
    padding: 5px;
    float: left;
    margin-left:calc(50% - 155px);
    margin-right:calc(50% - 155px);
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    color: white;
    background: rgb(255,0,157);
    line-height: 40px;
    border-radius: 25px;
    transition: 0.5s;
    cursor: pointer;
    position: absolute;
    top:320px;
}
#fourthContent{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: auto;
    background-image: url('/myFile/img/apply/bk_brand.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
}
#fourthContent p{
    width: 50%;
    margin-top: 50px;
    margin-left: 25%;
    margin-right: 25%;
    padding:0px;
    color: white;
    font-size: 1em;
    font-family: 'Mulish', sans-serif;
    line-height: 1.2em;
    text-align: center;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}
#footer{
    position: relative;
    float: left;
    background: black;
    width: 100%;
    margin:0px;
    padding:0px;
}
.footerTextFirst{
    color: white;
    font-size: 1em;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    margin-top: 50px;
    padding: 20px;
}
.footerTextSecond{
    width: 100%;
    color: rgba(0,0,0,0.7);
    font-size: 0.8em;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    padding-top: 25px;
    padding-bottom: 25px;
    background: white;
    margin:0px;
}
/*testimonianze*/
#testimonianze{
    width: 300px;
    position: fixed;
    left: 50px;
    top: 75px;
}
p.snglTestimonianza{
    float: left;
    font-size: 1em;
    color: rgba(255,255,255,0.3);
    font-family: 'Mulish', sans-serif;
    margin-top: 25px;
    text-shadow: 0px 0px 15px black;
    transition: 0.5s;
}
strong.signature{
    float: right;
    font-size: 1em;
    color: rgba(255,255,255,0.3);
    font-family: 'Mulish', sans-serif;
    margin-top: 5px;
    text-shadow: 0px 0px 15px black;
    transition: 0.5s;
}
p.snglTestimonianza:hover{
    color: white;
    transition: 0.5s;
}
p.snglTestimonianza:hover strong.signature{
    color: white;
    transition: 0.5s;
}

#openAuditionLogo{
    position: fixed;
    bottom: 20px;
    right: 350px;
    width: 200px;
}
p.testimonianzeText{
    position: relative;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    float: left;
    color: white;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
}
strong.caratteristicheText{
    font-size: 1.5em;
    text-transform: uppercase;
}
/*popup contenitivo*/
#popUpContenitivo{
    position: fixed;
    display: none;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    background: rgba(0,0,0,0.9);
    top:0px;
    left:0px;
}
#popUpContenitivoMessageSpace{
    position: fixed;
    width: 700px;
    height: auto;
    padding-bottom: 50px;
    left: calc(50% - 350px);
    right: calc(50% - 350px);
    text-align: center;
    color: white;
    font-size: 1.2em;
    font-family: 'Mulish', sans-serif;
    background: rgba(0,0,0,0.9);
    border:2px solid white; 
    border-radius: 15px;
    top: 300px;
}
#popUpContenitivoImg{
    position: fixed;
    width: 200px;
    height: auto;
    top: 200px;
    right:550px;
}
form{
    font-family: 'Mulish', sans-serif;
    text-align: center;
}
input.name{
    float:left;
    background: rgba(0,0,0,0.8);
    border: 1px solid white;
    width: calc(40% - 22px);
    margin-left: 5%;
    margin-right:5%;
    height: 30px;
    color: white;
    padding: 10px;
    font-family: 'Mulish', sans-serif;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
input.surname{
    float:left;
    background: rgba(0,0,0,0.8);
    border: 1px solid white;
    width: calc(40% - 22px);
    margin-left: 5%;
    margin-right:5%;
    height: 30px;
    color: white;
    padding: 10px;
    font-family: 'Mulish', sans-serif;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
input.email{
    float:left;
    background: rgba(0,0,0,0.8);
    border: 1px solid white;
    width: calc(90% - 22px);
    margin-left: 5%;
    margin-right:5%;
    margin-top: 25px;
    margin-bottom: 15px;
    height: 30px;
    color: white;
    padding: 10px;
    font-family: 'Mulish', sans-serif;
    text-align: center;
}
.singleImput{
    margin-left: 5%;
    width: 25%;
}
label{
    margin-right: 5%;
    width: 65%;
}
.singleImput, label{
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: right;
    font-size: 0.8em;
}
input.button{
    width: 150px;
    color: white;
    float: left;
    margin-left: calc(50% - 75px);
    margin-right: calc(50% - 75px);
    margin-top: 50px;
    border: 1px solid black;
    background: rgb(255,0,157);
    height: 30px;
    padding-top: 5px;
    font-family: 'Mulish', sans-serif;
    text-align: center;
    text-transform: uppercase;
    border-radius: 15px;
}
input:placeholder{
    color: rgba(255,255,255,0.7);
    font-family: 'Mulish', sans-serif;
    text-align: center;
}
#closeButtonPopUpContenitivo{
    position: absolute;
    top: -35px;
    left: -30px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: rgb(255,0,157);
    font-size: 1em;
    cursor: pointer;
    padding: 4px;
    border-radius: 25px;
    border: 1px solid rgb(255,0,157);
    background: rgba(255,255,255,0.3);
}
/*footer link*/
#linkToPrivacy_Cookies{
    width: 100%;
    float: left;
    background: black;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px; 
}
.snglLink{
    width: calc(50% - 30px);
    float: left;
    margin:0px;
    margin-left: 15px;
    margin-right: 15px;
    padding:0px;
    color: rgb(255,0,157);
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
    text-decoration: none;
    font-size: 1em;
}
.leftLink{
    text-align: right;
}
.rightLink{
    text-align: left;
}

/*form resta aggiornato*/
#rimaniAggiornatoFormSpace{
    width: 100%;
    float: left;
    margin-top: 0px;
    height: auto;
    padding-bottom: 25px;
    min-height: 200px;
    left: 0px;
    background: black;
}
img.rimaniAggiornatoFormSpaceImg{
    width: 200px;
    height: auto;
    filter: invert(100%);
    margin-top: 25px;
    margin-left: calc(50% - 100px);
    margin-right: calc(50% - 100px);
    margin-bottom: 25px;
    padding:0px;
}
.rimaniAggiornatoFormSpaceText{
    color: white;
    width: 100%;
    float: left;
    clear: both;
    margin-left: 0px;
    font-family: 'Mulish', sans-serif;
    font-size: 1.2em;
    text-align: center;
}
#rimaniAggiornatoForm{
    width: 60%;
    float: left;
    margin-left: 20%;
    margin-right: 20%;
}
input.rimaniAggiornatoFormEmail{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(0,0,0,0.8);
    background-color: white;
    border: none;
    border-radius: 15px;
    height: 30px;
    text-align: center;
}
select#provincia{
    float: left;
    margin:0px;
    padding:0px;
    width: 150px;
    margin-left: 20%;
    margin-right: calc(20% - 75px);
    background-color: white;
    font-family: 'Mulish', sans-serif;
    text-align: center;
    color: rgba(0,0,0,0.8);
    border-radius: 15px;
    border: none;
    height: 30px;
    margin-top: 20px;
}
input.rimaniAggiornatoFormCheck{
    width: 100px;
    float: left;
}
input.rimaniAggiornatoFormButton{
    float: right;
    margin:0px;
    padding:0px;
    width: 100px;;
    margin-right: 20%;
    font-family: 'Mulish', sans-serif;
    text-align: center;
    color: white;
    border: none;
    border-radius: 15px;
    height: 30px;
    background: rgb(255,0,157);
    margin-top: 20px;
}

/**/
#risultatoAbbandoniFormId{
    position: relative;
    float: left;
    width: 100%;
    display: none;
}
p.messaggioDownloadBrochure{
    float: left;
    margin: 0;
    width: calc(100% - 50px);
    padding: 25px;
    margin-top: 25px;
    font-size: 0.8em;
    line-height: 1em;
    color: rgb(120,120,120);
    margin-bottom: 25px;
}
p.closingButtonForm{
    top: 10px;
    right: 10px;
    position: absolute;
    margin: 0;
    padding: 20px;
    width: 20px;
    height: 20px;
    font-size: 1em;
    line-height: 20px;
    text-align: center;
    color: rgb(120,120,120);
    transition: 0.2s;
    cursor: pointer;
}
p.closingButtonForm:hover{
    transition: 0,2s;
    transform: rotate(90deg);
}

a.feedbackMessage{
    font-size: 0.8em;
    padding: 10px;
    color: white;
    background: rgb(255,0,157);
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    width: 150px;
    margin-left: calc(50% - 85px);
    margin-right: calc(50% - 85px);
    float: left;
    text-decoration: none;
    margin-bottom: 25px;
    border-radius: 25px;
}

span.singleCity{
    width: calc((100% - 90px) / 6);
    background: rgb(180,180,180) !important;
    padding: 5px !important;
    float: left !important;
    border-radius: 10px !important;
    transform: none !important;
    margin-right: 2.5px;
    margin-left: 2.5px;
    color: black;
}

/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni DESKTOP */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 1024px) and (max-width: 1279px){
    #firstContent{
        padding-bottom: 58%;
    }
    #formPopUp{
        height: 400px;
    }
    #popUpContenitivoMessageSpace{
        width: 600px;
        left: calc(50% - 300px);
        right: calc(50% - 300px);
        top: 150px;
        padding-bottom: 25px;
    }
    #closingFormButton{
        right: 110px;
    }
    #popUpContenitivoImg{
        width: 160px;
        top: 158px;
        right: 150px;
    }
    #firstStep{
        width: 670px;
        height: 560px;
        left: calc(50% - 335px);
        right: calc(50% - 335px);
        top: 150px;
    }
    img.logoAuditionImg{
        width: 300px;
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        margin-top: 20px;
    }
    img.logoimg{
        width: 300px;
        filter: invert(100%);
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        margin-top: 50px;
    }
    .rightSquare p{
        width: 50%;
        padding-left: 25%;
        padding-right:25%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Arial Black', sans-serif;
        font-size: 3em;
        text-align: right;
        text-transform: uppercase;
        color: white;
    }
    h1.popUpContenitivoTitle{
        font-size: 1em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    input.button{
        margin-top: 15px;
    }
    /* gestione logo kids */
    img.logoAuditionImgkids{
        width: 300px;
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        top: 50px;
    }
    /* gestione first step kids */
      #firstStepKids {
        width: 500px;
        height: 400px;
        left: calc(50% - 250px);
        right: calc(50% - 250px);
        top: 200px;
      }
}
@media (min-width: 1280px) and (max-width: 1365px){
    #popUpContenitivoMessageSpace{
        width: 700px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        top: 240px;
        padding-bottom: 25px;
    }
    #closingFormButton{
        right: 230px;
    }
    #popUpContenitivoImg{
        width: 180px;
        top: 230px;
        right: 210px;
    }
    #firstStep{
        width: 700px;
        height: 590px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        top: 190px;
    }
    img.logoAuditionImg{
        width: 300px;
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        top: 100px;
    }
    img.logoimg{
        width: 300px;
        filter: invert(100%);
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        margin-top: 50px;
    }
    .rightSquare p{
        width: 50%;
        padding-left: 25%;
        padding-right:25%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Arial Black', sans-serif;
        font-size: 3em;
        text-align: right;
        text-transform: uppercase;
        color: white;
    }
    input.button{
        margin-top: 15px;
    }
    /* gestione logo kids */
    img.logoAuditionImgkids{
        width: 350px;
        margin-left: calc(50% - 175px);
        margin-right: calc(50% - 175px);
        top: 50px;
    }
    /* gestione first step kids */
      #firstStepKids {
        width: 600px;
        height: 500px;
        left: calc(50% - 300px);
        right: calc(50% - 300px);
        top: 250px;
      }
}
@media (min-width: 1366px) and (max-width: 1439px){
    #firstStep{
        width: 750px;
        height: 560px;
        left: calc(50% - 375px);
        right: calc(50% - 375px);
        top: 200px;
    }
    #popUpContenitivoMessageSpace{
        width: 600px;
        left: calc(50% - 300px);
        right: calc(50% - 300px);
        top: 210px;
        padding-bottom: 25px;
    }
    #popUpContenitivoImg{
        width: 190px;
        top: 325px;
        right: 300px;
    }
    input.button{
        margin-top: 15px;
    }
    #closingFormButton{
        right: 280px;
    }
    img.logoAuditionImg{
        width: 300px;
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        top: 100px;
    }
    img.logoimg{
        width: 300px;
        filter: invert(100%);
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        margin-top: 50px;
    }
    .rightSquare p{
        width: 50%;
        padding-left: 25%;
        padding-right:25%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Arial Black', sans-serif;
        font-size: 4em;
        text-align: right;
        text-transform: uppercase;
        color: white;
    }
    /* gestione logo kids */
    img.logoAuditionImgkids{
        width: 400px;
        margin-left: calc(50% - 200px);
        margin-right: calc(50% - 200px);
        top: 50px;
    }
    /* gestione first step kids */
      #firstStepKids {
        width: 600px;
        height: 500px;
        left: calc(50% - 300px);
        right: calc(50% - 300px);
        top: 300px;
      }
}
@media (min-width: 1440px) and (max-width: 1679px){
    #firstStep{
        width: 800px;
        height: 600px;
        left: calc(50% - 400px);
        right: calc(50% - 400px);
        top: 200px;
    }
    #popUpContenitivoMessageSpace{
        width: 700px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        top: 260px;
        padding-bottom: 25px;
    }
    #popUpContenitivoImg{
        width: 190px;
        top: 265px;
        right: 310px;
    }
    input.button{
        margin-top: 15px;
    }
    #closingFormButton{
        right: 280px;
    }
    img.logoAuditionImg{
        width: 300px;
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        top: 100px;
    }
    img.logoAuditionImgkids{
        width: 500px;
        margin-left: calc(50% - 250px);
        margin-right: calc(50% - 250px);
        top: 50px;
    }
    img.logoimg{
        width: 300px;
        filter: invert(100%);
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        margin-top: 50px;
    }
    .rightSquare p{
        width: 50%;
        padding-left: 25%;
        padding-right:25%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Arial Black', sans-serif;
        font-size: 4em;
        text-align: right;
        text-transform: uppercase;
        color: white;
    }
    /* gestione logo kids */
    img.logoAuditionImgkids{
        width: 500px;
        margin-left: calc(50% - 250px);
        margin-right: calc(50% - 250px);
        top: 50px;
    }
    /* gestione first step kids */
      #firstStepKids {
        width: 700px;
        height: 600px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        top: 350px;
      }
}
@media (min-width: 1680px) and (max-width: 1919px){
    #firstStep{
        width: 800px;
        height: 600px;
        left: calc(50% - 400px);
        right: calc(50% - 400px);
        top: 200px;
    }
    #firstStepKids{
        position: absolute;
        float: left;
        width: 700px;
        height: 600px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        top: 350px;
        border-radius: 50px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        z-index: 99999999999 !important;
        overflow: scroll;
        overflow-x: hidden;
        box-shadow: 0px 0px 25px rgba(0,0,0,0.9);
        background: rgba(0,0,0,0.8);

    }
    #popUpContenitivoMessageSpace{
        width: 700px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        top: 260px;
        padding-bottom: 25px;
    }
    #popUpContenitivoImg{
        width: 190px;
        top: 255px;
        right: 440px;
    }
    input.button{
        margin-top: 15px;
    }
    #closingFormButton{
        right: 430px;
    }
    img.logoAuditionImg{
        width: 300px;
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        top: 100px;
    }
    img.logoimg{
        width: 300px;
        filter: invert(100%);
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        margin-top: 50px;
    }
    .rightSquare p{
        width: 50%;
        padding-left: 25%;
        padding-right:25%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Arial Black', sans-serif;
        font-size: 4em;
        text-align: right;
        text-transform: uppercase;
        color: white;
    }
    img.logoAuditionImgkids{
        width: 500px;
        margin-left: calc(50% - 250px);
        margin-right: calc(50% - 250px);
        margin-top: 20px;
    }
    /* gestione logo kids */
    img.logoAuditionImgkids{
        width: 600px;
        margin-left: calc(50% - 300px);
        margin-right: calc(50% - 300px);
        top: 50px;
    }
    /* gestione first step kids */
      #firstStepKids {
        width: 700px;
        height: 700px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        top: 400px;
      }
}
@media (min-width: 1920px) and (max-width: 2559px){
    /* gestione logo kids */
    img.logoAuditionImgkids{
        width: 600px;
        margin-left: calc(50% - 300px);
        margin-right: calc(50% - 300px);
        top: 50px;
    }
    /* gestione first step kids */
      #firstStepKids {
        width: 700px;
        height: 700px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        top: 400px;
      }
}
@media (min-width: 2559px) and (max-width: 3839px){
}
@media (min-width: 3840px) and (max-width: 5120px){
}


/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni MOBILE  */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 279px) and (max-width: 319px) {
}
@media (min-width: 320px) and (max-width: 359px) {
    #firstContent{
        float: left;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
        padding-bottom: 230%;
        background-image: url('/myFile/img/apply/bk_iniziale.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        overflow-x: hidden;
    }
    #zonaSelezione p{
        color: white;
        text-align: center;
        letter-spacing: 3px;
        font-family: 'Mulish', sans-serif;
        font-size:1em;
    }
    #firstStep{
        position: absolute;
        float: left;
        width: 280px;
        height: 680px;
        left: calc(50% - 140px);
        right: calc(50% - 140px);
        top: 100px;
        border-radius: 50px;  
    }
    #formPopUp{
        position: absolute;
        float: left;
        width: 280px;
        height: 400px;
        left: calc(50% - 140px);
        right: calc(50% - 140px);
        top: 100px;
        border-radius: 50px;
    }
    #closingFormButton{
        position:absolute;
        top: 50px;
        right: 30px;
        color: white;
        border-radius: 50px;
        padding: 5px;
        font-size: 2em;
        text-align: center;
        cursor:pointer;
    }
    img.logoAuditionImg{
        width: 200px;
        margin-left: calc(50% - 100px);
        margin-right: calc(50% - 100px);
        margin-top: 15px;
    }
    img.logoimg{
        width: 150px;
        filter: invert(100%);
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 30px;
    }
    h1.formTitle{
        position: absolute;
        width: 700px;
        height: 70px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        margin-bottom: 25px;
        top: 70px;
        z-index: 99999999999 !important;
        color: white;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        text-transform: uppercase;
    }
    strong.caratteristicheText{
        font-size: 1.5em;
        text-transform: uppercase;
    }
    /* seconda proposta form */
    #secondContent{
        width: 90%;
        background: white;
        margin: 0px;
        margin-left:5%;
        margin-right:5%;
        padding: 0px;
        float: left;
    }
    h1.contentTitle{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        margin-top: 50px;
        font-family: 'Arial Black', sans-serif;
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
    }
    /* approfondimenti */
    #thirdContent{
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        height: auto;
        /*
        background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
        padding-bottom: 50%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
        */
    }
    .leftSquare{
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: table;
        background: rgb(255,0,157);
        min-height: 200px;
        float: left;
        left:0px;
    }
    .leftSquare p{
        width: 80%;
        padding-left: 10%;
        padding-right:10%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Mulish', sans-serif;
        color: white;
        font-size: 1.2em;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .rightSquare{
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: table;
        background: rgb(255,0,157);
        min-height: 200px;
        float: left;
        left:0px;
    }
    .rightSquare p{
        width: 50%;
        padding-left: 25%;
        padding-right:25%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Arial Black', sans-serif;
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #viso{
        background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #brand{
        background-image: url('/myFile/img/apply/bk_brand.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .contentText{
        width: 30%;
        margin: 0px;
        padding: 0px;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 75px;
        text-align: center;
        font-size: 1.2em;
        font-family: 'Mulish', sans-serif;
        color: black;
        line-height: 1em;
    }
    .centralContent{
        width: 100%;
        padding-right: 0%;
        padding-left:0%;
        background: black;
        display: table;
        float: left;
        min-height: 450px;
        position: relative;
    }
    .centralContent p{
        display: table-cell;
        vertical-align: middle;
        width:100%;
        font-family: 'Arial Black', sans-serif;
        font-size: 2em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        margin-top:50px;
        position: absolute;
    }
    #decoration{
        position: absolute;
        width:200px;
        left: calc(50% - 100px);
        right: calc(50% - 100px);
        min-height: 30px;
        background: rgb(255,0,157);
        margin-top: 95px;
    }
    img.walkOfFameImg{
        display: none;
    }
    #fourthContent p{
        width: 80%;
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
        padding:0px;
        color: white;
        font-size: 1em;
        font-family: 'Mulish', sans-serif;
        line-height: 1.2em;
        text-align: center;
        text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    }
    #footer{
        position: relative;
        float: left;
        background: black;
        width: 100%;
        margin:0px;
        padding:0px;
    }
    .footerTextFirst{
        color: white;
        font-size: 1em;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        margin-top: 50px;
        padding: 20px;
    }
    .footerTextSecond{
        width: 100%;
        color: rgba(0,0,0,0.7);
        font-size: 0.8em;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        padding-top: 25px;
        padding-bottom: 25px;
        background: white;
        margin:0px;
    }
    /* pop up contenitivo*/
    #popUpContenitivoMessageSpace {
        position: fixed;
        width: 300px;
        height: auto;
        padding-bottom: 25px;
        left: calc(50% - 150px);
        right: calc(50% - 150px);
        top: 120px;
        font-size: 0.8em;
    }
    .popUpContenitivoTitle{
        text-transform: uppercase;
        font-size: 1em;
        margin-top: 10px;
        margin-bottom: 10px;
        text-decoration: underline;
    }
    #popUpContenitivoImg {
        position: fixed;
        width: 100px;
        height: auto;;
        top: 400px;
        right: 220px;
    }
    /*popup contenitivo*/
    #popUpContenitivo{
        position: fixed;
        display: none;
        width: 100%;
        min-height: 100%;
        max-width: 100%;
        background: rgba(0,0,0,0.9);
        top:0px;
        left:0px;
    }
    form{
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.name{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(40% - 22px);
        margin-left: 5%;
        margin-right:5%;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.surname{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(40% - 22px);
        margin-left: 5%;
        margin-right:5%;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.email{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(90% - 22px);
        margin-left: 5%;
        margin-right:5%;
        margin-top: 10px;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.button{
        width: 150px;
        color: white;
        float: left;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 20px;
        border: 1px solid black;
        background: rgb(255,0,157);
        height: 30px;
        padding-top: 5px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
        text-transform: uppercase;
        border-radius: 15px;
    }
    #closeButtonPopUpContenitivo {
        top: 100px;
        left: 10px;
    }
    input.rimaniAggiornatoFormEmail{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    select#provincia{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    input.rimaniAggiornatoFormButton{
        width: 100;;
        margin-left: 0%;
        margin-right: 0%;
    }
}
@media (min-width: 360px) and (max-width: 410px) {
    #firstContent{
        float: left;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
        padding-bottom: 200%;
        background-image: url('/myFile/img/apply/bk_iniziale.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        overflow-x: hidden;
    }
    #zonaSelezione p{
        color: white;
        text-align: center;
        letter-spacing: 3px;
        font-family: 'Mulish', sans-serif;
        font-size:1em;
    }
    #firstStep{
        position: absolute;
        float: left;
        width: 320px;
        height: 680px;
        left: calc(50% - 160px);
        right: calc(50% - 160px);
        top: 100px;
        border-radius: 50px;  
    }
    #formPopUp{
        position: absolute;
        float: left;
        width: 280px;
        height: 400px;
        left: calc(50% - 140px);
        right: calc(50% - 140px);
        top: 100px;
        border-radius: 50px;
    }
    #closingFormButton{
        position:absolute;
        top: 50px;
        right: 30px;
        color: white;
        border-radius: 50px;
        padding: 5px;
        font-size: 2em;
        text-align: center;
        cursor:pointer;
    }
    img.logoAuditionImg{
        width: 200px;
        margin-left: calc(50% - 100px);
        margin-right: calc(50% - 100px);
        margin-top: 15px;
    }
    img.logoimg{
        width: 150px;
        filter: invert(100%);
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 30px;
    }
    h1.formTitle{
        position: absolute;
        width: 700px;
        height: 70px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        margin-bottom: 25px;
        top: 70px;
        z-index: 99999999999 !important;
        color: white;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        text-transform: uppercase;
    }
    strong.caratteristicheText{
        font-size: 1.5em;
        text-transform: uppercase;
    }
    /* seconda proposta form */
    #secondContent{
        width: 90%;
        background: white;
        margin: 0px;
        margin-left:5%;
        margin-right:5%;
        padding: 0px;
        float: left;
    }
    h1.contentTitle{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        margin-top: 50px;
        font-family: 'Arial Black', sans-serif;
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
    }
    /* approfondimenti */
    #thirdContent{
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        height: auto;
        /*
        background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
        padding-bottom: 50%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
        */
    }
    .leftSquare{
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: table;
        background: rgb(255,0,157);
        min-height: 200px;
        float: left;
        left:0px;
    }
    .leftSquare p{
        width: 80%;
        padding-left: 10%;
        padding-right:10%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Mulish', sans-serif;
        color: white;
        font-size: 1.2em;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .rightSquare{
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: table;
        background: rgb(255,0,157);
        min-height: 200px;
        float: left;
        left:0px;
    }
    .rightSquare p{
        width: 50%;
        padding-left: 25%;
        padding-right:25%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Arial Black', sans-serif;
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #viso{
        background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #brand{
        background-image: url('/myFile/img/apply/bk_brand.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .contentText{
        width: 30%;
        margin: 0px;
        padding: 0px;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 75px;
        text-align: center;
        font-size: 1.2em;
        font-family: 'Mulish', sans-serif;
        color: black;
        line-height: 1em;
    }
    .centralContent{
        width: 100%;
        padding-right: 0%;
        padding-left:0%;
        background: black;
        display: table;
        float: left;
        min-height: 450px;
        position: relative;
    }
    .centralContent p{
        display: table-cell;
        vertical-align: middle;
        width:100%;
        font-family: 'Arial Black', sans-serif;
        font-size: 2em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        margin-top:50px;
        position: absolute;
    }
    #decoration{
        position: absolute;
        width:200px;
        left: calc(50% - 100px);
        right: calc(50% - 100px);
        min-height: 30px;
        background: rgb(255,0,157);
        margin-top: 95px;
    }
    img.walkOfFameImg{
        display: none;
    }
    #fourthContent p{
        width: 80%;
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
        padding:0px;
        color: white;
        font-size: 1em;
        font-family: 'Mulish', sans-serif;
        line-height: 1.2em;
        text-align: center;
        text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    }
    #footer{
        position: relative;
        float: left;
        background: black;
        width: 100%;
        margin:0px;
        padding:0px;
    }
    .footerTextFirst{
        color: white;
        font-size: 1em;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        margin-top: 50px;
        padding: 20px;
    }
    .footerTextSecond{
        width: 100%;
        color: rgba(0,0,0,0.7);
        font-size: 0.8em;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        padding-top: 25px;
        padding-bottom: 25px;
        background: white;
        margin:0px;
    }
    /* pop up contenitivo*/
    #popUpContenitivoMessageSpace {
        position: fixed;
        width: 300px;
        height: auto;
        padding-bottom: 25px;
        left: calc(50% - 150px);
        right: calc(50% - 150px);
        top: 120px;
        font-size: 0.8em;
    }
    .popUpContenitivoTitle{
        text-transform: uppercase;
        font-size: 1em;
        margin-top: 10px;
        margin-bottom: 10px;
        text-decoration: underline;
    }
    #popUpContenitivoImg {
        position: fixed;
        width: 100px;
        height: auto;;
        top: 380px;
        right: 270px;
    }
    /*popup contenitivo*/
    #popUpContenitivo{
        position: fixed;
        display: none;
        width: 100%;
        min-height: 100%;
        max-width: 100%;
        background: rgba(0,0,0,0.9);
        top:0px;
        left:0px;
    }
    form{
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.name{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(40% - 22px);
        margin-left: 5%;
        margin-right:5%;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.surname{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(40% - 22px);
        margin-left: 5%;
        margin-right:5%;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.email{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(90% - 22px);
        margin-left: 5%;
        margin-right:5%;
        margin-top: 10px;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.button{
        width: 150px;
        color: white;
        float: left;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 20px;
        border: 1px solid black;
        background: rgb(255,0,157);
        height: 30px;
        padding-top: 5px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
        text-transform: uppercase;
        border-radius: 15px;
    }
    #closeButtonPopUpContenitivo {
        top: 100px;
        left: 10px;
    }
    input.rimaniAggiornatoFormEmail{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    select#provincia{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    input.rimaniAggiornatoFormButton{
        width: 100;;
        margin-left: 0%;
        margin-right: 0%;
    }
}
@media (min-width: 411px) and (max-width: 567px) {
    #firstContent{
        float: left;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
        padding-bottom: 180%;
        background-image: url('/myFile/img/apply/bk_iniziale.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        overflow-x: hidden;
    }
    #zonaSelezione p{
        color: white;
        text-align: center;
        letter-spacing: 3px;
        font-family: 'Mulish', sans-serif;
        font-size:1em;
    }
    #firstStep{
        position: absolute;
        float: left;
        width: 380px;
        height: 600px;
        left: calc(50% - 190px);
        right: calc(50% - 190px);
        top: 170px;
        border-radius: 50px;  
    }
    #formPopUp{
        position: absolute;
        float: left;
        width: 380px;
        height: 550px;
        left: calc(50% - 190px);
        right: calc(50% - 190px);
        top: 100px;
        border-radius: 50px;
    }
    #closingFormButton{
        position:absolute;
        top: 50px;
        right: 30px;
        color: white;
        border-radius: 50px;
        padding: 5px;
        font-size: 2em;
        text-align: center;
        cursor:pointer;
    }
    img.logoAuditionImg{
        width: 300px;
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        margin-top: 15px;
    }
    img.logoimg{
        width: 150px;
        filter: invert(100%);
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 30px;
    }
    h1.formTitle{
        position: absolute;
        width: 700px;
        height: 70px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        margin-bottom: 25px;
        top: 70px;
        z-index: 99999999999 !important;
        color: white;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        text-transform: uppercase;
    }
    strong.caratteristicheText{
        font-size: 1.5em;
        text-transform: uppercase;
    }
    /* seconda proposta form */
    #secondContent{
        width: 90%;
        background: white;
        margin: 0px;
        margin-left:5%;
        margin-right:5%;
        padding: 0px;
        float: left;
    }
    h1.contentTitle{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        margin-top: 50px;
        font-family: 'Arial Black', sans-serif;
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
    }
    /* approfondimenti */
    #thirdContent{
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        height: auto;
        /*
        background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
        padding-bottom: 50%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
        */
    }
    .leftSquare{
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: table;
        background: rgb(255,0,157);
        min-height: 200px;
        float: left;
        left:0px;
    }
    .leftSquare p{
        width: 80%;
        padding-left: 10%;
        padding-right:10%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Mulish', sans-serif;
        color: white;
        font-size: 1.2em;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .rightSquare{
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: table;
        background: rgb(255,0,157);
        min-height: 200px;
        float: left;
        left:0px;
    }
    .rightSquare p{
        width: 50%;
        padding-left: 25%;
        padding-right:25%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Arial Black', sans-serif;
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #viso{
        background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #brand{
        background-image: url('/myFile/img/apply/bk_brand.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .contentText{
        width: 30%;
        margin: 0px;
        padding: 0px;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 75px;
        text-align: center;
        font-size: 1.2em;
        font-family: 'Mulish', sans-serif;
        color: black;
        line-height: 1em;
    }
    .centralContent{
        width: 100%;
        padding-right: 0%;
        padding-left:0%;
        background: black;
        display: table;
        float: left;
        min-height: 450px;
        position: relative;
    }
    .centralContent p{
        display: table-cell;
        vertical-align: middle;
        width:100%;
        font-family: 'Arial Black', sans-serif;
        font-size: 2em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        margin-top:50px;
        position: absolute;
    }
    #decoration{
        position: absolute;
        width:200px;
        left: calc(50% - 100px);
        right: calc(50% - 100px);
        min-height: 30px;
        background: rgb(255,0,157);
        margin-top: 95px;
    }
    img.walkOfFameImg{
        display: none;
    }
    #fourthContent p{
        width: 80%;
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
        padding:0px;
        color: white;
        font-size: 1em;
        font-family: 'Mulish', sans-serif;
        line-height: 1.2em;
        text-align: center;
        text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    }
    #footer{
        position: relative;
        float: left;
        background: black;
        width: 100%;
        margin:0px;
        padding:0px;
    }
    .footerTextFirst{
        color: white;
        font-size: 1em;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        margin-top: 50px;
        padding: 20px;
    }
    .footerTextSecond{
        width: 100%;
        color: rgba(0,0,0,0.7);
        font-size: 0.8em;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        padding-top: 25px;
        padding-bottom: 25px;
        background: white;
        margin:0px;
    }
    /* pop up contenitivo */
    #popUpContenitivoMessageSpace {
        position: fixed;
        width: 300px;
        height: auto;
        padding-bottom: 25px;
        left: calc(50% - 150px);
        right: calc(50% - 150px);
        top: 200px;
        font-size: 1em;
    }
    .popUpContenitivoTitle{
        text-transform: uppercase;
        font-size: 1.2em;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #popUpContenitivoImg {
        position: fixed;
        width: 100px;
        height: auto;
        top: 600px;
        right: 310px;
    }
    /*popup contenitivo*/
    #popUpContenitivo{
        position: fixed;
        display: none;
        width: 100%;
        min-height: 100%;
        max-width: 100%;
        background: rgba(0,0,0,0.9);
        top:0px;
        left:0px;
    }
    form{
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.name{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(40% - 24px);
        margin-left: 5%;
        margin-right:5%;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.surname{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(40% - 24px);
        margin-left: 5%;
        margin-right:5%;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.email{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(90% - 22px);
        margin-left: 5%;
        margin-right:5%;
        margin-top: 25px;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.button{
        width: 150px;
        color: white;
        float: left;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 20px;
        border: 1px solid black;
        background: rgb(255,0,157);
        height: 30px;
        padding-top: 5px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
        text-transform: uppercase;
        border-radius: 15px;
    }
    #closeButtonPopUpContenitivo {
        top: 180px;
        left: 40px;
    }
    input.rimaniAggiornatoFormEmail{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    select#provincia{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    input.rimaniAggiornatoFormButton{
        width: 100;;
        margin-left: 0%;
        margin-right: 0%;
    }
}
@media (min-width: 568px) and (max-width: 666px) {
    #firstContent{
        float: left;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
        padding-bottom: 150%;
        background-image: url('/myFile/img/apply/bk_iniziale.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        overflow-x: hidden;
    }
    #zonaSelezione p{
        color: white;
        text-align: center;
        letter-spacing: 3px;
        font-family: 'Mulish', sans-serif;
        font-size:1em;
    }
    #firstStep{
        position: absolute;
        float: left;
        width: 500px;
        height: 650px;
        left: calc(50% - 250px);
        right: calc(50% - 250px);
        top: 220px;
        border-radius: 50px;  
    }
    #formPopUp{
        position: absolute;
        float: left;
        width: 500px;
        height: 650px;
        left: calc(50% - 250px);
        right: calc(50% - 250px);
        top: 150px;
        border-radius: 50px;
    }
    #closingFormButton{
        position:absolute;
        top: 50px;
        right: 30px;
        color: white;
        border-radius: 50px;
        padding: 5px;
        font-size: 2em;
        text-align: center;
        cursor:pointer;
    }
    img.logoAuditionImg{
        width: 300px;
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        margin-top: 50px;
    }
    img.logoimg{
        width: 150px;
        filter: invert(100%);
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 30px;
    }
    h1.formTitle{
        position: absolute;
        width: 700px;
        height: 70px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        margin-bottom: 25px;
        top: 70px;
        z-index: 99999999999 !important;
        color: white;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        text-transform: uppercase;
    }
    strong.caratteristicheText{
        font-size: 1.5em;
        text-transform: uppercase;
    }
    /* seconda proposta form */
    #secondContent{
        width: 90%;
        background: white;
        margin: 0px;
        margin-left:5%;
        margin-right:5%;
        padding: 0px;
        float: left;
    }
    h1.contentTitle{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        margin-top: 50px;
        font-family: 'Arial Black', sans-serif;
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
    }
    /* approfondimenti */
    #thirdContent{
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        height: auto;
        /*
        background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
        padding-bottom: 50%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
        */
    }
    .leftSquare{
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: table;
        background: rgb(255,0,157);
        min-height: 200px;
        float: left;
        left:0px;
    }
    .leftSquare p{
        width: 80%;
        padding-left: 10%;
        padding-right:10%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Mulish', sans-serif;
        color: white;
        font-size: 1.2em;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .rightSquare{
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: table;
        background: rgb(255,0,157);
        min-height: 200px;
        float: left;
        left:0px;
    }
    .rightSquare p{
        width: 50%;
        padding-left: 25%;
        padding-right:25%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Arial Black', sans-serif;
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #viso{
        background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #brand{
        background-image: url('/myFile/img/apply/bk_brand.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .contentText{
        width: 30%;
        margin: 0px;
        padding: 0px;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 75px;
        text-align: center;
        font-size: 1.2em;
        font-family: 'Mulish', sans-serif;
        color: black;
        line-height: 1em;
    }
    .centralContent{
        width: 100%;
        padding-right: 0%;
        padding-left:0%;
        background: black;
        display: table;
        float: left;
        min-height: 450px;
        position: relative;
    }
    .centralContent p{
        display: table-cell;
        vertical-align: middle;
        width:100%;
        font-family: 'Arial Black', sans-serif;
        font-size: 2em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        margin-top:50px;
        position: absolute;
    }
    #decoration{
        position: absolute;
        width:200px;
        left: calc(50% - 100px);
        right: calc(50% - 100px);
        min-height: 30px;
        background: rgb(255,0,157);
        margin-top: 95px;
    }
    img.walkOfFameImg{
        display: none;
    }
    #fourthContent p{
        width: 80%;
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
        padding:0px;
        color: white;
        font-size: 1em;
        font-family: 'Mulish', sans-serif;
        line-height: 1.2em;
        text-align: center;
        text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    }
    #footer{
        position: relative;
        float: left;
        background: black;
        width: 100%;
        margin:0px;
        padding:0px;
    }
    .footerTextFirst{
        color: white;
        font-size: 1em;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        margin-top: 50px;
        padding: 20px;
    }
    .footerTextSecond{
        width: 100%;
        color: rgba(0,0,0,0.7);
        font-size: 0.8em;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        padding-top: 25px;
        padding-bottom: 25px;
        background: white;
        margin:0px;
    }
    /* pop up contenitivo */
    #popUpContenitivoMessageSpace {
        position: fixed;
        width: 450px;
        height: auto;
        padding-bottom: 25px;
        left: calc(50% - 225px);
        right: calc(50% - 225px);
        top: 350px;
        font-size: 1em;
    }
    .popUpContenitivoTitle{
        text-transform: uppercase;
        font-size: 1.2em;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #popUpContenitivoImg {
        position: fixed;
        width: 100px;
        height: auto;
        top: 300px;
        right: 25px;
    }
    /*popup contenitivo*/
    #popUpContenitivo{
        position: fixed;
        display: none;
        width: 100%;
        min-height: 100%;
        max-width: 100%;
        background: rgba(0,0,0,0.9);
        top:0px;
        left:0px;
    }
    form{
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.name{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(40% - 22px);
        margin-left: 5%;
        margin-right:5%;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.surname{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(40% - 24px);
        margin-left: 5%;
        margin-right:5%;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.email{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(90% - 24px);
        margin-left: 5%;
        margin-right:5%;
        margin-top: 25px;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.button{
        width: 150px;
        color: white;
        float: left;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 20px;
        border: 1px solid black;
        background: rgb(255,0,157);
        height: 30px;
        padding-top: 5px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
        text-transform: uppercase;
        border-radius: 15px;
    }
    #closeButtonPopUpContenitivo {
        top: 330px;
        left: 60px;
    }
    input.rimaniAggiornatoFormEmail{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    select#provincia{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    input.rimaniAggiornatoFormButton{
        width: 100;;
        margin-left: 0%;
        margin-right: 0%;
    }
}
@media (min-width: 666px) and (max-width: 730px) {
    #firstContent{
        float: left;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
        padding-bottom: 150%;
        background-image: url('/myFile/img/apply/bk_iniziale.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        overflow-x: hidden;
    }
    #zonaSelezione p{
        color: white;
        text-align: center;
        letter-spacing: 3px;
        font-family: 'Mulish', sans-serif;
        font-size:1em;
    }
    #firstStep{
        position: absolute;
        float: left;
        width: 380px;
        height: 550px;
        left: calc(50% - 190px);
        right: calc(50% - 190px);
        top: 100px;
        border-radius: 50px;  
    }
    #formPopUp{
        position: absolute;
        float: left;
        width: 380px;
        height: 550px;
        left: calc(50% - 190px);
        right: calc(50% - 190px);
        top: 100px;
        border-radius: 50px;
    }
    #closingFormButton{
        position:absolute;
        top: 50px;
        right: 30px;
        color: white;
        border-radius: 50px;
        padding: 5px;
        font-size: 2em;
        text-align: center;
        cursor:pointer;
    }
    img.logoAuditionImg{
        width: 200px;
        margin-left: calc(50% - 100px);
        margin-right: calc(50% - 100px);
        margin-top: 15px;
    }
    img.logoimg{
        width: 150px;
        filter: invert(100%);
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 30px;
    }
    h1.formTitle{
        position: absolute;
        width: 700px;
        height: 70px;
        left: calc(50% - 350px);
        right: calc(50% - 350px);
        margin-bottom: 25px;
        top: 70px;
        z-index: 99999999999 !important;
        color: white;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        text-transform: uppercase;
    }
    strong.caratteristicheText{
        font-size: 1.5em;
        text-transform: uppercase;
    }
    /* seconda proposta form */
    #secondContent{
        width: 90%;
        background: white;
        margin: 0px;
        margin-left:5%;
        margin-right:5%;
        padding: 0px;
        float: left;
    }
    h1.contentTitle{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        margin-top: 50px;
        font-family: 'Arial Black', sans-serif;
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
    }
    /* approfondimenti */
    #thirdContent{
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        height: auto;
        /*
        background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
        padding-bottom: 50%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
        */
    }
    .leftSquare{
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: table;
        background: rgb(255,0,157);
        min-height: 200px;
        float: left;
        left:0px;
    }
    .leftSquare p{
        width: 80%;
        padding-left: 10%;
        padding-right:10%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Mulish', sans-serif;
        color: white;
        font-size: 1.2em;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .rightSquare{
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: table;
        background: rgb(255,0,157);
        min-height: 200px;
        float: left;
        left:0px;
    }
    .rightSquare p{
        width: 50%;
        padding-left: 25%;
        padding-right:25%;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Arial Black', sans-serif;
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #viso{
        background-image: url('/myFile/img/apply/bk_nuoviVolti.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #brand{
        background-image: url('/myFile/img/apply/bk_brand.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .contentText{
        width: 30%;
        margin: 0px;
        padding: 0px;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 75px;
        text-align: center;
        font-size: 1.2em;
        font-family: 'Mulish', sans-serif;
        color: black;
        line-height: 1em;
    }
    .centralContent{
        width: 100%;
        padding-right: 0%;
        padding-left:0%;
        background: black;
        display: table;
        float: left;
        min-height: 450px;
        position: relative;
    }
    .centralContent p{
        display: table-cell;
        vertical-align: middle;
        width:100%;
        font-family: 'Arial Black', sans-serif;
        font-size: 2em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        margin-top:50px;
        position: absolute;
    }
    #decoration{
        position: absolute;
        width:200px;
        left: calc(50% - 100px);
        right: calc(50% - 100px);
        min-height: 30px;
        background: rgb(255,0,157);
        margin-top: 95px;
    }
    img.walkOfFameImg{
        display: none;
    }
    #fourthContent p{
        width: 80%;
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
        padding:0px;
        color: white;
        font-size: 1em;
        font-family: 'Mulish', sans-serif;
        line-height: 1.2em;
        text-align: center;
        text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    }
    #footer{
        position: relative;
        float: left;
        background: black;
        width: 100%;
        margin:0px;
        padding:0px;
    }
    .footerTextFirst{
        color: white;
        font-size: 1em;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        margin-top: 50px;
        padding: 20px;
    }
    .footerTextSecond{
        width: 100%;
        color: rgba(0,0,0,0.7);
        font-size: 0.8em;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        padding-top: 25px;
        padding-bottom: 25px;
        background: white;
        margin:0px;
    }
    /* pop up contenitivo */
    #popUpContenitivoMessageSpace {
        position: fixed;
        width: 450px;
        height: auto;
        padding-bottom: 25px;
        left: calc(50% - 225px);
        right: calc(50% - 225px);
        top: 350px;
        font-size: 1em;
    }
    .popUpContenitivoTitle{
        text-transform: uppercase;
        font-size: 1.2em;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #popUpContenitivoImg {
        position: fixed;
        width: 100px;
        height: auto;
        top: 300px;
        right: 25px;
    }
    /*popup contenitivo*/
    #popUpContenitivo{
        position: fixed;
        display: none;
        width: 100%;
        min-height: 100%;
        max-width: 100%;
        background: rgba(0,0,0,0.9);
        top:0px;
        left:0px;
    }
    form{
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.name{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(40% - 22px);
        margin-left: 5%;
        margin-right:5%;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.surname{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(40% - 22px);
        margin-left: 5%;
        margin-right:5%;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.email{
        float:left;
        background: rgba(0,0,0,0.8);
        border: 1px solid white;
        width: calc(90% - 22px);
        margin-left: 5%;
        margin-right:5%;
        margin-top: 25px;
        height: 15px;
        color: white;
        padding: 10px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
    }
    input.button{
        width: 150px;
        color: white;
        float: left;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-top: 20px;
        border: 1px solid black;
        background: rgb(255,0,157);
        height: 30px;
        padding-top: 5px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
        text-transform: uppercase;
        border-radius: 15px;
    }
    #closeButtonPopUpContenitivo {
        top: 330px;
        left: 60px;
    }
    input.rimaniAggiornatoFormEmail{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    select#provincia{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    input.rimaniAggiornatoFormButton{
        width: 100;;
        margin-left: 0%;
        margin-right: 0%;
    }
}
@media (min-width: 730px) and (max-width: 823px) {
    #firstContent{
        float: left;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
        padding-bottom: 110%;
        background-image: url('/myFile/img/apply/bk_iniziale.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        overflow-x: hidden;
    }
    #firstStep{
        position: absolute;
        float: left;
        width: 600px;
        height: 750px;
        left: calc(50% - 300px);
        right: calc(50% - 300px);
        top: 230px;
        border-radius: 50px;  
    }
}

/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni MOBILE  */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 279px) and (max-width: 823px) {

    input.name, input.surname {
        width: calc(90% - 22px);
    }

    #popUpContenitivoImg{
        display: none;
    }
    
    span.singleCity {
        width: calc((100% - 30px) / 2);
        background: rgb(180,180,180) !important;
        padding: 5px !important;
        float: left !important;
        border-radius: 10px !important;
        transform: none !important;
        margin-right: 2.5px;
        margin-left: 2.5px;
        color: black;
        margin-bottom: 5px;
    }
    
    #formPopUp {
        position: absolute;
        float: left;
        width: calc(100vw - 40px);
        height: calc(100vh - 240px);
        left: 10px;
        right: 10px;
        padding: 10px;
        top: 100px;
        border-radius: 15px;
    }

    #closeButtonPopUpContenitivo {
        top: 10px;
        left: 10px;
    }

    #popUpContenitivoMessageSpace {
        position: fixed;
        width: calc(100vw - 40px);
        height: calc(100vh - 250px);
        left: 10px;
        right: 10px;
        padding: 10px;
        top: 100px;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 1em;
    }

    .popUpContenitivoTitle {
        text-transform: uppercase;
        font-size: 2em;
        margin-top: 10px;
        margin-bottom: 10px;
        text-decoration: underline;
    }
    
}

