@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");

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

/* Reset */

	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;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	/*
		@-ms-viewport {
			width: device-width;
		}

	*/

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

		html, body {
			min-width: 320px;
		}

	}

	body.is-loading-0 *, body.is-loading-0 *:before, body.is-loading-0 *: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;
	}

	html, body {
		background-color: #101010;
		overflow: hidden;
	}

/* Type */

	html {
		font-size: 16pt;
	}

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

			html {
				font-size: 12pt;
			}

		}

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

			html {
				font-size: 11pt;
			}

		}

	body {
		background-color: #fff;
		color: #aaa;
	}

	body, input, select, textarea {
		font-family: "Roboto", Helvetica, sans-serif;
		font-weight: 400;
		line-height: 1.65;
		font-size: 1em;
		color: #aaa;
	}

	a {
		-moz-transition: color 0.25s ease, border-bottom-color 0.25s ease;
		-webkit-transition: color 0.25s ease, border-bottom-color 0.25s ease;
		-ms-transition: color 0.25s ease, border-bottom-color 0.25s ease;
		transition: color 0.25s ease, border-bottom-color 0.25s ease;
		border-bottom: dotted 1px;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 800;
		color: #ffffff;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1.25em 0;
		color: #f0f0f0;
		font-weight: 600;
		line-height: 1.8;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		line-height: 1.25;
		margin: 0 0 0.5em 0;
		color: #555;
	}

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

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1em;
	}

	h4 {
		font-size: 0.9em;
	}

	h5 {
		font-size: 0.8em;
	}

	h6 {
		font-size: 0.7em;
	}

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

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

	blockquote {
		border-left: solid 4px #ccc;
		font-style: italic;
		margin: 0 0 1.25em 0;
		padding: 0.3125em 0 0.3125em 1.25em;
	}

	code {
		border-radius: 4px;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
		border-color: #333333;
		color: #81c784;
		background: rgba(30, 30, 30, 0.8);
		font-weight: 600;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 1.25em 0;
	}

		pre code {
			display: block;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px #333333;
		margin: 1.25em 0;
	}

		hr.major {
			margin: 1.875em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: solid 1px #ccc;
		color: #555;
		cursor: pointer;
		display: inline-block;
		line-height: 1;
		padding: 0.75em 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			border-color: #00D3B7;
			color: #00D3B7;
		}

			input[type="submit"]:hover:active,
			input[type="reset"]:hover:active,
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
				background-color: rgba(0, 211, 183, 0.15);
			}

		input[type="submit"].gallery_icon,
		input[type="reset"].gallery_icon,
		input[type="button"].gallery_icon,
		button.gallery_icon,
		.button.gallery_icon {
			padding-left: 1.35em;
		}

			input[type="submit"].gallery_icon:before,
			input[type="reset"].gallery_icon:before,
			input[type="button"].gallery_icon:before,
			button.gallery_icon:before,
			.button.gallery_icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 0.625em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

/* Form */

	form {
		margin: 0 0 1.25em 0;
	}

	label {
		color: #555;
		display: block;
		font-size: 0.9em;
		font-weight: 400;
		margin: 0 0 0.625em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: transparent;
		border-radius: 4px;
		border: solid 1px #ccc;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 0.75em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #00D3B7;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: #ccc;
			content: '\f107';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #aaa;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			margin: 0;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: transparent;
				border-radius: 4px;
				border: solid 1px #ccc;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background-color: #555;
			border-color: #555;
			color: #fff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #00D3B7;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
		color: #ccc !important;
	}

	:-moz-placeholder {
		opacity: 1.0;
		color: #ccc !important;
	}

	::-moz-placeholder {
		opacity: 1.0;
		color: #ccc !important;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
		color: #ccc !important;
	}

	.formerize-placeholder {
		opacity: 1.0;
		color: #ccc !important;
	}

	.field {
		margin: 0 0 1.25em 0;
	}

