
body {
    background: #fff;
    color: #333333;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    overflow-x: hidden;
    width: 100%;
    /*position: relative;*/
}


#container {
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}


#confirmationModal .btn-default {
    color: #FFF;
    background-color: #f32937;
    border-color: #FFF;
}



#confirmButton {
    background: #a20036;
    color: #fff;
}


#confirmButton:hover {
    background: green;
    color: #fff;
}


.popcontent {
    text-align: center;
    color: #fff;
    margin-top: 50px;
    font-size: 24px;
}


.sweet {
    max-width: 159px;
    bottom: 125px;
}

.table-container {
    text-align: center;
    background: url(../images/desk.png) no-repeat center;
    /* max-width: 890px; */
    /*height: 194px;*/
    position: relative;
    text-align: center;
    bottom: 103px;
}

.inside {
    display:inline-block;
}


/*sparkle animation start*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,900|Montez);

.sparkley {
  
    border: none;
    font-weight: normal;
    border-radius: 3px;
    transition: all 0.25s ease;


}

    .sparkley:hover {
       
        color: rgba(255, 255, 255, 0.2);
    }






/*sparkle animation end*/








.swone {
    /*animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;*/
    cursor: pointer;
}

        .swone.disabled {
            /*-webkit-filter: grayscale(1);
            filter: grayscale(1);*/
            cursor: not-allowed;
            /*animation-name: floating;
            -webkit-animation-name: floating;
            animation-duration: 2s;
            -webkit-animation-duration: 2s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;*/
          
        }

.swone:hover {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
}


.swtwo {
    /*animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;*/
    cursor: pointer;
}

    .swtwo.disabled {
        /*-webkit-filter: grayscale(1);
        filter: grayscale(1);*/
        cursor: not-allowed;
        /*animation-name: floating;
        -webkit-animation-name: floating;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;*/
    }


    .swtwo:hover {
        animation-name: floating;
        -webkit-animation-name: floating;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        cursor: pointer;
    }

    .swthree {
        /*animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;*/
        cursor: pointer;
    }

    .swthree.disabled {
        /*-webkit-filter: grayscale(1);
        filter: grayscale(1);*/
        cursor: not-allowed;
        /*animation-name: floating;
        -webkit-animation-name: floating;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;*/
    }

.swthree:hover {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
}


        .swfour {
            /*animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;*/
            cursor: pointer;
        }

    .swfour.disabled {
        /*-webkit-filter: grayscale(1);
        filter: grayscale(1);*/
        cursor: not-allowed;
        /*animation-name: floating;
        -webkit-animation-name: floating;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;*/
    }


.swfour:hover {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: #a20036;
    color:#fff;
    opacity: 10;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}


.close:hover, .close:focus {
    color: yellow;
    filter: alpha(opacity=50);
    opacity: 10;
}



#confirmButton {
    width: 100%;
    border-radius: 0;
}

.modal-body {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 400;
    color: #a6a6a6;
    color: #a6a6a6;
}

.thanksmsg {
    position: absolute;
    bottom: 0%;
    left: 25%;
    right: 25%;
}



    .thanksmsg p {
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 4px 3px 8px #000000;
    }


    .sky {
        height: 100%;
        color: #FFF;
        display: block;
        z-index: 1;
    }

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}


.close {
    color: #ffba00;
    text-shadow: none;

}

.maintop {
    background: rgba(0, 0, 0, 0.8);
    padding: 4px;
    /*border: 2px solid #deaa53;*/
}

.maintext h1 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #c40040;
    text-transform: inherit;
    margin: 0px auto 0px 0;
    text-shadow: 3px 1px 10px #000000;
}

.maintext h2 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: inherit;
    margin: 0px auto 0px 0;
    text-shadow: 3px 1px 10px #000000;
}


.maintext p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-shadow: 3px 1px 5px #000000;
}



#page3 {
    position: absolute;
    width: 100%;
    display: inline-block;
    z-index: 6;
    bottom: 0;
}




.profile {
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 60px 0px 0px 0px;
}

.player-info-adj {
    padding: 0px 0px 2px 6px;
}

.player-name {
    border-radius: 4px 4px 0px 0px;
    padding: 1px;
    text-align: center;
    background-color: #d60b07;
    color: #fff;
}


    .player-name h4 {
        font-size: 17px;
        color:#fff;
    }


.total-points {
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    text-align: center;
    background-color: #1b1d21;
    /*margin: 30px 0 0 0;*/
}

    .total-points h3 {
        font-size: 40px;
        margin: 0px;
        color: #fff600;
        font-weight: 700;
    }

    .total-points h4 {
        font-size: 16px;
        color: #fff;
        margin: 0px;
    }




#redemptionMsg3 {
    margin: 30px auto 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 2px 3px #ffffff;
}


.LoaderBalls {
    width: 90px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.LoaderBalls__item {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00f1ca;
}

    .LoaderBalls__item:nth-child(1) {
        animation: bouncing 0.4s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
    }

    .LoaderBalls__item:nth-child(2) {
        animation: bouncing 0.4s 0.1s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
    }

    .LoaderBalls__item:nth-child(3) {
        animation: bouncing 0.4s 0.2s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
    }

@keyframes bouncing {
    0% {
        transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
    }

    100% {
        transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
    }
}



.snowflake {
    background: url("../images/snowflake.png") no-repeat top center;
    background-position: 0px 5px;
}

.specialicons h4 {
    margin-bottom: 40px;
    color: #399b12;
    font-weight: bold;
}

.signboard {
    background: url(../images/sign-login.png) no-repeat center;
    max-width: 392px;
    height: 371px;
    text-align: center;
    position: relative;
    z-index: 21;
    /*margin-top:-100px;*/
}

.button {
    text-align: center;
    /* box-shadow: 1px 1px 1px #fff; */
    -moz-box-shadow: 1px 1px 1px #fff;
    /* -webkit-box-shadow: 1px 1px 1px #fff; */
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.modalbg {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}


    .modalbg p {
        text-align: center;
        color: #fff;
        font-size: 22px;
        font-weight: normal;
        margin: 40px auto;
        /* max-width: 350px; */
        line-height: 24px;
        text-shadow: 2px 2px 3px #000;
    }

        .modalbg p.fineprint {
            color: #b93613;
            font-weight: bold;
            text-align: center;
            font-size: 17px;
            text-shadow: 2px 2px 5px #c1f5ee;
        }

    .modalbg h2 {
        text-align: center;
        color: #ffea00;
        font-weight: bold;
        font-size: 26px;
        margin-top: 40px;
        text-shadow: 4px 1px 5px #000;
    }

    .modalbg h3 {
        text-align: center;
        color: #399b12;
        font-size: 30px;
        text-shadow: 1px 2px 3px #ffffff;
        font-weight: bold;
    }






    .modalbg .dialog {
        background: url(../images/popup-orange.jpg) no-repeat #020612;
        max-width: 600px;
        width: 100%;
        min-height: 400px;
        position: relative;
        /* top: -1000px; */
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 0 0 10px #000;
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;
    }

        .modalbg .dialog .ie7 {
            filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
        }




    .modalbg .dialoggold {
        background: url(../images/rose_v5.gif) no-repeat #100842;
        background-size: contain;
        background-position: bottom center;
        max-width: 600px;
        width: 100%;
        min-height: 600px;
        position: relative;
        /* top: -1000px; */
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 0 0 10px #000;
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;
    }



.points {
    position: absolute;
    margin: 50px auto 0;
    top: 26%;
    left: 16%;
}

    .points h4 {
        max-width: 270px;
        color: palegreen;
        text-shadow: 1px 2px 2px #000;
    }


.signboard h3 {
    max-width: 350px;
    padding: 10px;
}



.gifts {
    position: absolute;
    bottom: 11%;
    max-width: 960px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: block;
    z-index: 20;
}


    .gifts .one:hover {
        animation-name: floating;
        -webkit-animation-name: floating;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        cursor: pointer;
    }

    .gifts .two:hover {
        animation-name: floating;
        -webkit-animation-name: floating;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        cursor: pointer;
    }

    .gifts .three:hover {
        animation-name: floating;
        -webkit-animation-name: floating;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        cursor: pointer;
    }

/*.gift1 {
    max-width: 135px;
    height: 147px;
}

.gift2 {
max-width:200px;
height:204px;
}


.gift3 {
    max-width: 135px;
    height: 147px;
}*/



.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



.dsktop {
    display: block;
}

.mb {
    text-align: center;
}

.mobile {
    display: none;
}

.modal-content {
    min-height: 200px;
}


@keyframes glowing {
    0% {
        box-shadow: 0 0 -10px #95f7e4;
    }

    40% {
        box-shadow: 0 0 20px #95f7e4;
    }

    60% {
        box-shadow: 0 0 20px #95f7e4;
    }

    100% {
        box-shadow: 0 0 -10px #95f7e4;
    }
}

.glow {
    animation: glowing 5000ms infinite;
}


.sword {
    max-width: 253px;
    min-height: 448px;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari 3-8 */
    transform: rotate(20deg);
}


.shadowfilter {
    -webkit-filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.floating2 {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}



@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}



.viewpromobut {
    background: #d60b07;
    /*padding: 10px 20px;*/
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    /* border-radius: 4px; */
    float: none;
    text-transform: uppercase;
    max-width: 350px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

    .viewpromobut a {
       color:#fff;
    }

    .viewpromobut:hover {
        background: #59af00;
        cursor: pointer;
        text-decoration: none;
    }


    .viewpromobut a:visited {
        color: #fff;
    }

    .viewpromobut a:hover {
        color: #fff;
        text-decoration: none;
    }

.winnerblock h4 {
    width: 50px;
    height: 50px;
    background: #ffba00;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}




.Dest1copy, .Dest1img, .Dest2img, .Dest2copy, .Dest3copy, .Dest3img, .Dest4img, .Dest4copy, .Dest5copy, .Dest5img {
    padding: 0;
}

#winners {
    margin: 0 auto;
}

    #winners p {
        font: 300 14px/12px 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 10px;
    }

.winnerblock {
    height: 170px;
    width: 32%;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #000;
}

    .winnerblock:hover {
        background: darkgreen;
        -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
        -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
        transition: transform ease-out 0.1s, background 0.2s;
    }


.mobile h5 {
    text-align: center;
}


.leaderboard-section h4 {
    text-align: center;
    color: #ffba00;
}


.leaderboard-section .winnerblock h3 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 0;
    text-align: center;
    margin: 20px auto;
    color: darkgrey;
    letter-spacing: normal;
    margin-right: 0;
    border-bottom: none;
    border-top: none;
}




.leaderboard-section .winnerblock h4 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 44px;
    padding: 15px 0;
    text-align: center;
    margin: 20px auto;
    color: #000;
}

