#cookie-bar {background:#fff; height:auto; line-height:24px; color:#333; text-align:center; padding:7px 0;box-shadow:0 0 4px 0 #666;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index:9999}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0 10px;font-size: 14px;}
#cookie-bar a {
  color:#333;
  display:inline-block;
  text-decoration:none;
  padding:0 6px;
  margin-left:15px;
  font-size: 14px;
}
#cookie-bar .cb-enable {
  background-color: #fff;
  border: 2px solid #333;
  font-family: "Cardo",serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 21px;
  padding: 0 7px;
  text-transform: uppercase;
}
#cookie-bar .cb-enable:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}

#cookie-bar .cb-policy {
  text-decoration: underline;
}
#cookie-bar .cb-policy:hover {
  color: #b9cf38;
}
