.cookiebar {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  font-size: 1em;
  padding: 20px;
  margin: 0;
  z-index: 300000000000;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.8);
  transition: 600ms;
}

.cookiebar.show {
  bottom: 0;
}

.cookiebar p {
  padding: 3px;
  width: 90%;
  margin:0 auto;
}

.cookiebar a {
  color: #fff;
}

.cookiebar a:hover {
  color: #ccc;
  text-decoration: underline;
}

.cookiebar .accept {
  background: #ccc;
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  transition: 400ms;
}

.cookiebar .accept:hover {
  background: #111;
  color: #fff;
}

.cookiebar-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.cookiebar-close {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.cookiebar-close:hover {
  color: #000;
}

.p20 {
  padding: 20px;
}
