.gameloader {
	display: none;
}

.gameloader .loaderbox {
	width: 100%;
	height: 150px;
	margin: -100px 0;
	text-align: center;
	color: #d6dadf;
	position: absolute;
	top: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0.4;
}

.gameloader .loaderbox .label {
	padding-top: 15px;
}

.poweredbyinfowindow-fadeout {
	position: absolute;
	z-index: 19000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.9;
	display: none;
}

.poweredbyinfowindow {
	position: absolute;
	z-index: 20000;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 950px;
	margin: -475px -400px;
	background: #5487a2;
	display: none;
	border: 20px solid #5487a2;
	box-shadow: 0 0 50px #000000;
	border-radius: 20px;
}

.poweredbyinfowindow .close {
	position: absolute;
	cursor: pointer;
	right: -35px;
	top: -35px;
	background: #fff;
	border: 10px solid #366c88;
	width: 70px;
	height: 70px;
	padding: 7px 0 0 0;
	color: #366c88;
	text-align: center;
	font-size: 30px;
	border-radius: 100%;
}

.poweredbyinfowindow .cclogo {
	position: absolute;
	bottom: 35px;
	left: 35px;
}

.poweredbyinfowindow .cclogo p {
	color: #5487a2;
	padding-top: 10px;
	font-size: 13px;
	font-weight: 700;
}

.poweredbyinfowindow .cclogo .logoimg {
	height: 40px;
	display: block;
}

.poweredbyinfowindow .contentwindow {
	border-radius: 15px;
	background: #fff;
	padding: 35px;
	width: 100%;
	height: 100%;
}

.poweredbyinfowindow .credittitle {
	font-family: 'Racing Sans One', cursive;
	font-size: 30px;
	line-height: 1;
	color: #5487a2;
}

.poweredbyinfowindow .clogo {
	text-align: center;
	padding: 50px 0 30px 0;
}

.poweredbyinfowindow .credittext {
	color: #5487a2;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.poweredbyinfowindow .clogo img {
	height: 90px;
	display: inline-block;
}

.gamewindow .backbtn {
	position: absolute;
	z-index: 7;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	background: url(images/backbtn01.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.gamewindow .gamearea {
	display: none;
}

.gamewindow .levelarea {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.gamewindow .levelarea .players {
	padding-top: 50px;
}

.bigLayoutBtn {
	box-shadow: 0px 0px 6px 3px #041934;
	background: linear-gradient(to bottom, #061a33 10%, #2b333f 100%);
	opacity: 0.8;
	min-width: 430px;
	border-radius: 40px;
	border: 3px solid #09111f;
	margin: 0 30px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	padding: 17px 37px;
	text-decoration: none;
	text-shadow: -1px -1px 9px #283966;
}

.bigLayoutBtn2 {
	box-shadow: 0px 0px 6px 3px #0a0a0a;
	background: linear-gradient(to bottom, #241b15 10%, #020100 100%);
	opacity: 0.8;
	min-width: 350px;
	border-radius: 40px;
	border: 3px solid #312920;
	margin: 0 30px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	padding: 17px 37px;
	text-decoration: none;
	text-shadow: -1px -1px 9px #292118;
}

.bigLayoutBtn3 {
	box-shadow: 0px 0px 6px 3px #062937;
	background: linear-gradient(to bottom, #1e4554 10%, #03171f 100%);
	opacity: 0.8;
	min-width: 350px;
	border-radius: 40px;
	border: 3px solid #03161e;
	margin: 0 30px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	padding: 17px 37px;
	text-decoration: none;
	text-shadow: -1px -1px 9px #292118;
}

.bigLayoutBtn.selected {
	opacity: 1;
	box-shadow: 0px 0px 6px 3px #384a58;
	background: linear-gradient(to bottom, #515c6e 10%, #061a33 100%);
}

.bigLayoutBtn .cb {
	float: right;
	font-size: 30px;
	padding-top: 5px;
}

.bigLayoutBtn .ui {
	float: left;
	font-size: 30px;
	padding-top: 5px;
}

.bigLayoutBtn .label {
	overflow: hidden;
	font-family: 'PRViking', sans-serif;
	font-size: 40px;
}

.bigLayoutBtn2 .label,
.bigLayoutBtn3 .label {
	overflow: hidden;
	font-family: 'Racing Sans One', cursive;
	font-size: 40px;
}

.gamewindow .levelarea .levels .levelitem {
	display: inline-block;
	cursor: pointer;
}

.gamewindow .levelarea .levels .levelitem .label {
	font-family: 'PRViking', sans-serif;
	font-size: 45px;
	color: #fdf6f3;
	opacity: 0.7;
	border: 4px solid transparent;
	border-radius: 15px;
	padding: 0 15px;
	display: inline-block;
}

.gamewindow .levelarea .levels .levelitem.unfocus {
	opacity: 0.3;
}

.gamewindow .levelarea .levels .levelitem.focus {
	opacity: 1;
}

.gamewindow .levelarea .levels .levelitem.focus .label {
	color: #d3cea3;
	opacity: 1;
	border-color: #d3cea3;
}

.gamewindow .levelarea .levels .levelitem .box {
	width: 300px;
	height: 300px;
	margin: 0 25px;
	text-align: center;
}

.gamecontainer {
	display: none;
}

.gamecontainer,
.gamecontainer-content {
	width: 100%;
	height: 100%;
}

.gamewindow,
.gameswindow {
	width: 100%;
	height: 100%;
	display: none;
}

.gameswindow .topbar {
	padding: 20px 25px;
}

.gameswindow .topbar .mainlogo {
	background: url(images/oh_leklar_logo_small.png) no-repeat;
	background-size: cover;
	width: 153px;
	height: 30px;
}

.gameswindow .gamelist {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 300px;
	margin: -150px 0;
	text-align: center;
}

.gameswindow .gamelist .gameitem {
	display: inline-block;
	position: relative;
	cursor: pointer;
	max-width: 430px;
	vertical-align: top;
}

.gameswindow .gamelist .gameitem .label {
	padding-top: 20px;
	font-family: 'Bangers', cursive;
	font-size: 45px;
}

.gameswindow .gamelist .gameitem.notavailable {
	opacity: 0.3;
	cursor: default;
}

.gameswindow .gamelist .gameitem.notavailable .cross {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(/static/images/game_notavailable.png) no-repeat;
}

.gameswindow .gamelist .gameitem .box {
	width: 400px;
	height: 300px;
	margin: 0 15px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	box-shadow: 0 0 10px #aaa;
	padding: 5px;
}

.gameswindow .gamelist .gameitem .introimg {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.gameswindow .gamelist .gameitem.focus .box {
	background: #d3cea3;
	box-shadow: 0 0 10px #d3cea3;
}

.gameswindow .gamelist .gameitem.focus .label {
	color: #d3cea3;
	opacity: 1;
}