html {
	scroll-behavior: smooth;
}
html,
body {
	margin: 0;
	margin-bottom: 29px;
	padding: 0;
	min-width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	color: #000;
	overflow-x: hidden;
}


h1 { margin: 0 }

header,
section {
	position: relative;
	width: 100%;
	max-width: 2200px;
	margin: auto;
}

header > div.bgd,
section > div.bgd {
	padding: 0;
	margin: 0;
	margin-top: 30px;
	background-size: 100%;
}

header > div.bgd img,
section > div.bgd img {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: -3px;
}

header > div.content,
section > div.content {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	overflow: visible;
}

img {
	max-width: 100%;
}

@media screen and (max-width: 1280px) {
	header,
	section {
		max-width: 744px;
	}
	section.banner {
		max-width: unset;
	}
	header > div.bgd,
	section > div.bgd {
		padding-left: 268px;
		margin-left: -268px;
		padding-right: 268px;
		margin-right: -268px;
	}
}

@media screen and (max-width: 630px) {
	header > div.bgd,
	section > div.bgd {
		background: none;
	}
	header {
		max-width: 100%;
		overflow: hidden;
	}
	#poem {
		max-width: 100%;
		overflow: hidden;
	}
	#disco {
		max-width: 100%;
		overflow: hidden;
	}
}

@media screen and (max-width: 340px) {
	#quotes div.voucher p.title span {
		font-size: 100% !important;
		max-width: 100% !important;
	}
	#quotes div.title p {
		max-width: 100% !important;
		font-size: 80% !important;
	}
}



#mainContainer {
	visibility: hidden;
}

#preloader {
	color: #fff;
	display: block;
	min-height: 100px;
}
#preloader p {
	text-align: center;
	margin-top: 100px;
	font-weight: bold;
}



/* Top banner */

section.banner {
	margin-bottom: -30px;
}

section.banner div.wrapper {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	max-width: 1024px;
	margin: auto;
}
section.banner.collapsed div.wrapper {
	padding-bottom: 10px;
}

section.banner p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

section.banner a {
	color: #009cb4;
	text-decoration: none;
}
section.banner a:hover {
	text-decoration: underline;
}

section.banner div.header {
	color: #009cb4;
	font-weight: bold;
	font-size: 35px;
	margin: auto;
	padding-top: 0px;
	border-top: 2px solid #009cb4;
	border-left: 2px solid #009cb4;
	border-right: 2px solid #009cb4;
	position: relative;
	top: 10px;
	min-height: 36px;
}
section.banner.collapsed div.header {
	border-bottom: 2px solid #009cb4;
}

section.banner div.header p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 52px;
	max-width: calc(100% - 110px);
	line-height: 45px;
}

section.banner div.header button {
	position: absolute;
	top: 9px;
	right: 18px;
	background: none;
	border: none;
	width: 30px;
	height: 30px;
	font-size: 0;
	cursor: pointer;
}
section.banner.collapsed div.header button {
	top: 3px;
}
section.banner div.header button::before {
	position: absolute;
	top: 0;
	left: 0;
}
section.banner.expanded div.header button::before {
	content: url('img/banner-close.html');
}
section.banner.collapsed div.header button::before {
	content: url('img/arrow-expand.html');
}

section.banner div.text {
	color: #fff;
	border-top: 1px solid transparent;
	border-left: 2px solid #009cb4;
	border-right: 2px solid #009cb4;
	border-bottom: 2px solid #009cb4;
	margin-top: 5px;
	padding-bottom: 10px;
}
section.banner.collapsed div.text,
section.banner.collapsed div.header p {
	display: none;
}

section.banner div.text p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 25px;
}

@media screen and (max-width: 1028px) {
	section.banner div.header p {
		font-size: 24px;
		line-height: 36px;
	}
	section.banner div.text p {
		font-size: 10px;
		margin-bottom: -3px;
		line-height: 14px;
	}
}

@media screen and (max-width: 1002px) {
}

