@font-face {
	font-family: 'bignoodletitling';
	src: url(assets/fonts/big_noodle_titling.ttf);
}
@font-face {
	font-family: 'muli';
	src: url(assets/fonts/Muli-Regular.ttf);
}
@font-face {
	font-family: 'Open Sans';
	src: url(assets/fonts/OpenSans-Regular.ttf);
}


body {
	font-family: 'Open Sans';
	padding-top: 50px;
	background-color: #5b4935;
	color: #fff;
	font-size: 16px;
}

@media (min-width: 1200px) {
	.container {
		width: 1145px;
	}
}

.my-btn {
	background-color: transparent;
	border: 2px solid #2089BA;
	border-radius: 30px;
	color: #fff;
	padding: 5px 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}

.btn-download.ios {
	background-color: #1677AF;
	background-image: -webkit-linear-gradient(top,#1599D0 0,#1677AF 100%);
	background-image: -o-linear-gradient(top,#1599D0 0,#1677AF 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#1599D0),to(#1677AF));
	background-image: linear-gradient(to bottom,#1599D0 0,#1677AF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1599D0', endColorstr='#1677AF', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #1871AF;
	-webkit-border-image:
	-webkit-gradient(linear, 0 0, 0 100%, from(#1871AF), to(#2A81B5)) 1 100%;
	-webkit-border-image:
	-webkit-linear-gradient(#1871AF, #2A81B5) 1 100%;
	-moz-border-image:
	-moz-linear-gradient(#1871AF, #2A81B5) 1 100%;
	-o-border-image:
	-o-linear-gradient(#1871AF, #2A81B5) 1 100%;
	border-image:
	linear-gradient(to bottom, #1871AF, #2A81B5) 1 100%;
}

.btn-download.android {
	background-color: #58800A;
	background-image: -webkit-linear-gradient(top,#7EB711 0,#58800A 100%);
	background-image: -o-linear-gradient(top,#7EB711 0,#58800A 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#7EB711),to(#58800A));
	background-image: linear-gradient(to bottom,#7EB711 0,#58800A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7EB711', endColorstr='#58800A', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #9CC946;
	-webkit-border-image:
	-webkit-gradient(linear, 0 0, 0 100%, from(#9CC946), to(#608518)) 1 100%;
	-webkit-border-image:
	-webkit-linear-gradient(#9CC946, #608518) 1 100%;
	-moz-border-image:
	-moz-linear-gradient(#9CC946, #608518) 1 100%;
	-o-border-image:
	-o-linear-gradient(#9CC946, #608518) 1 100%;
	border-image:
	linear-gradient(to bottom, #9CC946, #608518) 1 100%;
}


.navbar {
	min-height: 45px;
}

.navbar-nav {
	height: 45px;
	text-align: center;
	float: unset;
}

.nav>li {
	display: inline-block;
	vertical-align: top;
	float: unset;
}

.navbar-inverse {
	background: #e3be8e;
	background: -moz-linear-gradient(top, #e3be8e 0%, #C6A272 100%);
	background: -webkit-linear-gradient(top, #e3be8e 0%,#C6A272 100%);
	background: linear-gradient(to bottom, #e3be8e 0%,#C6A272 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1687ac', endColorstr='#C6A272',GradientType=0 );
	border-top: none !important;
	border-bottom: 4px solid #f9ce57 !important;
}

.navbar-inverse .navbar-nav>li>a {
	text-shadow: unset;
	color: #50442E;
	font-family: 'bignoodletitling';
	font-size: 24px;
	font-weight: bold;
}

.navbar-nav>li .nav-icon {
	height: 25px;
	margin-right: 2px;
}

.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 10px;
	padding: 10px 10px;
}

.navbar-nav>li:nth-child(n+5)>a {
	border-right: unset;
}

.navbar-nav>li:first-child>a {
	border-left: unset;
}

.navbar-nav>li:last-child>a {
	border-right: unset;
}

.navbar-nav>li {
	width: 155px;
	position: relative;
}

.navbar-nav>li.logo img {
	width: 70%;
}

.navbar-nav>li.logo>a{
	border: unset;
	padding: 0;
	position: absolute;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
	background: unset;
	box-shadow: unset;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background: unset;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #50442E;
}

#heroes {
	background-color: #BE9B70;
	margin-bottom: -1px
}

#heroes-img {
	width: 100%;
}

#about-us {
	background-color: #BE9B70;
	padding-top: 40px;
	padding-bottom: 60px;
}

#about-us .img-logo {
	width: 260px;
	height: 243px;
	margin-top: 48px;
	margin-right: 16px;
}

.head-title {
	font-weight: bold;
	color: #debe62;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.head-title:after {
	content: '';
	background-color: #debe62;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 80px;
}

.description {
	line-height: 26px;
}

.text-heading {
	font-size: 30px;
}

#mobile-poker {
	background: url(assets/img/bg-pattern.png);
	background-repeat: repeat;
	background-position: left top;
	height: 720px;;
	background-color: #BE9B70;
}

#mobile-poker .content {
	margin-top: 75px;
	margin-bottom: 50px;
}

#mobile-poker .description {
	margin-bottom: 30px;
}

#mobile-poker .btn-download {
	display: block;
	margin-bottom: 15px;
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

#mobile-poker .mobile-img{
	height: 370px;
	margin-top: 45px;
}

#mobile-poker .row {
	position: relative;
}

#mobile-poker .mobile-download {
	position: absolute;
	bottom: 0;
	left: 0;
}


#games .head-title {
	text-align: center;
	font-size: 36px;
}

#games .head-title:after {
	content: unset;
}

#games .game.poker{
	background: url(assets/img/game-poker1.png) center no-repeat;
	background-size: contain;
}

#games .game.domino{
	background: url(assets/img/game-domino1.png) center no-repeat;
	background-size: contain;
}

#games .game.capsa{
	background: url(assets/img/game-capsa1.png) center no-repeat;
	background-size: contain;
}

#games .game.ceme{
	background: url(assets/img/game-ceme1.png) center no-repeat;
	background-size: contain;
}

#games .game {
	display: inline-block;
	width: calc(100% / 4 - 15px);
	height: 281px;
	padding: 0;
	margin-left: 10px;
	position: relative;
}

#games .game .game-title {
	position: absolute;
	bottom: 35px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: "bignoodletitling";
	font-weight: bold;
	font-size: 36px;
	color: #debe62;
	text-shadow: 1.59px 2.544px 1px rgba(0,0,0,0.75);
	display: inline-block;
	vertical-align: sub;
}

#games .game .play-now {
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
	height: 34px;
	color: transparent;
}

#promotion {
	background-color: #5b4935;
	padding-bottom: 50px;
}

