
::selection {
   background: transparent;
}

body {cursor: url(../CURSOR/cursor.cur), auto}

body::-webkit-scrollbar { 
    width: 12px; 
}

body::-webkit-scrollbar-track {
/*  background: #e8012c;        */
}

body::-webkit-scrollbar-thumb {
  background-color: black;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #e8012c;  /* creates padding around scroll thumb */
}


body, html{
	margin: 0;
	padding: 0;
	background-color: black;
	text-align: center;
	color: #e8012c;
	overflow: auto; 
	touch-action: none;
	width: 100%;
	height: 100%;
	font-family: monospace;	
}

#wievport{
	padding: 0;
    margin: 0;
    width: 320px;
    height: 320px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: calc(100% / 2 - 160px);
    left: calc(100% / 2 - 160px);
    touch-action: manipulation;  
}

#wievportEndGame{
	padding: 0;
    margin: 0, auto;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    touch-action: manipulation;  
}


#navigator{
    width: 40%;
	height: 67px;
	position: fixed;
	left:10%;
	bottom: 10px;
	padding-left: 130px;
    padding-right: 30px;
	margin: 0;
	color: #e8012c;
	font-size: 15pt;
	font-family: monospace;
	display:inline-flex;
	z-index: 1000;
	/*overflow-x: scroll;
	overflow-y: hidden;*/
	box-sizing: border-box;
}



#navigator::-webkit-scrollbar { 
    height: 0px; 
}

#navigator::-webkit-scrollbar-track {
/*  background: #e8012c;        */
}

#navigator::-webkit-scrollbar-thumb {
  background-color: black;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #e8012c;  /* creates padding around scroll thumb */
}


#panel{
	width: 40%;
	height: 63px;
	position: fixed;
	right: 10%;
	bottom: 10px;
	color: #e8012c;
	padding: 0;
	margin: 0;
	font-size: 15pt;
	font-family: monospace;
	/*border:10px solid #e8012c;
	border-radius: 50px 50px 0  0;*/
	z-index: 1000; 
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;

}


button{
    width: 50px;
	height: 50px;
	border: 5px solid #e8012c;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease; 
	font-size: 8pt;
	font-family: monospace;
	color: #e8012c;
	background-color: black; 

}

button:hover{
	background-color: #e8012c;
	color: black; 
	cursor: url(../CURSOR/hand.cur), auto;
}

.joyButtonsStyleDummie{
	border: none !important;
}

h1{
	font-family: monospace;
	color: #e8012c;
	filter:drop-shadow(0px 0px 15px #e8012c);
	font-size: 30pt;
	z-index: 1000;
	
}

h2 {
	font-family: monospace;
}

.blockMainMenu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	max-width: 100%;
	color: #e8012c;

}

.blockMainMenu-wrapper {
	padding: 25px;
}

.lang-block {
	display: none;
	
	
	
}

.controls-block {
	display: none;
	
	
}

.difficult-block {
	display: none;
	
	
}

.difficult-block-survive {
	display: none;
	
	
}

.about-block {
	display: none;
	
	
}

.sound-icon{
	padding-bottom: 50px;
	cursor: url(../CURSOR/hand.cur), auto;
}

.visible-in-loader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
    height: 100%;
}

.gameVersion {
	position: absolute;
    bottom: 5px;
    right: 5px;
    color: #e8012c;
}

.box {
	width: 100%;
	height: 100%;
  display: block;
}

.box div {
  display: inline-block;
  width: 25%;
  height: 25%;
}

.blink{
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
}


#game{
	width: 1500px;
	height: 1500px;
	margin: 0; 
	padding: 0; 
	display: block;
	position: absolute;
	top: 50px;
	left: 50px;
	background-image: url(../IMG/oficcefloor.jpg);
}

#player{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/player_r.png);
	display: flex;
	z-index: 999; 	
	outline: solid rgba(0, 0, 0, 1) 2000px;
	outline-offset: 150px;
	opacity: 1;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;

}



.playerBackRight{
	width: 350px;
	height: 350px;
	position: absolute;
	top: -150px;
	left: -150px;
	pointer-events: none;
	
}


.playerBackLeft{
	width: 350px;
	height: 350px;
	position: absolute;
	top: -150px;
	left: -150px;
	pointer-events: none;
	transform: scale(-1, 1);
	transition: transform 0.5s easy-in-out;
}

.playerBackUp{
	width: 350px;
	height: 350px;
	position: absolute;
	top: -150px;
	left: -150px;
	pointer-events: none;
	transition: transform 0.5s easy-in-out;
}


.playerBackDown{
	width: 350px;
	height: 350px;
	position: absolute;
	top: -150px;
	left: -150px;
	pointer-events: none;
	transform: scale(1, -1);
	transition: transform 0.5s easy-in-out;
}




#turel{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/turelactive.gif);
	display: inline-block;
	z-index: 998;
}

#bullet{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/bullet.png); 
	display: inline-block;
	z-index: 800;	
	 

}