.winnerblockSoon {
    margin: 27px;
    height: 170px;
    /* width: 100%; */
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(33, 150, 243, 0.42);
    padding: 15px;
}

    .winnerblockSoon:hover {
        background: rgb(0, 154, 222);
        -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
        -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
        transition: transform ease-out 0.1s, background 0.2s;
    }


@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}






.gameWindowWrapper {
    width: 1024px;
    height: 768px;
    margin: 30px auto 0;
    background: url(../images/loader.gif) no-repeat center center;
}

.withIcon {
    background: url("../images/clover.png") no-repeat;
    background-position: 0px 5px;
}


.specialicons {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
}

.masklogo {
    margin: -10px;
}


.table-striped {
    margin: 10px auto;
}

#tab-2 .table-striped {
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}



.img {
    margin: 0 auto;
    display: block;
}

    .img img {
    }



/*#leaderboard1,
#leaderboard2,
#leaderboard3,
#leaderboard4,
#leaderboard5
{
    width:100%;
}*/

.leaderboard-section h3 {
    display: block;
    position: relative;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .65em;
    margin-right: -0.65em;
    font-size: 14px;
    border-bottom: 1px #fff dashed;
    border-top: 1px #fff dashed;
    padding: 3px 0;
    text-align: center;
    max-width: 500px;
    margin: 20px auto 40px;
    color: #fff;
}






#leaderboard1 h2, #leaderboard2 h2, #leaderboard3 h2, #leaderboard4 h2, #leaderboard5 h2 {
    color: #54cc10;
    margin: 20px auto 0;
    font-size: 28px;
    text-align: center;
}


#butweek1, #butweek2, #butweek3, #butweek4, #butweek5 {
    margin-bottom: 20px;
}
/*#leaderboard-section h3 {
    color: #399b12;
}*/

#leaderboard-section h2 {
    text-align: center;
    font-size: 8em;
    font-weight: bold;
    color: #ffba00;
    margin: 0 auto;
}

#leaderboard-section .winnersbuttons {
    max-width: 338px;
    margin: 0 auto;
    padding: 10px 5px;
}

#leaderboard-section .section-title-more {
    color: #fff;
}

#leaderboard-section .toptext h3 {
    color: #54cc10;
    /* text-shadow: 1px 2px 15px #000; */
    padding: 5px;
    line-height: 1;
    height: 50px;
}

leaderboard-section .toptext p {
    color: grey;
}

/*Lets start with the cloud formation rather*/
/*The container will also serve as the SKY*/
/*Time to animate*/
.x1 {
    -webkit-animation: moveclouds 60s linear infinite;
    -moz-animation: moveclouds 60s linear infinite;
    -o-animation: moveclouds 60s linear infinite;
    opacity: 0.4;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
    left: 200px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.);
    opacity: 0.4; /*opacity proportional to the size*/
    /*Speed will also be proportional to the size and opacity*/
    /*More the speed. Less the time in 's' = seconds*/
    -webkit-animation: moveclouds 35s linear infinite;
    -moz-animation: moveclouds 35s linear infinite;
    -o-animation: moveclouds 35s linear infinite;
}

.x3 {
    left: -250px;
    top: -200px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.4; /*opacity proportional to the size*/
    -webkit-animation: moveclouds 50s linear infinite;
    -moz-animation: moveclouds 50s linear infinite;
    -o-animation: moveclouds 50s linear infinite;
}

.x4 {
    left: 470px;
    top: -250px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.4; /*opacity proportional to the size*/
    -webkit-animation: moveclouds 30s linear infinite;
    -moz-animation: moveclouds 30s linear infinite;
    -o-animation: moveclouds 30s linear infinite;
}

.x5 {
    left: -150px;
    top: -150px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.4;
    -webkit-animation: moveclouds 50s linear infinite;
    -moz-animation: moveclouds 50s linear infinite;
    -o-animation: moveclouds 50s linear infinite;
}

@-webkit-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

@-moz-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

@-o-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}


/*sparkley effect end*/


a {
    outline: 0 !important;
    color: #399b12;
    text-decoration: none !important;
}

    a:visited {
        color: #399b12;
    }

    a:hover {
        color: #d60b07;
    }




.giveaway {
    padding: 0 0 20px 0;
}


    .giveaway button.submitPoints {
        margin-bottom: 30px;
    }


    .giveaway h2 {
        color: #54cc10;
        background: #262634;
        padding: 5px;
        margin: 0 auto;
        line-height: 1;
        font-size: 28px;
        text-align: center;
    }

    .giveaway h3 {
        color: #ffba00;
        margin: 0;
        padding: 8px;
        font-size: 13px;
        line-height: 20px;
    }


    .giveaway h4 {
        color: #ed0e6f;
        padding: 8px 0 0 8px;
        font-size: 17px;
        text-align: center;
    }

    .giveaway p {
        color: #fff;
        text-shadow: 1px 2px 15px #000;
        padding: 0 8px;
        font-size: 12px;
    }

.luckydraw {
    background: #262634;
    padding: 10px 2px 1px 2px;
    min-height: 160px;
    margin: 0 auto;
}


@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}






.giveaway1:hover,
.giveaway2:hover,
.giveaway3:hover,
.giveaway4:hover {
    cursor: pointer;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.giveaway1.grey:hover,
.giveaway2.grey:hover,
.giveaway3.grey:hover,
.giveaway4.grey:hover {
    cursor: not-allowed;
}

.green {
    color: #54cc10;
}

.giveawayimg, .giveawayimg2, .giveawayimg3, .giveawayimg4, .giveawayimg5 {
    max-width: 100%;
}

.giveaway img {
    width: 100%;
}

.giveaway .grey h2,
.giveaway .grey h3,
.giveaway .grey .green,
.giveaway .grey p {
    color: #555;
}






/*greyscale once week is over*/

.giveaway .grey img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}






