body{
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
    margin: 2px;
}

#formEvento{
    display: none;
    padding: 0;
}

.eventName{
    margin: 2% 0;
    font-size: 45px;
    color: #5db149;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
}

#formElements {
    padding: 0;
    margin: 2% 0;
    display: none;
}
#servizi_installatore, #servizi_professionista{
    display: none;
}
#formElements > .row{
    padding: 1% 0;
}

#registrazione {
    display: block;
    padding: 10px 20px;
    background-color: #fd2;
    border-radius: 50px;
    border-color: #ec1;
    border-width: 1px;
    color: #333;
    font-size: 20px;
}

.btn-registrazione{
    display: block;
    padding: 10px 20px;
    background-color: #fd2;
    border-radius: 50px;
    border-color: #ec1;
    border-width: 1px;
    color: #333;
    font-size: 27px;
    width: 60%;
}

#partnerSoluzioniGreen{
    width: 560px;
    height: 315px;
}

#immobilgreenOrizz{
    margin-top: -60px;
}

#immobilgreenOrizz img{
    width: 50%;
}

@media (max-width: 768px){
    .btn-registrazione{
        width: 100%;
        font-size: 0.60em;
    }

    #partnerSoluzioniGreen{
        width: 280px;
        height: 157.5px;
    }

    #immobilgreenOrizz{
        margin-top: -40px;
    }

    #immobilgreenOrizz img{
        width: 70%!important;
    }
}

#registrazione:hover {
    transform: scale(1.05);
}

.btn-registrazione:hover, .btn-registrazione:focus, .btn-registrazione:active {
    transform: scale(1.05);
    background-color: #fd2;
    color: #333;
    border-color: #fd2;
}

.font-weight-normal {
    font-weight: normal;
}

.form-check-input {
    transform: scale(1.20);
}

small{
    font-weight: normal;
}

hr.hr-event {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(150, 150, 150, 0), rgba(150, 150, 150, 0.75), rgba(150, 150, 150, 0));
    margin-top: 10px;
}

.box-intestazione{
    margin:0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btnEvento{
    cursor: pointer;
    height: 100px;
    width:20%;
    background-color: #F82 ;
    color: white;
}
.btnEvento:hover{
  transform: scale(1.2);
}
.formEvento{
    padding:0 2%;
    margin: 20px 0;
}
#countDownDiv {
    width: 100%;
}
.divPersonaggi {
    margin: 10px;
}
@media only screen and (min-width: 768px) {
    #countDownDiv {
        width: 80%;
    }

    #turns > div {
        padding-left: 150px;
    }

    .divPersonaggi {
        margin: 40px;
    }

}
@media (min-width: 320px) and (max-width: 767px) {
    .divPersonaggi > img{
        float: none !important;
        margin: auto;
    }
}

@charset "UTF-8";
/* TASTI SCELTA PROFILO */
.divEvento {
    margin: 1% 0;
}
.divProfilo, .divEvento {
    text-align: center;
}
.divProfilo h1, .divEvento h1 {
    color: #fff;
}
.divProfilo input[type=radio], .divEvento input[type=radio] {
    display: none;
}
.divProfilo input[type=radio]:checked + .box {
    background-color: #5db149;
}
.divEvento input[type=radio]:checked + .box {
    background-color: #f82;
}
.divProfilo input[type=radio]:checked + .box span, .divEvento input[type=radio]:checked + .box h2, .divEvento input[type=radio]:checked + .box h4, .divEvento input[type=radio]:checked + .box small {
    color: white;
    transform: translateY(70px);
}
.divProfilo input[type=radio]:checked + .box span:before, .divEvento input[type=radio]:checked + .box h2, .divEvento input[type=radio]:checked + .box h4, .divEvento input[type=radio]:checked + .box small {
    transform: translateY(0px);
    opacity: 1;
}
.divProfilo .box {
    padding: 20px ;
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.divEvento .box {
    padding: 25px ;
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-shadow: 2px 5px 13px #cccccc;
}
.divProfilo > div > label, .divEvento > div > label  {
    width: 100%;
}
.divProfilo .box:active, .divEvento .box:active {
    transform: translateY(10px);
}
.divProfilo .box span, .divEvento .box span {
    transform: translate(0, 60px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 1.5em;
    user-select: none;
    color: #5db149;
}
.divProfilo .box span:before, .divEvento .box span:before {
    font-size: 1.2em;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}
.divProfilo > div > label > .front-end, .divProfilo > div > label > .back-end{
    border: 1px solid #5db149;
    border-radius: 5px;
    width: 100%;
}
.divEvento > div> label >.front-end, .divEvento > div > label > .back-end{
    border: 1px solid #f82;
    width: 100%;
}
.divProfilo p, .divEvento p {
    color: #fff;
    font-weight: 400;
}
.divProfilo p a, .divEvento p a {
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}
.green-bg{
    background-image: url("/img/green-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}
