html {
	background-color: #000000;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Source Code Pro', monospace;
	color: #7f7f7f;
	overflow: hidden;
}

body.overlayactive {
	width: 100%;
	overflow-x: hidden;
}

#home, #details {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	width: 100%;
}

body.modal #home, body.modal #details, body.videomodal #details {
	overflow: hidden;
}
body.modal #preventoverlay {
	display: block;
}
/*
body.overlayactive.modal {
	overflow: hidden;
}

body.overlayactive #details {
	max-height: 95vh;
	overflow: hidden;
}


body.ready {
	overflow: auto;
}
*/

span.nowrap {
	white-space: nowrap;
}
:focus {
	outline: none;
}
h1, h2, h3, h4, h5 {
	
}

h1 {
	font-weight: 400;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	letter-spacing: 0.17em;
	color: #fff;
	-webkit-filter: url(#chromaticaberration);
}

h1 > span.drop {
	margin-top: 0.5em;
	margin-left: 0.5em;
}
h1 > span.drop > span {
	margin-left: -0.5em;
}

h2 {
	font-weight: 500;
	line-height: 1.8em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

h2 span {
	display: block;
	float: left;
}
h2 span.drop {
	margin-top: 0.1em;
}


p {

}

button {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border: solid 1px #fff;
	outline: none;
	display: block;
	padding: 1.5em;
	letter-spacing: 0.3em;
	margin-top: 2.5em;
	margin-bottom: 4em;
	cursor: pointer;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	width: 23em;
	font-family: 'Source Code Pro', monospace;
	font-size: 1em;
}

button.level1 {
	background-color: #00e92c;
	color: #000;
	font-weight: 500;
	border-color: #000;
}

button > span.break {
	height: calc(100% + 0px);
	width: calc(27% + 0px);
	margin-left: calc(73% + 0px);
	position: absolute;
	margin-top: calc(-1px - 1.5em);
	display: block;
	border: solid 1px #000;
	border-right-width: 2px;
	border-left-width: 0px;
}

button > span.break > span{
	height: calc(100% - 0px);
	width: 100%;
	border: solid 1px #fff;
	border-left-width: 0px;
	display: block;
	margin-top: -1px;
}
button:hover, .entry:hover button {
	color: #00e92c;
	border: solid 1px #00e92c;
}
button:hover > span.break > span, .entry:hover button > span.break > span {
	margin-top: -3px;
	border-color: #00e92c;
}

button.level1 > span.break {
	height: calc(100% - 3px);
	border: solid 4px #000;
	border-left-width: 0px;
	margin-top: calc(-1.5em - 4px);
}

button.level1 > span.break > span{
	border: none;
	border-bottom: solid 4px #00e92c;
}
button.level1:hover > span.break > span{
	border-top: solid 4px #fff;
	border-bottom-width: 0;
}

button.level1:hover {
	background-color: #fff;
	color: #000;
	border-color: #fff;
}



#preventoverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 65;
	overflow-y: auto;
	top: 0;
	left: 0;
	display: none;
}
#preventoverlay .background {
	background-image: url('images/scanlines.png');
	background-size: 9px 3px;
	background-position: center center;
	color: #00e92c;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: visibility 0s linear 15s;
	z-index: 65;
	opacity: 1;
	visibility: visible;
}

#preventoverlay .scanlines {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: radial-gradient(transparent 0%, black 86%), transparent;
}

#preventoverlay .content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 66;
	top: 0;
}
#preventoverlay .content .inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	display: flex;
	align-items: safe center;
	justify-content: safe center;
	min-height: 100%;
	padding-bottom: 5em;
	padding-top: 5em;
	width: 100%;
	box-sizing: border-box;
}

#preventoverlay .inner button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	margin-bottom: 6em;
}

#preventoverlay p {
	font-size: 0.9em;
	line-height: 1.7em;
	margin-bottom: 1.5em;
	max-width: 50em;
}

#preventoverlay h1 {
}

button.x {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	left: auto;
	font-size: 1em;
	width: auto;
	margin: 0;
	border-right-width: 0;
	border-top-width: 0;
	padding: 1em;
	padding-left: 1.3em;
}

button.x span.break {
	display: block;
	margin-left: calc(-1.3em - 1px);
	position: absolute;
	height: 2em;
	width: 0px;
	background-color: #000;
	border: none;
	border-right: solid 1px #fff;
}

button.x:hover {
		color: #00e92c;
		border-color: #fff;
}
button.x:hover span.break {
	width: 6px;
}





.video {
	width: 100%;
	z-index: 52;
	position: absolute;
	text-align: center;
	margin-top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.video-holder {
	flex-basis: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#videooverlay button.level1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
}
#videooverlay .back {
	display: block !important;
	margin-left: 0;
	margin-right: auto;
}

