/*@font-face {
    font-family: Roboto-Regular;
    src: url("../fonts/Roboto-Regular.ttf");
}*/

body {
	background: #070920;
	margin: 0px;
	padding : 0px;
	color: #fff;
	/*font-family: "Roboto-Regular";*/
	font-family: arial;
}


.news {
	background: url("../bg-news.webp");
	background-size: 100% 100%;
	color:#000;
	height:30px;
	width: 100%;
	margin: auto;
	margin-bottom: 8px;
	font-family: "Century Gothic";
	color: #ffffff;
}

.news span {
	font-size: 12px;
	position: absolute;
	margin-top: 7px;
	margin-left: 8px;
	font-style: italic;
}
.news marquee {
	font-size: 13px;
	margin-top: 6px;
	font-weight: bold;
	font-size: 14px;
	margin-left: 245px;
	width: 415px;
	font-style: italic;
}

.news marquee a {
	font-size: 13px;
	margin-top: 6px;
	font-weight: bold;
	font-size: 14px;
	margin-left: 250px;
	width: 410px;
	font-style: italic;
}

.news marquee a:link    {
    text-decoration:none;
    color:#ffffff;
}

.news marquee a:visited {
    text-decoration:none;
    color:#ffffff;
}

.news marquee a:active  {
    text-decoration:none;
    color:#ffffff;
}

.news marquee a:hover   {
    text-decoration:none;
    /*color:#edd062;*/
	color:#1c4604;
} 

.header {
	background: url("../bg-header.jpg?v=7");
	/* overflow: hidden; */
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}


.header-left {
	float: left;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 10px;
}

.img-logo {
	margin-top: 20px;
	margin-left:12px;
}

.header-right {
	overflow: hidden;
}


.wrapper {
	width: 1025px;
}

.contact-panel {
	margin-top: 4px;
}

.list-contact {
	padding: 0px;
	margin: 0px;
	display: table;
	margin-left: auto;
}

.list-contact li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 0px 8px;
	font-size: 12px;
	display: inline-block;
	text-align: right;
	vertical-align: sub;
	line-height: 11px;
}


.list-contact li img {
	height: 20px;
	margin-right: 1px;
    vertical-align: middle;
}

.login-panel {
	padding: 36px 10px 0px 0px;
	text-align: right;
}

.loginform {
	font-size: 11px;
	padding-left: 10px;
}

.loginrow {
	margin-bottom: 4px;
}

.btnlogin {
	background: url("../login.png?v=1") repeat-x center;
	font-size: 11px;
	cursor: pointer;
	border: none;
	font-weight: 700;
	text-align: center;
	width: 76px;
	height: 25px;
	color: #000;
	border-radius: 5px;
	font-family: Arial;
	vertical-align: top;
	box-shadow: 1px 1px 2px #111;
}

/* .btnlogin:hover { */
	/* color: #fff; */
/* } */
.btnReg {
	background: url("../daftar.png?v=1") repeat-x center;
	
	font-size: 11px;
	cursor: pointer;
	border: none;
	text-align: center;
	width: 76px;
	height: 24px;
	color: #ffffff;
	border-radius: 5px;
	margin-left: 5px;
	vertical-align: bottom;
	font-family: Arial;
	box-shadow: 1px 1px 2px #111;
}

.btnReg:hover {
	color: #fff;
}
.daftar{
	background: url("../daftar.gif") repeat-x center;
	background-size:auto;
	width:56px;
	height:10px
}
.logout {
	background: url("../btn-reg.png?v=20220105") repeat-x center;
	font-size: 11px;
	cursor: pointer;
	border: none;
	text-align: center;
	width: 76px;
	height: 24px;
	color: #ffffff;
	border-radius: 5px;
	margin-left: 5px;
	vertical-align: bottom;
	font-family: Arial;
	letter-spacing: 1px;
	box-shadow: 1px 1px 2px #111;
}

.logout:hover {
	color: #fc9f08;
}
.loginfield {
	/*width: 88px;*/
	line-height: 13px;
	/*margin-left: 2px;
	margin-right: 2px;*/
	border: 1px solid #000;
	padding: 5px 5px;
	border-radius: 4px;
	font-size: 11px;
}