@media screen and (max-width: 742px) {
	section.banner div.header button {
		top: 5px;
	}
	section.banner div.header p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 0px;
	}
}

@media screen and (max-width: 630px) {
	section.banner div.wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	section.banner div.text {
		background: none;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
	}
	section.banner p {
		margin-left: 0px;
		margin-right: 0px;
	}
	section.banner div.header button {
		right: 14px;
	}
}

@media screen and (max-width: 514px) {
	section.banner div.text {
		margin-top: 0;
	}
}



/* Header */

header > div.bgd {
	background: url(img/header-bgd.jpg) no-repeat top center;
	min-height: 676px;
}

header > div.content {
	width: 52% !important;
}
header > div.content img {
	position: absolute;
	top: -90px;
	right: 10%;
	z-index: 9;
}

@media screen and (max-width: 1280px) {
	header > div.content {
		width: 90% !important;
	}
	header > div.content img {
		top: -70px;
	}
}

@media screen and (max-width: 630px) {
	header > div.bgd {
		min-height: 580px;
	}
	header > div.content {
		width: 58% !important;
	}
	header > div.content img {
		top: -40px;
	}
}



/* Poem */

#poem > div.bgd {
	background: url(img/poem-bgd.jpg) no-repeat top center;
	min-height: 834px;
}

@media screen and (max-width: 770px) {
	#poem > div.bgd {
		min-height: 700px;
	}
}

@media screen and (max-width: 630px) {
	#poem > div.bgd {
		min-height: 550px;
	}
}



/* Disco */

#disco > div.bgd {
	background: url(img/disco-bgd.jpg) no-repeat top center;
	min-height: 556px;
}

#disco > div.content {
	position: absolute;
	padding: 20px;
	top: 5px;
	left: calc((100% - 1140px) / 2);
	left: 24%;
	width: calc(100% - 920px);
	min-width: 495px;
}

#discoImg {
	position: relative;
	left: 00px;
}

#disco p {
	color: #fff;
	text-align: center;
	max-width: max(min(25vw, 620px), 400px);
	line-height: max(min(1.7vw, 35px), 20px);
	font-size: min(max(1vw, 15px), 20px);
	position: relative;
	left: 2%;
}
#disco p:first-of-type {
	left: 0;
}
#disco p:nth-of-type(2) {
	position: relative;
	top: -65px;
	left: 15%;
	max-width: 320px;
	margin-bottom: -65px;
}
#disco p span {
	color: #009cb4;
	font-style: italic;
}
#disco p span::before{
	content: '\A';
	white-space: pre;
}
#disco p:first-of-type img {
	width: min(max(20vw, 390px), 450px);
}
#disco p:last-of-type img {
	width: min(max(20vw, 300px), 359px);
}

@media screen and (max-width: 1280px) {
	#disco > div.content {
		top: -15px;
		left: 4%;
		width: 495px;
		min-width: 300px;
	}
}

@media screen and (max-width: 630px) {
	#disco p {
		display: none;
	}
	#disco > div.content {
		padding-bottom: 0;
	}
	#disco > div.bgd {
		min-height: 406px;
	}
}



/* FAQ */

#faq {
	background: url(img/faq-wide.jpg) no-repeat top center;
	background-size: min(100%, 2200px);
	max-width: unset;
	min-height: 705px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#faq > div.border {
	padding: 30px;
	padding-top: 30px;
	border: 2px solid #009cb4;
	margin: auto;
	margin-top: 20px;
	width: calc(65% - 104px);
	max-width: 1160px;
}

#faq a {
	color: #009cb4;
	text-decoration: none;
}
#faq a:hover {
	text-decoration: underline;
}

#faq div.heading > p {
	font-weight: bold;
	color: #009cb4;
	margin: 0;
}
#faq div.heading > p.title {
	font-size: 50px;
	font-size: max(min(2vw, 50px), 40px);
	line-height: 60px;
	margin-top: -10px;
}
#faq div.heading > p.description {
	font-size: 23px;
	font-size: max(min(1vw, 23px), 18px);
	line-height: 30px;
}

