/** SHOW HIDE MOBILE **/

.show-when-mobile {
	display: none !important;
}

/** MOBILE INSTANT LOGIN **/

.mobile-instant-login-toggle-wrap {
	position: absolute;
    width: 100%;
	display: none;
}
.mobile-instant-login-toggle-inner {
    display: table;
    margin: 0 auto 0 20px;
	position: relative;
	/*right: -25px;*/
}
.mobile-instant-login-toggle {
    border: 1px solid #fff;
    margin-top: 16px;
    margin-bottom: 11px;
    background-color: #F2B63B;
    line-height: 2.6em;
	font-size: 12px;
	outline: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #222 !important;
	border-radius: 4px 0 0 4px;
	line-height: 2.8em;
}
.mobile-instant-login-toggle:visited,
.mobile-instant-login-toggle:link,
.mobile-instant-login-toggle:hover {
	text-decoration: none;
}
.navbar-toggle, 
.mobile-instant-login-toggle {
    height: 34px;
}
#btn-top-login,
#btn-top-login:link,
#btn-top-login:visited  {
	position: relative;
	right: 5px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a50db+0,1a5cd8+35,316ad6+69,4376d3+100 */
	background: #0a50db; /* Old browsers */
	background: -moz-linear-gradient(top,  #0a50db 0%, #1a5cd8 35%, #316ad6 69%, #4376d3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0a50db 0%,#1a5cd8 35%,#316ad6 69%,#4376d3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0a50db 0%,#1a5cd8 35%,#316ad6 69%,#4376d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a50db', endColorstr='#4376d3',GradientType=0 ); /* IE6-9 */
}
#btn-top-login:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4376d3+0,316ad6+31,1a5cd8+65,0a50db+100 */
	background: #4376d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #4376d3 0%, #316ad6 31%, #1a5cd8 65%, #0a50db 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4376d3 0%,#316ad6 31%,#1a5cd8 65%,#0a50db 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4376d3 0%,#316ad6 31%,#1a5cd8 65%,#0a50db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4376d3', endColorstr='#0a50db',GradientType=0 ); /* IE6-9 */
}
#btn-top-register,
#btn-top-register:link,
#btn-top-register:visited  {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9e0f8d+0,992387+35,993887+69,994187+100 */
	background: #9e0f8d; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e0f8d 0%, #992387 35%, #993887 69%, #994187 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #9e0f8d 0%,#992387 35%,#993887 69%,#994187 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #9e0f8d 0%,#992387 35%,#993887 69%,#994187 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0f8d', endColorstr='#994187',GradientType=0 ); /* IE6-9 */
}
#btn-top-register:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#994187+0,993887+31,992387+65,9e0f8d+100 */
	background: #994187; /* Old browsers */
	background: -moz-linear-gradient(top,  #994187 0%, #993887 31%, #992387 65%, #9e0f8d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #994187 0%,#993887 31%,#992387 65%,#9e0f8d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #994187 0%,#993887 31%,#992387 65%,#9e0f8d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#994187', endColorstr='#9e0f8d',GradientType=0 ); /* IE6-9 */
}

/** GAME SLIDER **/

.game-slider-block {
    display: table;
    width: 100%;
    float: none;
	display: none;
}
.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
.swiper-slide img {
    width: 100%;
}

.swiper-wrapper {
    /*margin-bottom: 20px;*/
}

.swiper-wrapper > a {
    display: block;
	width: 31.6% !important;
}
.content-game-slider-block {
    float: none;
}
.content-game-slider-block .goto-game {
	position: absolute;
	left: 0;
	right: 8%;
	bottom: 0.9em;
	text-align: center;
}
.goto-game > .btn {
    position: relative;
    left: 2%;
}
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    background-image: none !important;
}
.swiper-button-next, .swiper-button-prev {
    display: none;
}

/** PLAYING STRIP **/

.playing-strip a {
    display: table;
    width: 100%;
}
.playing-strip img {
    margin: auto;
	width: 100%;
}

/** FOOTER **/

footer {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
	margin-top: 30px;
}
footer.login .copyright {
    font-size: 12px;
    padding: 0 15px;
	line-height: 1.2em;
	background-color: transparent;
}
footer.login .logo-footer {
    margin-bottom: 5px;
}
footer.login .logo-footer img {
    height: 24px;
    margin: 2px auto 0;
	width: auto;
}
.tail-footer {
    opacity: 0.5;
    padding: 0;
}
.about-footer img.logo-footer {
    margin-top: 3px;
}
.about-footer img {
    float: left;
    width: 90px;
    padding-left: 5px;
    padding-right: 5px;
}
.tail-footer img.logo-footer {
    height: 25px;
    width: auto;
    margin-top: 0;
}

.social-footer ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-footer ul > li {
	float: left;
	position: relative;
	display: block;
	width: 23px;
	height: 23px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 3px;
}

.social-footer ul > li a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	text-decoration: none !important;
}

.social-footer ul > li:hover {
	opacity: 0.75;
}

