/* COMMON */
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Montserrat';
    font-size: 45px;
    color: #FFF;
}

h2 {
    font-family: 'Montserrat';
    font-size: 40px;
    color: #FFF;
}

h3 {
    font-family: 'Montserrat';
    font-size: 25px;
    color: #FFF;
}

h1 {
    font-family: 'Montserrat';
    font-size: 35px;
    color: #FFF;
}


h4 {
    font-family: 'Montserrat';
    font-size: 24px;
    color: #FFF;
}

p,
a {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #FFF;
}

a.ecard,
a.ecard:hover {
    background-color: #10069F;
    border-radius: 20px;
    height: 40px;
    padding: 10px 20px;
    line-height: 40px;
    font-family: 'Montserrat';
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

a.heart,
a.heart:hover {
    background-color: #B5252C;
    border-radius: 20px;
    height: 40px;
    padding: 15px 40px;
    line-height: 40px;
    font-family: 'Montserrat';
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 60px;
    position: relative;
}

a.back,
a.back:hover {
    background-color: transparent;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
    font-family: 'Montserrat';
    color: #10069F;
    text-decoration: none;
    font-weight: bold;
    text-decoration: underline;
}


a.heart img {
    position: absolute;
    right: 20px;
    top: 10px;
    display: inline;
    width: 30px;
}

.mrg-t-10 {
    margin-top: 10px;
}

.mrg-t-20 {
    margin-top: 20px;
}

.mrg-t-30 {
    margin-top: 30px;
}

.mrg-t-40 {
    margin-top: 40px;
}

.mrg-t-50 {
    margin-top: 50px;
}

.form-control {
    border: 0;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    color: #55636B;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    background-color: #F6F6F6;
    box-shadow: none;
}

.form-group small {
    font-family: 'Montserrat';
}

.form-control.error {
    border: 1px solid #B5252C;
}

input[type=checkbox].error {
    outline: 1px solid #B5252C !important;
}

textarea.form-control {
    line-height: 25px;
    padding: 20px 20px;
    min-height: 250px;
    resize: none;
}

p.error {
	color: #FF0000;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 300;
    box-shadow: none;
    margin-bottom: 20px;
    padding-left: 0px;
    display:none;
}

select.form-control {
    background-color: #FFF;
    max-width: 450px;
    text-align: center;
}

.form-group label {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 18px;
    color: #10069F;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-group label span {
    color: #B5252C;
}


/* HEADER */
header {
    background-color: #307FE2;
    height: 110px;
    width: 100%;
}

header .logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;

}

header .logo img {
    width: 60%;
}

/* FOOTER */
footer {
    background-color: #1315A6;
    min-height: 200px;
    padding: 30px 0;
}

footer img {
    width: 150px;
    margin-bottom: 20px;
}

footer p.copy {
    color: #FFF;
    font-size: 12px;
}

footer p.share {
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
}