.giveaway2:hover,
.giveaway3:hover,
.giveaway4:hover {
    cursor: pointer;
}

h1 {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin: 30px auto 0px 0;
}


h1.end {
    margin:0;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.slotleft {
    max-width: 100%;
}

.slotright {
    max-width: 100%;
}

.vs {
    position: relative;
    margin: 200px 0 0 0;
}

.slots .vs img {
    width: 165%;
}

.slots img {
    width: 100%;
}

.wagers {
    text-align: center;
    background: #000;
    max-width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 29px;
    animation: glowing 4000ms infinite;
    border: 1px solid #00c081;
}


    .wagers p {
        font-size: 14px;
        padding-top: 10px;
        text-align: center;
        line-height: 11px;
        margin-bottom: 0;
    }

#leaderboard-section .wagers h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #ffba00;
    margin: 0 auto;
    padding: 5px;
}


#leaderboard-section h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #399b12;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0px 20px 20px 20px;
}

.view {
    margin: 20px auto 0;
}

/*.view {
    margin: 20px auto;
}*/

/*h3:after {
  content: ' ';
  width: 100%;
  max-width: 485px;
  border-top: 2px solid #337AB7;
  height: 1px;
  margin: 20px 0 30px;
}*/
h4 {
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    color: darkgrey;
    /*max-width: 798px;*/
    /*margin: 0 auto;*/
    line-height: 22px;
}

h5 {
    color: #ffba00;
    font-weight: 600;
    padding: 3px;
    font-size: 22px;
    margin: 50px auto 0px;
    text-transform: uppercase;
}

h6 {
    color: #399b12;
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    text-align: center;
}

.tab-content h6 {
    text-align: left;
}




form {
    margin-bottom: 50px;
}

#DisplayPoints {
    height: 20px;
    margin: 20px 0 40px 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
}



::selection {
    /* webkit */
    background: #337ab7;
    color: #ffffff;
}

::-moz-selection {
    /* gecko */
    background: #F60;
    color: #ffffff;
}

.falllogo {
    text-align: center;
    margin: 35px auto 1px;
    /*-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;*/
    max-width: 438px;
}

    .falllogo img {
        width: 100%;
    }


.falllogo2 {
    text-align: center;
    margin: 30px auto 20px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    max-width: 550px;
}

    .falllogo2 img {
        width: 100%;
    }


.socials {
    margin: 0px auto;
    text-align: center;
}

    .socials a {
        margin: 0 10px;
    }



.bat.disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: not-allowed;
   
}

 

  




.bat-container {
    width: 133.3333333333px;
    height: 66.6666666667px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#bat1, #bat2, #bat3, #bat4, #bat5, #bat6 {
    float: left;
    position: relative;
    cursor: pointer;
}

#bat1 {
    right: 375px;
    bottom: 29px;
}



#bat2 {
    right: 219px;
    bottom: 69px;
}

#bat3 {
    right: 59px;
    bottom: 164px;
}

#bat4 {
    left: 114px;
    bottom: 221px;
}

#bat5 {
    left: 261px;
    bottom: 303px;
}

#bat6 {
    left: 413px;
    bottom: 311px;
}

.bat-below {
    position: absolute;
    background: #399b12;
    color: #fff;
    padding: 2px;
    bottom: -28px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
    text-align: center;
    /* animation: glowing 4000ms infinite; */
    border: 1px solid #00c081;
    /* background: rgba(0, 0, 0, 0.8); */
}

.bottom {
       /* right: 50%; */
    /* width: 100%; */
    max-width: 539px;
    /* height: 371px; */
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 4%;
    /* left: 46px; */
    /* left: 50%; */
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
    /* right: 0; */
    margin-bottom: 0px;
}



.bat {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    transform: translatey(10px);
    animation: bat 0.5s ease-in 0s infinite alternate;
}

    .bat-bg, .bat:before, .bat:after, .bat > span {
        background: url("data:image/png;base64,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+utoeJt6PWrAZ2MQnlhF58CDXjJJkgFYktRrqxeCbyPeUy4Hjqc1HVqajXwt+ZsIu2PTppMgda4s8ZJJkgzAkqR+BeBm4e13geWEkTtHNjUXDcIo8JXAp2NbpdEhAD/YISBLkiRJ0ryl3XZfw9Qzf9NZtpvFf7eDVfORdspeBPyFzrtCPzd+vZutSZJmxAaKJGku8inQKZj8gnCETQ2nP2t+mjEELwPex9QR3vx91wBLkgzAkqSeWxTfprW/FeBo3PhK3VOPz63fAsey8q7idVprgJ0CLUkyAEuSemaNLHhUCSO/p+LmV+qu1KHyGVrHbLULwJIkGYAlST0LJGkEeDKG3uOBxYTpz47GqVvSKPDZ8TmWjwLXgaVeIkmSAViS1Csp3KY1wLUYin/ppVGPpE6Xz2WBGELni1OgJUkGYElS3wLwQuBG4A/xY6c/q9vS1Ocz4/Os2ub5KEmSAViS1DP5LtDHE0binP6sXrdXvpt9rlZ4HkqSZACWJHVVs00A/pWXRT3WyJ5r18f3K8Bq2fuSJBmAJUk9kYLHdTj9Wb3XJIz4LgYOzz6/yEsjSTIAS5J6oZKF3HVp7f7s9Gf1KwQDHElYF7warY4YSZIMwJKknpgANo+B+Fgvh/qkEZ9zFwMXxjbMQi+LJMkALEnqpUXAlsCdwOlZOJF6rRafa2ndeQrArgGWJBmAJUk9sQGwFnAKYfpzFac/qz/S8+xX8f21vSSSJAOwJKmX94xN49sTvZeoz9JMg78AlwPreUkkSQZgSVIvpGmmmxNG304shBKp19Ju0A3gLOCRheemJEkGYElSV20DXAFcYwDWAKSwex6OAEuSDMCSpB7bCjgtvl/zcqjPUofLGVk7xk4YSZIBWJLUVfX4di3gd14ODTgAXwPcSmtKtCRJBmBJUldUaK2/fAg4sxBGpH4/HxcDNwHrZJ+TJMkALEnqmocBVwK3ZaFYGkQAbhLOonYaviTJACxJ6okFwKWEkV/vIRq02wgzEsDOGEnSDNhrKkmaiTS9dE3CussHDBwaoPTcWwpMAMtwCrQkSZKkLlvoJdCQsTNfkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkmbh/wOhSZd0UcDSWQAAAABJRU5ErkJggg==");
        background-size: cover;
    }

    .bat:before {
        content: '';
        display: block;
        width: 44%;
        height: 100%;
        background-position: 0 0;
        transform-origin: 100% 46%;
        transform: rotate3d(1, 0.8, 0.1, 50deg);
        animation: left-wing 0.5s ease-in 0s infinite alternate;
    }

    .bat:after {
        content: '';
        display: block;
        width: 44%;
        height: 100%;
        background-position: 100% 0;
        transform-origin: 0 46%;
        transform: rotate3d(-1, 0.8, 0.1, -50deg);
        animation: right-wing 0.5s ease-in 0s infinite alternate;
    }

    .bat > span {
        width: 12%;
        height: 100%;
        background-position: 50% 0;
    }

@keyframes bat {
    0% {
        transform: translatey(10px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes left-wing {
    0% {
        transform: rotate3d(1, 0.8, 0.1, 50deg);
    }

    100% {
        transform: rotate3d(-1, -0.3, -0.1, 35deg);
    }
}

@keyframes right-wing {
    0% {
        transform: rotate3d(-1, 0.8, 0.1, -50deg);
    }

    100% {
        transform: rotate3d(1, -0.3, -0.1, -35deg);
    }
}












div.column {
    /* The background image must be 800px wide */
    max-width: 100%;
}

figure.fixedratio {
    /*padding-top: 58%;*/
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    position:relative;
}

.fixed-bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.img-respon {
    width: 100%;
}


.img-100 {
    width: 100%;
    max-width: 500px;
}



#bunny1 {
    max-width: 108px;
    position: absolute;
    width: 100%;
    left: 12%;
    bottom: 21%;
    cursor:pointer;
}

#bunny2 {
    width: 100%;
    max-width: 146px;
    position: absolute;
    right: 29%;
    bottom: 13%;
    cursor: pointer;
}

#bunny3 {
    max-width: 89px;
    width: 100%;
    position: absolute;
    left: 30%;
    bottom: 18%;
    cursor: pointer;
}