#videoplayer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 506px;
}
.nothing {
	padding-top: 0.5625;
}
#videooverlay {
	position: absolute;
	z-index: 50;
	width: 100%;
	min-height: 100%;
	top: 0;
	display: none;
}

#videooverlay .fade {
	opacity: 0.9;
	background-color: #000;
	width: 100%;
	height: 100%;
	z-index: 51;
	position: absolute;
}

#videooverlay .overvideo {
	width: 100%;
	height: 100%;
	z-index: 51;
	background-image: url('images/video-overlay-desktop.png');
	background-repeat: no-repeat;
	position: absolute;
	background-size: 1345px 633px;
	background-position: center calc(50% - 44px);
	pointer-events: none;
}

#videooverlay .back-holder {
	width: 100%;
	box-sizing: border-box;
}



#details .details-holder {
	display: flex;
	font-size: 0.8em;
}


#details .gallery {
	flex-grow: 1;
	display: flex;
}

.gallery #current-image {
	flex-grow: 1;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

.gallery .thumbnails {
	width: 6em;
}

.gallery .thumbnails div {
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 1em;
	margin-top: 0;
	cursor: pointer;
}

#details .details-holder .entry {
	width: 35em;
	padding-left: 9em;
}

#details .entry p.meta {
	margin-top: 0;
	padding-top: 0;
}

#details .details-holder .entry h3 span:not(.nowrap) {
	font-size: 1.1em;
	margin-right: 1em;
}

#details .details-holder .entry h3 {
	line-height: 2.7em;
}

#details .details-holder .entry .summary {
	margin-top: 2em;
}

#details .back, #videooverlay .back {
	text-align: left;
	display: inline-block;
	margin-top: 4em;
	width: auto;
	border: none;
	outline: none;
	color: #fff;
	text-shadow: 0px 0px 0px rgba(255,255,255,0.84);
	transition: text-shadow 0.5s ease;
	font-size: 0.9em;
}

#details .back span, #videooverlay .back span {
	display: block;
	margin-top: -1em;
	margin-left: 1.5em;
	float: right;
}

#details .back:hover, #videooverlay .back:hover {
	text-shadow: 0px 0px 5px rgba(255,255,255,0.84);
	color: #00e92c;
}

#details .back:hover span, #videooverlay .back:hover span {
	margin-top: -0.5em;
}

#details #postprice {
	font-weight: 800;
	color: #ccc;
	font-size: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 2.5em;

}

#details .entry button {
	width: 14em;
}

#details h2 {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.2em;
	margin-bottom: 3em;
	margin-top: 5em;
}


#details .entries .entry:nth-child(2) {
	margin-top: 1.5em;
}

#details {
	display: none;
}

.entries .entry.hidden {
	opacity: 0;
}

.entries .entry {
	opacity: 1;
	transition: opacity 0s ease;
}
.entries .entry .img {
	cursor: pointer;
}









#footer .toolbar {
	display: flex;
	padding-top: 3em;
	padding-bottom: 9em;
	justify-content: space-between;
}

#footer .toolbar.page p {
	color: #737373;
	margin-bottom: 0;
	margin-top: 0;
}
#footer .toolbar a, p a {
	color: #737373;
	transition: color 0.5s ease;
}

#footer .toolbar a:hover, p a:hover {
	color: #ccc;
}

#footer .right {
	text-align: right;
}


#footer {
	background-image: url('images/footer-bg-top.jpg');
	background-repeat: no-repeat;
	background-position: right 5em;
	background-size: 365px auto;
	margin-top: 6em;
}

#footer .bar {
	width: 100%;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

#footer .top.bar {
	background-image: url('images/footer-top.png');
	background-size: 999px auto;
	margin-bottom: 3em;
}

#footer .bottom.bar {
	background-image: url('images/footer-bottom.png');
	background-size: 1010px auto;
}

#footer .footer-lower {
	background-image: url('images/footer-bg-bottom.jpg');
	background-size: 200px auto;
	background-position: left 6.5em;
	background-repeat: no-repeat;
}
.page.inner {
	max-width: 1010px;
	padding-left: 2em;
	padding-right: 2em;
	box-sizing: content-box;
}

#footer .page p {
	max-width: 42em;
	color: #ccc;
	line-height: 1.6em;
	font-size: 0.9em;
}


