@charset "utf-8";
/* CSS Document */
html{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body{
	width: 100%;
	height: 100%;
 	margin: 0;
	background-color: #333147;
	overflow: hidden;
	font-family: 'Open Sans Hebrew';
	/*
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	*/
	cursor:default;
}
A{
-webkit-transition:0.2s; /* For Safari 3.1 to 6.0 */
transition: 0.2s;
}

.mainContainer{
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	direction: rtl;
}

.map{
	position: absolute;
	top: 0px;
	left:650px;
/*
	background-image: url(../images/map.png);
	background-size: contain;
*/
	width:1000px;
	height: 1095px;
	background-repeat: no-repeat;
	
}
a:hover{
	 -webkit-filter: brightness(150%); /* Safari */
    filter: brightness(150%);
	
}
.lightup{
	 -webkit-filter: brightness(150%); /* Safari */
    filter: brightness(150%);
	
}
.gamelogo{
	position: absolute;
	top: 150px;
	left: 100px;

}
.logos{
	position: fixed;
	bottom: 80px;
	left:30px;
	width: 400px;
	height: 62px;
}
.logos img:first-child{
	position: absolute;
	left: 0px;
	top:35px;
}

.logos img:nth-child(2){
	position: absolute;
	left: 200px;
}

.qbox{
	position: absolute;
	width: 535px;
	height: 350px;
	border-radius: 10px;
	background-color: rgba(45,43,62,0.80);
	top:420px;
	text-align: center;
	z-index: 10;
}
/*left*/
.qbox1{
	left:90px;
	border: solid #e15052 2px;
}
/*right*/
.qbox2{
	right:90px;
	border: solid #fdbf2f 2px;
}



.title1{
	font-weight: 700;
  	display: table;
  	margin: 0 auto;
  	font-size: 30px;
	line-height: 50px;
	margin-top: 15px;
	color: #e15052;
	width: 100%;
}

.title2{
	font-weight: 700;
	display: table;
	margin: 0 auto;
	font-size: 30px;
	line-height: 50px;
	margin-top: 15px;
	color: #fdbf2f;
	width: 100%;
}
.boxtext{
	display: table;
  	margin: 0 auto;
	font-size: 30px;
	text-align: center;
	color: white;
	line-height: 50px;
	width: 100%;
}
.buttons{
	display: inline;
	margin: auto;
/*	margin-top: 25px;*/
/*	padding-top:25px;*/
	text-align: center;
	position: relative;
    top: 21px;
}
.buttons a{
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.qbox .buttons{
	position: absolute;
	top: auto;
	bottom: -50px;
	left: 0px;
	width: 520px;
	height: 85px;
	margin: 0px;
	white-space: nowrap;
}
.mainmenu{
	position: fixed;
	top: 10px;
	right: 20px;
	white-space: nowrap;
	z-index: 15;
}
.mainmenu a{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	color: rgba(235,235,235,1.00);
	font-size: 25px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}
.whiteline{
	position: absolute;
	pointer-events: none;
}

.darkbg{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 9;
}
.popup{
	position: absolute;
	z-index: 10;
	width: 990px;
	height: 600px;
	border: solid white 1px;
	border-radius: 10px;
	padding: 10px;
	text-align: right;
}
.popup .container{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(45,43,62,0.95);
	border-radius: 10px;
	display: block;
	box-shadow: -17px 24px 10px rgba(0,0,0,0.5);
}
.popup .title{
	position: relative;
	display: inline;
	font-size: 30px;
	color: white;
	font-weight: 700;
	margin-right: 20px;
	margin-top: 20px;
}

.popup .text{
	position: relative;
	display: block;
	font-size: 18px;
	color: white;
	font-weight: 500;
	width: 935px;
	height: 500px;
	margin-right: 20px;
	margin-top: 10px;
	overflow-y: scroll;
	padding-left: 30px;
}

.p_signin, .p_login{
	width: 550px;
	
}
.p_signin{
	height: 650px;
}
.p_signin .text{
	height: 565px;
}
.p_login{
	height: 400px;
}
.p_signin .text, .p_login .text{
	overflow-y: hidden;
	width: 510px;
}
.p_login .text{
	height: 300px;
}
.p_signin .btn, .p_login .btn{
	left:165px !important;
	bottom: 0px !important;
}


.p_correct, .p_wrong{
	width: 500px;
	height: 300px;
}
.p_correct .text, .p_wrong .text{
	width: 480px;
	height: 200px;
}

.p_correct .container, .p_wrong .container{
	background-color: rgba(45,43,62,1);
}
.x{
	position: absolute;
	left: 5px;
	top: 5px;
	cursor: pointer;
}
.black{
	position: fixed;
	width: 100%;height: 100%;
	background-color: black;
	z-index: 100;
}
#metatronDIV{
	position: absolute;
	left:0;
	bottom:190px;
	width:27px;
	height:74px;
	
	
}
#metatronDIV img{
	width:27px;
	height:74px;
	-webkit-filter: brightness(50%); /* Safari */
    filter: brightness(50%);
}
#metatronDIV > a:hover{
	-webkit-filter: brightness(150%); /* Safari */
    filter: brightness(150%);
}

