.cookie-agreement {
	background: #8E3557;
	z-index: 300;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 0;
}

.cookie-agreement * {
	-webkit-font-smoothing: antialiased;
}

.cookie-agreement .column {
	position: relative;
}

.cookie-agreement p {
	margin-bottom: 0;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.cookie-agreement span {
	display: block;
}

.cookie-agreement a,
.cookie-agreement a:hover,
.cookie-agreement a:focus,
.cookie-agreement a:active {
	color: #4A1A2C;
}

.cookie-agreement a {
	-webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

.cookie-agreement a:hover {
	opacity: .7;
}

.cookie-agreement .wrapper {
	padding: 0 15px;
	margin: 0 auto;
}

.cookie-agreement .button {
	display: inline-block;
	background: #4A1A2C;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 20px 8px;
	margin: 15px 0 0;
}

.cookie-agreement .button:hover {
	color: #fff;
	text-decoration: none;
}

@media only screen and (min-width: 64.063em) {
	.cookie-agreement {
		padding: 10px 0;
	}

	.cookie-agreement p {
		line-height: 1.2;
	}

	.cookie-agreement span {
		display: inline;
		margin-right: 30px;
	}

	.cookie-agreement .button {
		margin-top: 0;
	}
}