* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@font-face {
font-family: 'Montserrat';
src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: 'MontserratLight';
src: url('../fonts/Montserrat-Light.ttf') format('truetype');
font-weight: light;
}
@font-face {
font-family: 'MontserratBold';
src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
font-weight: bold;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Montserrat';
	color: #d9cd7f;
	font-size: 14px;
}
body {
	background: url('../images/background.jpg') #000 no-repeat;
	background-size: 100% 100%;
    background-attachment:fixed;
	margin: 0;
	padding: 0;
	height: 100%;
	padding-top: 25px;
}
.block {
	float: left;
	width: 100%;
}
.wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 35px;
	height: auto;
}
ol, ul {
	margin-bottom: 50px;
}
strong, h1, h2, h3, h4, h5, h6 {
	font-family: "MontserratBold";
	margin: 0;
}
yellow {
    color: #d3c058;
}
#content li {
	margin-bottom: 11px;
}
.left, .middle, .right {
	float: left;
	height: 100%;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.middle {
	text-align: center;
}
a {
	text-decoration : none;
	color: #d3c058;
}
a:hover {
	text-decoration : none;
	color: #d90011;
}
.icon {
	background-image: url('../images/assets.png');
}
.button {
	background: url('../images/assets.png') repeat-x left -72px;
	height: 54px;
	display: grid;
	width: 100%;
	color: black;
	font-weight: bold;
	text-align: center;
	padding: 18px 38px;
	border-radius: 3px;
	margin: 0 auto;
	border: none;
	font-size: 15px;
	text-shadow: none;
}
.center {
	margin: 0 auto;
}
.dark-bg {
	width: 100%;
	float: left;
	height: 145px;
	background: url('../images/dark-bg.png') repeat-x left top;
	background-size: 100% 100%;
	padding: 45px 0;
	text-align: center;
	margin-bottom: 40px;
}
.mobile {
	display: none;
}
.navigate {
	list-style: none;
	display: inline-block;
}

#top {
	height: 27px;
	background: #000;
	color: white;
}
#top h1, #top p {
	font-size: 13px;
	display: inline-block;
	margin-right: 11px;
	margin-top: 3px;
	margin-bottom: 0;
}
#top .marquee {
	width: 100%;
	overflow: hidden;
	border-radius: 3px;
	height: 22px;
	margin-top: 2px;
}



#header {
	height: 140px;
	color:  white;
	padding-top: 60px;
}
#header a {
	color:  white;
}
#header .left a {
	font-size: 14px;
	line-height: 14px;
	color:  white;
}
#header .right a {
	font-size: 14px;
	line-height: 20px;
	border: 2px solid white;
	padding: 5px 8px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 85px;
	float: right;
}
#header .icon.chat {
	width: 29px;
	height: 29px;
	display: block;
	background-position-x: 0;
	background-position-y: 0;
	float: left;
	margin-right: 10px;
}


#menu {
	height: 43px;
	color:  white;
}
#menu ul.menu {
	background: url('../images/assets.png') repeat-x left -79px;
	padding: 0;
	margin: 0;
	height: inherit;
	border-radius: 3px;
	text-align: center;
}
#menu ul.menu li {
	list-style: none;
	height: inherit;
	line-height: 41px;
	display: inline-block;
}
#menu ul.menu li.active {
	background: url('../images/assets.png') repeat-x left -29px;
}
#menu ul.menu li.active a {
	color: #fff;
}
#menu ul.menu li a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding: 0 23px;
	display: inline-block;
	text-align: center;
	width: 100%;
	text-shadow:
     3px  3px 0 #000,
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

#menu ul.menu li a:hover {
	text-decoration : none;
	color: #d90011;
}

