#pc
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	width:100%;
	height:100%;
	margin: 0;
}
.carousel{
	background: transparent;
}
.carousel .item{
	/*min-height: 500px;*/ /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img{
	margin: 0 auto; /* Align slide image horizontally center */
}

.fa-copy{
	position: relative;
	right: 5px;
}
.carousel .carousel-control{
	opacity: 0;
}
.carousel .carousel-control:hover{
	opacity: 1;
}
.contactDiv{
	margin-top: 20px;
}
.game-container{
	position:relative;	
}
.gameContent{
    margin-top: 50px;
}

.game-logo-container{
	position:relative;
	left:70;
}
.game-logo{
	text-align:center;
	margin:auto;
}
.logo-background{
	z-index: 2;
	width: 161px;
	height: 161px;
	position: relative;
	background: transparent url("../images/logo_bg.png") no-repeat center center;
}
.link-container{
	position: relative;
	top: 30px;
}
.button-container{

}
.game-logo{
	width: 247px;
	height: 247px;
	margin:auto;
	text-align:center;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}
.clear{
	clear: both;
}
.grpelem /* a child element of a group */
{
	display: block;
}

.download-button
{
	z-index: 4;
	width: 112px;
	border-color: #787878;
	border-radius: 5px;
	padding-bottom: 6px;
	position: relative;
	background: transparent url("../images/button-iebuttonu96-fr.png") no-repeat center center;
	background: rgba(0,0,0,0) url("../images/button.png") no-repeat center center;
	background-color: transparent;
	background-size: cover;
}

.download-button:hover
{
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	width: 112px;
	min-height: 0px;
	background-size: cover;
}

#changeLanguage
{
	width: 100%;
	background-color: #00001a;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: bold;
	padding: 10px auto;
	vertical-align: middle;
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
}

.download-button:active
{
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	width: 112px;
	min-height: 0px;
	background-size: cover;
}
* {
	box-sizing: border-box;
}

.download-button.ButtonSelected{
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	width: 112px;
	min-height: 0px;
	background-size: cover;
}

.download-text{
	z-index: 5;
	width: 95px;
	min-height: 14px;
	background-color: transparent;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 11px;
	text-align: center;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: bold;
	position: relative;
	top:2px;
	left: 5px;
}

.copy-button{
	z-index: 61;
	width: 100px;
	background-color: transparent;
	border-radius: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	cursor: pointer;
}
.copy-text:hover{
	text-decoration: none;
	color: #E8B923;
}

.copy-text{
	width: 100px;
	min-height: 5px;
	background-color: transparent;
	font-size: 10px;
	color: #E8B923;
	letter-spacing: 1px;
	line-height: 5px;
	text-align: center;
	text-decoration: underline;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: bold;
	position: relative;
	top: 2px;
	left: 5px;
}

.downloadAddress{
	padding:1px 15px; 
	border:2px black solid;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	position:relative;
	top: 8px;
	width:150px;
}

.logo-div{
	position:relative;
	width:300px;
	height:120px;
}

.contact{
	width:100%;
	text-align:center;
}

.contactTitle-span{
	font-size: 20px;
	color: #FFFF00;
	font-style: italic;
	line-height: 31px;
}

.contact-span{
	font-size: 25px;
	line-height: 0px;/* 0 for mixed font sized paras; applied on spans instead */
	color: #FFFFff;
	font-family: Times, Times New Roman, Georgia, serif;
	font-weight: bold;
	position: relative;
	word-wrap:break-word;
	margin-top:10px;
}

.mobileShowOnly{
	display:none;
}

.email-span{
	font-size: 25px;
	line-height: 31px;
	color: #FFFFff;
	font-family: Times, Times New Roman, Georgia, serif;
	font-weight: bold;
	position: relative;
}
.bank-logo{
	width: auto;
	height: 100px;
}
.form-label{
	color: #C4C4C4;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
	width:90%;
}
.from-control{
	width:80%;
	font-size: 16px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}
.gameTitle{
	text-align: left;
}
.from-control-textarea{
	width: 95%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}
.centerDiv{
	margin: 0 auto;
	text-align:center;
}
.test
{
	border:1px solid red;
}
.showBorder{
	border:1px solid green;
}
.mobileView{
	display:none;
}
.typeFeedback{
	color: #C4C4C4;
}
.imgLogo{
	margin-top: -50px;
	margin: 5;
	width: auto;
	height: 150px;
}

#form-container{
	margin: 0 auto;
	text-align:center;
	clear:both;
}

