#cookies_policy_info{
	display: none;
	width: 100%;
	padding: 10px 0;
	background: none no-repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px #000000;
	color: #ffffff;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: normal;
	z-index: 999999;
}
#cookies_policy_info .read_more {
	color: #ffffff;
	text-decoration: underline;
}
#cookies_policy_info .read_more:hover {
	text-decoration: none;
}