div #caps_event {
    display: none;
    padding-top: 0px;
    text-align: center;
    color: #FFF;
    margin-top: 25PX;
    margin-bottom: 25PX;

}

/*NUOVO BACKGROUND BIANCO*/

/*	background-new-white{
        background-color:#fff;
        color: #fe5b4f;
    }*/

.has-error .form-control,
.has-error .form-control:focus {
    border-color: none !important;
    box-shadow: none;
}

/*	.form-control{ border:1px solid #fe5b4f;} */

/*	footer{ border-color:#fff;margin-top:30px;} */

/*	label{ color:#fe5b4f; font-family:"latoregular";} */

#title_area,
#subtitle_area,
.has-error .help-block {
    color: #fe5b4f;
}

/*	.btn{ padding:10px 0 10px;} */

.btn.secondaryCta:hover {
    border-color: #fe5b4f;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
}

/*	#email:focus, #password:focus{ outline:#fe5b4f solid 1px !important; border-radius:3px;} */

.modal.fade {
    display: none;
}

.modal.fade .modal-dialog .modal-header {
    background: #fe5b4f;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal.fade .modal-dialog .modal-header .close>span {
    color: #000;
    font-weight: bold;
    opacity: 1 !important;
}

.modal.fade .modal-dialog .modal-header .modal-title {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-dialog {
    margin-top: 10%;
}