#changeLanguage
{
	color: #FFFFFF;
	padding: 0.1rem;
	font-weight: bold;
	font-size: 0.75rem;
	text-align: center;
	background: #000000;
	letter-spacing: 0.1rem;
	border: 1px solid #f1cf33;
}

#counterfeitingContent
{
	color: #FFFFFF;
	font-style: italic;
	font-size: 1rem;
}

#slider-content, #contact-content
{
	height: 100%;
}

.feedback-container {
    background-position: top !important;
}
.latestNew-container
{
	background: #FF5733;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
}

.logoContent
{
	max-width: 20vw;
}

.contact
{
	justify-content: center;
}

.contactTitle-span
{
	color: #FFA500;
	font-size: 1.3vw;
	line-height: 31px;
	font-weight: bold;
	font-family: Times, Times New Roman, Georgia, serif;
}

.contactT-span, .emailT-span
{
	color: #FFFFFF;
}

#popOut
{
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
	background: rgba(52, 58, 64, 0.8);
}

.popOut-close
{
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 99;
	top: 1rem;
	left: 1.5rem;
}

.transition-timer-carousel-progress-bar 
{
	width: 0%;
	height: 5px;
	z-index: 12;
	border: none;
	margin: 0px auto;
	position: relative;
	background-image: -webkit-linear-gradient(top, #ffffff, #475469);
	background-image: -moz-linear-gradient(top, #ffffff, #475469);
	background-image: -ms-linear-gradient(top, #ffffff, #475469);
	background-image: -o-linear-gradient(top, #ffffff, #475469);
	background-image: linear-gradient(to bottom, #ffffff, #475469);
}

.carousel-control-prev:hover
{
	background-image: linear-gradient(to right, rgba(0,0,0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
}

.carousel-control-next:hover
{
	background-image: linear-gradient(to right, rgba(0,0,0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
}

.gameDownloadContent > .row
{
	margin: 0px;
}

.gameDownloadContent > .row > .col-6
{
	padding: 5px 5px 5px 5px;
}

.download-btn-content
{
	text-align: center;
}

.download-btn
{
	width: 5rem;
	padding: 2px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #EFCB34;
	background-color: transparent;
}

.download-btn:hover
{
	background-color: #EFCB34;
	color: #000000;
}

.downloadTitle
{
	font-size: 0.75rem;
}

.copy-btn
{
	color: #FFF671;
	cursor: pointer;
	line-height: 1rem;
	font-size: 0.65rem;
	white-space: nowrap;
	text-decoration: underline;
	background-color: transparent;
}

.copy-btn:hover
{
	color: #EFCB34;
	text-decoration: none;
}

.faIcon
{
	font-size: 0.75rem;
	color: #ffffff;
}

.form-label > span, .typeFeedback
{
	color: #C4C4C4;
	font-style: italic;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

.footer-container
{
	background: #4b010e;
}

.title-support
{
	color: #FF5733;
	text-align: center;
}

.text-support
{
	color: #FFFFFF;
	text-align: center;
}

.csitem
{
	text-align: center;
}

.cs_domain, .emailHyperLink
{
	color: #FFFFFF;
	text-decoration: none;
}

.cs_domain:hover, .emailHyperLink:hover
{
	color: #FFEA00;;
}

.emailHyperLink
{
	display: flex;
	align-items: center;
    justify-content: center;
}

.hr
{
	height: 1px;
	background: #fff;
}

.browserImg
{
	width: 2rem;
	height: 2rem;
}

@media (max-width: 768px) 
{
	#popOutMobile
	{
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
		background: rgba(52, 58, 64, 0.8);
	}

	.contact
	{
		display: inherit;
	}
	.logoContent 
	{
		max-width: 65vw;
		margin-top: 0.75rem;
	}	
	.copy-btn
	{
		display:none;
	}
	.mobileHide
	{
		display:none;
	}
	.contactTitle-span
	{
		font-size: 3vw;
	}
}

@media (max-width: 360px) 
{
	.downloadTitle
	{
		font-size: 0.55rem;
	}
	.faIcon
	{
		font-size: 0.55rem;
	}
	.download-btn
	{
		width: 19vw;
	}
	.contactTitle-span
	{
		font-size: 4vw;
	}
}