#cookies-notice-block{
	visibility: hidden; /*JS*/
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fbfbfb;
	z-index: 1000;
	padding: 20px 0;
	text-align: center;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.12);
}
#cookies-notice-block .button{
	text-align: center;
}
#cookies-notice-block .button a{
	color: #fff;
}
#cookies-notice-block .container{
	margin: 0 auto;
	padding: 0;
}
#cookies-notice-block{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition: 		all 0.5s ease-in-out;
}
#cookies-notice-block a{
	color: #ff5100;
}