/* gallery_icon */

	.gallery_icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.gallery_icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.gallery_icon > .label {
			display: none;
		}

/* List */

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

		ol li {
			padding-left: 0.25em;
		}

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

		ul li {
			padding-left: 0.5em;
		}

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

			ul.alt li {
				border-top: solid 1px #ccc;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.gallery_icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.gallery_icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.gallery_icons li:last-child {
					padding-right: 0;
				}

				ul.gallery_icons li .gallery_icon:before {
					font-size: 1.5rem;
				}

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

			ul.actions li {
				display: inline-block;
				padding: 0 0.625em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.3125em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 0.625em 0 0 0;
			}

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

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.3125em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -0.625em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 0.625em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 0.625em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.3125em;
					width: calc(100% + 0.3125em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.3125em;
					}

	dl {
		margin: 0 0 1.25em 0;
	}

		dl dt {
			display: block;
			font-weight: 400;
			margin: 0 0 0.625em 0;
		}

		dl dd {
			margin-left: 1.25em;
		}

/* gallery_main */

	#gallery_main {
		-moz-transition: opacity 0.75s ease, right 0.75s ease, left 0.75s ease, visibility 0.75s;
		-webkit-transition: opacity 0.75s ease, right 0.75s ease, left 0.75s ease, visibility 0.75s;
		-ms-transition: opacity 0.75s ease, right 0.75s ease, left 0.75s ease, visibility 0.75s;
		transition: opacity 0.75s ease, right 0.75s ease, left 0.75s ease, visibility 0.75s;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		top: 0;
		width: 22.5em;
		height: 100%;
		background: #fff;
		outline: 0;
		overflow-x: hidden;
		overflow-y: auto;
		text-align: right;
		visibility: visible;
		z-index: 10000;
		right: 0;
	}



		#gallery_main .toggle {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;

    width: 5.6rem;
    height: 5.6rem;
    padding: 0;
    border: 0;
    outline: 0;
    box-shadow: none;

    border-radius: 999px;
    background-color: rgba(15, 23, 42, 0.8);
    background-image: url("images/close-small-alt.svg");
    background-repeat: no-repeat;
    background-size: 4rem 4rem;
    background-position: center center;
    box-shadow: 0 0.5rem 1.1rem rgba(2, 6, 23, 0.35);

    cursor: pointer;
    display: none;
    z-index: 1;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

		#gallery_main .toggle:hover,
		#gallery_main .toggle:focus-visible {
			background-color: rgba(30, 41, 59, 0.92);
			transform: translateY(-1px);
		}

		body.fullscreen #gallery_main {
			visibility: hidden;
			right: -22.5em;
		}

		body.is-loading-1 #gallery_main {
			opacity: 0;
			right: -2em;
		}

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

			#gallery_main {
				width: 19em;
			}

				body.fullscreen #gallery_main {
					right: -19em;
				}

		}

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

			#gallery_main {
				background: rgba(255, 255, 255, 0.925);
			}

				#gallery_main .toggle {
					display: block;
				}

		}

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

			#gallery_main {
				-moz-transition: opacity 0.5s ease, visibility 0.5s;
				-webkit-transition: opacity 0.5s ease, visibility 0.5s;
				-ms-transition: opacity 0.5s ease, visibility 0.5s;
				transition: opacity 0.5s ease, visibility 0.5s;
				width: 100%;
				background: #fff;
				text-align: center;
			}

				body.is-loading-1 #gallery_main {
					left: auto !important;
					right: auto !important;
				}

				body.fullscreen #gallery_main {
					left: auto !important;
					right: auto !important;
					opacity: 0;
				}

				#gallery_main .toggle {
					display: none;
				}

		}

/* Header */

	#gallery_header {
		padding: 3em 2.25em 1.75em 2.25em ;
	}

		#gallery_header h1 {
			font-size: 2.25em;
			font-weight: 700;
		}

