@import url("fontawesome-all.min.css");
@import url(https://db.onlinewebfonts.com/c/68e94a17c3e618dbe0936fcbf25b26c6?family=TNY+Adobe+Caslon+Pro+Regular);
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Pacifico&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/*
	Dopetrope by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #000;
		background-image: url("../../../images/bg02.png");
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		font-family: "Merriweather", serif;
		font-weight: 300;
		color: #000;
		font-size: 14pt;
		line-height: 1.75em;
	}

	strong, b {
		color: #32373c;
		font-weight: 400;
	}

	i, em {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	small {
		font-size: 0.7em;
	}

	blockquote {
		border-left: solid 0.75em #dddddd;
		padding: 1em 0 1em 1.5em;
		font-style: italic;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #32373c;
		font-weight: 700;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

	h2 {
		font-size: 1.6em;
		font-weight: 900;
		font-family: "Poltawski Nowy", serif;
		text-decoration: underline overline;
		text-underline-offset: 0.3em;
		text-align: center;
		color: coral;
		text-transform: uppercase;
	}

	h3 {
		font-size: 2em;
		line-height: 2em;
		font-family: "TNY Adobe Caslon Pro Regular", serif;
	}

	a {
		color: #ff7f50;
		text-decoration: underline;
	}

		a:hover {
			color: #000000;
			text-decoration: none;
		}

	br.clear {
		clear: both;
	}

	hr {
		border: 0;
		border-top: solid 1px #dddddd;
		height: 1px;
		margin: 2em 0 2em 0;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 70em;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 70em;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: calc(100% - 60px);
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: calc(100% - 80px);
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: calc(100% - 40px);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}


/* Tables */

	table {
		width: 100%;
	}

		table tr {
			border-top: solid 1px #dddddd;
		}

			table tr:first-child {
				border-top: 0;
			}

		table td {
			padding: 0.5em 1em 0.5em 1em;
		}

		table th {
			text-align: left;
			padding: 0.5em 1em 0.5em 1em;
			font-weight: 700;
			margin: 0 0 1em 0;
		}

		table thead {
			border-bottom: solid 2px #dddddd;
		}

/* Section/Article */

	section, article {
		margin-bottom: 2.5em;
	}

		section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 0;
		}

	header {
		margin: 0 0 1.5em 0;
	}

		header > p {
			display: block;
			font-style: italic;
			margin: 0.5em 0 0 0;
			padding-bottom: 0.5em;
		}

		header.major {
			position: relative;
			text-align: center;
			border-top: solid 1px coral;
			top: 1em;
			margin: 0 0 3em 0;
		}

			header.major h2 {
				background: #fff;
				position: relative;
				top: -0.65em;
				display: inline;
				margin: 0;
				padding: 0 0.3em 0 0.3em;
			}

	footer {
		margin: 2.25em 0 0 0;
	}

/* Box */

	.box {
		background: #ffffff;
		border-bottom: solid 1px #ccc;
		padding: 2.75em 1.75em 2.75em 1.75em;
	}

		.box .image.featured {
			position: relative;
			width: auto;
			left: 1.75em;
			top: 1.75em;
			margin: -4.5em 0 4.25em -3.5em;
		}

		.box.post header {
			padding-top: 1em;
			margin: 0 0 2em 0;
		}

		.box.post h2 {
			font-size: 2.5em;
			letter-spacing: -0.015em;
		}

		.box.post header > p {
			margin-top: 1.25em;
			font-size: 1.25em;
		}

		.box footer ul.actions {
			margin-bottom: 0;
		}
		
	.boxTemp {
		margin: 0; 
		padding: 0 0 3em 0;
	}

/* Button */


	.button {
		-webkit-appearance: none;
		display: inline-block;
		text-decoration: none;
		cursor: pointer;
		border: 0;
		border-radius: 5px;
		background: #d52349;
		color: #fff !important;
		font-weight: 700;
		outline: 0;
		font-size: 1.1em;
		padding: 0.65em 1.5em 0.65em 1.5em;
		text-align: center;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}


		.button:hover {
			background: #e53359;
		}


		.button:active {
			background: #c51349;
		}


		.button.alt {
			background: #252122;
		}


			.button.alt:hover {
				background: #353132;
			}


			.button.alt:active {
				background: #151112;
			}

		.button.icon:before {
			opacity: 0.35;
			position: relative;
			top: 0.05em;
			margin-right: 0.75em;
		}


		.button.large {
			font-size: 1.5em;
			padding: 0.75em 1.5em 0.75em 1.5em;
		}

/* Image */

	.image {
		display: inline-block;
		outline: 0;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			display: inline-block;
			margin-left: 1em;
			padding-left: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

/* Links */

	ul.links {
		list-style: none;
		padding-left: 0;
	}

		ul.links li {
			display: inline-block;
			border-left: solid 1px rgba(255, 255, 255, 0.05);
			padding: 0 0 0 1em;
			margin: 0 0 0 1em;
		}

			ul.links li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}


/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.featured {
			position: relative;
			display: inline-block;
			background-color: #d52349;
			width: 9em;
			padding: 1.75em 0 0.75em 0;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			margin: 0 0 4.5em 0;
			cursor: default;
		}

			.icon.featured:before {
				font-size: 4.5em;
				line-height: 1em;
				color: #fff;
			}

			.icon.featured:after {
				content: '';
				position: absolute;
				bottom: -1.95em;
				left: 0;
				border-top: solid 2em #d52349;
				border-left: solid 4.5em transparent;
				border-right: solid 4.5em transparent;
			}

			.icon.featured.alt {
				background-color: #252122;
			}

				.icon.featured.alt:after {
					border-top-color: #252122;
				}

			.icon.featured.alt2 {
				background-color: #827a7c;
			}

				.icon.featured.alt2:after {
					border-top-color: #827a7c;
				}

/* Page Wrapper */

	#page-wrapper > section {
		margin-bottom: 0;
	}

/* Header */

	#header {
		position: relative;
		background: #ffffff;
		border-bottom: solid 1px #ccc;
		padding: 0;
		text-align: center;
	}

		#header h1 {
			font-family: "Pacifico", cursive;
			color: #32373c;
			font-weight: 400;
			font-size: 2.8em;
			line-height: 1em;
			margin: 0.9em 0 0.3em 0;
		}
		
		.smalltext {
				color: #32373c;
				font-style: italic;
				font-size: 0.9em;
			}
			
		span.specialtext {
				color: #32373c;
				font-weight: 700;
				font-style: normal;
				font-size: 1.0em;
			}
			.topLine {
				margin: 0 2em 1.5em 2em;
				border-top: 6px solid #ffc107;
			}


