﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	background: none repeat scroll 0% 0% transparent;	
	text-align:left;
}

html {
	background: url(../img/bg.jpg) no-repeat top fixed;
	background-size: cover;
}

body {
	font-size: 14px;
	font-family: arial;
	min-width: 1024px;
}

a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

a img {
	border: none;
}

a:hover {
	opacity: 0.5;
}

ul {
	list-style-type: none;
}

p {
	text-align: justify;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 20px;
	color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* FF, Safari, Opera—p */

.clearfix {
	display: inline-block;
}

/* IE7, MacIE5—p */

/* The Following Hidden From MacIE \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
	height: inherit;
}

.clear {
	clear: both;
	height: 0;
}

.container {
	max-width: 1024px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#sectionWrapper {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	/*background: rgba(0,0,0,0.7);*/
}

#sectionWrapper #sectionHeader {
	width: 100%;
	height: 110px;
	position: relative;
	margin: 0 auto;
	background: #067353;
}

#sectionWrapper #sectionHeader #sectionLogo {
	height: 50px;
	width: 295pxpx;
	left: 16px;
	top: 35px;
	position: absolute;
}

#sectionWrapper #sectionHeader .login {
	width: 480px;
	height: 56px;
	top: 30px;
	right: 16px;
	position: absolute;
}

#sectionWrapper #sectionHeader .login input {
	width: 121px;
	height: 25px;
	line-height: 26px;
	border: none;
	position: absolute;
	font-size: 12px;
	padding: 0px 5px;
	border: #fff;
	border-radius: 2px;
	border: 1px solid #1e5f6e;
	top: 0;
	color: #000;
	font-weight: 700;

}

#sectionWrapper #sectionHeader .login input.username {
	left: 149px;
	top: 0px;
}

#sectionWrapper #sectionHeader .login input.password {
	left: 149px;
	top: 29px;
}

#sectionWrapper #sectionHeader .login input.code {
	left: 286px;
	top: 0px;
	font-weight: 700;
}

#sectionWrapper #sectionHeader .login input.captchaCode {
	left: 286px;
	top: 29px;
}

#sectionWrapper #sectionHeader .login input[type="button"] {
	padding: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;

}

#sectionWrapper #sectionHeader .login input.btn-login {
	background: url(../img/login.png) no-repeat;
	right: 0px;
	width: 144px;
	height: 56px;
	top: 0px;
}

#sectionWrapper #sectionHeader .login input.btn-register {
	background: url(../img/register.png) no-repeat;
	left: 0px;
	width: 144px;
	height: 56px;
	top: 0px;
}

#sectionWrapper #sectionMenu {
	width: 100%;
	height: 40px;
	background: #035b3a;
	border-bottom: 1px solid #7ef142;

}

#sectionWrapper #sectionMenu ul {
	list-style: none;
}

#sectionWrapper #sectionMenu ul li {
	float: left;
	padding: 10px 8px 0px 8px;
}

#sectionWrapper #sectionMenu ul li a {
	color: #fff;
	text-transform: uppercase;
	line-height: 25px;
	/* font-weight: bold; */
	font-size: 18px;
	font-family: Roboto Condensed,sans-serif;
}

#sectionWrapper #sectionInfo {
	width: 880px;
	height: 39px;
	background: url(../img/info.png) no-repeat left center;
	position: relative;
	margin: 0 auto;
	padding: 0 24px 0 120px;
}

#sectionWrapper #sectionInfo marquee {
	line-height: 39px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 39px;
}

#sectionWrapper #slider {
	float: left;
	width: 1024px;
	height: 338px;
}

.sub-menu .gameNav li:hover {
	text-decoration: underline !important
}

.main_width {
	width: 1024px;
	background-color: #164d59
}

.arrow-down {
	margin-top: 5px;
}

.sub-menu {
	top: 18px;
	padding-top: 23px;
	padding-bottom: 23px
}

.arrow-down-submenu {
	font-size: 13px;
	color: #fff
}

.sub-menu .gameNav li {
	margin: 10px -16px 0 0 !important;
}