/* Footer */

	#footer {
		padding: 2.25em 2.25em 1em 2.25em ;
		color: #e0e0e0;
	}

		#footer .copyright {
			list-style: none;
			padding: 0;
		}

			#footer .copyright li {
				display: inline-block;
				font-size: 0.8em;
				margin-left: 0.35em;
				padding: 0;
				color: #e0e0e0;
			}

				#footer .copyright li:first-child {
					margin-left: 0;
				}

/* gallery_thumbnails */

	#gallery_thumbnails {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 0.75em;
	}

		#gallery_thumbnails article {
			position: relative;
			width: 50%;
			background: #101010;
			outline: 0;
		}

			#gallery_thumbnails article .thumbnail {
				-webkit-tap-highlight-color: transparent;
				display: block;
				position: relative;
				border: 0;
				outline: 0;
			}

				#gallery_thumbnails article .thumbnail img {
					display: block;
					width: 100%;
				}

				#gallery_thumbnails article .thumbnail:before {
					-moz-pointer-events: none;
					-webkit-pointer-events: none;
					-ms-pointer-events: none;
					pointer-events: none;
					-moz-transition: opacity 0.25s ease;
					-webkit-transition: opacity 0.25s ease;
					-ms-transition: opacity 0.25s ease;
					transition: opacity 0.25s ease;
					content: '';
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					box-shadow: inset 0 0 0 2px #00D3B7, inset 0 0 0px 3px rgba(0, 0, 0, 0.15);
					opacity: 0;
					z-index: 1;
				}

				#gallery_thumbnails article .thumbnail:focus:before {
					opacity: 0.5;
				}

			#gallery_thumbnails article h2, #gallery_thumbnails article p {
				display: none;
			}

			#gallery_thumbnails article.active .thumbnail:before {
				opacity: 1;
			}

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

			#gallery_thumbnails article .thumbnail:before {
				display: none;
			}

		}