.entries-holder {
	background-image: url('images/floating-glitches.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1678px 181px;
}

.entries {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.entries .entry {
	width: 20em;
	font-size: 0.9em;
	margin-right: 1em;
	margin-left: 1em;
}

.entries .entry .img {
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 2em;
}

.entry .img .price {
	background-color: #fff;
	color: #0a0000;
	padding: 0.5em 1em;
	float: right;
	font-weight: 500;
}

.entry h3 {
	font-weight: 500;
	font-size: 1.6em;
	display: block;
	margin-right: 2em;
}

.entry h3 span:not(.nowrap) { 
	background-color: #fff;
	color: #000000;
	padding: 0.1em 0.3em;
	text-transform: uppercase;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	letter-spacing: .05em;
	padding: 0.4em;
	font-size: 0.8em;
}

.entry .summary {
	color: #cccccc;
	line-height: 1.8;
	font-size: 1em;
}

.entry .summary .summarized {
	max-height: calc(4em * 1.8);
	display: inline-block;
	overflow: hidden;
}
.entry .summary .extra.hidden {
	display: none;
}
.entry .summary .extra {
	display: inline;
	margin-bottom: 2.4em;
}
.entry .summary a {
	color: #ccc;
	font-weight: bold;
}
.entry .summary a.less {
	display: none;
}
.entry .summary a:hover {
	color: #fff;
}
.sortedby {
	text-align: right;
	display: block;
}

.text-above {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4em;
}

.meta {
	color: #737373;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.sortedby span {
	color: #fff;
	display: block;
	margin-top: 1em;
	margin-left: 1em;
	float: right;
}

.entries .entry button {
	width: 100%;
}

.entries .entry:nth-child(2) {
	margin-top: -1em;
}

.entries .entry:nth-child(5) {
	margin-top: 1em;
}


.page {
	max-width:  1424px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header .logo {
	max-width: 385px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: absolute;
}

.logo.glitch-img.front-1,.logo.glitch-img.front-2,.logo.glitch-img.front-3 {
	opacity: 0.2;
}

#header .logo-floater {
	position: absolute;
	margin-top: 18%;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

#header .logo-floater h1 {
	max-width: 44em;
	padding-left: 2em;
	padding-right: 2em;
	font-size: 1.3em;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	padding-bottom: 56.781045751%;
	overflow: hidden;
	margin-top: 0;
}

.glitch-container {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding-bottom: 56.781045751%;
	opacity: 0.2;
}
.glitch-container > div {
	width: 100%;
	padding-top: 56.781045751%;
	position: absolute;
	background-size: contain;
}

.glitch-img:not(.back) {
}




#console {
	background-image: url('images/scanlines.png');
	background-size: 9px 3px;
	background-position: center center;
	color: #00e92c;
	text-shadow: 0px 0px 5px rgba(0,233,44,0.84);
	font-size: 22pt;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: visibility 0s linear 15s;
	z-index: 30;
	opacity: 1;
	visibility: visible;
	animation: fadeout 0s ease 2.4s 1 forwards, glow2 1s ease-in-out infinite alternate;
} 

#console .scanlines {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: radial-gradient(transparent 0%, black 86%), transparent;
}

@keyframes glow {
	from {
		text-shadow: 0px 0px 5px rgba(0,233,44,0.84);
	}
	to {
		text-shadow: 0px 0px 9px rgba(0,233,44,0.84);
	}
}

@-webkit-keyframes glow2 {
  from {
    text-shadow: 0 0 4px #00e92c, 0 0 6px #ff4da6, 0 0 8px #00e92c, 0 0 10px #00e92c;
  }
  
  to {
    text-shadow: 0 0 8px #00e92c, 0 0 12px #ff4da6, 0 0 16px #00e92c, 0 0 20px #00e92c;
  }
}


#console p {
	position: relative;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	width: 0;
	padding-right: 0;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 0.5em;
	padding: 1em;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: -2em;
	display: block;
	box-sizing: border-box;
}

#console p a {
	color: #00e92c;
	text-decoration: none;
}

.line1 {
  animation: type .3s 0s steps(20, end) forwards;
}

.cursor1 {
  animation: blink 0.3s 0.3s 2 forwards;
}

.line2 {
  animation: type .3s .6s steps(20, end) forwards;
}

.cursor2 {
  animation: blink 0.3s 0.9s 2 forwards;
}

.line3 {
  animation: type .3s 1.2s steps(20, end) forwards;
}

.cursor3 {
  animation: blink 0.3s 1.5s 2 forwards;
}

.line4 {
  animation: type .3s 1.8s steps(20, end) forwards;
}

.cursor4 {
  animation: blink 0.3s 2.1s infinite;
}

.cursor1, .cursor2, .cursor3, .cursor4 {
	background-color: #00e92c;
	opacity: 0.8;
	width: 0.9em;
	display: inline-block;
}


@keyframes blink {
  0% {
	opacity: 0;
  }
  40% {
	opacity: 0;
  }
  50% {
	opacity: 1;
  }
  90% {
	opacity: 1;
  }
  100% {
	opacity: 0;
  }
}

@keyframes fadeout {
  0% {
	opacity: 1;
	filter: blur(0px);
  }
  90% {
	opacity: 0;
	filter: blur(30px);
  }
  100% {
	opacity: 0;
	visibility: hidden;
	height: 0;
  }
}


@keyframes type {
  to {
	width: 20em;
  }
}