footer ul {
    display: inline-block;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer ul li {}

footer ul li a,
footer ul li a:hover {
    text-transform: none;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

footer p.cookie-privacy,
footer p.cookie-privacy a,
footer p.cookie-privacy a:hover {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-transform: none;
    line-height: 14px;
}


/* HOMEPAGE */
#fuv .sliders {
    height: 80vh;
}

.slider-content .container-fluid,
.slider-content .container-fluid div {
    padding: 0;
}


.slider-content .content h2 {
    color: #10069F;
    font-weight: normal;
}

.slider-content .content h3 {
    color: #10069F;
    font-weight: bold;
}

.slider-content .container-fluid div.content {
    background-color: rgba(255, 255, 255, 0.7);
    height: auto;
    margin-top: 20%;
    width: 650px;
    padding: 50px 50px 50px 100px;
}

.slider-content .content p {
    font-weight: 300;
    color: #152235;
    margin: 30px 0;
}

.slider-content .content a {}

.slider-content,
.slick-slider div {
    height: 100%;
}

.slick-slider div {
    background: url() no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 2px;
    cursor: pointer;
    color: white;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #017FE9 !important;
}

.howitworks {
    background-color: #307FE2;
    min-height: 100px;
    padding: 50px 0;

}

.howitworks h2 {
    text-align: center;
    margin: 0 0 10px 0;
}

.howitworks h3 {
    text-align: center;
    margin: 40px 0 10px 0;
}

.howitworks img {
    text-align: center;
    margin: 0 auto;
}

.whytochoose {
    background-color: #DDE3E7;
    min-height: 100px;
    padding: 50px 0;
}

.whytochoose h2 {
    color: #10069F;
    text-align: center;
    font-weight: bold;
}

.whytochoose p {
    font-weight: 300;
    color: #152235;
    text-align: center;
    margin-top: 30px;
    line-height: 25px;
}

.whytochooselp {
    background-color: #FFF;
    min-height: 100px;
    padding: 50px 0;
}

.whytochooselp h2 {
    color: #10069F;
    text-align: left;
    font-family: 'Montserrat' !important;
    font-style: normal;
}

.whytochooselp h3 {
    color: #10069F;
    text-align: left;
    font-family: 'Montserrat';
    margin-top: 20px;
}

.whytochooselp p {
    color: #152235;
    font-family: 'Montserrat';
    text-align: left;
    margin-top: 30px;
    line-height: 25px;
    margin-bottom: 50px;
}

.whytochooselp .img-content {
    margin: 0 auto;
    text-align: center;
}

.listecards {
    background-color: #F5F5F5;
    min-height: 100px;
    padding: 20px 0;
}

.card.special {
    padding: 40px;
}

.card.special {
    background-color: #FFF;
}

.card.special .content {
    padding: 0 40px;
}

.card.special h2 {
    color: #017FE9;

}

.card.special p {
    color: #282828;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 0;
}


.card.azienda {
    padding: 40px;
}

.card.azienda {
    background-color: #FFF;
}

.card.azienda .content {
    padding: 0 40px;
}

.card.azienda h2 {
    color: #FFF;

}

.card.azienda p {
    color: #FFF;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 0;
}

.fascia-azienda {
    background-color: #1315A6;
    height: 30px;
    margin: 15px 0;
}

.fascia-azienda p {
    line-height: 30px;
    text-align: center;
    ;
}


.card.classic {
    padding: 20px 20px 30px 20px;
    text-align: center;
}

.card.classic {
    background-color: #FFF;
    margin: 15px 0;
}

.card.classic .content {}

.card.classic img {}

.card.classic h4 {
    color: #152235;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 20px;

}

.card.classic p {
    font-weight: 300;
    color: #152235;
    line-height: 25px;
    margin: 20px 0;
    height: 200px;
    font-size: 16px;
}

.testimonials {
    background-color: #FFF;
    min-height: 100px;
    padding: 50px 0;
}

.testimonials h2 {
    color: #10069F;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.testimonials p {
    font-weight: 300;
    color: #152235;
    text-align: center;
    margin-top: 30px;
    line-height: 25px;
}

.testimonials .testimonion {
    text-align: center;
    margin: 0 auto;
    padding: 60px;
    background: url("../img/testimonial-bg.png") top left 100px no-repeat;
}

.testimonials .testimonion img {
    text-align: center;
    margin: 0 auto;
}

.testimonials .testimonion p.name {
    text-transform: uppercase;
    color: #017FE9;
    font-weight: bold;
}

.testimonials .slick-dots li button:before {
    color: #F5F5F5;
}

.testimonialslp {
    background-color: rgba(2, 130, 170, 0.1);
    min-height: 100px;
    padding: 50px 0;
}

.testimonialslp h2 {
    color: #10069F;
    text-align: center;
    margin-bottom: 20px;
}

.testimonialslp p {
    font-weight: 300;
    color: #152235;
    text-align: center;
    margin-top: 30px;
    line-height: 25px;
}

.testimonialslp .testimonion {
    text-align: center;
    margin: 0 auto;
    padding: 60px;
}

.testimonialslp .testimonion img {
    text-align: center;
    margin: 0 auto;
}

.testimonialslp .testimonion p.name {
    text-transform: uppercase;
    color: #017FE9;
    font-weight: bold;
}

.testimonialslp .slick-dots li button:before {
    color: #F5F5F5;
}

/* STEP */
iframe.realtime {
    min-height: 500px;
    overflow: hidden !important;
}

.step-intro {
    text-align: center;
    margin: 0 auto;
}

.step-intro h2 {
    color: #10069F;
    margin-bottom: 30px;
}

.step-intro p {
    color: #152235;
    font-weight: 300;
    margin-bottom: 30px;
}

p.message-error {
    display: none;
    color: #FF0000;
    margin-top: 10px;
    font-size: 14px;
}

.step-amount {
    background-color: #017FE9;
    min-height: 300px;
    padding: 50px 0;
}

.step-amount h2 {
    text-align: center;
    margin-bottom: 30px;
}

.step-amount img {
    text-align: center;
    margin: 0 auto;
    width: 200px;
    margin-bottom: 20px;
}

.step-amount .checkbox-inline {}

.step-amount .checkbox-inline input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.step-amount .checkbox-inline input[type="radio"].error {
    border: 4px solid #FF0000;
}

.step-amount .checkbox-inline {
    padding-left: 0;
}

.step-amount .checkbox-inline input[type="radio"]::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: white;
}