#content {
	min-height: auto;
}
#content .top, #content .middle, #content .bottom {
	width: 100%;
	text-align: center;
	float: left;
}
#content .top {
	padding-top: 20px;
	text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000;
	height: auto;
	min-height: 100px;
}
#content .top .left strong, #content .top .middle strong, #content .top .right strong {
	font-size: 13px;
	margin-bottom: 5px;
	display: inline-block;
}
#content .middle {
	padding-top: 10px;
	padding-bottom: 40px;
	height: auto;
}
#content .middle .bola-tangkas {
	height: 325px;
	position: relative;
}
#content .middle .bola-tangkas img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	width: 100%;
	pointer-events: none;
}
#content .bottom {
	background: rgba(0,0,0,0.5);
	font-size: 14px;
	text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000;
}
#content #content-home > .bottom{
	height: 110px;
	overflow-y: scroll;
	position: relative;
	background: black;
	border: 1px solid #fadd52;
	margin: 0;
	padding: 10px;
	border-radius: 5px;
	line-height: 23px;
}
#content .background-1 {
	background: url('../images/content-bg.png') repeat center top;
	display: inline-block;
	padding: 10px 45px;
	margin-top: 12px;
	border-radius: 5px;
	background-size: 100%;
	width: 100%;
}
#content-download .download-section {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
#content-hubungi table {
	text-align: center;
	font-family: arial;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
}
#content-hubungi table td {
	padding-bottom: 20px;
}
.text-left {
	text-align: left !important;
}
.card-1 {
	position: absolute;
	top: 0;
	left: 148px;
	z-index: 1;
}
.card-2 {
	position: absolute;
	top: 21px;
	left: 223px;
	z-index: 2;
}
.card-3 {
	position: absolute;
	top: 0;
	left: 313px;
	z-index: 3;
}
.card-4 {
	position: absolute;
	top: 21px;
	left: 389px;
	z-index: 4;
}
.card-5 {
	position: absolute;
	top: 0;
	left: 480px;
	z-index: 4;
}
.card-6 {
	position: absolute;
	top: 21px;
	left: 557px;
	z-index: 5;
}
.card-7 {
	position: absolute;
	top: 0;
	left: 641px;
	z-index: 6;
}


#footer {
	text-align: center;
	padding-top: 15px;
}
#footer .top {
	display: inline-block;
	width: 100%;
}
#footer .top .left, 
#footer .top .middle, 
#footer .top .right {
	width: 32%;
	float: left;
	height: 75px;
	background: url('../images/assets.png') repeat-x left -56px;
	background-size: 53px;
	padding: 13px;
	text-align: left;
	border-radius: 3px;
}
#footer .top .middle {
	margin: 0 18px;
}
#footer .top img {
	float: left;
	margin-right: 12px;
}
#footer .top .left > div,
#footer .top .middle > div,
#footer .top .right > div {
	margin: 0 auto;
	display: block;
	width: 210px;
	line-height: 22px;
}
#footer .bottom {
	display: inline-block;
	width: 100%;
	margin-top: 17px;
	margin-bottom: 25px;
}
#footer .bottom .left, 
#footer .bottom .right {
	width: 49%;
	float: left;
	height: 75px;
	background: url('../images/assets.png') repeat-x left -56px;
	background-size: 53px;
	padding: 13px;
	text-align: left;
	border-radius: 3px;
}
#footer .bottom .left {
	margin-right: 18px;
}
#footer .bottom .left h3, 
#footer .bottom .right h3 {
	float: left;
	margin: 5px;
	width: 96px;
	line-height: 20px;
	font-size: 16px;
}
#footer .bottom ul {
	float: left;
	width: 320px;
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: hidden;
	background: #000;
	border-radius: 3px;
	padding: 7px 12px;
	font-size: 15px;
}
#footer .bottom li {
	list-style: none;
	float: left;
	width: 100%;
	height: 100%;
	line-height: 24px;
}
#footer .bottom ul > div > span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 30%;
	display: inline-block;
	color: #fe0000;
	font-family: MontserratBold;
}
#footer .bottom li span {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	width: 30%;
	display: inline-block;
}
#footer .bottom li div {
	margin-top: -7px;
}
.footer-menu li a {
	color: white;
}
.footer-menu li a:hover{
	color: #fada0b;
}
.footer-menu li {
	display: inline-block;
	width: auto;
}
.footer-menu li::after {
	content: "|";
	margin: 0 20px;
	display: inline-block;
}
.footer-menu li:nth-last-child(1) {
	text-align: left;
}
.footer-menu li:nth-last-child(1)::after {
	content: "";
	margin: 0;
}
.footer-menu {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 15px;
}



