﻿#banner {
    background: #060606;
    width: 100%;
    height: 450px;
    overflow: hidden
}

#cuteslider_3_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    width: 1920px;
    height: 450px;
    margin-left: -960px;
    overflow: hidden
}

    #cuteslider_3_wrapper .cute-slider {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px
    }

    #cuteslider_3_wrapper .br-slidecontrol {
        bottom: 15px;
        text-align: center
    }

        #cuteslider_3_wrapper .br-slidecontrol ul {
            position: absolute;
            bottom: 6px;
            left: 50%;
            margin-left: -50px
        }

            #cuteslider_3_wrapper .br-slidecontrol ul li {
                margin-left: 6px;
                width: 15px;
                height: 15px;
                background-color: #fff;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%
            }

                #cuteslider_3_wrapper .br-slidecontrol ul li .br-control-selected {
                    width: 15px;
                    height: 15px;
                    background-color: #effe00;
                    -moz-border-radius: 100%;
                    -webkit-border-radius: 100%;
                    border-radius: 100%
                }

    #cuteslider_3_wrapper.cs-circleslight .br-thumb-up {
        left: -36px
    }

        #cuteslider_3_wrapper.cs-circleslight .br-thumb-up .br-thumb-img {
            z-index: 2;
            top: -25px;
            left: 0;
            width: 120px;
            height: 60px
        }

        #cuteslider_3_wrapper.cs-circleslight .br-thumb-up .br-thumb-frame {
            top: -25px;
            width: 120px;
            height: 60px;
            background: none
        }

            #cuteslider_3_wrapper.cs-circleslight .br-thumb-up .br-thumb-frame:before {
                content: '';
                position: absolute;
                top: -5px;
                left: -5px;
                width: 130px;
                height: 70px;
                background: #fff;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px
            }

        #cuteslider_3_wrapper.cs-circleslight .br-thumb-up .br-thumb-img img {
            position: relative;
            margin-left: -80px
        }

#content {
    top: -73px;
    background: url('../images/bg2.webp') no-repeat center top
}

#footer {
    position: relative;
    top: -72px
}

.slot-machine {
    height: 960px;
    padding-top: 122px;
    background: #1c1208 url('../images/bg2.webp') no-repeat center top
}

    .slot-machine .jackpot {
        color: #fff;
        font-size: 25px;
        text-align: center
    }

        .slot-machine .jackpot span {
            color: #f8ed60;
            font-size: 30px;
            font-weight: bold;
            text-align: center
        }

    .slot-machine .top-list {
        display: block;
        margin: 85px 0 153px;
        font-size: 0;
        text-align: center
    }

        .slot-machine .top-list li {
            position: relative;
            display: inline-block;
            width: 194px;
            height: 86px;
            vertical-align: top;
            background: no-repeat center top
        }

            .slot-machine .top-list li.quick {
                background-image: url('../images/quick.webp')
            }

            .slot-machine .top-list li.vip {
                background-image: url('../images/vip.webp')
            }

            .slot-machine .top-list li.envelope {
                background-image: url('../images/envelope.webp')
            }

            .slot-machine .top-list li.competition {
                background-image: url('../images/competition.webp')
            }

            .slot-machine .top-list li.betting-lobby {
                background-image: url('../images/betting_lobby.webp')
            }

            .slot-machine .top-list li:hover {
                background-position-y: bottom
            }

            .slot-machine .top-list li + li:before {
                content: '';
                position: absolute;
                top: -11px;
                left: -6px;
                width: 12px;
                height: 114px;
                background-image: url('../images/line.webp')
            }

            .slot-machine .top-list li a {
                display: block;
                height: 100%
            }

