@font-face {
    font-family: 'EBGaramondRegular';
    src: url('../font/EBGaramond-webfont.eot');
    src: url('../font/EBGaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/EBGaramond-webfont.woff') format('woff'),
         url('../font/EBGaramond-webfont.ttf') format('truetype'),
         url('../font/EBGaramond-webfont.svg#EBGaramondRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	background: #000000;
	-webkit-font-smoothing: antialiased;
}

* {
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

#container {
	width: 960px;
	position: absolute;
	left: 50%;
	margin: 0 0 100px -480px;
	display: block;
}

a.header {
	text-decoration: none;
}

header {
	margin: 15px 0 60px 0;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

header .title {
	width: 556px;
	height: 67px;
	background: url("../images/title-dark-mode.png");
	background-size: 100%;
	margin: 100px 0 35px 202px;
}

header h1 {
	display: none;
	margin-bottom: -30px;
}

header h1 a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

header h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 18pt;
	letter-spacing: 6px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	background: #000000;
	width: 260px;
	left: 50%;
	position: relative;
	margin-left: -136px;
	margin-top: 15px;
	padding-left: 6px;
}

header h3:before {
	width: 400px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	display: block;
	position: relative;
	top: 18px;
	content: " ";
	left: 50%;
	margin-left: -200px;
	z-index: -1;
}

header.condensed {
	margin: 30px 0 70px 0;
}

header.condensed .title {
	width: 406px;
	height: 47px;
	background: url("../images/title.png");
	background-size: 100%;
	margin: 60px 0 35px 0;
}

header.condensed h1 {
	text-align: left;
	font-size: 40pt;
}

header.condensed h3 {
	display: none;
}

header.condensed ul.navigation {
	width: 600px;
	text-align: right;
	position: absolute;
	top: 25px;
	right: -22px;
}

@-moz-document url-prefix() {
	body header ul.navigation li {
		font-size: 13pt;
	}
	body ul.navigation li:first-child {
		margin-left: -20px;
		padding-left: 0;
	}
}

header ul.navigation {
	height: 50px;
	text-align: center;
	margin-top: 40px;
	list-style-type: none;
	-webkit-padding-start: 0;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

header ul.navigation li {
	padding: 0 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 15pt;
	letter-spacing: 2px;
	display: inline-block;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

header ul.navigation li a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
	padding-left: 2px;
	padding-bottom: 2px;
}

header ul.navigation li a:hover {
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #c0c7ce;
	cursor: pointer;
}

header ul.navigation li a:active,
header ul.navigation li a.selected {
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #c0c7ce;
}

h1, h2, h3, h4 {
	margin: 0;
	color: rgba(255, 255, 255, 1);
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
	margin: 20px 0;
}

h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18pt;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-top: 10px;
}

.popup-wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.popup-wrapper .overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 1);
	top: 0;
	left: 0;
	opacity: 0;
}

.popup-wrapper .overlay.visible {
	opacity: 1;
}

.popup-wrapper .close {
	width: 21px;
	height: 21px;
	background-image: url("../images/x.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 999999;
}

.popup-wrapper .close:hover {
	opacity: 1;
	cursor: pointer;
}

@media screen and (max-height: 700px) {
	body .popup-wrapper .popup {
		top: 10px;
		bottom: 10px;
	}
}

@media screen and (min-height: 800px) {
	body .popup-wrapper .popup {
		top: 50px;
		bottom: 50px;
	}
}

@media screen and (min-width: 1300px) and (min-height: 800px) {
	body .popup-wrapper .popup {
		width: 1100px;
		margin-left: -550px;
	}

	body .popup-wrapper .popup .arrow.right {
		margin-left: 1107px;
	}
}

.popup-wrapper .popup {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.5);
	opacity: 0;
	min-height: 300px;
	top: 20px;
	bottom: 20px;
	pointer-events: none;
}

.popup-wrapper .popup.visible {
	opacity: 1;
}