/* Viewer */

	@-moz-keyframes spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@-webkit-keyframes spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@-ms-keyframes spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@keyframes spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	#viewer {
		-moz-transition: opacity 0.75s ease, width 0.75s ease;
		-webkit-transition: opacity 0.75s ease, width 0.75s ease;
		-ms-transition: opacity 0.75s ease, width 0.75s ease;
		transition: opacity 0.75s ease, width 0.75s ease;
		position: absolute;
		top: 0;
		width: calc(100% - 22.5em);
		height: 100%;
		left: 0;
		background: #0d0d0d;
	}

		#viewer .inner {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 2;
		}

			#viewer .inner > * {
				-moz-pointer-events: auto;
				-webkit-pointer-events: auto;
				-ms-pointer-events: auto;
				pointer-events: auto;
			}

			#viewer .inner:before {
				background-image: -moz-linear-gradient(left, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0)), -moz-linear-gradient(right, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0));
				background-image: -webkit-linear-gradient(left, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0)), -webkit-linear-gradient(right, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0));
				background-image: -ms-linear-gradient(left, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0)), -ms-linear-gradient(right, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0));
				background-image: linear-gradient(left, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0)), linear-gradient(right, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0));
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

			#viewer .inner .toggle {
				-webkit-tap-highlight-color: transparent;
				position: absolute;
				top: 0;
				width: 3.35rem;
				height: 3.35rem;
				border: 0;
				outline: 0;
				border-radius: 999px;
				background-color: rgba(15, 23, 42, 0.8);
				background-image: url("images/close.svg");
				background-repeat: no-repeat;
				background-size: 1.55rem 1.55rem;
				cursor: pointer;
				z-index: 1;
				right: 0;
				background-position: center;
				box-shadow: 0 0.5rem 1.1rem rgba(2, 6, 23, 0.35);
				transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
			}

			#viewer .inner .toggle:hover,
			#viewer .inner .toggle:focus-visible {
				background-color: rgba(30, 41, 59, 0.92);
				transform: translateY(-1px);
			}

			#viewer .inner .viewer-home,
			#viewer .inner .viewer-back {
				position: absolute;
				top: 1rem;
				left: 1rem;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				width: fit-content;
				min-width: 0;
				max-width: none;
				padding: 0.55rem 0.95rem;
				border-radius: 999px;
				border: 1px solid rgba(255, 255, 255, 0.42);
				background: rgba(15, 23, 42, 0.72);
				backdrop-filter: blur(8px);
				color: #ffffff;
				font-size: 0.76rem;
				font-weight: 700;
				letter-spacing: 0.03em;
				line-height: 1.1;
				text-decoration: none;
				white-space: nowrap;
				box-shadow: 0 0.5rem 1.1rem rgba(2, 6, 23, 0.35);
				transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
			}

			#viewer .inner .viewer-home {
				z-index: 21;
			}

			#viewer .inner .viewer-back {
				top: 3.35rem;
				z-index: 21;
			}

			#viewer .inner .viewer-home:hover,
			#viewer .inner .viewer-back:hover {
				background: rgba(30, 41, 59, 0.9);
				border-color: rgba(255, 255, 255, 0.62);
				transform: translateY(-1px);
				box-shadow: 0 0.75rem 1.4rem rgba(2, 6, 23, 0.42);
			}

			#viewer .inner .viewer-home.is-hidden,
			#viewer .inner .viewer-back.is-hidden,
			#viewer .inner .nav-next.is-hidden,
			#viewer .inner .nav-previous.is-hidden {
				display: none;
			}

			#viewer .inner .nav-next,
			#viewer .inner .nav-previous {
				-webkit-tap-highlight-color: transparent;
				position: absolute;
				top: auto;
				bottom: 1rem;
				width: 5rem;
				height: 5rem;
				margin-top: 0;
				background-image: url("images/arrow.svg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				cursor: pointer;
				border: 0 !important;
				outline: 0 !important;
				box-shadow: none !important;
				background-color: transparent !important;
				padding: 0;
				z-index: 22;
			}

			#viewer .inner .nav-previous {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				left: calc(50% - 3.8rem);
			}

			#viewer .inner .nav-next {
				left: calc(50% + 0.6rem);
				right: auto;
			}

.gallery-map-page:not(.showing-map) #viewer .inner .nav-next,
.gallery-map-page:not(.showing-map) #viewer .inner .nav-previous {
	bottom: calc(30vh + 1.0rem);
	filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
	opacity: 1;
}

