li.slide-item .block-images .img-box .titolo{background: rgba(0, 0, 0, 0.8);height:30px;width:100%;padding: 5px;color: #f1f1f1;position: absolute;bottom:0}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-height-1 {
  line-height:1rem !important; 
}
/*Per Fabrizio. Questo foglio stile ha priorità su stili.css e deve essere utilizzato per modificare o correggere gli stili cgenerati da stili.scss.*/
.icon-user {
    margin-right: 0.7em !important;
    position: relative !important;
    top: 0.2em !important;
}


#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        position: relative
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E
        }

    #msform input,
    #msform textarea {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px
    }

        #msform input:focus,
        #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0
        }

    #msform .action-button {
        width: 100px;
        background: skyblue;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
        }

    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #000000
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f023"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f09d"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: skyblue
    }

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
    }

.fit-image {
    width: 100%;
    object-fit: cover
}

.form-wizard-step-icon .icon-user {
    margin-right: 0 !important;
    position: relative !important;
    top: 8px !important;
}

.form-wizard-step-icon .icon-profilo {
    margin-right: 0 !important;
    position: relative !important;
    top: 8px !important;
}

.form-wizard-step-icon .icon-check {
    margin-right: 0 !important;
    position: relative !important;
    top: 8px !important;
}

.form-wizard-step-icon .icon-scuola {
    margin-right: 0 !important;
    position: relative !important;
    top: 8px !important;
}

/* re-style the dnn login */

.LoginPanel {
    width: auto !important;
    float: none !important;
    display: flex !important;
    padding: 0 !important;
    max-width: 100% !important;
    justify-content: center;
}

    .LoginPanel > div {
        min-width: 300px;
        max-width: 500px;
    }

    /* style the form item wrapper */

    .LoginPanel .dnnForm .dnnFormItem {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    /* style the form label */

    .LoginPanel .dnnFormItem > .dnnLabel {
        margin-top: 0;
    }

        .LoginPanel .dnnFormItem > .dnnLabel label {
            display: block;
        }

    .LoginPanel .dnnLabel {
        display: block;
        float: none;
        position: relative;
        width: auto;
        padding-right: 0;
        margin-right: 0;
        overflow: visible;
        text-align: left;
    }

/* boostrap fix - remove the yellow background from the checkbox field */
.dnnCheckbox .mark {
    background: none !important;
}

/* give the Remember Me checkbox a smaller text size */
.dnnLoginRememberMe {
    font-size: 15px;
}

/* style the login panel text input fields */
.LoginPanel .dnnLoginService input[type="text"],
.LoginPanel .dnnLoginService input[type="password"] {
    width: 100% !important;
    min-width: 100%;
    margin: 0;
    border-radius: 1px;
    padding: 10px;
}

/* hide the empty label beside the Reset Password button */
.LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
    display: none;
}

.LoginPanel ul.dnnActions {
    margin: 0 !important;
    padding: 0 !important;
    float: left
}

/* primary action buttons - also used in dnn modal popups */

.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
    background: #04305e;
    border: none;
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
    box-shadow: none;
    cursor: pointer;
    padding: 1em 1.5em 0.85em;
    transition: all 0.2s ease-in-out;
    user-select: none;
    position: relative;
    font-size: 1.15rem;
    display: inline-block;
    line-height: 1em;
}

}

.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
    background: #04305e !important;
    text-decoration: none !important;
}

/* secondary action buttons - also used in dnn modal popups */

.dnnSecondaryAction,
.dnnFormItem input[type="submit"],
a.dnnSecondaryAction {
    background: #04305e;
    border: none;
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
    box-shadow: none;
    cursor: pointer;
    padding: 1em 1.5em 0.85em;
    transition: all 0.2s ease-in-out;
    user-select: none;
    position: relative;
    font-size: 1.15rem;
    display: inline-block;
    line-height: 1em;
    float: inherit
}

    .dnnSecondaryAction:hover,
    .dnnFormItem input[type="submit"]:hover,
    a.dnnSecondaryAction:hover {
        background: #04305e !important;
        text-decoration: none !important;
        color: #ffffff;
    }

#dnn_ctr8918_Login_Login_DNN_cancelLink {
    display: none;
}

.greenColor {
    background-color: #33FF46 !important
}

.yellowColor {
    background-color: #FFE933 !important
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #0563bb;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-colore2 {
    background-color: #4b6b93
}

.bg-colore3 {
    background-color: #036065
}

.bg-colore4 {
    background-color: #446e49
}

.bg-colore5 {
    background-color: #d9af48
}

.bg-colore6 {
    background-color: #d2691c
}

.bg-colore7 {
    background-color: #db413d
}

.white {
    color: #fff
}

.testoHome {
    font-weight: 300 !important;
    text-transform: none !important;
}

.bg-coloreTasto2 {
    background-color: #404d42
}

.bg-coloreTasto3 {
    background-color: #404d42
}

.bg-coloreTasto4 {
    background-color: #6d6042
}

.bg-coloreTasto5 {
    background-color: #6b4c35
}

.bg-coloreTasto6 {
    background-color: #6d403e
}

.home {
    min-height: 500px
}

    .home h3 {
        letter-spacing: -0.01em;
        font-size: 3.2em;
        margin: 0 0 0.2em;
    }

    .home .testo {
        padding: 2vw;
    }

.card-body .copertina img {
    width: 60%;
}

.timeline .column .title h1 strong {
    font-size: 1em;
}

#footer .termini {
    color: #fff;
    padding-right: 2em;
}

    #footer .termini a, a:active, a:focus {
        color: #fff;
    }

li .loginGroup .login a {
    background-image: url(images/login_ico.png)
}

.contenuto li {
    padding: 5px 0 5px 25px
}

.itemSpeciali {
    //width: calc(100% / 3);
    padding: 2em;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #333;
}

.copertinaSpeciali img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dati-item .dati .acquisto {
    margin-top: 2em !important;
    display: contents
}

    .dati-item .dati .acquisto .prezzo span {
        font-size: 1.2em !important;
    }