body {
	font-family: 'Roboto Flex', sans-serif;
	/* background: #000; */
	background-image: url("../img/backgroud-tile.png");
	background-repeat: repeat;
	background-size: 300px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00160f;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #00160f;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #00160f;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#header {
	display: flex;
	justify-content: space-between;
}
#header img#logo {
	margin: 10px 0 5px;
	width: 300px;
}
div#btnReg {
	display: inline-block;
	cursor: pointer;
	margin-top: 13px;
	margin-right: 13px;
	vertical-align: top;
}
div#login {
	display: table;
}
div#login div.row {
	display: table-row;
}
span#username {
	padding-left: 28px;
	background: url("../img/box-username.jpg") no-repeat;
}
span#password {
	padding-left: 28px;
	background: url("../img/box-password.jpg") no-repeat;
	vertical-align: top;
}
div.row > span {
	display: table-cell;
}
div.row:first-child span {
	padding-bottom: 2px;
}
/* #code {
	background: url("../img/code.png") no-repeat;
}*/
#code span {
	display: inline-block;
	width: 60px;
	font-size: 22px;
	vertical-align: middle;
	color: #C68905;
	font-weight: bold;
}
input.login {
	width: 156px;
	height: 23px;
	border: none;
	padding: 0px 0 0 5px;
}
input#txtCode {
	width: 96px;
	height: 25px;
	border: none;
	padding: 0 0 0 5px;
}
#btnSignIn {
	background-image: url("../img/login.png");
	width: 165px;
	height: 26px;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}
div#contact {
	color : #fff;
	display: table;
	margin-top: 4px;
}
div#contact > span {
	display: table-cell;
	vertical-align: middle;
}
div#contact > span:nth-child(2n):not(:last-child) {
	padding-right: 5px;
}
#menu {
	margin-top: 10px;
}
#menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.menu {
	text-align: center;
}
.menu a div {
	text-decoration: none;
	color: white;
	font-weight: 900;
}
.menu img {
	width: 50px;
	height: 50px;
}
#news {
	background-image: url("../img/news.png");
	width: 100%;
	height: 30px;
	background-repeat: no-repeat;
	border-top: solid 1px #F1E2AB;
	border-bottom: solid 1px #F1E2AB;
	background-position-y: 3px;
}
#marquee {
	width: 900px;
	padding: 5px 0 0 95px;
}
#mid-content {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}
div#divTogel {
	background: url("../img/togel/bg-togel.png") no-repeat;
	width: 225px;
	padding-top: 30px;
	background-size: 225px 100%;
}
.togel-label {
  display: inline-block;
  color: #E6B52D;
  width: 95px;
  text-indent: 10px;
  line-height: 45px;
  font-weight: 100;
  font-size: 14px;
  text-transform: uppercase;
}
.togel-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.togel-wrapper img {
	width: 24px;
}
div#slider {
	width: 560px;
}
div#vbanner {
	width: 195px;
}
div#vbanner img {
	width: 100%;
}
div#vbanner img:not(:last-child) {
	margin-bottom: 5px;
}
div#games-banner > img {
	width: 1000px;
	margin: 5px 0 5px 0;
}
div#games-banner > div {
	display: flex;
}
div#rbanner {
	text-align: right;
}
span.fgame {
	flex-grow: 1;
}
span.fgame img {
	width: 100%;
}
span.fgame:nth-child(2) {
	padding-right: 3px;
}
span.fgame:nth-child(3) {
	padding-left: 3px;
}
#footer-text {
	color: #fff;
}
