/* CSS Document */

.web{
	display: none;
}
.mob{
	display: block;
}

a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    /*outline: 2px solid #000;*/
    outline: 0;
}

*:focus {
    outline: 0;
}
img.a{
	position:absolute;
	cursor: pointer;
	left:0px;
	top: 0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #401268;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #401268;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #401268;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #401268;
}

body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	/*background: url(images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	/*background-image: url("images/mb_pic5.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;*/
    font-family: "NarkisBlock",Arial, Helvetica, sans-serif;
	/*background-color: #349d79;*/
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: visible;
}

#MainDiv{
	position:absolute;
	width: 1080px;
	height:auto;
	top:0px;
	right: 0px;
	z-index:2;
	overflow-x: hidden;
	overflow-y: visible;
}
.page{
	position: relative;
	width: 1080px;
	height: auto;
	float: left;
	margin: 0;
	overflow-y: visible;
	display: none;
}

/* HP */
#hpBG{
	position: fixed;
	width: 1080px;
	height: 1920px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background-image: url("images/bg1.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
    background-attachment: fixed;
}

#winBG{
	position: fixed;
	width: 1080px;
	height: 1920px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background-image: url("images/table.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
    background-attachment: fixed;
    display: none;
}


#hp{
	height: auto;
}
#gameDiv{
	position: relative;
	width: 1080px;
	height: 1920px;
	float: left;
	margin: 0;
	z-index: 1;
	background-image: url("images/game2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: none;
}
#logo{
	position: absolute;
	width: 780px;
	height: 542px;
	left: 150px;
	top: 140px;
	z-index: 8;
	background-image: url("images/logo2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
/* cloud 1 */
@keyframes cloud1Move {
      0% {
        right: -400px;
      }
      100% {
        right: 1180px;
      }
    }

#cloud1{
	position: absolute;
	width: 306px;
	height: 182px;
	right: -196px;
	top: 77px;
	z-index: 1;
	background-image: url("images/cloud1.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	animation-name: cloud1Move;
	animation-duration: 25s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes cloud2Move {
      0% {
        left: -400px;
      }
      100% {
        left: 1180px;
      }
    }

#cloud2{
	position: absolute;
	width: 318px;
	height: 181px;
	left: -83px;
	top: 158px;
	z-index: 2;
	background-image: url("images/cloud2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	animation-name: cloud2Move;
	animation-duration: 23s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes cloud3Move {
      0% {
        right: -200px;
      }
      100% {
        right: 1180px;
      }
    }

#cloud3{
	position: absolute;
	width: 177px;
	height: 95px;
	right: 60px;
	top: 444px;
	z-index: 3;
	background-image: url("images/cloud3.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	animation-name: cloud3Move;
	animation-duration: 29s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes cloud4Move {
      0% {
        left: -300px;
      }
      100% {
        left: 1180px;
      }
    }

#cloud4{
	position: absolute;
	width: 284px;
	height: 129px;
	left: -82px;
	top: 515px;
	z-index: 2;
	background-image: url("images/cloud4.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	animation-name: cloud4Move;
	animation-duration: 22s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

#intro{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 640px 0px 0px 0px;
}
.hp_btn{
	position: relative;
	width: 840px;
	height: 167px;
	float: left;
	z-index: 10;
	font-size: 96px;
	line-height: 167px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: 50px 120px 20px 120px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}
.hp_btn a{
	text-decoration: none;
	color: #fff;
}

.hp_btn.red{
	background-image: url("images/btn_red.png");
}
.hp_btn.green{
	background-image: url("images/btn_green.png");
}



#hpGolakeper{
	position: absolute;
	width: 694px;
	height: 335px;
	left: 193px;
	bottom: 115px;
	z-index: 2;
	background-image: url("images/goalkeper_right.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

#howto{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 450px 0px 0px 0px;
	z-index: 5;
	display: none;
}
/* HP end */

h1{
	position:relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 75px 0px 0px 0px;
	z-index:15;
	font-size: 64px;
	line-height: 0.9;
	font-weight: 400;
	color: #000;
	text-align: center;
	direction: rtl;
}
h2{
	position:relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 50px 0px 0px 0px;
	z-index:15;
	font-size: 160px;
	line-height: 0.9;
	font-weight: 700;
	color: #000;
	text-align: center;
	direction: rtl;
}
h3{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
	font-size: 100px;
	line-height: 1;
	font-weight: 400;
	color: #000;
	text-align: center;
	direction: rtl;
	margin: 0;
}
h4{
	position:relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 50px 0px 0px 0px;
	z-index:15;
	font-size: 120px;
	line-height: 0.9;
	font-weight: 700;
	color: #000;
	text-align: center;
	direction: rtl;
}

.regText{
	position:relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	z-index:15;
	font-size: 100px;
	line-height: 1;
	font-weight: 400;
	color: #000;
	text-align: center;
	direction: rtl;
}
#hpGoalkeper{
	position: fixed;
	width: 281px;
	height: 670px;
	left: -300px;
	bottom: 0px;
	z-index: 8;
	background-image: url("images/Ggoalkeper_01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}

#hpPlayer{
	position: fixed;
	width: 250px;
	height: 618px;
	right: -300px;
	bottom: 0px;
	z-index: 8;
	background-image: url("images/Rplayer_03.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}


.line1{
	position: relative;
	width: 880px;
	height: 133px;
	float: left;
	margin: 10px 100px 10px 100px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/line1.png");
	display: none;
}

.line2{
	position: relative;
	width: 880px;
	height: 175px;
	float: left;
	margin: 10px 100px 10px 100px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/line2.png");
	display: none;
}

.line3{
	position: relative;
	width: 880px;
	height: 255px;
	float: left;
	margin: 10px 100px 10px 100px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/line3.png");
	display: none;
}

.row1{
	position:relative;
	width: 100%;
	height: 133px;
	float: left;
	margin: 0px 0px 0px 0px;
	z-index:15;
	font-size: 50px;
	line-height: 133px;
	font-weight: 400;
	color: #000;
	padding: 0;
	text-align: center;
	direction: rtl;
}

.row2{
	position:relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 40px 0px 0px 0px;
	z-index:15;
	font-size: 50px;
	line-height: 0.9;
	font-weight: 400;
	color: #000;
	padding: 0;
	text-align: center;
	direction: rtl;
}

.row3{
	position:relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 55px 0px 0px 0px;
	z-index:15;
	font-size: 50px;
	line-height: 0.8;
	font-weight: 400;
	color: #000;
	padding: 0;
	text-align: center;
	direction: rtl;
}

.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	float: right;
}

.en{
    font-family: "Speedee", Arial, Helvetica, sans-serif;
	font-size: 75%;
    font-weight: 700;
}
.qen{
    font-family: "Speedee";
    font-weight: 700;
}
.balsHolder{
    position: relative;
    width: 1018px;
    height: auto;
    float: left;
    margin: 25px 31px;
}
.ballItem{
    position: relative;
    width: 481px;
    height: 376px;
    float: left;
    margin: 0px 14px 22px 14px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/ball_holder.png");
}
.ballPic{
    position: relative;
    width: 342px;
    height: 342px;
    float: left;
    margin: 17px 69.5px 17px 69.5px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
}
#b1{
	background-image: url("images/b1.jpg");
}
#b2{
	background-image: url("images/b2.jpg");
}
#b3{
	background-image: url("images/b3.jpg");
}
#b4{
	background-image: url("images/b4.jpg");
}
#b5{
	background-image: url("images/b5.jpg");
}
.bCenter{
    margin-left: 268.5px!important;
}


