/*!
 * 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;
    top: 50%;
    margin-top: -100px;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 99;
}
.cookie-message a {
    padding: 5px 15px;
    background-color: #007bad;
    color: #fff !important;
    margin-top: 15px;
    color: #fff;
    display: inline-block;
}

.cookie-message p {
    margin: 0;
}
.cookie-message a {
    padding: 5px 15px;
    background-color: #007bad;
    color: #fff !important;
    margin-top: 15px;
    color: #fff;
    display: inline-block;
}

.blue {
  background-color: rgba(0,0,0,0.8);
    width: 225px;
    border-radius: 0 5px 5px 0;
}
.blue h2 
{
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.blue p, .blue a {     color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-family: "Poppins",arial; }