#faq div.item {
	margin-top: 0px;
	min-height: 50px;
	position: relative;
	border-top: 1px solid #009cb4;
}

#faq div.item p {
	font-size: 16px;
	font-size: max(min(.8vw, 21px), 15px);
	color: #fff;
	min-height: 25px;
}

#faq div.item p.title {
	max-width: 557px;
	padding-top: 0px;
	margin: 0;
	cursor: pointer;
	position: relative;
	top: 15px;
}
#faq div.item p.title::before {
	content: url(img/faq-arrow.png);
	position: relative;
	top: -4px;
	margin-right: 15px;
	float: left;
}
#faq div.item.expanded p.title {
	font-weight: bold;
}
#faq div.item.expanded p.title::before {
	display: inline-block;
	transform: rotate(180deg);
}

#faq div.item p.heading {
	font-size: 125%;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

#faq div.item p:nth-child(2) {
	margin-top: 35px !important;
}
#faq div.item p:not(.title) {
	margin-top: 10px;
	margin-bottom: 10px;
}
#faq div.item.collapsed p:not(.title) {
	display: none;
}

@media screen and (max-width: 1280px) {
	#faq {
		background-size: 1280px;
	}
	#faq > div.border {
		width: calc(100% - 84px);
		max-width: 744px;
	}
}

@media screen and (max-width: 630px) {
	#faq {
		background: url(img/faq-bgd-mobile.html) no-repeat top left 20%;
	}
}



/* Quotes */

#quotes {
	background: url(img/quotes-bgd.jpg) no-repeat top center;
	background-size: min(100%, 2200px);
	max-width: unset;
	min-height: 1173px;
	padding-bottom: 200px;
	margin-bottom: 100px;
	padding-top: 0;
	margin-top: 0;
}

#quotes > div.wrapper {
	padding-top: 60px;
	padding-bottom: 10px;
	margin: auto;
	margin-top: 0px;
	width: calc(65% - 104px);
	max-width: 1224px;
}

#quotes div.title {
	float: left;
	color: #009cb4;
	text-transform: uppercase;
	font-size: max(min(1.6vw, 40px), 28px);
	font-size: 40px;
	font-weight: bold;
	width: calc(100% - 250px);
	max-height: 1px;
}
#quotes div.title p {
	margin: 0;
	margin-bottom: 10px;
}

#quotes div.tripadvisor {
	float: right;
	height: 1px;
}
#quotes div.tripadvisor .small {
	display: none;
}

div.quotes {
	position: relative;
	top: 200px;
}
div.quote {
	position: relative;
	border: 1px solid transparent;
	margin-bottom: 100px;
}
div.quote:first-of-type {
	width: 70%;
}
div.quote:nth-of-type(2) {
	left: 5%;
	width: 55%;
}
div.quote:last-of-type {
	width: 65%;
	margin-bottom: 0;
}

div.quote p {
	color: #fff;
}
div.quote p:first-of-type {
	font-style: italic;
	text-indent: 80px;
	font-size: 28px;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.quote p:first-of-type::before {
	content: '"';
	color: #009cb4;
	font-size: 130%;
}
div.quote p:first-of-type::after {
	content: '"';
	color: #009cb4;
	font-size: 130%;
}
div.quote p:last-of-type {
	color: #009cb4;
	font-weight: bold;
	font-size: 22px;
	text-transform: capitalize;
	margin: 0;
	margin-top: 10px;
	text-align: right;
}

#quotes div.tickets {
	display: inline-block;
	position: relative;
	top: 300px;
	left: 5%;
	width: max(min(29.5vw, 505px), 300px);
}
div.tickets img {
	width: 100%;
	cursor: pointer;
}

#quotes div.voucher {
	display: inline-block;
	position: relative;
	top: 200px;
	left: 20%;
	max-width: 370px;
	margin-top: 100px;
}