.human{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	text-align: left;
	background-image: url(../IMG/human.png);
    transition: all 0.2s ease; 
    z-index: 800;
    cursor: url(../CURSOR/hand.cur), auto;
    background-size: 80%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.human div {
	display: none;
}

.human:hover div {
	display: block;
}


.elisa{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	overflow: hidden;
	text-align: left;
	background-image: url(../IMG/elisa.png);
    transition: all 0.2s ease; 
    z-index: 800;
    cursor: url(../CURSOR/hand.cur), auto;
    background-size: 80%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.elisa:hover{
    filter: url(#yellow-outline);
}

.elisa div {
	display: none;
}

.elisa:hover div {
	display: block;
}

.bot-life-line {
	display: none;
}

.monsteralien{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	text-align: left;
    transition: all 0.5s ease; 
    z-index: 800;

}

.monsteralien:hover{
	filter: url(#yellow-outline);

}

.monsteralien:hover .bot-life-line{
	display: block;
}

.monsterhairbug{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	text-align: left;
    transition: all 0.5s ease; 
    z-index: 800;

}

.monsterhairbug:hover{
	filter: url(#yellow-outline);

}

.monsterhairbug:hover .bot-life-line{
	display: block;
}

.monsterblob{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	text-align: left;
    transition: all 0.5s ease; 
    z-index: 800;

}

.monsterblob:hover{
	filter: url(#yellow-outline);
}

.monsterblob:hover .bot-life-line{
	display: block;
}

.monstersnake{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	text-align: left;
    transition: all 0.5s ease; 
    z-index: 800;

}

.monstersnake:hover{
	filter: url(#yellow-outline);
}

.monstersnake:hover .bot-life-line{
	display: block;
}

.monsterthongle{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	text-align: left;
    transition: all 0.5s ease; 
    z-index: 800;

}

.monsterthongle:hover{
	filter: url(#yellow-outline);
}

.monsterthongle:hover .bot-life-line{
	display: block;
}

.mega-boss{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/mega-boss_r.gif);
	background-size: 100%;
    transition: all 0.2s ease; 
    z-index: 800;
}

.mega-boss:hover{
	filter: url(#yellow-outline);
}

.first-boss{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/first-boss_r.gif);
	background-size: 100%;
    transition: all 0.2s ease; 
    z-index: 800;
}

.first-boss:hover{
	filter: url(#yellow-outline);
}

.second-boss{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/second-boss_r.gif);
	background-size: 100%;
    transition: all 0.2s ease; 
    z-index: 800;
}

.second-boss:hover{
	filter: url(#yellow-outline);
}

#portalpandus{
	width: 200px;
	height: 200px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/portal_pandus.gif);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

#finalScreenButton{
	z-index: 200;
	position: relative;
}

.scientist{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/doc.png); 
    z-index: 800;
}

#doc{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/pic.gif);   
    z-index: 800;
}

#doc:hover{
	background-image: url(../IMG/pichover.png);
}

.scientist:hover{
	background-image: url(../IMG/doc_green.png);
}




#controlPanel{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/controlpanelon.jpg);
	display: inline-block;
    z-index: 900;
    color: yellow;
}

#controlPanel:hover{
	filter: url(#yellow-outline);

}


#portal{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/portal.gif);
	background-size: cover;
	display: inline-block;
    z-index: 900;
}

.modul{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/modul.png);
	display: inline-block;
    z-index: 900;
    font-size: 0.6em;
    text-align: center;
    color: yellow;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
}




.labClone{
	width: 50px;
	height: 100px;
	position: absolute;
	padding: 0;
	margin: 0;
	overflow: visible;
	background-image: url(../IMG/labclone.png);
	display: inline-block;
    z-index: 600;
}



#editor{
	width: 50px;
	/*height: 600px;*/
	position: absolute;
	left: 0px;
	top: 50px;
	padding: 0;
	margin: 0;
	border: solid 1px #e8012c;
	
}

#editor>*:hover{
	filter: url(#yellow-outline);
}



.w{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/redwall.jpg);
	z-index: 750;
	position: relative;
}

#slidingWall{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/oficcewallsofa.jpg);
	z-index: 600;
	position: absolute;
	transition: all 1s linear;
}

.as{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/asfalt.png);
	z-index: 1;
}


.ash{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/asfalthorizontalline.png);
	z-index: 1;
}

.asv{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/asfaltverticalline.png);
	z-index: 1;
}


.o{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/oficcefloor.jpg);
}

.black{
	width: 50px;
	height: 50px;
	background-image: url(../IMG/oficcefloor.jpg);
	background-color: black;
	padding: 0;
	margin: 0;
	z-index: 10;
}

.wc{
	width: 50px;
	height: 50px;
    display: inline-block;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/oficcewallcooler.jpg);
	position: relative;
	z-index: 701;
}

.wp{
	width: 50px;
	height: 50px;
    display: inline-block;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/oficcewallplant.png);
	position: relative;
	z-index: 701;
}

.ws{
	width: 50px;
	height: 50px;
    display: inline-block;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/oficcedoorclosed.jpg);
	z-index: 770;
	position: relative;
}

.ws:hover{
	filter: url(#yellow-outline);

}

#locked_door_white{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/oficcedoorclosedwhite.jpg);
	z-index: 760;
	cursor: url(../CURSOR/hand.cur), auto;
}

#locked_door_white:hover{
	filter: url(#yellow-outline);
}

#locked_door_black{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/oficcedoorclosedblack.jpg);	
	z-index: 760;
	cursor: url(../CURSOR/hand.cur), auto;
}

#locked_door_black:hover{
	filter: url(#yellow-outline);
}

#exit_door{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/exitdoor.jpg);
	z-index: 760;
}

#exit_door:hover{
	filter: url(#yellow-outline);
}

.ud{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/oficcedooropen.jpg);
	z-index: 1;
	color: #e8012c;
}

.ud_rd{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/oficcedooropen.jpg);
	z-index: 755;
}

