﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}

html
{
    height:100%; 
    margin-bottom: 0px; 
}

body 
{
    text-align: center;
    height: 100vh; 
    margin-bottom: 0px;
    font-family: 'Heebo', sans-serif;
	direction: rtl;
	background-color: #1B1B1B;
}


*{
	box-sizing: border-box
	
}



div.master{
	width: 100%;
	height: 100%;
	text-align: center;
}



*
{
	box-sizing: border-box;
}

#video-bg {
z-index: -100;
height: 200px;
overflow:hidden;
position:absolute;
top:0;
right:0;
	width: 100%;
}

nav.menu{
	display: fixed;
	height: 200px;
	width: 100%;
	
}

nav.menu a.option{
	display: inline-block;
	text-decoration: none;
	color: #EFEFEF;
	margin: 0 35px;
	font-size: 21px;
	margin-top: 25px;
}

img.logo{
		margin-top: 25px;
}

nav.menu a.option:hover{
	display: inline-block;
	text-decoration: none;
	color: #EFEFEF;
	margin: 0 35px;
	font-size: 21px;
	background-image: url(../images/underline.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}

div.menupic{
	height: 200px;
	top: 0;
}

img.cityline{
	z-index: -2;
height: 200px;
	width: 100%;
overflow:hidden;
position:absolute;
top:0;
right:0;
}


img.mainbg{
	bottom: 0;
	right: 0;
	width: cover;
	position: absolute;
}


div.home{
width: 960px;
text-align: right;	
	margin-top: 500px;
	display: inline-block;

}

#anim-main {
z-index: -130;
overflow:hidden;
position:absolute;
right:0;
	bottom: 0;
	width: 100%;
}

div.home h1{
	color: #ce1b1b;
	font-weight: 900;
	font-size: 29px;
	text-align: right;

}

div.home p{
	font-size: 20px;
	color: white;
	text-align: right;
    font-weight: 400;
}



div.master img.profile{
	display: inline-block;
	position: fixed;
	bottom: 0;
	left: 20px;
	transition: 0.4s;
	z-index: 1111;
}

div.master img.profile:hover{
	background-image: url(../images/profileicon2.gif);
	z-index: 1111;
}

nav.menu a.option.active{
	background-image: url(../images/underlineBW.png);	
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	
}

div.guides{
	text-align: right;
	direction: rtl;
	width: 1100px;
	display: inline-block;
}


div.guides h2{
	color: #C30002;
	font-size: 30px;
	font-weight: 900;
}
div.guides p{
	font-size: 16px;
	color: #E3E3E3;
	width: 500px;
}

div.guides h5{
	font-size: 12px;
	color: #FFB600;
}

div.guides h6{
	font-size: 15px;
	color: #909090;
	font-weight: 600;
}


div.boxes{
	display: flex;
}

div.boxes a{
	text-decoration: none;
}

div.box{
	width: 300px;
	height: 250px;
	text-align: center;
}

div.box img{
	margin-bottom: 55px;
	position: bottom;
}

div.links img{
	margin: 100px 5px 0 5px;
	
}