.gallery-map-page:not(.showing-map) #viewer .inner .nav-next:hover,
.gallery-map-page:not(.showing-map) #viewer .inner .nav-previous:hover {
	filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
	opacity: 1;
}

		#viewer .slide {
			-moz-transition: opacity 0.5s ease-in-out;
			-webkit-transition: opacity 0.5s ease-in-out;
			-ms-transition: opacity 0.5s ease-in-out;
			transition: opacity 0.5s ease-in-out;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 1;
			z-index: 1;
		}

			#viewer .slide .caption {
				background-image: -moz-linear-gradient(bottom, rgba(16,16,16,0.75), rgba(16,16,16,0.25) 80%, rgba(16,16,16,0));
				background-image: -webkit-linear-gradient(bottom, rgba(16,16,16,0.75), rgba(16,16,16,0.25) 80%, rgba(16,16,16,0));
				background-image: -ms-linear-gradient(bottom, rgba(16,16,16,0.75), rgba(16,16,16,0.25) 80%, rgba(16,16,16,0));
				background-image: linear-gradient(bottom, rgba(16,16,16,0.75), rgba(16,16,16,0.25) 80%, rgba(16,16,16,0));
				padding: 2em 2em 0.75em 2em ;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				color: rgba(255, 255, 255, 0.5);
				z-index: 1;
			}

				#viewer .slide .caption h2, #viewer .slide .caption h3, #viewer .slide .caption h4, #viewer .slide .caption h5, #viewer .slide .caption h6 {
					color: #fff;
				}

			#viewer .slide .image {
				-moz-transition: opacity 0.5s ease-in-out;
				-webkit-transition: opacity 0.5s ease-in-out;
				-ms-transition: opacity 0.5s ease-in-out;
				transition: opacity 0.5s ease-in-out;
				/*position: center;
				top: 0;
				left: 0;*/
				width: 100%;
				height: 100%;
				background-repeat: no-repeat;
				background-size: contain;
				opacity: 0;
			}

			#viewer .slide:before {
				-moz-animation: spinner 1s linear infinite;
				-webkit-animation: spinner 1s linear infinite;
				-ms-animation: spinner 1s linear infinite;
				animation: spinner 1s linear infinite;
				-moz-transition: opacity 0.5s ease-in-out;
				-webkit-transition: opacity 0.5s ease-in-out;
				-ms-transition: opacity 0.5s ease-in-out;
				transition: opacity 0.5s ease-in-out;
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				width: 3em;
				height: 3em;
				background-image: url("images/spinner.svg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				margin: -1.5em 0 0 -1.5em;
				opacity: 0;
			}

			#viewer .slide.loading:before {
				opacity: 1;
			}

			#viewer .slide.active .image {
				opacity: 1;
			}

		body.fullscreen #viewer {
			width: 100%;
		}

			body.fullscreen #viewer .inner .toggle {
				background-image: url("images/open.svg");
			}

		body.is-loading-1 #viewer {
			opacity: 0;
		}

		body.is-loading-2 #viewer .slide {
			opacity: 0;
		}

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

			#viewer {
				width: calc(100% - 19em);
			}

		}

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

			#viewer {
				width: 100%;
			}

				#viewer .inner .toggle {
					-moz-transition: opacity 0.75s ease;
					-webkit-transition: opacity 0.75s ease;
					-ms-transition: opacity 0.75s ease;
					transition: opacity 0.75s ease;
					background-image: url("images/open.svg");
					opacity: 0;
					right: 0;
				}

				body.fullscreen #viewer .inner .toggle {
					opacity: 1;
				}

		}

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

			#viewer .inner .toggle {
				background-size: 32px 32px;
			}

			#viewer .inner .nav-next,
			#viewer .inner .nav-previous {
				background-image: url("images/arrow-small.svg");
				background-size: 32px 32px;
			}

			body.fullscreen #viewer .inner .toggle {
				background-image: url("images/open-small.svg");
			}

		}

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

			#viewer {
				-moz-transition: opacity 0.5s ease;
				-webkit-transition: opacity 0.5s ease;
				-ms-transition: opacity 0.5s ease;
				transition: opacity 0.5s ease;
				-moz-transition-delay: 0s;
				-webkit-transition-delay: 0s;
				-ms-transition-delay: 0s;
				transition-delay: 0s;
				opacity: 0;
			}

				#viewer .inner .toggle {
					background-image: url("images/close-small.svg") !important;
					background-size: 32px 32px;
				}

				body.fullscreen #viewer {
					-moz-transition-delay: 0.5s;
					-webkit-transition-delay: 0.5s;
					-ms-transition-delay: 0.5s;
					transition-delay: 0.5s;
					opacity: 1;
				}

		}

.gallery-map-page #gallery_main {
	display: block;
	width: fit-content;
	min-width: 22.5rem;
	max-width: 36rem;
	right: 0;
	left: auto;
	text-align: left;
	background: #1f2a37;
	backdrop-filter: blur(14px);
}

.gallery-map-page #gallery_header,
.gallery-map-page .gallery_instructions,
.gallery-map-page #footer {
	display: none;
}

.gallery-map-page #gallery_thumbnails {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0.75rem 1rem;
}

.gallery-map-page .gallery_country_card {
	width: 100%;
	max-width: none;
	background: rgba(255, 255, 255, 0.03);
	border: 2px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	margin-bottom: 0.6rem;
	padding: 0.6rem;
	box-shadow: none;
}