#key_card_white{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/key_card_1.png);
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
    filter:drop-shadow(0px 0px 5px blue);
    font-size: 0.6em;
    text-align: center;
    color: yellow;
    z-index: 760;
}



#key_card_black{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	animation-name: blinker;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
	background-image: url(../IMG/key_card_2.png);
	filter:drop-shadow(0px 0px 15px blue);
	font-size: 0.6em;
    text-align: center;
    color: yellow;
	display: inline-block;
	z-index: 760;
}

#medicKit{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/medic_kit.png);
	z-index: 760;
}

.medicKitThing{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/medic_kit.png);
	z-index: 760;
}

.healthIcon{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/medic_kit.png);
	z-index: 760;
}

#megaMedicKit{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/mega_medic_kit.png);
	z-index: 760;
}

#pistol{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/pistol.png);
	 animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
	z-index: 760;
	cursor: url(../CURSOR/hand.cur), auto;
}

#shootGun{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/shootgun.png);
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
	z-index: 760;
	cursor: url(../CURSOR/hand.cur), auto;
}


#pistolCells{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/cells.png);
	z-index: 760;
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
    cursor: url(../CURSOR/hand.cur), auto;
}

.pistolCellsThing{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/cells.png);
	z-index: 760;
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
    cursor: url(../CURSOR/hand.cur), auto;
}

#shootgunCells{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/scells.png);
	z-index: 760;
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
    cursor: url(../CURSOR/hand.cur), auto;
}

.shootgunCellsThing{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/scells.png);
	z-index: 760;
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
    cursor: url(../CURSOR/hand.cur), auto;
}

.plasmagunCellsThing{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/plasmaguncells.png);
	z-index: 760;
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
    cursor: url(../CURSOR/hand.cur), auto;
}


.ow{
	width: 50px;
	height: 50px;
    display: inline-block;
	padding: 0;
	margin: 0;
    background-image: url(../IMG/flor_wood.jpg);
    z-index: 1;
}

.oa{
	width: 50px;
	height: 50px;
    display: inline-block;
	padding: 0;
	margin: 0;
    background-image: url(../IMG/concreete.png);
    z-index: 1;
}

.op{
	width: 50px;
	height: 50px;
    display: inline-block;
	padding: 0;
	margin: 0;
    background-image: url(../IMG/oficcefloortable.jpg);
    z-index: 1;
}

.we{
	width: 50px;
	height: 50px;
    display: inline-block;
    background-color: black;
	padding: 0;
	margin: 0;
	z-index: 1;
}


#message{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left:0px;
	top: 0px;
	padding: 0;
	margin: 0;
	background-color: black;
	text-align: center;
	font-family: monospace;
	color: #e8012c;
	font-size: 20pt;
	z-index: 1000;
}



#menuArea{
	min-width: 500px;
	margin-top: 10px;	
}

 


span{
font-family: monospace; 
font-size: 5pt;
display: none;
}



a{
	color: #e8012c;
	text-decoration: none;
	font-family: monospace;
	font-size: 1.2em;
	transition: all 0.5s;
	cursor: url(../CURSOR/cursor.cur), auto;
}

a:hover{
	color: #e8012c;
	
}

.splash{
	display: inline-block;
	margin-top: 10%;
	

}

.elevatorButton{
	border-radius: 25px;
    color: #e8012c;
    display: flex;
	padding: 5px;
    background-color: black;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 1)) , url(../IMG/menu-back-item.gif);
    font-size: 12pt;
    background-size: cover;
    box-sizing: border-box;
}

.elevatorButton:hover{
	background-image: url(../IMG/menu-back-item.gif);
}

#elevator-exit{
	border-radius: 25px;
    color: #e8012c;
    display: flex;
	padding: 5px;
    background-color: black;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 1)) , url(../IMG/menu-back-item.gif);
    font-size: 12pt;
    background-size: cover;
    box-sizing: border-box;
    cursor: url(../CURSOR/cursor.cur), auto;
}

#elevator-exit:hover{
	background-image: url(../IMG/menu-back-item.gif);
}

#elevator-title{
	display: block;
	font-size: 12pt;
}

#enterToLaboratory{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 100%;
	display: inline-block;
	background-color: black;
	

}

.ground{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/ground.jpg);
	z-index: 1;
	color: #e8012c;
}

.groundLong{
	width: 1500px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/oficcewallplant.png);
	z-index: 900;
	color: #e8012c;
}

.grass{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/grass.png);
	z-index: 1;
	color: #e8012c;
}

.gr{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/grass.jpg);
	z-index: 1;
	color: #e8012c;
}

.grassLong{
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/grass.png);
	z-index: 0;
	color: #e8012c;
}



.tree{
	width: 200px;
	height: 200px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/tree.png);
	z-index: 800;
	color: #e8012c;
	pointer-events: none;

}

.stop{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/stop.png);
	z-index: 1;
	color: #e8012c;
}

#car{
	width: 100px;
	height: 150px;
	transform: rotate(-90deg);
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/chevrolet.png);
	z-index: 1;
	color: #e8012c;
}

#whiteCar,#whiteCar2,#whiteCar3,#whiteCar4,#whiteCar5,#whiteCar6,#whiteCar7{
	width: 150px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/whitecar.png);
	z-index: 900;
	color: #e8012c;
	cursor: url(../CURSOR/hand.cur), auto;
	transition: all ease 3s;
}

#whiteCar8{
	width: 150px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/whitecarandmonster.png);
	z-index: 900;
	color: #e8012c;
	cursor: url(../CURSOR/hand.cur), auto;
	transition: all ease 3s;
}

