/* -------------------------------
	General
   ------------------------------- */

a { text-decoration: none; }


/* -------------------------------
	PreloadScreen 
   ------------------------------- */
/* Preload screen style */
#preloadScreen
{
	width: 853px; height: 480px;
}

.logo
{
	position: absolute;
	top: 150px;
	left: 480px;
	margin: 10px auto;
}

#loadingBackground
{
	position: absolute;
	top: 360px;
	left: 140px;
}

#loadingBarLeft
{
	position: absolute;
	top: 0;
	left: 2px;
}

#loadingBarMiddle
{
	position: absolute;
	top: 0;
	left: 7px;
	width:1px;
	background: url(../assets/html/img/loading-bar.png);
}

#loadingBarRight
{
	position: absolute;
	top: 0;
	left: 7px;
	/*float: left;*/
}

.tapToLoadContainer
{
	position: absolute;
	top: 254px;
	left: 555px;
}

.btnPlay-down
{
	position: absolute;
	top: 14px;
	left: 14px;
}

.btnPlay-over
{
	position: absolute;
	top: 14px;
	left: 12px;
}

#tips
{
	position: absolute;
	left: 18%;
	top: 380px;
	width: 572px;
	height: 73px;
}

#tipsTitle
{
	position: absolute;
	top: 0px;
	width:100%;
	text-align: center;
	font-family: "Titillium Web";
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	line-height: 30px;
	display:inline-block;
	vertical-align: middle;
	color: white;
}

#tipsText
{
	position: absolute;
	top: 36px;
	left: 21px;
	width: 92%;
	line-height: 20px;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
 	font-size:20px;
	display:inline-block;
	vertical-align: middle;
	color: white;
}
