
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

@font-face {
	font-family: "ArialMTProRegular";
	src: url("fonts/ArialMTProRegular.eot");
	src: url("fonts/ArialMTProRegular.eot") format("embedded-opentype"),
	  url("fonts/ArialMTProRegular.woff2") format("woff2"),
	  url("fonts/ArialMTProRegular.woff") format("woff"),
	  url("fonts/ArialMTProRegular.ttf") format("truetype"),
	  url("fonts/ArialMTProRegular.svg#ArialMTProRegular") format("svg");
  }
  body {
    font-family: 'ArialMTProRegular';
    background-image: url("images/mainback.jpg"); 
    width: 100%;
    height: 100%;
  }
#wrapper{
	width: 1920px;
    height: 800px;
	color: #fff;
}

#game_container{
	position: absolute;
	background-image: url("images/bg.jpg");
	width: 1920px;
    height: 800px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
    display: none;
}

#timerbox{
	position: absolute;
    width: 304px;
    height: 88px;
    bottom: 7px;
    left: 38px;
    background-image: url("images/timer.png");
    cursor: pointer;
    
}
#timer{
    position: absolute;
    left: 153px;
    top: 19px;
    font-size: 40px;
    font-weight: bold;
    color: white;
}

#playgame{
	position: absolute;
    width: 85px;
    height: 91px;
    top: 204px;
    left: 58px;
    cursor: pointer;
    background-image: url("images/btn_play.png");
    
}

#pausegame{
	position: absolute;
    width: 85px;
    height: 91px;
    top: 204px;
    left: 146px;
    cursor: pointer;
    background-image: url("images/btn_pause.png");
    opacity: 0.6;
    pointer-events: none;
    
}

#restartgame{
	position: absolute;
    width: 85px;
    height: 91px;
    top: 204px;
    left: 234px;
    cursor: pointer;
    background-image: url("images/btn_replay.png");
    
}
#volumesilder{
    position: absolute;
    width: 308px;
    height: 81px;
    top: 124px;
    left: 39px;
    background-image: url("images/volume_slider_blank.png");
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
#volumebar{
    position: absolute;
    width: 52px;
    height: 48px;
    left: 82px;
    top: 16px;
    background-image: url("images/volume_slider_bar.png");
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
#volumebar1{
    position: absolute;
    width: 62px;
    height: 60px;
    top: 8px;
    left: 6px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
#volumebar2{
    position: absolute;
    width: 62px;
    height: 60px;
    top: 8px;
    left: 70px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
#volumebar3{
    position: absolute;
    width: 52px;
    height: 60px;
    top: 8px;
    left: 133px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
#volumebar4{
    position: absolute;
    width: 52px;
    height: 60px;
    top: 8px;
    left: 187px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

#volumebar5{
    position: absolute;
    width: 61px;
    height: 60px;
    top: 8px;
    left: 242px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}


#secore{
	position: absolute;
    width: 217px;
    height: 75px;
    top: 33px;
    left: 64px;
    background-image: url("images/btn_score.png");
    
}
#secoreTxt{
    position: absolute;
    left: 17px;
    top: 19px;
    font-size: 34px;
    font-weight: bold;
    color: white;
}

#homebtn{
    position: absolute;
    width: 92px;
    height: 99px;
    top: 23px;
    right: 30px;
    cursor: pointer;
    background-image: url("images/btn_home.png");
}
#mobilekeys{
    position: absolute;
    width: 298px;
    height: 298px;
    top: 352px;
    left: 67px;
    background-image: url("images/arrow_back.png");
    display: none;
}
#upkey{
    position: absolute;
    width: 138px;
    height: 132px;
    top: 11px;
    left: 86px;
    background-image: url("images/arrow_up.png");
}
#rightkey{
    position: absolute;
    width: 131px;
    height: 140px;
    top: 87px;
    left: 179px;
    background-image: url("images/arrow_right.png");
}
#downkey{
    position: absolute;
    width: 138px;
    height: 133px;
    top: 168px;
    left: 86px;
    background-image: url("images/arrow_down.png");
}
#leftkey{
    position: absolute;
    width: 131px;
    height: 140px;
    top: 88px;
    left: 0px;
    background-image: url("images/arrow_left.png");
}

#actionkey{
    position: absolute;
    width: 524px;
    height: 199px;
    bottom: 17px;
    right: 0px;
    background-image: url("images/btn_action.png");
    display: none;
}