#lisaCar{
	width: 150px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/lisacar.png);
	z-index: 900;
	color: #e8012c;
	cursor: url(../CURSOR/hand.cur), auto;
}

.sofa{
	width: 100px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/sofa.png);
	z-index: 751;
	color: #e8012c;
	pointer-events: none;
}

.armchair{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/armchair.png);
	z-index: 800;
	color: #e8012c;
}

.pizza{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/pizza.gif);
	z-index: 800;
	color: #e8012c;
	pointer-events: none;
}


.table{
    width: 100px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/table.png);
	z-index: 850;
	color: #e8012c;
}


.building{
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/oficcewall.jpg);
	z-index: 0;
	color: #e8012c;
}

#chain{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/chain.png);
	z-index: 1;
	color: #e8012c;
}

.chain{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/chain.png);
	z-index: 1;
	color: #e8012c;
}

.chainLong{
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/chain.png);
	z-index: 1;
	color: #e8012c;
}

.orbita{
	width: 300px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/orbita.png);
	z-index: 800;
	color: #e8012c;
	pointer-events: none;
}


#groundLongCover{
    width: 100%;
	height: 300px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/oficcewallplant.png);
	z-index: 901;
	color: #e8012c;
}

.liftButtons{
	display: inline-block;
	text-align: center;
	font-size: 14pt;
	border-radius: 5px;
	min-width: 200px;
	height: 100%;
	padding: 20px;
	margin-bottom: 15px;
	font-family: monospace;
	background-color: #212121;
	background-image: url(../IMG/space-wall.jpg);
	background-size: cover;
}

.vw{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/water.gif);
	z-index: 1;
}

.vp{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/whitepaint.gif);
	z-index: 1;
}

.se{
    width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/se.png);
	z-index: 1;

}

#mainServer{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/mainserver.gif);
	z-index: 1;
}

#lisa{
    width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/greenwoman.png);
	z-index: 1;
	cursor: url(../CURSOR/hand.cur), auto;
}

#caty{
    width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/woman2.gif);
	z-index: 1;
}


#drone{
    width: 518px;
	height: 214px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/mv2Stay.png);
	background-size: contain;
	filter:drop-shadow(10px 10px 15px black);
	z-index: 1000;
}

.deck{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/deckchair.png);
	z-index: 1;
}

#monster{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: red;
	text-align: left;
	background-image: url(../IMG/alien_r.gif);
    transition: all 0.2s ease; 
    z-index: 800;
    display: none;
}

#monster:hover {
	filter: url(#yellow-outline);
}

#monsterPortal{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
	background-image: url(../IMG/monsterportal.gif);
	z-index: 701;
}

.b{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/bush.png);
	z-index: 1;
}

.bg{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/bushgrass.png);
	z-index: 1;
}

#megan{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/redWoman.gif);
	z-index: 1;
}

#lola{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/greenwoman.gif);
	z-index: 1;
}

#yen{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/Yen.png);
	transition: all 0.2s;
	z-index: 900;
	cursor: url(../CURSOR/hand.cur), auto;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

#yen:hover{
    filter: url(#yellow-outline);
}

#yen div {
	display: none;
}

#yen:hover div {
	display: block;
}

#boss{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/boss.png);
	z-index: 1;
	cursor: url(../CURSOR/hand.cur), auto;
}

#boss:hover{
    filter: url(#yellow-outline);
}

#droneButton{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/dronedriver.png);
	z-index: 1;
}

#droneButton:hover{
    filter: url(#yellow-outline);
}


#coverPlate{
	width: 300px;
	height: 300px;
	position: absolute;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 0.6em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/oficcewall.jpg);
	z-index: 1000;
}


#phoneBackground{
	width: 100%;
	height: 100%;
	background-color: black;
	position: absolute;
	z-index: 1000;
	left: 0;
	top:0;
}

#prehistory{
	display: inline-block;
	width: 300px;
	/*height: 600px;*/
	font-family: monospace;
	color: #e8012c;
	text-align: center;
	font-size: 12pt;
	z-index: 1000;
	
}

.preprehistoryText{
	display: inline-block;
	
}

#phone{
	display: inline-block;
	width: 300px;
	height: 600px;
	margin: 10px;
	background-color: #e8012c;
	border-radius: 10px;
	text-align: center;
	color: #e8012c;
	font-size: 15pt;
	z-index: 1000;
	

}

#display{
	display: inline-block;
	width: 290px;
	height: 500px;
	color: #e8012c;
	font-size: 15pt;
	font-family: monospace;
	background-color: #0c2430;
	margin-top: 30px;
	padding: 0;
	overflow: auto;

}

.yenSMS{
	display: inline-block;
	width: 200px;
	color: #e8012c;
	font-size: 15pt;
	font-family: monospace;
	background-color: #408526;
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
    float: left;
	left:30%;
	

}

.mySMS{
    display: inline-block;
	width: 200px;
	color: #e8012c;
	font-size: 15pt;
	font-family: monospace;
	background-color: #005c91;
	margin: 5px;
	padding: 0;
	border-radius: 5px;
    float: right;
	left:5%;
}

.dateTimeSMS{
	 display: inline-block;
	 color: black;
}

#go{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #e8012c;
	border:1px solid grey;
	color: black;
	font-family: monospace;
	font-size: 15pt;
}

#go:hover{
	background-color: #e8012c;

}

#iconGrenade{
	min-width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/irsensor.png);
	z-index: 999;
	cursor: url(../CURSOR/hand.cur), auto;
}

