/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies { position:fixed; width: 100%; left: 0; bottom: 0; padding: 0.5em 5%; background: #DEDEDE; background: rgba(222,222,222,0.95); color: #D90000; font-size: 13px; font-weight: 700; text-shadow: 0 -1px 0 rgba(222,222,222,0.35); z-index: 99999; text-align: center; }
.cc-cookies-banner { position:fixed; width: 100%; left: 0; bottom: 0; padding: 1.5em 30%; background: #FCD86C; background: rgba(222,222,222,0.95); color: #D90000; font-size: 13px; font-weight: 700; text-shadow: 0 -1px 0 rgba(222,222,222,0.35); z-index: 99999; text-align: center; color: #D90000; }

.cc-cookies a, .cc-cookies a:hover { color: #000; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; color: #D90000; }
.cc-cookies a.cc-cookie-accept { display: inline-block; color: #fff; text-decoration: none; background: #D90000; 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; }
.cc-cookies a:hover.cc-cookie-accept { background: #EEE; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; color: #D90000 !important; }

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

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