:root {
	--gradcolor: #824236;
}
.bannerImage {
	display: none;
}
/* Feltide BG */
body {
	background-image: url('/images/backgrounds/feltide_festivities.png');
	background-color: transparent;
	background-size: cover;
	background-position: left top;
	background-attachment: fixed;
}
.content-wrapper {
	padding: 0px!important;
	min-height: 650px !important;
	background-color: transparent;
	margin-left: 0px!important;
}
.main-footer {
	background-color: transparent!important;
	margin-left: 0px!important;
}
.main-sidebar {
	transition: margin-left .3s ease-in-out,width .3s ease-in-out;
	margin-left: 0px;
	width: 0px;
	overflow: auto;
	height: 100%!important;
	scrollbar-width: thin;
}
.mt-2 {
	padding-bottom: 5em;
}
@media (min-width: 768px) {
	body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
		margin-left: 0px;
	}
}
.main-header {
	margin-left: 0px!important;
}
.tooltiptext {
	text-align: center;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	font-size: 12px;
	width: calc(85px - 2em);
	background: #252525;
	color: #afb9bd;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #62686b;
	transition: 0.2s ease-in;
	-webkit-transition: .2s ease-in;
	z-index: 1000;
	white-space: normal;
}
.tooltiptext > a, .tooltiptext > a:focus, .tooltiptext > a:active, .tooltiptext > a:visited {
	color: #c99b74;
}
.tooltiptext > a:hover {
	color: #ffffff;
}
.topleft, .topright, .top {
	bottom: 0;
	margin: -1em auto 2em auto;
}
.botleft, .botright, .bot {
	top: 0;
	margin: 2em auto -1em auto;
}
.topleft {
	right: -300%;
}
.topright {
	left: -300%;
}
.top {
	left: -500px;
	right: -500px;
}
.botleft {
	right: -300%;
}
.botright {
	left: -300%;
}
.bot {
	left: -500px;
	right: -500px;
}
.tooltiptext::after {
	content: "";
	position: absolute;
	border-width: 6px;
	border-style: solid;
}
.topleft::after, .topright::after, .top::after {
	border-color: #252525 transparent transparent transparent;
}
.botleft::after, .botright::after, .bot::after {
	border-color: transparent transparent #252525 transparent;
}
.topleft::after {
	bottom: -12px;
	right: 37px;
}
.topright::after {
	bottom: -12px;
	left: 37px;
}
.top::after {
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
}
.botleft::after {
	top: -12px;
	right: 37px;
}
.botright::after {
	top: -12px;
	left: 37px;
}
.bot::after {
	top: -12px;
	left: 50%;
	margin-left: -6px;
}
.tooltipmark:hover > .tooltiptext, .tooltipbox:hover > .tooltiptext {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
}
.tooltipbox {
	position: relative;
	width: 100%;
}
.tooltipbox > .tooltiptext {
	max-width: calc(150px - 2em);
}
.tooltipbox > .topleft {
	bottom: 6px;
	left: -50px;
	right: auto;
}
.tooltipbox > .topright {
	bottom: 6px;
	right: -50px;
	left: auto;
}
.tooltipbox > .top {
	bottom: 6px;
	left: -500px;
	right: -500px;
}
.tooltipbox > .botleft {
	top: 6px;
	left: -50px;
	right: auto;
}
.tooltipbox > .botright {
	top: 6px;
	right: -50px;
	left: auto;
}
.tooltipbox > .bot {
	top: 6px;
	left: -500px;
	right: -500px;
}
.tooltipbox > .topleft::after {
	right: 15%;
	margin-left: -50%;
}
.tooltipbox > .topright::after {
	left: 15%;
	margin-right: -50%;
}
.tooltipbox > .botleft::after {
	right: 15%;
	margin-left: -50%;
}
.tooltipbox > .botright::after {
	left: 15%;
	margin-right: -50%;
}
.tooltipbox:hover {
	cursor: pointer;
}
.calendarheader {
	font-size: 2.7em;
	text-shadow: 1px 1px 2px #5d4733, -1px -1px 0px #dbb592;
	border-bottom: 2px solid #353535;
	margin: -0.1em -0.5em 0.25em;
	padding: 0.1em 0.75em;
	box-shadow: 0px 4px 4px #353b3e7a;
}
.rainbowheader {
	background: linear-gradient(135deg, #824236ab, #f8b378ab, #f4c27bab, #389d95ab, #5479e3ab, #625775ab, #c09cc8ab, #f194c3ab, #8d3422ab);
}
.feltideheader {
	background: linear-gradient(135deg, #365882ab, #b4f8ffab);
}
.calendarheadertitle {
	text-align: center;
	font-family: "BreatheFire";
	color: transparent;
	background: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	mix-blend-mode: overlay;
	text-shadow: 0px 0px 0px #ffffff, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 3px #000000, 0px 0px 4px #000000;
}
.row {
	position: relative;
}
.infoside {
	background: #353535;
	border: 3px double #8a9599;
	border-radius: 1em;
	padding: 1em;
	color: #9fa8ab;
	text-align: center;
	min-height: 675px;
	font-size: 15px;
}
.infoside a:link, .infoside a:visited {
	color: #c9f1ff;
}
.infoside a:hover {
	color: #ffffff;
}
.feltideside {
	color: #a3bdd3;
}
.feltideinfotitle {
	color: #7296e7;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.infotitle {
	font-family: 'BreatheFire';
	font-size: 1.8em;
	letter-spacing: 1px;
	margin-bottom: 0.15em;
	color: transparent;
	background-image: linear-gradient(135deg, #824236, #f8b378, #f4c27b);
	background-size: cover;
	background-repeat: repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.infotitle.feltideinfotitle {
	font-weight: normal;
	background-image: linear-gradient(135deg, #364682, #78e0f8, #364682);
}
.infotitle2 {
	display: inline-block;
	font-family: 'BreatheFire';
	letter-spacing: 1px;
	font-size: 1.35em;
	vertical-align: middle;
	color: #ad7053;
}
.infotitle2.feltideinfotitle {
	font-weight: normal;
	color: #5a7fd3;
}
.pricetext {
	display: inline-block;
	font-size: 1.1em;
	padding-left: 5px;
	vertical-align: middle;
}
.infohint {
	font-style:italic;
	font-size: 1em;
	margin-bottom: 1em;
	color: #f8b378;
}
.infohint.feltideinfohint {
	color: #849aad;
}
.infohint2 {
	font-style: italic;
	font-size: 0.95em;
	margin-bottom: 0.25em;
	color: #f8b378;
	text-align: left;
	padding-inline-start: 2.75em;
}
.infohint2.feltideinfohint {
	color: #849aad;
}
.discountspan {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #7092df;
	text-shadow: 1px 1px 3px #000;
	text-align: center;
}
.tile {
	background: #353535;
	min-height: 100px;
	height: 100%;
	border-radius: 3em / 1.25em;
	box-shadow: inset 0px 0px 3px 0px #1a232f, inset 0px 0px 15px 1px #495151;
	padding: 0.5em;
	color: #bd6e5d;
	word-break: break-word;
	overflow: hidden;
	position: relative;
}

.tilewrap {
	border-radius: 2.5em / 1.5em;
	box-shadow: -1px 4px 5px #262a35b2;
	padding: 1.25px 1.25px;
	background: linear-gradient(135deg, #657277 40%, #4f5c61 60%);
	height: 100%;
}
.tilewrap:hover {
	cursor: pointer;
	color: #ffffff;
	box-shadow: -1px 4px 5px #171933b2, inset 0px 0px 3px 0px #201e45, inset 3px 3px 2px 0px #201e457d, inset 0px 0px 15px 1px #535277;
}
.tilebg {
	background-image: linear-gradient(135deg, #824236, #f8b378, #f4c27b, #389d95, #5479e3, #604a9f, #ca5ed1, #ff94ca, #8d3422);
	background-size: cover;
	background-repeat: repeat;
	background-position: center center;
	-webkit-background-clip: text;
	position: relative;
	height: 100%;
	width: 100%;
}
.tilebg {
	background-image: linear-gradient(135deg, #364682, #78e0f8, #364682);
}
/*.row .col:nth-of-type(1) .tilebg {
	background-image: linear-gradient(135deg, #824236, #f8b378);
}
.row .col:nth-of-type(2) .tilebg {
	background-image: linear-gradient(135deg, #f8b378, #f4c27b, #389d95);
}
.row .col:nth-of-type(3) .tilebg {
	background-image: linear-gradient(135deg, #f4c27b, #389d95, #5479e3);
}
.row .col:nth-of-type(4) .tilebg {
	background-image: linear-gradient(135deg, #389d95, #5479e3, #604a9f);
}
.row .col:nth-of-type(5) .tilebg {
	background-image: linear-gradient(135deg, #5479e3, #604a9f, #ca5ed1);
}
.row .col:nth-of-type(6) .tilebg {
	background-image: linear-gradient(135deg, #604a9f, #ca5ed1, #ff94ca);
}
.row .col:nth-of-type(7) .tilebg {
	background-image: linear-gradient(135deg, #824236, #f8b378, #f4c27b);
}
.row .col:nth-of-type(8) .tilebg {
	background-image: linear-gradient(135deg, #f4c27b, #389d95, #5479e3);
}
.row .col:nth-of-type(9) .tilebg {
	background-image: linear-gradient(135deg, #389d95, #5479e3, #604a9f);
}
.row .col:nth-of-type(10) .tilebg {
	background-image: linear-gradient(135deg, #5479e3, #604a9f, #ca5ed1);
}
.row .col:nth-of-type(11) .tilebg {
	background-image: linear-gradient(135deg, #604a9f, #ca5ed1, #ff94ca);
}
.row .col:nth-of-type(12) .tilebg {
	background-image: linear-gradient(135deg, #ca5ed1, #ff94ca, #8d3422);
}
.row .col:nth-of-type(13) .tilebg {
	background-image: linear-gradient(135deg, #f4c27b 25%, #389d95, #5479e3);
}
.row .col:nth-of-type(14) .tilebg {
	background-image: linear-gradient(135deg, #389d95 25%, #5479e3 25%, #604a9f);
}
.row .col:nth-of-type(15) .tilebg {
	background-image: linear-gradient(135deg, #5479e3 15%, #604a9f 45%, #ca5ed1);
}
.row .col:nth-of-type(16) .tilebg {
	background-image: linear-gradient(135deg, #604a9f 35%, #ca5ed1, #ff94ca);
}
.row .col:nth-of-type(17) .tilebg {
	background-image: linear-gradient(135deg, #ca5ed1, #ff94ca);
}
.row .col:nth-of-type(18) .tilebg {
	background-image: linear-gradient(135deg, #ff94ca, #8d3422);
}
.row .col:nth-of-type(19) .tilebg {
	background-image: linear-gradient(135deg, #5479e3 20%, #604a9f 40%, #ca5ed1 100%);
}
.row .col:nth-of-type(20) .tilebg, .row .col-xl-3:nth-of-type(1) .tilebg {
	background-image: linear-gradient(135deg, #604a9f 20%, #ca5ed1 30%, #ff94ca 40%);
}
.row .col:nth-of-type(21) .tilebg, .row .col-xl-3:nth-of-type(2) .tilebg {
	background-image: linear-gradient(135deg, #ca5ed1, #ff94ca 20%, #d3472a 70%);
}

.row .col:nth-of-type(1) .special {
	--gradcolor: #824236;
}
.row .col:nth-of-type(2) .special {
	--gradcolor: #f8b378;
}
.row .col:nth-of-type(3) .special {
	--gradcolor: #f4c27b;
}
.row .col:nth-of-type(4) .special {
	--gradcolor: #389d95;
}
.row .col:nth-of-type(5) .special {
	--gradcolor: #5479e3;
}
.row .col:nth-of-type(6) .special {
	--gradcolor: #ca5ed1;
}
.row .col:nth-of-type(7) .special {
	--gradcolor: #f8b378;
}
.row .col:nth-of-type(8) .special {
	--gradcolor: #389d95;
}
.row .col:nth-of-type(9) .special {
	--gradcolor: #5479e3;
}
.row .col:nth-of-type(10) .special {
	--gradcolor: #604a9f;
}
.row .col:nth-of-type(11) .special {
	--gradcolor: #ca5ed1;
}
.row .col:nth-of-type(12) .special {
	--gradcolor: #ff94ca;
}
.row .col:nth-of-type(13) .special {
	--gradcolor: #f4c27b;
}
.row .col:nth-of-type(14) .special {
	--gradcolor: #5479e3;
}
.row .col:nth-of-type(15) .special {
	--gradcolor: #604a9f;
}
.row .col:nth-of-type(16) .special {
	--gradcolor: #604a9f;
}
.row .col:nth-of-type(17) .special {
	--gradcolor: #ca5ed1;
}
.row .col:nth-of-type(18) .special {
	--gradcolor: #ff94ca;
}
.row .col:nth-of-type(19) .special {
	--gradcolor: #604a9f;
}
.row .col:nth-of-type(20) .special, .row .col-xl-3:nth-of-type(1) .special {
	--gradcolor: #ca5ed1;
}
.row .col:nth-of-type(21) .special, .row .col-xl-3:nth-of-type(2) .special {
	--gradcolor: #ff94ca;
}*/
.special {
	background: linear-gradient(315deg, #353535 40%, var(--gradcolor) 85%);
	-webkit-animation: animatebg 8s ease infinite;
	-moz-animation: animatebg 8s ease infinite;
	animation: animatebg 8s ease infinite;
	height: 100%;
	background-size: 300% 300%;
}
.special > .tile {
	background: linear-gradient(315deg, #353535 75%, var(--gradcolor) 135%);
}
.tilewrap:hover .tile, .special:hover .tile, .tile:hover {
	background: #2c2d41;
	box-shadow: inset 0px 0px 3px 0px #201e45, inset 3px 3px 2px 0px #201e457d, inset 0px 0px 15px 1px #535277;
}
.activetile, .activetile:hover, .tilewrap:hover {
	/*border: 1px solid #5d6271;*/
	background: #2c2d41!important;
	box-shadow: inset 0px 0px 3px 0px #201e45, inset -4px -3px 2px 0px #201e457d, inset 3px 3px 8px 0px #4b4a65!important;
}
.feltidetilewrap {
	background: #353535;
	border: 3px double #7da0b529;
	border-radius: 2.5em / 1.5em;
	box-shadow: -1px 4px 5px #262a35b2, 2px -2px 5px #262a35b2, inset 0px 0px 3px #1a1a1a;
	padding: 0;
	color: #78daf8;
	height: 100%;
	min-height: 110px;
	z-index: 1;
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.feltile {
	height: 100%;
	padding: 5px 8px;
}
.feltidetilewrap::before {
	border-radius: 2.25em / 1.25em;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(45deg, #353535, #38506f);
	z-index: -1;
	transition: opacity 0.3s ease;
	opacity: 0;
	box-shadow: -1px 4px 5px #262a35b2, 2px -2px 5px #262a35b2, inset 3px 3px 6px #7f919959, inset -3px -3px 6px #10131459;
}
.feltidetilewrap:hover::before {
	opacity: 1;
}
.activetile, .activetile:hover {
	border-radius: 2.25em / 1.25em;
	background: linear-gradient(45deg, #353535, #38506f)!important;
	box-shadow: -1px 4px 5px #262a35b2, 2px -2px 5px #262a35b2, inset 3px 3px 6px #7f919959, inset -3px -3px 6px #10131459!important;
}
.feldaytitle {
	font-family: 'BreatheFire';
	font-weight: bold;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 3px;
	text-decoration: none;
	padding: 0;
	color: #84a8cd;
}
.feltiletext {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.felspecial {
	background: linear-gradient(45deg, #5a7587, #192737);
}
@-webkit-keyframes animatebg {
	0%{background-position:0% 50%;}
	50%{background-position:100% 50%;}
	100%{background-position:0% 50%;}
}
@-moz-keyframes animatebg {
	0%{background-position:0% 50%;}
	50%{background-position:100% 50%;}
	100%{background-position:0% 50%;}
}
@keyframes animatebg {
	0%{background-position:0% 50%;}
	50%{background-position:100% 50%;}
	100%{background-position:0% 50%;}
}
.daytitle {
	font-family: 'BreatheFire';
	font-weight: bold;
	margin: 0 auto;
	font-size: 1.65em;
	text-align: center;
	letter-spacing: 3px;
	text-decoration: none;
	padding: 0;
	-webkit-text-fill-color: transparent;
}
.tiletext {
	font-family: "BreatheFire";
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 3px;
	-webkit-text-fill-color: transparent;
}
section hr {
	background: #6c88ab;
}
.tilebtn {
	position: relative;
	overflow: hidden;
	font-family: "BreatheFire";
	font-size: 1.5em;
	display: block;
	background: #353535;
	border-radius: 1em;
	padding: 0.5em 1em;
	border: 1px solid #8a9599;
	box-shadow: 0px 0px 6px #533922;
	color: #f7d2b1;
	margin: 0 auto 0.5em;
	outline: none!important;
	letter-spacing: 1.5px;
	z-index: 1;
}
.tilebtn:hover {
	cursor: pointer;
	color: #ffffff;
	background: #2c2d41;
}
.tilebtntext {
	position: relative;
	z-index: 2;
}
.tilebtn.feltidetile {
	box-shadow: 0px 0px 6px #1a191a;
	color: #78daf8;
	background: #353535;
}
.tilebtn.feltidetile::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(45deg, #353535, #38506f);
	z-index: -1;
	transition: opacity 0.3s ease;
	opacity: 0;
}
.tilebtn.feltidetile:hover::before {
	opacity: 1;
}
.tilebtn2 {
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	background: #454853;
	border-radius: 1em;
	padding: 0.5em 1em;
	border: 1px solid #5d6271;
	box-shadow: 0px 0px 6px #262835;
	color: #b7cad1;
	margin: 0 auto 0.5em;
	outline: none !important;
}
.tilebtn2:hover {
	cursor: pointer;
	color: #ffffff;
	background: #535865;
	border: 1px solid #7b8191;
}
.tilebtn2:hover {
	cursor: pointer;
	color: #ffffff;
	background: #2c2d41;
}
.tilebtn2.feltidetile {
	position: relative;
	overflow: hidden;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	padding: 0.5em 1em;
	box-shadow: 0px 0px 6px #1a191a, inset 0px 0px 3px #1d242d57;
	color: #78daf8;
	background: #26334b;
	z-index: 1;
	margin: 0.1em 0.5em;
}
.tilebtn2.feltidetile::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(45deg, #26334b, #38506f);
	z-index: -1;
	transition: opacity 0.3s ease;
	opacity: 0;
}
.tilebtn2.feltidetile:hover::before {
	opacity: 1;
}
.tilebtn2.feltidetile.disabledbtn {
	pointer-events: auto;
	filter: saturate(0.3)!important;
	background: linear-gradient(90deg, #a29595 35%, #979d83);
	color: #372727;
}
.characterimg {
	display: block;
	max-width: 600px;
	width: 100%;
	height: 110px;
	margin: 0.25em auto;
	border-radius: 1em;
	box-shadow: 0px 0px 0px 1px #d7bfbf, 0px 0px 4px 1px #1f1d1d;
	opacity: 0.9;
	object-fit: cover;
	object-position: 10% 35%;
	cursor: pointer;
}
.tilebadge {
	display: block;
	filter: hue-rotate(34deg) drop-shadow(1px 1px 2px #389d959f) opacity(0.9);
}
.tilebadge {
	filter: hue-rotate(180deg) drop-shadow(1px 1px 2px #0000009f) opacity(1) brightness(2);
	max-width: 25px;
}
.row .col:nth-of-type(17) .tilebadge, .row .col:nth-of-type(20) .tilebadge {
	filter: hue-rotate(267deg) drop-shadow(1px 1px 2px #4d389d9f) opacity(0.9);
}
.row .col:nth-of-type(19) .tilebadge {
	filter: hue-rotate(241deg) drop-shadow(1px 1px 2px #38285e9f) opacity(0.9);
}
.row .col:nth-of-type(21) .tilebadge {
	filter: hue-rotate(299deg) drop-shadow(1px 1px 2px #5e28289f) opacity(0.9);
}
.row .col-xl-3:nth-of-type(1) .tilebadge {
	filter: hue-rotate(267deg) drop-shadow(1px 1px 2px #4d389d9f) opacity(0.9);
}
.row .col-xl-3:nth-of-type(2) .tilebadge {
	filter: hue-rotate(299deg) drop-shadow(1px 1px 2px #5e28289f) opacity(0.9);
}
.updatenotice2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	background: #8f7f71;
	padding: 1.25em 3em;
	word-break: break-word;
	box-shadow: 0 6px 6px -3px #6e5642, inset 0px 3px 5px -3px #523d2a;
	max-height: 75px;
	overflow: auto;
	z-index: 5000;
}
input {
	outline: none!important;
}
.closeprev {
	position: absolute;
	top: 0;
	right: 1em;
	color: #fad6ae;
	text-shadow: 2px 2px 0px #000, 0px 0px 4px #000;
	font-size: 50px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}
#img01.modal-content {
	max-width: 800px;
	margin: 4em auto;
}
button:disabled {
	pointer-events: none;
	filter: saturate(0.3);
}