*{
	padding: 0;
	margin: 0;
	font-family: Verdana,Geneva,sans-serif;
}

#Container {
	width: 100%;
	min-height: 800px;
	/* min-width: 320px; */
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	background-image: url('../game-images/bg.png');
	background-repeat: repeat-x;
	/* border-left: 1px solid red;
	border-right: 1px solid red; */
}

#headerDiv {
	width: 100%;
	height: 221px;
	background-image: url('../game-images/header-2.png');
	background-size: 100%;
	position: absolute;
	left: 0;
	; z-index: 100;
}

#topDiv {
	width: 100%;
	height: 345px;
	background-image: url('../game-images/wall.png');
	background-size: 100%;
	position: relative;
	z-index: 99;
}

#gameInfoDiv {
	position: absolute;
	/* left: 78px; */
	top: 186px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}
#afcLoading {
	height: 360px;
	background: linear-gradient(180deg, #3f146a, #a32222ad);
	display: flex;
	margin: 30px auto;
	justify-content: center;
	align-items: center;
}

.gameInfo_thumb {
	width: 200px;
	height: 150px;
	float: left;
}

.gameInfo_thumb img {
	border-radius: 10px;
}

.gameInfo_right {
	box-sizing: border-box;
	/* width: 400px; */
	float: left;
	padding: 0 0 0 10px;
}

.gameInfo_name {
	margin-top: 5px;
	font-size: 20px;
	line-height: 55px;
	overflow: hidden;
}

.gameInfo_rating {
}

#gameInfo_rating_img {
	height: 55px;
	float: left
}

#gameInfo_rating_img img {
	width: 100%;
}

#gameInfo_rating_text {
	float: left;
	margin-left:0.3rem;
}

#descDiv {
	color: #fff;
	line-height: 20px;
	max-height: 258px;
	overflow: scroll;
	font-size: 14px;
	padding: 5px 10px;
	width: 80%;
	margin: 30px auto;
	border: 2px solid #548da9;
	border-radius: 10px;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

#descDiv::-webkit-scrollbar {
	display: none;
}

@media(min-width: 600px) {
	#descDiv {
		color:#fff;
		line-height: 24px;
		font-size: 16px;
		padding: 5px 10px;
		max-height: 70px;
	}
}

#myProgress {
	clear: both;
	display: block;
	width: 80%;
	padding: 0 0;
	margin: 0px auto;
	font-size: 1.5em;
	border-radius: 5px;
	text-align: center;
	/*  background-color: #728896; */
	border: solid 1px #285E81;
	outline: 0;
	height: 40px;
	position: relative;
}

#myBar {
	width: 100%;
	height: 40px;
	background-color: #1BA0D8;
	position: absolute;
	bottom: 0px;
	border-radius: 5px;
}

#playGameText {
	color: #fff;
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	left: 0px;
	bottom: 0px;
	margin: 0 auto;
	font-size: 18px;
}

div.moregames {
	width: 99%;
	width: -moz-calc(100% - 20px);
	-webkit-calc: calc(100% - 20px);
	-o-calc: calc(100% - 20px);
	width: calc(100% - 20px);
	padding: 0px 0 0 0px;
	margin: 0 auto;
	clear: both;
	padding: 5px 0 10px 0;
	margin: 20px auto 10px auto;
}

div.thumb {
	float: left;
	text-align: center;
	display: inline-block;
	position: relative;
}

div.thumb {
	--margin: 5px;
	--width: calc((100% - 30px)/3);
	margin: var(--margin);
	width: var(--width);
	height: calc(var(--width)*3/4+0.1px);
	margin-bottom: 0;
}

@media only screen and (min-width: 1000px) {
	div.thumb {
		--margin: 8px;
		--width: calc((100% - 48px)/3);
		margin: var(--margin);
		width: var(--width);
		height: calc(var(--width)*3/4+0.1px);
		margin-bottom: 0;
	}
}

div.thumb a img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border: #548da9 2px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.thumb a {
	color: #f5f500;
	text-decoration: none;
}

/* ---------------- AFC Loading ------------------- */

.Bottom_Responsive {
	width: 300px;
	height: 250px;
}

@media(min-width: 336px) {
	.Bottom_Responsive {
		width: 336px;
		height: 280px;
	}
}

@media(min-width: 728px) {
	.Bottom_Responsive {
		width: 728px;
		height: 90px;
	}
}

@media(min-width: 970px) {
	.Bottom_Responsive {
		width: 970px;
		height: 250px;
	}
}