.popup-wrapper .popup .arrow {
	width: 43px;
	height: 700px;
	position: absolute;
	top: 50%;
	margin-top: -350px;
	background-image: url("../images/arrows.png");
	background-repeat: no-repeat;
	background-size: 200% auto;
	opacity: 0.5;
	-webkit-transition: 0.2s opacity;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	pointer-events: all;
}

.popup-wrapper .popup .arrow:hover {
	opacity: 1;
	cursor: pointer;
}

.popup-wrapper .popup .arrow.left {
	margin-left: -50px;
	background-position: 0% 50%;
}

.popup-wrapper .popup .arrow.right {
	margin-left: 907px;
	margin-right: -60px;
	background-position: 100% 50%;
}

.popup-wrapper .popup .popup-contents {
	height: 100%;
}

.popup-wrapper .popup .popup-contents .info {
	display: none;
	width: 100%;
	height: 0px;
	top: 0;
	background: #000000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: left;
}

.popup-wrapper .popup .popup-contents .info.center {
	text-align: center;
}

.popup-wrapper .popup .popup-contents .info .inner {
	padding: 10px;
	display: inline-block;
	width: 100%;
}

.popup-wrapper .popup .popup-contents .info .inner .title {
	font: 18pt "EBGaramondRegular";
	color: rgba(255, 255, 255, 1);
	display: inline-block;
	margin-left: 10px;
}

.popup-wrapper .popup .popup-contents .info .inner .title.centered {
	text-align: center;
	width: 100%;
	margin-left: -10px;
}

.popup-wrapper .popup .popup-contents .info .inner .more {
	font: 18pt "EBGaramondRegular";
	margin-left: 10px;
	font-size: 18pt;
	line-height: 22pt;
	color: rgba(255, 255, 255, 1);
	display: inline-block;
}

.popup-wrapper .popup .popup-contents .info .inner .right {
	float: right;
	position: relative;
}

.popup-wrapper .popup .popup-contents .info .inner .right .price {
	display: inline-block;
	float: right;
	height: 50px;
	position: relative;
	top: -5px;
	margin-right: 45px;
	text-align: right;
	font: 13pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 50px;
	color: rgba(255, 255, 255, 1);
}

.popup-wrapper .popup .popup-contents .info .inner .right .buy-button {
	float: right;
	display: inline-block;
	position: relative;
	top: 0;
	right: 20px;
	width: 130px;
	height: 38px;
	text-align: center;
	text-decoration: none;
	font: 13pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 36px;
	padding: 0px 12px;
	background: #a8b1ba;
	color: rgba(255, 255, 255, 1);
	border: 1px solid transparent;
	border-radius: 2px;
	opacity: 0.9;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
}

.popup-wrapper .popup .popup-contents .info .inner .right .buy-button:hover,
.popup-wrapper .popup .popup-contents .info .inner .right .buy-button.active,
.popup-wrapper .popup .popup-contents .info .inner .right .buy-button[disabled].active:hover {
	border: 1px solid #c0c7ce;
	background: #0D0D0D;
	color: #818991;
}

.popup-wrapper .popup .popup-contents .info .inner .right .buy-button[disabled] {
	opacity: 0.2;
}

.popup-wrapper .popup .popup-contents .info .inner .right .buy-button[disabled]:hover {
	background: #a8b1ba;
	color: rgba(255, 255, 255, 1);
	border: 1px solid transparent;
	cursor: not-allowed;
}