/* Nav */

	#nav {
		margin: 0 0 2.5em 0;
	}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				display: inline-block;
				font-style: italic;
				font-weight: 500;
				margin: 0 0.35em 0 0.35em;
			}

				#nav > ul > li > ul {
					display: none;
				}

				#nav > ul > li > a {
					border-radius: 5px;
					color: #888888;
					text-decoration: none;
					padding: 0.6em 1.2em 0.6em 1.2em;
					-moz-transition: background-color .25s ease-in-out;
					-webkit-transition: background-color .25s ease-in-out;
					-ms-transition: background-color .25s ease-in-out;
					transition: background-color .25s ease-in-out;
					outline: 0;
				}

				#nav > ul > li:hover > a, #nav > ul > li.active > a {
					background: #000000;
					color: #ffc107;
				}

				#nav > ul > li.current > a {
					background: #ff7f50;
					color: #fff !important;
					font-weight: 700;
				}

	.dropotron {
		border-radius: 5px;
		background-color: #252122;
		background-color: rgba(34, 30, 31, 0.98);
		padding: 1.25em 1.5em 1.25em 1.5em;
		font-style: italic;
		min-width: 13em;
		box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
		text-align: left;
		margin-top: -1.25em;
		margin-left: -1px;
		list-style: none;
	}

		.dropotron a, .dropotron span {
			color: #aaa;
			text-decoration: none;
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;
		}

		.dropotron li {
			padding: 0.25em 0 0.25em 0;
		}

			.dropotron li:hover > a, .dropotron li:hover > span {
				color: #ffc107;
			}

		.dropotron.level-0 {
			margin-top: 2em;
		}

			.dropotron.level-0:before {
				content: '';
				display: block;
				position: absolute;
				left: 50%;
				margin-left: -10px;
				top: -9px;
				border-left: solid 10px transparent;
				border-right: solid 10px transparent;
				border-bottom: solid 10px #252122;
				border-bottom-color: rgba(34, 30, 31, 0.98);
			}

/* Banner */

	#banner {
		text-align: center;
		padding: 0;
		margin: 0;
		width: 100%;
	}

		#banner header {
			background-color: rgba(34, 30, 31, 0.98);
			display: inline-block;
			padding: 0;
			border-radius: 5px;
		}

			#banner header h2 {
				color: #ffc107;
				font-weight: 700;
				font-size: 2.5em;
				margin: 0.3em 0 0.3em 0;
			}

			#banner header p {
				color: #fff;
				padding: 0;
				font-style: normal;
				margin: 0;
				font-size: 1.5em;
			}
			
			#banner header hr {
				color: #000;
				padding: 0;
				font-style: normal;
				margin: 1.0em 0 1.0em 0;
				font-size: 1.0em;
			}

/* Books tracker */

	#intro {
		text-align: center;
		overflow: hidden;
	}

		#intro section {
			margin: 0;
			padding: 0;
		}

		#intro h2 {
			width: 9.5em;
			font-size: 1.6em;
			font-weight: 900;
			text-decoration: underline overline;
			text-underline-offset: 0.3em;
			text-align: center;
			color: coral;
			margin: auto;
			padding: 0 0 10px 0;
			position: relative;
			top: -0.7em;
			background-color: #fff;
		}
		
		header.majorSpecial {
			position: relative;
			text-align: center;
			border-top: solid 1px coral;
			top: 3em;
			margin: 0 0 3em 0;
		}

		#intro p {
			margin: 0;
		}

		#intro .middle {
			width: 100%;
			text-align: center;
			margin: 0 auto;
		}
			
		.gifImg, 
		.gifImgXS {
			width: 4em;
			height: 4em;
			display: flex;
			flex-direction: row;
			margin: 0 auto;
		}
				
		.gifImgXS {
			width: 3.5em;
			height: 3.5em;
		}
		.trackers {
			height: 390px;
			width: 100%;
			margin: 1.3em auto 0 auto;
			padding: 0;
			border: 0;
			overflow: hidden;
		}
		
		.table-scroll {
			  position: relative;
			  width: 100%;
			  z-index: 1;
			  margin: auto;
			  overflow: auto;
			  height: 350px;
			  text-align: left;
			  line-height: 1.3em;
			}

			.table-scroll table {
			  width: 100%;
			  max-width: 900px; /* Limits the table's maximum width */
			  min-width: 320px; /* Ensures a minimum readable width */
			  margin: auto;
			  border-collapse: separate;
			  border-spacing: 0;
			}

			.table-scroll th,
			.table-scroll td {
			  padding: 12px 0 12px 10px;
			  border: 0px solid #000;
			  vertical-align: top;
			}

			.table-scroll thead th {
			  background: #ffc107;
			  color: #fff;
			  font-family: "Poltawski Nowy", serif;
			  font-weight: 900;
			  font-size: 1em;
			  text-transform: uppercase;
			  text-align: center;
			  position: -webkit-sticky;
			  position: sticky;
			  top: 0;
			}

			tr:nth-child(even) {
			  background-color: #f9f9f9;
			}
			/*
			tr:hover {
			background-color: coral;
			color: #fff;
			}

			tr:hover .score {
			color: #fff;
			}
			*/
			thead th:first-child {
			  z-index: 5;
			}
			
			.main-table span {
				line-height: 1.9em;
			}
			
			.number {
				padding: 0.5em 0 0 0;
			}
			
			.bookname {
			  font-size: 1.3em;
			  font-weight: 500;
			  font-variant: small-caps;
			  text-transform: none;
			  font-family: "TNY Adobe Caslon Pro Regular", serif;
			}

			.author {
			  font-style: italic;
			  font-size: 1em;
			  font-family: "TNY Adobe Caslon Pro Regular", serif;
			}

			.rating {
			  color: coral;
			}
			
			.data {
				font-family: "Urbanist", sans-serif;
				font-weight: 500;
				font-size: 1em;
			}
			
			.started, 
			.ended {
				background-color: #eee;
				font-family: "Urbanist", sans-serif;
				color: #000;
				font-size: 0.9em;
				font-weight: 700;
				padding: 0.2em 0.6em 0.3em 0.6em;
				margin: 1em 0;
				letter-spacing: 0.05em;
				border-left: 3pt solid #ccc;
				text-align: center;
			}
			
			.ended {
				background-color: #f9f9f9;
				border-left: none;
				border-right: 3pt solid #ccc;
			}
			
			.buy, 
			.fav, 
			.owned, 
			.wish, 
			.download {
				background-color: #8bc34a;
				font-family: "Urbanist", sans-serif;
				color: #fff;
				font-size: 0.9em;
				font-weight: 700;
				padding: 0.2em 0.6em 0.3em 0.6em;
				margin: 1em 0;
				letter-spacing: 0.05em;
				text-align: center;
			}
			.fav {
				background-color: #e91e63;
			}
			
			.owned {
				background-color: #84deea;
			}
			
			.wish {
				background-color: #df4af3;
			}

			.download {
				background-color: #ffb447;
			}

			.download a:link,
			.buy a:link, 
			.download a:visited,
			.buy a:visited {
				color: #fff;
				text-decoration: none;
			}
			
			.download:hover,
			.buy:hover {
				background-color: #000;
				text-decoration: none;
				transition: background-color 0.5s;
			}
			