#iconPistol{
    min-width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/pistol.png);
	display: none;
	z-index: 999;
	cursor: url(../CURSOR/hand.cur), auto;
}

#iconPistol:hover{
	filter: url(#yellow-outline);

}

#iconShootgun{
    min-width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/shootgun.png);
	display: none;
	z-index: 999;
	cursor: url(../CURSOR/hand.cur), auto;
}

#iconShootgun:hover{
	filter: url(#yellow-outline);

}

#iconPlasmagun{
    min-width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/plasmagun.png);
	display: none;
	z-index: 999;
	cursor: url(../CURSOR/hand.cur), auto;
}

#iconPlasmagun:hover{
	filter: url(#yellow-outline);

}

#iconWhiteCard{
    min-width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/key_card_1.png);
	display: none;
	z-index: 999;

}

#iconBlackCard{
    min-width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/key_card_2.png);
	display: none;
	z-index: 999;
}
#iconPhone{
	min-width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	background-image: url(../IMG/phone.png);
	display: inline-block;
	z-index: 999;
	cursor: url(../CURSOR/hand.cur), auto;
}

#iconPhone:hover{
	filter: url(#yellow-outline);
}

#animExitLift{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	background-image: url(../IMG/liftanimation.gif);
	display: inline-block;
	z-index: 900;
}

#currentFloorPanel{
	width: 200px;
	height: 25px;
	padding: 0px;
	margin: 0;
	display: inline-block;
	background-color: black;
	border: 3px solid #3a3a3a;
	color: black;
	font-size: 13pt;
	
}

#enterAccessCodePanel{
	width: 200px;
	height: 25px;
	padding-top: 5px;
	margin: 0;
	display: inline-block;
	background-color: black;
	border: 3px solid #3a3a3a;
	color: black;
	font-size: 13pt;
	
}


#sensorAttack{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 90%;
	color: #e8012c;
	background-color: black;
	padding: 0;
	margin: 0;
	font-size: 15pt;
	font-family: impact;
	border:10px solid #e8012c;
	border-radius: 50px;
	z-index: 1000; 


}

#indexMenu{
	box-sizing: border-box;
    height: 96%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #e8012c;
    font-size: 15pt;
    font-family: monospace;
    padding: 50px;
    background-color: black;
    overflow: auto;
}

#indexMenu a {
	padding-top: 5px;
    display: block;
}

.downArrow{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/downarrow.gif);
	z-index: 1;
	color: #e8012c;
}

#board{
	width: 100%;
	height: 100%;
	display: none;
}

.deadMonster{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/deadmonster.png);
    transition: all 0.2s ease; 
    z-index: 700;
}

.irSensor{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/irsensor.gif);
    transition: all 0.2s ease; 
    z-index: 700;
}

.explode{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/explode.png);
    transition: all 0.2s ease; 
    z-index: 600;
    opacity: 0.5;
}

.bigBoom{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/bigboom.gif);
    transition: all 0.2s ease; 
    z-index: 700;
}



.bossDeadMonster{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/bossdeadmonster.png);
	background-size: 100%;
	background-size: cover;
    transition: all 0.2s ease; 
    z-index: 700;
}

.pistolBullet{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/bullet.png);
    transition: all 0.2s ease; 
    z-index: 700;
}

.tab{
	width: 200px;
	max-height: 300px;
	top: 100px;
	position: fixed;
	padding: 15px;
	margin: 0;
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #e8012c;
	text-align: left;
    transition: all 0.5s ease; 
    background-color: black;
    border: 5px solid #e8012c;
    border-radius: 10px;
    box-shadow: 0px 0px 50px 50px rgb(0 0 0);
    z-index: 1100;
    overflow-y: scroll;
    overflow-wrap: break-word;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 1)) , url(../IMG/space-wall.jpg);
}


.tab::-webkit-scrollbar { 
    width: 12px; 
}

.tab::-webkit-scrollbar-track {
/*  background: #e8012c;        */
}

.tab::-webkit-scrollbar-thumb {
  background-color: black;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #e8012c;  /* creates padding around scroll thumb */
}

.tab img {
	width: 100%;
}





#secretLift{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	background-image: url(../IMG/liftanimation.gif);
	display: inline-block;
	z-index: 801;
}

#artefact{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/artefact.png);
    transition: all 0.2s ease; 
    z-index: 700;
}

.roadLong{
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/asfalthorizontalline.png);
	background-size: contain;
	z-index: 1;
	/*animation: animatedBackground 1s linear infinite;*/
}

.trailerStory{
	box-sizing: border-box;
	max-width: 600px;
    width: 100%;
	min-height: 80%;
	margin: 10px auto;
	padding: 10%;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-around;
	text-align:justify;
	font-family: monospace;
	line-height: 150%;
	color: #e8012c;
	font-size: 16pt;
	position: relative;
	z-index: 2000;
	background-color: black;
	overflow: auto;
}

#story{
	box-sizing: border-box;
	max-width: 410px;
    width: 100%;
	min-height: 0;
	margin: 10px auto;
	padding-left: 15px;
    padding-right: 15px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-around;
	text-align:justify;
	font-family: monospace;
	line-height: 200%;
	color: #e8012c;
	font-size: 12pt;
	position: relative;
	z-index: 2000;
	background-color: black;
	overflow: auto;
	background-image:  url(../IMG/space-wall.jpg);
	background-size: cover;
	background-blend-mode: hard-light;
}


#story1 {
	width: 50%;