.step-amount .checkbox-inline input[type="radio"]:checked::before {
    transform: scale(1);
}


.step-amount p.amount-descr span {
    font-family: 'Montserrat';
    color: #FFF;
    font-weight: bold;
    font-size: 60px;

}

.step-amount p.amount-descr {
    position: absolute;
    top: -25px;
    left: 60px;
    font-family: 'BlackJack' !important;
    font-size: 40px;
    color: #F6F6F6;
}

.step-amount p.descr {
    color: #FFFFFF;
    font-weight: 300;
    margin-top: 20px;
}

.step-amount .input-group-addon {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #FFF;
    font-size: 30px;
    background-color: transparent;
    border: 0;
}

.step-amount .form-control {
    width: 260px;
    margin-left: 10px;
    f
}

.step-amount .extra-text {
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: lighter;
    margin-left: 260px;
}

.step-action {
    min-height: 100px;
    background-color: #FFF;
}

.box-choose-moment {
    background-color: rgba(2, 130, 170, 0.1);
    margin: 0px;
    padding: 30px 0;
    margin-bottom: 10px;
}

.box-choose-moment h2 {
    color: #10069F;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.box-choose-moment .form-check-label {
    color: #10069F;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: normal;
    margin-bottom: 15px;
}

.box-choose-moment input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 30px;
    height: 30px;
    border: 2px solid #10069F;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.box-choose-moment input[type="radio"].error {
    border: 2px solid #FF0000;
}

.box-choose-moment input[type="radio"]::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #10069F;
}

.box-choose-moment input[type="radio"]:checked::before {
    transform: scale(1);
}

.box-choose-moment .form-check {
    position: relative;
    margin-bottom: 20px;
}

.box-choose-moment .form-check-label {
    position: absolute;
    top: 0;
    left: 50px;
}





.box-choose-moment-light input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 30px;
    height: 30px;
    border: 2px solid #307FE2;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.box-choose-moment-light input[type="radio"].error {
    border: 2px solid #FF0000;
}

.box-choose-moment-light input[type="radio"]::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #307FE2;
}

.box-choose-moment-light input[type="radio"]:checked::before {
    transform: scale(1);
}

.box-choose-moment-light .form-check {
    position: relative;
    margin-bottom: 20px;
}

.box-choose-moment-light .form-check-label {
    position: absolute;
    top: 0;
    left: 50px;
    color: #307FE2;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: normal;
    margin-bottom: 15px;
}

.text-download-csv {
    color: #55636B;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    box-shadow: none;
    margin-bottom: 20px;
    padding-left: 20px;
}

.text-download-csv a {
    color: #55636B;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    box-shadow: none;
    color: #307FE2;
}


.field-required {
    font-size: 12px;
    color: #55636B;
    font-weight: lighter;
}