/* Featured */

		.featuredstory {
			background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)), url("../../../images/books/Featured-MasterMargarita.jpg");
			background-size: cover;
			background-repeat: no-repeat;
			background-position: top right;
			z-index: 0;
			margin: 0;
			padding: 0;
			color: #fff;
		}
		
		.featuredstory10 {
			background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)), url("../../../images/books/Featured-CrimeAndPunishment.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: top 10% right 0%;
		}
		
		.featuredstory12 {
			background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)), url("../../../images/books/Featured-ATaleOfTwoCities.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: top 85% right 0%;
		}
		
		.featuredstory16 {
			background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)), url("../../../images/books/Featured-MobyDick.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: top 20% right 0%;
		}
		
		.featuredstory17 {
			background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)), url("../../../images/books/Featured-TheMetamorphosis.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: top 20% right 0%;
		}
		
		.featuredstory20 {
			background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)), url("../../../images/books/Featured-DonQuixote.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: top 5% right 0%;
		}
		
		.featuredstory21 {
			background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)), url("../../../images/books/Featured-Hamlet.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: top 22% right 0%;
		}
		
		.featuredstory div {
			height: 500px;
			margin-top: 130px;
		}
		
		.featuredstory h2 {
			font-size: 1.2em;
			font-weight: 900;
			text-decoration: underline overline;
			text-underline-offset: 0.3em;
			text-align: center;
			position: relative;
			top: 200px;
			background: none;
			color: #fff;
		}
		
		.featuredstorycontent {
			margin: 50px 0 0 0;
			text-align: center;
			color: #fff;
		}
		
		.featuredstorycontent h3 {
			text-align: center;
			color: #fff;
			font-weight: 200;
			font-size: 1.7em;
			text-decoration: none;
			position: relative;
			top: 80px;
		}
				
		.featuredstorycontent h2, 
		.featuredstorycontent h4 {
			text-align: center;
			color: #fff;
			font-family: "TNY Adobe Caslon Pro Regular", serif;
			font-weight: 300;
			font-size: 4em;
			text-decoration: none;
			text-transform: none;
			line-height: 1em;
			font-style: italic;		
			position: relative;	
			top: 80px;
		}
		
		.featuredstorycontent h4 {
			font-weight: 500;
			font-size: 1.3em;
			font-style: italic;
		}
		
		.featuredstorycontent p {
			font-weight: 500;
			font-size: 1em;
			position: relative;	
			top: 70px;
			padding: 30px;
			width: 67vw;
			margin: 0 auto 2em auto;
		}
		
		.featuredstorycontent a {
			text-decoration: none;
		}
		
		.featuredstorybold {
			font-size: 0.9em;
			font-weight: 700;
			position: relative;	
		}
		
		div.morecontent {
			width: fit-content;
			height: fit-content;
			display: block;
			color: #fff;
			font-size: 1em;
			font-weight: 700;
			letter-spacing: 0.05em;
			font-family: "Urbanist", sans-serif;
			text-align: center;
			margin: 0 auto 2em auto;
			padding: 0.2em 0.8em 0.3em 0.8em;
			border: 2pt solid #fff;
			cursor: pointer;
		}
		
		div.morecontent:hover {
			color: #ffc107;
			text-decoration: none;
			border: 2pt solid #ffc107;
		}
			
			

