.clearfix {
	clear: both;
}

.cookie-popup-container {
	background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;
	padding: 24px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.cookie-popup-container-fixedtop,
.cookie-popup-container-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.cookie-popup-container-fixedtop {
	position: fixed;
}

.cookie-popup-container-bottom {
	position: fixed;
	bottom: 4px;
	left: 4px;
	right: 4px;
	/* width: 320px; */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.cookie-popup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.cookie-popup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.cookie-popup-close-button {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0;
	right: 0;
	padding: 5px 10px;
}

.cookie-popup-close-button:active,
.cookie-popup-close-button:hover {
	color: #fff;
	text-decoration: none;
}

.cookie-popup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.cookie-popup-body {
	color: #a2a2a2;
}

.cookie-popup-buttons {
	padding: 7px 0 5px;
}

.cookie-popup-button-continue {
	color: #f6a21d;
	text-decoration-color: #f6a21d !important;
	font-weight: bold;
	font-size: 14px;
}

.cookie-popup-button-more {
	color: #f6a21d;
	text-decoration-color: #f6a21d !important;
	font-weight: normal;
	font-size: 12px;
}

.cookie-popup-button {
	margin: 0 10px;
}

.cookie-popup-button:focus,
.cookie-popup-button:hover {
	text-decoration: underline;
	color: #f6a21d;
}

body .cookie-popup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .cookie-popup-color-inverse .cookie-popup-head {
	color: #000;
}

body .cookie-popup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .cookie-popup-style-compact .cookie-popup-body,
body .cookie-popup-style-compact .cookie-popup-buttons,
body .cookie-popup-style-compact .cookie-popup-head {
	display: inline;
	padding: 0;
	margin: 0;
}

body .cookie-popup-style-compact .cookie-popup-button {
	margin: 0 5px;
}

#overlay {
	/* background-color: rgba(0, 0, 0, 0.8); */
	z-index: 99999;
	/* position: absolute; */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}