.popup-wrapper .popup .popup-contents .info .inner .right .sold-indicator {
	float: right;
	display: inline-block;
	width: 130px;
	height: 38px;
	position: relative;
	top: 0;
	right: 20px;
	border: 1px solid #cb3725;
	text-align: center;
	text-decoration: none;
	font: 11pt/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #cb3725;
	letter-spacing: 3px;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
	padding: 0px 12px;
	cursor: not-allowed;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.popup-wrapper .popup .popup-contents .image-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.popup-wrapper .popup .popup-contents .image-wrapper img {
	display: block;
	min-height: 50%;
	max-height: 90%;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	pointer-events: all;
	box-sizing: content-box;
}

.popup-wrapper .popup .popup-contents .image-wrapper img.loading {
	opacity: 0.3;
	height: 90%;
	min-height: 50%;
	max-height: 90%;
	max-width: 90%;
	-webkit-filter: blur(25px);
}

.popup-wrapper .popup .popup-contents .image-wrapper .spinner {
	top: 50%;
	left: 50%;
}

a.back-home {
	width: 100%;
	text-align: center;
	display: inline-block;
	font: 14pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 45px;
	color: rgba(255, 255, 255, 1);
	padding-bottom: 10px;
	margin-top: 10px;
	position: relative;
	top: -30px;
	z-index: 1;
}

a.back-home:hover {
	color: rgba(255, 255, 255, 0.7);
}

.wrapper {
	width: auto;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 50px;
	background: #0D0D0D;
	text-align: center;
	margin-bottom: 50px;
}

.wrapper.collection {
	padding-bottom: 0;
	z-index: 2;
	position: relative;
}

.wrapper.collection .images {
	margin-top: 35px;
}

.wrapper.collection .images .image-wrapper {
	width: 240px;
	height: 240px;
	margin: 0 50px 50px 0;
	display: inline-block;
	overflow: hidden;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.wrapper.collection .images .image-wrapper.only-one {
	width: 100%;
	height: 100%;
}

.wrapper.collection .images .image-wrapper.lastOdd:last-child {
	margin-right: 0;
}

.wrapper.collection .images .image-wrapper:nth-child(3n+3) {
	margin: 0 0 50px 0;
}

.wrapper.collection .images .image-wrapper.sold:hover:after {
	width: 80px;
	content: "sold";
	font: 10pt/25px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
	left: -72px;
}

.wrapper.collection .images .image-wrapper.sold:after {
	width: 25px;
	height: 25px;
	background: #0D0D0D;
	content: "\2022";
	display: inline-block;
	position: relative;
	top: -90px;
	left: -100px;
	z-index: 9999999999;
	color: #cb3725;
	font: bold 20pt/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	text-transform: uppercase;
}

.wrapper.collection .images .image-wrapper img {
	float: left;
	cursor: pointer;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.wrapper.collection .images .image-wrapper img.only-one {
	width: 100%;
}

.wrapper.collection .label {
	text-align: center;
	font-size: 20pt;
	color: rgba(255, 255, 255, 1);
	font-family: "EBGaramondRegular";
	margin-top: -15px;
}

.wrapper.collection .label a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.wrapper.collection .label a:hover {
	text-decoration: underline;
}

.wrapper.item .image-wrapper {
	width: 860px;
}

.wrapper.item .image-wrapper img {
	width: 100%;
}

.wrapper.item .label {
	text-align: left;
	margin-top: -20px;
	font-family: "EBGaramondRegular";
}

.wrapper.item .label .left {
	float: left;
	height: 135px;
}

.wrapper.item .label .left .title {
	font-size: 22pt;
	color: rgba(255, 255, 255, 1);
}

.wrapper.item .label .left .more {
	margin-top: -5px;
	font-size: 16pt;
	line-height: 22pt;
	color: rgba(255, 255, 255, 1);
}

.wrapper.item .label .right {
	float: right;
}

.wrapper.item .label .right a.buy {
	margin-top: 5px;
	width: 180px;
	height: 95px;
	background: rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	text-align: center;
	line-height: 90px;
	font-size: 18pt;
	text-decoration: none;
}

.wrapper.item .label .right a.buy:hover {
	text-decoration: underline;
	background: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.wrapper.buy {
	padding: 60px 0 30px 60px;
	text-align: left;
	z-index: 2;
	position: relative;
	min-height: 685px;
}

.wrapper.buy h2 {
	font: 15pt/25pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	padding-bottom: 20px;
}

.wrapper.buy .preview {
	width: 406px;
	display: inline-block;
	text-align: center;
}

.wrapper.buy .preview img {
	width: 100%;
	margin-bottom: 10px;
}

.wrapper.buy .preview h1 {
	font: normal 20pt/30pt "EBGaramondRegular";
	color: rgba(255, 255, 255, 1);
	padding-top: 10px;
}

.wrapper.buy .preview h2 {
	text-align: center;
	font: normal 18pt/24pt "EBGaramondRegular";
	color: rgba(255, 255, 255, 1);
	padding: 0;
	margin: 0 0 5px 0;
}

.wrapper.buy .preview p {
	width: 100%;
	display: block;
	font: 20pt/26pt "EBGaramondRegular";
	color: rgba(255, 255, 255, 1);
}

.wrapper.buy .preview #pre-tax-total-amount {
	display: none;
}

.wrapper.buy .preview table {
	width: 100%;
	margin-top: 20px;
}

.wrapper.buy .preview table tr {
	color: rgba(255, 255, 255, 1);
	font-size: 11pt;
}

.wrapper.buy .preview table tr td {
	font: 11pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 15px 5px 15px 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.wrapper.buy .preview table tr td:first-child {
	text-align: left;
}

.wrapper.buy .preview table tr td:last-child {
	text-align: right;
	width: 100px;
	color: rgba(255, 255, 255, 1);
}

.wrapper.buy .preview table tr:last-child td {
	border-bottom: none;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}

.wrapper.buy form {
	display: inline-block;
	width: 393px;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 39px;
	float: right;
}

.wrapper.buy form #loading {
	width: 372px;
	height: 700px;
	background: rgba(255, 255, 255, 0.8);
	margin-top: 0px;
	position: absolute;
	z-index: 2;
	display: none;
}

.wrapper.buy form .section {
	margin-bottom: 20px;
}

.wrapper.buy form .section-header {
	margin-bottom: 20px;
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	padding-left: 1px;
	letter-spacing: 1px;
}

.wrapper.buy form .error {
	font: 13pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: -5px 0 15px 0;
	display: none;
	color: #cb3725;
}

.wrapper.buy form .input-wrapper {
	display: inline-block;
	width: 361px;
	margin-bottom: 8px;
	margin-right: 32px;
	cursor: text;
}

.wrapper.buy form .input-wrapper input {
	width: 100%;
	height: 32px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	top: 0;
	color: rgba(255, 255, 255, 1);
	font: 13pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-right: 10px;
	-webkit-transition: box-shadow, background 0.05s ease-in-out;
}

.wrapper.buy form .input-wrapper input:focus {
	height: 32px;
	background: #0D0D0D;
	border-bottom: 1px solid #a1bccb;
	outline: none;
}

.wrapper.buy form .input-wrapper .placeholder {
	font: 13pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: inherit;
	position: absolute;
	height: 32px;
	margin-top: -40px;
	z-index: 1;
	line-height: 45px;
	padding-right: 10px;
	padding-left: 1px;
	color: rgba(255, 255, 255, 1);
}

.wrapper.buy form #submit-wrapper {
	width: 372px;
}

.wrapper.buy form #submit-wrapper .spinner {
	position: absolute;
	top: -29px;
}

.wrapper.buy form input[type=submit] {
	width: 372px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	font: 13pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 58px;
	padding: 0px 12px;
	background: #a8b1ba;
	color: rgba(255, 255, 255, 1);
	border: 1px solid transparent;
	border-radius: 2px;
	opacity: 0.9;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	z-index: 3;
	position: absolute;
}

.wrapper.buy form input[type=submit]:hover,
.wrapper.buy form input[type=submit].active,
.wrapper.buy form input[type=submit][disabled].active:hover {
	border: 1px solid #c0c7ce;
	background: #0D0D0D;
	color: #818991;
}

.wrapper.buy form input[type=submit][disabled] {
	opacity: 0.2;
}

.wrapper.buy form input[type=submit][disabled]:hover {
	background: #a8b1ba;
	color: rgba(255, 255, 255, 1);
	border: 1px solid transparent;
	cursor: not-allowed;
}

.wrapper.thanks {
	z-index: 2;
	padding: 60px;
	position: relative;
}

.wrapper.thanks h2 {
	text-align: center;
	font: 15pt/20pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(255, 255, 255, 1);
	margin-top: 0;
	margin-bottom: 5px;
}

.wrapper.thanks h3 {
	color: rgba(255, 255, 255, 1);
	font: 13pt/20pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.wrapper.thanks h4 {
	color: rgba(255, 255, 255, 0.5);
	font: 11pt/18pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

.wrapper.thanks h4 a {
	color: rgba(255, 255, 255, 1);
}

.wrapper.thanks h4 a:hover {
	color: rgba(255, 255, 255, 1);
}

.wrapper.thanks h4 strong {
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
}

.wrapper.thanks h5 {
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.5);
	font: 10pt/18pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.wrapper.thanks h5 a {
	color: rgba(255, 255, 255, 0.5);
}

.wrapper.thanks h5 a:hover {
	color: rgba(255, 255, 255, 1);
}

.wrapper.thanks #info {
	width: 645px;
	position: relative;
	left: 50%;
	margin: 60px 0 60px -300px;
}

.wrapper.thanks #info #preview {
	vertical-align: middle;
	display: inline-block;
	width: 300px;
}

.wrapper.thanks #info #preview img {
	width: 100%;
}

