/* Loading */
#loading {
	background-color: white;
	background-image: url('../../img/playspace-loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 300;
	background-size: 20%;
}

/* Nav */
#navigation {
	background-color: #ffffff;
    padding: 15px 0 25px;
    position: relative;
    z-index: 1;
}

/* Latest games dropdown */
#latestGames,
#languageOptions {
	height: 0;
	position: relative;
    z-index: 2;
    background-color: #e4e4e4;
	display: none;
	bottom: -25px;
}

#languageOptions {
	overflow: visible;
}

/* Hero */
#heroGames {
	position: relative;
	z-index: 2;
	overflow: visible;
}

/* Catalogue */
#catalogue {
	padding: 47px 0;
}

/* Hero Message */
#heroMessage {
    padding: 57px 0;
}

/* Single game */
#gameWrapper {
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ddd;
	position: relative;
	z-index: 10;
	min-height: 780px;
}

#mobileRedirect {
	display: none;
    margin-top: 30px;
}

#mobileRedirect img {
	max-width: 96px;
}
