.blink-image {
    animation: blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.code {
    color: #e83e8c;
}

.typer-target {
    animation: blink-caret 0.5s step-end infinite alternate;
    border-right: 1px solid #fafafa;
    color: #ffffff;
    font-size: 28px;
    line-height: normal;
    display: inline-block;
    margin: auto;
}

@keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}

/*
@-webkit-keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}
*/

.full-overlay {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 400px;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    background-image: url("/assets/img/lab.jpg");
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

    .full-overlay:after {
        min-height: 400px;
        content: "";
        width: 100%;
        height: auto;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
    }

.full-overlay2 {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 400px;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    background-image: url("/assets/img/headquarter.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
}

    .full-overlay2:after {
        min-height: 400px;
        content: "";
        width: 100%;
        height: auto;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
    }

.myvideo {
    max-width: 70%;
    border-radius: 20px;
    padding: 20px;
}

.mybasevideo {
    max-width: 25%;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}

.drop_hover {
    background-color: transparent;
}

    .drop_hover:hover {
        background-color: rgba(255,255,255,0.5);
    }

.eye {
    padding-top: 130px;
}

.mintext {
    display: none;
}

.stdtext {
    display: inline;
}

.leftbox {
    margin-left: 13px;
    margin-right: 7.5px;
    margin-top: 0px;
    margin-bottom: 13px;
}

.rightbox {
    margin-left: 7.5px;
    margin-right: 13px;
    margin-top: 0px;
    margin-bottom: 13px;
}

.middlebox {
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
}

.leftboxhome {
    margin-left: 13px;
    margin-right: 7.5px;
    margin-top: 0px;
    margin-bottom: 13px;
}

.rightboxhome {
    margin-left: 7.5px;
    margin-right: 13px;
    margin-top: 0px;
    margin-bottom: 13px;
}

.boxcontainer {
    padding: 0px;
    margin: 0px;
    background-color: white;
}

.fluidcontainer {
    max-width: 1800px;
    margin-top: 13px;
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    .leftboxhome {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 13px;
    }

    .rightboxhome {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 13px;
    }
}

@media (max-width: 992px) {
    .myvideo {
        max-width: 100%;
        border-radius: 5px;
        padding: 5px;
    }

    .mybasevideo {
        max-width: 40%;
        margin-top: 0px;
        padding-top: 0px;
        text-align: center;
    }

    .mintext {
        display: inline;
    }

    .stdtext {
        display: none;
    }

    .leftbox {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 13px;
    }

    .rightbox {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 13px;
    }

    .middlebox {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 100%;
    }

    .centerbox {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .eye {
        padding-top: 20px;
    }
}

.myrowclock {
    padding-top: 40px;
    padding-bottom: 30px;
}

@media (max-width: 576px) {
    .myrowclock {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 30px;
    }
}

.myimagebottom {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 500px;
}

@media (max-width: 992px) {
    .myimagebottom {
        position: relative;
        max-width: 300px;
    }
}

.fullsizediv {
    margin-top: 13px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 800px;
    background-image: url("/assets/img/runner.png");
}

.machinelogo {
    width: 100%;
    max-width: 80px;
    opacity: 1;
    vertical-align: bottom;
}

.fa.info-contacts-icongreen {
    color: #85C441;
    font-size: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.fa.info-contacts-icon {
    color: gray;
    font-size: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}

.fa.fa-check-icongreen {
    color: #85C441;
    font-size: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 20px;
}

.fa.fa-check-icongray {
    color: gray;
    font-size: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 20px;
}






table {
    border-radius: 30px;
    width: 90%;
    background-image: linear-gradient(white, #B0B0B0);
}

@media (max-width: 576px) {
    table {
        border-radius: 15px;
        width: 100%;
        background-image: linear-gradient(white, #B0B0B0);
    }
}

th, td {
    border-top: 1px solid gray;
    border-collapse: collapse;
    border-spacing: 15px;
    padding: 10px;
    height: 100px;
}
/* Sezione blocco loading */
#loadingDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    background-image: url("/assets/img/loader.svg");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

#stlcontainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f2f2f1;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
}
/* Sezione carosello */
.carousel-control-prev-icon2 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.carousel-control-next-icon2 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
}
/* Sezione footer */
.fa.footer-contacts-icon {
    background-color: #33383b;
    color: #fff;
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.fa.footer-contacts-icongreen {
    background-color: #85C441;
    color: #fff;
    font-size: 36px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin-bottom: 20px;
    margin-top: 100px;
}

.page-footer {
    background-color: #f3f3f2;
    padding-top: 20px;
    padding-bottom: 10px;
}

    .page-footer p {
        color: #888;
        font-size: 11px;
    }

    .page-footer .footer-links {
        list-style: none;
        padding: 0;
        margin-bottom: 15px;
        word-break: break-all;
    }

        .page-footer .footer-links a {
            color: #555;
            font-size: 16px;
            line-height: 1;
        }

        .page-footer .footer-links li {
            margin-bottom: 5px;
            line-height: 1;
        }

    .page-footer .footer-legal .copyright {
        margin-right: 60px;
    }

    .page-footer .footer-legal .legal-links .item {
        padding-right: 13px;
        border-right: 1px solid #ccc;
        margin: 0;
        margin-right: 13px;
    }

        .page-footer .footer-legal .legal-links .item:last-child {
            border-right: none;
        }

        .page-footer .footer-legal .legal-links .item h5 {
            font-size: 11px;
            margin-top: 0;
            margin-bottom: 0;
        }

    .page-footer .region {
        margin-bottom: 20px;
    }

        .page-footer .region a {
            color: #555;
            font-size: 11px;
        }

        .page-footer .region img {
            margin-right: 7px;
        }

.mmtfooter {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 30px;
}

.mmtfooterTop {
    border-top: 1px solid gray;
    padding-top: 0px;
    margin-top: -70px;
}

@media (min-width: 576px) {
    .page-footer .region {
        margin-bottom: 0;
    }

    .mmtfooter {
        border-top: 0px;
        border-bottom: 0px;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
    }

    .mmtfooterTop {
        border-top: 0px;
        margin-top: 0px;
    }
}
/* Sezione testimonials */
.testimonials {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

    .testimonials .testimonial-item {
        max-width: 18rem;
    }

        .testimonials .testimonial-item img {
            max-width: 10rem;
            /* -moz-box-shadow: 0 5px 5px 0 #adb5bd;    */
            /* -webkit-box-shadow: 0 5px 5px 0 #adb5bd; */
            box-shadow: 0 5px 5px 0 #adb5bd;
        }
/* Sezione navbar */
.just {
    justify-content: space-between;
}

.navbar--apple .nav-link {
    color: #ffffff !important;
    font-size: 13px;
}

.navbar--apple .apple-logo {
    font-size: 21px;
    line-height: 0;
    color: white;
}

.navbar--apple {
    background-color: initial !important;
}

    .navbar--apple .navbar-toggler {
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
        border: 0;
        border-radius: 0;
    }

    .navbar--apple .navbar-toggler-icon {
        /* background-image: none;
     */
        line-height: 2rem;
    }
/* Sezione navbar - Display mini */
@media (max-width: 767px) {
    .navbar--apple #menu {
        padding-top: 50px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .navbar--apple #menu li a {
        font-size: 17px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
}

@media (min-width: 768px) {
    /* Nascondo il brand se uso il menu esteso. */
    .navbar-brand {
        display: none;
    }
}

/* Logo in centro. */
.navbar-brand {
    transform: translateX(-50%);
    top: 5px;
    left: 50%;
    position: absolute;
}

.navbar--apple::before {
    background: rgba(44,44,44,1);
    transition: height 0.2s ease-in;
    height: 50px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
}


.navbar--opened .navbar--apple::before {
    height: 100%;
    background: rgba(0,0,0,1);
}


.tabelem {
    margin-left: 60px;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 767px) {

    .tabelem {
        margin-left: 0px;
        margin-bottom: 15px;
    }
}

/* Sezione topimage */
.mytopimage {
}


@media (max-width: 767px) {

    .mytopimage {
        margin-top: 68px;
    }
}

/* Sezione topimage2 */
.mytopimage2 {
    margin-top: 13px;
}

@media (max-width: 767px) {
    /* Aumentare il margine se si desidera l'effetto con stacco in bianco dal menu in alto sui dispositivi piccoli. */
    .mytopimage2 {
        margin-top: 13px;
    }
}
