@keyframes cookie-animation {
  from {
    opacity: 0;
    transform: translateY(2000px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.cookie-wrap {
  animation-name: cookie-animation;
  animation-fill-mode: both;
  animation-duration: 1s;
  background: rgba(0, 0, 0, 0.8);
  border-top: solid 1px #dcdcdc;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 7777779; }
  .cookie-wrap .cookie-content {
    box-sizing: border-box;
    margin: auto;
    max-width: 980px;
    padding: 10px;
    text-align: center; }
    .cookie-wrap .cookie-content a {
      text-decoration: underline; }
      .cookie-wrap .cookie-content a.cookie-btn {
        text-decoration: none; }
        .cookie-wrap .cookie-content a.cookie-btn:hover {
          text-decoration: none; }
    .cookie-wrap .cookie-content p {
      color: white; }
    .cookie-wrap .cookie-content a, .cookie-wrap .cookie-content p {
      display: inline-block;
      font-family: arial, helvetica, sans-serif;
      font-size: 14px;
      margin: 0 10px 0 0; }
  .cookie-wrap #ignore-cookies-btn {
    text-decoration: none;
    position: absolute;
    top: 10px;
    color: white; }
    @media (min-width: 1200px) {
      .cookie-wrap #ignore-cookies-btn {
        float: right; } }
    @media (max-width: 1199px) {
      .cookie-wrap #ignore-cookies-btn {
        right: 0; } }

/*# sourceMappingURL=cookies.css.map */