#bunny4 {
    max-width: 146px;
    width: 100%;
    position: absolute;
    right: 19%;
    bottom: 4%;
    cursor: pointer;
}

#bunny5 {
    max-width: 94px;
    width: 100%;
    position: absolute;
    right: 32%;
    bottom: 41%;
    cursor: pointer;
}

#bunny6 {
    max-width: 128px;
    width: 100%;
    position: absolute;
    right: 21%;
    bottom: 18%;
    cursor: pointer;
}





/*fog start*/
#foglayer_01 {
    width: 200%;
    height: 100%;
    position: absolute;
    animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
    -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
    z-index: 10;
}

    #foglayer_01 .image01, #foglayer_01 .image02 {
        background: url(../img/fog1.png) repeat-x bottom left transparent;
        background-size: 100%;
        width: 50%;
        height: 100%;
        float: left;
    }

#foglayer_02 {
    width: 200%;
    height: 100%;
    position: absolute;
    animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
    -webkit-animation: foglayer_01_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
    z-index: 10;
}

    #foglayer_02 .image01, #foglayer_02 .image02 {
        background: url(../img/fog2.png) repeat-x bottom left transparent;
        background-size: 100%;
        width: 50%;
        height: 100%;
        float: left;
    }

#foglayer_03 {
    width: 200%;
    height: 100%;
    position: absolute;
    animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
    -webkit-animation: foglayer_01_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
    z-index: 10;
}

    #foglayer_03 .image01, #foglayer_03 .image02 {
        background: url(../img/fog2.png) repeat-x bottom left transparent;
        background-size: 100%;
        width: 50%;
        height: 100%;
        float: left;
    }

@keyframes foglayer_01_opacity {
    0% {
        opacity: .1;
    }

    22% {
        opacity: .5;
    }

    40% {
        opacity: .28;
    }

    58% {
        opacity: .4;
    }

    80% {
        opacity: .16;
    }

    100% {
        opacity: .1;
    }
}

@-webkit-keyframes foglayer_01_opacity {
    0% {
        opacity: .1;
    }

    22% {
        opacity: .5;
    }

    40% {
        opacity: .28;
    }

    58% {
        opacity: .4;
    }

    80% {
        opacity: .16;
    }

    100% {
        opacity: .1;
    }
}

@keyframes foglayer_02_opacity {
    0% {
        opacity: .5;
    }

    25% {
        opacity: .2;
    }

    50% {
        opacity: .1;
    }

    80% {
        opacity: .3;
    }

    100% {
        opacity: .5;
    }
}

@-webkit-keyframes foglayer_02_opacity {
    0% {
        opacity: .5;
    }

    25% {
        opacity: .2;
    }

    50% {
        opacity: .1;
    }

    80% {
        opacity: .3;
    }

    100% {
        opacity: .5;
    }
}

@keyframes foglayer_03_opacity {
    0% {
        opacity: .8;
    }

    27% {
        opacity: .2;
    }

    52% {
        opacity: .6;
    }

    68% {
        opacity: .3;
    }

    100% {
        opacity: .8;
    }
}

@-webkit-keyframes foglayer_03_opacity {
    0% {
        opacity: .8;
    }

    27% {
        opacity: .2;
    }

    52% {
        opacity: .6;
    }

    68% {
        opacity: .3;
    }

    100% {
        opacity: .8;
    }
}

@keyframes foglayer_moveme {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@-webkit-keyframes foglayer_moveme {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}


/*fog end*/





.Dest1, .Dest2, .Dest3, .Dest4, .Dest5 {
    background: #000;
    margin-bottom: 20px;
    border: 1px solid #ffba00;
}




/*.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}*/

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}





#info .modal-content {
    background-color: rgba(0, 0, 0, 100 );
    color: #FFF;
}

#info .modal-header {
    border-bottom: 0px solid #e5e5e5;
}

#info .modal-footer {
    border-top: 0px solid #e5e5e5;
}

#info .dif-col {
    color: #ffa300;
}

#info .dif-col-b {
    color: #527e0f;
    font-weight: bold;
}

#info .whitelink {
    color: #FFF;
    text-decoration: underline;
}

#info h4 {
    color: #a20037;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    /* max-width: 600px; */
    margin: 0 auto;
    text-transform: uppercase;
}

#info h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px 5px;
}

#info p {
    margin: 0 0 0px;
    font-size: 13px;
}

#info .btn-default {
    color: #fff;
    background-color: #a20037;
    border-color: transparent;
}


/*#info {
    background: #00558E;
    font-size: 1.0em;
    margin-top: 12px;
    color: #ffffff;
    cursor: pointer;
}

    #info:hover {
        color: #FF0000;
    }*/

#infoWrapper {
    display: none;
    background-position: top center;
    height: 1379px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background: #00558E;
    top: 41px;
}

    #infoWrapper img {
        margin: 0 auto;
        cursor: pointer;
    }

#infoContent {
    width: 1000px;
    margin: 0 auto;
    height: 850px;
    color: #fff;
    padding: 20px 0;
}

    #infoContent p {
        padding: 10px 0px 10px 0px;
        font-size: 22px;
        color: #ffffff;
        text-align: left;
    }

    #infoContent h2 {
        font-size: 70px;
        text-align: center;
        float: none;
        color: #ffffff;
        padding-bottom: 20px;
        word-spacing: 5px;
        text-transform: uppercase;
        border-bottom: 1px solid white;
    }

    #infoContent h3 {
        font-size: 30px;
        text-align: left;
        padding: 20px 0;
        float: none;
        color: #ffffff;
        word-spacing: 5px;
        text-transform: uppercase;
        border-bottom: 1px solid white;
    }

    #infoContent h4 {
        font-weight: 100;
        font-size: 12px;
        color: #ffffff;
        text-align: left;
    }

    #infoContent h5 {
        font-weight: 100;
        font-size: 23px;
        color: #FFFFFF;
        text-align: left;
        cursor: pointer;
    }

        #infoContent h5:hover {
            color: #b2b2b2;
            font-size: 25px;
        }


    #infoContent li {
        list-style: disc;
        text-align: left;
        font-size: 14px;
        color: #ffffff;
        padding-bottom: 10px;
    }

    #infoContent ul {
        display: block;
        width: 800px;
        padding: 10px 0;
        margin: 0 auto;
        color: #fff;
    }



        #infoContent ul ul {
            margin-left: 70px;
            margin-bottom: 120px;
            width: 283px;
        }



    #infoContent a {
        display: initial;
        color: #FFFFFF;
        text-align: left;
        padding: 4px;
        text-decoration: none;
        text-transform: uppercase;
    }

        #infoContent a:hover {
            background-color: #FF0E0E;
        }




/*------------------------------------------------------------------

 [2. Theme global styles]

------------------------------------------------------------------*/
.bg-grey {
    background: #1b1d21;
    padding: 40px 0;
}

.caption-margin {
    margin-top: 60px;
}

.parallax {
    background-attachment: fixed !important;
    /*fix for background parallax bug*/
}

.color-overlay-sec {
    background: rgba(163, 26, 10, 0.92) !important;
    position: relative;
    padding: 20px 0;
}

.overlay-sec {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}

    .overlay-sec h2 {
        color: #ffffff;
        margin-bottom: 60px;
        margin-top: 60px;
    }

.color-overlay-sec h2 {
    color: #ffffff;
}

    .color-overlay-sec h2 span {
        color: #ff9f8f;
    }

.color-overlay-sec .person span {
    color: #cccccc !important;
}

.color-overlay-sec p {
    border-bottom-color: rgba(51, 51, 51, 0.1) !important;
}

.icon-list {
    list-style: none;
    padding: 0;
}

    .icon-list li {
        width: 100%;
        display: inline-block;
        margin-bottom: .5em;
    }

    .icon-list .elegant {
        float: left;
        width: 10%;
        color: #F60;
        font-size: 1.3em;
    }

    .icon-list .txt {
        float: left;
        max-width: 90%;
    }

