﻿


.winner-fishing-bg {
    background: url('../images/winners/Fishermen-gold/fishing-winner-bg.jpg') top center no-repeat;
    background-size: cover;
    height: 1124px;
    padding-top: 20px;
}

.fishermen-logo {
    margin: 0px auto;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 400px;
}

.main-winners-container {
    background: url(../images/winners/Fishermen-gold/table-bg.jpg) top center no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 986px;
    /* height: 659px; */
    display: block;
    margin: 0 auto;
    border: 5px solid #b6993d;
    position: relative;
    background-color: #013511;
    padding-bottom: 10px;
}

.frst {
    background: url(../images/winners/Fishermen-gold/1st.png) top center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 30px;
    color: #f8eb87;
}

.scnd {
    background: url(../images/winners/Fishermen-gold/2nd.png) top center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 30px;
    color: #e4e4e2;
}

.thrd {
    background: url(../images/winners/Fishermen-gold/3rd.png) top center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 30px;
    color: #d1af8a;
}

    .thrd font, .scnd font, .frst font {
        font-size: 10px;
    }

.main-winners-container h2 {
    font-size: 33px;
    font-family: "Roboto";
    color: rgb(254, 231, 27);
    text-transform: uppercase;
    line-height: 174px;
    text-shadow: 1.408px 2.649px 0px rgba(7, 65, 25, 0.63);
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    padding-left: 50px;
    width: 50%;
    float: left;
}

.week2, .week3, .week4, .week5, .week6 {
    display: none;
}

.main-winners-container select {
    color: #fee71b;
    font-size: 18px;
    padding: 5px;
    float: right;
    margin-right: 50px;
    margin-top: 69px;
    background-color: #023211;
    width: 300px;
    border: 0px;
}


.flareLeft {
    position: absolute;
    height: 438px;
    width: 78px;
    top: 0;
    left: -40px;
    z-index: 9;
    background: url(/Content/VIP/images/flare.png) no-repeat;
}

.flareRight {
    position: absolute;
    height: 300px;
    width: 78px;
    bottom: 0;
    right: -40px;
    z-index: 9;
    background: url(/Content/VIP/images/flareR.png) no-repeat;
}

.main-winners-container table td:nth-of-type(1) {
    font-size: 20px;
    padding: 30px 0;
}

.fishertext {
    font-size: 35px;
    text-align: center;
    color: #ffffff;
}

.fisher-vn {
    padding-bottom: 0;
}

.fisher-text {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 20px 0;
}

.main-winners-container table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: #fff;
    max-width: 960px;
    font-size: 18px;
    margin: 0 auto;
}

    .main-winners-container table th {
        background: #023211;
        color: #fee71b;
        font-size: 18px;
    }

    .main-winners-container table tr:nth-last-of-type(even) {
        background: #0e4821;
        border-bottom: 1px solid #023211;
    }

    .main-winners-container table tr:nth-last-of-type(odd) {
        background: #135d2b;
        border-bottom: 1px solid #023211;
    }

    .main-winners-container table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    .main-winners-container table tr {
        background: #f8f8f8;
        padding: .35em;
    }

    .main-winners-container table th,
    .main-winners-container table td {
        padding: .625em;
        text-align: center;
    }

    .main-winners-container table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

/****************************************************/

.winners-menu {
    width: 100%;
    max-width: 1000px;
    height: 50px;
    display: block;
    margin: 0px auto;
    border-radius: 10px;
    text-align: center;
}

    .winners-menu a {
        width: 50%;
        display: inline-block;
        /*float: left;*/
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        color: #fee71b;
        background: #023211;
        height: 50px;
        border-radius: 10px;
        transition: all 0.5s ease;
        font-weight: 600;
    }

        .winners-menu a:hover {
            color: #023211;
            background: #fee71b;
            transition: all 0.5s ease;
        }

        .winners-menu a.active {
            /*float: left;*/
            text-align: center;
            line-height: 50px;
            font-size: 18px;
            color: #023211;
            background: #fee71b;
            height: 50px;
            border-radius: 10px;
        }



@media screen and (max-width: 1024px) {
    .flareLeft, .flareRight {
        display:none;
    }
    .winner-fishing-bg {
        padding: 10px 5px;
        height:auto;
    }
    .main-winners-container {
        padding-top:120px;
    }
    .main-winners-container table td:nth-of-type(1) {
        font-size: 16px;
        padding: 10px 0;
    }
    .main-winners-container h2 {
        font-size: 20px;
        line-height: normal;
        text-shadow: 1.408px 2.649px 0px rgba(0, 0, 0, 1);
        padding-left: 0px;
        width: 100%;
        float: left;
        text-align: center;
    }
        .main-winners-container table th,
        .main-winners-container table td {
            padding: .625em 0;
            text-align: center;
        }
}
@media (max-width:870px) {

    .winners-menu {
        background: #023211;
        width: 95%;
        max-width: 1000px;
        height: auto;
        display: block;
        margin: 0px auto;
        border-radius: 10px;
    }

        .winners-menu a {
            width: 100%;
            border-bottom: 1px solid #135d2b;
        }
}
@media screen and (max-width: 736px) {
    /* width */
    :: -webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #023211;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgb(204, 235, 16);
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .flareLeft, .flareRight {
        display: none;
    }

    /*.main-winners-container h2 {
        font-size: 26px;
        line-height: 93px;
        text-shadow: 1.408px 2.649px 0px rgba(0, 0, 0, 1);
        padding-left: 0px;
        width: 100%;
        float: left;
        text-align: center;
    }*/

    .main-winners-container select {
        color: #0f682b;
        font-size: 18px;
        padding: 5px;
        float: initial;
        margin: 0 auto;
        margin-bottom: 30px;
        display: block;
        width: 239px;
    }

    .main-winners-container {
        /*width: 95%;*/
        position: relative;
        /*overflow: scroll;
        overflow-x: hidden;*/
    }

        .main-winners-container table {
            border: 0;
        }

            .main-winners-container table caption {
                font-size: 1.3em;
            }

            .main-winners-container table thead {
                border: none;
                clip: rect(0 0 0 0);
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px;
            }

            .main-winners-container table tr {
                border-bottom: 3px solid #ddd;
                display: block;
                margin-bottom: .625em;
            }

            .main-winners-container table td {
                border-bottom: 1px solid #ddd;
                display: block;
                font-size: .8em;
                text-align: right;
            }

                .main-winners-container table td:before {
                    content: attr(data-label);
                    float: left;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                .main-winners-container table td:last-child {
                    border-bottom: 0;
                }
}
@media screen and (max-width: 540px) {
    .fisher-text {
        width:100%;
        height:auto;
    }
}