#promotion .promo-head-title{
	font-family: "bignoodletitling";
	font-weight: bold;
	font-size: 36px;
	color: #debe62;
	text-shadow: 1.59px 2.544px 1px rgba(0,0,0,0.75);
	display: inline-block;
	vertical-align: sub;
}

#promotion .head-line {
	display: inline-block;
	width: 83%;
	height: 7px;
	background-color: #ddbd61;
	vertical-align: super;
	margin-left: 5px;
}


#promotion .promo-head-title:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f005";
	color: #debe62;
	vertical-align: middle;
}

#promotion .promo-head-title:after {
	content: unset;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f005";
	color: #debe62;
	vertical-align: middle;
}

#promotion .promo-banner {
	margin-top: 15px;
}

#promotion .promo-banner img{
	width: 100%;
}

#page-content {
	background: url(assets/img/bck.png);
	background-color: #BE9B70;
}

.welcome {
	font-family: "bignoodletitling";
	font-weight: bold;
	font-size: 36px;
	color: #debe62;
	text-shadow: 1.59px 2.544px 1px rgba(0,0,0,0.75);
	display: inline-block;
	vertical-align: sub;
}

#page-content .content-wraper {
	background-color: #5d4b35cf;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}

.page-title {
	margin-top: 0;
	font-family: 'bignoodletitling';
	color: #dfbf61;
	text-shadow: 2px 2px #000;
}

