
#GdprCookieBanner{
    background-color:rgba(0,0,0,.9);
    border-top-width:1px;bottom:0;
    padding:15px;
    position:fixed;
    width:100%;
    z-index:50000;
    display:none;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.50004px;
    box-sizing: border-box;
}

#GdprCookieContainer {
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
    text-align: center;
}
@media only screen and (min-width:701px){
    #GdprCookieBanner {
        padding:15px;
    }

    #GdprCookieContainer {
        padding:0;
    }
}

@media screen and (min-width: 701px){
    #GdprCookieContainer  {
        max-width: 930px;
    }
}


@media only screen and (min-width:1701px){
    #GdprCookieBanner {
        padding:15px;
    }

    #GdprCookieContainer {
        max-width: 1530px;
    }
}

#GdprCookieDisclaimer {
    color: #fff;
    font-family: Adobe Caslon W01 Regular,serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.49995px;
    line-height: 25px;
    margin-bottom: 15px;
}

#GdprCookieDisclaimer a{
    -webkit-transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    color: #fff;
    vertical-align: bottom;
    text-decoration: underline;
}

#GdprCookieDisclaimer a:hover {
    border-color: #999;
    color: #999;
}

#GdprCookieBannerAccept {
    color: #000;
    background-color: #fff;

    font-family: Helvetica Neue LT W01_71488914,Helvetica,sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 130px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    border: 1px solid #fff;
}

#GdprCookieBannerAccept:hover {
    color: #fff;
    background-color: #000;
}