.bannerChristmas {
    background-image: url("/source/banner-christmas.gif");
    background-position: center top;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    display: block;
    height: 60px;
    position: fixed;
    width: 1034px;
    z-index: 1000;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0px -2px 6px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow:    0px -2px 6px 0px rgba(50, 50, 50, 0.50);
    box-shadow:         0px -2px 6px 0px rgba(50, 50, 50, 0.50);
}

.textChristmas, .textChristmas .posChristmas a {
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}

.posChristmas a:hover {
    text-decoration: underline;
}

.posChristmas {
    position: relative;
    width: 1034px;
    height: 60px;
    margin: 0 auto;
    text-indent: 230px;
}

.boxClose {
    background-image: url("/source/close.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    z-index: 1010;
    cursor: pointer;
}

.ptSans {
    font-family: 'PT Sans', sans-serif;
}

.fontAmatic {
    font-family: 'Amatica SC', sans-serif;    
}


#visForm {
    height: 80px;
    width: 955px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 90px;
}

#inpTxt, #email_min {
    width: 480px;
    height: 60px;
    border: 0px;
    font-size: 18px;
    text-indent: 18px;
    color: #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 6px 7px 0px rgba(50, 50, 50, 0.64);
    -moz-box-shadow:    2px 6px 7px 0px rgba(50, 50, 50, 0.64);
    box-shadow:         2px 6px 7px 0px rgba(50, 50, 50, 0.64);    
}

#btnInvia, #button_email_min {
    border: 0px;
    width: 175px;
    height: 60px;
    color: #FFFFFF;
    font-size: 19px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #DF2936;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 6px 7px 0px rgba(50, 50, 50, 0.64);
    -moz-box-shadow:    2px 6px 7px 0px rgba(50, 50, 50, 0.64);
    box-shadow:         2px 6px 7px 0px rgba(50, 50, 50, 0.64);    
}

.shadow {
    -webkit-box-shadow: 2px 6px 7px 0px rgba(50, 50, 50, 0.64);
    -moz-box-shadow:    2px 6px 7px 0px rgba(50, 50, 50, 0.64);
    box-shadow:         2px 6px 7px 0px rgba(50, 50, 50, 0.64);    
}

.field_email_min {
    margin-left: 14%;
}

.newsletter_min_cont_privacy {
    margin-top: 15px;
    font-size: 14px;
}

.result_inscr_newsl_min {
    padding: 5px;
    font-size: 27px;
    line-height: 30px;    
    color: #FFF !important;
}

.fontMiddle {
    font-size: 27px;
    line-height: 30px;
}

.fontMiddle2 {
    font-size: 22px;
    line-height: 27px;
}

.fontLittle {
    font-size: 14px;
}

.mrgTop-60 {
    margin-top: -40px !important; 
}

.mrgtopMiddle {
    margin-top: 45px !important;        
}

.mrgbottomMiddle {
    margin-top: 45px !important;        
}

.mrgbottomLittle {
    margin-top: 30px !important;        
}


.orange {
    color: #FDAA2E;
    font-size: 24px;
}

.img-center {
    margin:0 auto;
}

.boxTopAnno {
    width: 150px;
    padding: 20px;
    margin: 0 auto;
    font-size: 28px;
    background-color: #DF2936;
}

.boxTopAnno img {
    margin-bottom: 20px;    
}

.contLogo {
    font-size: 36px;
    line-height: 42px;
}

.contLogo img {
    margin-bottom: 30px;
}

.txtCenter {
    text-align: center;    
}


@media (max-width:992px) { 

    .fontMiddle {
        font-size: 23px;
    }

    .fontMiddle2 {
        font-size: 20px;
    }

    .fontLittle {
        font-size: 19px;
    }

    .fioccoMobile {
        width: 14%;
    }
    
    .widthfull {
        width: 96% !important;
    }
    
    /*
    #btnInvia, #button_email_min {
        width: 205px;
        height: 75px;
        font-size: 30px;
    }
    */
    
    #button_email_min {
        /* width: 205px; */
        height: 45px;
        font-size: 20px;
    }    

    .newsletter_min_cont_privacy {
        font-size: 13px;
    }   
    
    .result_inscr_newsl_min {
        font-size: 30px;
        padding-top: 25px;
    }
    
    #visForm { 
        width: 100%;   
    }
    
    #inpTxt, #email_min {
        width: 90%;
        height: 50px;
        margin-bottom: 15px;
        font-size: 19px;
    }
    
    .field_email_min {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }  
    
    .field_button_min {
        width: 100%;
    }    
    
    .mrgTop-60 {
        margin-top: -20px !important;
    }    

    
}

/* Cristiano Brighi  */