.noopacity {
    opacity: 0;
}

.nodisplay {
    display: none;
}

.breakit {
    word-break: break-all;
}


.clover {
    background: url(../images/clover.jpg) top no-repeat;
    width: 588px;
    height: 190px;
    margin: 0 auto;
    /* float: right; */
}


/*------------------------------------------------------------------

Points Button

------------------------------------------------------------------*/




button.submitPoints {
    cursor: pointer;
    border: 0;
    background: #019040;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    /*margin-bottom: 25px;*/
}


    button.submitPoints p {
        margin: 0;
        padding: 7px 0;
    }




    button.submitPoints:hover {
        background: #a20036;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }




input[type="text"] {
    background-color: #fff;
    border: 0;
    padding: 6px 0px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-radius: 0;
}

input:focus, textarea:focus {
    outline: none;
}


.btn #errorText1,
#errorText2 {
    display: none;
    font-size: 14px;
    color: #333333;
}

/*#DisplayOfferDiv,
#DisplayTicketDiv {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: palegreen !important;
    min-height: 30px;
    position: absolute;
    top: 71%;
    max-width: 270px;
    text-shadow: 1px 2px 2px #000;
    left: 16%;
}*/


#DisplayOfferDiv, #DisplayTicketDiv {
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #c40040 !important;
    min-height: 30px;
    text-shadow: none;
}


    #DisplayOfferDiv i,
    #DisplayTicketDiv i {
        font-size: 14px;
    }



#DisplayTicketDivInfo {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    color: palegreen !important;
    margin: 15px 0;
    min-height: 60px;
    height: 30px;
    font-weight: bold;
}



.offer {
    margin: -60px auto 0;
    text-align: center;
    max-width: 394px;
}

    .offer img {
        width: 100%;
    }



.tableWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    width: 100%;
    margin-top: 40px;
}


table {
    border-collapse: collapse;
    width: 100%;
}

.tableContainer1,
.tableContainer2,
.tableContainer3 {
    /*background: url(../images/lb-bg2.jpg)fixed top no-repeat;*/
    height: 789px;
}

table.lefttbl {
    width: 100%;
    max-width: 600px;
    float: left;
}



table.righttbl {
    width: 100%;
    max-width: 150px;
    float: left;
}

tr:nth-child(odd) {
    /*background-color:rgba(0, 0, 0, 0.3);*/
    background: #4a4c50;
}


tr:nth-child(even) {
    background: #797a7d;
}



th {
    font-size: 15px;
    text-align: center;
    color: #000;
    padding: 0px 0;
    font-weight: 700;
    background-color: #ffba00;
}


td {
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 2px 0;
}









/*------------------------------------------------------------------

 [3. Bootstrap components styles]

------------------------------------------------------------------*/




/*     3.1. Buttons     */

.btn {
    padding: 10px 18px;
    border-radius: 5px;
    outline: 0 !important;
    float: right;
}


.btn-primary {
    background: #ffffff;
    border-color: #cccccc;
    color: #666666;
}

.btn-success {
    background: #FF0000;
    border-color: #FF0000;
    font-weight: 600;
}



.btn-info {
    background: #4e4e4e;
    border-color: #4e4e4e;
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background: rgba(163, 26, 10, 0.92);
    border-color: rgba(163, 26, 10, 0.92);
    outline: 0;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background: #3d3d3d;
    border-color: #3d3d3d;
    outline: 0;
}



/*     3.4. Button icons     */

.btn .elegant {
    margin-right: 0px;
}

    .btn .elegant:before {
        margin-top: 6px;
        margin-left: 5%;
        float: left;
    }

.elegant {
    font-size: 1.75em;
}

/*     3.5. Tabs     */

.navbar-default {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: none;
}

    .navbar-default .navbar-header .navbar-brand {
        text-transform: uppercase;
        font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
        font-weight: 700;
        color: #f05f40;
        margin-left: 15px;
    }

        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            color: #eb3812;
        }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        color: #FFF;
        text-align: center;
        font-family: 'Raleway', sans-serif;
    }

        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            color: #dd0000;
        }

    .navbar-default .nav > li.active,
    .navbar-default .nav > li.active > a:focus {
        color: #f05f40 !important;
        background-color: transparent;
    }

        .navbar-default .nav > li.active > a:hover,
        .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
        }

.tab-content {
    margin-top: 30px;
}

.nav-light li,
.nav-light li:first-of-type,
.nav-light li:last-of-type {
    border-color: #666666 !important;
}

.nav-light .active a {
    background: #cc0101 !important;
    color: #fff !important;
}

.nav-light li a {
    color: #ffffff;
}

.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.gradient-overlay-sec .nav-light .active a {
    color: #F60 !important;
}

.gradient-overlay-sec .nav-light li a:hover {
    background: rgba(51, 51, 51, 0.5);
}

.gradient-overlay-sec .nav-light li a {
    color: #ffffff;
}

/*     3.6. Navigation bar    */




#navigation .navbar-inverse {
    /*height: 100px;*/
    min-height: 62px;
    background-color: #000000;
    /*border-bottom: 30px solid rgb(0,100,8);*/
}

    #navigation .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        font-size: 16px;
        padding: 0px 18px;
    }

#navigation .navbar-right {
    padding-top: 22px;
    list-style: none;
    background: #000000;
}

#navigation .navbar-inverse .navbar-nav li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(0,100,8);
}

#navigation .navbar-brand {
    display: block;
    max-width: 224px;
    padding: 0;
}








.navbar-brand {
    margin-bottom: 5px;
    opacity: 1;
    display: table;
    padding: 8px 0 0;
    margin-bottom: 0px;
}

    .navbar-brand:hover {
        opacity: .8;
    }

.main-menu {
    background: #00558E;
    height: auto;
    padding: 4px 0 10px 0;
}

    .main-menu .navbar-nav {
        padding: 8px 0 0 0;
    }

        .main-menu .navbar-nav a {
            color: #FFFFFF;
            border-radius: 5px;
        }

    .main-menu .navbar-collapse a {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .main-menu .navbar-collapse li {
        background: #00558E;
        font-size: .875em;
    }

    .main-menu .navbar-collapse a:hover {
        background: transparent;
        color: #ffd800;
    }
    /*toggle menu icon*/
    .main-menu .navbar-toggle .icon-bar {
        background: #000000;
    }

    .main-menu .navbar-toggle {
        border-color: #3d3d3d;
        background: #3d3d3d;
        margin-top: 10px;
    }

    .main-menu .collapsed {
        background: #000000;
        border-color: #cccccc;
    }

        .main-menu .collapsed .icon-bar {
            background: #666666;
        }
    /*Menu - page scrolled down & RWD menu*/
    .main-menu .in li {
        background: #3d3d3d;
    }

    .main-menu .in a {
        color: #cccccc;
        width: 95%;
        margin: 0 auto;
    }

    .main-menu .in li,
    .main-menu .collapsing li {
        text-align: center;
        border-bottom: 1px solid #4e4e4e;
        padding: 4px 0;
    }

    .main-menu .in a:hover {
        background: #FF0808;
        color: #FFFFFF;
    }
    /*buttons in menu */
    .main-menu .buttons-cont {
        float: right;
    }

    .main-menu .btn-primary,
    .main-menu .btn-success {
        margin: 10px 0 0 0;
    }

    .main-menu .btn-primary {
        margin-left: 20px;
    }

    .main-menu .btn {
        margin-left: 10px;
    }






/*------------------------------------------------------------------

 [4. Plugins styles]

------------------------------------------------------------------*/



/*     4.2. Headroom.js - smart navbar scrolling     */

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.headroom--unpinned {
    top: -100px;
}

.headroom--pinned {
    top: 0;
}

.headroom--not-top {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}



/*------------------------------------------------------------------

 [5. Headers]

------------------------------------------------------------------*/

/*     5.1. Main header styles & layout-1 styles     */


.logo {
    height: 109px;
    width: 200px;
    background-image: url(/images/generic/logo-sml.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 20;
}

/*#header {
    background: url(../images/bg.jpg) fixed;
    height: 100vh;
    max-height: 890px;
    min-height: 690px;
    background-size: cover;
    background-position: top center !important;
}*/


#header {
    background: url(../images/bg.jpg)  no-repeat #020612;
    height: 100vh;
    /*max-height: 890px;*/
    min-height: 690px;
    background-size: cover;
    background-position: bottom center !important;
    z-index: 10;
    display:block;
}


#page2 {
    position:relative;
    /*background: url(../images/bg2.jpg)  no-repeat #020612;
    height: 100vh;
    min-height: 690px;
    background-size: cover;
    background-position: bottom center !important;
    z-index: 10;*/
}