#copyright {
	text-align: center;
	padding-bottom: 60px;
	font-size: 12px;
	line-height: 17px;
}

#form #form-body > div {
	display: block;
	padding: 10px 0;
}
#form label {
	display: block;
	margin-bottom: 5px;
}
#form input, #form select, #form textarea {
	width: 50%;
	padding: 10px;
	text-align: center;
	font-size: 16px;
}
#form #submit {
	margin-top: 20px;
	cursor: pointer;
	font-family: "MontserratBold";
}
.success-table td {
	padding: 11px;
	font-family: arial;
	background: rgba(5,8,13,0.5);
}
.success-table {

    text-align: center;

}
.logo {
	margin-top: -55px;
}

#form-loading {
	background: black;
	color: #a5e114;
	border-radius: 250px;
	padding: 10px;
	width: 260px;
	margin: 0 auto;
	border: 1px solid #a5e114;
	animation: blinker 1s linear infinite;
}


#gg-fishing .game-info-container {
	width: 290px;
}
.game-info-container {
	display: inline-block;
	padding: 3px;
	width: 136px;
	position: relative;
	height: 220px;
	/* float: left; */
	margin: 0 0px;
}
#maxbet .game-info-container {
	display: inline-block;
	padding: 3px;
	width: 164px;
	position: relative;
	height: 160px;
	/* float: left; */
	margin: 0 0px;
}
#maxbet .game-info-container .game-name {
	width: 100%;
	display: table;
	max-width: 100%;
}
#osg777 .game-info-container {
	display: inline-block;
	padding: 3px;
	width: 205px;
	position: relative;
	height: 220px;
	/* float: left; */
	margin: 0 0px;
	margin-bottom: 15px;
}
#osg777 .game-info-container .game-name {
	width: 100%;
	display: table;
	max-width: 100%;
}
#joker168 .game-info-container {
	display: inline-block;
	padding: 3px;
	width: 205px;
	position: relative;
	height: 220px;
	/* float: left; */
	margin: 0 0px;
	margin-bottom: 15px;
}
#joker168 .game-info-container .game-name {
	width: 100%;
	display: table;
	max-width: 100%;
}
#sbobet .game-info-container {
	width: 206px;
	height: 150px;
}
#sbobet .game-info-container .game-name {
	width: 100%;
	display: table;
	max-width: 100%;
}
#sbobet .game-info-container img {
	height: 95px;
}
.game-info-container img {
	width: 100%;
	height: auto;
}
.game-button-container {
	margin: 0 auto;
	max-width: 290px;
}
.game-info-container .game-name {
	width: 100%;
	display: table;
	max-width: 130px;
}
.slot-name {
	display: table;
}
.slot-name {
	display: table-cell;
	vertical-align: middle;
	background: #340c27;
	padding: 8px;
	width: 100%;
	font-size: 12px;
	height: 45px;
	overflow: hidden;
}
.play_for_fun_link {
	display: none;
}
.game-info-container:hover .play_for_fun_link {
	display: block;
	background: #5a0c41;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 130px;
	height: 210px;
	line-height: 210px;
	color: white;
	font-weight: bold;
}
#category-list-container {
	margin: 0;
	height: 43px;
	width: 100%;
	padding: 0;
}
#category-list-container > li {
	list-style: none;
	/* float: left; */
	width: auto;
	background: none;
	margin: 0 5px 5px;
	cursor: pointer;
	height: 35px;
	display: inline-block;
}
#category-list-container > li.on {
	background: #340c27;
}
#category-list-container > li > a {
	color: white;
	padding: 8px 10px;
	line-height: 35px;
}
#content-home li {
	list-style: none;
	margin: 0;
}
#content .top blockquote {
	background: rgba(0,0,0,0.5);
	padding: 15px;
	margin: 0;
}

.find-game {
	padding: 15px;
}
.find-game label {
	display: block;
	margin-bottom: 10px;
}
.find-game input {
	display: block;
	padding: 10px;
	text-align: center;
	width: 100%;
	font-size: 15px;
	margin-bottom: 20px;
}

