.cookiekit-bar{
border-top: 1px solid #2B1C11;
background: #CC9041;
color:#ffffff;
font-size: 13px;
line-height: 1.7;
font-family: 'PT Sans', Tahoma, Verdana, Segoe, sans-serif;
padding: 10px 10px 10px 10px;
position:fixed; 
left:0;
bottom:0;
z-index:9999;
display:none;
width:100%;
}


.cookiekit-bar a {
  color: #ffffff;
  text-decoration:underline;
  margin: 0;
  padding:0;
  cursor:pointer;
}

.cookiekit-bar a:hover {
	text-decoration:none;
}



.cookiekit-bar .btn-cookie{
  padding: 2px 17px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 15px;
  margin-right: 15px;
  color:#ffffff;
  /*background: #ed2279;*/
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}


.cookiekit-bar .accept {background: #564E45; border: 1px solid #29251F; color:#ffffff; text-decoration:none;}
.cookiekit-bar .accept:hover {background: #605145; text-shadow:0 1px 5px rgba(0, 0, 0, 0.2);}

.cookiekit-bar .nocookie {background:#990000; border: 1px solid #cf1e6a; color:#ffffff; text-decoration:none;}
.cookiekit-bar .nocookie:hover {background:#bb0000; text-shadow:0 1px 5px rgba(0, 0, 0, 0.2);}

.cookiekit-bar .close {position: absolute; top: 10px; right: 10px; color:#000000; background:#f2f2f2; border: 1px solid #eee; text-decoration:none;}
.cookiekit-bar .close:hover {background:#ffffff; text-shadow:0 1px 5px rgba(0, 0, 0, 0.2);}