.fa.fa-bbm {
	background-image: url(images/social/fa-bbm.png);
	width: 100%;
	height: 100%;
	background-size: 77%;
	background-repeat: no-repeat;
	background-position: center center;
}

.fa.fa-line {
	background-image: url(images/social/fa-line.png);
	width: 100%;
	height: 100%;
	background-size: 77%;
	background-repeat: no-repeat;
	background-position: center center;
}

.fa.fa-telegram {
	background-image: url(images/social/fa-telegram.png);
	width: 100%;
	height: 100%;
	background-size: 77%;
	background-repeat: no-repeat;
	background-position: center center;
}

.fa.fa-tiktok {
	background-image: url(images/social/fa-tiktok.png);
	width: 100%;
	height: 100%;
	background-size: 77%;
	background-repeat: no-repeat;
	background-position: center center;
}

.social-footer ul > li.twitter {
	background-color: #6acff4;
}

.social-footer ul > li.instagram {
	background-color: #dd2a7b;
}

.social-footer ul > li.facebook {
	background-color: #3a5898;
}

.social-footer ul > li.whatsapp {
	background-color: #29AD00;
}

.social-footer ul > li.telegram {
	background-color: #23A0DC;
}

.social-footer ul > li.tiktok {
	background-color: #ce066a;
}

.social-footer ul > li.youtube {
	background-color: #FD0000;
}

.social-footer ul > li.bbm {
	background-color: #0159B3;
}

.social-footer ul > li.line {
	background-color: #00B300;
}

.social-footer ul > li.wechat {
	background-color: #00A818;
}

@media only screen and (max-width: 1199px) {
	
	/** GAME SLIDER **/

	.row-game-slider-block {
		margin-left: -15px;
		margin-right: -15px;
	}

	.swiper-wrapper > a {
		width: 65% !important;
	}
	.swiper-slide-prev {
		position: relative;
		right: -15%;
		transform: translate3d(0px, 0px, -600px) rotateX(0deg) rotateY(34.5786deg) !important;
	}
	.swiper-slide-next {
		position: relative;
		left: -15%;
		transform: translate3d(0px, 0px, -600px) rotateX(0deg) rotateY(-34.6522deg) !important;
	}
	.swiper-slide-prev,
	.swiper-slide-next {
		opacity: 0.5;
	}
	
	.content-game-slider-block .goto-game {
		bottom: 1.8em;
	}
	.swiper-slide-prev .content-game-slider-block .goto-game,
	.swiper-slide-next .content-game-slider-block .goto-game {
		bottom: 2.2em;
	}
	.swiper-button-next, .swiper-button-prev {
		height: 25px !important;
		display: block;
	}
	
}

@media (max-width: 991px){
	.game-slider-block {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	/** SHOW HIDE MOBILE **/
	
	.hide-when-mobile {
		display: none !important;
	}
	
	.show-when-mobile {
		display: block !important;
	}
	
	/** GAME SLIDER **/
	
	.content-game-slider-block .goto-game {
		bottom: 10%;
	}
	
	.swiper-slide-prev .content-game-slider-block .goto-game,
	.swiper-slide-next .content-game-slider-block .goto-game {
		bottom: 12%;
	}
	
	.goto-game > .btn {
		font-size: 1em;
	}
	
	/** MOBILE INSTANT LOGIN **/
	
	.mobile-instant-login-toggle-wrap {
		display: block;
	}
	
	/** FOOTER **/
	
	.logo-footer {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	/** FOOTER **/
	
	.tail-footer {
		padding: 0 15px;
	}
	
	.tail-footer .row > div:first-child {
		width: 45% !important;
	}
	
	.tail-footer .row > div:last-child {
		width: 55% !important;
	}	
}

@media only screen and (max-width: 520px) {
	/*-- FOOTER --*/
	
	footer {
		padding: 7px 0;
	}	
	
	.head-footer {
		font-size: 1px;
		margin-bottom: 7px;
	}	
	
	.tail-footer {
		padding: 0 5px;
	}
	
	.about-footer img {
		width: 60px;
		padding-left: 2px;
		padding-right: 2px;
	}	
	
	.social-footer ul > li {
		width: 15px;
		height: 15px;
		margin-left: 2px;
		margin-right: 2px;
		font-size: 9px;
		line-height: 16px;
	}	
}

@media only screen and (max-width: 480px) {
	
	/** GAME SLIDER **/
	
	.swiper-wrapper > a {
		width: 65% !important;
	}
	.goto-game > .btn {
		font-size: 0.7em;
	}
	.content-game-slider-block .goto-game {
		bottom: 8%;
	}
	.swiper-slide-prev .content-game-slider-block .goto-game,
	.swiper-slide-next .content-game-slider-block .goto-game {
		bottom: 8%;
	}
	.swiper-button-next, .swiper-button-prev {
		height: 20px !important;
	}
	
}

@media only screen and (max-width: 360px) {
	
	/** GAME SLIDER **/
	
	.goto-game > .btn {
		font-size: 0.6em;
	}
	
	/* FOOTER */
	
	.tail-footer .row > div {
		padding-left: 8px;
		padding-right: 8px;
	}
}