.top {
    z-index:100;
}

#header .container {
    height: 100%;
}


    #header .row {
        /*height: 100%;*/
        /*border-bottom: 5px solid #ec5c4c;*/
    }

    #header .header-cont {
        height: 100%;
    }

    #header .header-image-right {
        margin-top: -100px;
    }
    /* captions for header only */
    #header header {
        margin-bottom: 30px;
    }


    #header .header-txt-small {
        font-size: .6em;
    }

    #header .header-txt-color {
        color: #f46352;
    }

    #header .header-addonial-bg {
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.35);
    }
    /* buttons in header */
    #header .btn {
        width: 35%;
        max-width: 264px;
        margin-right: 30px;
        padding: 0;
        font-size: 1.125em;
    }

        #header .btn a {
            color: inherit;
            width: 100%;
            height: 100%;
            display: block;
            padding: 8px 20px 20px;
        }

    #header .btn-subscribe {
        display: block;
        width: 100% !important;
        padding: 20px 0;
        max-width: none !important;
    }
    /* margins before content in the header */
    #header .header-margin {
        width: 100%;
        height: 26%;
    }

    #header .header-margin-more {
        width: 100%;
        height: 35%;
    }

    #header .buttons-cont .btn:last-of-type {
        margin-right: 0px;
    }

/*     5.2. Layout-2 styles     */

.header-centred {
    text-align: center;
}

    .header-centred h1 {
        font-size: 7.5em !important;
    }

    .header-centred .header-txt-small {
        font-size: .5em !important;
    }

    .header-centred .header-margin-more {
        height: 25% !important;
    }

/*     5.3. Layout-3 styles     */

.header-submit {
    text-align: center;
}

    .header-submit .header-txt-small {
        font-size: .55em !important;
        line-height: 0.9em;
    }

.header-form form {
    width: 100%;
    padding: 20px 0;
    display: table;
}

    .header-form form .btn {
        width: 90% !important;
    }

.header-more {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 103px;
    display: block;
}

    .header-more p {
        color: #fff;
        opacity: 0;
        line-height: 1em;
        margin-bottom: 20px;
    }

    .header-more:hover p {
        opacity: 0.5;
    }

    .header-more .elegant {
        color: #007734;
        font-size: 2.85em;
    }

        .header-more .elegant:hover {
            margin-top: 0px;
            color: #fff;
            cursor: pointer !important;
        }

/*     5.4. Layout-4 styles     */





/*twinking animation start*/



/*twinkling animation end*/






/*------------------------------------------------------------------

 [7. About section]

------------------------------------------------------------------*/
#about {
    margin: 0px 0;
    /*background: url(../images/lb-bg.jpg) fixed;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a4246+0,6b6063+100 */
    padding-bottom: 60px;
}

    #about h2 {
        margin-bottom: 0px;
        text-align: center;
        color: #59af00;
        font-weight: 400;
        font-size: 24px;
        line-height: 48px;
    }


    #about h1 {
        text-align: center;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        color: #333333;
        margin: 60px auto 30px;
    }

    #about h3 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        color: #000;
        margin: 10px auto;
        background: #ffba00;
        padding: 4px;
    }



    #about h4 {
        text-align: center;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        color: #000;
        margin: 40px auto;
        padding: 8px;
    }


    #about img {
        width: 100%;
    }

    #about h3.line {
        border-bottom: solid 1px #ffa300;
        padding: 0px 0 15px 0;
    }


    #about .about-cont {
        padding: 70px 0;
    }

#leaderboard .about-cont {
    padding: 0px 0;
}

#about p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 0 20px;
}

.about-to-right h3,
.about-to-right p {
    text-align: right;
}

    .about-to-right h3:after {
        float: right;
    }





#about .container {
    /*background: #000;*/
}

#about .leaderboardbg {
    max-width: 1150px;
    margin: 0 auto;
}

#about .leaderboardcontent {
    padding: 30px 0;
}

#about #leaderboard p {
    color: #a3a3a3;
    padding: 0 0px 0 0;
    text-align: left;
    margin-top: 0px;
}

#about #leaderboard h2 {
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 48px;
}

#DisplayTicketDiv h5 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
}

#DisplayTicketDiv h4 {
    text-align: center;
    color: #019040;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 40px;
}



/*------------------------------------------------------------------


/*===================================
= Tabs Section start                =
===================================*/


#tabs {
    padding-top: 30px;
    padding-bottom: 60px;
    min-height: 500px;
}

    #tabs p {
        font-size: 14px;
    }

    #tabs h3 {
        color: #399b12;
    }

    #tabs h1 {
        color: #333333;
    }

.note p {
    margin-top: 20px;
}


#tabs img {
    width: 100%;
}

#tabs h4 {
    text-align: center;
}

#tabs .section-title-more {
    border-bottom: 1px grey dashed;
    border-top: 1px grey dashed;
}


#tabs .tab-content > .active {
    display: block;
    padding: 0;
}

#tabs li {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
    color: #232323;
}

#tabs ul {
    margin: 0px 0 0px 0;
}



#tabs .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    background: #333333;
    color: #000;
}


#tabs .nav-tabs {
    border: none !important;
    width: auto !important;
    height: auto;
    text-align: center;
    display: table;
    margin: 30px auto;
}

    #tabs .nav-tabs li {
        overflow: hidden;
        border: 1px solid #cccccc !important;
        border-left: 0px !important;
    }

        #tabs .nav-tabs li:first-of-type {
            /*border: 1px solid #cccccc !important;*/
            border-radius: 5px;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
        }

        #tabs .nav-tabs li:last-of-type {
            border: 1px solid #cccccc !important;
            border-left: 0px !important;
            border-radius: 5px;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
        }

        #tabs .nav-tabs li a {
            border-radius: 0px !important;
            border: none !important;
            margin-right: 0px !important;
            padding: 10px 40px;
            font-weight: 600;
            color: #fff;
            /*color: #333333;*/
        }

            #tabs .nav-tabs li a:hover {
                background: #d60b07;
                color: #ffffff;
            }

    #tabs .nav-tabs .active a {
        background: #da4a3a !important;
        color: #ffffff !important;
    }

#tabs .nav-light li,
#tabs .nav-light li:first-of-type,
#tabs .nav-light li:last-of-type {
    /*border-color: #666666 !important;*/
}

#tabs .nav-light .active a {
    background: #399b12 !important;
    color: #fff !important;
}

/*#tabs .nav-light li a {
        color: #414141;
    }*/

.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.gradient-overlay-sec .nav-light .active a {
    color: #da4a3a !important;
}

/*------------------------------------------------------------------



.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.gradient-overlay-sec .nav-light .active a {
    color: #da4a3a !important;
}



/*start tabs2*/

#tabs2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #cf3301;
}

#tabs h2 {
    margin-bottom: 40px;
    text-align: center;
    color: #cf3301;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 48px;
}

#tabs2 .section-title-more {
    border-bottom: 1px grey dashed;
    border-top: 1px grey dashed;
}


#tabs2 .tab-content > .active {
    display: block;
    padding: 40px 0;
}

#tabs2 li {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
    color: #fff;
}

#tabs2 ul {
    margin: 30px 0;
}

#tabs2 p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#tabs2 .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    background: #527e0f;
}


#tabs2 .nav-tabs {
    border: none !important;
    width: auto !important;
    height: auto;
    text-align: center;
    display: table;
    margin: 0 auto;
}

    #tabs2 .nav-tabs li {
        overflow: hidden;
        border: 1px solid #cccccc !important;
        border-left: 0px !important;
    }

        #tabs2 .nav-tabs li:first-of-type {
            /*border: 1px solid #cccccc !important;*/
            border-radius: 5px;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
        }

        #tabs2 .nav-tabs li:last-of-type {
            border: 1px solid #cccccc !important;
            border-left: 0px !important;
            border-radius: 5px;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
        }

        #tabs2 .nav-tabs li a {
            border-radius: 0px !important;
            border: none !important;
            margin-right: 0px !important;
            padding: 10px 40px;
            font-weight: 600;
            color: #333333;
        }

            #tabs2 .nav-tabs li a:hover {
                background: #ffa300;
                color: #ffffff;
            }

    #tabs2 .nav-tabs .active a {
        background: #da4a3a !important;
        color: #ffffff !important;
    }

