/* PAGE CONTENT STYLES BEGINS*/

#page_content{

	width:100%;
	height:100%;
	position:relative;
	top:0px;
	left:0px;	
}
@font-face {
font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: normal;
src: url(../fonts/'Mark Simonson - Proxima Nova Regular.woff') format('woff');
}
@-webkit-font-face {
font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: normal;
src: url(../fonts/'Mark Simonson - Proxima Nova Regular.woff') format('woff');
}
@-moz-font-face {
font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: normal;
src: url(../fonts/'Mark Simonson - Proxima Nova Regular.woff') format('woff');
}
@-ms-font-face {
font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: normal;
src: url(../fonts/'Mark Simonson - Proxima Nova Regular.woff') format('woff');
}
#page_content *{
	font-family:'Proxima Nova Regular';
}
#vlab_assets{
	width:100%;
	height:100%;
	position:relative;
	top:0px;
	left:0px;
	background:-webkit-radial-gradient(#ffffff,#87d0ff);
	background:-moz-radial-gradient(#ffffff,#87d0ff);
	background:-ms-radial-gradient(#ffffff,#87d0ff);
	background:radial-gradient(#ffffff,#87d0ff);

}

.mainBg{
	width: 100%;
	height: 100%;
	background: url(../images/mainBg.png) no-repeat 2px top;
	position: absolute;
	top: 10px;
	left: 0px;
}

.meterArea{
	width:457px;
	height:242px;
	position: absolute;
	left: 209px;
	top: 18px;
}

.netArea{
	width:414px;
	height:311px;
	background:url(../images/upnet.png) no-repeat;
	position: absolute;
	top: 314px;
	left: 156px;
	z-index:10;

}
.stick{
	width:19px;
	height:198px;
	background:url(../images/stick.png) no-repeat;
	position:absolute;
	top: 313px;
	left: 372px;
	z-index:1;
	
}
#grass{
	width: 363px;
	height: 206px;
	position: absolute;
	top: 400px;
	left: 167px;
	z-index: 5;
}
#grass[data-value='0']{
	background: url(../images/grassSprite0.png) no-repeat bottom left;
}
#grass[data-value='25']{
	background: url(../images/grassSprite25.png) no-repeat bottom left;
}
#grass[data-value='50']{
	background: url(../images/grassSprite50.png) no-repeat bottom left;
}
#grass[data-value='75']{
	background: url(../images/grassSprite75.png) no-repeat bottom left;
}
#grass[data-value='100']{
	background: url(../images/grassSprite100.png) no-repeat bottom left;
}
#grass.animate{
	-webkit-animation:grassAni 18s steps(4) forwards;
	-ms-animation:grassAni 18s steps(4) forwards;
	-moz-animation:grassAni 18s steps(4) forwards;
	animation:grassAni 18s steps(4) forwards;
}
@-webkit-keyframes grassAni{
	to{background-position:-1456px 0px;}
}
@-ms-keyframes grassAni{
	to{background-position:-1456px 0px;}
}
@-moz-keyframes grassAni{
	to{background-position:-1456px 0px;}
}
@keyframes grassAni{
	to{background-position:-1456px 0px;}
}

#moveStick{
	width:65px;
	height:224px;
	background:url(../images/stick.png) no-repeat top right;
	position:absolute;
	top: 360px;
	left: 135px;
	z-index:11;
}
#moveStick.animate{
	width: 157px;
	height: 253px;
	left: 350px;
	top: 285px;
	z-index: 5;
	background-position: 0 0;
	-webkit-animation: forkAni 0.4s steps(3) ;
	-ms-animation: forkAni 0.4s steps(3) ;
	-moz-animation: forkAni 0.4s steps(3) ;
	animation: forkAni 0.4s steps(3) ;	
}
@-webkit-keyframes  forkAni{
	to{background-position:-471px 0px;}
}
@-ms-keyframes  forkAni{
	to{background-position:-471px 0px;}
}
@-moz-keyframes  forkAni{
	to{background-position:-471px 0px;}
}
@keyframes  forkAni{
	to{background-position:-471px 0px;}
}
#resetButton{
	width:112px;
	height:43px;
	background:url(../images/buttons.png) no-repeat;
	background-position: -512px 0px;
	position:absolute;
	top: 605px;
	left: 433px;
	cursor:pointer;
	z-index:15;
}
#resetButton:hover{
	background-position: -634px 0px;
}

#resetButton:active{
	background-position: -756px 0px;
}

#resetButton.active{
	background-position: -878px 0px;
	cursor:default;
}

#calendarButton{
	width:118px;
	height:84px;
	background:url(../images/buttons.png) no-repeat;
	background-position: 0px 0px;
	position:absolute;
	top: 559px;
	left: 555px;	
	cursor:pointer;
	z-index:15;
}
#calenderAnimation{
	width: 134px;
	height: 90px;
	position: absolute;
	background: url(../images/calender.png) no-repeat;
	bottom: 48px;
	right: 20px;
	z-index: 17;
	display:none;
}
#calenderAnimation.finish{
	background: url(../images/finish.png) no-repeat;
	display: block;
	background-position: 10px 15px;
	height: 99px;
	bottom: 39px;	
}

