#redim-cookiehint{

	width: 100%;

	padding: 7px 5%;

	box-sizing: border-box;

	position: fixed;
	
	text-align: center;

	background-color: #000;
	opacity: 0.6;

	font-size: 14px;

	z-index: 9999999;

	bottom:0px;

	

}



#redim-cookiehint .cookiecontent{

	font-size: 14px;
	font-weight:bold;

	line-height: 18px;

	color: #fff;
	padding-bottom:15px;

	display: inline-block;	
	
}





#redim-cookiehint .cookiebuttons{

	display: inline-block;

	/*float: right;*/
	align: center;

}

#redim-cookiehint .clr {

	clear: both;

}



#redim-cookiehint .cookiebuttons .btn{

	padding: 5px 10px !important;

	color: #fff;
		font-weight:bold;

	background-color: #354E7B;
	opacity:1;

	font-size: 14px;

	line-height: 16px;

}



#redim-cookiehint .cookiebuttons .btn:hover{ 

	background-color: #111111;

}



#redim-cookiehint.hidden{

	display: none;

	visibility: hidden;

}