/* Main */

	#main {
		position: relative;
		background: #f7f7f7 url("../../../images/bg02.png");
		padding: 4em 0 4em 0;
	}

		#main:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background: url("../../../images/bg01.png");
			background-size: 100% 100%;
			z-index: 0;
			opacity: 0.1;
		}

		#main .major h2 {
			background: #f7f7f7 url("../../../images/bg02.png");
		}
		
		
		/* Main - Books */
				
		iframe, 
		.temp {
			margin: 0 0 30px 0;
			padding: 0;
			width: 100%;
			height: 810px;
			overflow: hidden;
			border: 0;
		}
		
		.temp {
			margin: 0;
			height: 580px;
		}
		
		* {
		  box-sizing: border-box;
		}
		
		.carousel {
			padding: 0 0 15px 0;
		}
		
		.carouselTemp {
			padding: 0;
		}

		.carousel ul, 
		.carouselTemp ul {
		  width: fit-content;
		  height: 650px;
		  padding: 0;
		  overflow-y: hidden;
		  overflow-x: scroll;
		  scroll-snap-type: x mandatory;
		  columns: 300px;
		  text-align: center;
		}
		
		.carouselTemp ul {
		  width: 90vw;
		  height: 580px;
		  overflow-x: hidden;
		  columns: 2;
		}	
		
		.carousel li, 
		.carouselTemp li {
		  list-style-type: none;
		  display: inline-block;
		  height: 100%;
		  width: 380px;
		  background-color: none;
		  padding: 10px 0 10px 0;
		  margin: 0;
		  text-align: center;
		  scroll-snap-align: center;
		}

		.carousel ul::column, 
		.carouselTemp ul::column {
		  scroll-snap-align: center;
		}

		.carousel ul {
		  anchor-name: --my-carousel;
		}
		
		.carouselTemp ul {
		  anchor-name: --my-carousel;
		}

		.carousel ul {
		  scroll-marker-group: after;
		}

		.carousel ul::scroll-marker-group {
		  position: absolute;
		  position-anchor: --my-carousel;
		  top: calc(anchor(bottom) + 20px);
		  justify-self: anchor-center;
		  display: flex;
		  justify-content: center;
		  gap: 1em;
		}
		.carousel ul::column::scroll-marker {
		  content: "";
		  width: 10px;
		  height: 10px;
		  background-color: #ccc;
		  border-radius: 10px;
		}

		.carousel ul::column::scroll-marker:target-current {
		  background-color: black;
		}

		.carousel ul::scroll-button(*) {
		  border: 0;
		  font-size: 1.5em;
		  background: none;
		  color: black;
		  opacity: 0.7;
		  cursor: pointer;
		}

		.carousel ul::scroll-button(*):hover,
		.carousel ul::scroll-button(*):focus {
		  opacity: 1;
		}

		.carousel ul::scroll-button(*):active {
		  translate: 1px 1px;
		}

		.carousel ul::scroll-button(*):disabled {
		  opacity: 0.2;
		  cursor: unset;
		}
		.carousel ul::scroll-button(left) {
		  content: url("../../../images/arrow-left.png");
		}

		.carousel ul::scroll-button(right) {
		  content: url("../../../images/arrow-right.png");
		}

		.carousel ul::scroll-button(*) {
		  position: absolute;
		  position-anchor: --my-carousel;
		  bottom: 1.5em;
		}

		.carousel ul::scroll-button(left) {
		  left: calc(anchor(left) + 14em)
		}

		.carousel ul::scroll-button(right) {
		  right: calc(anchor(right) + 14em)
		}
		
		.carousel h3,
		.carousel p, 
		.boxTemp h3, 
		.boxTemp p {
			text-align: center;
			margin: 0;
		}
		
		#classicsnovel, 
		#contemporary, 
		#nonfiction {
			line-height: 1.5em;
		}
		
		.booktitles {
			line-height: 1.2em;
		}
		
		.years {
		  width: 70px;
		  padding: 0.5em;
		  font-family: "Merriweather", serif;
		  font-size: 1em;
		  font-weight: 800;
		  color: #444;
		  background-color: #eee;
		  text-align: center;
		  margin: 0 auto 1em auto;
		  border-radius: 5px;
		}
		
		.bookimg {
		  text-align: center;
		}

		.booktitles, 
		.booktitlesL {
		  font-family: "TNY Adobe Caslon Pro Regular", serif;
		  font-size: 1.6em;
		  font-weight: 800;
		  color: #000000;
		  padding: 10px 0 0 0;
		}
		
		.booktitlesL {
			line-height: 0.9em;
		}
		
		.booksubtitles {
		  font-size: 0.6em;
		  font-weight: 600;
		  font-style: italic;
		  position: relative;
		  top: 0em;
		  padding-bottom: 0;
		}

		.bookauthors {
		  font-family: "TNY Adobe Caslon Pro Regular", serif;
		  font-size: 1.2em;
		  color: coral;
		  padding: 0 0 5px 0;
		}
		
		.quotesample {
		  font-family: "Merriweather", serif;
		  font-size: 1em;
		  font-style: italic;
		  text-align: center;
		  margin: 1em 3em;
		}
		
		.more div {
			display: block;
			width: fit-content;
			color: #fff;
			font-size: 1em;
			font-weight: 700;
			letter-spacing: 0.05em;
			font-family: "Urbanist", sans-serif;
			text-align: center;
			margin: 1em auto;
			padding: 0.2em 0.8em 0.3em 0.8em;
			border-radius: 1px;
			background-color: coral;
			cursor: pointer;
			position: relative;
			bottom: 0em;
		}
		
		.more div:hover {
			color: #fff;
			background-color: #000;
		}

		.scores {
			font-family: "Merriweather", serif;
			font-size: 0.9em;
			font-weight: 500;
			color: #fff;
			padding: 5px 0 0 0;
			display: flex;
			flex-direction: row;
			gap: 2px;
			text-align: center;
			justify-content: center;
		}

		.scores div {
			display: flex;
			flex-direction: row;
			gap: 5px;
			padding: 5px 7px 5px 7px;
			text-align: center;
			background-color: #393939;
			border-radius: 0px;
		}
		
		#fulldetails.scores div {
			padding: 4px 7px;
			background-color: #eee;
			border-radius: 5px;
			color: #000;
		}
		
		#fulldetails.scores {
			font-size: 0.9em;
			gap: 2px;
		}
		
		.firstpara {
			font-family: "TNY Adobe Caslon Pro Regular", serif;
			font-size: 1.5em;
			font-weight: 500;
			font-variant: small-caps;
		}
		
		.bookcover img {
			float: right;
			padding: 0 1em;
		}
		
		.mynotes {
		font-family: "Merriweather", serif;
		font-size: 1em;
		padding: 20px 0 20px 0;
		}
		
		#fulldetails.mynotes div {
			margin: 30px 20px 20px 20px;
		}
		
		#fulldetails.mynotes div::first-letter {
			font-size: 400%;
			font-weight: 700;
			line-height: 0.8em;
			color: #ffc107;
			float: left;
			margin: 0;
			padding: 0 0.07em 0 0;
			font-family: "Poltawski Nowy", serif;
		}
		
		#fulldetails.details div {
			margin: 10px 30px;
			text-align: right;
		}

		.details {
		  font-family: "Merriweather", serif;
		  font-size: 0.9em;
		  padding: 10px 0 0 0;
		}
		
		
		/* Main - Manga */
		
		#manga-categories {
			display: flex;
			justify-content: center;
			min-height: 1000px;
			width: 100%;
		}	
		
		details:open > summary {
		  background-color: #ffc107;
		  color: #000;
		  border-radius: 5px;
		}


		details > div {
			position: absolute;
			width: 90vw;
			margin: 0 auto;;
			left: 50%;
			transform: translateX(-50%);
			opacity: 0;
			transition: opacity 100s ease-in;
		}
		
		details[open] > div {
			opacity: 1;
		}
		
		details:not([open])::details-content {
			display: none;
		  /* Styles for the content when details is closed */
		  /* This is less common as the content is typically hidden */
		}
				
		summary {
		  list-style: none; /* Remove default marker */
		  margin-right: 0.5em;
		  display: inline-flex;
		  align-items: center;
		  padding: 10px;
		  font-weight: bold;
		  background-color: #ddd;
		  color: #000;
		  border-radius: 5px;
		  cursor: pointer;
		}
		
		summary:hover {
		  color: #fff;
		  background-color: #000;
		  transition: background-color 0.5s;
		}
		
		summary::before {
		  content: ""; /* Add custom icon */
		  margin-right: 5px;
		}
		details[open] summary::before {
		  content: ""; /* Change icon when open */
		}
		
		details[open] summary {
		  pointer-events: none; /* Prevents mouse clicks on the summary */
		  cursor: default;     /* Changes the cursor to indicate it's not interactive */
		}
				
		iframe#manga-seinen,
		iframe#manga-shounen,
		iframe#manga-shoujo {
			margin: 0 0 30px 0;
			padding: 0;
			width: 100%;
			height: 910px;
			overflow: hidden;
			border: 0;
		}
		
		.mangareel {
			padding: 0 0 10px 0;
		}

		.mangareel ul {
		  width: 90vw;
		  height: 880px;
		  padding: 0;
		  margin: 0 auto;

		  overflow-y: hidden;
		  overflow-x: scroll;
		  scroll-snap-type: x mandatory;

		  columns: 260px;
		  text-align: center;
		  inline-size: fit-content;
		}
		
		.mangareel li {
		  list-style-type: none;

		  display: inline-block;
		  height: 100%;
		  width: 330px;

		  background-color: none;
		  padding: 0;
		  margin: 0;

		  text-align: center;
		  inline-size: fit-content;
		}

		.mangareel ul::column {
		  scroll-snap-align: center;
		}

		.mangareel ul {
		  anchor-name: --my-mangareel;
		}
		
		.mangareel ul {
		  scroll-marker-group: after;
		}

		.mangareel ul::scroll-marker-group {
		  position: absolute;
		  position-anchor: --my-mangareel;
		  top: calc(anchor(bottom) + 20px);
		  justify-self: anchor-center;
		  display: flex;
		  justify-content: center;
		  gap: 1em;
		}
		
		.mangareel ul::column::scroll-marker {
		  content: "";
		  width: 10px;
		  height: 10px;
		  background-color: #ccc;
		  border-radius: 10px;
		}

		.mangareel ul::column::scroll-marker:target-current {
		  background-color: black;
		}
		
		.mangareelheader h3,
		.mangareelheader p {
			text-align: center;
		}
		
		#manga-seinen,
		#manga-shounen,
		#manga-shoujo {
			margin: 1em 0 0 0;
			padding: 0;
			border-spacing: 0;
		}
		
		#manga-seinen td,
		#manga-shounen td,
		#manga-shoujo td {
			width: fit-content;
			white-space: nowrap;
			padding: 0;
			margin: 0;
		}
		
		.mangaimg {
		  text-align: center;
		  padding: 0;
		  width: fit-content;
		  background-color: rgba(255, 193, 7, 1);
		}
		
		.mangainfo, 
		.mangainfoextended {
		  background-color: rgba(255, 193, 7, 1);
		  width: 100%;
		  position: relative;
		  margin: -0.6em auto 0 auto;
		  padding: 1.5em 0.7em 0 1em;
		  text-align: left;
		  line-height: 1.5em;
		}
		
		.mangainfoextended {
		  padding: 2em 0.7em 1em 1em;
		}
		
		.mangatitles,
		.mangatitles-shounen, 
		.mangatitles-shoujo {
		  font-family: "TNY Adobe Caslon Pro Regular", serif;
		  font-size: 1.8em;
		  font-weight: 800;  
		  color: #000;
		}

		.mangaka {
		  font-family: "TNY Adobe Caslon Pro Regular", serif;
		  font-size: 1em;
		  font-style: italic;
		  color: #000;
		}
		
		.mangafooter {
			width: 100%;
			background-color: rgba(255, 193, 7, 1);
			padding: 0;
			margin: 0 auto 0 auto;
			position: relative;		
			border: 0px solid #000;
		}
		
		.mangafooter td {
			vertical-align: top;
		}
		
		.mangastars p {
			padding: 0.4em 0 0.4em 0;
			margin: 0 0 0 0.5em;
			text-align: left;
			font-family: "TNY Adobe Caslon Pro Regular", serif;
			font-size: 1.5em;
			color: #fff;
		}
		
		.mangamore span, 
		.mangamore-shounen span, 
		.mangamore-shoujo span {
			background-color: #000;
			font-family: "Urbanist", sans-serif;
			color: #ffc107;
			font-size: 1em;
			font-weight: 700;
			padding: 0.5em 0.8em 0.5em 0.8em;
			letter-spacing: 0.05em;
			text-align: center;
			border-radius: 3px;
			cursor: pointer;
		}
		
		/* Main - Anime */
		
		#anime-categories {
			display: flex;
			flex-direction: row;
			justify-content: center;
			min-height: 570px;
			width: 100%;
		}	
		
		#anime-categories details:open > summary {
		  display: flex;
		  background-color: #ffc107;
		  color: #000;
		  border-radius: 5px;
		}
				
		iframe#anime-drama,
		iframe#anime-fantasy,
		iframe#anime-music, 
		iframe#anime-romance, 
		iframe#anime-scifi, 
		iframe#anime-sol, 
		iframe#anime-sports,
		iframe#anime-super {
			margin: 0 0 30px 0;
			padding: 0;
			width: 100%;
			height: 500px;
			overflow: hidden;
			border: 0;
		}
		
		.animereel {
			padding: 0 0 10px 0;
			margin-top: 1em;		
		}

		.animereel ul {
		  width: 90vw;
		  height: 450px;
		  padding: 0;
		  margin: 0 auto;
		  overflow-y: hidden;
		  overflow-x: scroll;
		  scroll-snap-type: x mandatory;
		  columns: 2;
		  text-align: center;
		  inline-size: fit-content;
		}
		
		.animereel li {
		  list-style-type: none;
		  display: inline-block;
		  height: fit-content;
		  width: 100%;
		  background-color: none;
		  padding: 0;
		  margin: 0;
		  text-align: center;
		}

		.animereel ul::column {
		  scroll-snap-align: center;
		}

		.animereel ul {
		  anchor-name: --my-mangareel;
		}
		
		.animereel ul {
		  scroll-marker-group: after;
		}

		.animereel ul::scroll-marker-group {
		  position: absolute;
		  position-anchor: --my-mangareel;
		  top: calc(anchor(bottom) + 20px);
		  justify-self: anchor-center;
		  display: flex;
		  justify-content: center;
		  gap: 1em;
		}
		
		.animereel ul::column::scroll-marker {
		  content: "";
		  width: 10px;
		  height: 10px;
		  background-color: #ccc;
		  border-radius: 10px;
		}

		.animereel ul::column::scroll-marker:target-current {
		  background-color: black;
		}
		
		.animereelheader h3,
		.animereelheader p {
			text-align: center;
		}
		
		#anime-drama,
		#anime-fantasy,
		#anime-music, 
		#anime-romance, 
		#anime-scifi, 
		#anime-sol, 
		#anime-sports,
		#anime-super {
			margin: 1em 0 0 0;
			padding: 0;
			border-spacing: 0;
		}
		
		#anime-drama td,
		#anime-fantasy td,
		#anime-music td, 
		#anime-romance td, 
		#anime-scifi td, 
		#anime-sol td, 
		#anime-sports td,
		#anime-super td {
			width: fit-content;
			white-space: nowrap;
			padding: 0;
			margin: 0;
		}
		
		.animeimg {
		  text-align: center;
		  padding: 0;
		  width: fit-content;
		}
		
		
		.animefooter {
			width: 100%;
			height: 50px;
			background-color: rgba(255, 193, 7, 1);
			padding: 0;
			margin: -0.6em auto 0 auto;
			position: relative;	
			border: 0px solid #000;
		}
		
		.animefooter td {
			vertical-align: middle;
		}
		
		.animetitles p,
		.animetitlesCondensed p,
		.animestars p {
			padding: 0.4em 0 0.1em 0;
			margin: 0 0 0 0.5em;
			text-align: center;
			font-family: "TNY Adobe Caslon Pro Regular", serif;
			font-size: 1.5em;
			color: #000;
		}
		
		.animetitlesCondensed p {
			font-size: 1.3em;
		}
		
		.animestars p {
			margin: 0;
			color: #000;
		}
		
		.animemore span {
			font-family: "Urbanist", sans-serif;
			color: #000;
			font-size: 1em;
			font-weight: 700;
			padding: 0.2em 0.6em 0.3em 0.6em;
			letter-spacing: 0.05em;
			text-align: center;
			border: 2px solid #000;
			border-radius: 1px;
			cursor: pointer;
		}
		
		/* Main - Blogs */	
		
		.bloginfo {
			padding: 0;
			margin: 0;
			text-align: center;
		}
		
		.gifImgBlog {
			height: 4em;
			display: flex;
			flex-direction: row;
			justify-content: center;
		}

		.goals {
			gap: 10px;
			margin: 10px 0px 10px 0px;
			text-align: center;
			padding: 10px;
			font-family: "Poltawski Nowy", serif;
			color: #fff;
			font-size: 1.3em;
			font-weight: 700;
			background-color: #ffc107;
			text-transform: uppercase;
			letter-spacing: 0.1em;
		}
		.goalslist {
			color: #000;
			text-align: center;
			font-size: 1em;
			font-weight: 500;
			margin: auto auto 1em auto;
		}
		
		.music {
			text-align: center;
		}
		
		.musictitle {
			gap: 10px;
			margin: 3px 0 3px 0;
			padding: 3px;
			font-family: "Poltawski Nowy", serif;
			color: #ffffff;
			font-size: 1.2em;
			font-weight: 700;
			background-color: #f77b72;
			font-variant: small-caps;
			letter-spacing: 0.1em;
		}
		
		.musicinfo {
			color: #000;
			font-size: 0.9em;
			padding: 10px 15px 0 15px;
			line-height: 1.5em;
		}
		
		.coolweb {
			display: flex;
			flex-direction: row;
		}
		
		.coolwebs img {
			width: 8em;
		}
		
		.blogentry p {
			padding: 0;
			margin: 0;
			color: #393939;
			font-size: 0.9em;
			font-family: "Urbanist", sans-serif;		
		}
		
		.thoughtstext {
			font-size: 1em;
			color: #000000;
		}
		
		.boldtext {
			font-weight: 800;
		}
		
		.semiboldtext {
			font-weight: 600;
		}
		
		.semibolditalictext {
			font-weight: 600;
			font-style: italic;
		}
		
		.italictext {
			font-style: italic;
		}
		
		/* Main - Quotes */
		
		section#quotes {
			margin: 5em auto;
		}
		
		iframe#quotes {
			margin: 0 0 20px 0;
			padding: 0;
			width: 100%;
			height: 300px;
			overflow: hidden;
			border: 0;
		}
		
		.quotesreel {
			padding: 0;
			margin-top: 1em;	
		}

		.quotesreel ul {
		  width: 90vw;
		  height: 250px;
		  padding: 0;
		  margin: 0 auto;

		  overflow-y: hidden;
		  overflow-x: scroll;
		  scroll-snap-type: x mandatory;

		  columns: 250px;
		  text-align: center;
		  inline-size: fit-content;
		}
		
		.quotesreel li {
		  list-style-type: none;

		  display: inline-block;
		  height: 100%;
		  width: 600px;

		  background-color: none;
		  padding: 0;
		  margin: 0;

		  text-align: left;
		  inline-size: fit-content;
		}

		.quotesreel ul::column {
		  scroll-snap-align: center;
		}

		.quotesreel ul {
		  anchor-name: --my-quotesreel;
		}
		
		.quotesreel ul {
		  scroll-marker-group: after;
		}

		.quotesreel ul::scroll-marker-group {
		  position: absolute;
		  position-anchor: --my-quotesreel;
		  top: calc(anchor(bottom) + 20px);
		  justify-self: anchor-center;
		  display: flex;
		  justify-content: center;
		  gap: 1em;
		}
		
		.quotesreel ul::column::scroll-marker {
		  content: "";
		  width: 10px;
		  height: 10px;
		  background-color: #ccc;
		  border-radius: 10px;
		}

		.quotesreel ul::column::scroll-marker:target-current {
		  background-color: black;
		}
		
		.quotesheader p {
			text-align: center;
		}
		
		.preview blockquote::first-letter {
		    font-size: 3.5em;
			font-weight: 700;
			line-height: 0.5em;
			color: coral;
			float: left;
			padding: 0 0.09em 0 0;
			margin: 0.2em 0 0 0;
			font-family: "Poltawski Nowy", serif;
		}
		
		.refs {
			color: coral;
			font-size: 1.4em;
			font-weight: 500;
			font-family: "TNY Adobe Caslon Pro Regular", serif;
			font-variant: small-caps;
			text-align: right;
		}
		
		.noquote blockquote {
			font-style: normal;
			margin: 2em auto;
		}
		
		.noquote span {
			font-family: "Urbanist", sans-serif;
			color: #fff;
			font-size: 1em;
			font-weight: 700;
			padding: 0.5em 1em 0.5em 1em;
			letter-spacing: 0.05em;
			text-align: center;
			border: 0px solid coral;
			background-color: coral;
			border-radius: 0.2em;
			cursor: pointer;
		}

