/*
/* CookieBar
 * Version: 1.4 | 03/07/2014 | 21/03/2015
 * Author: PrimeBox modified by MJA Productions
 * Author URI: http://www.primebox.co.uk/projects/cookie-bar/ | http://www.mjap.fr/
 */
#cookie-bar {background:#000; height:auto; font-family:Arial Narrow,Arial,sans-serif; font-size:13px; line-height:auto; color:#fff; text-align:center; padding:5px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {font-family:Arial Narrow,Arial,sans-serif; font-size:13px; color:#fff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#32d201;}
#cookie-bar .cb-enable:hover {background:#36e201;}
#cookie-bar .cb-disable {background:#ea0101;}
#cookie-bar .cb-disable:hover {background:#ff0202;}
#cookie-bar .cb-policy {background:#0141ea;}
#cookie-bar .cb-policy:hover {background:#0146fd;}