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;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1;
    color: #fff !important;
    font-family: prompt,arial;
    background-image: url(../img/bg-fair.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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
}

#bodywrap {
    width: 1000px;
    margin: 0 auto;
    background: #081f2f;
    padding: 15px;
    border: 2px solid #00dfff;
    box-shadow: 0 0 30px 5px #a2fbf2;
}

#headwrap {
    width: 100%;
    text-align: center;
    padding-top: 15px
}

.loginform {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
}

.login, .daftar {
}

.login:hover, .daftar:hover {
    cursor: pointer
}

.login {
    border: 0;
    font-size: 30px;
    line-height: 40px;
    height: 45px;
    width: 85%;
    margin: 5px 0 10px;
    font-family: tahoma,arial;
    background: #0282fa;
    color: #000000!important;
    margin: 0 auto;
    text-decoration: none;
  -webkit-animation: glowing 2500ms infinite;
  -moz-animation: glowing 2500ms infinite;
  -o-animation: glowing 2500ms infinite;
  animation: glowing 2500ms infinite;
}

.daftar {
    border: 0;
    font-size: 30px;
    line-height: 40px;
    height: 45px;
    width: 85%;
    font-family: tahoma,arial;
    background: #ffffff;
    color: #000000!important;
    margin: 10px auto;
    text-decoration: none;
  -webkit-animation: glowing 2500ms infinite;
  -moz-animation: glowing 2500ms infinite;
  -o-animation: glowing 2500ms infinite;
  animation: glowing 2500ms infinite;
}

@-webkit-keyframes glowing {
    0% { background-color: #ffffff; -webkit-box-shadow: 0 0 3px #ffffff; }
    50% { background-color: none; -webkit-box-shadow: 0 0 20px #00c3ff; }
    100% { background-color: #ffffff; -webkit-box-shadow: 0 0 3px #ffffff; }
}
  
  @-moz-keyframes glowing {
    0% { background-color: #ffffff; -moz-box-shadow: 0 0 3px #ffffff; }
    50% { background-color: none; -moz-box-shadow: 0 0 20px #00c3ff; }
    100% { background-color: #ffffff; -moz-box-shadow: 0 0 3px #ffffff; }
}
  
  @-o-keyframes glowing {
    0% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
    50% { background-color: none; box-shadow: 0 0 20px #00c3ff; }
    100% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
}
  
  @keyframes glowing {
    0% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
    50% { background-color: none; box-shadow: 0 0 20px #00c3ff; }
    100% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
}

.logo img {
    max-width: 60%
}

.floating {  
    animation-name: floating;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(-20px,  0px); }
    50%  { transform: translate(5px, 0px); }
    to   { transform: translate(-20px, -0px); }    
}

#news {
    width: 100%;
    height: 37px;
    padding: 20px 0 0;
    font-family: prompt,arial;
    text-transform: uppercase
}

#jackpot {
    margin: 10px 0 15px;
    font-size: 34px;
    letter-spacing: 4px;
    text-shadow: 0 0 2px #999
}

.slide {
    margin-bottom: 10px
}

h1,h2,h3 {
    font-weight: 200 !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #00daff!important;
}

h1 {
    font-size: 24px !important;
}

h2 {
    font-size: 22px !important;
}

h3 {
    font-size: 20px !important;
}

p {
    line-height: 1.8;
    margin-bottom: 18px
}

a:link,a:visited,a:hover {
    color: #00b8e5;
    text-decoration: none;
}

ul li {
    list-style: circle;
    padding-left: 10px;
    list-style-position: inside;
    margin-bottom: 7px
}

ol li {
    list-style: decimal;
    padding-left: 10px;
    list-style-position: inside;
    margin-bottom: 7px
}

img {
    max-width: 100%
}

.date {
    font-size: 12px;
    background: #0282fa;
    padding: 5px 0 5px 10px;
    border: 1px solid #333;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.copyright {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    background: #fff;
    width: 100%;
    margin-top: 28px;
    padding: 5px 0px 5px 0px;
}

.kontener {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    margin: 10px 0
}

.change .kontener {
    margin-bottom: 20px
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 2px;
    background-color: #f5f5f5;
    margin: 6px 0;
    transition: .4s;
    box-shadow: 0 0 3px #fff
}

.change .bar1 {
    opacity: 1
}

.change .bar2 {
    opacity: 1
}

.change .bar3 {
    opacity: 1
}

.tombol {
    float: right;
    width: 35px
}

.menu {
    transition: .7s;
    float: left;
    margin: 5px 0;
    height: 0;
    width: 100%
}

.change .menu {
    display: block;
    float: left;
    height: 40px;
}

.change .menu ul {
    margin: 0
}

.menu ul li {
    color: #fff;
    float: left;
    width: 22%;
    text-align: center;
    list-style: none;
    padding: 5px;
    display: none
}

.change .menu ul li {
    list-style: none;
    padding: 5px;
    display: block
}

@media screen and (max-width: 480px) {
    #bodywrap {
        max-width:96%;
        margin: 0 auto
    }

    #news {
        font-size: 14px;
        height: 20px
    }

    .login,.daftar {
        width: 65%;
        margin: 10px auto;
        height: 37px;
        line-height: 35px;
        font-size: 16px;
        font-weight: 700
    }

    p {
        text-align: justify
    }
}

@media screen and (max-width: 320px) {
    #bodywrap {
        max-width:96%;
        margin: 0 auto
    }

    p {
        text-align: justify
    }
}

.footer-out {
    margin: -13px;
}
