/**
Designed by FunStar88
Copyright 2019
**/

/***
SmartPhone
***/
@media (max-width:413px) {
    #h-banner dl{ margin-bottom: -8px; }
    .langSection{ height: 19px; }

    #home .registration, #slot .slotWrap, #casino .casino-menu, #promo .nav{ padding: 0; }

    #casino:before{ display: none; }

    #slot:before{ display: none; }

    #sport .sportWrap dl{ width: 90%; }

    #promo article{ font-size: .8rem; padding: 1rem; }
    #promo article td{ font-size: .7rem; }

    #mobileapp{ background-color: transparent; }
    #mobileapp .mobileWrap, #banking{ padding: 1rem 0; }
    #mobileapp h2{ font-size: 1.5rem; text-align: center; padding-bottom: 1rem; }
    #mobileapp .mobileWrap:after{ height: 150px; background-size: 100%; }

    #transfer h2, #deposit h2, #withdrawal h2, #history h2, #profile h2{ padding: 1rem 0; text-align: center; }

    .mobileNav .langSection .lang, .mobileNav .langSection .lang.cn{ width: 26px; height: 19px; }
	#lotteryBrd {width:90%;display:inline-block;}
	#lotteryBtn {width:16%;display:inline-block;position: absolute;top: 37%;left: 42%;}	
	#btnCont {text-align: center;margin: auto;height: 66px;}
}

@media (min-width:414px) and (max-width:767px) {
    #h-banner dl{ margin-bottom: -8px; }
    .langSection{ height: 19px; }

    #home .registration, #slot .slotWrap, #casino .casino-menu, #promo .nav{ padding: 0; }
    
    #casino:before{ display: none; }

    #slot:before{ display: none; }

    #sport .sportWrap dl{ width: 90%; }

    #promo article{ font-size: .8rem; padding: 1rem; }
    #promo article td{ font-size: .7rem; }

    #mobileapp{ background-color: transparent; }
    #mobileapp .mobileWrap, #banking{ padding: 1rem 0; }
    #mobileapp h2{ font-size: 1.5rem; text-align: center; padding-bottom: 1rem; }
    #mobileapp .mobileWrap:after{ height: 150px; background-size: 100%; }

    .mobileNav .langSection .lang, .mobileNav .langSection .lang.cn{ width: 26px; height: 19px; }
}

/***
IPad
***/
@media (min-width:768px) and (max-width:1023px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
}

/***
Desktop
***/
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
}

@media only screen and (min-width: 1920px) {
}