
#cookie-bar {
	background:#111111;
	background:rgba(0,0,0,0.90); 
	min-height:24px; 
	line-height:24px; 
	color:#eeeeee; 
	text-align:center; 
	padding:15px 5%;
	overflow:hidden;
}

#cookie-bar.big {height:50%;}

#cookie-bar.fixed {position:fixed; top:0; left:0;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0;font-size:13px;color:#fff;font-weight:300;opacity:1;}
#cookie-bar .message {display:inline-block;text-align:left;padding-right:90px;line-height: 26px;}
#cookie-bar .buttonContainer {display:inline-block;position:absolute;margin-left:-65px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; }
#cookie-bar .cb-enable {cursor:pointer;font-weight:bold; color:#fff;font-size:13px;border: 1px solid #777;padding:0 6px;}
#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;*/font-weight:bold;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

#cookie-bar .policybutton {font-weight:bold;cursor:pointer;}

#policyContainer {
	height:0px;
	overflow-y:scroll;
	margin:0 auto;
	width:65%;
	margin-top:0px;
	text-align:left;
	-webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
}

#policyContainer.big {height:250px;margin-top:30px; margin-bottom:20px;}

#policyContainer h2 {font-size:18px;font-weight:bold;color:#fff;margin-top:10px;}
#policyContainer h3 {font-size:15px;font-weight:bold;color:#fff;margin:0;}
#policyContainer h4 {font-size:13px;font-weight:bold;color:#fff;margin:0;}
#policyContainer p {padding:0 20px 0 0; margin-bottom:15px;color:#aaa;}
#policyContainer p b {font-weight:600;}






