


/**font import**/

@font-face {
   font-family: 'futurist default';
   src: url('../assets/ff_rg.ttf');
} 

@font-face {
	font-family: 'futurist italics';
	src: url('../assets/ff_rg_it.ttf');
}

@font-face {
   font-family: 'futurist bold';
   src: url('../assets/ff_bd.ttf');
} 


/**Selection color**/

::-moz-selection {
	background: #fe57a1; color: #fff; text-shadow: none;
}

::selection {
	background: #fe57a1; color: #fff; text-shadow: none;
}


/**
 d888b  d88888b d8b   db d88888b d8888b.  .d8b.  db
88' Y8b 88'     888o  88 88'     88  `8D d8' `8b 88
88      88ooooo 88V8o 88 88ooooo 88oobY' 88ooo88 88
88  ooo 88~~~~~ 88 V8o88 88~~~~~ 88`8b   88~~~88 88
88. ~8~ 88.     88  V888 88.     88 `88. 88   88 88booo.
 Y888P  Y88888P VP   V8P Y88888P 88   YD YP   YP Y88888P
**/

html {
	padding: 0px;
	margin: 0px;
	background-color: black;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'futurist default';
	//color: #09CFDE;
	//cursor: url('assets/cursor.cur'), default;
	overflow-x: hidden;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: rgba(230,230,230,1);

	-moz-transition: color 0.15s, text-shadow 0.15s; /* Safari */
	-webkit-transition: color 0.15s, text-shadow 0.15s; /* Safari */
    transition: color 0.15s, text-shadow 0.15s;
}

a:hover {
	color: rgba(250, 225, 150, 1);
	text-shadow: 0px 0px 1px white;
}


ul {
    list-style: square url('assets/bulletpoint.png');
}




/*
d88888b d8888b.  .d8b.  .88b  d88. d888888b d8b   db  d888b
88'     88  `8D d8' `8b 88'YbdP`88   `88'   888o  88 88' Y8b
88ooo   88oobY' 88ooo88 88  88  88    88    88V8o 88 88
88~~~   88`8b   88~~~88 88  88  88    88    88 V8o88 88  ooo
88      88 `88. 88   88 88  88  88   .88.   88  V888 88. ~8~
YP      88   YD YP   YP YP  YP  YP Y888888P VP   V8P  Y888P
*/



@keyframes bgfadeout {
	0%   {opacity: 1;}
	95%  {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes bgfadein {
	0%   {opacity: 0;}
	5%   {opacity: 0;}
	100% {opacity: 1;}
}

#bodybg {
	animation-duration: 0.15s;
	animation-fill-mode: forwards;

	opacity: 0;

	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	display: block;
	background-size: cover;
	background-position: center;
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}

#bodycover {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('assets/editorgrid.png');
	background-attachment: fixed;
	background-position: 23px -3px;
}

#sidebar {
	width: 100px;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	background-image: url(assets/hull.png);
	background-position: top right;
	background-size: 100px;
	z-position: 1;

	box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 100px;
}

#janeator {
	width: 100%;
	height: 120px;
	padding: 0;
}

#sidebuttons {
	background-image: url(assets/pipes.png);
	background-position: top left;
}

.sidebutton {
	font-size: 25px;
	font-weight: normal;
	color: rgba(30,22,20,1);
	text-shadow: none;
	line-height: 90%;

	display: block;
	padding: 12px 10px 5px 35px;
	width: calc(100% - 20px);
	height: auto;
	position: relative;
	left: -25px;

	background-image: url(assets/hullbuttons.png);
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: top right;

	transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-webkit-transition: all 0.2s ease-out !important;
}

.sidebutton:hover {
	left: -15px;
	color: white;
	text-shadow: 0px 0px 5px white;
	cursor: pointer;
}

.sidebutton .sbtitle {	
	-webkit-filter: blur(0.5px);
	-moz-filter: blur(0.5px);
	-o-filter: blur(0.5px);
	-ms-filter: blur(0.5px);
	filter: blur(0.5px);
}

.sidebutton .sbbottom {
	display: block;
	position: relative;
	bottom: -5px;
	right: 10px;
	width: 100px;
	height: 5px;
	background-image: url(assets/hullbuttons.png);
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.sidebutton.selected {
	left: -5px;
	color: white;
	text-shadow: 0px 0px 5px white;
}

.sidebutton.selected:hover {
	left: -5px;
}

#aftersidebuttons {
	width: 100%;
	height: 5px;
	background-image: url(assets/hullbuttons.png);
	background-size: 100px;
	background-position: top right;
}

#categoryindexcustom {
	position: fixed;
	left: 138px;
	top: 36px;
	width: 39px;
}

.categoryindex a {
	width: 39px;
	height: 39px;
	//background-color: white;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-around;
	opacity: 0.6;

	-moz-transition: opacity 0.1s; /* Safari */
	-webkit-transition: opacity 0.1s; /* Safari */
    transition: opacity 0.1s;
}

.categoryindex a:hover {
	opacity: 1;
}