/* Footer */

	#footer {
		position: relative;
		color: #fff;
		padding: 4em 0;
		background-color: #ffc107;
	}

		#footer:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 0;
			opacity: 0.5;
		}

		#footer a {
			color: #fff;
		}

		#footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b {
			color: #fff;
		}

			#footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a, #footer strong a, #footer b a {
				color: inherit;
			}

		#footer ul.contact li,
		#footer ul.dates li,
		#footer ul.divided li {
			border-top-color: #fff;
			border-top-color: rgba(255, 255, 255, 0.05);
		}

		#footer header {
			margin: 0 0 3em 0;
		}

			#footer header h2 {
				font-size: 1.75em;
			}

		#footer ul.dates li h3 {
			color: #000;
			}
			
		.bottom {
			font-style: italic;
			text-align: center;
		}
		
		.queue {
			gap: 10px;
			text-align: center;
			height: 280px;
			width: 100%;
		}

		.carouselQueue {
			padding: 0 0 15px 0;
		}

		.carouselQueue ul {
		  width: 90vw;
		  height: 250px;
		  padding: 20px 0 0 0;

		  overflow-y: hidden;
		  overflow-x: visible;
		  scroll-snap-type: x mandatory;

		  columns: 1;
		  text-align: center;
		  margin: 0 auto;
		}
		.carouselQueue li {
		  list-style-type: none;

		  display: inline-block;
		  height: 100%;
		  width: 140px;

		  background-color: none;
		  padding: 0;
		  margin: 0;

		  text-align: center;
		}

		.carouselQueue ul::column {
		  scroll-snap-align: center;
		}
		

		.carouselQueue ul {
		  anchor-name: --my-carousel;
		}

		.carouselQueue ul {
		  scroll-marker-group: after;
		}

		.carouselQueue ul::scroll-marker-group {
		  position: absolute;
		  position-anchor: --my-carousel;
		  top: calc(anchor(bottom) + 20px);
		  justify-self: anchor-center;
		  display: flex;
		  justify-content: center;
		  gap: 1em;
		}
		.carouselQueue ul::column::scroll-marker {
		  content: "";
		  width: 10px;
		  height: 10px;
		  background-color: #fff;
		  border-radius: 10px;
		}
		
		.carouselQueue ul::column::scroll-marker:target-current {
		  background-color: #9B870C;
		}
		
		.carouselQueue {
			scrollbar-color:  #fff #ffc107; 
		}