#quotes div.voucher p {
	font-size: 27px;
	font-size: max(min(1.13vw, 27px),19px);
	color: #fff;
}
#quotes div.voucher p.title {
	font-size: 52px;
	font-size: 2.2vw;
	font-size: max(min(2.2vw, 52px), 42px);
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	line-height: 120%;
}
#quotes div.voucher p.title span {
	color: #009cb4;
	font-size: 128%;
}
#quotes div.voucher a {
	color: #ffdd00;
	text-decoration: none;
	font-weight: bold;
}
#quotes div.voucher a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1770px) {
	#quotes div.voucher {
		left: 10%;
	}
	#quotes div.voucher {
		max-width: 310px;
	}
}

@media screen and (max-width: 1480px) {
	#quotes div.tickets {
		left: 0;
	}
	#quotes div.voucher {
		left: 10%;
	}
}

@media screen and (max-width: 1280px) {
	#quotes {
		background-size: 1280px;
	}
	#quotes > div.wrapper {
		width: calc(100% - 20px);
		max-width: 808px;
	}
	#quotes div.title {
		max-width: 200px;
	}
}

@media screen and (max-width: 820px) {
	#quotes div.tickets {
		left: 0;
	}
	#quotes div.voucher {
		left: 10%;
	}
}

@media screen and (max-width: 712px) {
	#quotes div.voucher {
		left: 5%;
	}
}

@media screen and (max-width: 666px) {
	#quotes div.voucher {
		max-width: 300px;
		left: 0;
	}
}

@media screen and (max-width: 630px) {
	#quotes {
		background: url(img/quotes-bgd-mobile.html) no-repeat top left 20%;
		margin-bottom: 0;
		padding-bottom: 150px;
	}
	#quotes div.tripadvisor {
		float: unset;
		display: inline-block;
		height: unset;
		max-height: unset;
		margin-top: 20px;
		margin-left: calc(50% - 120px);
		background-color: red;
	}
	div.quotes {
		top: 50px;
	}
	div.quote {
		width: 100% !important;
		left: 0 !important;
	}
	#quotes div.ticketsWrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	#quotes div.voucher {
		left: 7%;
		top: 50px;
	}
	#quotes div.tickets {
		display: block;
		width: min(80%, 428px);
		margin: auto;
		top: 150px;
	}
	div.tickets img {
		width: 100%;
	}
	#quotes div.title {
		float: unset;
		max-width: unset;
		width: 100%;
		text-align: center;
		max-height: unset;
	}
}



/* How to get there */

#map {
	margin-bottom: 25px;
}

#map-box {
	width: 100%;
}
#map-box img {
	width: 100%;
	max-width: 666px;
}

#map > div.wrapper {
	padding: 30px;
	padding-bottom: 60px;
	background-color: #050a0e;
	margin: auto;
	margin-top: 20px;
	width: 1260px;
	min-height: 1100px;
}

#map div.map {
	display: inline-block;
	vertical-align: top;
	width: calc(65% - 104px);
	max-width: 666px;
}
#map div.map p.title {
	color: #009cb4;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: normal;
}

#map div.map p {
	font-size: 20px;
	line-height: 29px;
	color: #fff;
}

#map div.map p.where {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: normal;
}

#map div.map p.contact {
	text-transform: uppercase;
	border-top: 3px solid #f3a82a;
	margin-top: 25px;
	line-height: 45px;
}

#map div.form {
	position: relative;
	top: 55px;
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	width: 548px;
}

#map div.form p {
	color: #fff;
}

#map div.form p.title {
	font-size: 45px;
	line-height: 45px;
}

#map div.form label {
	display: block;
	color: #fff;
}
#map div.form label[for=contactMailingListCB] {
	display: inline-block !important;
	vertical-align: top;
}