.selectlang {
	font-size: 11px;
	padding: 3px 2px;
	height: 22px;
}

.imgcode {
	margin-bottom: -7px;
	height: 19px;
}

.imgrefresh {
	height: 14px;
	margin-bottom: -4px;
}


.menu-wrapper {
	font-family: "Myriad Pro", Myriad, Arial;
	width: 100%;
	overflow: hidden;
}
/* .menu-wrapper { */
	/* background: url("../bg-menu.png?v=3"); */
	/* background-size: 100% 100%; */
	/* margin-top: 14px; */
/* } */
.menu-list {
    width: 100%;
    list-style: none;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    padding: 5px 0px;
    background: url("../bg-menu.png?v=5") repeat-x;
    background-size: cover;
    font-size: 12px;
}
/* .menu-wrapper-aflogin { */
	/* background: url("../bg-menu.png?v=1"); */
	/* background-size: 100% 100%; */
	/* margin-top: -7px; */
/* } */
/* .menu-list { */
	/* list-style: none; */
	/* overflow: hidden; */
	/* display: table; */
	/* margin:0px auto; */
	/* padding: 0px; */
	/* font-size: 13px; */
/* } */

.menu-list li {
	display: inline-block;
	margin: 0px 4px 0px 16px;
}

.menu-list li a {
	color: #fff;
	text-decoration: none;
	padding: 16px 0px 12px 10px;
	font-weight: bold;
	display: block;
	
}

.menu-list li a:hover {
	color: #fc9f08;
}

.menu-list-aflogin {
	list-style: none;
	overflow: hidden;
	display: table;
	margin:0px auto;
	padding: 0px;
	font-size: 13px;
}

.menu-list-aflogin li {
	display: inline-block;
	margin: 0px 2px 0px 2px;
}

.menu-list-aflogin li a {
	color: #fff;
	text-decoration: none;
	padding: 10px 4px 12px 18px;
	font-weight: bold;
	display: block;
	
}

.menu-list-aflogin li a:hover {
	color: #fc9f08;
}
.content-left {
	width: 205px;
	float: left;
	overflow: hidden;
	background: #022e58;
}

.menu-games {
	margin: 10px;
	overflow: hidden;
	margin-top: 0px;
}

.btn-early {
	background: url("../bg-early.jpg") repeat-x center;
	font-size: 14px;
	cursor: pointer;
	border: none;
	text-align: center;
	padding: 6px 10px 6px 10px;
	width: 55px;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	margin: auto;
	margin-bottom:5px;
	display: block;
	background-size: 100% 100%;
}

.games-titte {
    background:url("../bg-sport.png") no-repeat center bottom;
    padding: 9px 0px;
    border-radius: 8px 8px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}

.games-list-wrap {
	background: #222222;
	padding: 10px 5px 20px 5px;
}

.games-list-wrap p {
	margin:0px;
}


.games-list {
	background: url("../bg-menuside.png?v=20211006") repeat-x center;
	background-size: auto 100%;
    color: #000;
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 13px;
	margin-bottom: 1px;
	border-radius: 5px 5px 0px 0px;
	padding-left: 15px;
}

.games-list a {
    color: #F5EB08;
	text-decoration: none;
	display:block;
	padding-left: 23px;
	background-position: left center;
	background-size: auto 100%;
}

.games-list a:hover {
    color: #fff;
}

.soccer {
	background: url("../ic-soccer.png") no-repeat;
}

.basketball {
	background: url("../ic-basket.png") no-repeat;
}

.tennis {
	background: url("../ic-tennis.png") no-repeat;
}

.financial {
	background: url("../ic-finalcial.png") no-repeat;
	background-size: 14px auto !important;
}

.icehockey {
	background: url("../ic-iceh.png") no-repeat;
}

.badminton {
	background: url("../ic-badminton.png") no-repeat;
}

.volley {
	background: url("../ic-volley.png") no-repeat;
}

