.cookies { position:fixed; width: 100%; left: 0; top: 0; padding: 0.5em 5%; background-color:rgba(1,1,1, 0.5); color: #fff; font-size: 13px; font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cookies a, .cookies a:hover { color: #fff; text-decoration: underline; }
.cookies a:hover { text-decoration: none; }
.overlay { height: 100%; padding-top: 25%; }
.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; }
.cookies a.cookie-accept, .cookies-error a.cookie-accept, .cookies a.cookie-decline, .cookies-error a.cookie-decline, .cookies a.cookie-reset { display: inline-block; color: #fff; text-decoration: none;  padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; background: #2495b2 }
.cookies a.cookie-decline, .cookies-error a.cookie-decline { margin-left: 0.5em; }
.cookies a.cookie-reset { background: #f15b00; }
.cookies a:hover.cookie-accept, .cookies-error a:hover.cookie-accept, .cookies a:hover.cookie-decline, .cookies-error a:hover.cookie-decline, .cookies a:hover.cookie-reset  { background: #09F; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cookies-error a.cookie-accept, .cookies-error a.cookie-decline { display: block; margin-top: 1em; }
.cookies.discreet { width: auto;  padding: 0.5em 1em; left: auto; top: auto; }
.cookies.discreet a.cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cookies.discreet a:hover.cookie-reset { text-decoration: none; }

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

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