.flaxText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	direction: rtl;
	color: #000;
	margin: 20px 0px 0px 0px;
	padding: 0;
}
.flaxText strong{
	font-weight: 700;
	font-size: 39px;
}
.title{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 38px;
	line-height: 1;
	text-align: center;
	font-weight: 600;
	direction: rtl;
	color: #401268;
	margin: 20px 0px 20px 0px;
	padding: 0;
}

.terms{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	direction: rtl;
	color: #401268;
	margin: 20px 0px 20px 0px;
	padding: 0;
}


/* form */

#FormDiv{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 450px 0px 0px 0px;
	z-index: 5;
	display: none;
}



.cbHolder{
	position: relative;
	width: 893px;
	height: auto;
	float: right;
	margin: 15px 220px 15px 0px;
	z-index: 3;
	background: rgba(255,255,255,0.7);
}
.chb{
	position: relative;
	width: 42px;
	height: 42px;
	float: right;
	margin: 15px 10px 0px 15px;
	z-index: 5;
	border: 2px solid #000;
}

.chbLabel{
	position: relative;
	width: auto;
	height: 46px;
	display: inline-flex;
	float: right;
	margin: 15px 0px 0px 0px;
	white-space: nowrap;
	z-index: 1;
	font-size: 60px;
	font-weight: 400;
	line-height: 46px;
	color: #000;
	text-align: right;
	direction: rtl;
	padding: 0;
	text-decoration: underline;
}
.chbLabel a{
	color: #000;
	text-decoration: underline;
	
}
.formLabel{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 25px 0px 15px 0px;
	z-index: 1;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	text-align: center;
	direction: rtl;
	padding: 0;
}

.formLabelSM{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 15px 0px;
	z-index: 1;
	font-size: 46px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	text-align: center;
	direction: rtl;
	padding: 0;
}

.inputText{
	position: relative;
	width: 893px;
	height: 135px;
	float: left;
	margin: 0px 0px 15px 93.5px;
	font-size: 60px;
	font-weight: 400;
    font-family: 'NarkisBlock',Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
    appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/field.png");
}


