@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo.ttf');
}
body {
    background: url("../img/bg.jpg");
    background-repeat: no-repeat;    
    background-size: cover;
    color: #101010;
    font-size: 20px;
    font-family: Cairo,'Times New Roman';
}
.home-box {
    background-color: #3bb78f;
    background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
}
.livedraw-box {
    margin-left: 10px;
}
.add-ons, .livedraw-content {
    display: inline-block;
}
.livedraw-box {
    width: 100%;
}
.header-nav {
    margin: 10px 0;
    display: block;
    position: static;
    text-align: center;
    text-transform: uppercase;
}
.header-nav a {
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px 5px;
    display: inline-block;
}
.header-nav .active  {
    background-color: #01351e;
    color: #fff;
    border: 2px solid #fbcf07;
}
.content-box {
    margin: 30px 0;
}
.livedraw-content {
    position: relative;
    width: 50%;
    height: 450px;
    background: url('../img/4d_template.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.conso-content {
    width: 49%;
    display: inline-block;
    margin-top: 25px;
    vertical-align: top;
    padding: 20px;
    text-align: center;
    border-radius: 25px;
    border: 2px solid #fbcf07;
    animation: shadow_bl infinite 4s ease-in-out;
}
.prize1 {
    position: absolute;
    display: inline;
    right: 175px;
    bottom: 270px;
}
.prize2 {
    position: absolute;
    display: inline;
    right: 175px;
    bottom: 170px;
}
.prize3 {
    position: absolute;
    display: inline;
    right: 175px;
    bottom: 70px;
}
.conso-content tbody tr td {
    padding: 15px 0;
}
.info-box {
    margin: 30px 0;
}
.info-box img {
    width: 33%;
    display: inline-block;
    max-height: 200px;
}
.info-box-img1 {
    animation: zoom ease-in-out 3s;
}
.info-box-img2 {
    animation: zoom ease-in-out 3s;
    animation-delay: 2s;
}
.info-box-img3 {
    animation: zoom ease-in-out 3s;
    animation-delay: 4s;
}
.logo-img {
    max-width: 150px;
}
.logo, .banner {
    display: inline-block;
}
.next-ld-info p {
    display: inline;
}
#countdown {
    font-weight: bold;
}
.logo {
    width: 100%;
    text-align: center;
}
.livedraw-box thead th {
    background: none;
}
.livedraw-box-big {
    display: none;
    text-align: center;
    border: 4px solid #b06530;
    padding: 25px 0;
    margin: 20px 0;
    font-size: larger;
    font-weight: bold;
    box-shadow: 1px 1px 10px 1px #ecc000;
    text-transform: uppercase;
    border-radius: 20px;
}
.livedraw-num {
    width: 40px;
}
.table td p {
    display: block;
    margin-top: 20px;
}

.footer {
    text-align: center;
    font-weight: bold;
}
#last_result {
    text-align: center;
}
#last_result thead th, #last_result tr.odd td, #last_result tr.even td{
    background-color: transparent;
}
.content-box .livedraw-box-big thead th {
    background-color: transparent;
}
.content-box .livedraw-box-big {
    display: block;
}
.au-content-title {
    font-weight: bold;
}
.au-content-title {
    padding: 20px 0;
    font-size: larger;
    text-transform: uppercase;
}
#last_result_length select {
    min-height: 30px;
}
.table tbody tr td {
    vertical-align: middle;
}
@media screen and (max-width : 767px) {
    .logo {
        width: 100%;
    }
}
@media screen and (max-width : 433px) {
    .livedraw-num {
        width: 25px;
        vertical-align: middle;
    }
}
@media screen and (max-width : 395px) {
    .livedraw-num {
        width: 20px;
        vertical-align: middle;
    }
}
@media screen and (max-width : 1200px) {
    .prize1, .prize2, .prize3{
        right: 135px;
    }
}
@media screen and (max-width : 991px) {
    .prize1, .prize2, .prize3{
        right: 85px;
    }
    .info-box img {
        width: 100%;
    }
}
@media screen and (max-width : 767px) {
    .prize1, .prize2, .prize3 {
        right: 40px;
    }
    .livedraw-num {
        width: 35px;
    }
    .prize1 {
        bottom : 260px;
    }
    .prize2 {
        bottom : 180px;
    }
    .prize3 {
        bottom : 95px;
    }
}
@media screen and (max-width : 520px) {
    .prize1, .prize2, .prize3 {
        right: 30px;
    }
}
@media screen and (max-width : 476px) {
    .prize1, .prize2, .prize3 {
        right: 100px;
    }
    .header-nav a {
        width: 40%;
        margin: 10px 0;
    }
    .livedraw-num {
        width: 40px;
    }
    .prize1 {
        bottom: 275px;
    }
    .prize2 {
        bottom: 175px;
    }
    .prize3 {
        bottom: 75px;
    }
    #last_result .livedraw-num {
        width: 20px;
    }
    .livedraw-content, .conso-content{
        width: 100%;
    }
}
@media screen and (max-width : 425px) {
    .livedraw-content .livedraw-num {
        width: 40px;
    }
    .prize1, .prize2, .prize3 {
        right: 90px;
    }
    .prize1 {
        bottom: 275px;
    }
    .prize2 {
        bottom: 175px;
    }
    .prize3 {
        bottom: 75px;
    }
}
@media screen and (max-width : 374px) {
    .prize1, .prize2, .prize3 {
        right: 50px;
    }
}

@keyframes shadow_bl {
    25%{        
        box-shadow: 2px 2px 10px 2px #ff0000;
    }
    75% {        
        box-shadow: 2px 2px 10px 2px #ecc000;
    }
}
@keyframes zoom {
    10% {
        transform: scale(0);
    }
    75% {
        transform: scale(1.3);
    }
}