.cc-cookies {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: .5em 5%;
    background-color: #54a473;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .35);
    z-index: 1999999;
    text-align: center;
}

.cc-cookies a, .cc-cookies a:hover {
    color: #fff;
}

.cc-cookies a.cc-discreet, .cc-cookies a.cc-discreet:hover {
    text-decoration: underline;
}

.cc-cookies a:hover {
    text-decoration: none
}

.cc-overlay {
    height: 100%;
    padding-top: 25%
}

.cc-cookies-error {
    float: left;
    width: 90%;
    text-align: center;
    margin: 1em 0 2em 0;
    background: #fff;
    padding: 2em 5%;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #333
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #25af6e;
    /*background-image: -webkit-linear-gradient(#32c984, #25af6e);*/
    /*padding: .5em .75em;*/
    border-radius: 4px;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, .25);*/
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, .35);*/
    /*-o-transition: background .5s ease-in;*/
    /*-webkit-transition: background .25s ease-in;*/
    /*-moz-transition: background .25s ease-in*/
    font: 14px open_sansregular;
    padding: 8px;
    /*-webkit-appearance: button;*/
    text-transform: none;

    background-image: -webkit-gradient(linear, 0 0, 0 50%, from(#32c984), to(#25af6e));
    background-image: -webkit-linear-gradient(#32c984, #25af6e);
    background-image: -moz-linear-gradient(top, #32c984, #25af6e);
    background-image: linear-gradient(#32c984, #25af6e0);
    background-repeat: no-repeat;
    border: 1px solid #0b8565;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32c984', endColorstr='#25af6e', GradientType=0);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px 0px 0px rgba(0, 0, 0, 0.05);
    text-shadow: 1px 1px 0px #222;
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
    background: #af3b3b;
    margin-left: .5em
}

.cc-cookies a.cc-cookie-reset {
    background: #f15b00
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
    background: #000;
    -o-transition: background .5s ease-in;
    -webkit-transition: background .25s ease-in;
    -moz-transition: background .25s ease-in
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
    display: block;
    margin-top: 1em
}

.cc-cookies.cc-discreet {
    width: auto;
    padding: .5em 1em;
    left: auto;
    top: auto
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
    background: none;
    text-shadow: none;
    padding: 0;
    text-decoration: underline
}

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        display: block;
        margin: 1em 0
    }
}

@media screen and (max-width: 480px) {
    .cc-cookies {
        position: relative;
        float: left
    }
}