.categoryindex a img {
	width: 100%;
	align-self: center;
	filter: brightness(0) saturate(100%) invert(84%) sepia(42%) saturate(495%) hue-rotate(50deg) brightness(96%) contrast(89%);
}

#all {
	margin: 0px;
	margin-left: 250px;
	padding: 0px;
	width: calc(100% - 250px);
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}





/*
 d888b  d8888b. d888888b d8888b.
88' Y8b 88  `8D   `88'   88  `8D
88      88oobY'    88    88   88
88  ooo 88`8b      88    88   88
88. ~8~ 88 `88.   .88.   88  .8D
 Y888P  88   YD Y888888P Y8888D'
*/



@keyframes showcaseFade {
	0%   {opacity: 0; margin-top: 50px;}
	100% {opacity: 1; margin-top: 77px;}
}

#showcase {
	margin-top: 77px;
	width: 684px;
	height: auto;
	font-size: 0px;
	padding-left: 2px;
	margin-bottom: 200px;

	animation-duration: 0.75s;
	animation-fill-mode: forwards;
}

#topscroll {
	position: relative;
	top: -77px;
}

.categorytitle {
	display: block;
	width: 100%;
	margin-top: 41px;
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: bold;
	text-transform: lowercase;
	color: rgba(255,255,255, 0.6);
	text-shadow: 2px 2px rgba(0,0,0, 0.6);

	-webkit-filter: blur(0.05px);
	-moz-filter: blur(0.05px);
	-o-filter: blur(0.05px);
	-ms-filter: blur(0.05px);
	filter: blur(0.05px);
}

.mapcell {
	padding: 0px;
	margin: -1px;
	width: 226px;
	height: 150px;
	display: inline-block;
	text-align: left;
	opacity: 1;
	position: relative;
	background-color: black;
	border: 2px solid rgba(60,120,180, 0.8);
	border-radius: 1px;
	z-index: 0;
}

.mapcell:hover,
.mapcell.selected {
	cursor: pointer;
	z-index: 1;
}

.name {
	position: absolute;
	font-size: 33px;
	/*font-weight: bold;*/
	line-height: 90%;
	bottom: 10px;
	left: 18px;
	width: 190px;
	height: auto;
	opacity: 0;
	z-index: 1;
	color: rgba(250,240,220, 0.8);
	//text-shadow: 0px 0px 2px rgba(255,245,230, 0.8);
	text-shadow: 2px 2px rgba(0,0,0, 0.5);

	-webkit-filter: blur(0.05px);
	-moz-filter: blur(0.05px);
	-o-filter: blur(0.05px);
	-ms-filter: blur(0.05px);
	filter: blur(0.05px);

	pointer-events: none;

	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s; /* Safari */
    transition: opacity 0.2s;
}

.mapcell:hover [class^=name],
.mapcell.selected .name {
	opacity: 1;
}

.namesmaller {
	font-size: 30px;
}

.namesmallest {
	font-size: 26px;
}

.maplink {
	display: block;
	background-image: url(assets/dlicon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
	opacity: 0;
	z-index: 1;
	border: 2px solid rgba(60,120,180, 0.8);
	border-radius: 2px;

	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s; /* Safari */
    transition: opacity 0.2s;
}
.maplink.steamlink {
	right: 60px;
	background-image: url(assets/steamicon.png);
	background-size: 30px;
}

.mapcell:hover [class^=maplink],
.mapcell.selected .maplink {
	opacity: 0.75;
}

.maplink:hover {
	opacity: 1;
	border: 2px solid rgba(250,240,150, 0.8);
	border-radius: 2px;
}

.frame {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 4px solid rgba(230, 200, 100, 0.95);
	border-radius: 2px;
	position: absolute;
	top: -3px;
	left: -3px;
	opacity: 0;
}

@keyframes frameBlink {
	0%   {opacity: 0;}
	50%  {opacity: 1;}
	100% {opacity: 0;}
}

.mapcell:hover [class^=frame] {
	animation-name: frameBlink;
	animation-duration: 0.45s;
	animation-iteration-count: infinite;
}

@keyframes frameBlinkSelected {
	0%   {opacity: 0.3;}
	50%  {opacity: 0.6;}
	100% {opacity: 0.3;}
}

.mapcell.selected .frame {
	border: 4px solid rgba(50, 200, 50, 1);
	animation-name: frameBlinkSelected;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.mapimage {
	width: 100%;
	height: 100%;
	opacity: 1;
    -moz-transition: opacity 0.1s !important;
	-webkit-transition: opacity 0.1s !important; /* Safari */
    transition: opacity 0.1s !important;
	z-index: -1;
}

.mapcell:hover [class^=mapimage],
.mapcell.selected .mapimage {
	opacity: 0.5;
}




/*
 .o88b.  .d88b.  d8b   db d888888b d88888b d8b   db d888888b
d8P  Y8 .8P  Y8. 888o  88 `~~88~~' 88'     888o  88 `~~88~~'
8P      88    88 88V8o 88    88    88ooooo 88V8o 88    88
8b      88    88 88 V8o88    88    88~~~~~ 88 V8o88    88
Y8b  d8 `8b  d8' 88  V888    88    88.     88  V888    88
 `Y88P'  `Y88P'  VP   V8P    YP    Y88888P VP   V8P    YP
*/



#pagecontent {
	animation-duration: 0.15s;
	animation-fill-mode: forwards;
	opacity: 0;

	display: block;
	position: fixed;
	left: 1087px;
	top: 0px;
	width: 611px;
	height: 100%;
	/*background-color: white;*/
}

#infolabel.categorytitle{
	margin-top: 76px;
}