/* Copyright */

	#copyright {
		text-align: center;
		padding: 10px 0 0 0;
		margin: 0 auto 0 auto;
		font-size: 0.9em;
		font-weight: 700;
		color: #ffffff;
	}
	
	span.versions {
		font-size: 0.8em;
		font-weight: 300;
	}
	
	#copyright a:hover {
		color: #000;
	}
	
/*Individual pages*/

	#topsign h1 {
		margin: 0 auto 0.9em auto;
	}
	
	section#quote {
		margin-bottom: 0;
	}
	
	.quotesbody {
		font-family: "Poltawski Nowy", serif;
		font-size: 1.3em;
		font-weight: 500;
		font-style: italic;
		text-align: left;
		padding: 2em;
	}
	
	.quotesbody h3 {

		font-size: 1.5em;
		color: #fff;
		font-style: normal;
		margin: 0 auto;
		text-align: center;
	}
	
	.quotesbody div::first-letter {
			font-size: 400%;
			font-weight: 700;
			line-height: 0.8em;
			color: #fff;
			float: left;
			margin: 0;
			padding: 0 0.07em 0 0;
			font-family: "Poltawski Nowy", serif;
	}
	
	#quotes-section-I {
		background-color: #eb4a5a;
		min-height: 700px;
		color: #fff;
		margin-top: -2.5em;
	}
	
	.quotesbody img {
		float: right;
		width: 200px;
		height: 250px;
		z-index: -1;
		border: 0px solid #fff;
	}
	
	.subText {
		font-family: "Poltawski Nowy", serif;
		font-size: 0.7em;
		font-weight: 500;
		font-style: italic;
		color: #fff;
		text-align: center;
		margin: -1.5em auto 2em auto;
	}
	
	.quotesource {
		margin: 1em auto 0 auto;
		text-align: center;
	}
		


