.ProximaNova-Light {
    font-family: 'Proxima Nova Light';
    font-weight: normal;
    font-style: normal;
}
.cookie-banner {
    font-family: 'Proxima Nova Light';
    position:fixed;
    bottom:40px;
    left:40px;
    width:380px;
    background-color:rgba(34,34,34,0.8);
    color:#fff;
    z-index:9999999;
    padding:0;
    text-align:center;
    font-size:11px;
    line-height:20px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.4s 0s ease-in-out;
    -moz-transition: all 0.4s 0s ease-in-out;
    -o-transition: all 0.4s 0s ease-in-out;
    -ms-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
}
.cookie-banner > div {
    padding:10px 30px;
}
.cookies-button {
    display: block;
    float: left;
    width: 33.333333%;
    text-decoration:none;
    outline:none;
    cursor:pointer;
    color:#fff;
    padding:10px 0;
    -webkit-transition: all 0.05s 0s linear;
    -moz-transition: all 0.05s 0s linear;
    -o-transition: all 0.05s 0s linear;
    -ms-transition: all 0.05s 0s linear;
    transition: all 0.05s 0s linear;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cookies-button:hover {
    text-decoration: none!important;
}
.accetta-cookies, .rifiuta-cookies {
    position: relative;
}
.accetta-cookies:after, .rifiuta-cookies:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 22px;
    background-color: #555;
    right: 0;
    top: 50%;
    margin-top: -11px;
}
.accetta-cookies:hover { color: #aaa }
.rifiuta-cookies:hover { color: #aaa }
.privacy:hover { color: #aaa }
@media(max-width:767px) {
    .cookie-banner {
        background-color: rgba(34,34,34,1);
    }
}
@media(max-width:500px) {
    .cookie-banner {
        left: 10%;
        width: 80%;
        margin-left: 0;
    }
}
@media(max-width:400px) {
    .cookie-banner {
        left: 3%;
        width: 94%;
    }
}
.cookie-banner .cookie-text {
    padding:10px 40px 0 40px;
}