.email-disclaimer {
    font-weight: 300;
    color: #152235;
    font-size: 18px;


}

.email-disclaimer a,
.email-disclaimer a:hover {
    font-size: 18px;
    color: #017FE9;
    font-weight: lighter;
}

.form-control.senddatetime {
    color: #017FE9;
}

.form-control.senddatetime::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #017FE9;
    opacity: 1;
    /* Firefox */
}

.form-control.senddatetime:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #017FE9;
}

.form-control.senddatetime::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #017FE9;
}

.step-data .donation-recap-btn {
    background-color: #10069F;
    color: #FFF;
    border: 0;
    border-radius: 0;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0px 80px;
    cursor: none;
}

.step-data .donation-recap-btn span {
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: bold;
}

/* MODAL */
.modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.modal-content .modal-header {
    border-bottom: 0;
}

.modal-header .close {
    color: #017FE9;
    font-family: 'Montserrat';
    font-weight: lighter;
    font-size: 80px;
    opacity: 1;
    margin: 0;
    text-shadow: none;
    line-height: 0px;
}

.modal-body h4 {
    color: #10069F;
    text-align: center;
}

.modal-body p {
    color: #152235;
    text-align: center;
    font-weight: lighter;
    font-size: 16px;
}

.modal-footer {
    border: 0
}

.modal-footer button {

    color: #FFF;
    font-size: 20px;
    font-family: 'Montserrat';
    border-radius: 70px;
    border: 0;
    padding: 20px 30px;
    margin-bottom: 40px;
}

.modal-footer button span {
    font-size: 25px;
    font-family: 'Montserrat';
}

.modal-footer button:first-child {
    background-color: #152235;
}

.modal-footer button:last-child {
    background-color: green;
}

/* CHECKOUT */
.step-reason {
    background-color: #F5F5F5;
    min-height: 150px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 20px;
}

.step-summary {
    background-color: #FFF;
    min-height: 150px;
}

.step-reason h2,
.step-summary h2 {
    color: #10069F;
    text-align: center;
}

.step-reason select.form-control {
    margin: 0 auto;
    text-align: center;

}

.step-cart p {
    font-weight: 300;
    color: #152235;
    font-size: 15px;

}

.step-cart p.nome-biglietto,
.step-cart p.donazione {
    color: #307FE2;
    font-size: 18px;
    font-weight: bold;
}

.step-cart p.occasione {
    color: #307FE2;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.step-cart button.remove {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: #152235;
    font-family: 'Montserrat';
    margin-top: 10px;
}

.step-cart button.remove span {
    font-family: 'Montserrat';
    color: #B5252C;
}

.step-cart hr {
    color: #152235;
    width: 100%;
    height: 1px;
    background-color: #152235;
    opacity: 0.3;
}

.step-action-checkout div.action-btn {
    float: right;
}

.step-action-checkout div.action-btn a.donaimporto,
.step-action-checkout div.action-btn a.donaimporto:hover {
    background-color: transparent;
    color: #017FE9;
    border: 1px solid #017FE9;
    border-radius: 20px;
    height: 40px;
    padding: 10px 20px;
    line-height: 40px;
    font-family: 'Montserrat';
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    cursor: none;
    margin-right: 20px;
}