.snoocker {
	background: url("../ic-snooker.png") no-repeat;
	background-size: 14px auto !important;
}

.baseball {
	background: url("../ic-baseball.png") no-repeat;
}

.rugby {
	background: url("../ic-rugby.png") no-repeat;
	background-size: 14px auto !important;
}



.content-right {
	width: 821px;
	overflow: hidden;
	background: url("../bg-content.png?v=20211223") repeat-y;
	background-size: 109% auto;
	/* padding: 10px 0px; */
}

.info-terbaru {
    border-radius: 10px 0px 0px 10px;
    background: #151515;
    color: #e6a322;
    height: 27px;
    margin-bottom: 8px;
    margin-top: 5px;
}

.info-terbaru span {
	position: absolute;
	background: url("../bg-info.jpg") repeat-x;
	background-size: auto 100%;
	padding: 5px 15px;
	font-family: "Century Gothic";
	font-size: 13px;
}
.info-terbaru marquee {
    font-size: 13px;
	margin-top: 6px;
	margin-left: 122px;
}

.banner-1 {
	height: 84px;
	padding:0px 8px;
}

.banner-1 img {
	width: 800px;
	position: absolute;
}

.page-content {
	padding: 14px 10px;
	margin-left:-2px;
}
.arrowleft, .arrowright {
	display: block;
	position: absolute;
	width: 21px;
	height: 21px;
	cursor: pointer;
	background-size: 100% 100% !important;
	overflow: hidden;
}
.arrowleft { background: url(../arrow-left.png) no-repeat; }
.arrowright { background: url(../arrow-right.png) no-repeat;}
			
.slider1left, .slider1right {
	display: block;
    position: absolute;
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('../a22.png') center center no-repeat;
    overflow: hidden;
}

.slider1left { background-position: -10px -31px; }
.slider1right { background-position: -70px -31px; }
.slider1left:hover { background-position: -130px -31px; }
.slider1right:hover { background-position: -190px -31px; }


.baris {
	overflow: hidden;
	margin-top: 4px;
}
.banner-kiri, .banner-kanan {
	width: 49%;
	max-width: 400px;
}

.banner-kanan {
	float: right;
}

.banner-kiri {
	float: left;
}

.banner-kanan-atas {
	margin-bottom: 16px;
}
#sliderkanan img{
	width:400px;
	height:292px;
	repeat:no-repeat;
	object-fit: fill;
}
.list-img-games {
	padding: 0px;
	list-style: none;
	overflow: hidden;
	margin-top:0px;
}

.list-img-games  li {
	float: left;
	width: 18%;
	max-width: 196px;
	margin-right: 18px;
}

.list-img-games  li a {
	overflow:hidden;
	text-decoration: none;
    padding: 5px 0px;
    font-size: 13px;
    cursor: pointer;
    border: none;
    text-align: center;
    width: 100%;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-family: Arial;
    letter-spacing: 1px;
    /* box-shadow: 1px 1px 2px #111; */
    font-family: Arial;
    text-transform: uppercase;
}

.list-img-games  li a img {
	overflow:hidden;
	text-decoration:none;	
	width: 100%;
}

.list-img-games  li:last-child {
	margin-right: 0px;
}

.list-img-games  li:first-child a {
	padding-left: 0px;
	padding-right: 3px;
}

.list-img-games  li:last-child a {
	padding-right: 0px;
	padding-left: 3px;
}

/* .list-img-games  li:nth-child(3) a { */
	/* padding: 0px 3px; */
/* } */

.footer {
	padding:0px 10px;
	background: #070920;
	margin-top:-28px;
}
.copyright{
	font-size: 12px;
    text-align: right;
    padding-bottom: 10px;
    margin: 0px;
}

.txtHeader 
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.txtHeader2 
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.btnMail {
	background: url("../bg-button.jpg") repeat-x center;
	font-size: 11px;
	font-weight: bold;
	border: none;
	color: #d7b028;
	text-align: center;
	padding: 5px 16px 6px 17px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #111;
}

.btnMail a {
	line-height: 25px;
	color: #fff;
	text-decoration: none;
}
