#cookie-bar {background-color:#000000; height:auto; color:#fff; text-align:center; padding:3px 0;
 z-index: 99999999 !important; 
padding:25px;
 box-sizing: border-box;
 text-align:left;
 }
 



#cookie-bar.fixed2 {position:fixed; bottom:0; left:0;  width:100%;}

#cookie-bar.fixed2.bottom {bottom:0; top:auto;}

#cookie-bar p {
	margin:0 auto; padding:0 0px;  
font-size:11px; color:#ffffff;  	
 font-weight:normal;
  letter-spacing:1px; 
  max-width:980px;
  text-align:justify;
  text-transform:lowercase;
 
  }

#cookie-bar a {
	color:#ffffff; display:block; border-radius:3px; text-decoration:none; /*padding:0 6px;*/ margin-left:0px;
	
}

/*#cookie-bar p a.cb-enable {
	color:#ffffff; 
	font-size:12px;
	position:relative;
	top:0;
	right:10px;
	padding:10px;
	text-decoration:none;
}*/

#cookie-bar .cb-enable:hover {color:#fff; }

/*#cookie-bar .cb-disable {background:#990000;}

#cookie-bar .cb-disable:hover {background:#bb0000;}*/



#cookie-bar span{
	float: left;
	width:95%;
	
}
 /*#cookie-bar .cb-enable{
 	float: right;
 	padding: 0;
 }*/
#cookie-bar p a.cb-policy,
#cookie-bar p a.cb-enable,
#cookie-bar p a.cb-disable {
	color:#ffffff; 
	display:inline-block;
	padding:10px;
	/*background-color:#6b6b6a;*/
	box-sizing: border-box;
	margin-top: 20px;
	text-align:center;
	border:solid 2px #ffffff;
	/*max-width:200px;*/
	margin-right: 10px;
	}

#cookie-bar .cb-policy:hover {color:#fff; text-decoration:underline;}

.cookie-paragraph h1{
	font-size: 20px;

}

@media only screen and (max-width:520px) {	
#cookie-bar p a.cb-policy, #cookie-bar p a.cb-enable,
#cookie-bar p a.cb-disable{
	display: block;
}

}
