﻿/*.checkCookie{position: fixed;bottom: 0;left: 0;width: 100%;height: auto;text-align: center;z-index: 50;display: none;background: #646464;}
.centerCookie{position: relative;width: auto;}
.centerCookie p{text-align: center;}
.checkCookie p{position:relative;color: #fff;margin:0;padding: 10px 0;font-weight: 300;font-size: 1em;}
.privacylink {cursor: pointer;font-weight: 400;}
.privacylink a:link, .privacylink a:visited {color: #fff;}
.accetta_e_continua {background-color: #ffffff;border-radius: 2px;padding: 4px 7px;margin-left: 5px;cursor: pointer;}
.accetta_e_continua_testo {color: #646464;font-weight:  600;text-transform:  uppercase;}
span#ctl00_Her_GDPR_lConsultaCookiePolicy {color: #FFF;text-decoration: underline;}

@media only screen and (max-width:1260px) {
    .checkCookie p{width: 80%;margin: 0 auto;line-height: 200%;}
}
@media only screen and (max-width:590px) {
    .checkCookie p{width: 95%;margin: 0 auto;line-height: 200%;}
}*/
/**** banner cookie ****/
.checkCookie{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.checkCookie p{font-family: 'Montserrat', sans-serif;}

.centerCookie{
    position:relative;
    width: 100%;
    margin:0;
    padding: 10px 20px;
    padding-right: 185px;
}

p.centerCookie{
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    /* padding-right: 160px; */
    width: auto;
}

.centerCookie .privacylink a {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
    color:  #FFF;
}

.centerCookie .privacylink a:link, .centerCookie .privacylink a:visited, .centerCookie .privacylink a:hover {color: #f4f4f4;}

.centerCookie .bancookiebold{font-weight: 500}

#chiudicookie{
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
}

#chiudicookie:hover{background-color: #e8e8e8;}

#chiudicookie span{
    position: absolute;
    /* line-height: 36px; */
    top: calc(50% - 8px);
    left: 0;
    width: 180px;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 970px){
    .centerCookie{float: left; display: block; padding: 10px 5px;}
    #chiudicookie{position: relative; float: left; right: auto; top: auto; width: 100%; height: auto; padding: 10px 5px; display: block;}
    #chiudicookie span{position: relative; top: auto; left: auto; width: 100%;}
}
/**** fine banner cookie ****/
