#redim-cookiehint{
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
	position: fixed;
	font-size: 16px;
	box-shadow: 0 -5px 5px -5px #333;
	background-color: rgba(39, 18, 12, 0.7);
	z-index: 9999999;
	bottom: 0px;
	text-align: center;
}

#cookiehintinfo {
	margin-right: 12px;
} 

#redim-cookiehint .cookiecontent p{
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	display: block;	
}

#redim-cookiehint .cookiehint-heading{
	font-family:'Raleway', sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:10px;
}

#redim-cookiehint .cookiebuttons{
	display: block;
	padding: 8px;
	margin-top: 2px;

}
#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons .btn{
	background: #9c552d none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 10px 50px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	margin-top: 15px;
	text-decoration: none;
	text-shadow: none;
	border:none;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #9c552d none repeat scroll 0 0;
	color: #fff;
	text-decoration:none;
	opacity:0.8;
	box-shadow:none;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}