#map div.form input,
#map div.form textarea {
	display: block;
	width: calc(100% - 14px);
	font-size: 20px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 40px;
}
#map div.form textarea {
	width: calc(100% - 12px);
}
#map div.form input[type=submit] {
	background-color: #ffcc00;
	text-transform: uppercase;
	line-height: 40px;
	width: 100%;
	border: none;
	height: 50px;
	text-decoration: none;
}
#map div.form input[type=submit]:hover {
	cursor: pointer;
}
#map div.form input[type=submit]:focus {
	text-decoration: underline;
}
#contactMailingListCB {
	display: inline-block !important;
	position: relative;
	vertical-align: top;
	margin-bottom: 40px !important;
	margin-left: 20px;
	max-width: 20px;
}

#map div.g-recaptcha {
	margin-bottom: 40px;
}

#form-message-success,
#form-message-fail {
	font-size: 140%;
	color: #ffcc00;
}
#form-message-fail a {
	color: white;
}
.hidden {
	display: none;
}

@media screen and (max-width: 1280px) {
	#map > div.wrapper {
		width: calc(100% - 60px);
	}
	#map div.map {
		max-width: unset;
		width: 100%;
	}
	#map div.form {
		width: 100%;
		margin-left: 0;
		top: 10px;
	}
}

@media screen and (max-width: 630px) {
	#map > div.wrapper {
		padding: 10px;
		width: calc(100% - 20px);
	}
}



/* Pre-footer */

section.prefooter {
	background-color: #282D2E;
	font-size: 19px;
}

section.prefooter div.wrapper {
	width: 1260px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	color: #9A9393;
}

section.prefooter div.left {
	display: inline-block;
	vertical-align: top;
}
section.prefooter div.right {
	display: inline-block;
	vertical-align: top;
	margin-left: 100px;
}

section.prefooter div.info p:first-of-type {
	text-transform: uppercase;
	margin: 0;
}
section.prefooter div.info p:last-of-type {
	margin: 0;
}
section.prefooter a {
	color: #FFFFFF;
	text-decoration: none;
	height: 48px;
	padding-top: 15px;
	padding-bottom: 15px;
}
section.prefooter a:hover {
	text-decoration: underline;
}

section.prefooter div.social {
	margin-top: 40px;
}

section.prefooter div.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	max-width: 500px;
}
section.prefooter div.menu li {
	margin-bottom: 5px;
	border-bottom: 1px solid #4c4d4e;
	font-size: 80%;
	line-height: 48px;
}

section.prefooter p.cookies {
	font-size: 70%;
}

section.prefooter div.right img {
	margin-top: 20px;
}

.social_icons ul{
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: -10px;
}
.social_icons li{
	margin-left:10px;
}
.social_icons li a:hover{
	opacity:0.8;
}
.social_icons .fa{
	height:48px;
	line-height:48px;
	width:48px;
	background:#ffcc00;
	color:#fff;
	text-align:center;
}

@media screen and (max-width: 1280px) {
	section.prefooter {
		max-width: unset;
		font-size: 16px;
	}
	section.prefooter div.wrapper {
		max-width: 744px;
	}
	section.prefooter div.right {
		margin-left: 30px;
	}
	section.prefooter div.right img {
		margin: auto;
		width: 400px;
	}
}
@media screen and (max-width: 760px) {
	section.prefooter div.wrapper {
		max-width: 600px;
		font-size: 14px;
	}
	section.prefooter div.right {
		width: 295px;
	}
	section.prefooter div.right img {
		margin-left: -80px;
	}
}
@media screen and (max-width: 600px) {
	section.prefooter div.wrapper {
		width: 100%;
		font-size: 16px;
	}
	section.prefooter div.left {
		display: block;
		max-width: 300px;
		margin: auto;
	}
	section.prefooter div.right {
		display: block;
		width: 100%;
		max-width: 300px;
		margin: auto;
		margin-top: 20px;
	}
	section.prefooter div.right img {
		margin: auto;
		margin-top: 20px;
		width: 380px;
	}
}