.jackpot-btn {
	display: inline-block;
	text-align: center;
	color: #5d4b35;
	height:50px;
	width:200px;
	padding: 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	background: #dec982;
	background: -webkit-linear-gradient(#dec982, #e2bb58);
	background: -o-linear-gradient(#dec982, #e2bb58);
	background: -moz-linear-gradient(#dec982, #e2bb58);
	background: linear-gradient(#dec982, #e2bb58);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);font-size: 22px;
	cursor: pointer;
}

.main_container {
	height: 46px;
	width: auto;
	padding: 3px;
	margin: 2px;
	max-width: 300px;
	background-color: #555555;
	align-content: center;
}
.container_inner {
	height: auto;
	border: none;
	background-color: #555555;
	max-width: 290px;
	vertical-align: center;
	padding-top: 12px;
	padding-left: 10px;
	align-content: center;
}
.num_tiles {
	width:50%;
	height: 30px;
	background-color: #50442e;
	color: #ffffff;
	font-size: 50px;
	text-align: center;
	line-height: 20px;
	padding: 3px;
	margin: 1.5px;
	vertical-align: center;

}
.jackpot-btn:hover {
	text-decoration: none;
	color: #5d4b35;
}

.tab .tab-title {
	margin-top: 0;
}

.support-info .support-icon img {
	display: inline-block;
}
.support-icon {
	display: inline-block;
	text-align: center;
	margin-right: 25px;
}

.support-icon:last-child {
	margin-right: 0;
}

.support-icon a,
.support-icon a:hover,
.support-icon a:active,
.support-icon a:visited,
.support-icon a:focus {
	color: #fff;
	text-decoration: none;
}
.support-title {
	color: #fff;
	margin-top: 10px;
}

#download-page .download-wraper {
	text-align: center;
	margin-bottom: 10px;
}

#download-page .download-poker {
	width: 49%;
	display: inline;
}

#download-page .download-poker.android {
	text-align: right;
	margin-right: 10px;
}

#download-page .btn-download {
	background: #96bf42;
	background-image: -webkit-linear-gradient(top, #96bf42, #586f30);
	background-image: -moz-linear-gradient(top, #96bf42, #586f30);
	background-image: -ms-linear-gradient(top, #96bf42, #586f30);
	background-image: -o-linear-gradient(top, #96bf42, #586f30);
	background-image: linear-gradient(to bottom, #96bf42, #586f30);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: sans-serif;
	position: absolute;
}

#download-page .btn-download:hover {
	background: #586f30;
	background-image: -webkit-linear-gradient(top, #586f30, #96bf42);
	background-image: -moz-linear-gradient(top, #586f30, #96bf42);
	background-image: -ms-linear-gradient(top, #586f30, #96bf42);
	background-image: -o-linear-gradient(top, #586f30, #96bf42);
	background-image: linear-gradient(to bottom, #586f30, #96bf42);
	text-decoration: none;
}

#download-page .btn-android {
	margin: 116px -158px;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
}

#download-page .btn-ios {
	font-size: 14px;
	padding: 8px 14px 8px 14px;
	margin: 76px -352px;
}

#download-page .btn-guidance {
	background: #e34e4e;
	background-image: -webkit-linear-gradient(top, #e34e4e, #ad1b1b);
	background-image: -moz-linear-gradient(top, #e34e4e, #ad1b1b);
	background-image: -ms-linear-gradient(top, #e34e4e, #ad1b1b);
	background-image: -o-linear-gradient(top, #e34e4e, #ad1b1b);
	background-image: linear-gradient(to bottom, #e34e4e, #ad1b1b);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: sans-serif;
	position: absolute;
	margin: 76px -234px;
}

#promotion-page .panel {
	border: none;
}

#promotion-page .panel-default>.panel-heading {
	background-color: #5d4b35 !important;
	background-image: none;
	border: none !important;
}

#promotion-page .panel-content {
	color: #5d4b35;
	padding: 10px 15px;
	background-color: #5d4b35 !important;
}

#promotion-page .panel-default>.panel-heading+.panel-collapse>.panel-body {
	background-color: #fff;
}

#promotion-page .banner-container {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	width: 78.888%;
}

#promotion-page .join-now-container {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

#promotion-page .btn-promotion {
	display: block;
	border-radius: 0;
	background-image: -webkit-linear-gradient(top, #fec508 0%, #fd9101 100%);
	background-image: linear-gradient(to bottom, #fec508 0%, #fd9101 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffec508', endColorstr='#fffd9101', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(48, 38, 78, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(48, 38, 78, .15), 0 1px 1px rgba(0, 0, 0, .075);
	background-repeat: repeat-x;
	border: 1px solid #fd9101;
	color: #fff;
	font-size: 14px;
	padding: 6px 12px;
	margin-bottom: 10px;
	cursor: pointer;
}

#tutorial-referral {
	padding: 0 !important;
	padding-bottom: 10px !important;
	background-color: #2A201B !important;
}

.my-number {
	display: inline-block;
	margin-right: 5px;
	padding: 7px 14px;
	background: #4C3830;
	color: #FFB449;
	border-radius: 50%;
	text-align: center;
}

footer {
	background: url(assets/img/footer-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #5b4935;
	padding-top: 75px;
}

footer.page {
	background-color: #BE9B70;
}

.we-accept {
	margin-bottom: 0;
	font-family: 'muli';
}

.footer-top {
	padding-bottom: 15px;
}

.footer-top .support-banks {
	margin-top: 10px;
	display: inline-block;
}
.footer-top .support-banks ul {
	padding: 0;
	vertical-align: middle;
}
.footer-top .bank {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.footer-top .bank:nth-child(4) a img {
	margin-bottom: 5px;
}

.footer-top .bank:last-child {
	margin-right: 0;
}

.footer-top .footer-warn {
	float: right;
	margin-top: 10px;
}

.footer-top .footer-warn ul {
	padding-left: 0;
	margin-bottom: 0;
}

.footer-top .footer-warn li {
	display: inline-block;
	list-style: none;
}

.footer-top .footer-warn .warn img {
	width: 35px;
	margin-right: 10px;
}

.footer-bottom {
	text-align: center;
	border-top: 1px solid #62503A;
	padding-top: 15px;
}

.footer-nav ul {
	padding: 0;
	margin: 0;
}

.footer-nav li {
	display: inline-block;
	list-style: none;
}

.footer-nav li a{
	color: #f6bc18;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
	color: #f6bc18;
	text-decoration: none;
}

.footer-bottom .copyright {
	color: #f2ea7a;
}

/* helper */

.inblock {
	display: inline-block;
}

.mar-bot-20 {
	margin-bottom: 20px;
}

.vtop {
	vertical-align: top;
}

.block-center {
	display: block;
	margin: auto;
}
li.total2 {
	margin-top: -2.3%;;
}
@media (max-width: 1199px){
	.navbar-inverse .navbar-nav>li>a {
		font-size: 22px;
	}

	.navbar-nav>li>a {
		padding: 10px 5px;
	}

	.navbar-nav>li .nav-icon {
		height: 20px;
		margin-right: 6px;
	}

	.navbar-nav>li {
		width: 130px;
	}

	#promotion .head-line {
		width: 79%;
	}

	#games .game .play-now {
		bottom: 20px;
	}
}

@media (max-width: 1024px){
	.navbar-nav>li {
		width: 115px;
	}
	li.total2 {
		margin-top: -2.7%;
	}

	#about-us {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.description {
		line-height: 24px;
	}

	#promotion .promo-head-title {
		max-width: unset;
	}

	#promotion .head-line {
		width: 79%;
	}
}

@media (max-width: 991px){
	.navbar .container {
		width: unset;
	}

	.navbar-inverse .navbar-nav>li>a {
		font-size: 20px;
	}

	.navbar-nav>li>a {
		padding: 10px 5px;
	}

	.navbar-nav>li .nav-icon {
		height: 18px;
		margin-right: 3px;
	}

	.navbar-nav>li.logo {
		padding-left: unset;
		padding-right: unset;
		width: 80px;
	}

	#mobile-poker {
		height: unset;
		text-align: center;
	}

	#mobile-poker .head-title {
		text-align: center;
	}

	#mobile-poker .head-title:after {
		left: 44%;
	}

	#mobile-poker .content {
		margin: 0;
	}

	#mobile-poker .description {
		margin-bottom: 20px;
	}

	#mobile-poker .mobile-img {
		margin: 0;
		margin-bottom: 10px;
		height: 320px;
	}

	#mobile-poker .mobile-download {
		position: unset;
	}

	#mobile-poker .btn-download {
		display: inline-block;
		font-size: 18px;
		width: 250px;
	}

	#games {
		margin-top: unset;
	}

	#games .head-title {
		font-size: 30px;
	}

	#games .game {
		width: calc(100% / 2 - 15px);
		margin-top: 10px;
	}

	#games .game .play-now {
		bottom: 5px;
	}

	#promotion .head-line {
		width: calc(100% - 190px);
	}

	#download-page .download-poker {
		display: inline-block;
		width: 48%;
		position: relative;
	}

	#download-page .download-poker img {
		width: 100%;
	}

	#download-page .btn-android {
		position: absolute;
		bottom: 30px;
		right: 10px;
		margin: 0;
		padding: 10px 15px;
	}

	#download-page .btn-ios {
		position: absolute;
		bottom: 75px;
		left: 10px;
		margin: 0;
		padding: 8px 10px;
		font-size: 13px;
	}


	#download-page .btn-guidance {
		position: absolute;
		bottom: 75px;
		right: 10px;
		margin: 0;
		padding: 8px 10px;
		font-size: 13px;
	}

	#tutorial-referral img{
		max-width: 100%;
	}

	#tutorial-referral {
		font-size: 12px;
	}

	#tutorial-referral h3 {
		font-size: 17px;
	}

	#tutorial-referral p {
		line-height: 17px;
	}

	footer {
		padding-top: 50px;
	}

	.footer-top .bank {
		width: 80px;
		margin: 0;
	}

	.footer-top .footer-warn .warn img {
		margin-right: 5px;
	}
}

