/* SPLASH SCREEN */
.welcome-splash {
	position:fixed;
	display:inline-block;
	width:100%;
	height:100%;
	background-image: url("../../img/mobile/apps/ws.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
}

.splash-logo {
	position:absolute;
	display:block;
	width:150px;
	height:150px;
	top:150px;
	background-image: url("../../img/mobile/icons/logo.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
	z-index:5;
}

.ctr-splash-sponsor {
	position:absolute;
	display:block;
	width:100px;
	height:100px;
	bottom:0px;
	padding:0px;
	margin:0px;
	text-align:center;
}

.sponsor-logo {
	position:relative;
	display:block;
	width:50px;
	height:50px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:50px 50px;		
}

.sponsor-txt {
	position:relative;
	display:block;
	padding:5px;
	color:#fff;	
	font-size:12px;
	text-align:center;	
}