body{
    background-color: #011230;
    background: url('../img/bg.jpg') no-repeat top center;
    background-size: 1920px;
    height: 1080px;
    font-family: 'Bebas Neue';
    text-align: center;
    display: block;
}
.hf{
	float: left;
	width: 100%;
}
.ns{
	width: 1010px;
	margin: 0 auto;
}
.brandlogo a{
	cursor: pointer;
}
.brandlogo img{
	margin: 30px 0 10px 0;
}
.prelogin button{
    font-size: 30px;
    width: 280px;
    background: linear-gradient(#faa700, #895b00);
    border: 1px solid #ffff00;
    border-radius: 5px;
    margin: 5px 15px;
    cursor: pointer;
}
.postlogin button{
	font-size: 30px;
    width: 230px;
    background: linear-gradient(#faa700, #895b00);
    border: 1px solid #ffff00;
    border-radius: 5px;
    margin: 5px 10px;
    cursor: pointer;
}
/*log start*/
.log{
	position: fixed;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    top: 0;
    left: 0;
}
.logblack{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.logcont{
    width: 400px;
    height: 185px;
    margin-top: -92.5px;
    margin-left: -200px;
    background: linear-gradient(rgba(38, 54, 130, .85), rgba(12, 17, 41, .85));
    color: #fff;
    position: relative;
    float: left;
    left: 50%;
    top: 50%;
    text-align: center;
    padding: 40px 50px;
    border-radius: 7px;
    box-shadow: 0 0 7px black;
    font-family: 'Bebas Neue';
    font-size: 22px;
}
.logcont img{
	width: 25px;
}
.logcont input{
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    margin-left: 20px;
    padding: 0 5px;
    width: 255px;
    color: #fff;
}
.logcont button{
    background: #fff;
    color: #0f193e;
    border: 4px solid #0f193e;
    border-radius: 7px;
    margin: 25px 0;
    width: 170px;
    padding: 2px 0;
    cursor: pointer;
}
.logclose{
    color: rgba(255, 255, 255, .8);
    position: absolute;
    right: -10px;
    top: -33px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
.logcont h2{
	font-size: 30px;
    font-weight: bold;
    color: #3abcff;
}
/*log end*/
/*tnc start*/
.tnc{
	position: fixed;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    top: 0;
    left: 0;
}
.tncblack{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.tnccont{
    width: 850px;
    height: 450px;
    margin-top: -225px;
    margin-left: -425px;
    background: linear-gradient(rgba(38, 54, 130, .85), rgba(12, 17, 41, .85));
    color: #fff;
    position: relative;
    float: left;
    left: 50%;
    top: 50%;
    text-align: left;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 1.9;
}
.tncclose{
    color: rgba(255, 255, 255, .8);
    position: absolute;
    right: -10px;
    top: -33px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.tnccont h2{
	font-size: 22px;
    font-weight: bold;
    color: #3abcff;
}
/*tnc end*/
/*tries start*/
.tries{
	position: fixed;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    top: 0;
    left: 0;
}
.triesblack{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.triescont{
	width: 708px;
    height: 450px;
    margin-top: -225px;
    margin-left: -354px;
    background: url(../img/messagebox.png);
    color: #fff;
    position: relative;
    float: left;
    left: 50%;
    top: 50%;
    text-align: center;
    padding: 40px 50px;
    background-size: 708px;
}
.triesclose{
	color: rgba(255, 255, 255, .8);
    position: absolute;
    right: -1px;
    top: -22px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.triescont h2{
	font-size: 30px;
    font-weight: bold;
    color: #3abcff;
    margin-top: 100px;
}
.tries .not{
    font-family: 'Bebas Neue';
    font-size: 60px;
    text-shadow: 0 0 7px #3abcff;
}
/*tries end*/
/*result start*/
.result{
	position: fixed;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    top: 0;
    left: 0;
}
.resblack{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.rescont{
	width: 708px;
    height: 450px;
    margin-top: -225px;
    margin-left: -354px;
    background: url(../img/messagebox.png);
    color: #fff;
    position: relative;
    float: left;
    left: 50%;
    top: 50%;
    text-align: center;
    padding: 40px 50px;
    background-size: 708px;
}
.resclose{
	color: rgba(255, 255, 255, .8);
    position: absolute;
    right: -1px;
    top: -22px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.result .not{
	font-family: 'Bebas Neue';
    font-size: 70px;
    text-shadow: 0 0 7px #3abcff;
    line-height: 1.2;
    margin-top: 100px;
}
/*result end*/
#uname, .postlogin button.triesbtn{
	cursor: default;
}
.game{
	position: relative;
}
.goalkeeper{
    position: absolute;
    left: 39.5%;
    top: 73px;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.goalkeeper.left{
	animation-name: goalkeeperleft;
}
.goalkeeper.right{
	animation-name: goalkeeperright;
}
 @keyframes goalkeeperleft {
	0%   {left:39.5%;}
	100% {left:17.5%;}
}
 @keyframes goalkeeperright {
	0%   {left:39.5%;}
	100% {left:62.5%;}
}
.goalkeeper img{
	width: 205px;
}
.ball{
	position: absolute;
    top: 545px;
    left: 44.5%;
    cursor: pointer;

	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.ball.left{
	animation-name: ballleft;
}
.ball.middle{
	animation-name: ballmiddle;
}
.ball.right{
	animation-name: ballright;
}
 @keyframes ballleft{
	0%   {left:44.5%; top: 545px;}
	100% {left:17.5%; top: 195px;}
}
 @keyframes ballmiddle{
	0%   {top: 545px;}
	100% {top: 175px;}
}
 @keyframes ballright{
	0%   {left:44.5%; top: 545px;}
	100% {left:70.5%; top: 195px;}
}
.ball img{
	width: 110px;
	transition: .2s;
}
.ball img:hover{
	opacity: .8;
}
.mob{
	display: none;
}
.ie{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	font-family: arial;
}
.ie button{
    background: #1a73e8;
    color: #fff;
    font-size: 20px;
    border: none;
    padding: 10px 0;
    border-radius: 3px;
    cursor: pointer;
    width: 240px;
}
.ie img{
	display: block;
    margin: 10px auto;
}
.ie .center{
	height: 130px;
    float: left;
    width: 260px;
    left: 50%;
    top: 50%;
    position: relative;
    margin-top: -65px;
    margin-left: -130px;
}

/* 1366px x 768px below */
@media(max-width: 1370px){
	.brandlogo img {
	    margin: 15px 0 0px 0;
	    width: 95px;
	}
	.iaglog img{
	    width: 460px;
	    margin-bottom: -3px;
	}
	.prelogin button {
		font-size: 22px;
		width: 200px;
		margin: 0px 5px;
	}
	.postlogin button {
		font-size: 22px;
		width: 200px;
		margin: 0px 5px;
	}
	body{
	    background-size: 1370px;
	    height: 730px;
	    background-position-y: -40px;
	}
	.goalkeeper{
		top: 45px;
		left: 42.5%;
	}
	.goalkeeper img {
    	width: 150px;
	}
	.ball{
    	top: 387px;
    	left: 46%;
	}
	.ball img{
    	width: 80px;
	}
	 @keyframes goalkeeperleft {
		0%   {left:42.5%;}
		100% {left:26.5%;}
	}
	 @keyframes goalkeeperright {
		0%   {left:42.5%;}
		100% {left:58.5%;}
	}
	 @keyframes ballleft{
		0%   {left:46%; top: 387px;}
		100% {left:28%; top: 125px;}
	}
	 @keyframes ballmiddle{
		0%   {top: 387px;}
		100% {top: 125px;}
	}
	 @keyframes ballright{
		0%   {left:46%; top: 387px;}
		100% {left:63%; top: 125px;}
	}
}
@media(max-width: 1010px){
	.ns {
	    width: 850px;
	}	
}
@media(max-width: 865px){
	.ns {
	    width: 570px;
	}	
	.postlogin button {
	    font-size: 19px;
	    width: 137px;
    	margin: 4px 1px;
	}
	.tnccont{
		width: 320px;
		height: 500px;
		margin-top: -250px;
		margin-left: -160px;
		padding: 20px;
		overflow: auto;
	}
	.tncclose {
	    right: 4px;
	    top: -16px;
	    font-size: 30px;
	    opacity: .8;
	}
}
@media(max-width: 768px){
	.desk{
		display: none;
	}
	.mob{
		display: block;
	}
	.triescont{
		width: 320px;
		margin-left: -160px;
		background-position: top center;
		padding: 24px 0;
		height: 205px;
		background-size: 320px;
		margin-top: -102.5px;
	}
	.triesclose {
    	right: 1px;	
    	top: -25px;
	}
	.triescont h2 {
	    font-size: 24px;
	    margin-top: 30px;
	}
	.tries .not {
    	font-size: 34px;
	}
	.rescont{
		width: 320px;
		margin-left: -160px;
		background-size: 320px;
		padding: 0 0;
		height: 200px;
		margin-top: -100px;
	}
	.resclose{
		top: -28px;
	}
	.result .not {
	    font-size: 40px;
	    margin-top: 55px;
	}
}
@media(max-width: 570px){
	body{
	    background-image: url(../img/bg-mob.jpg);
	    background-size: 600px;
	    background-position-y: -210px;
	    height: 736px;
	}
	.ns {
	    width: 320px;
	}	
	.brandlogo img{
		width: 65px;
	}
	.iaglog img{
    	width: 320px;
	}
	.postlogin button {
		font-size: 17px;
		width: 148px;
		margin: 5px 3px;
		padding: 3px 0
	}
	.postlogin, .prelogin{
		height: 88px;
	}
	.prelogin button {
	    font-size: 20px;
	    width: 200px;
	    margin: 5px;
	}
	.logcont{
		width: 320px;
		margin-left: -160px;
		padding: 40px 10px;
	}
	.logcont input{
		margin-left: 5px;
	    width: 225px;
	}
	.goalkeeper {
    	top: 20px;
    	left: 105px;
	}
	.goalkeeper img {
    	width: 105px;
	}
	.ball {
    	top: 237px;
    	left: 126px;
	}
	.ball img {
    	width: 65px;
	}
	 @keyframes goalkeeperleft {
		0%   {left:105px;}
		100% {left:10px;}
	}
	 @keyframes goalkeeperright {
		0%   {left:105px;}
		100% {left:205px;}
	}
	 @keyframes ballleft{
		0%   {left:126px; top: 237px;}
		100% {left:15px; top: 70px;}
	}
	 @keyframes ballmiddle{
		0%   {top: 237px;}
		100% {top: 70px;}
	}
	 @keyframes ballright{
		0%   {left:126px; top: 237px;}
		100% {left:235px; top: 70px;}
	}
}


/* ie */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ie{
		display: block;
	}		
}