#cookie-bar {
  background: #464749;
  color: #bababa;
  padding: 20px 0;
  z-index: 9999;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  font: 300 16px/24px "Ubuntu", Arial, Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 980px;
  padding: 0 280px 0 15px;
  position: relative;
  text-align: left;
  z-index: 10001;
}
#cookie-bar a {
  color: #bababa;
  text-decoration: underline;
}
#cookie-bar .cb-enable {
  background: #1256bb;
  color: #fff;
  font-family: "Ubuntu",sans-serif;
  font-size: 20px;
  margin-top: -30px;
  padding: 15px 50px;
  position: absolute;
  right: 15px;
  text-decoration: none;
  top: 50%;
  white-space: nowrap;
}
#cookie-bar .cb-enable:hover {
  text-decoration: none;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  /*background: #0033bb;*/
  padding: 0 0 0 5px;
}
#cookie-bar .cb-policy:hover {
  /*background: #0055dd;*/
  text-decoration: none;
}

/* tablet */
@media (max-width: 769px) {
  #cookie-bar p {
    margin: 0;
    max-width: 100%;
    width: 100%;
    padding: 0 15px 76px 15px;
  }
  #cookie-bar .cb-enable {
    top: auto;
    right: auto;
    left: 15px;
    bottom: 0;
    margin-top: 0;
  }
}