@media (max-width: 824px){
	.navbar-inverse .navbar-nav>li>a {
		font-size: 17px;
	}

	.navbar-nav>li {
		width: 100px;
	}

	.navbar-nav>li>a {
		padding: 10px 0;
	}
}

@media (min-width: 768px){
	.navbar-brand {
		display: none;
	}

	.support-info .support-icon img {
		height: 60px;
	}

}

@media (max-width: 767px){

	.navbar-brand {
		padding: 5px 15px;
	}

	.navbar-brand>img {
		height: 100px;
		z-index: 0;
	}

	.nav>li {
		display: block;
		text-align: left;
		width: unset;
	}
	.navbar-nav>li>a {
		padding: 10px 5px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 18px;
	}
	.navbar-nav {
		height:80px;
	}
	.navbar-nav>li.logo {
		display: none;
	}
	.navbar-nav>li>a {
		border: unset !important;
	}
	.navbar-nav>li .nav-icon {
		height: 20px;
		margin-right: 5px;
	}
	.navbar-inverse .navbar-collapse {
		background: #e3be8e;
		background: -moz-linear-gradient(top, #e3be8e 0%, #C6A272 100%);
		background: -webkit-linear-gradient(top, #e3be8e 0%,#C6A272 100%);
		background: linear-gradient(to bottom, #e3be8e 0%,#C6A272 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1687ac', endColorstr='#C6A272',GradientType=0 );
	}

	#about-us .img-logo {
		display: none;
	}

	#download-page .download-poker.android {
		margin-bottom: 10px;
		margin-right: 0;
	}

	#download-page .download-poker {
		width: 55%;
	}
}

