/** -------------------- COOKIE SNIPPET ---------------------**/
.cookie-snippet {
	position: fixed;
	bottom: 0;
	left: 10vw;
	max-width: 80vw;
	background: rgba(0, 102, 179, 0.94);
	color: white;
	padding: 15px;
	border-radius: 4px 4px 0 0;
	z-index: 99999;
	/* background: rgba(255,255,255,.95); */
	color: white;
	/* border: 1px solid #ddd; */
	border-top: 0;
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
}

.cookie-snippet .message {
	/*margin-bottom:  20px;*/
}

.cookie-snippet .message a {
	color: #ed6a18;
	font-weight: bold;
}

.cookie-snippet .btnClose {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: transparent;
	box-shadow: none;

	padding: 5px;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}