
#close_cookie{display:none;}
#close_cookie:checked + #cookie_consent_popup{display:none;}
#cookie_consent_popup{
	position:fixed;
	/*bottom:30px;left:30px;*/
	bottom:0px;
	left:0px;
	width:100%;
	/*height:180px;*/
	
	background-color:#fbb63e;
	background-color: rgb(0, 0, 0, 0.9);
	height:auto;
	 padding:15px 20px;
	 z-index:2000000000000000;
	 color:#666666;
}
	#cookie_consent_popup h1{
		font-size:1.2em;
	}
		#cookie_consent_popup h1:before{
			content:"";
			padding:0;
		}
	#cookie_consent_popup p{
		font-size:0.7em;
		color:#666666;
		
	}
	
	
	#cookie_consent_popup #close_cookie_box{
		 padding:5px 10px;
		cursor:pointer;
		font-size:1em;
		/*border:1px solid #eeeeee;*/ 
		 background-color:#FF0000; 
		color:white;
	}
	#cookie_consent_popup #param_cookie_box{
		 
		cursor:pointer;
		font-size:1em;
		 padding:5px 10px;
		font-weight:700;
		color:white;
		/*border:1px solid #eeeeee;*/ 
		  background-color:#696969; 
	}
	
	
	
	
	#cookie_consent_popup #param_cookie_box a:link,a:hover,a:visited{ text-decoration:none; }
	
	#cookie_consent_popup #ok_cookie_box{
		 
		cursor:pointer;
		font-size:1em;
		 padding:5px 10px;
		font-weight:700;
		color:white;
		/*border:1px solid #eeeeee;*/    
		background-color:#007f00; 
	}
