/**
 * EU Cookie Law notice
 */
.cookie-law-notice {
  background-color: rgba(104, 106, 108, 0.7);
  bottom: 0;
  color: #fff;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 100; }

.cookie-law-notice__close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px; }

.cookie-law-notice__content {
  margin: 0 auto;
  max-width: 972px;
  padding: 10px; }
  .cookie-law-notice__content p {
    margin: 0; }

@media screen and (max-width: 1076px) {
  .cookie-law-notice__content {
    padding-right: 42px; } }
