
#cookies-eu-wrapper {
	position: relative;
	z-index: 999999;
	display: none;
}

#cookies-eu-banner {
	background-color: #707070;
	color: #fff;
	padding: 6px;
	font-size: 1em;
	text-align: center;
	min-height: 60px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#cookies-eu-banner-closed {
	background-color: #707070;
	color: #fff;
	padding: 12px;
	font-size: 1.1em;
	text-align: center;
	min-height: 60px;
	position: fixed;
	bottom: 80px;
	right: 0px;
	display: none;
	z-index: 999999;
}

#cookies-eu-banner-closed span {
	border-bottom: 2px solid #fff;
	cursor: pointer;
}

@media only screen and (max-width: 600px) {
	#cookies-eu-banner-closed {
		padding: 8px;
		min-height: 20px;
	}
	
	#cookies-eu-banner-closed span {
		display: none;
	}
	
	#cookies-eu-banner-closed:after {
		content: "↩";
	}
}

#cookies-eu-settings, .cookies-eu-settings, #cookies-eu-accept, #cookies-eu-reject, .cookies-eu-accept, .cookies-eu-reject {
	text-decoration: none;
	background-color: #0080ff;
	color: #fff;
	border: 1px solid #0080ff;
	cursor: pointer;
	padding: 20px;
	margin: 8px 6px;
	text-transform: uppercase;
	font-size: 1em;
	transition: background .07s, color .07s, border-color .07s;
	letter-spacing: .075em;
}

#cookies-eu-more {
	color: #fff;
	padding-right: 20px;
	font-weight: bold;
}

#cookies-eu-reject, .cookies-eu-reject, #cookies-eu-accept, .cookies-eu-accept {
	padding: 10px 20px;
}

#cookies-eu-more {
	color: 707070;
}

#cookies-eu-more:hover, #cookies-eu-more:focus {}

#cookies-eu-reject:focus, .cookies-eu-reject:focus, #cookies-eu-reject:hover, .cookies-eu-reject:hover, #cookies-eu-accept:hover, #cookies-eu-accept:focus, .cookies-eu-accept:hover, .cookies-eu-accept:focus {
	background: #222;
	color: #fff;
	border: 1px solid #000;
}

#cookies-eu-settings, .cookies-eu-settings {
	background: none;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	padding: 10px 10px;
	border: 1px solid #fff;
}

#cookies-eu-settings:hover, #cookies-eu-settings:focus, .cookies-eu-settings:hover, .cookies-eu-settings:focus {
	border-color: #fff;
	background: #222;
	color: #fff;
}

#cookies-eu-banner form {
	display: contents;
}

/* custom-cookies-option */
.custom-cookies-option {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

.custom-cookies-option h3 {
	padding: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.custom-cookies-option input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.custom-cookies-option label {
	display: inline-block;
	background-color: #ddd;
	padding: 10px 20px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .075em;
	cursor: pointer;
	font-weight: bold;
}

.custom-cookies-option input[type="radio"]:checked+label {
	background-color: #0080ff;
	color: white;
}

/* footer */
.argpd-footer {
	background-color: #333;
	text-align: center;
	width: 100%;
	color: #6d6d6d;
}

.argpd-footer ul {
	margin: 0;
	padding: 10px 0;
}

.argpd-footer ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 20px;
}

.argpd-footer ul li a {
	color: #999;
}

.argpd-footer aside {
	padding: 10px 0 0;
}