#tabs2 .nav-light li,
#tabs2 .nav-light li:first-of-type,
#tabs2 .nav-light li:last-of-type {
    border-color: #666666 !important;
}

#tabs2 .nav-light .active a {
    background: #fff !important;
    color: #000 !important;
}

#tabs2 .nav-light li a {
    color: #fff;
}

.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.gradient-overlay-sec .nav-light .active a {
    color: #da4a3a !important;
}








/*------------------------------------------------------------------

/*======================================
= Footer Section                       =
======================================*/
footer .icons {
    position: relative;
    float: left;
    width: 100%;
    background: #000;
}

    footer .icons img, footer .icons a {
        height: 70px;
        display: inline;
    }

.footer-info {
    position: relative;
    float: left;
    background-color: #131413;
    width: 100%;
    padding: 10px 10px 10px;
}

.footer-icons {
    position: relative;
    float: left;
    background-color: #000;
    ;
    width: 100%;
    padding: 10px 10px 10px;
}

footer a {
    display: table;
    color: #5c5d5c;
}

    footer a:hover {
        color: #FFF;
        cursor: pointer;
    }

.social-icons {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
}

    .social-icons a {
        position: relative;
        float: right;
        margin: 5px;
    }

    .social-icons img {
        height: 30px;
    }

.platforms {
    color: #5c5d5c;
    /*padding-top: 10px;*/
    text-align: center;
}

    .platforms img {
        height: 70px;
    }


/*------------------------------------------------------------------

 [17. Responsive web design]

------------------------------------------------------------------*/

/*     17.1. Breakpoint: 1900px width and more     */

@media all and (min-width: 1900px) {
    #header {
        background-size: 100%;
    }


    .dsktop {
        display: block;
    }


    .mobile {
        display: none;
    }
}

/*     17.2. Breakpoint: 1200px width and less     */

@media all and (max-width: 1200px) {

 

    .header-more {
        display: none;
    }


    .dsktop {
        display: block;
    }


    .mobile {
        display: none;
    }


    .falllogo {
        max-width: 400px;
    }
}




/*     17.3. Breakpoint: 991px width and less     */

@media all and (max-width: 1199px) and (min-width: 993px) {

    .table-container {
        height: 296px;  
        bottom: 172px;
    }

    .sweet {
        max-width: 185px;
        bottom: 122px;
    }


    .maintext h1 {
        font-size: 16px;
       
    }


    .bottom {
        width: 100%;
        max-width: 398px;
        bottom: 6%;
      
    }



    .falllogo2 {
        max-width: 350px;
    }



    .falllogo {
        max-width: 400px;
    }



    .winnerblock {
        height: 202px;
        width: 31%;
    }

    .offer {
        margin: -46px auto 0;
        text-align: center;
    }


    #about h3 {
        width: 100%;
    }

  


    .dsktop {
        display: block;
    }


    .mobile {
        display: none;
    }

    .cf {
        min-height: 210px;
    }


    .header-more {
        display: block;
        bottom: 40px;
    }


    #mainmenu .btn {
        padding-left: 8px;
        padding-right: 8px;
    }

    #mainmenu .nav li a {
        padding-left: 8px;
        padding-right: 8px;
    }

    #header {
        min-height: 650px;
    }

    .header-centred .header-margin-more {
        height: 20% !important;
    }

    #about {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .about-to-right h3,
    .about-to-right p {
        text-align: left;
    }

    h3:after {
        max-width: 100%;
    }

    h3 {
        font-size: 1.75em;
    }

    h2 {
        font-size: 2em;
    }

    #about h2 {
        margin-bottom: 0px;
    }

    #about .about-cont {
        padding: 70px 0 70px;
    }

  

    .caption-margin {
        margin-top: 0px;
    }

    footer .sm {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

        footer .sm span {
            line-height: .5em;
        }

    .anim-from-right,
    .anim-from-left {
        margin-left: inherit !important;
        opacity: 1 !important;
    }

    .anim-fade,
    .anim-fade-down {
        opacity: 1 !important;
    }

    .anim-fade-down {
        margin-top: inherit !important;
    }

    .anim-from-right,
    .anim-from-left,
    .anim-fade,
    .anim-fade-down {
        -moz-transition-property: none;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    }
}

/*     17.4. Breakpoint: 768px width and less     */




@media all and (max-width: 992px) and (min-width: 768px) {

    .table-container {
    
        height: 194px;
      
        bottom: 157px;
    }
  

    .viewpromobut {
        display: none;
    }

    .falllogo {
        text-align: center;
        max-width: 400px;
    }



    .falllogo2 {
        max-width: 242px;
    }



    .total-points {
        margin: 0 auto;
        padding: 0;
    }



    figure.fixedratio {
        /*padding-top: 62%;*/
    }


 
    #about h3 {
        width: 100%;
    }

 

    .dsktop {
        display: none;
    }


    .mobile {
        display: block;
    }


    .cf img {
        position: relative;
    }

    .header-more {
        display: none;
    }



    .main-menu li {
        background: #3d3d3d !important;
        font-size: 1.125em !important;
    }

    .modal-dialog {
        max-width: none;
    }



        #header header {
            text-align: center;
        }



        #header .buttons-cont {
            text-align: center;
        }

        #header .btn {
            font-size: 1em;
        }

        #header form button {
            width: 100% !important;
            max-width: none !important;
        }

        #header .header-more p {
            display: none;
        }

        #header .header-margin-more {
            height: 20% !important;
        }

    .modal-header h5 {
        font-size: 1.25em;
    }

    .modal-header h6 {
        font-size: .875em;
    }

    #tabs .nav-tabs li {
        width: 100% !important;
        border-left: 1px solid #666666 !important;
        border-radius: 0px;
    }

        #tabs .nav-tabs li:first-of-type {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        #tabs .nav-tabs li:last-of-type {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        #tabs .nav-tabs li a {
            padding: 9px 40px;
        }


    #tabs2 .nav-tabs li {
        width: 100% !important;
        border-left: 1px solid #666666 !important;
        border-radius: 0px;
    }

        #tabs2 .nav-tabs li:first-of-type {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        #tabs2 .nav-tabs li:last-of-type {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        #tabs2 .nav-tabs li a {
            padding: 15px 40px;
        }

    #gallery .container {
        margin: 0 !important;
    }

    #gallery .row {
        margin-left: 0px;
    }

    #funfacts .count {
        font-size: 3em;
    }

    #contact-more .col-xs-12 {
        text-align: center;
    }

    #contact-more ul li span {
        float: none;
    }

    footer {
        padding-top: 20px;
    }

        footer .container div:nth-child(1),
        footer .container div:nth-child(3) {
            text-align: center;
        }

    .anim-from-right,
    .anim-from-left,
    .anim-fade-down,
    .anim-fade-up,
    .anim-fade,
    .anim-bounce,
    .anim-bounce-left,
    .anim-bounce-right,
    .anim-bounce-down,
    .anim-bounce-up,
    .anim-zoom-up,
    .anim-zoom-down {
        opacity: 1 !important;
    }
}



/*     17.5. Breakpoint: 600px width and less     */