/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
			}

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

		/* Section/Article */

			header.major {
				margin: 0.75em 0 2.5em 0;
			}

				header.major h2 {
					padding: 0 0.3em 0 0.3em;
				}

		/* Social */

			ul.social li {
				margin: 0 0 0.25em 0.75em;
			}

		/* Header */

			#header {
				padding: 0;
			}

		/* Banner */

			#banner {
				padding: 0;
				margin: 0;
			}

		/* Intro */

			#intro {
				padding: 0;
			}

				#intro section {
					padding: 1em 2em;
				}

				#intro .middle:before {
					left: -12px;
				}

				#intro .middle:after {
					right: -12px;
				}

		/* Main */

			#main {
				padding: 30px 0;
			}

		/* Footer */

			#footer {
				padding: 3em 0;
			}

				#footer:before {
					height: 2.5em;
				}

				#footer header {
					margin: 0 0 1.5em 0;
				}

					#footer header h2 {
						font-size: 1.25em;
						color: #000;
					}

		/* Copyright */

			#copyright {
				margin: 0;
			}

	}

/* Medium */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

		/* Box */

			.box footer ul.actions li {
				margin: 1em 0 0 0;
				display: block;
			}

				.box footer ul.actions li .button {
					width: 100%;
				}

				.box footer ul.actions li:first-child {
					margin-top: 0;
				}

		/* Header */

			#header {
				padding: 0;
			}

		/* Nav */

			#nav {
				display: none;
			}

		/* Intro */

			#intro {
				padding: 0;
			}

				#intro section {
					position: relative;
					margin: 0;
					padding: 0;
				}

					#intro section.first {
						border-top: 0;
						padding-top: 0;
					}

					#intro section p {
						margin: 0;
					}

				#intro .middle:before, #intro .middle:after {
					display: none;
				}

				#intro footer {
					padding: 3em 0 0 0;
				}

					#intro footer ul.actions {
						margin-bottom: 0;
					}

		/* Main */

			#main {
				padding: 40px 0;
			}
			
		.carousel li {
		  width: 300px;
		}

		.carousel ul::scroll-marker-group {
		  gap: 0.7em;
		}
		.carousel ul::column::scroll-marker {
		  content: "";
		  width: 8px;
		  height: 8px;
		  border-radius: 8px;
		}
		
		.carouselTemp ul {
			columns: 2;
		}
		
		.carouselTemp li {
		  width: 300px;
		}
		
		iframe#manga-seinen {
			height: 79vw;
		}

		.mangareel ul {
		  height: 75vw;
		  columns: 3;
		}
		
		.mangareel li {
		  font-size: 0.9em;
		}

		.mangareel ul::scroll-marker-group {
		  gap: 0.7em;
		}
		.mangareel ul::column::scroll-marker {
		  content: "";
		  width: 8px;
		  height: 8px;
		  background-color: #ccc;
		  border-radius: 8px;
		}


		/* Copyright */

			#copyright ul.links {
				display: block;
			}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background: none;
			}

				#titleBar .toggle {
					text-decoration: none;
					width: 80px;
					height: 60px;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#titleBar .toggle:before {
						content: '\f0c9';
						display: block;
						position: absolute;
						left: 10px;
						top: 10px;
						width: 50px;
						height: 40px;
						line-height: 40px;
						font-size: 18px;
						color: #fff;
						text-align: center;
						background: rgba(150, 150, 150, 0.75);
						border-radius: 5px;
					}

					#titleBar .toggle:active:before {
						background-color: #969696;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				color: #858484;
				background-image: url("../../../images/bg02.png");
				box-shadow: inset -3px 0px 5px 0px rgba(0, 0, 0, 0.35);
			}

				#navPanel .link {
					display: block;
					color: #fff;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					padding: 0 1em 0 1em;
					font-style: italic;
					font-weight: 500;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}
				
				#navPanel .link:hover {
					color: #000;
					background-color: #ffc107;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.25em;
			}

		/* Button */

			.button.large {
				font-size: 1.1em;
				padding: 0.65em 1.5em 0.65em 1.5em;
			}

		/* Actions */

			ul.actions li {
				margin: 1em 0 0 0;
				display: block;
			}

				ul.actions li .button {
					width: 100%;
				}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Section/Article */

			section, article {
				margin-bottom: 20px;
			}

			header {
				margin: 0 0 1em 0;
			}

			footer {
				margin: 2em 0 0 0;
			}

		/* Box */

			.box {
				padding: 25px 15px 20px 15px;
			}

				.box .image.featured {
					left: 15px;
					top: 15px;
					margin: -40px 0 40px -30px;
				}

				.box.post header {
					padding-top: 0;
					margin: 0 0 1em 0;
				}

				.box.post h2 {
					font-size: 1.5em;
					line-height: 1.5em;
				}

				.box.post header > p {
					margin-top: 0;
					font-size: 1em;
				}

		/* Links */

			ul.links li {
				display: block;
				padding: 0.25em 0 0 0;
				margin: 0.25em 0 0 0;
				border-left: 0;
			}

				ul.links li:first-child {
					padding-top: 0;
					margin-top: 0;
				}

		/* Icons */

			.icon.featured {
				width: 8em;
				margin: 0 0 3em 0;
			}

				.icon.featured:after {
					border-left: solid 4em transparent;
					border-right: solid 4em transparent;
				}
				
			.gifImgXS {
			width: 2.5em;
			height: 2.5em;
		}

		/* Header */

			#header {
				text-align: center;
				padding: 0;
			}

				#header h1 {
					color: #32373c;
					font-weight: 400;
					font-size: 1.75em;
					letter-spacing: 0;
				}

		/* Intro */

			#intro {
				padding: 0 0 0 0;
			}

				#intro section {
					padding: 0 0 0 0;
					margin: 0 0 0 0;
				}

				#intro h2 {
					font-size: 1.25em;
				}

		/* Banner */

			#banner {
				padding: 0;
				margin: 0;
			}

				#banner header {
					padding: 1.5em 1em 1.5em 1em;
					display: block;
					border-radius: 0;
				}

					#banner header h2 {
						font-size: 1.5em;
						line-height: 1.5em;
						margin: 0 0 0.25em 0;
					}

					#banner header p {
						font-size: 1.2em;
					}

		/* Main */

			#main {
				padding: 20px 0;
			}
		
		iframe {
			height: 730px;
			width: 100%;
		}
		
		.temp {
			height: 460px;
		}
	
		.carousel ul {
		  columns: 1;
		  height: 530px;
		  width: 100%;
		}
		
		.carouselTemp ul {
			columns: 1;
			height: 460px;
			margin: 0;
		}
	
		.carousel li, 
		.carouselTemp li {
		  width: 300px;
		  font-size: 0.8em;
		}

		.carousel ul::scroll-marker-group {
		  gap: 0.7em;
		}
		.carousel ul::column::scroll-marker {
		  content: "";
		  width: 5px;
		  height: 5px;
		  border-radius: 5px;
		}
		
		.carousel ul::scroll-button(*) {
		  bottom: 2em;
		}

		.carousel ul::scroll-button(left) {
		  left: calc(anchor(left) + 0em)
		}

		.carousel ul::scroll-button(right) {
		  right: calc(anchor(right) + 0em)
		}
		
		iframe#manga-seinen, 
		iframe#manga-shounen, 
		iframe#manga-shoujo {
			height: 170vw;
		}
		
		#manga-categories {
			min-height: 180vw;
		}
		
		details:open > summary {
		  border-radius: 3px;
		}
		
		summary {
		  font-size: 0.8em;
		  padding: 0.3em 0.6em 0.3em 0.3em;
		  border-radius: 3px;
		}
		
		.mangareel ul {
		  height: 156vw;
		  columns: 2;
		}
		
		.mangareel li {
		  font-size: 0.8em;
		}

		.mangareel ul::scroll-marker-group {
		  gap: 0.7em;
		}
		.mangareel ul::column::scroll-marker {
		  content: "";
		  width: 5px;
		  height: 5px;
		  background-color: #ccc;
		  border-radius: 5px;
		}
		
		.mangainfo {
		  line-height: 1.1em;
		  padding: 1em 0 0 1em;
		}
		
		.mangainfoextended {
		  line-height: 1.1em;
		  padding: 1.3em 0 1em 1em;
		}

		.mangatitles,
		.mangatitles-shounen, 
		.mangatitles-shoujo {
		  font-size: 1em;   
		}
		
		.compressed {
			letter-spacing: -0.04em;
		}
		
		.mangaka {
		  font-size: 0.8em;
		}
		
		.mangastars {
		  font-size: 0.5em;
		  line-height: 0.5em;
		  padding-left: 1em;
		}
		
		.mangamore,	
		.mangamore-shounen, 
		.mangamore-shoujo {
			margin: 0 0.5em 0.5em 0;
			text-align: right;
		}

		.mangamore span, 
		.mangamore-shounen span, 
		.mangamore-shoujo span {
			font-size: 0.9em;
			padding: 0.4em 0.7em 0.4em 0.7em;
			border-radius: 1em;
		}
		
		#anime-categories {
			display: grid;
			grid-template-columns: auto auto auto auto;
			row-gap: 0.3em;
			font-size: 1em;
			min-height: 70px;
		}
		
		#anime-categories summary {
		  display: flex;
		  justify-content: center;
		}
		
		.blank {
			position: relative;
			margin: 2em 0 0 0;
			min-height: 400px;
			z-index: -1;
		}
		

		details > div#anime-scifi, 
		details > div#anime-sol, 
		details > div#anime-sports,
		details > div#anime-super {
			margin-top: 0;
		}
				
		iframe#anime-drama,
		iframe#anime-fantasy,
		iframe#anime-music, 
		iframe#anime-romance, 
		iframe#anime-scifi, 
		iframe#anime-sol, 
		iframe#anime-sports,
		iframe#anime-super {
			height: 450px;
		}

		.animereel ul {
		  columns: 1;
		  height: 350px;
		  margin-top: 1em;
		}

		.animereel ul::scroll-marker-group {
		  gap: 0.7em;
		}
		
		.animereel ul::column::scroll-marker {
		  width: 5px;
		  height: 5px;
		  border-radius: 5px;
		}
		
		.animereel li {
			width: fit-content;
		}

		#anime-drama,
		#anime-fantasy,
		#anime-music, 
		#anime-romance {
			margin: 1.8em 0 0 0;
			padding: 0;
			border-spacing: 0;
		}
		
		.animefooter {
			margin: -0.6em auto 0 auto;	
		}
		
		.animetitles p,
		.animestars p {
			font-size: 0.8em;
		}
		
		.animetitlesCondensed p {
			font-size: 0.7em;
		}
		
		.animemore span {
			font-size: 0.8em;
		}
		
		iframe#quotes {
			height: 420px;
		}

		.quotesreel ul {
		  height: 380px;
		  columns: 150px;
		}
	

		.quotesreel ul::scroll-marker-group {
		  gap: 0.7em;
		}
		
		.quotesreel ul::column::scroll-marker {
		  content: "";
		  width: 5px;
		  height: 5px;
		  border-radius: 5px;
		}
		
		.preview blockquote {
		    font-size: 0.9em;
			line-height: 1.7em;
			border-left: solid 0.5em #dddddd;
			padding: 1em 0 1em 1.5em;
		}
		
		.noquote blockquote {
			border-left: solid 0.5em #dddddd;
			padding: 1em 0 1em 1.5em;
		}
		
		.preview blockquote::first-letter {
		    font-size: 2.8em;
			font-weight: 700;
			line-height: 0.6em;
			padding: 0 0.1em 0 0;
			margin: 0.2em 0 0 0;
		}
		
		.refs {
			font-size: 1.2em;
			font-weight: 700;
			line-height: 1.2em;
		}
		
		.noquote span {
			font-size: 0.9em;
			padding: 0.4em 0.7em 0.4em 0.7em;
			border-radius: 1em;
		}
		
		.featuredstory {
			height: 700px;
		}
		
		h2.smallertitle {
			font-size: 3.3em;
			padding: 0.3em;
			line-height: 0.8em;
		}
		
		.featuredstory10 {
			background-position: top 0% right 70%;
		}

		.featuredstory12 {
			background-position: top 60% right 40%;
		}
		
		.featuredstory16 {
			background-position: top 0% right 30%;
		}
		
		.featuredstory17 {
			background-position: top 20% right 40%;
		}
		
		.featuredstory20 {
			background-position: top 5% right 30%;
		}
		
		.featuredstory21 {
			background-position: top 0% right 60%;
		}
		
		.featuredstory21 div {
			height: 530px;
			margin-top: 130px;
		}
		
		.featuredstory23 {
			height: 630px;
		}
		
		.featuredstorycontent p {
			width: 100vw;
		}
	

		/* Footer */

			#footer {
				padding: 40px 0 20px 0;
			}
			
		.carouselQueue ul {
		  columns: 107px;
		  width: 100%;
		}

		.carouselQueue ul::scroll-marker-group {
		  gap: 0.7em;
		}
		.carouselQueue ul::column::scroll-marker {
		  content: "";
		  width: 5px;
		  height: 5px;
		  border-radius: 5px;
		}
	}