.step-action-checkout div.action-btn a.donaora,
.step-action-checkout div.action-btn a.donaora:hover {
    background-color: #B5252C;
    border-radius: 20px;
    height: 40px;
    padding: 10px 20px;
    line-height: 40px;
    font-family: 'Montserrat';
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.step-summary .form-check label {
    font-size: 14px;
    color: #55636B;


    display: inline;
    font-family: 'Montserrat';
}

.step-summary .form-check label a,
.step-summary .form-check label a:hover {
    font-size: 12px;
    color: #55636B;
    font-weight: bold;
}

.grazie,
.grazie-aziende {
    background: url('../img/grazie.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
}

.grazie .content-external,
.grazie-aziende .content-external {
    border: 2px solid #FFF;
    background-color: transparent;
    padding: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.grazie .content,
.grazie-aziende .content {
    border: 0;
    padding: 60px 30px;
    background-color: #FFF;
    text-align: center;
    margin: 0 auto;

}

.grazie .content h2,
.grazie-aziende .content h2 {
    color: #10069F;
    font-family: 'Montserrat';
    font-size: 60px;
    margin-bottom: 20px;
}

.grazie .content h3,
.grazie-aziende .content h3 {
    color: #10069F;
    font-size: 25px;
    margin-bottom: 20px;
}

.grazie .content p,
.grazie-aziende .content p {
    font-weight: 300;
    color: #152235;
    margin-bottom: 16px;
}

.grazie button,
.grazie-aziende button {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #00B854;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 30px;
    border-radius: 20px;
    padding: 0 30px;
    color: #FFF;
}

.grazie p.preview,
.grazie-aziende p.preview {
    text-align: center;
    margin-bottom: 40px;
    color: #152235;
    margin-top: 30px;
}

.grazie-aziende p.preview {
    color: #FFF;
}

.grazie p.preview a,
.grazie p.preview a:hover,
.grazie-aziende p.preview a,
.grazie-aziende p.preview a:hover {
    color: #10069F;
    font-weight: bold;
}

.grazie p.preview a,
.grazie p.preview a:hover,
.grazie-aziende p.preview a,
.grazie-aziende p.preview a:hover {
    text-decoration: none;
}

a.btnred,
a.btnred:hover {
    background-color: #B5252C;
    border-radius: 20px;
    height: 40px;
    padding: 10px 20px;
    line-height: 40px;
    font-family: 'Montserrat';
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.content-letter {
    position: relative;
    transform: rotate(-5deg);
}

.content-letter img {
    margin: 100px 0 0 100px;
    max-width: 100%;
    max-height: 550px;
}

.content-letter .from {
    font-family: 'BlackJack';
    font-size: 22px;
    color: #474747;
    position: absolute;
    top: 25%;
    left: 160px;
    width: 300px;
}

.content-letter .from span.to_1 {
    font-family: 'BlackJack';
    font-size: 28px;
    color: #474747;
    display: contents;
}

.content-letter .from span.to_2 {
    font-family: 'BlackJack';
    font-size: 24px;
    color: #474747;
}

.content-letter .to {
    font-family: 'BlackJack';
    font-size: 28px;
    color: #474747;
    position: absolute;
    top: 45%;
    left: 530px;
}

.content-letter .to span {
    font-family: 'BlackJack';
    font-size: 20px;
    color: #474747;
}

.content-letter span {
    font-family: 'BlackJack';
}

.content-cart {

    position: relative;
    cursor: pointer;
}

.content-cart img {
    margin-top: 20px;
}

.content-cart p {
    position: absolute;
    font-size: 14px;
    color: #FFF;
    top: 20px;
    left: 29px;
}

@media screen and (max-width: 1300px) {
    .content-letter .from {
        font-family: 'BlackJack';
        font-size: 20px;
        color: #474747;
        position: absolute;
        top: 30%;
        left: 160px;
        width: 250px;
    }

    .content-letter .to {
        font-family: 'BlackJack';
        font-size: 28px;
        color: #474747;
        position: absolute;
        top: 50%;
        left: 500px;
    }
}



@media screen and (max-width: 1200px) {

    a.ecard,
    a.ecard:hover {
        font-size: 14px;
        text-align: center;
    }

    .content-letter .from {
        font-family: 'BlackJack';
        font-size: 20px;
        color: #474747;
        position: absolute;
        top: 25%;
        left: 150px;
        width: 250px;
    }

    .content-letter .to {
        font-family: 'BlackJack';
        font-size: 28px;
        color: #474747;
        position: absolute;
        top: 45%;
        left: 500px;
    }
}

@media screen and (max-width: 1140px) {

    a.ecard,
    a.ecard:hover {
        font-size: 14px;
        text-align: center;
    }

    .content-letter .from {
        font-family: 'BlackJack';
        font-size: 18px;
        color: #474747;
        position: absolute;
        top: 24%;
        left: 150px;
        width: 230px;
    }

    .content-letter .to {
        font-family: 'BlackJack';
        font-size: 26px;
        color: #474747;
        position: absolute;
        top: 56%;
        left: 430px;
    }
}

@media screen and (max-width: 992px) {

    .slider-link {
        display: none;
    }

    .card.special .content {
        text-align: center;
        margin: 0 auto;
    }

    .card.special h2 {
        margin: 30px 0;
    }

    .card.classic img {
        max-height: 400px;
        text-align: center;
        margin: 0 auto;
    }

    a.ecard,
    a.ecard:hover {
        font-size: 16px;
    }

    .listecards {
        padding: 0;
    }

    .listecards .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .listecards .container .card.special {
        padding: 0 0 40px 0;
    }

    .card.classic p {
        min-height: auto;
    }

    .card.classic {
        padding: 20px 20px 50px 20px;
    }

    .cards-content .slick-dots {
        bottom: 20px;
    }

    .cards-content .slick-dots li button:before {
        color: #F5F5F5;
    }

    .slider-content .container-fluid div.content {
        width: 100%;
        padding: 50px 20px 50px 30px;
        margin-top: 20%;
    }

    .step-amount .row {
        margin: 0 auto;
        text-align: center;
    }

    .step-amount p.amount-descr {
        position: relative;
        font-family: 'BlackJack';
        font-size: 40px;
        color: #F6F6F6;
        top: 0;
        left: 0;
    }

    .step-amount p.descr {
        height: 80px;
        border-bottom: 1px solid #FFF;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .step-amount .input-group-addon {
        display: inline;
    }

    .step-amount .input-group {
        display: inline-block;
        position: relative;
    }

    .step-amount .form-control {
        width: 100%;
        display: inline;
        margin-top: 20px;
        text-align: center;
        font-size: 20px;
    }

    .step-amount .extra-text {
        margin: 0 auto;
        padding-top: 10px;
        display: block;
    }

    .step-action center {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .grazie {
        background: url('../img/grazie-mobile.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 400px;
    }

    header .logo img {
        width: 100px;
        margin-top: 20px;
        margin-left: 20px;
    }

    .grazie p.preview {
        padding-top: 30px;
    }

    .grazie-aziende p.preview {
        padding-top: 30px;
    }

    .form-group {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .form-group input {
        text-align: center;
    }

    .box-choose-moment h2 {
        text-align: center;
    }

    .box-choose-moment .form-check {
        padding-left: 10px;
    }

    .box-choose-moment {
        margin-bottom: 20px;
    }

    .step-data .donation-recap-btn {
        width: 100%;
    }

    .modal-footer {
        text-align: center;
        margin: 0 auto;
    }


    .modal-footer button {
        color: #FFF;
        font-size: 12px;
        font-family: 'Montserrat';
        border-radius: 40px;
        border: 0;
        padding: 20px 20px;
        margin-bottom: 40px;
    }

    .step-cart p.nome-biglietto,
    .step-cart p.donazione {
        margin-top: 20px;
    }

    .whytochooselp .img-content {
        max-width: 100%;
    }

    .content-letter img {
        margin: 150px 0 0 50px;
        max-width: 80%;
        max-height: 550px;
    }

    .content-letter .from {
        left: 100px;
    }

    #fuv .sliders {
        height: 110vh;
    }

    .bg-home .content a.heart,
    .bg-home .content a.heart:hover {
        width: auto;
        display: block;
        padding: 0 20px;
        font-size: 18px;
    }

    .testimonials .testimonion {
        text-align: center;
        margin: 0 auto;
        padding: 60px;
        background: url(../img/testimonial-bg.png) top left 50px no-repeat;
    }

    iframe.realtime {
        min-height: 650px;
    }

    .step-reason select.form-control {
        font-size: 14px;
    }

    .slider-content .container-fluid div.content-letter {
        margin-left: -35px;
        transform: rotate(-2deg);
    }

    input[type=datetime-local].form-control.senddatetime {
        width: 100%;
    }

    .box-choose-moment-step-2 {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 768px) {

    .bg-home .content a.heart,
    .bg-home .content a.heart:hover {
        width: auto;
        display: inline-block;
        padding: 0 20px;
        font-size: 18px;
    }

    .testimonials .testimonion {
        text-align: center;
        margin: 0 auto;
        padding: 60px;
        background: url(../img/testimonial-bg.png) top left 50px no-repeat;
    }

    iframe.realtime {
        min-height: 550px;
    }

    input[type=datetime-local].form-control.senddatetime {
        width: 100%;
        -webkit-appearance: none;
    }

    .modal-footer button {
        padding: 15px 15px;
        margin-bottom: 40px;
    }
}

.donation-container label {
    display: block;
    color: #10069F;
    margin-left: 0px;
    line-height: 30px;
    letter-spacing: 0.03em;

}

.donation-container .custom-radiocheck {
    padding-left: 60px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    min-height: 45px;
    line-height: 1em;
    word-break: break-word;
}

.donation-container input[type="radio"],
.donation-container input[type="checkbox"] {
    background-color: #F2F8FB;
    outline: none;
}

.donation-container .custom-radiocheck input[type="radio"],
.donation-container .custom-radiocheck input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    width: 0;
}

.donation-container .custom-radiocheck input[type="radio"]:after,
.donation-container .custom-radiocheck input[type="checkbox"]:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #F2F8FB;
    border: 4px solid #10069F;
    box-sizing: border-box;
}

.donation-container .custom-radiocheck input[type="radio"]:checked:after,
.donation-container .custom-radiocheck input[type="checkbox"]:checked:after {
    background: url("../img/custom-check.png") center center no-repeat #10069F;
    background-size: 100%;
    border-color: #10069F;
}

.donation-container .custom-radiocheck img {}

.donation-container .field-fuvdonation-type .donation-container img {
    margin-top: 10px;
    height: 36px;
}

.donation-container p {
    display: block;
    color: #10069F;
    margin-left: 0px;
    line-height: 30px;
    font-weight: bold;
}

.container-aziende {
    background-color: #1315A6;
    height: 40px;
    margin-top: 20px;
}

.container-aziende p {
    line-height: 40px;

    text-align: center;

}

.container-step-1-azienda {
    border: 1px solid #307FE2;
    padding: 40px 20px;
    position: relative;
}

.container-step-1-azienda .title {
    background-color: #FFF;
    color: #307FE2;
    position: absolute;
    top: -10px;
    left: 10px;
    font-weight: bold;
    padding: 0 10px;
}

button.confirm-azienda-step1 {
    background-color: #1315A6;
    height: 40px;
    font-family: 'Montserrat';
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    width: 100%;
    border: 0;
}

button.confirm-azienda-step1.disabled {
    background-color: #DDE3E7;
}

.content-letter img.logo_azienda {
    width: 110px;
    height: 80px;
    position: absolute;
    top: -5px;
    left: 300px;
    object-fit: contain;
}






.input-file{
    border: 0;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    color: #55636B;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    background-color: #F6F6F6;
    box-shadow: none;
    position: relative;
    width:100%;
    padding-left:15px;
    text-transform: uppercase;
}
.input-file::file-selector-button{
    border: none;
    border-radius:0px;
    color: white;
    background-color:#1315A6;
    height: 40px;
    cursor: pointer;
    transition: all .25s ease-in;
    cursor: pointer;
    position: absolute;
    right:-3px;
    text-transform: uppercase;
    z-index:5;
}

.modal-body p.table-title{
    text-transform: uppercase;
    text-decoration:underline;
    font-size:25px;
    color:#307FE2;
    font-weight:800;
    text-align:left;
}

#modal-table-contact{
    margin-top:30px;
    width:100%;
    font-family:'Montserrat';
    color:#7F7F7F;
    
}

#modal-table-contact tr{
    border-bottom:1px solid #d4d4d4;
}

#modal-table-contact td{
    padding-top:10px;
    padding-bottom:10px;
}

#previewCsv .modal-body,.modal-step-3 .modal-body{
    padding-left:25px;
    padding-right:25px;
}

#previewCsv .btn-container,.modal-step-3 .btn-container{
    margin-top:30px;
}