.actionTxt{
    position: absolute;
    z-index: 10;
    font-weight: bold;
    top: 33%;
    left: 23%;
    font-size: 65px;
    text-align: center;
}

#timesetting{
    position: absolute;
    width: 1920px;
    height: 800px;
    background-color: #000000a6;
    z-index: 9;
    display: none;
}
#time1{
	position: absolute;
    width: 304px;
    height: 88px;
    top: 146px;
    left: 828px;
    background-image: url("images/timer.png");
    cursor: pointer;
}
#time2{
	position: absolute;
    width: 304px;
    top: 246px;
    left: 828px;
    height: 88px;
    background-image: url("images/timer.png");
    cursor: pointer;
}
#time3{
	position: absolute;
    width: 304px;
    height: 88px;
    top: 346px;
    left: 828px;
    background-image: url("images/timer.png");
    cursor: pointer;
}
#time4{
	position: absolute;
    width: 304px;
    height: 88px;
    top: 441px;
    left: 828px;
    background-image: url("images/timer.png");
    cursor: pointer;
}
#time5{
	position: absolute;
    width: 304px;
    height: 88px;
    top: 539px;
    left: 828px;
    background-image: url("images/timer.png");
    cursor: pointer;
}
#timer1{
    position: absolute;
    left: 153px;
    top: 19px;
    font-size: 40px;
    font-weight: bold;
    color: white;
}
#timer2{
    position: absolute;
    left: 153px;
    top: 19px;
    font-size: 40px;
    font-weight: bold;
    color: white;
}
#timer3{
    position: absolute;
    left: 153px;
    top: 19px;
    font-size: 40px;
    font-weight: bold;
    color: white;
}
#timer4{
    position: absolute;
    left: 153px;
    top: 19px;
    font-size: 40px;
    font-weight: bold;
    color: white;
}
#timer5{
    position: absolute;
    left: 153px;
    top: 19px;
    font-size: 40px;
    font-weight: bold;
    color: white;
}





#replay{
    position: absolute;
    width: 169px;
    height: 180px;
    background-size: cover;
    left: 882px;
    top: 432px;
    z-index: 10;
    cursor: pointer;
    background-image: url("images/replay.png");
}

#incscore{
    position: absolute;
    width: 181px;
    height: 181px;
    left: 407px;
    top: 5px;
    z-index: 9;
    background-image: url("images/increase.png");
    display: none;
}
#decscore{
    position: absolute;
    width: 181px;
    height: 181px;
    left: 407px;
    top: 5px;
    z-index: 9;
    background-image: url("images/decrease.png");
    display: none;
}
#welldonebg{
    position: absolute;
    width: 1920px;
    height: 800px;
    background-color: #000000a6;
    z-index: 9;
    display: none;
}
#resultbox{
    position: absolute;
    width: 902px;
    height: 624px;
    left: 507px;
    top: 86px;
    z-index: 9;
    background-image: url("images/box_popup.png");
}
#yrscore{
    position: absolute;
    width: 585px;
    height: 93px;
    z-index: 10;
    font-weight: bold;
    top: 39%;
    left: 42%;
    color: black;
    font-size: 66px;
    text-align: center;
}
#yrscoreTxt{
    position: absolute;
    width: 585px;
    height: 93px;
    z-index: 10;
    font-weight: bold;
    top: 39%;
    left: 27%;
    color: black;
    font-size: 66px;
    text-align: center;
}
.welldone{
    position: absolute;
    width: 455px;
    height: 93px;
    z-index: 10;
    font-weight: bold;
    top: 14%;
    left: 38%;
    font-size: 65px;
    text-align: center;
}




#stopclick{
	position: absolute;
	width: 1280px;
	height: 720px;
    z-index: 3;
    display: none;
}


/*-- Loader CSS Starts --*/
#html5Loader{
	top:0;left:0;margin:0;position:fixed;z-index: 3;background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDA3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 49%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(49%,#ffffff));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 49%);
	background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 49%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 49%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 49%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
#html5Loader .fallback {top:50%;position:absolute;text-align:center;width:100%;color:white;/*vertical-align: middle;*/ /*display: block;font-style: normal;font-size:100px;*/}

div#DvLoaderCont{width:300px; height: 15px; position: absolute; top:0px; left:0px; bottom: 0px; right: 0px; margin: auto; z-index:100; background: #ffffff; overflow: hidden;}
div#DvLoaderProgress{width:300px; height: 15px; position: absolute; top:0px; left:-300px; background: #0079c0;}
/*-- Loader CSS Ends --*/