#slidercontainer {
	width: calc(100% - 4px);
	height: 360px;
	border: 2px solid rgba(255,255,255,0.1);
	border-radius:2px;
}

.jshowoff {
	width: 100%;
	height: 100%;
	margin: 0px;
	left: 0px;
}

#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#features a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}


#features a span {
	position: absolute;
	bottom: 10px;
	right: 40px;
    font-size: 35px;
    z-index: 100;
	text-shadow: 2px 2px rgba(0,0,0, 0.6);

	-webkit-filter: blur(0.4px);
	-moz-filter: blur(0.4px);
	-o-filter: blur(0.4px);
	-ms-filter: blur(0.4px);
	filter: blur(0.4px);
}

#features a span span {
	font-size: 25px;
	right: -27px;
	bottom: 4px;
}

#features img {
	width: 100%;
	height: 100%;
	display: block;
}

p.jshowoff-controls {
	font-size: 25px;
	position: absolute;
	right: -30px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 32px;
}
	
p.jshowoff-controls a {
	padding: 0px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
	
	-webkit-transition: color 250ms;
	-moz-transition: color 250ms;
	transition: color 250ms;
}

p.jshowoff-controls .jshowoff-paused {
	font-size: 35px;
}


p.jshowoff-controls a:hover {
}
	
#main .jshowoff-controls a:hover:before, #main .jshowoff-controls a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

p.jshowoff-slidelinks {
	display: none;
}

/*sense editar*/
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
}

.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
}

.jshowoff-pausetext {
	color: #fff;
}
/**/

#infotextbox {
	margin-top: 16px;
	padding-bottom: 7px;
	width: calc(100% - 6px);
	background-color: rgba(20,20,20,0.65);
	border: 3px solid rgba(0,0,0,0.45);
	border-radius: 8px;
	position: relative;
}

#infotextbox img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	position: absolute;
	top: 10px;
	left: 12px;
}

#infotitle {
	//width: calc(100% - 175px);
	width: calc(100% - 175px);
	margin: 10px 15px;
	font-size: 35px;
	font-weight: bold;
	color: rgba(255,255,255, 0.9);
	text-shadow: 2px 2px rgba(0,0,0, 0.7);
	text-indent: 42px;

	-webkit-filter: blur(0.4px);
	-moz-filter: blur(0.4px);
	-o-filter: blur(0.4px);
	-ms-filter: blur(0.4px);
	filter: blur(0.4px);
}

.infotext {
	color: rgba(180,180,180,1);
	/*font-size: 21px;*/
	width: calc(100% - 30px);
	margin: 10px 15px;

	-webkit-filter: blur(0.4px);
	-moz-filter: blur(0.4px);
	-o-filter: blur(0.4px);
	-ms-filter: blur(0.4px);
	filter: blur(0.4px);

	font-family: Nunito;
	font-size: 20px;
	letter-spacing: -0.05em;
	line-height: 1.3em;
	font-kerning: none;
}

#infotextbox ol, #infotextbox ul {
	color: rgba(180,180,180,1);
	/*font-size: 17px;*/
	width: calc(100% - 40px);
	margin: 0px 15px 10px 15px;
	padding-left: 16px;

	-webkit-filter: blur(0.4px);
	-moz-filter: blur(0.4px);
	-o-filter: blur(0.4px);
	-ms-filter: blur(0.4px);
	filter: blur(0.4px);

	font-family: Nunito;
	font-size: 16px;
	letter-spacing: -0.05em;
	line-height: 1.3em;
	font-kerning: none;
}

#infotextbox .infodate {
	font-size: 18px;
	font-family: "Varela Round";
}

.infoindent {
	/*text-indent: 10px hanging;*/ /*doesn't work on my browser versions so don't want to risk anything*/
}

#infooptions {
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
	position: absolute;
	top: 11px;
	right: 11px;
}



#infooptions a {
	background-image: url(assets/helpicon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	width: 35px;
	height: 35px;
	opacity: 0.7;
	z-index: 1;
	background-color: rgba(20,20,20,0.65);
	border: 3px solid rgba(0,0,0,0.45);
	border-radius: 4px;

	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s; /* Safari */
    transition: opacity 0.2s;
}

#infooptions a:nth-child(2) {
	background-image: url(assets/dlicon.png);
	background-size: 20px;
}

#infooptions a:nth-child(3) {
	background-image: url(assets/steamicon.png);
	background-size: 30px;
}

#infooptions a:hover {
	opacity: 1;
	background-color: rgba(20,20,20,0.65);
	border: 3px solid rgba(0,0,0,0.45);
	border-radius: 4px;
}