.game-result {
	display: inline-block;
	width: 100%;
}
.games-founded {
	width: 100%;
	float: left;
	border: 1px solid #340c27;
	background: #4c0f38;
	padding: 10px;
	max-height: 117px;
	display: table;
	height: 117px;
}
.games-count {
	margin-bottom: 10px;
}

.games-founded > div {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.games-founded .games-founded-server {
	width: 20%;
	line-height: 95px;
	text-align: center;
	border-left: 1px solid #340c27;
	border-right: 1px solid #7e1c5e;
	text-transform: uppercase;
	font-weight: bold;
	color: #ddc693;
}
.games-founded .games-founded-name {
	width: 20%;
	line-height: 95px;
	padding: 0 5px;
	border-left: 1px solid #340c27;
	border-right: 1px solid #7e1c5e;
	line-height: 19px;
	text-align: center;
}
.games-founded .games-founded-image {
	width: 40%;
	border-right: 1px solid #7e1c5e;
}
.games-founded .games-founded-image img {
	max-width: 75px;
}
.games-founded .games-founded-register {
	border-left: 1px solid #340c27;
	width: 20%;
	padding-top: 20px;
	text-align: center;
}
.games-founded .games-founded-register .button {
	display: inline-block;
}
.games-founded .games-founded-register li {
	margin: 0 !important;
}

.game-list {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.game-list > div {
	width: 50%;
	float: left;
	padding: 10px;
	border: 1px solid #fadd52;
	margin-top: -1px;
}
.game-list li {
	list-style: none;
}

.server-list.custom-tab > ul {
	height: auto !important;
	display: inline-block;
}
.server-content.custom-tab-content {
	border: 1px solid #340c27;
	padding-top: 10px;
	display: inline-block;
	width: 100%;
}
.server-list #category-list-container > li {
	width: 25%;
	float: left;
	margin: 0;
	height: auto;
}
.server-list #category-list-container > li:hover img {
	position: relative;
	top: -10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.server-list #category-list-container > li img {
	width: 80%;
	display: block !important;
	margin: 0 auto;
}
#gg-fishing .game-name {
	width: 100%;
	display: table;
	margin: 0 auto;
	max-width: 100%;
}

