@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
li.tab_1 a{
	display: block;
	width: 100%;
	height: 65px;
	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: 65px;
	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: 65px;
	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: 98%;
    background: #10141a;
    position: relative;
    margin: 0 1%;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
.slide_game ul li {
    display: inline-block;
    width: 17.5%;
    height: auto;
    color: #f7d8a9;
    font-family: 'HurmeGeometricSans4_SemiBold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 .5%;
}
.slide_game ul li img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
ul.form_tab {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.money_tab li a {
    display: block;
    color: #c0c0c0;
    font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: normal;
    border-bottom: solid 3px #fff;
}
.form_box p strong {
    /*display: block;*/
    color: #222222;
    font-size: 13px;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 33px;
    padding-left: 30px;
}
.wap_menu_drop{
	display:block;
	position:fixed;
	left:0;
	top:60px;
	background:rgba(0, 0, 0, 0.7);
	width:80%;
	height:100%;
	padding:10px 2%;
	z-index:9;
	}
.captcha-container{
    width: 90%;
}
.g-recaptcha{
  margin-left: 0px;
}
}

