* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    width: 990px;
    margin: 0 auto;
    position: relative;
}
body {
    background: #020406 url(../../images/homepage/bg.jpg) top no-repeat;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear {
    clear: both;
}

/* css rest */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ul,
li {
    list-style-type: none;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover, a:focus, a:active {
	outline: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
}

/* font */
@font-face {
    src: url(../../media/font/MyriadPro-Regular.otf);
    font-family: 'MyriadPro-Regular';
}
@font-face {
    src: url(../../media/font/Play-Regular.ttf);
    font-family: 'Play-Regular';
}
@font-face {
    src: url(../../media/font/Constantia.ttf);
    font-family: 'Constantia';
}
@font-face {
    src: url(../../media/font/Marcellus-Regular.ttf);
    font-family: 'Marcellus-Regular';
}
@font-face {
    src: url(../../media/font/TwCenMT.ttf);
    font-family: 'TwCenMT';
}

/* logo */
.logo {
    margin-top: 25px;
}

/* form */
.from-wrap {
    width: 572px; 
    height: auto;
}
.ui-form {
    margin-top: 20px;
}
button {
    background: rgba(60, 60, 60, 0.5);
    width: 124px;
    height: 29px;
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    border-bottom: 1px solid #2f3033;
    border-right: 1px solid #2f3033;
    border-radius: 4px;
    border-style: inset;
    color: #fff;
    font-family: 'MyriadPro-Regular';
    font-size: 16px;
}
input[type="text"], input[type="password"] {
    width: 156px;
    height: 28px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 6px 9px 23px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 6px 9px 23px -11px rgba(0,0,0,0.75);
    box-shadow: inset 6px 9px 23px -11px rgba(0,0,0,0.75);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0 10px 0 50px;
}
::placeholder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.username, .password {
    position: absolute;
    top: 29px;
    right: 405px;
}
.password {
    right: 250px;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus, input[type="password"]:active,
button:focus, button:active  {
    outline: none;
}
button:hover {
    cursor: pointer;
    background: #d3f4ff;
    color: #000;
}

/* menu */
#menu {
    margin-top: 30px;
}
#menu li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #a6a6a6;
    text-align: center;
    /* width: 114px;
    height: 33px; */
    float: left;
    padding-top: 9px;
}
#menu li a:hover, #menu li a:focus, #menu li a:active {
    /* width: 114px;
    height: 33px;
    background: rgba(29, 28, 28, 0.5);
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    border-bottom: 1px solid #2f3033;
    border-right: 1px solid #2f3033;
    border-radius: 4px;
    border-style: inset; */
    text-shadow: 0 0 10px #d3f4ff, 0 0 10px #d3f4ff;
    color: #d3f4ff;
}
#menu li {
	float: left;
	padding: 1rem;
	position: relative;
    width: 114px;
}
li:hover {
	cursor: pointer;
}
ul li ul {
	visibility: hidden;
    opacity: 0;
    min-width: 10rem;
	position: absolute;
	left: 0;
    display: none;
}
ul li:hover > ul,
ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 999;
}
#dropdown {
    z-index: 999;
    background: #3c3c3c;
    margin-top: 5px;
    margin-left: 15px;
}
#dropdown li a {
    color: #fff;
}
#dropdown li:hover {
    background: #0f75d0;
    width: 250px;
}
#menu {
    margin-top: 20px;
    z-index: 99;
}
#menu li #dropdown a {
    text-decoration: none;
    z-index: 999;
    color: #fff;
}
#menu li #dropdown li:first-child {
    width: 220px;
}
#menu li #dropdown li:nth-child(2) {
    width: 220px;
}
#menu li #dropdown li:nth-child(3) {
    width: 220px;
}
#menu li #dropdown li:nth-child(4) {
    width: 220px;
}
#menu li #dropdown li:nth-child(5) {
    width: 220px;
}
#menu li #dropdown li:last-child {
    width: 220px;
}

/* marquee */
.msg p {
    font-family: 'TwCenMT';
    font-size: 17px;
    font-weight: bold;
    float: left;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(#fff, #cccccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-shadow: 0px 0 10px rgb(255, 255, 255);
}
.msg {
    color: #fff;
    margin-top: 15px;
}
.msg marquee {
    width: 943px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 3px;
}

/* slideshow */
.slideshow {
    position: relative;
}

/* jackpot */
.jackpot {
    background: url(../../images/homepage/jackpot.png);
    width: 990px;
    height: 191px;
    margin-top: -95px;
}
.jackpot div {
    width: 405px;
    height: auto;
    font-family: 'Play-Regular';
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 70px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #767e88));
    background-image: -webkit-linear-gradient(#fff, #767e88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
    text-shadow: 0px 0 10px rgb(255, 255, 255);
}

/* contact */
.contact-wrap {
    background: url(../../images/contact/contact-bg.png);
    width: 991px;
    height: 79px;
    color: #fff;
    padding-top: 22px;
    padding-left: 10px;
    margin-top: 10px;
}
.detail {
    font-family: 'MyriadPro-Regular';
    font-size: 13px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.contact img{
    float: left;
}
.contact li {
    padding-right: 83px;
    float: left;
}
.contact li:last-child {
    padding-right: 0;
}
.contact li:nth-child(3) {
    width: 276px;
    height: auto;
}

/* transaction */
.tbl-result {
    font-family: 'MyriadPro-Regular';
    font-size: 13px;
    text-align: center;
    color: #f0f0f0;
    width: 313px;
    height: 204px;
    background: rgba(29, 28, 28, 0.5);
    border-top: 1px solid #242d3b;
    border-left: 1px solid #242d3b;
    border-bottom: 1px solid #2f3033;
    border-right: 1px solid #2f3033;
    border-style: inset;
}
.transaction-block {
    float: left;
    text-align: center;
}
.tbl-result tr td:last-child {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(#fff, #cccccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-shadow: 0px 0 10px rgb(255, 255, 255);
}
.transaction {
    margin-top: 20px;
}
.transaction .transaction-block:nth-child(2) {
    margin: 0 25.5px;
}

/* welcome */
.welcome {
    width: 100%;
    height: 264px;
    background: rgba(29, 28, 28, 0.5);
    border-top: 1px solid #242d3b;
    border-left: 1px solid #242d3b;
    border-bottom: 1px solid #2f3033;
    border-right: 1px solid #2f3033;
    border-style: inset;
    margin-top: 10px;
    text-align: center;
    padding: 10px 40px;
}
.welcome h1 {
    font-family: 'Marcellus-Regular';
    font-size: 18px;
    margin: 15px 0;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(#fff, #cccccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-shadow: 0px 0 10px rgb(255, 255, 255);
}
.welcome p {
    font-family: 'MyriadPro-Regular';
    font-size: 12px;
    color: #9d9e9f;
    line-height: 1.5;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(#fff, #cccccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-shadow: 0px 0 10px rgb(255, 255, 255);
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #cccccc));
        background-image: -webkit-linear-gradient(#fff, #cccccc);
        color: #000;
    }
}
.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-pulse-grow,
.hvr-pulse-grow,
.hvr-pulse-grow {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.subpage-list li {
    list-style: disc;
}
.adu-wrap {
    font-family: 'MyriadPro-Regular';
    color: #fff;
}
.adu-wrap h1 {
    font-size: 20px;
    margin: 10px 0;
}
.adu-wrap img {
    margin-bottom: 10px;
}
.adu-wrap p {
    margin-bottom: 10px;
}
ul.subpage-list {
    margin-left: 20px;
    margin-bottom: 10px;
}
ol, li {
    list-style-type: decimal;
    /* margin-left: 20px; */
}