/*General.css*/

* {
    padding: 0px;
    margin: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-family: Time New Roman; */
}

.wrapper {
    width: 990px !important;
    margin: 0 auto;
    position: relative;
}

body {
    background:#000000 url(../../images/bg.jpg) center top no-repeat;
}

.clear {
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/* import font */

@font-face {
    font-family: myFirstFont;
    src: url(../../media/font/Acme-Regular.ttf);
}

/* end import font */

/*reset.css*/

/* 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%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*end reset*/

@font-face {
    font-family: RobotoSlab;
    src: url(../font/RobotoSlab-Regular.ttf);
}

@font-face {
    font-family: Marcellus;
    src: url(../font/Marcellus-Regular.ttf);
}

@font-face {
    font-family: Kievit;
    src: url(../font/Kievit-Italic.ttf);
}

@font-face {
    font-family: Megatron;
    src: url(../font/Megatron-Condensed.otf);
}
@font-face {
    font-family: Zurich_Bold_BT;
    src: url(../font/Zurich_Bold_BT.ttf);
}

/* header */

.header {
    width: 100%;
    height: auto;
}

.logo {
    float: left;
    position: relative;
    margin: 5px auto 5px;
}
input[name="username"],input[name="password"],input[name="login"],input[name="daftar"]
{
    background: #fffbea;
    width: 123px;
    height: 28px;
    padding: 0 0 0 8px;
    outline: none;
    border: none;
    font-size: 13px;
    font-family: Arial;
    text-align: center;
}

input[name="password"]{
}

input[name="login"],input[name="daftar"]
{
    background: linear-gradient(#810303, #870405, #b42020);
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    height: 33px;
    border-radius: 3px;
    font-family: Kievit;
}
.register {
    width: 40%;
    float: right;
    margin: 25px 15px 0px 0px;
}

.register li {
    float: right;
    padding: 3px;
}
/* marquee */
.marquee-div {
    margin: 15px auto 1px;
}

.info {
    width: 23px;
    height: 16px;
    background: url(../../images/icon/sound.png) center no-repeat;
}

#runningText {
    float: right;
    width: 97%;
    color: #fff;
    font-family: Arial;
    font-size: 13px;
    margin-top: -19px;
    margin-right: 6px;
}

.menu li {
    float: left;
    padding: 5px 29px;
}
.menu li:hover a {
    -webkit-mask-image:linear-gradient(-75deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);
    -webkit-mask-size:200%;
    animation:shine 1s infinite
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position:150%
    }

    to {
        -webkit-mask-position:-50%
    }
}

.menu li:nth-of-type(1) {
    position: relative;
    left: 40px;
}

.menu li:nth-of-type(2) {
    position: relative;
    left: 52px;
}

.menu li:nth-of-type(3) {
    position: relative;
    left: 58px;
}

.menu li:nth-of-type(4) {
    position: relative;
    left: 29px;
}

.menu li:nth-of-type(5) {padding-left: 35px;}

.menu li:nth-of-type(6) {padding-left: 26px;}

.menu li:nth-of-type(1):before{
    display: none;
}

.menu li a {
    color: #fffbea;
    text-decoration: none;
    font-size: 17px;
    font-family: Kievit;
}
/* end header */

/* content */
.block {
    margin: 10px auto 10px;
}

.more-fun,.contact-us,.banks{
    width:319px;
    height: 185px;
    background: url(../../images/morefun.png) center no-repeat;
    float: left; 
    margin-right: 5px;
    border:2px solid #cfbabafa;
}

.contact-us li {
    float: left;
    background: url(../../images/contact-bg.png) center no-repeat;
    width: 154px;
    height: 37px;
    margin: 21px 0 0 5px;
}

.banks li {
    float: left;
    width: 104px;
    height: 67px;
    margin: 10px 0 0 0px;
}

h3.contact-title {
    color: #fff;
    font-size: 26px;
    margin: 35px auto 0;
    font-family: Kievit;
    letter-spacing: 3px;
}
.contact-us img {
    vertical-align: middle;
    margin: -6px 0 0 0;
}

.banks img {
    margin: 7px 0 0 0;
}
.contact-us a {
    text-decoration: none;
    color: #e11217;
    font-size: 13px;
    font-weight:bold;
    font-family: Arial;
}

.contact-us p {
    margin: -18px 0 0 0px;
}

.contact-us,.banks{
    background: url(../../images/block-bg.png) center no-repeat;
    width: 327px;
}

.banks{
    float: right;
}

.games li {
    float: left;
    padding: 0 0px;
    margin: 0 0 0 4px;
}

.games {
    margin: 0 0 0 -5px;
}

.title1 {
    text-align: center;
    font-size: 21px;
    color: #ff0006d1;
    font-family: Kievit;
    margin: 10px auto 10px;
}

.content{
    text-align: center;
    font-size: 15px;
    color: #d3d1d1;
/*    font-family: Arial;*/
    line-height: 32px;
/*    font-weight: 600;*/
}
.footer {
    width: 100%;
    height: auto;
}

.footer-bg{
    background: url(../../images/footer-bg.png) center no-repeat;
    width:613px;
    height: 1px;
    margin: 0 auto 20px;
}

.copy-right {
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-family: Arial;
    margin: 15px auto 0;
}

/* end content */

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}