@media all and (max-width: 767px) {



    .table-container {
        height: 235px;
        bottom: 147px;
    }

    .sweet {
        max-width: 170px;
        bottom: 128px;
    }

    .viewpromobut {
        display: none;
    }

   


    #tabs .nav-tabs li {
        width: 100% !important;
        border-left: 1px solid #666666 !important;
        border-radius: 0px;
    }

        #tabs .nav-tabs li:first-of-type {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        #tabs .nav-tabs li:last-of-type {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        #tabs .nav-tabs li a {
            padding: 9px 40px;
        }


    #tabs2 .nav-tabs li {
        width: 100% !important;
        border-left: 1px solid #666666 !important;
        border-radius: 0px;
    }

        #tabs2 .nav-tabs li:first-of-type {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        #tabs2 .nav-tabs li:last-of-type {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        #tabs2 .nav-tabs li a {
            padding: 15px 40px;
        }



    .falllogo2 {
        max-width: 315px;
    }



    .winnerblock {
        height: 202px;
        width: 100%;
    }

    #about h3 {
        width: 100%;
    }



    .dsktop {
        display: none;
    }


    .mobile {
        display: block;
    }

    .header-more {
        display: none;
    }

   

    #about .itlist h2 {
        bottom: 50px;
    }

    .cf {
        /*height: 338px;*/
        /* padding: 0; */
        margin: 20px auto;
    }

    table.righttbl {
        display: none;
    }

    /*.falllogo {
        margin: 68px auto 0;
    }*/



        .falllogo img {
            width: 100%;
        }

    table.lefttbl {
        margin: 0 auto;
    }



        #header .btn {
            width: 100%;
            margin-bottom: 10px;
            margin-right: 0px;
        }



        #header h3 {
            font-size: 1.75em;
        }

        #header .header-margin {
            height: 20%;
        }

    .header-countdown #countdown div p {
        font-size: 2em;
    }

    .header-more .elegant {
        font-size: 2.5em;
    }
}



@media all and (max-width: 600px) {

    .sweet {
        max-width: 185px;
        bottom: 128px;
    }

    .maintext h1 {
        font-size: 16px;
    }

   

    .bottom {
        display: none;
    }

    .falllogo2 {
        max-width: 241px;
    }



    #about h3 {
        width: 100%;
    }



    .dsktop {
        display: none;
    }


    .mobile {
        display: block;
    }

    .header-more {
        display: none;
    }

   
    #about .itlist h2 {
        bottom: 50px;
    }

    .cf {
        /*height: 338px;*/
        /* padding: 0; */
        margin: 20px auto;
    }

    table.righttbl {
        display: none;
    }

    /*.falllogo {
        margin: 68px auto 0;
    }*/

        .falllogo img {
            width: 100%;
        }

    table.lefttbl {
        margin: 0 auto;
    }

    #header {
        /*min-height: 500px;
        background: url(../images/bg2.jpg) fixed;*/
        /*background-position: -255px 0;*/
    }

        #header .btn {
            width: 100%;
            margin-bottom: 10px;
            margin-right: 0px;
        }

      

        #header h3 {
            font-size: 1.75em;
        }

        #header .header-margin {
            height: 20%;
        }

    .header-countdown #countdown div p {
        font-size: 2em;
    }

    .header-more .elegant {
        font-size: 2.5em;
    }
}

/*     17.6. Breakpoint: 480px width and less     */

@media all and (max-width: 480px) {



    .maintext h1 {
        font-size: 16px;
      
    }

    .sweet {
        max-width: 90px;
        bottom: 70px;
        padding: 0;
        width: 100%;
    }

    .table-container {
        bottom: 94px;
    }


    .maintext h1 {
        font-size: 15px;
    
    }

    .socials {
        margin: 0px auto;
        text-align: center;
        background: #000;
        padding: 30px 0;
    }
    
    
    .viewpromobut {
        display: none;
    }

    .modalbg p {
        font-size: 18px;
       
    }

    .modalbg h2 {
        font-size: 23px;
        margin-top: 76px;
        text-shadow: 1px 5px 7px #000;
    }

    .bat-container {
        left: -112px;

      
    }

 
    .bottom {
        display:none;
    }

  

    .maintop {
        margin-top: 3px;
        border:none;
    }


    .falllogo2 {
        max-width: 268px;
    }

  



    /*.falllogo {
        margin: 75px auto 0;
    }*/

    .winnerblock {
        height: 202px;
        width: 100%;
    }

 

    .offer {
        margin: -21px auto 0;
        text-align: center;
    }

    #about h3 {
        width: 100%;
    }



    .dsktop {
        display: none;
    }


    .mobile {
        display: block;
    }

  

    td {
        font-size: 12px;
    }

  

    .header-more {
        display: block;
        bottom: 40px;
    }



    .x1, .x2, .x3, .x4, .x5 {
        left: 0px;
    }


    #about h3 {
        font-size: 19px;
    }


    #about h4 {
        padding: 10px 0;
    }

    #about .leaderboardcontent {
        padding: 20px 0;
    }

    .cf {
        /*height: 270px;*/
        /* padding: 0; */
        margin: 10px auto;
    }



    table.righttbl {
        display: none;
    }

    /*.falllogo {
        margin: 67px auto 0;
    }*/

        .falllogo img {
            width: 100%;
        }

    h1 {
        font-size: 29px;
    }

    #about h2 {
        font-size: 28px;
        line-height: 38px;
    }


    #header {
        min-height: 650px;
        /*background: url(../images/bg2.jpg) fixed;*/
    }

        #header .header-margin {
            height: 18%;
        }

    .logo-cont {
        width: 30%;
    }

        .logo-cont a img {
            width: 100%;
        }

    #mainmenu .btn {
        font-size: .75em;
    }

    .navbar-toggle {
        padding: 12px 5px;
    }

    .main-menu .btn {
        margin-left: 4px;
    }

    .header-countdown #countdown div {
        font-size: .875em;
        padding-top: 10px;
    }

    #contact-more ul li span {
        width: 100%;
    }

    #header .header-txt-small {
        font-size: .5em;
    }


    #header h3 {
        font-size: 1.5em;
        margin-top: 10px;
    }


    footer .elegant {
        font-size: 1.5em;
    }

    footer .sm {
        width: 35px;
        height: 35px;
    }

    /*footer .container div:nth-child(1),
    footer .container div:nth-child(3) {
        padding-top: 12px !important;
    }*/
}




@media all and (max-width: 320px) {

    #header {
      
        height: 100vh;
        /* max-height: 890px; */
        min-height: 800px;
        background-size: cover;
    }

    .table-container {
          bottom: 94px;
    }

    .sweet {
        max-width: 83px;
        bottom: 70px;
        padding: 0;
        width: 100%;
    }



    .maintext h1 {
        font-size: 15px;
    }


    .viewpromobut {
        display: none;
    }

    .modalbg p {
        font-size: 18px;
    }

    .modalbg h2 {
        font-size: 23px;
        margin-top: 76px;
        text-shadow: 1px 5px 7px #000;
    }


    .bottom {
        display: none;
    }
}



    /*     17.7. Breakpoint: 700px width and less, landscape orientation    */

    @media all and (orientation: landscape) and (max-width: 912px) {

        .table-container {
         
            bottom: 90px;
        }

        #header {
            background: url(../images/bg.jpg) no-repeat #020612;
            height: 100vh;
            /* max-height: 890px; */
            min-height: none;
            background-size: cover;
            /* background-position: bottom center !important; */
            z-index: 10;
            display: block;
        }

        .socials {
            margin: 0px auto;
            text-align: center;
            background: #000;
            padding: 30px 0;
        }

        .maintop {
            margin-top: 15px;
        }

       

        .viewpromobut {
            display: none;
        }

        .maintop {
            margin-top: 3px;
        }

        .bat-container {
            top: 433px;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

        .bottom {
            display: none;
        }


        #about h3 {
            width: 100%;
        }

        .falllogo {
            /*margin: 59px auto 0;*/
            max-width: 300px;
        }


        .dsktop {
            display: none;
        }


        .mobile {
            display: block;
        }


        .navbar-fixed-top {
            position: absolute;
        }




        /* SPINNER START */

        .spinner {
            margin: 100px auto 0;
            width: 70px;
            text-align: center;
        }

            .spinner > div {
                width: 18px;
                height: 18px;
                background-color: #333;
                border-radius: 100%;
                display: inline-block;
                -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
                animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }

            .spinner .bounce1 {
                -webkit-animation-delay: -0.32s;
                animation-delay: -0.32s;
            }

            .spinner .bounce2 {
                -webkit-animation-delay: -0.16s;
                animation-delay: -0.16s;
            }

        @-webkit-keyframes sk-bouncedelay {
            0%, 80%, 100% {
                -webkit-transform: scale(0);
            }

            40% {
                -webkit-transform: scale(1.0);
            }
        }

        @keyframes sk-bouncedelay {
            0%, 80%, 100% {
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            40% {
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
            }
        }

        /* SPINNER END */


    }