#calenderAnimation.animation{
	display:block;
	-webkit-animation:calenderAni 0.4s steps(3) infinite;
	-moz-animation:calenderAni 0.4s steps(3) infinite;
	-ms-animation:calenderAni 0.4s steps(3) infinite;
	animation:calenderAni 0.4s steps(3) infinite;
}
@-webkit-keyframes calenderAni{
	to{background-position:0px -270px;}
}
@-ms-keyframes calenderAni{
	to{background-position:0px -270px;}
}
@-ms-keyframes calenderAni{
	to{background-position:0px -270px;}
}
@keyframes calenderAni{
	to{background-position:0px -270px;}
}

#calendarButton:hover{
	background-position: -128px 0px;
}
#calendarButton.active{
	background-position: -255px 0px;
}
#calenderAnimation span{
	position: relative;
	display: block;	
	font-weight: bold;
	text-align: center;
	width: 100%;
	color:#333;
}
#calDate {
	font-size: 2.5em;
	top: 41px;
}
#niddle{
	width: 67px;
	height: 6px;
	background: url(../images/niddle.png) no-repeat;
	position: absolute;
	top: 140px;
	left: 502px;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.bTog,.water,.number{
	width: 208px;
	height: 23px;
	position: absolute;
	top: 35px;
	left: 245px;
}
.water,.number{
	top: 111px;
	left: 247px;
}

.number{
	top: 188px;
}
.drag{
	width:9px;
	height:28px;
	background:url(../images/drag.png) no-repeat;
	position:absolute;
	top: 0px !important;
	left: 0px;
	cursor:pointer;
}

.lock{
	width:9px;
	height:28px;
	position:absolute;
	top: 0px;
	left: 0px;
	background:rgba(0,0,0,0);
	z-index:5;
	display:none;
}

#brownBalance,#waterConcentration,#numPerMonth{
	width: auto;
	height: 20px;
	position: absolute;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color:#fff;

}
#brownBalance{
	top: 4px;
	left:6px;
	background:-webkit-linear-gradient(#b76464,#691616,#b76464);
	background:-moz-linear-gradient(#b76464,#691616,#b76464);
	background:-ms-linear-gradient(#b76464,#691616,#b76464);
	background:linear-gradient(#b76464,#691616,#b76464);
	
}
#brownBalance.shadow{
	box-shadow: 0px 0px 2px 1px #691616;
}

#waterConcentration{
	top:4px;
	left:6px;
	background:-webkit-linear-gradient(#00c5ff,#0001ff,#0044ff);	
	background:-moz-linear-gradient(#00c5ff,#0001ff,#0044ff);	
	background:-ms-linear-gradient(#00c5ff,#0001ff,#0044ff);	
	background:linear-gradient(#00c5ff,#0001ff,#0044ff);	
}
#waterConcentration.shadow{
	box-shadow:0px 0px 2px 1px #0001ff;
}


#numPerMonth{
	top: 4px;
	left: 6px;
	background:-webkit-linear-gradient(#fc7d12,#ae0000,#ef1900);
	background:-moz-linear-gradient(#fc7d12,#ae0000,#ef1900);
	background:-ms-linear-gradient(#fc7d12,#ae0000,#ef1900);
	background:linear-gradient(#fc7d12,#ae0000,#ef1900);
	height:19px;
}
#numPerMonth.shadow{
	box-shadow:0px 0px 2px 1px #ef1900;
}
.num{
	display:block;
	position:absolute;
}

#num1 {
	top: 42px;
	left: 327px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#num2 {
	top: 118px;
	left: 327px;
	font-size: 11px;
	font-weight: bold;
}
#num3 {
	top: 197px;
	left: 340px;
	font-size: 11px;
	font-weight: bold;

}



#waterFall{
	width: 241px;
	height: 188px;
	position: absolute;
	left: 223px;
	top: 340px;
	z-index: 6;
	background: url(../images/waterfall.png) no-repeat;
	display:none;
}

#waterFall.animate{
	display:block;
	-webkit-animation:waterani 0.1s steps(2) infinite;
	-ms-animation:waterani 0.1s steps(2) infinite;
	-moz-animation:waterani 0.1s steps(2) infinite;
	animation:waterani 0.1s steps(2) infinite;
}
@-webkit-keyframes waterani{
	to{background-position:0px -376px;}
}
@-ms-keyframes waterani{
	to{background-position:0px -376px;}
}
@-moz-keyframes waterani{
	to{background-position:0px -376px;}
}
@keyframes waterani{
	to{background-position:0px -376px;}
}

 .gmAudio{
	display:none;
 }