#cookie-info {
  width: auto;
  padding: 10px 10px 10px 10px;
  margin: 0px auto;
  position: fixed;
  z-index: 9999;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
	background-color: rgba(64,27,64, 0.7);
	font-family: 'Ubuntu Condensed', sans-serif;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #fff;
	font-size: 14px;
}

#cookie-info .inner {
  width: 960px;
  padding: 0px;
  margin: 0px auto;
  position: relative;
	text-align: center;
}

#cookie-info a.close {
  text-align: center;
  padding: 0px 10px 0px 10px;
	display: inline-block;
	width: auto ;
	height: 25px;
	background: #89277a ;
	line-height: 25px ;
	font-weight: bold; 
	margin-left: 20px;
	color :#fff;
}

#cookie-info a.close:hover {
  text-decoration: none;
  color: #000;
  background: #fbbf1f;
	transition: .3s;
}


