/* Cookies *********************** */

.avviso_cookie_wrap {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.avviso_cookie_wrap .layer_click {
    width: 100%;
    height: 86%;
    position: absolute;
    top: 0;
    left: 0;
}

.avviso_cookie {
    line-height: 14px;
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    font-size: 13px;
    text-align: center;
}

.avviso_cookie .wrap {
    padding: 30px 65px 30px 30px;
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
}

.avviso_cookie .wrap a {
    color: #FFF;
    text-decoration: underline;
}

.avviso_cookie .wrap a:hover {
    color: #FFF;
    text-decoration: none;
}

.avviso_cookie .wrap p {
    padding: 0;
    margin: 0;
    line-height: 18px;
    text-align: left;
}

/*.avviso_cookie .wrap a.close { cursor: pointer; width: 35px; height: 35px; background: url(../images/ico-close.png) center no-repeat; position: absolute; top: 20px; right: 30px; opacity: 1; -webkit-border-radius: 23px; border-radius: 23px; background-size: 93%; margin-right: -17px; }*/

@media screen and (min-width: 0px) and (max-width: 996px) {
    .avviso_cookie .wrap p br {
        content: ' ';
    }
    .avviso_cookie .wrap p br:after {
        content: ' ';
    }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .avviso_cookie {
        font-size: 10px;
    }
    .avviso_cookie .wrap {
        padding: 10px 15px;
    }
    .avviso_cookie .wrap p {
        padding: 0 40px 0 0;
        line-height: 14px;
    }
    .avviso_cookie .wrap a.close {
        top: 11px;
        width: 25px;
        height: 25px;
    }
}