.p_signin form{
	
}
.popup form label{
	display: inherit;
	margin-top: 15px;
}
.popup form input{
	width: 300px;
	height: 40px;
	border: none;
	border-radius: 9px;
	padding:0px 10px 0px 10px;
	font-size: 20px;
}
.btn{
	width: 200px;
	height: 80px;
	background-color: #44425f;
	border: solid 1px white;
	border-radius: 9px;
	text-align: center;
	font-size: 27px;
	line-height: 80px;
	font-weight: 700;
	cursor: pointer;
}
.popup .btn{
	
	position: absolute;
	left:10px;
	bottom: 10px;
}

.cityNameTitle{
	position: absolute;
	width: 400px;
	height: 60px;
	line-height: 60px;
	color: white;
	border-radius: 10px;
    background-color: rgba(45,43,62,0.80);
	border: solid white 2px;
	top:200px;
	text-align: center;
	font-size: 30px;
	z-index: 11;
}
.titlebg{
	position: absolute;
	width: 676px;
	height: 215px;
	top:100px;
	z-index: 10;
}
.hint{
	width: 400px;
	height: 200px;
	position: absolute;
	border-radius: 10px;
    background-color: rgba(75,69,128,0.88);
	border: solid white 2px;
	color: white;
	font-size: 30px;
	z-index: 10;
	text-align: center;
	padding-top: 30px;
} 
.solutionbox{
	width: 400px;
	height: 200px;
	position: absolute;
	border-radius: 10px;
    background-color: rgba(75,69,128,0.88);
	border: solid white 2px;
	color: white;
	font-size: 30px;
	z-index: 10;
	text-align: center;
	padding-top: 30px;
}
.solutionbox .btn{
float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.solutionbox form{
	width: 400px;
}
.solutionbox form input{
	width: 350px;
	height: 40px;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
	border-radius: 9px;
	font-size: 22px;
}
.greeting{
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-size: 20px;
}
.greeting .name{
	display: block;
	width: 400px;
	text-align: left;
}
.greeting .name span{
	text-decoration: underline;
}
.greeting .logout{
	display: inline;
	text-decoration: underline;
	font-weight: 700;
	cursor: pointer;
}
.forgotpass{
	margin-top: 30px;
	cursor: pointer;
}
.qbox2 .buttons a img, .qbox1 .buttons a img{
	width:233px;
	height: 83px;
}

.tickerBox{
	height: 50px;
	width: 970px;
	position: fixed;
	left: -2px;
	bottom: -2px;
	background-color: rgb(125, 147, 184);
	border: solid 1px white;
	border-radius:0px 10px 0px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
}
.tickerBox .textline{
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	line-height: 50px;
}

.p_howto p{
	line-height: 31px;
	margin-top: 5px;
	margin-bottom: 5px;
}