.username-container, 
.password-container {
	background: #e1a21b;
	background: -moz-linear-gradient(left, #e1a21b 0%, #f7e07e 50%, #e1a21b 100%);
	background: -webkit-linear-gradient(left, #e1a21b 0%,#f7e07e 50%,#e1a21b 100%);
	background: linear-gradient(to right, #e1a21b 0%,#f7e07e 50%,#e1a21b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a21b', endColorstr='#e1a21b',GradientType=1 );
	border-radius: 5px;
	padding: 1px;
	margin-bottom: 10px;
	max-width: 300px;
    margin: 0 auto 10px;
}
.login-button-container {
	background: #e1a21b;
	background: -moz-linear-gradient(left, #e1a21b 0%, #f7e07e 50%, #e1a21b 100%);
	background: -webkit-linear-gradient(left, #e1a21b 0%,#f7e07e 50%,#e1a21b 100%);
	background: linear-gradient(to right, #e1a21b 0%,#f7e07e 50%,#e1a21b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a21b', endColorstr='#e1a21b',GradientType=1 );
	border-radius: 5px;
	padding: 1px;
	max-width: 100px;
    margin: 0 auto 10px;
}
.login-button-container input {
	color: #e8b336;
	width: 100%;
	background: black;
	border: none;
	line-height: 31px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
}

.username-container input, 
.password-container input {
	background: #272627;
	border-radius: 4px;
	border: none;
	height: 36px;
	text-align: center;
	color: white;
	width: 100%;
}

.official {
	text-align: center;
	background: black;
	color: white;
	padding: 7px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	line-height: 10px;
	height: 26px;
	border-bottom: 1px solid #fadd52;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media only screen and (max-width: 1000px) {
	.desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
	body {
    	background: url('../images/background.jpg') #000 no-repeat center 32px;
    	background-size: cover;
    	min-width: 330px;
    }
	.wrap {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.logo {
    	margin-top: 5px;
    }
	#header .wrap {
		padding: 0;
		margin: 0;
	}
	#header .middle {
		width: 100% !important;
		display: inline-block;
		height: 115px;
	}
	#header .middle img {
		width: 93%;
		max-width: 262px;
	}
	#header .middle a {
		display: inline-block;
	}
	#header .left {
		width: 50% !important;
		background: url('../images/assets.png') repeat-x left -29px;
		height: 43px;
	}
	#header .right {
		width: 50% !important;
		background: url('../images/assets.png') repeat-x left -72px;
		height: 43px;
	}
	#header .icon.chat {
		width: 20px;
		height: 20px;
		display: block;
		float: left;
		margin-right: 5px;
	}
	#header .left a {
		line-height: 11px;
		color: white;
		display: block;
		margin: 0 auto;
		width: 72px;
		margin-top: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 43px;
		text-transform: uppercase;
	}
	#header .icon.chat {
		width: 20px;
		height: 20px;
		display: block;
		float: left;
		margin-right: 5px;
		background-size: 20px;
		margin-top: 2px;
	}
	#header .right > a {
		display: none;
	}
	#header {
		height: auto;
		color: white;
		padding-top: 0;
	}
	
	#menu-mobile a {
		text-align: center;
		background: no-repeat;
		height: 32px;
		border-radius: 3px;
		line-height: 43px;
		width: 90%;
		/* display: block; */
		margin: 0 auto;
		margin-bottom: 20px;
		display: none;
	}
	#header .right a {
		font-size: 14px;
		line-height: 20px;
		border: 1px solid white;
		padding: 0;
		font-weight: normal;
		text-transform: uppercase;
		display: block;
		text-align: center;
		width: 67px;
		float: none;
		margin-right: 10px;
		margin-top: -5px;
	}
	#header .right > a {
		display: none;
	}

	#menu {
		height: auto;
		color: white;
		display: none;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	#header .right #menu-mobile a {
		border: none;
		color: black;
		display: block;
		width: 100%;
		margin: 0 auto;
		line-height: 42px;
		height: 100%;
	}
	#header .right #menu-mobile a.active {
		background: url('../images/assets.png') repeat-x left -72px;
		border: none;
		color: black;
		border-radius: 0;
	}
	#menu ul.menu {
		background: none;
		padding: 0;
		margin: 0;
		height: inherit;
		border-radius: 3px;
		text-align: center;
	}
	#menu ul.menu li {
		background: url('../images/assets.png') repeat-x left -156px;
		list-style: none;
		/* height: inherit; */
		line-height: 156px;
		display: inline-block;
		height: 100px;
		background-size: 100px !important;
		border-radius: 5px;
		width: 30%;
		margin-bottom: 3px;
	}
	#menu ul.menu li.active {
		background: url('../images/assets.png') repeat-x left -314px;
	}
	#menu ul.menu li a {
		padding: 0;
		position: relative;
	}
	#content .middle .bola-tangkas {
		height: auto;
		position: relative;
		width: 100%;
		max-width: 500px;
		display: block;
		margin: 0 auto;
		left: 1%;
	}
	#content .background-1 {
		background: #000;
		display: inline-block;
		padding: 0 10px;
		margin-top: 12px;
		border-radius: 5px;
		background-size: 100%;
		width: 100%;
		border: 1px solid #383838;
	}
	#content .background-1 .top {
		padding-top: 20px;
		text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000;
	}
	#content .background-1 .middle {
		padding-top: 20px;
	}
	#content .background-1 .bottom {
		margin-bottom: 10px;
	}
	.card {
		width: 25%
	}
	.card-1 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.card-2 {
		position: absolute;
		top: 20%;
		left: 12%;
		z-index: 1;
	}
	.card-3 {
		position: absolute;
		top: 0;
		left: 24%;
		z-index: 1;
	}
	.card-4 {
		position: absolute;
		top: 20%;
		left: 36%;
		z-index: 1;
	}
	.card-5 {
		position: absolute;
		top: 0;
		left: 48%;
		z-index: 1;
	}
	.card-6 {
		position: absolute;
		top: 20%;
		left: 60%;
		z-index: 1;
	}
	.card-7 {
		position: absolute;
		top: 0;
		left: 72%;
		z-index: 1;
	}
	#content-home .top {
		padding-top: 0;
		font-size: 14px;
	}
	#content-home .middle {
		padding: 25px 0 0;
		display: table;
		height: auto;
	}
	#content .bottom blockquote {
		margin: 0 auto;
		padding: 15px 5px;
	}
	.button {
		background: url('../images/assets.png') repeat-x left -72px;
		height: 54px;
		display: grid;
		width: 100%;
		color: black;
		font-weight: bold;
		text-align: center;
		padding: 18px;
		border-radius: 2px;
		margin: 0 auto;
		border: none;
		font-size: 15px;
	}
	#footer .top {
		display: inline-block;
		width: 100%;
		padding: 0 3px;
	}
	#top h1, #top p {
    	font-size: 11px;
    	display: inline-block;
    	margin-right: 11px;
    	margin-top: 3px;
    	margin-bottom: 0;
    	font-weight: normal;
    	font-family: "Montserrat";
    	line-height: 19px;
    }
	#footer .top .left, #footer .top .middle, #footer .top .right {
		width: 32%;
		margin: 0;
		background: none;
		height: auto;
		padding: 4px;
		display: inline-block;
		float: none;
	}
	#footer .top .left > div, #footer .top .middle > div, #footer .top .right > div {
		background: url('../images/assets.png') repeat-x left -106px;
		background-size: 99px;
		margin: 0 auto;
		display: block;
		width: 100%;
		line-height: 15px;
		text-align: center;
		padding-top: 15px;
		border-radius: 5px;
		font-size: 11px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer .top img {
		float: none;
		margin: 0px auto 10px;
		display: block;
	}
	#footer .bottom {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 0;
	}
	#footer .bottom .left, #footer .bottom .right {
		width: 100%;
		margin-bottom: 15px;
		height: 103px;
		background-size: 86px;
		background-position: center -92px;
	}
	#footer .bottom .left h3, #footer .bottom .right h3 {
		float: left;
		margin: 0;
		width: 100%;
		line-height: 19px;
		font-size: 16px;
		text-align: center;
		margin-bottom: 12px;
	}
	#footer .bottom ul {
		width: 100%;
		height: 47px;
		padding-left: 7%;
	}
	#footer .bottom li {
		height: 25px;
	}
	#footer .bottom ul > div > span {
		text-align: center;
	}
	#footer .bottom li span {
		text-align: center;
	}
	.footer-menu {
		padding-left: 0;
	}
	.footer-menu li {
		width: auto;
	}
	#form input, #form select, #form textarea {
    	width: 100%;
    	padding: 10px;
    	text-align: center;
    	font-size: 16px;
    }
	#content-download .download-section {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
	#content-download .download-section img {
		width: 100%;
	}
	#content #content-bola-tangkas, #content #content-tangkasnet, #content #content-88tangkas {
		text-align: left !important;
	}
	#menu ul.menu li a span {
		width: 100%;
		height: 43px;
		display: block;
		margin-top: 16px;
		position: absolute;
	}
	#menu ul.menu li.active a span {
		background-position: center -44px !important;
	}
	#menu ul.menu li.menu-home a span {
		background: url('../images/home.png') no-repeat center 0px;
	}
	#menu ul.menu li.menu-slot a span {
		background: url('../images/slot.png') no-repeat center 0px;
	}
	#menu ul.menu li.menu-game a span {
		background: url('../images/slot.png') no-repeat center 0px;
	}
	#menu ul.menu li.menu-daftar a span {
		background: url('../images/daftar.png') no-repeat center 0px;
	}
	#menu ul.menu li.menu-bonus a span {
		background: url('../images/promo.png') no-repeat center 0px;
	}
	#menu ul.menu li.menu-panduan a span {
		background: url('../images/panduan.png') no-repeat center 0px;
	}
	#menu ul.menu li.menu-download a span {
		background: url('../images/app.png') no-repeat center 0px;
	}
	#menu ul.menu li.menu-hubungi a span {
		background: url('../images/hubungi.png') no-repeat center 0px;
	}
	
	.footer-menu li::after {
		content: "|";
		margin: 0 8px;
		display: inline-block;
	}
	.brand {
		max-width: 100%;
	}
	.section {
		width: 100%;
		float: left;
		height: auto;
		background: url('../images/purple.png') repeat-x left 0;
		background-size: cover;
		padding: 13px;
		text-align: left;
		border-radius: 3px;
		margin-top: 15px;
	}
	.section h2 {
		text-align: center;
		font-size: 16px;
		margin-top: 10px;
	}
	#content .section ul {
		padding: 0;
		margin-bottom: 0;
	}
	#content .section li {
    	font-size: 15px;
    	text-align: center;
    	list-style: none;
    	background: #edcb2b;
    	padding: 10px;
    	border-radius: 4px;
    	margin-bottom: 10px;
    	color: black;
    }
	#category-list-container > li {
		width: 100% !important;
		border: 1px solid #340c27;
		margin: 0;
	}
	.game-list > div {
		width: 100%;
		float: left;
		padding: 10px;
		border: 1px solid #fadd52;
		margin-top: -1px;
	}
	#osg777 .game-info-container {
		width: 156px;
		height: 180px;
	}
	#joker168 .game-info-container {
		width: 156px;
		height: 180px;
	}
	#category-list-container {
		height: auto;
	}
	#games-category-container {
		padding-top: 25px;
	}
	#sbobet .game-info-container {
		width: 156px;
		height: 130px;
	}
	#sbobet .game-info-container img {
		height: 75px;
	}
	#maxbet .game-info-container {
		width: 155px;
		height: 142px;
	}
	.game-list li img {
		width: 100%;
		height: auto;
	}
	.games-founded {
		height: auto;
	}
	.games-founded > div {
		display: block;
		height: 100%;
	}
	.games-founded .games-founded-image {
		border: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.games-founded .games-founded-image img {
		width: auto;
		border: none;
		max-width: 100%;
		border-radius: 5px;
	}
	.games-founded .games-founded-name {
		width: 100%;
		border: none;
	}
	.games-founded .games-founded-server {
		width: 100%;
		line-height: 25px;
		text-align: center;
		font-weight: bold;
		color: #ddc693;
		border: none;
	}
	.games-founded .games-founded-register {
		width: 100%;
		padding-top: 20px;
		text-align: center;
		border: none;
	}
	.mobile.to-top {
    	background: black;
    	position: fixed;
    	bottom: 65px;
    	right: 10px;
    	padding: 10px;
    	text-align: center;
    	font-size: 10px;
    	line-height: 15px;
    	border: 1px solid #fadd52;
    }
	.server-list #category-list-container > li {
		width: 50% !important;
	}
	.section.mobile {
    	margin-bottom: 20px;
    }
    #sticky-menu {
    	background: url('../images/assets.png') repeat-x left -95px;
    	position: fixed;
    	bottom: 0;
    	width: 100%;
    	height: 55px;
    	background-size: 36px;
    }
    #sticky-menu a:nth-child(1) {
    	border-right: 1px solid black;
    	color: black;
        font-weight: bold;
    }
    #sticky-menu a:nth-child(2) {
    	border-left: 1px solid #f8e180;
    	border-right: 1px solid black;
    	color: black;
        font-weight: bold;
    }
    #sticky-menu a:nth-child(3) {
    	border-left: 1px solid #f8e180;
    	border-right: 1px solid black;
    	color: black;
        font-weight: bold;
    }
    #sticky-menu a:nth-child(4) {
    	border-left: 1px solid #182f3c;
    	background: url('../images/wa-bg.jpg') repeat-x center top;
    }
    #sticky-menu a:nth-child(4) img {
    	position: relative;
    	top: 4px;
    }
    #sticky-menu a {
    	display: block;
    	float: left;
    	height: 100%;
    	text-align: center;
    	width: 25%;
    	line-height: 57px;
    	font-size: 11px;
    	font-weight: normal;
    	color: white;
    	transition: none;
    	-webkit-transition: none;
    	-moz-transition: none;
    	-o-transition: none;
    }
}