#game-box {
    display: block;
    width: 1135px;
    font-size: 0;
    text-align: left;
    overflow: hidden
}

    #game-box li {
        display: inline-block;
        width: 207px;
        height: 338px;
        margin-left: 11px;
        vertical-align: top;
        background: no-repeat center top
    }

        #game-box li:hover {
            background-position-y: bottom
        }

        #game-box li a {
            display: block;
            height: 100%;
            padding: 285px 10px 0;
            color: #fff;
            font-size: 13px;
            text-align: center;
            text-decoration: none;
            opacity: .2;
            filter: alpha(opacity=20)
        }

        #game-box li:hover a {
            color: #fcdb42;
            opacity: 1;
            filter: alpha(opacity=100)
        }

        #game-box li[data-img="live"] {
            background-image: url('../images/live.webp')
        }

        #game-box li[data-img="sport"] {
            background-image: url('../images/sport.webp')
        }

        #game-box li[data-img="board"] {
            background-image: url('../images/board.webp')
        }

        #game-box li[data-img="slot"] {
            background-image: url('../images/slot.webp')
        }

        #game-box li[data-img="lottery"] {
            background-image: url('../images/lottery.webp')
        }

.home-bottom {
    background: #2b1a02
}

    .home-bottom ul {
        display: block;
        font-size: 0;
        text-align: center
    }

        .home-bottom ul li {
            position: relative;
            display: inline-block;
            height: 586px;
            vertical-align: top
        }

            .home-bottom ul li[bottom-bg="left"] {
                width: 453px;
                background-image: url('../images/service.webp')
            }

                .home-bottom ul li[bottom-bg="left"] > span {
                    position: absolute;
                    color: #fbe484;
                    font-size: 44px
                }

                    .home-bottom ul li[bottom-bg="left"] > span.deposit {
                        top: 178px;
                        right: 106px
                    }

                    .home-bottom ul li[bottom-bg="left"] > span.withdraw {
                        top: 290px;
                        right: 102px
                    }

            .home-bottom ul li[bottom-bg="center"] {
                width: 357px;
                padding: 168px 35px 0 38px;
                text-align: left;
                background-image: url('../images/product.webp')
            }

            .home-bottom ul li[bottom-bg="right"] {
                width: 416px;
                background-image: url('../images/help.webp')
            }

            .home-bottom ul li h3 {
                margin-bottom: 17px;
                color: #f9e484;
                font-size: 18px;
                font-weight: normal
            }

            .home-bottom ul li p {
                font-size: 12px;
                color: #ffd1a0;
                opacity: .3;
                filter: alpha(opacity=30)
            }

.banner {
    position: relative;
    overflow: hidden;
}

.banner-view {
    position: relative;
    height: 100%;
    z-index: 1;
    background-color: #090b22;
    background-repeat: no-repeat;
}

    .banner-view i {
        position: relative;
        display: block;
        float: left;
        background-repeat: no-repeat;
    }

.banner-btn {
    position: absolute;
    width: 100%;
    height: 0;
    top: 45%;
    font-family: "ו";
    font-size: 20px;
    z-index: 2;
}

    .banner-btn span {
        display: block;
        float: left;
        width: 50px;
        line-height: 50px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.7);
        color: #74dcff;
        cursor: pointer;
        font-weight: 800;
    }

        .banner-btn span:hover {
            background-color: rgba(0, 0, 0, 0.6);
        }

        .banner-btn span + span {
            float: right;
        }

.banner-number {
    position: absolute;
    bottom: 35px;
    width: 100%;
    height: 0;
    font-size: 0;
    text-align: center;
    z-index: 2;
}

    .banner-number > * {
        display: inline-block;
        border: 2px solid #fff;
        border-radius: 50%;
        margin: 0 8px;
        width: 10px;
        height: 10px;
        background-color: #00c3ff;
        cursor: pointer;
    }

        .banner-number > *:hover,
        .banner-number > *.on {
            background-color: #ffc300;
        }

.banner-progres {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
    z-index: 1;
}

    .banner-progres i {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 3px;
        display: block;
        height: 100%;
        width: 0;
    }

.jackpot i {
    font-style: normal;
    color: #f8ed60
}