/* Specific Safari fix for select element */
@supports (-webkit-touch-callout: none) {
    .inputSelect {
        padding-right: 20px; /* Instead of text-indent for RTL */
        text-indent: 0;
    }
}

.ErrorDiv{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 1;
	text-align: center;
	direction: rtl;
	font-size: 60px;
	line-height:1;
	font-weight: normal;
	font-variant: normal;
	margin: 20px 0px 0px 0px;
	color: #F00;
    background-color: #fff;
    padding: 10px 0px;
    display: none;
}



.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.noText{
	color: transparent;
	overflow:hidden;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}

#stiky{
	position: fixed;
	width: 1080px;
	height: 100px;
	left: 0px;
	bottom: 0px;
	z-index: 50;
	background-color: #e35892;
}
#stikyBtn{
	position: relative;
	width: 1080px;
	height: 100px;
	left: 0px;
	top: 0px;
	z-index: 3;
    font-family: 'NarkisBlock',Arial, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 100px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #254f36;
	display: block;
}
#stikyHolder{
	position: absolute;
	width: 1080px;
	height: 100px;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.stikyText{
	position: absolute;
	width: 1080px;
	height: 100px;
	left: 0px;
	top: 0px;
	/*text-indent: 100px;*/
	z-index: 50;
	font-size: 50px;
	line-height: 100px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	display: block;
}
.stikyText a{
	color: #fff;
	text-decoration: none;
}

/* game */
#PreGame{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 450px 0px 0px 0px;
	z-index: 5;
	display: none;
}

#FriendShare{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 400px 0px 0px 0px;
	z-index: 5;
	display: none;
}

#game-buttons {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
 	margin: 25px 0;
}

.regBtn{
	position: relative;
	width: 502px;
	height: 381px;
	float: left;
	margin: 0px 289px 0px 289px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/reg_btn.png");
}


.friendBtn{
	position: relative;
	width: 503px;
	height: 342px;
	float: right;
	margin: 39px 30px 0px 0px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/fr_btn.png");
}

.btnText{
	position: absolute;
	width: 100%;
	height: 106px;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	text-decoration: none;
	font-size: 60px;
	line-height: 106px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
}