.wrapper.thanks #info #shipping {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 40px;
	padding-top: 20px;
	width: 300px;
}

.wrapper.thanks #info #shipping label {
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	padding-left: 1px;
	letter-spacing: 1px;
}

.wrapper.thanks #info #shipping p {
	margin: 10px 0 30px 0;
	font: 15pt/22pt "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrapper.generic {
	padding: 30px 50px;
	text-align: left;
	position: relative;
	opacity: 1;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
}

.wrapper.generic.hidden {
	opacity: 0;
	position: absolute;
	-webkit-transition: none;
	-webkit-filter: blur(3px);
}

.wrapper.generic .close {
	width: 21px;
	height: 21px;
	background-image: url("../images/x.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	position: absolute;
	right: 30px;
}

.wrapper.generic .close:hover {
	opacity: 1;
	cursor: pointer;
}

.wrapper.generic h2 {
	font: 24pt/45px "EBGaramondRegular";
	color: rgba(255, 255, 255, 1);
	text-align: left;
	padding-bottom: 20px;
}

.wrapper.generic p {
	font: 24pt/45px "EBGaramondRegular";
	color: rgba(255, 255, 255, 1);
}

.wrapper .label a {
	color: rgba(255, 255, 255, 1);
}

.wrapper .label a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.wrapper .label a.more {
	font-size: 18pt;
	color: rgba(255, 255, 255, 0.5);
}

.wrapper .label a.more:hover {
	color: rgba(255, 255, 255, 1);
}

#footer {
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 100px;
	text-align: center;
}

