
.ltrme:focus{
	direction: ltr;
}

.popupContainer{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.7);
	direction:rtl;
	font-family: 'Open Sans Hebrew', sans-serif;

}
.popup{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto auto;
	width: 105vh;
	height: 67vh;
	background:url("../images/popupbg.png");
	background-repeat:no-repeat;
	background-size:contain;
	box-sizing: border-box;
	padding: 8vh 2vw 2vw 1vw;
}
.popup .x{
	position:absolute;
	top:2vh;
	left:2vh;
	width: 4vh;
    height: 4vh;
	background:url("../images/x3.png");
	background-repeat:no-repeat;
	background-size:contain;
	cursor:pointer;
}
.popup .x:hover{
	-webkit-filter: brightness(120%); /* Safari */
filter: brightness(120%);
}
.popup .title{
	font-size: 3.5vh;
	font-weight:bold;
}
.cont_welcome .text{
	font-size: 2.4vh;
}
.popup .line{
	width:100%;
}
.popup .line img{
	width:100%;
}
.popup .btn{
	position: absolute;
	left: 7vh;
	bottom: 6vh;
	width: 23vh;
	height: 9vh;
	background: url(../images/popup_btn.png);
	background-size: contain;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	font-weight: bold;
	line-height: 6.5vh;
	font-size: 3vh;
	cursor: pointer;
}

.form_field{
	display: flex;
	width: 51vh;
    margin-bottom: 1vh;
    justify-content: space-between;
}
form{
	margin: auto;
	width: 52vh;
}
form label{
	width: 80%;
	font-size: 2.9vh;
}
form input{
	width: 100%;
	font-size: 2vh;
	padding-right: 0.5vw;
	padding-left: 0.5vw;
}
.forgot{
	margin: auto;
		width: 40vh;
	cursor: pointer;
	font-size: 18px;
}
.cont_rules{
	display:none;
}
.cont_register{
	display:none;
}
.cont_winners{
	display:none;
}
.cont_login{
	display:none;
}
.popup .text{
	height: 53vh;
	overflow-y: scroll;
	padding-left: 6vh;
}


#helloUser {
	display: none;
}
.ug {
  color: rgba(255,255,255,1.00);
	direction: rtl;
}
.abs {
	position: absolute;
	display: inline;
	width: 441px;
	text-align: right;
	z-index: 10;
	top: 6px;
	right: 12px;
	font-size: 18px;
}
a {
  text-decoration: none;
  color: inherit;
}


.runningline{
	position: absolute;
  left: 0; right:0;
	margin-left: auto;
	margin-right: auto;
  bottom: 0;
  width: 100vw;
  height: 1.8vw;
  font-size: 1vw;
  line-height: 1.6vw;
  color: white;
  background-color: #995d34;
  /* border-radius: 0.3vw 0.3vw 0vw 0vw; */
	overflow: hidden;
	direction: rtl;
}
.runningline p{
	position: absolute;
	left:0;
	display: inline;
	white-space: nowrap;
}


.metatronlogo{
	position: fixed;
	left: 0;
	bottom: 200px;
	opacity: 0.7;
}
.metatronlogo:hover{
	opacity: 1;
}