/*    max-width: 300px;*/
    min-height: 310px;
	background-size: cover;
	background-position: center;
	background-image: url(../IMG/story2.png);
/*	filter: grayscale(1);*/
	transition: filter 3s ease;
	border-radius: 10px;
    border: 5px solid;

}

#story2 {
	width: 50%;
/*    max-width: 300px;*/
    min-height: 310px;
	background-size: cover;
	background-position: center;
	background-image: url(../IMG/story1.png);
/*	filter: grayscale(1);*/
	transition: filter 3s ease;
	border-radius: 10px;
    border: 5px solid;

}

#story3 {
	width: 50%;
/*    max-width: 300px;*/
    min-height: 310px;
	background-size: cover;
	background-position: center;
	background-image: url(../IMG/story3.png);
/*	filter: grayscale(1);*/
	transition: filter 3s ease;
	border-radius: 10px;
    border: 5px solid;

}

#story4 {
	width: 50%;
/*    max-width: 300px;*/
    min-height: 310px;
	background-size: cover;
	background-position: center;
	background-image: url(../IMG/story4.png);
/*	filter: grayscale(1);*/
	transition: filter 3s ease;
	border-radius: 10px;
    border: 5px solid;

}

#hint{
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: yellow;
	text-align: left;
	background-image: url(../IMG/pic.gif);   
    z-index: 800;
}

#plasmaGun{
    width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/plasmagun.png);
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
	z-index: 700;
	cursor: url(../CURSOR/hand.cur), auto;
}

#plasmagunCells{
    width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/plasmaguncells.png);
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
	z-index: 700;
	cursor: url(../CURSOR/hand.cur), auto;
}

#phoneSmall{
    width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: inline-block;
	background-image: url(../IMG/phonesmall.png);
	z-index: 752;
}

#phoneSmall:hover{
	filter: url(#yellow-outline);
}


#flatBlackPlane{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: black;
	text-align: center;
	display: inline-block;
	
}

#enot{
	width: 50%;
	margin-top: 20%;
	opacity: 100%;
	transition: opacity 1s;
	color: #e8012c;
	font-size: 72px;
	font-weight: 600;
}

#startPhrase{
	transition: opacity 1s;
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
}

.toilet{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/toilet.png);
	z-index: 800;
	position: absolute;
	color: #e8012c;
}

.toilet:hover {
	filter: url(#yellow-outline);
}

.sink{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/sink.png);
	z-index: 800;
	position: absolute;
	color: #e8012c;
}

#joystik{
	width:150px;
	height: 150px;
	padding: 0;
	margin: 0;
	display: inline-block;
	z-index: 1000;
	position: absolute;
	left: 50px;
	bottom: 10px;
	color: #e8012c;
	user-select: none;
	border-radius: 25px;
}

#joyButtons{
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10000;
    position: absolute;
    right: 50px;
    bottom: 10px;
    color: #e8012c;
    user-select: none;
}

#robertIMG{
	width: 100px;
	height: 100px;
	display: inline-block;
	border-top: 10px solid #e8012c;
	border-bottom:10px solid #e8012c;
	border-radius: 50px;
	background-image: url(../IMG/robert.png);
	margin-bottom: 10px;

}

#lisaIMG{
	width: 100px;
	height: 100px;
	display: inline-block;
	border-top: 10px solid #e8012c;
	border-bottom:10px solid #e8012c;
	border-radius: 50px;
	background-image: url(../IMG/lisa.png);
	margin-bottom: 10px;
    
}

#frankIMG{
	width: 100px;
	height: 100px;
	display: inline-block;
	border-top: 10px solid #e8012c;
	border-bottom:10px solid #e8012c;
	border-radius: 50px;
	background-image: url(../IMG/frank.png);
	margin-bottom: 10px;

}

#copIMG{
	width: 100px;
	height: 100px;
	display: inline-block;
	border-top: 10px solid #e8012c;
	border-bottom:10px solid #e8012c;
	border-radius: 50px;
	background-image: url(../IMG/copface.png);
	margin-bottom: 10px;

}

#cop2IMG{
	width: 100px;
	height: 100px;
	display: inline-block;
	border-top: 10px solid #e8012c;
	border-bottom:10px solid #e8012c;
	border-radius: 50px;
	background-image: url(../IMG/cop2face.png);
	margin-bottom: 10px;

}

#cop{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/cop.png);
	z-index: 1;
	color: #e8012c;
	cursor: url(../CURSOR/hand.cur), auto;
}

#cop:hover{
	filter: url(#yellow-outline);

}

#cop2{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/cop2.png);
	z-index: 2;
	color: #e8012c;
	cursor: url(../CURSOR/hand.cur), auto;
}

#cop2:hover{
	filter: url(#yellow-outline);

}

#police{
	width: 150px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/police.gif);
	z-index: 1;
	color: #e8012c;
}

#police2{
	width: 150px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/police2.gif);
	z-index: 1;
	color: #e8012c;
}

#police3{
	width: 150px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/police2.gif);
	z-index: 1;
	color: #e8012c;
	transform: rotate(343deg);
}

#policeLine{
	width: 50px;
	height: 200px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/policeline.png);
	z-index: 1;
	color: #e8012c;
}

.flu{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/floorinsulatorrooms.jpg);
	z-index: 1;
}

.flf{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/floor.jpg);
	z-index: 1;
}

.dmd{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/deadmonster.png);
	z-index: 1;
}

.bth{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/batchu.png);
	z-index: 1;
}

.tol{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/toilet.png);
	z-index: 1;
}

