/* cookies */

.cookiepolicy {
    background: #1e1e1e;
    bottom: 0;
    font: 14px Arial,Helvetica,sans-serif;
    padding: 15px 50px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 280px;
    height: 80px;
    z-index: 9999;
    font-size: 12px;
    text-align: left;
}

.cookiepolicy a{
  position: absolute !important;
  text-align: center !important;
  background: #bd2375 url(close.png) center center no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: -60px 0 0 -110px;
}

.cookiepolicy a:hover{
  cursor: pointer;
}