/* Cookie Layer */

div.cookie_layer_wrapper {
	font: normal 0.875em/1.6429em 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 15px;
	display: none;
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
}

div.cookie_layer {
	position: relative;
	box-sizing: border-box;
	max-width: 68.26666667em;
	/* 1024/15 */
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.8);
	/* #424b4f */
	color: white;
	padding: 1.0667em 6.6667em 1.0667em 2.1333em;
	/* 16/15 100/15 16/15 32/15 */
}

div.cookie_layer a {
	color: #fff;
	text-decoration: underline;
}

div.cookie_layer a.button {
	position: absolute;
	text-decoration: none;
	color: #fff;
	right: 2.1333em;
	/* 32/15 */
	top: 1.3333em;
	/* 20/15 */
	padding: 0.3333em 0.8em;
	/* 5/15 12/15 */
	background-color: #D32F2E;
}

div.cookie_layer a.button:hover,
div.cookie_layer a.button:focus {
	text-decoration: none;
}
