@media (max-width: 320px) {
	.bank-on-off {
		display: table;
		float: none;
		margin: 5px auto!important;
	}
}

@media (max-width: 500px) {
	.half-width {
		width: 100%;
		display: table;
		float: none;
		margin: 5px auto!important;
	}
}

@media only screen and (max-width: 768px) {
	.marquee.fake span {
		display: inline-block;
		line-height: 32px;
		position: relative;
		left: -60%;
		-moz-animation-name: marquee;
		-webkit-animation-name: marquee;
		-moz-animation-duration: 10s;
		-webkit-animation-duration: 10s;
		-moz-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
	}
	.marquee.fake:hover span{
		-webkit-animation-play-state: paused;
		-moz-animation-play-state: paused;
	}
	#logo img {
		margin: 0 auto;
		display: block;
	}
	.smiley h4 {
		font-size: 30px;
		margin-top: 5px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		font-style: italic;
		display: block;
	}
	.smiley a {
		display: flex;
	    /*background: url(../images/smiley-bg.png) no-repeat;
		width: 196px;
		line-height: 48px;
		text-align: center;
		margin: 10px auto 10px;*/
		text-shadow: 1px 1px 6px #000;
		font-weight: bold;
		font-size: 27px;
		font-style: italic;
		text-decoration: none;
		vertical-align: text-bottom;
	}
	.smiley span {
		margin: 0 auto 0;
	}
	.list-games figure {
		display: inline-block;
	}
	.games-konten .dark {
		float: none;
		width: 246px;
		height: 156px;
		padding: 6px;
		margin: 5px auto 10px;
		text-align: right;
		position: relative;
	}
	.games-konten .dark:last-child {
		margin: 0 auto 10px;
	}
	.entry-title.custom-title {
		font-size: 30px;
		font-family: Segoe UI;
		line-height: 40px;
		letter-spacing: 0.7px;
	}

	.custom-content {
		font-size: 16px;
		font-family: Segoe UI;
		font-weight: 400;
		letter-spacing: 0.5px;
	}

	.custom-content > h2 strong {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.custom-content > p strong a {
		color: #dab93b;
	}

	.custom-content > p strong a:hover {
		color: #00fff3;
		text-decoration: underline;
	}
}

@media (max-width: 1330px) {
	body .float-banner {
		display: none !important;
	}
}

@media (max-width: 1020px) {
	.list-games {
		max-width: none;
	}
	.slide {
		padding: 0;
	}
	.mini-banner {
		margin: 0 auto;		
	}
	.head-inner {
		background-size: auto 100%;
	}
}

@media (max-width: 1330px) {
	body .float-banner {
		display: none !important;
	}
}

@media all and (max-width: 1020px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1020px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1020px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1020px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1020px), only screen and (min-resolution: 192dpi) and (max-width: 1020px), only screen and (min-resolution: 2dppx) and (max-width: 1020px) {
	#cssmenu {
		margin: 5px 0;
		padding: 0;
		background: #0037ff;
		width: 80%;
	}
	#cssmenu > ul > li > a {
		font-size: 15px;
	}
	#cssmenu > ul {
		display: none;
	}
	#cssmenu > ul.open {
		width: 100%;
		display: block;
		padding: 0;
	}
	#cssmenu > ul > li {
		float: none;
		margin: 0;
		display: block;
		padding: 0;
		z-index: 99;
		border: solid 1px #00fff3;
		border-radius: 0;
		background: none;
	}
	#cssmenu ul ul li {
		padding: 0;
	}
	#cssmenu > ul > li > a {
		padding: 10px 25px;
		border-left: none;
		margin: 0;
	}
	#cssmenu #menu-button {
		display: block;
		text-decoration: none;
		font-size: 17px;
		font-weight: 700;
		padding: 15px;
		text-transform: uppercase;
		letter-spacing: 1px;
		cursor: pointer;
	}
	#cssmenu ul ul,
	#cssmenu ul li:hover > ul,
	#cssmenu > ul > li > ul,
	#cssmenu ul ul ul,
	#cssmenu ul ul li:hover > ul{
		left: 0;
		right: auto;
		top: auto;
		opacity: 1;
		padding: 0;
		position: relative;
		text-align: left;
		width: 80%;
	}
	#cssmenu ul ul {
		background: transparent;
	}
	#cssmenu ul ul li {
		width: 100%;
	}
	#cssmenu ul ul li a {
		width: 100%;
		padding-left: 35px;
		font-size: 14px;
	}
	#cssmenu ul ul ul li a {
		padding-left: 45px;
	}
	#cssmenu > ul > li > ul::after {
		border-bottom: none;
	}
	#cssmenu ul ul ul::after {
		border-right: none;
	}
	#cssmenu #menu-button::after {
		display: block;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid #00ffb8;
		border-bottom: 2px solid #00ffb8;
		right: 20px;
		top: 24px;
	}

	#cssmenu #menu-button::before {
		display: block;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid #00ffb8;
		border-bottom: 2px solid #00ffb8;
		right: 20px;
		top: 17px;
	}
}