html, body {
}
ul, ol {list-style: none; padding: 0;}
.platform {
	margin: 0 auto;
	padding: 0;
}
.platform li {
	margin: 0 20px;
}
.platform img {
	max-height: 70px;
}
.platform .fb-msg img{
	max-height: 50px;
}
.platform .ios {
	padding: .6em;
}
.platform a {
	color: white;
}
main {
	margin: 0 200px;
	position: relative;
}
.app-detail {
	text-align: center;
}
.app-detail .app-image {
	max-width: 170px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top: 4em;
}
.app-detail p {
	max-width: 700px;
	margin: 0 auto;
}

.ad.no1, .ad.no2 {
	position: fixed;
	top:0;
	left:0;
	height: 100vh;
}
.ad.no2 {
	left:auto;
	right: 0;
}

.g-content {
	/*padding-top: 100vh;*/
	width: 100%;
}

.app-detail.type-g {
	display: flex;
	margin: 6em auto 0;
	flex-direction: column;
}
.app-detail.type-g figure .app-image {
	width: 200px;
	height: 200px;
}
.app-detail.type-g .app-image {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	margin-top: 0;
	max-width: none;
}

#Cocos2dGameContainer {
	background: #000;
	width: 100% !important;
}

/**/
#scroll-guide {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	background-color: rgb(0, 140, 255);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 1000;
}

#scroll-guide i {
	color: white;
}

/**/
.fullscreen-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.16s ease;
}

.fullscreen-loading i {
	color: white;
	font-size: 3rem;
	animation: spin 1s linear infinite;
}

/* recommended */
.recommended-games {
	margin-top: 2em;
	margin-bottom: 2em;
	/*background: #f5f5f5;*/
	padding: 2em 0;
}

.recommended-games h3 {
	margin-bottom: 1em;
}

.game-list-wrapper {
	position: relative;
}

/* Override container width for list-tile */
.recommended-games .list-tile {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0 auto; /*-0.5em;*/
	list-style: none;
}

/* Owl Carousel specific styles */
.recommended-games .owl-carousel .owl-item {
	display: flex;
	justify-content: center;
}

.recommended-games .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	pointer-events: none;
}

.recommended-games .owl-prev,
.recommended-games .owl-next {
	position: absolute;
	pointer-events: auto;
	background: rgba(0, 0, 0, 0.5) !important;
	color: white !important;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.recommended-games .owl-prev {
	left: 10px;
	margin-top: -28px;
}

.recommended-games .owl-next {
	right: 10px;
	margin-top: -28px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}



@keyframes guideAnimation {
	0% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(-10px); }
	100% { transform: translateX(-50%) translateY(0); }
}

@media (min-width: 640px) {
	.app-detail .app-image {
		max-width: 230px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	.platform:after {
		content: '';
		display: block;
		clear: both;
	}
	.platform {
		display: inline-block;
	}
	.platform li {
		float: left;
		margin: 0 20px;
	}
}
@media (min-width: 800px) {
	.app-detail.type-g {
		display: flex;
		margin: 6em auto 0;
		flex-direction: row;
	}
	.app-detail.type-g .ga-desc {
		text-align: left;
		margin-left: 2em;
	}
}