.snk{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/sink.png);
	z-index: 1;
}

.bed{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/bed.png);
	z-index: 1;
}

.rdo{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/rdo.gif);
	z-index: 1;
}

.rdc{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/rdc.png);
	z-index: 1;
}

.wrd{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/wrd.png);
	z-index: 1;
}

.animateLinks{
	color: #e8012c;
	cursor: unset;
	padding: 10px;
	border-radius: 50px;
	box-sizing: border-box;
}

.animateLinks span {
	display: none;
}

.animateLinks:hover{
	color: black;
    background-color: #e8012c;
	
}

.animateLinks span:hover {
	display: block;
}


.viewStoryButton{
	color: #e8012c;
	cursor: unset;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
    line-height: 11pt;
	transition: all 0.5s;
	background-image: url(../IMG/menu-back-item.gif);
    width: 100%;
    max-width: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
	
}

.viewStoryButton:hover{
	color: #ff5474;
    letter-spacing: 5px;
	
}

#animLogo {
	position: relative;
	transition: all 1s ease-in-out;
	animation: 4s linear 0s infinite alternate moveUpDown;
}

#skipStory {
	display: flex;
    align-items: center;
    justify-content: center;
}

#selectorOfLevels {
	display: flex;
    align-items: center;
    justify-content: center;
}



@keyframes moveUpDown { from { top: 0; } to { top: 15px; }  }



.soul-thing {
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/monsterportal.gif);
    transition: all 0.2s ease; 
    z-index: 800;
}

.patron {
	width: 50px;
	height: 50px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	color: #e8012c;
	text-align: left;
	background-image: url(../IMG/bullet.png);
    transition: all 0.1s linear; 
    z-index: 800;
}

.settings {
	width: 80%;
	max-width: 800px;
	border: 1px solid #383838;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	margin-right: auto;
	margin-left: auto;
	color: #e8012c;
}

.settings-row {
	border-top: 1px solid #383838;
	border-bottom: 1px solid #383838;
	min-height: 50px;
	background-color: #1b1b1b;
	align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    padding: 0 40px;
}

.dev-title {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #e8012c;
	font-size: 25px;
}

.dev-input {
	margin-right: 20px;
	max-width: 100px;
	border: 1px solid #383838;
	height: 30px;
	background-color: black;
	color: #e8012c;
}

.dev-input:focus {
	outline: none;
}

.armor {
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 0.6em;
  color: #e8012c;
  text-align: left;
  background-image: url(../IMG/armor.png);
    transition: all 0.1s linear; 
    z-index: 800;
    cursor: url(../CURSOR/hand.cur), auto;
}

.asideMenu {
	background-color: black;
	border-left: 10px solid #e8012c;
    border-right: 10px solid #e8012c;
	border-radius: 50px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 20000;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
	background-size: contain;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 1)) , url(../IMG/space-wall.jpg);
}

.statusMenu {
	box-sizing: border-box;
	padding-top: 65px;
	background-color: black;
	border-left: 10px solid #e8012c;
    border-right: 10px solid #e8012c;
	border-radius: 50px;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 21000;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
	background-size: contain;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 1)) , url(../IMG/space-wall.jpg);
	overflow-y: scroll;
}

.statusMenu::-webkit-scrollbar { 
    width: 12px; 
}

.statusMenu::-webkit-scrollbar-track {
/*  background: #e8012c;        /* color of the tracking area */*/
}

.statusMenu::-webkit-scrollbar-thumb {
  background-color: black;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #e8012c;  /* creates padding around scroll thumb */
}

.card-status{
	display: flex;
	align-items: flex-start;
	align-self: baseline;
	flex-direction: column;
	max-width: 300px;
	font-size: 12pt;
	box-sizing: border-box;
    padding: 5px;
}

.card-status img{
	margin-bottom: 20px;
}

#menuToggler {
	width: 50px;
	height: 50px;
	border: 5px solid #e8012c;
    border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease; 
	font-size: 8pt;
	font-family: monospace;
	color: #e8012c;
	background-color: black;
	position: absolute;
	top: 10px;
	left: calc(50% - 25px);
	z-index: 20000;
	box-sizing: border-box;
	cursor: url(../CURSOR/hand.cur), auto;
}

.menuToggler:hover{
	border-top: 5px ridge #e8012c;
	border-bottom:5px ridge #e8012c;
	color: #e8012c;
	cursor: url(../CURSOR/hand.cur), auto;
}

.menuItemIndicator {
	width: 100px;
	text-align: center;
	color: grey;
}

.menuItemWrapper {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}

.taskItem {
	color: #e8012c;
	margin-bottom: 50px;
	text-align: left;
}

.cloud {
	opacity: 0.5;
	width: 1500px;
	height: 700px;
	position: absolute;
	z-index: 900;
	background-image: url("../IMG/cloud.png");
	background-size: cover;
/*	background-repeat: repeat-x;*/
  	animation: animatedBackground 30s linear  infinite;
 	overflow: hidden;
 	pointer-events: none;
}

#entrance {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/entrance.png);
	z-index: 1;
	color: #e8012c;
	cursor: url(../CURSOR/hand.cur), auto;
	position: absolute;
	animation: blinker;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
	filter: url(#yellow-outline);
}

#entrance:hover {
	filter: url(#yellow-outline);
}

#tool {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/tool.png);
	z-index: 801;
	color: #e8012c;
	cursor: url(../CURSOR/hand.cur), auto;
	position: absolute;
	animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
    filter: url(#yellow-outline);
}


