#cookie-bar {background:#000; height:auto; line-height:30px; color:#fff; text-align:right; padding:10px; position:fixed; bottom:0%; right:0; width:30%; z-index:101;}
/*#cookie-bar.fixed {position:fixed; bottom:0%; right:0; width:30%;}*/
/*#cookie-bar.fixed.bottom {bottom:0; top:auto;}*/
#cookie-bar p {font-size:10px; font-weight:300; margin:0; padding:0;}
#cookie-bar a {color:#fff; display:inline-block;  text-decoration:underline; padding:0 6px;} /* border-radius:3px; padding:0 6px; margin-left:8px; */
#cookie-bar .cb-enable {background:#000;} 
#cookie-bar .cb-enable:hover {background:#000;}
#cookie-bar .cb-disable {background:#000;}
#cookie-bar .cb-disable:hover {background:#000;}
#cookie-bar .cb-policy {background:#000;}
#cookie-bar .cb-policy:hover {background:#000;}

@media (max-width:820px)
{
	#cookie-bar {
		line-height:15px; width:45%; 
		}
	#cookie-bar .cb-enable {background:#000;} 	
	#cookie-bar .cb-enable:hover {background:#000;} 
	#cookie-bar .cb-policy {background:#000;}
	#cookie-bar .cb-policy:hover {background:#000;}
		
	
}