/*@font-face {*/
/*    font-family: FontNatale;*/
/*    src: url('/Assets/PirataOne-Regular.ttf');*/
/*}*/

/*@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');*/
/*https://codepen.io/kunger/pen/gobeNw*/
@-webkit-keyframes red-pulse {
    0% {
        box-shadow:
                0 0 10px 0px #ff4545,
                inset -5px 0 2px #c80202;
    }
    50% {
        box-shadow:
                0 0 10px 2px #ff5757,
                inset 5px 0 2px #FB4E4E;
    }
    100% {
        box-shadow:
                0 0 10px 0px #ff4545,
                inset -5px 0 2px #c80202;
    }
}

@-webkit-keyframes yellow-pulse {
    0% {
        box-shadow:
                0 0 10px 0px #ffe57f,
                inset -5px 0 2px #cca300;
    }
    50% {
        box-shadow:
                0 0 10px 2px #ffe57f,
                inset 5px 0 2px #ffdb4c;
    }
    100% {
        box-shadow:
                0 0 10px 0px #ffff33,
                inset -5px 0 2px #cca300;
    }
}

@-webkit-keyframes blue-pulse {
    0% {
        box-shadow:
                0 0 10px 0px #7fb6ff,
                inset -5px 0 2px #0058cc;
    }
    50% {
        box-shadow:
                0 0 10px 2px #7fb6ff,
                inset 5px 0 2px #328bff;
    }
    100% {
        box-shadow:
                0 0 10px 0px #7fb6ff,
                inset -5px 0 2px #0058cc;
    }
}

@-webkit-keyframes purple-pulse {
    0% {
        box-shadow:
                0 0 10px 0px #df99ff,
                inset -5px 0 2px #8c00cc;
    }
    50% {
        box-shadow:
                0 0 10px 2px #df99ff,
                inset 5px 0 2px #bf32ff;
    }
    100% {
        box-shadow:
                0 0 10px 0px #df99ff,
                inset -5px 0 2px #8c00cc;
    }
}

.lights-master-container {
    position: relative;
}
.lights-container {
    position: absolute;
    margin-top: -16px;
    width: 100%;
    pointer-events: none;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.lights-container .light {
    display: block;
}
.lights-container .right {
    display: block;
}

.light {
    pointer-events: none;
    /*margin: 10px;*/
    /*float: left;*/
    width:15px;
    height:15px;
    border-radius:100px;
    margin-top: 16px;
}

@media  (min-width: 769px)  and (max-width: 1399px) {
    .light {
        margin-top: 11px;
    }
}

@media  (max-width: 440px) {
    .light {
        margin-top: 11px;
    }
}

/*@media  (max-width: 412px) {*/
/*    .light {*/
/*        margin-top: 12px;*/
/*    }*/
/*}*/


/*@media  (max-width: 375px) {*/
/*    .light {*/
/*        margin-top: 10px;*/
/*    }*/
/*}*/



.red {
    background-color: #f91515;
    /* border: 1px solid #9e0000; */
    box-shadow: inset -5px 0 2px #c80202;
    -webkit-animation: red-pulse 2s linear 1s infinite;
}

.blue {
    background-color: #006eff;
    /*border: 1px solid #004db2;*/
    box-shadow: inset -5px 0 2px #0058cc;
    -webkit-animation: blue-pulse 2s linear 1s infinite;
}

.yellow {
    background-color: #ffcc00;
    /*border: 1px solid #b28e00;*/
    box-shadow: inset -5px 0 2px #cca300;
    -webkit-animation: yellow-pulse 2s linear 1s infinite;
}

.purple {
    background-color: #b000ff;
    /*border: 1px solid #690099;*/
    box-shadow: inset -5px 0 2px #8c00cc;
    -webkit-animation: purple-pulse 2.5s linear 1.2s infinite;
}


.christmas-time {
    border: 32px solid transparent;
    border-image-source: url("/Assets/Images/Static/Christmas-v.gif");
    border-top: none;
    border-left: 32px solid;
    border-bottom: none;
    border-image-slice: 85;
    border-image-repeat: repeat;
    border-image-outset: 0;
    margin-bottom: 16px;
}

.natale {
    position: relative;
}

.natale img {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    height: 78px !important;
    width: auto !important;
}

.pungitopo {
    position: absolute;

    z-index: 100;
    width: auto !important;
    top: -28px;
    left: -18px;
    height: 106px !important;
}