.gallery-map-page .gallery_country_card.active {
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: none;
}

.gallery-map-page .country_open_button,
.gallery-map-page .country_path_button {
	width: 100%;
	max-width: none;
	border: 0;
	background: transparent;
	padding: 0;
	text-align: left;
}

.gallery-map-page .country_open_button {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: baseline;
	justify-content: flex-start;
	margin-bottom: 0.35rem;
}

.gallery-map-page .country_name {
	font-size: 0.98rem;
	font-weight: 700;
	color: #ffffff;
}

.gallery-map-page .country_photo_count {
	font-size: 0.76rem;
	color: rgba(255, 255, 255, 0.72);
}

.gallery-map-page .country_description,
.gallery-map-page .country_folder {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 0.4rem;
}

.gallery-map-page .country_folder code {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.06);
}

.gallery-map-page .country_paths {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.3rem;
}

.gallery-map-page .country_path_button {
	display: inline-flex;
	padding: 0.5rem 0.5rem;
	width: fit-content;
	max-width: 100%;
	border-radius: 0.45rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-sizing: border-box;
}

.gallery-map-page .country_path_button:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.14);
}

.gallery-map-page .path_title,
.gallery-map-page .path_value,
.gallery-map-page .path_description {
	display: block;
}

.gallery-map-page .path_title {
	display: inline;
	width: auto;
	font-weight: 700;
	color: #ffffff;
	font-size: 0.87rem;
	margin-bottom: 0;
}

.gallery-map-page .path_value {
	font-size: 0.72rem;
	word-break: break-all;
	margin-bottom: 0.1rem;
	color: rgba(255, 255, 255, 0.72);
}

.gallery-map-page .path_description {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.78);
}

.gallery-map-page #viewer {
	width: calc(100% - 16rem);
	left: 0;
	background: #0f172a;
}

.gallery-map-page .map-slide,
.gallery-map-page .photo-slide {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.gallery-map-page #viewer .slide {
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.gallery-map-page #viewer .slide.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 6;
}

.gallery-map-page .photo-slide {
	flex-direction: column;
}

.gallery-map-page .map-slide .caption {
	display: none;
}

.gallery-map-page #viewer .inner,
.gallery-map-page.showing-map #viewer .inner {
	display: block !important;
	pointer-events: none !important;
	z-index: 20 !important;
	width: 100% !important;
	height: 100% !important;
	right: 0 !important;
	bottom: 0 !important;
}

.gallery-map-page #viewer .inner:before,
.gallery-map-page.showing-map #viewer .inner:before {
	display: none !important;
	content: none !important;
}

.gallery-map-page #viewer .inner > * {
	pointer-events: auto !important;
}

.gallery-map-page #viewer .slide.map-slide:before,
.gallery-map-page #viewer .slide.map-slide.loading:before {
	display: none !important;
	content: none !important;
	opacity: 0 !important;
}

.gallery-map-page .map-image,
.gallery-map-page .map-image #world-map-host,
.gallery-map-page .map-image .world-heatmap-frame {
	pointer-events: auto !important;
}

.gallery-map-page .map-slide,
.gallery-map-page .map-image,
.gallery-map-page .world_map_host,
.gallery-map-page .world-heatmap-frame {
	position: relative;
	z-index: 5;
}

.gallery-map-page .world-heatmap-frame {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery-map-page .photo-slide .caption {
	display: block;
	position: static;
	flex: 0 0 auto;
	overflow-y: auto;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.75rem);
	pointer-events: none;
	padding: 0 1.25rem;
	margin: 0 1rem;
	border-radius: 0.9rem;
	background: #1f2a37;
	border: 0;
	box-shadow: none;
	color: #ffffff;
	transition: max-height 0.45s ease, opacity 0.3s ease, transform 0.3s ease, padding 0.3s ease, margin 0.3s ease, visibility 0s linear 0.45s;
}

