.cookie-message {
  position:fixed;
  bottom:0;left:0;
  width: 100%;
  z-index: 99;
  background-color: rgba(34, 34, 34, 0.93);
  color: #fff;
}

.cookie-message a {
  color: #fff;
}


.cookie-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 15px;
  overflow: hidden;
}

.cookie-content p {
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 300;
	color:#FFF;
  width: 80%;
  float: left;
	font-size: 14px;
	margin: 0 auto;
}

.cookie-content p a {
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  color: #fff;
}

.cookie-accept {
  width: 20%;
  float: right;
  padding-top: 0px;
}

.cookie-accept a {
  position: relative;
  font-family: "lft-etica",sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 6px 15px;
  float: right;
  margin: 10px 0 10px 10px;
}

.cookie-accept a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

.cookie-accept a:hover {
  color: #222;
}

.cookie-accept a:hover:before {
  opacity: 1;
}