div#cookies-message {
	font-size: 8px;
	line-height: 16px;
	padding: 10px 0;
	color: #FFFFFF !important;
	text-align: center;
	bottom: 0px;
	background-color: #287bc8;
	width: 100%;
	min-width: 375px;
	z-index: 8100;
	position: fixed;
	animation: slideUp 2s ease 0s;
}

#cookies-message.slideDown{
	animation: slideDown 4s ease 0s forwards;
}

@keyframes slideUp{
	100%{
		bottom: 0;
	}
	0%{
		bottom: -100%;
	}
}

@keyframes slideDown{
	100%{
		bottom: -100%;
	}
}

div#mycookiecontent{
	min-width: 375px;
	margin: 0 auto;
}

div#cookies-message p {
	padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
}

div#accept-cookies-checkbox {
	margin: 3px;
	padding: 0;
	display: inline;
}

a#accept-cookies {
	padding: 10px 5px 8px 5px;
	font-size: 10px;
	line-height: 20px;
	color: #fff;
	display: inline;
	text-decoration: none;
	cursor: pointer;
	margin-right: 75px;
	border: 0;
	width: 150px;
	margin: 0 auto;
	margin-top: 7px;
	font-weight: bold;
}
a#accept-cookies:hover {
	text-decoration: underline;
}

a#goto_cookie_policy {
	font-weight: bold;
	display: inline;
	color: #fff;
	width: 150px;
	padding: 6px 5px 8px;
}

#coockies-policy-footer {
	text-align: center;
}

#coockies-policy-footer a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
}