.gallery-map-page .photo-slide.show-markdown .caption {
	max-height: 30vh;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
	padding: 1.35rem 1.25rem 1.2rem;
	margin: 5.25rem 0.5rem 1rem;
	transition: max-height 0.45s ease, opacity 0.25s ease, transform 0.25s ease, padding 0.25s ease, margin 0.25s ease;
}

.gallery-map-page .photo-slide .caption h2,
.gallery-map-page .photo-slide .caption p,
.gallery-map-page .photo-slide .caption strong,
.gallery-map-page .photo-slide .caption code {
	color: #ffffff;
}

.gallery-map-page .photo-slide .caption a {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.45);
}

.gallery-map-page .photo-slide .caption a:hover {
	color: #ffffff;
	border-bottom-color: transparent;
}

.gallery-map-page .photo-image {
	flex: 1 1 auto;
	height: auto;
	min-height: 0;
	cursor: pointer;
	border: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 1.05rem 1rem 0.75rem;
}

.gallery-map-page .photo-image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: calc(100vh - 18rem);
	object-fit: contain;
}

.gallery-map-page .photo-markdown-content {
	max-width: 60rem;
	margin-top: 2rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #ffffff;
}

.gallery-map-page .photo-markdown-title {
	display: none;
}

.gallery-map-page .photo-markdown-content > :first-child {
	margin-top: 0;
}

.gallery-map-page .photo-markdown-content > :last-child {
	margin-bottom: 0;
}

.gallery-map-page .photo-markdown-content h1,
.gallery-map-page .photo-markdown-content h2,
.gallery-map-page .photo-markdown-content h3,
.gallery-map-page .photo-markdown-content h4,
.gallery-map-page .photo-markdown-content h5,
.gallery-map-page .photo-markdown-content h6 {
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0.45rem;
}

.gallery-map-page .photo-markdown-content p,
.gallery-map-page .photo-markdown-content ul,
.gallery-map-page .photo-markdown-content ol,
.gallery-map-page .photo-markdown-content blockquote {
	color: #ffffff;
	margin-bottom: 0.75rem;
}

.gallery-map-page .photo-markdown-content code {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	padding: 0.14rem 0.35rem;
	border-radius: 0.35rem;
	margin: 0;
	white-space: break-spaces;
}

.gallery-map-page .photo-markdown-content pre {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0.7rem;
	padding: 0.9rem 1rem;
	overflow-x: auto;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-map-page .photo-markdown-content pre code {
	background: transparent;
	border: 0;
	padding: 0;
	color: #ffffff;
	white-space: pre;
}

.gallery-map-page .photo-markdown-content a {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.45);
}

.gallery-map-page .photo-markdown-content a:hover {
	color: #ffffff;
	border-bottom-color: transparent;
}

.gallery-map-page .photo-markdown-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0.75rem;
}

.gallery-map-page .photo-markdown-content th,
.gallery-map-page .photo-markdown-content td {
	border: 1px solid rgba(255, 255, 255, 0.24);
	padding: 0.4rem 0.55rem;
	text-align: left;
}

.gallery-map-page .world_map_host {
	width: min(100%, 94rem);
	height: min(100vh, 60rem);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem;
	background: #0f172a;
	overflow: hidden;
}

.gallery-map-page .world_map_host > svg {
	width: 100%;
	height: 100%;
	display: block;
	transform: translateY(1rem);
}

.gallery-map-page .world-heatmap-frame {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 1rem;
	background: #0f172a;
	box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 980px) {
	.gallery-map-page #gallery_main {
		width: 100%;
		height: 42vh;
		position: fixed;
		bottom: 0;
		top: auto;
	}

	.gallery-map-page #viewer {
		width: 100%;
		height: 58vh;
	}

	.gallery-map-page .world_map_host {
		height: min(54vh, 40rem);
	}
}