.form-bottom{
    margin-bottom:15px;
}

.hide-button{
    display: none;
}

@media screen and (max-width: 767px) {
    
.modal-body p.table-title{
    font-size:20px;

}
.input-file {
    font-size: 12px;

}

header .logo img {
        width: 100px;
        margin-top:0px;
        margin-left: 20px;
    }

header p{
    font-size:16px;
}

header{
    height:auto;
}

header .container-aziende {
    margin-top: 50px;
}

.slider-content .container-fluid div.content{
    margin-top:0;
}

#cardaziendediv{
    background-color:#73A266;
}

#cardaziendediv .row{
    margin:0;
}

.card.azienda {
    padding-left:0px;
    padding-right:0px;
}

.card.azienda .content {
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
}
    
    
    .step-action.step-action-checkout{
        padding-bottom:30px;
    }
    
    h2{
        font-size:30px;
    }
    
    
    #basicModal .modal-footer button{
        width:100%;
    }


    
}

@media screen and (min-width: 300px) {

.content-letter img.logo_azienda {
width: 60px;
height: 60px;
position: absolute;
top: -120px;
left: 160px;
object-fit: contain;
}

}

@media screen and (min-width: 375px) {

.content-letter img.logo_azienda {
width: 70px;
height: 70px;
position: absolute;
top: -120px;
left: 170px;
object-fit: contain;
}

}

