@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
li.tab_1 a{
	display: block;
	width: 100%;
	height: 55px;
	background-image: url(../images/tab1.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
li.tab_2 a{
	display: block;
	width: 100%;
	height: 55px;
	background-image: url(../images/tab2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
li.tab_3 a{
	display: block;
	width: 100%;
	height: 55px;
	background-image: url(../images/tab3.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
ul.game_box li {
    display: inline-block;
    width: 96%;
    background: #10141a;
    position: relative;
    margin: 0 1%;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
ul.bank_box h1 {
    display: block;
    color: #ffffff;
    font-family: 'HurmeGeometricSans4_SemiBold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
ul.card_box h1 {
    display: block;
    color: #ffffff;
    font-family: 'HurmeGeometricSans4_SemiBold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
ul.video_right li p {
    color: #ffffff;
    font-family: 'HurmeGeometricSans4_SemiBold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
    padding-right: 15px;
}
.footer_details ul li p {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-family: 'HurmeGeometricSans4', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.money_tab li a {
    display: block;
    color: #c0c0c0;
    font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: normal;
    border-bottom: solid 3px #fff;
}
.money_tab li span {
    display: block;
    color: #c0c0c0;
    font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 5px;
}
.wap_menu_drop{
	display:block;
	position:fixed;
	left:0;
	top:60px;
	background:rgba(0, 0, 0, 0.7);
	width:90%;
	height:100%;
	padding:10px 2%;
	z-index:9;
	}
}