@media only screen and (max-width: 667px) {
	/* Layout container */
	#container {
		width: 100%;
		position: relative;
		left: auto;
		margin: 0;
	}

	/* Header */
	header {
		margin-bottom: 30px;
	}

	header .title {
		width: 80%;
		height: 0;
		padding-bottom: 9.6%;
		margin: 50px auto 20px auto;
		background-size: contain;
		background-repeat: no-repeat;
	}

	header h3 {
		width: auto;
		margin: 15px auto 0 auto;
		left: auto;
		position: relative;
		padding-left: 6px;
		font-size: 14pt;
		letter-spacing: 4px;
	}

	header h3:before {
		width: 90%;
		left: 5%;
		margin-left: 0;
	}

	/* Navigation */
	header ul.navigation {
		margin-top: 25px;
		padding: 0;
	}

	header ul.navigation li {
		font-size: 12pt;
		padding: 0 10px;
	}

	/* Content wrappers */
	.wrapper {
		padding: 15px;
	}

	.wrapper.collection {
		padding-top: 30px;
	}

	/* Collection grid — 2 columns */
	.wrapper.collection .images .image-wrapper {
		width: calc(50% - 8px);
		aspect-ratio: 1 / 1;
		height: auto;
		margin: 0 16px 16px 0;
	}

	.wrapper.collection .images .image-wrapper:nth-child(3n+3) {
		margin: 0 16px 16px 0;
	}

	.wrapper.collection .images .image-wrapper:nth-child(2n) {
		margin-right: 0;
	}

	.wrapper.collection .images .image-wrapper.lastOdd:last-child {
		margin-right: 16px;
	}

	.wrapper.collection .images .image-wrapper.lastOdd:last-child:nth-child(2n+2) {
		margin-right: 0;
	}

	.wrapper.collection .images .image-wrapper img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		float: none;
		left: auto;
		transform: none;
	}

	/* Popup — full viewport */
	.popup-wrapper .popup {
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		margin-left: 0;
		box-sizing: border-box;
		pointer-events: all;
	}

	.popup-wrapper .popup .arrow {
		width: 20px;
		height: 60px;
		top: 50%;
		margin-top: -30px;
		opacity: 0.8;
		background-size: 200% auto;
		z-index: 10;
		pointer-events: none;
	}

	.popup-wrapper .popup .arrow.left {
		left: 5px;
		margin-left: 0;
	}

	.popup-wrapper .popup .arrow.right {
		right: 5px;
		left: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.popup-wrapper .close {
		width: 18px;
		height: 18px;
		opacity: 1;
		padding: 20px;
		top: 15px;
		left: auto;
		right: 15px;
		z-index: 999999;
		background-origin: content-box;
	}

	.popup-wrapper .close:hover {
		opacity: 1;
	}

	.popup-wrapper .popup .popup-contents .image-wrapper img {
		max-width: 85%;
		max-height: 85%;
		min-height: 0;
	}

	.popup-wrapper .popup .popup-contents .image-wrapper img.loading {
		width: 85%;
		height: auto;
		min-height: 0;
		max-height: none;
	}

	/* Generic / about text wrapper */
	.wrapper.generic {
		padding: 30px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.wrapper.generic .close {
		width: 17px;
		height: 17px;
		right: 20px;
		top: 20px;
	}

	.wrapper.generic h2 {
		font-size: 18pt;
		line-height: 32px;
	}

	.wrapper.generic p {
		font-size: 16pt;
		line-height: 28px;
		margin: 0;
	}

	/* Footer */
	#footer {
		margin-bottom: 40px;
	}

	/* Disable hover on mobile */
	header ul.navigation li a:hover {
		color: rgba(255, 255, 255, 0.5);
		border-bottom: none;
	}

	.popup-wrapper .close:hover,
	.wrapper.generic .close:hover {
		opacity: inherit;
	}

	.popup-wrapper .popup .arrow:hover {
		opacity: 0.8;
	}

	a.back-home:hover {
		color: rgba(255, 255, 255, 1);
	}

	.wrapper.collection .label a:hover,
	.wrapper .label a:hover {
		text-decoration: none;
		color: rgba(255, 255, 255, 1);
	}

	.wrapper .label a.more:hover {
		color: rgba(255, 255, 255, 0.5);
	}

	header ul.navigation li a:active {
		color: rgba(255, 255, 255, 1);
	}

	.popup-wrapper .close:active,
	.wrapper.generic .close:active {
		opacity: 0.5;
	}

	.wrapper.collection .label a:active,
	.wrapper .label a:active {
		color: rgba(255, 255, 255, 0.5);
	}
}