@media screen and (min-width: 391px) {

.content-letter img.logo_azienda {
width: 60px;
height: 60px;
position: absolute;
top: -120px;
left: 170px;
object-fit: contain;
}

}

@media screen and (min-width: 414px) {

.content-letter img.logo_azienda {
width: 80px;
height: 80px;
position: absolute;
top: -120px;
left: 170px;
object-fit: contain;
}

}

@media screen and (min-width: 430px) {

.content-letter img.logo_azienda {
width: 80px;
height: 80px;
position: absolute;
top: -115px;
left: 180px;
object-fit: contain;
}

}


@media screen and (min-width: 700px) {
    .content-letter img.logo_azienda {
        width: 110px;
        height: 80px;
        position: absolute;
        top: -110px;
        left: 170px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1000px) {
    .content-letter img.logo_azienda {
        width: 110px;
        height: 80px;
        position: absolute;
        top: -5px;
        left: 320px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1024px) {
    .content-letter img.logo_azienda {
        width: 80px;
        height: 80px;
        position: absolute;
        top: -15px;
        left: 275px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1124px) {
    .content-letter img.logo_azienda {
         width: 110px;
        height: 80px;
        position: absolute;
        top: 0px;
        left: 320px;
        object-fit: contain;
        max-width:90px;
    }
}

@media screen and (min-width: 1200px) {
    .content-letter img.logo_azienda {
        width: 110px;
        height: 80px;
        position: absolute;
        top: -5px;
        left: 350px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1200px) {
    .content-letter img.logo_azienda {
        width: 110px;
        height: 70px;
        position: absolute;
        top: 10px;
        left: 320px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1250px) {
    .content-letter img.logo_azienda {
        width: 110px;
        height: 70px;
        position: absolute;
        top: 20px;
        left: 350px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1300px) {
    .content-letter img.logo_azienda {
        width: 110px;
        height: 70px;
        position: absolute;
        top: 20px;
        left: 350px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1350px) {
    .content-letter img.logo_azienda {
        width: 110px;
        height: 70px;
        position: absolute;
        top: 30px;
        left: 370px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1400px) {
    .content-letter img.logo_azienda {
        width: 110px;
        height: 80px;
        position: absolute;
        top: 20px;
        left: 400px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1500px) {
    .content-letter img.logo_azienda {
        width: 110px;
        height: 80px;
        position: absolute;
        top: 35px;
        left: 400px;
        object-fit: contain;
    }
}