.wa_btn{
	position: relative;
	width: 840px;
	height: 167px;
	float: left;
	z-index: 10;
	font-size: 100px;
	line-height: 167px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: 50px 120px 20px 120px;
	text-decoration: none;
	background-image: url("images/btn_green.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}
.wa_btn a{
	text-decoration: none;
	color: #fff;
}

.loadOver{
	position: fixed;
	width: 1080px;
	height: 2500px;
	left: 0px;
	top: 0px;
	z-index: 25;
	background: rgba(0,0,0,0.6);
	display: none;
}
.popup{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 500px 0px 0px 0px;
	display: none;
}


.loadBG{
	position: relative;
	width: 848px;
	height: 157px;
	float: left;
	z-index: 10;
	margin: 50px 116px 50px 116px;
	background-image: url("images/load_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}
.loadHolder{
	position: absolute;
	width: 800px;
	height: 113px;
	left: 22px;
	top: 21px;
	z-index: 5;
	overflow: hidden;
}

.loadImg{
	position: absolute;
	width: 800px;
	height: 113px;
	left: -800px;
	top: 0px;
	z-index: 5;
	background-image: url("images/load.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	animation-name: loadMove;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}


@keyframes loadMove {
      0% {
        left: -800px;
      }
      100% {
        left: 0px;
      }
    }

.loadBall{
	position: absolute;
	width: 145px;
	height: 145px;
	left: 0px;
	top: 6px;
	z-index: 15;
	background-image: url("images/ball3.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	animation-name: loadMoveBall;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes loadMoveBall {
      0% {
        left: -70px;
		transform: rotate(0deg);
      }
      100% {
        left: 730px;
		transform: rotate(360deg);
      }
    }


#teamsDiv{
	position: relative;
	width: 1052px;
	height: 887px;
	float: left;
	margin: 540px 14px 10px 14px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/teams.png");
	display: none;
}

.teamName{
	position: absolute;
	width: 395px;
	height: auto;
	top: 50px;
	font-size: 70px;
	line-height: 0.8;
	font-weight: 500;
	color: #000;
	text-align: center;
	direction: rtl;
}

#tPlayer{
	right: 80px;
}

#tGoalk{
	left: 70px;	
}

#gameWin, #gameLose{
	position: relative;
	width: 100%;
	height: 1920px;
	float: left;
	margin: -250px 0px 0px 0px;
	display: none;
}


.winMessText{
	position: absolute;
	width: 1080px;
	height: 702px;
	left: 0px;
	top: 760px;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/end_mess.png");
}

.endText{
	position: relative;
	width: 850px;
	height: auto;
	float: left;
	margin: 104px 115px 0px 115px;
	font-size: 92px;
	line-height: 0.8;
	font-weight: 400;
	color: #000;
	text-align: center;
	direction: rtl;
	padding: 0;

}
.endText span{
	font-size: 130px;
	font-weight: 400;
}

.endText strong{
	font-size: 150px;
	font-weight: 700;
}

.endText2{
	position: relative;
	width: 850px;
	height: auto;
	float: left;
	margin: 10px 115px 40px 115px;
	font-size: 80px;
	line-height: 0.8;
	font-weight: 700;
	color: #000;
	text-align: center;
	direction: rtl;
	padding: 0;

}

.endText3{
	position: relative;
	width: 850px;
	height: auto;
	float: left;
	margin: 10px 115px 10px 115px;
	font-size: 70px;
	line-height: 0.8;
	font-weight: 400;
	color: #000;
	text-align: center;
	direction: rtl;
	padding: 0;

}


.looseIcon{
	position: absolute;
	width: 245px;
	height: 326px;
	left: 417.5px;
	top: 750px;
	z-index: 12;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/sec_place.png");
}

.winIcon{
	position: absolute;
	width: 964px;
	height: 960px;
	left: 96px;
	top: 0px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/gavia.png");
}


.coin{
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	background-image: url("images/coin.png");
	transform-origin: center center;
	animation: coin-spin 1.5s linear infinite;
}
@keyframes coin-spin {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.winIcon {
    overflow: visible; /* כדי שהמטבעות יוכלו לצאת מגבולות האייקון */
}


.end_btn{
	position: relative;
	width: 840px;
	height: 167px;
	float: left;
	margin: 5px 120px;
	z-index: 15;
	font-size: 74px;
	line-height: 167px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	background-image: url("images/btn_red.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}
.end_btn a{
	text-decoration: none;
	color: #fff;
}

.end_wa_btn{
	position: relative;
	width: 840px;
	height: 167px;
	float: left;
	margin: 0px 120px;
	z-index: 10;
	font-size: 74px;
	line-height: 167px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	background-image: url("images/btn_green.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}
.end_wa_btn a{
	text-decoration: none;
	color: #fff;
}

#debug{
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 0px;
	z-index: 100;
	background-color: #fff;
	border: 2px solid #000;
	font-size: 80px;
	line-height: 1;
	font-weight: 400;
	color: #000;
	text-align: center;
	direction: rtl;
}

.ifr{
	position: relative;
	float: left;
	margin: 0px 0px 0px 320px;
	width: 480px;
	height: 860px;

}
#theCode{
	text-transform: uppercase!important;
}


/* table */
#winners{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 640px 0px 0px 0px;
    display: none;
	/*background-image: url("images/table.jpg");
	background-repeat: no-repeat;
	background-position: center top;
    background-attachment: fixed;
	background-size: 100% auto;*/	
}

.win_title{
	position: relative;
	width: 100%;
	height: 233px;
    float: left;
    margin: -50px 0px 25px 0px;
	z-index: 12;
	font-size: 0px;
	line-height: 1;
	font-weight: 400;
	color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;	
	background-image: url("images/table_title.png");
}

.the_table{
	position: relative;
	width: 950px;
	height: auto;
    float: left;
    margin: 0px 65px 500px 65px;
	z-index: 12;
}

.balls{
	position: fixed;
	width: 1080px;
	height: 324px;
    left: 0px;
    bottom: 0px;
	z-index: 102;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;	
	background-image: url("images/ball_footer.png");
    display: none;
}

.hLine{
    position: relative;
    width: 100%;
    height: 114px;
    float: left;
    margin: 7px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	background-image: url("images/table_th.png");
}
.tLine{
    position: relative;
    width: 930px;
    height: 113px;
    float: left;
    margin: 0px 15px 0px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 10px solid #000;
    border-right: 10px solid #000;
}
.lineW{
    background-color: #fff;
}
.lineG{
    background-color: #b5b5b5;
}
.col1, .col3{
    position: relative;
    width: 200px;
    height: 114px;
    float: right;
    margin: 0;
	font-size: 60px;
	line-height: 114px;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	padding: 0;
}

.col2{
    position: relative;
    width: 530px;
    height: 114px;
    float: right;
    margin: 0;
	font-size: 60px;
	line-height: 114px;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	padding: 0;
}
.thText{
	color: #fff;
}
.tdText{
	color: #000;
}


.back_btn{
	position: relative;
	width: 840px;
	height: 167px;
	float: left;
	z-index: 10;
	font-size: 100px;
	line-height: 167px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: -83px 55px 20px 55px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	background-image: url("images/btn_red.png");
}

.back_btn a{
	text-decoration: none;
	color: #fff;
}
