/* COOKIE */
#cookie-consent {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0px;
	background-color: rgba(0,0,0,0.9);
	z-index: 100000;
}
.cookie-consent-inner {
	width: 380px;
	margin: 10px;
	padding: 10px;
	position: fixed;
	bottom: 10px;
	background-color: #549eb9;
	color: #fff;
}
.cookie {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cookie-msg {
	width: calc(100% - 120px);
	margin-right: 20px;
	float: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
}
.cookie-accept {
	display: flex;
	flex-direction: column;
	width: 100px;
	height: 140px;
	justify-content: space-between;
	align-items: center;
}