/* Footer */

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	color: #000;
	font-weight: bold;
	z-index: 99;
}

footer.collapsed div.wrapper {
	background-color: #ffcc00;
	width: 100%;
	max-width: 2200px;
	height: 70px !important;
	margin: auto;
}
footer.expanded div.wrapper {
	background-color: #ffcc00;
	width: 100%;
	max-width: 2200px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 1px;
}

footer.collapsed div.content {
	position: relative;
	max-width: 1280px;
	margin: auto;
}

footer.collapsed ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}
footer.expanded ul {
	padding: 0;
}

footer.collapsed li {
	display: inline-block;
	padding: 15px;
	margin-left: 0;
}
footer.expanded li {
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #000;
}

footer.collapsed #menuBook {
	width: 110px;
	background-color: #000;
	color: #ffcc00;
	padding: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}

footer.collapsed #menuBook a:hover {
	font-weight: bold;
	text-decoration: underline;
}
footer.expanded #menuBook a {
	font-size: 120%;
}

footer.collapsed #menuMore,
footer.collapsed #menuLess {
	display: none;
}
footer.expanded #menuMore {
	display: none;
}
footer.expanded #menuLess {
	display: block;
}

footer ul a {
	text-decoration: none;
	color: inherit;
	padding: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
footer ul a:hover {
	background-color: #000;
	color: #ffcc00;
}
footer.expanded ul a {
	display: block;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

footer.collapsed a.book {
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 10px;
	width: 110px;
	background-color: #000;
	color: #ffcc00;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	display: none;
}
footer.collapsed a.book:hover {
	text-decoration: underline;
}
footer.expanded a.book {
	display: none;
}

@media screen and (max-width: 825px) {
	footer.collapsed #menuContact {
		display: none;
	}
	footer.collapsed #menuMore {
		display: initial;
	}
	footer.collapsed #menuCorpo {
		display: none;
	}
}
@media screen and (max-width: 960px) {
	#menuHome {
		display: none;
	}
}
@media screen and (max-width: 709px) {
	footer.collapsed #menuBook {
		display: none;
	}
	footer.collapsed div.wrapper {
		height: 110px !important;
	}
	footer.collapsed a.book {
		display: block;
		position: relative;
		right: unset;
		margin: auto;
		margin-bottom: 15px;
	}
	footer.collapsed ul {
		font-size: 2.7vw;
		display: flex;
		flex-wrap: nowrap;
		max-width: 100%;
		margin-top: 10px;
	}
	footer.collapsed li {
		flex: 1 1 10%;
		margin-left: 5px;
		margin-right: 5px;
	}
	#poem > div.bgd,
	header > div.bgd,
	#disco > div.bgd,
	#faq,
	#quotes {
		background: none;
	}
	header > div.bgd,
	section > div.bgd {
		padding-left: unset;
		margin-left: unset;
		padding-right: unset;
		margin-right: unset;
	}
}

@media screen and (max-width: 549px) {
	footer.collapsed li {
		padding-left: 0;
		padding-right: 0;
	}
}

.welcomeBanner {
	display: block !important;
}
.welcomeBanner.expanded .header {
	text-transform: none !important;
	padding-top: 40px !important;
}
.welcomeBanner.expanded .text {
	padding-bottom: 40px !important;
}




/* Cookie banner */

#cookieBannerModal {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100% !important;
	height: 100%;
	display: none;
	z-index: 99999;
}

#cookieBanner {
	background-color: #333333;
	color: #d4a000;
	z-index: 9;
	position: fixed;
	left: calc(50% - 150px);
	bottom: calc(50% - 100px);
	width: 300px;
	max-width: calc(100% - 40px);
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
#cookieBanner p > a {
	color: #d4a000;
	text-decoration: underline;
}
#cookieBanner > a {
	color: #000;
	background-color: #d4a000;
	font-weight: bold;
	font-size: large;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 25px;
	text-align: center;
	display: block;
	cursor: pointer;
}