div.minilink{
	background-image: url(../images/button5.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 50px;
	display: inline-flex;
	margin-top: 80px;
}

div.minilink a{
		text-decoration: none;
	color: #E8E8E8;
	letter-spacing: 2px;
	margin: 0 auto;
	display: inline-block;
	margin-top: 10px;
    transition: 0.3s;
	font-weight: 400;

}

div.minilink a:hover{
	text-shadow: 0 0 5px white;

}




div.start{
	margin-top: 15px;
	width: 500px;
	height: 50px;
    text-align: right;	
	display: flex;
	background-repeat: no-repeat;
	background-position: center;
}

div.start a{
	text-align: center;
	text-decoration: none;
	color: #E8E8E8;
	letter-spacing: 2px;
	display: inline-block;
    transition: 0.3s;
	font-weight: 400;
	height: 50px;
	width: 190px;
	background-image: url(../images/button5.png);
	background-repeat: no-repeat;
	background-size: 95%;
	padding-top: 14px;
	padding-left: 18px;
	background-position: top;
}



div.start a:hover{
	text-shadow: 0 0 5px white;
}


div.foodguide{
	text-align: right;
	direction: rtl;
	padding-right: 30%;
}

div.foodguide h2{
	color: #B50C0F;
	font-size: 26px;
	font-weight: 800;
}

div.foodguide h3{
	color: #D8D8D8;
	font-size: 16px;
	font-weight: 400;
	width: 600px;
}

div.foodguide p{
	font-size: 14px;
	color: #A0A0A0;
	font-weight: 300;
	letter-spacing: 1px;
}

div.box2{
	text-align: center;
	width: 220px;
	height: 240px;
	display: inline-block;
	margin: 0 20px;
}

div.box2 h5{
	font-weight: 600;
	color: white;
	letter-spacing: 1px;
}

div.box2 h6{
	color: #e3a727;
	font-size: 16px;
	font-weight: 300;
}

div.boxes2{
	display: flex;
	
}


div.minilink2{
	background-image: url(../images/button5.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 50px;
	display: inline-flex;
	margin-bottom: 50px;
}

div.minilink2 a{
		text-decoration: none;
	color: #E8E8E8;
	letter-spacing: 2px;
	margin: 0 auto;
	display: inline-block;
	margin-top: 10px;
    transition: 0.3s;
	font-weight: 400;

}

div.minilink2 a:hover{
	text-shadow: 0 0 5px white;

}

div.container{
	display: inline-block;
}




a.tooltipInside:hover span{ 
    opacity: 1;
}

.callout {z-index:20;border:0;}
    
/*CSS3 extras*/
.tooltipInside span
{
	padding:14px 20px; width: 240px;
    border-radius:2px;     
    box-shadow: 0px 0px 8px 4px #666;
	background:#333 repeat-x 0 0;
	width: 240px;
	border:2px solid #FFF;  color:#EEE;
	display: inline-block; 
	text-align: center;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
    display: none;
}


.tooltipInside2 span
{
	padding:9px 10px; width: 220px;
    border-radius:2px;     
    box-shadow: 0px 0px 8px 4px #666;
	background:#333 repeat-x 0 0;
	width: 220px;
	border:2px solid #FFF;  color:#EEE;
	display: inline-block; 
	text-align: center;
	position: absolute;
    display: none;
}


.tooltipInside:hover span
{
	display: block;
}


.tooltipInside2:hover span
{
	display: block;
}


div.example{

}


div.map
{
	background-image: url(../images/mapzoom.png);
	max-width: 700px;
	height: 500px;
	position: relative;
}

.tooltip.one
{
	position: absolute;
	top:100px;
	right: 100px;
}

.tooltip.two
{
	position: absolute;
	top: 250px;
	right: 300px;
}

div.tooltipInside
{
	position: relative;
}

div.box2 h6{
	transition: 0.5s;
}

div.box2 h6:hover{
	color: #F3CE4D;
	
}


div.startguide{
	width: 1900px;
	height: 700px;
	text-align: center;
	display: inline-block;
	position: relative;
	background-image: url(../images/fullmap.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
	
}

div.fortext{
	background-color: #1B1B1B;
	width: 410px;
	right: 105px;
	height: 150px;
	bottom: 0;
	position: absolute;
	text-align: right;
	padding: 20px;
	border-radius: 50px 0 0 0px;
	z-index: 2;
	
}

div.fortext h2{
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 33px;
	color: #F0F0F0;
}

div.fortext p{
	color: #FFEA33;
	letter-spacing: 1px;
	font-weight: 300;
}

div.fortext h6{
	font-size: 13px;
	color: white;
	font-weight: 200;
}


div.fortext2{
	background-color: #090909;
	width: 610px;
	right: 455px;
	height: 130px;
	bottom: 0;
	position: absolute;
	text-align: right;
	padding: 5px;
	padding-right: 120px;
	border-radius: 50px 0 0 0;
	z-index: 1;
	border: #1F1F1F 6px solid;
	box-sizing: border-box;
	display: flex;
	
}



div.fortext2 div{
	display: inline-block;
	width: 300px;
	letter-spacing: 1px;
	border-radius: 25px 0 0 0;
	color: #EBEBEB;
	margin: 3px;
	margin-left: 30px;
}

div.fortext2 div.infected2{
	width: 82px;
}

div.fortext2 div.energy2{
	width: 250px;
}

div.userstats{
	text-align: center;
	display: inline-block;

	letter-spacing: 1.5px;
	font-weight: 500;
	font-size: 14px;
}

div.userstats h5{
		color: #01C000;
}



.tooltip.three
{
	position: absolute;
	top:180px;
	right: 620px;
}


.tooltip.four
{
	position: absolute;
	top:300px;
	right: 520px;
}

img.enemy1{
	position: absolute;
	top: 200px;
	right: 850px;
}

img.enemy2{
	position: absolute;
	top: 440px;
	right: 1420px;
}

img.enemy3{
	position: absolute;
	top: 555px;
	right: 1300px;
}

img.enemy4{
	position: absolute;
	top: 80px;
	right: 1130px;
}

img.enemy5{
	position: absolute;
	top: 333px;
	right: 933px;
}



.tooltip.five
{
	position: absolute;
	top: 300px;
	right: 200px;
}

.tooltip.six
{
	position: absolute;
	top: 330px;
	right: 1300px;
}

.tooltip.seven
{
	position: absolute;
	top: 100px;
	right: 1500px;
}



.tooltip.eight
{
	position: absolute;
	top: 120px;
	right: 900px;
}


.tooltip.nine
{
	position: absolute;
	top: 300px;
	right: 290px;
}


.tooltip.ten
{
	position: absolute;
	top: 90px;
	right: 1680px;
}



.tooltip.eleven{
	position: absolute;
	right: 120px;
	top: 120px;
}



div.box:hover img.second{
	background-image: url(../images/smokegif.gif);
	background-position: center;
	background-size: cover;
}


div.userprofile{
	display: inline-flex;
	text-align: center;	
}


div.inventory{
		background-image: url(../images/inventory.png);
	background-repeat: no-repeat;
	    margin-top: 60px;


}


div.inventory img{
	width: 74px;
	margin: 12px;
	transition: 0.3s;
}

div.inventory img:hover{
	transform: scale(1.1);
}

div.stats{
	display: inline-block;
	text-align: right;
}

div.stats div{
	display: inline-block;
	height: 50px;
	width: 100%;
	padding: 10px;
	margin: 10px;
	letter-spacing: 2px;
	font-weight: 700;
	border-radius: 25px 0 0 0;
	color: #EBEBEB;
	border: #313131 3px solid;
}












div.hp{
	background-color: #0FAF26;
	background-position: right;
	transition: 0.3s;
	
}

div.hp2{
	background-color: #0FAF26;
	background-position: right;
	transition: 0.3s;
	
}

div.energy{
	background-color: #1085C5;
	background-position: right;
	transition: 0.3s;
	
}


div.energy2{
	background-color: #1085C5;
	background-position: right;
	transition: 0.3s;
	
}

div.infected{
	background-color: #861AC4;
	background-position: right;
	transition: 0.3s;
	
}


div.infected2{
	background-color: #861AC4;
	background-position: right;
	transition: 0.3s;
	
}

div.stats h6{
	color: #F9BC08;
	font-size: 16px;
	letter-spacing: 1px;
	margin-right: 10px;
}










#mydiv {
  position: absolute;
  z-index: 9;
  text-align: center;
}

#mydivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  color: #fff;
}



h6.textright{
	color: #F9BC08;
	font-size: 16px;
	letter-spacing: 1px;
	margin-right: 10px;
}

div.aboutpage{
	width: 600px;
	text-align: center;
	display: inline-flex;
	margin-top: 130px;
}


div.left h2{
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 1px;
	color: #BD1214;
}

div.left p{
	color: #EDEDED;
	font-weight: 400;
	font-size: 17px;

}

div.left{
	margin-top: 70px;
	margin-right: 65px;
		text-align: right;
}