.cookiealert {
    position: fixed;
    padding-top: 10px;
    height:90px;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 1999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #000;
    padding-left: 10px;
    padding-right: 10px;
}
.cook_but{
  padding-top:10px;
  text-decoration:none;
  list-style: none;
  width:165px;
  margin:auto;
  height:50px;
  text-align: center;
}
.cook_but li{
float:left;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
    bottom:0;

}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
@media (max-width: 767px) {
  .cookiealert {
      position: fixed;
      padding-top: 10px;
      height:110px;
      bottom: 0;
      text-align:center;
      left: 0;
      width: 100%;
      margin: 0 !important;
      z-index: 1999;
      opacity: 0;
      border-radius: 0;
      transform: translateY(100%);
      transition: all 500ms ease-out;
      color: #ecf0f1;
      background: #000;
      padding-left: 10px;
      padding-right: 10px;
  }

}
@media (max-width: 768px) {

}
@media (min-width: 36em) {

}
@media (min-width: 58em) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {

}
@media (min-width: 980px) {
}
@media (max-width: 979px) {
}
@media (min-width: 769px) and (max-width: 1240px) {
}
@media (max-width: 768px) {
}
