#cookie-bar {background:#111111; height:auto; color:#fff !important; text-align:center; 
	width:90%;padding:10px 5%;color:#fff;font-size:10px;font-weight:normal;}
#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;color:#fff !important;font-size:13px !important;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:3px 7px; margin-left:8px;}
#cookie-bar .cb-enable {background:#2FAC66;}
#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:#666;}
#cookie-bar .cb-policy:hover {background:#0055dd;}


#policy-wrapper {
	display:none;
	background:#111;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:999999;
}

#policy-inner {
	padding:30px;
	background:#222;
	color:#999 !important;
	margin:30px auto;
	width:calc(100% - 40px);
	max-width:1024px;
	text-align:center;
}
#policy-inner p {
	margin-bottom:30px;
	color:#fff;
}


#policy-inner h2,
#policy-inner strong {color:#2FAC66;}



@media handheld, only screen and (max-width:767px) {
	#policy-inner {
		margin:20px;
		padding:20px;
		width:calc(100% - 80px);
	}
}





/*
#cookieChoiceInfo {position:fixed;width:90%;left:0;
bottom:0;padding:10px 5%;background:#000;background:rgba(0,0,0,0.8);color:#fff;font-size:12px;z-index:99999;
text-align:center;color:#fff;font-weight:normal;}
#cookieChoiceInfo a {font-weight:normal;color:#CCC;padding-left:5px;}
#cookieChoiceInfo a:hover {color:#FFF;text-decoration:underline;}
a#cookieChoiceDismiss {
    display:inline-block;
    margin:0px 0px 0px 20px;
    color:#fff;
    text-decoration:none;
    background: #7DAF3B;
    padding:0px 10px;
    height:30px;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    margin:0px 20px;
    text-transform:uppercase;
    line-height:30px;
}
a#cookieChoiceDismiss:hover {
    background:#699133;
    -o-transition:background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    text-decoration:none;
}
 
@media handheld, only screen and (max-width:800px) {
    a#cookieChoiceDismiss {display:block;margin:10px 0px 0px 0px;}
}
*/