	.navigation{
		display: none;
	}
	#nav-trigger{
		display: none;
	}
	.mobile-logo{
		display: none;
	}
	#mobi-logo{
		display: none;
	}
    .top-bar{
        display: none;
    }
@media only screen and (max-width: 768px)  and (min-width: 480px) {
.navigation {
    display: block;
    list-style: none;
    background: #111;
    width: 100%;
    height: 100%;
    position: fixed;
    padding-top: 4.9em;
    padding-left: 1.5em;
    margin-left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0!important;
}
.bg-color{
    height: auto;
    background: #ffffff;
    overflow: hidden;
    margin-top: 62px;
}
 .top-bar{
        display: block;
        position: fixed;
        opacity: .95;
        top: 0px;
        width: 100%;
        height: 65px;
        background: #fff;
        z-index: 2;
        border-bottom: 3px solid #ccc;
    }
.navigation .nav-item > a{
    color: #fff!important;
}
.navigation .nav-item > a:hover{
    color: #ccc!important;
}

.site-wrap {
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1!important;
    padding: 0;
    background: #ffffff url(../img/body-bg.jpg) no-repeat fixed;
    background-size: 200%;
}
.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.nav-trigger:checked + label {
    left: 215px;
}

.nav-trigger:checked ~ .site-wrap {
    left: 200px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}
.nav-trigger + label, .site-wrap {
    transition: left 0.2s;
}
body{
    overflow-x: hidden;
}
.gameInfo{
    display: none!important;
}
.mobi-logo{
    display: block;
    
}
#jackpot-img{
    display: none!important;
}
.show-desktop{
    display: none!important;
}
#mobi-logo{
        display: block;
        position: fixed;
        z-index: 3!important;
        right: 10em;
        top: 0!important;


}
label[for="nav-trigger"]{
    position: fixed;
    top: 15px;
    left: 137px;
    z-index: 4!important;
    width: 96px;
    height: 25px;
    cursor: pointer;
    background-image: url(../img/nav/nav-ipad.png);
    background-size: contain;
}
}
@media only screen and (max-width: 480px) and (min-width: 10px) {
.navigation {
	display: block;
    list-style: none;
    background: #111;
    width: 100%;
    height: 100%;
    position: fixed;
    padding-top: 1.9em;
    padding-left: 1.5em;
    margin-left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0!important;
}
.navigation .nav-item > a{
	color: #fff!important;
}
.navigation .nav-item > a:hover{
	color: #ccc!important;
}

.site-wrap {
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1!important;
    padding: 1em 0 0 0;
    background-size: 200%;
}
.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 3!important;
    width: 36px;
    height: 25px;
    cursor: pointer;
    background-image: url(../img/nav/nav.png);
    background-size: contain;
}
label[for="nav-trigger"]:hover{
    background-image: url(../img/nav/nav-hover.png);

}
.nav-trigger:checked + label {
    left: 215px;
}

.nav-trigger:checked ~ .site-wrap {
    left: 200px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}
.nav-trigger + label, .site-wrap {
    transition: left 0.2s;
}
body{
	overflow-x: hidden;
}
.gameInfo{
	display: none!important;
}
#mobi-logo{
	display: block;
	z-index: 2;
	float: right;
}
.mobi-logo{
	display: block;
	
}
#jackpot-img{
    display: none!important;
}
.show-desktop{
    display: none!important;
}
}