/*
#cookie-bar {background:#c99d66; height:auto; line-height:24px; color:#fff; text-align:center; padding:3px 0;z-index:9999;}
#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:30px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:6px 10px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
*/


#cookie-bar {
	background:#8ac43f; 
	height:auto; 
	line-height:24px; 
	color:#fff;
	text-shadow: 1px 1px 0px #000; 
	-webkit-text-shadow: 1px 1px 0px #000;
	-moz-text-shadow: 1px 1px 0px #000;
	text-align:center; 
	padding:3px 0;
	z-index:9999999;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(70,79,92,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(70,79,92,1);
	box-shadow: 0px 0px 15px 0px rgba(70,79,92,1);
}

#cookie-bar.fixed {
    position: fixed;

    right: 5%;
    width: 240px;
    height: auto;
    padding: 30px;
    margin: 0 0 5%;
    border-radius: 3px;
}
@media (max-width: 320px) {
	#cookie-bar.fixed {
    position: fixed;
    right: 5%;
    width: 228px;
    height: auto;
    padding: 30px;
    margin: 0 0 5%;
    border-radius: 3px;
}
}
#cookie-bar.fixed.bottom {
	bottom:0; 
	top:auto;
}

#cookie-bar p {
	margin:0; 
	padding:0;
}

#cookie-bar a {
    color: #ffffff;
    display: flex;
    border-radius: 3px;
    text-decoration: none;
    padding: 6px 10px;
    margin: 8px;
}
#cookie-bar .cb-enable {
	background:#007700;
}
#cookie-bar .cb-enable:hover {
	background:#009900;
}
#cookie-bar .cb-disable {
	background:#990000;
}
#cookie-bar .cb-disable:hover {
	background:#bb0000;
}
#cookie-bar .cb-policy {
	background:#0033bb;
}
#cookie-bar .cb-policy:hover {
	background:#0055dd;
}