/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */
 
.cookie-message {
  position:fixed;
  bottom:0;left:0;right:0;
  
  padding:0 85px 0 20px;
  background:#fff;
  z-index: 9000;
}
.cookie-message a {
  position:absolute;
  top:0; *top:-2px; right:20px;
  cursor:pointer;
}
.cookie-message a.privacy_policy {
  position:inherit;
  margin-left: 5px;
  cursor:pointer;
}
.cookie-message p, .cookie-message a {
  color:#333;
  text-decoration: none; 
  font:bold 11px/18px Arial;
  margin:0.6em 0;
  padding: 0;
}


.cookie-message a:hover {
color:#dddddd;
}
.cookie-message.blue {


  background: rgba(0, 0, 0, 0.7);
  -moz-opacity:0.5;  
  background-size: cover;

}
.blue p { color:#fff; }
.blue a { color:#CA9E67; }