* {
    margin: 0;
    padding: 0;
}

body {
    margin: auto;
    vertical-align: middle;
    font-family: 'Work Sans', sans-serif;
    background: #000;
}

.sk-circle {
    margin: 5px auto;
    padding: 10px;
    width: 47px;
    height: 47px;
    position: relative;
    box-sizing: border-box;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: white;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
                transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
                transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

a {
    text-decoration: none;
    color: #fff;
}

.bg-header {
    width: 100%;
    background: #1d3a69;
}

.header {
    width: 80%;
    display: block;
    text-align: center;
    margin: auto;
}

.logo {
    display: inline-block;
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
}

.menu {
    display: inline-block;
    width: 68%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
    vertical-align: bottom;
}
.menu p {
    text-align: right;
    margin-bottom: 50px;
    font-size: 16px;
    color: #fff;
}
.menu a {
    display: inline-block;
    width: 24%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.menu a:hover,
.menu a:active,
.menu a:focus {
    color: #90ccff;
}

.bg-body {
    width: 100%;
    background-image: linear-gradient(#1d3a69, #081c31);
}

.body {
    width: 80%;
    display: block;
    margin: auto;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.body h2 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.result {
    width: 70%;
    margin: auto;
    text-align: center;
    font-weight: bold;
    border-spacing: 5px;
}
.result td { font-size: 26px; }
.result ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.result ul li {
    float: left;
    font-size: 36px;
    width: 57px;
    height: 57px;
    line-height: 57px;
    background-image: url('../img/bg-result.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
}
#no-bg {
    background-image: none;
    color: #fff;
    text-align: justify;
    width: 45%;
}

.bg-footer {
    width: 100%;
    background-image: url('../img/bg-bottom.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.footer {
    width: 80%;
    text-align: center;
    margin: auto;
    color: #fff;
}

.footer img {
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.easy {
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(0,0,0,0.6);
    font-size: 28px;
    border-radius: 0 0 7px 7px;
}

.banner {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 15px;
}

.banner img {
    display: inline-block;
    width: 20%;
    margin: auto;
}

.prize {
    width: 50%;
    text-align: center;
    margin: auto;
}
.prize th {
    font-size: 36px;
	background: -webkit-linear-gradient(#ffdf00 40%, #996515 60%, #e6be8a 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prize td {
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: bold;
}

.history {
    width: 100%;
    text-align: center;
    margin: auto;
    border-collapse: collapse;
}
.history th {
    font-size: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: rgba(212,175,55,0.8);
}
.history td {
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5b358;
}

.copy { font-size: 18px; }

@media only screen and (max-device-width: 1000px) {
    .sk-circle {
        margin: 2px auto;
        padding: 10px;
        width: 15px;
        height: 15px;
    }
    .header { width: 100%; }
    .logo { width: 80%; }
    .logo img { width: 70%; }
    .menu {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: auto;
        vertical-align: middle;
    }
    .menu p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }
    .menu a { font-size: 18px; }
    .body { width: 100%; }
    .body h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .result { width: 95%; }
    .result td { font-size: 14px; }
    .result ul li {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin-right: 5px;
    }
    #no-bg { width: 35%; }
    .prize th { font-size: 20px; }
    .prize td { font-size: 24px; }
    .history th {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 12px;
    }
    .history td {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 11px;
    }
    .footer { width: 100%; }
    .footer img {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .easy {
        font-size: 16px;
        border-radius: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .banner {
        display: block;
        padding-bottom: 5px;
    }
    .banner img { width: 20%; }
    .copy { font-size: 10px; }
}

.pagination{margin:20px 0;height:36px;padding:0;}
.pager,.pagination ul{margin-left:0;*zoom:1}
.pagination ul{padding:0;display:inline-block;*display:inline;margin-bottom:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}
.pagination li{display:inline}
.pagination a{float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:0}
.pagination .active a,.pagination a:hover{background-color:#f5f5f5;color:#94999E}
.pagination .active a{color:#94999E;cursor:default}
.pagination .disabled a,.pagination .disabled a:hover,.pagination .disabled span{color:#94999E;background-color:transparent;cursor:default}
.pagination li:first-child a,.pagination li:first-child span{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}
.pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}
.pagination-centered{text-align:center}
.pagination-right{text-align:right}
.pager{margin-bottom:18px;text-align:center}
.pager:after,.pager:before{display:table;content:""}
.pager li{display:inline}
.pager a{display:inline-block;padding:5px 12px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}
.pager a:hover{text-decoration:none;background-color:#f5f5f5}
.pager .next a{float:right}
.pager .previous a{float:left}
.pager .disabled a,.pager .disabled a:hover{color:#999;background-color:#fff;cursor:default}
.pagination .prev.disabled span{float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:1}
.pagination .next.disabled span{float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:0}
.pagination li.active, .pagination li.disabled {
	float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:0
}
.pagination li.active {
	background: #364E63;
	color: #fff;
}
.pagination li:first-child {
	    border-left-width: 1px;
}