#automate-work {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/automate.gif);
	z-index: 751;
	color: #e8012c;
	cursor: url(../CURSOR/hand.cur), auto;
	position: absolute;
}

#automate-work:hover {
	filter: url(#yellow-outline);
}

#automate-broken {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/automate.png);
	z-index: 751;
	color: #e8012c;
	cursor: url(../CURSOR/hand.cur), auto;
	position: absolute;
}

#automate-broken:hover {
	filter: url(#yellow-outline);
}

#automate-broken2 {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/automate.png);
	z-index: 751;
	color: #e8012c;
	cursor: url(../CURSOR/hand.cur), auto;
	position: absolute;
}

#automate-broken2:hover {
	filter: url(#yellow-outline);
}

.broken-plate {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/broken-plate.png);
	z-index: 1;
	color: #e8012c;
	position: absolute;
}

.tube {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/tube.png);
	z-index: 1;
	color: #e8012c;
	position: absolute;
}

.tube-angle {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/tube-angle.png);
	z-index: 1;
	color: #e8012c;
	position: absolute;
}

.valve {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/valve.png);
	z-index: 1;
	color: #e8012c;
	position: absolute;
}

.stelage {
	width: 200px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/stelage.png);
	z-index: 800;
	color: #e8012c;
	position: absolute;
	pointer-events: none;
}

.redbacket {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/redbacket.png);
	z-index: 800;
	color: #e8012c;
	position: absolute;
	cursor: url(../CURSOR/hand.cur), auto;
/*	pointer-events: none;*/
}

.labPortal{
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/labPortal.gif);
	z-index: 800;
	color: #e8012c;
	position: absolute;
	pointer-events: none;	
}

.samhayes{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/samhayes.png);
	z-index: 800;
	color: #e8012c;
	position: absolute;
	pointer-events: none;
}

.scafanderBin{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/scafanderBin.png);
	z-index: 800;
	color: #ffc107;
	position: absolute;
/*	pointer-events: none;*/
}

.toliftl {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/toliftl.png);
	z-index: 800;
	color: #e8012c;
	position: absolute;
	pointer-events: none;
}


.toliftr {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/toliftr.png);
	z-index: 800;
	color: #e8012c;
	position: absolute;
	pointer-events: none;
}

.tocontrolpanel {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/tocontrolpanel.png);
	z-index: 800;
	color: #e8012c;
	position: absolute;
	pointer-events: none;
}

.portal-disabled {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/portal_pandus.png);
	background-size: cover;
	z-index: 800;
	color: #e8012c;
	position: absolute;
	pointer-events: none;
}

.work-area {
	width: 200px;
	height: 200px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/work-area.png);
	background-size: cover;
	z-index: 700;
	color: #e8012c;
	position: absolute;
	pointer-events: none;
}

#tumbler1, #tumbler2, #tumbler3 {
	width: 15px;
	height: 20px;
	border: 2px solid grey;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-color: #e8012c;
	z-index: 800;
	color: #e8012c;
	position: absolute;
	/*pointer-events: none;*/
	cursor: url(../CURSOR/hand.cur), auto;
}

.elevatorWrapper{
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    overflow: auto;
    touch-action: auto;
    flex-direction: column
}

.trigger{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/trigger.gif);
	z-index: 800;
	color: #e8012c;
	position: absolute;
	pointer-events: none;
}

.rotor{
	width: 50px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/rotorStop.png);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1000;
	color: #e8012c;
	position: absolute;
	pointer-events: none;
}

.target-up{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/target-up.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1000;
	color: #e8012c;
	position: absolute;
}

.target-stay{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/target-stay.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1000;
	color: #e8012c;
	position: absolute;
}

.target-damaged{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/target-destroed.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1000;
	color: #e8012c;
	position: absolute;
}

.target-off{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/target-down.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1000;
	color: #e8012c;
	position: absolute;
}



.ice-web-boss{
	width: 450px;
	height: 450px;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-image: url(../IMG/ice-web-boss.png);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 998;
	color: red;
	position: absolute;
	pointer-events: none;
}

.bagPackMenu{
	display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 200px;
    min-height: 320px;
    box-sizing: border-box;
    padding-top: 10px;
    font-size: 12pt;
    background-color: gray;
    background-image: url(../IMG/bagPackMenuBackground.png);
}

.bagPackMenu div{
	box-sizing: border-box;
    width: 85%;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #202020;
    background-repeat: no-repeat;
}


.flashLightIcon{
	width: 50px;
	height: 50px;
	background-image: url(../IMG/flashLightIcon.png);
}

.phoneIcon{
	width: 50px;
	height: 50px;
	background-image: url(../IMG/phone.png);
}

.suit{
	width: 50px;
	height: 50px;
	background-image: url(../IMG/suit.png);
}

#or{
	display: inline;
    font-size: 12pt;
}



/*@keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -100% 0; }
}*/


@keyframes blinker {
  from { opacity:  1; }
   50% { opacity:  0.0; }
    to { opacity:  1; }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -100% 0px
    }
    }






@media(max-width: 768px) {
	.tab{
	font-size: 1.5em;
	}

	#navigator {
		overflow-x: scroll;
		overflow-y: hidden;
		top: 10px;
		left: 5%;
		padding-left: 0;
	}

	#panel {
		top: 10px;
		right: 5%;
	}
}

@media(max-width: 470px) {
	.settings-row{
		flex-direction: column;
	}

	.settings-row button {
		margin: 10px; 
	}

}
