.nascondi {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.whiteTop {
    background-color: white;
    position: fixed;
    top: -50px;
    height: 50px;
    left: 0;
    right: 0;
    z-index: 9999;
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}


.fa-layers-counter, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center;
}

@media (max-width : 650px) {
    .smartedu_hiddenMobile {
        visibility: hidden;
        display: none;
    }

    .smartedu_onlyMobile {
    }
}

@media (min-width : 651px) {
    .smartedu_onlyMobile {
        visibility: hidden;
        display: none;
    }
}