@media (max-width: 638px){
	#download-page .download-poker {
		width: 60%;
	}
}

@media (max-width: 425px){
	body {
		font-size: 14px;
	}

	.navbar-brand>img {
		height: 85px;
	}

	#about-us {
		padding-top: 5px;
	}

	.head-title {
		font-size: 28px !important;
	}

	#mobile-poker .head-title:after {
		left: 38%;
	}

	#mobile-poker .mobile-img {
		height: 220px;
	}

	#mobile-poker .btn-download {
		font-size: 15px;
		width: 190px;
		padding-bottom: 8px;
		padding-top: 8px;
	}

	#games {
		margin-bottom: 5px;
	}

	#games .game {
		height: 210px;
	}

	#games .game .game-title {
		font-size: 16px;
		bottom: 51px;
	}

	#promotion {
		padding-bottom: 30px;
	}

	#promotion .promo-head-title {
		font-size: 32px;
	}

	#promotion .promo-head-title:after {
		font-size: 20px;
	}

	#promotion .promo-head-title:before {
		font-size: 20px;
	}

	#promotion .head-line {
		width: calc(100% - 170px);
	}

	.support-info .support-icon img {
		height: 50px;
	}

	#download-page .download-poker {
		width: 100%;
	}

	#download-page .btn-android {
		padding: 10px 20px;
	}

	footer {
		padding-top: 30px;
	}

	.footer-top .bank {
		width: 60px;
	}

	.footer-top .footer-warn {
		float: unset;
		margin-top: 0;
	}

	.footer-top .footer-warn .warn img {
		width: 33px;
	}
}

@media (max-width: 375px){
	body {
		font-size: 13px;
	}

	.my-btn {
		font-size: 14px;
	}

	.head-title {
		font-size: 24px !important;
		padding-bottom: 8px;
	}

	.head-title:after {
		height: 4px;
	}

	.navbar-brand>img {
		height: 70px;
	}

	#mobile-poker .head-title:after {
		left: 35%;
	}

	#games .game .play-now {
		bottom: 0;
		height: 20px;
	}

	#promotion .head-line {
		height: 6px;
	}

	.we-accept {
		font-size: 14px;
	}

	#download-page .btn-ios {
		font-size: 12px;
	}

	#download-page .btn-guidance {
		font-size: 12px;
	}
}

@media (max-width: 320px) {
	#games .game {
		height: 150px;
	}

	#games .game .game-title {
		font-size: 13px;
		bottom: 32px;;
	}

	#games .game .play-now {
		bottom: 5px;
	}

	.support-info .support-icon img {
		height: 40px;
	}

	.support-icon {
		margin-right: 15px;
	}

	#promotion {
		padding-bottom: 25px;
	}

	#download-page .btn-ios {
		bottom: 60px;
		font-size: 10px;
	}

	#download-page .btn-guidance {
		bottom: 60px;
		font-size: 10px;
	}
}