#header{
	z-index: 0;
	min-height: 136px;
	padding-bottom: 15px;
	position:relative;
}

#bank-container-pc{
	margin: 0 auto;
	text-align:center;
}

#bank-container-mobile{
	display:none;
}


#page
{
	min-height: 499.5000000000007px;
	width: 100%;
	border-width: 0px;
	border-color: #000000;
	background-image: none;
	background-color: transparent;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	overflow-y: auto;
    top: 0;
	bottom: 0;
}
#header-align{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1100px;
	height:130px;
	left: 100px;
	top:10px;
	font-weight:bold;
}

#counterfeiting{
	z-index: 17;
	min-height: 54px;
	background-color: transparent;
	color: #FFffff;
	font-style: italic;
	margin-top: 4px;
	position: relative;
	text-align:center;
	width: 100%;
	margin-top: 20px;
}

#counterfeitingEnglish{	
	font-size:25px;
	line-height: 20px;
	font-family: Times, Times New Roman, Georgia, serif;
	position:relative;
	width:100%;
    display: inline-block;
	display:-moz-inline-stack;
	word-wrap:inherit;
}

#counterfeitingMandarin{
	font-size: 25px;
	line-height: 29px;
	font-family: Times, Times New Roman, Georgia, serif;
	position:relative;
	text-align:center;
	word-wrap:inherit;	
}

#counterfeitingMelayu{
	font-size: 20px;
	line-height: 29px;
	font-family: Times, Times New Roman, Georgia, serif;
	position:relative;
	text-align:center;
	word-wrap:inherit;	
}

#marquee-div{
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

#title-marquee{
	color: #FFFFFF;
}

#text-marquee{
	color: #FFFFFF;
}

#body-container{
	position:relative;
	display:inline;
	width:90%;
	text-align:center;
}

#footer{
}

#media480{
	display:none;
}
@media (max-width: 768px) {
	#bank-container-pc{
		display:none;
	}

	#bank-container-mobile{
		display:inline;
	}
	.mobile-bank-logo{
		border-style: solid;
		border-width: 2px;
		border-color: #000000;
		border-radius: 15px;
		margin-bottom: -1px;
		width: 100%;
		height: auto;
	}
	.mobileGameTable{
		width: 100%;
		text-align:center;
	}
	.mobileGameTable td{
		width:50%;
	}
	.mobile-game-logo-image{
		width:80%;
	}
	.mobile-download-button{
		width: 50%;
		border-color: #787878;
		border-radius: 5px;
		padding-bottom: 6px;
		position: relative;
		background: transparent url("../images/button-iebuttonu96-fr.png") no-repeat center center;
		background: rgba(0,0,0,0) url("../images/button.png") no-repeat center center;
		background-color: transparent;
		background-size: cover;
		margin-top: 8px;
		margin-bottom: 8px;
		height: 30px;
	}
	.mobile-download-text{
		z-index: 5;
		width: 100%;
		min-height: 15px;
		background-color: transparent;
		font-size: 12px;
		color: #000000;
		letter-spacing: 1px;
		line-height: 11px;
		text-align: center;
		font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
		font-weight: bold;
		position: relative;
		top:6px;
		
	}
	.gameTitle{
		text-align: center;
	}
	.mobileView{
		display:none;
	}
	.game-logo{
		text-align:center;
		margin:auto;
	}
	.mobileHide{
		display:none;
	}
	.email-span{
		font-size: 20px;
	}
	.imgLogo{
		text-align:center;
		margin: auto;
		width: auto;
		height: 150px;
		margin-top: -15px;
	}
	.contactTitle-span{
		font-size: 15px;
	}
	.contact-div{
		margin: 0 auto;
		text-align:center;
	}
	.contact-span{
		font-size: 25px;
	}
	.mobileShowOnly{
		display: block;
	}
	.btnOdd{
		margin: 0px;
	}
	.btnEven{
		margin: 0px;
	}
	#counterfeitingEnglish{
		font-size: 20px;
	}
	#counterfeitingMandarin{
		font-size: 20px;
	}
	#counterfeitingMelayu{
		font-size: 20px;
	}
	
}