.numbercode {
	border: none;
	font-size: 16px;
	margin: 0;
	margin-left: 4px;
	color: #757575;
	text-align: center;
	background: #ffffff;
	padding: 4px;
	border: 1px solid #065f6d;
}

.slide-holder li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	display: inline-block;
	text-align: center;
	z-index: 0
}

.slide-holder li.active {
	z-index: 1
}

.slide-holder li+li {
	display: none
}

.slide-holder li img {
	width: 100%
}

.carousel {
	position: relative;
	float: left;
	width: 767px;
	height: 336px;
	margin-bottom: 1px;
	border: 1px solid #7ef142
}

.carousel-nav {
	position: absolute;
	bottom: 0;
	height: auto;
	margin: 0;
	padding-bottom: 10px;
	left: 10px;
	text-align: left;
	z-index: 1
}

.carousel-nav a {
	width: 61px;
	height: 5 px;
	margin: 1px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 0;
	line-height: 0;
	text-indent: none;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #d0d5db;
	background: #d0d5db
}

.carousel-nav a.active {
	border: 2px solid #7ef142;
	background: #7ef142
}


#sectionWrapper .contact {
	width: 252px;
	height: 338px;
	float: right;
	background: url(../img/bg-contact.jpg) no-repeat;
	position: relative;
}

.first-game-wrap {
	width: 1024px;
	height: 80px;
	background: url(../img/game_bg.jpg);
	margin: 0 auto;
}

.TogelCountry {
	height: 25px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
	color: #dbeea9;
}

.TogelDate {
	color: #d5d3d3;
}

.TogelCell img {
	margin-top: 7px;
	vertical-align: middle;
}


#sectionWrapper #sectionBank {
	width: 100%;
	height: 48px;
	background: #035b3a;
}

#sectionWrapper #sectionBank .bank {
	position: relative;
}

#sectionWrapper #sectionBank .bank .facebook {
	position: absolute;
	right: 0px;
	top: 9px;
}

#sectionWrapper #sectionBank .bank .instagram {
	position: absolute;
	right: 50px;
	top: 9px;

}

#sectionWrapper #sectionTransection {
	position: relative;
	width: 960px;
	height: 270px;
	background: url(../img/transection.png) no-repeat;
}

#sectionWrapper #sectionTransection .transection {
	position: absolute;
	width: 180px;
	height: auto;
	top: 85px;
}

#sectionWrapper #sectionTransection .deposit {

	left: 70px;
}

#sectionWrapper #sectionTransection .withdraw {
	right: 60px;

}

#sectionWrapper #sectionTransection .transection table {
	border-collapse: collapse;
	width: 180px;
}

#sectionWrapper #sectionTransection .transection table td {
	height: 36px;
	line-height: 36px;
	border: 0;
	padding: 0 5px;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}

#sectionWrapper #sectionTransection .transection table td:nth-child(1) {
	width: 50%;
	text-align: left;
}

#sectionWrapper #sectionTransection .transection table td:nth-child(2) {
	width: 50%;
	text-align: right;
}

#sectionWrapper #sectionTransection .jackpot {
	width: 225px;
	height: 55px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	font-family: "Impact", serif;
	left: 390px;
}

#sectionWrapper #sectionTransection .poker {
	top: 80px;
}

#sectionWrapper #sectionTransection .capsa {
	top: 150px;
}

#sectionWrapper #sectionTransection .domino {
	top: 220px;
}

#sectionWrapper #sectionFooter {
	background: #0f363d;
	padding: 20px 0;
	font-family: 'arial';
	color: #fff;
	text-align: center;
}

#sectionWrapper #sectionFooter h2,
#sectionWrapper #sectionFooter p {
	text-align: center;
}

#sectionWrapper #sectionFooter h2 {
	margin-bottom: 20px;
}

.footer-text {
	margin: 20px 0 20px 0;
}


.news-wrap {
	background: #035b3a url(../img/news.png) no-repeat 3px 50%;
	height: 35px;
}

marquee {
	font-size: 13px;
	width: 92%;
	height: 35px;
	line-height: 35px;
	float: right;
	color: #fff;
}

a.navbar2 {
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

#banner a {
	width: 70px;
	height: 140px;
	position: fixed;
	top: 200px;
}
