tpa.snow-canvas {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
}

.pageskin {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}


#MainForm {
    color: #fff;
}

#innerBlock {
    position: relative;
}

.fancybox-container {
    z-index: 1000 !important;
}

#LoadPopupLogin,
#LoadPopupLose,
#LoadPopupWin {
    padding: 0;
    background-color: transparent;

}

.fancybox-close-small::after {
    background-color: #fff !important;
}

.line {
    margin: 10px 0;
    border-bottom: 1px solid #ffe9a5;
    height: 1px;
    display: block;
}

#LoadPopupLogin {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #171717;
    max-width: 500px;
    max-height: 400px;
    display: block;
    padding: 40px;
	
    color: #fff
}

#LoadPopupLogin p {
    font-weight: bold;
    font-size: 12px;
    padding-top: 8px;
}

#LoadPopupLogin .row {
    margin-bottom: 5px;
}

#LoadPopupLogin .row input {
    border: none;
    padding: 5px 15px;
    width: 100%;
    color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#LoadPopupLogin .row input[type="submitx"] {
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    background-color: #129d48;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    outline: 0;

}

#LoadPopupLogin .row input[type="submitx"]:hover {
    background-color: #a77100;
}

#LoadPopupLogin h2 {
    font-weight: 600;
    font-size: 37px;
}

#LoadPopupLogin h2 span {
    display: block;
    font-size: 20px;
    font-style: italic;
}

#LoadPopupWin h3 {
    color: #fff;
    text-align: center;
    padding-top: 220px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    text-shadow: 1px 1px 3px #000;
}

.lineBlock {
    background-color: #002881;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 1px;
    height: 40px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 13px;
}

#canvas {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    left: 37px;
    top: 78px;
}

#Header img {
    margin: 0 auto;
}

#Header p {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

@-webkit-keyframes FlashButton {
    0% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes FlashButton {
    0% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes FlashButton {
    0% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

@keyframes FlashButton {
    0% {
        opacity: 0.1
    }

    100% {
        opacity: 1
    }
}

#SpinWheel {
    position: relative;
    z-index: 100;
    padding-top: 5px;
    -webkit-animation: FlashButton 1s infinite;
    -moz-animation: FlashButton 1s infinite;
    -o-animation: FlashButton 1s infinite;
    animation: FlashButton 1s infinite;
    display: inline-block;
    text-align: center;
}

@media only screen and (max-width: 1199px) {

    .the_wheel {
        width: 50% !important;
        text-align: center !important;
    }

    #canvas {
        margin: 0 !important;
        width: 430px !important;
        padding: 0 !important;
        left: 0 !important;
        top: 60px !important;
    }

    .the_wheel_inner {
        width: 485px !important;
    }

}

@media only screen and (max-width: 992px) {
    #LoadPopupLogin {
        max-width: 300px !important;
        padding: 20px !important;
    }

    #LoadPopupLogin h2 {
        font-size: 28px !important;
    }

    .lineBlock .text-right {
        text-align: center !important;
    }

    .the_wheel {
        margin-top: 20px !important;
        position: relative !important;
        width: 300px !important;
        height: 364px !important;
        background-size: contain !important;
    }

    #canvas {
        margin: 0 !important;
        width: 260px !important;
        padding: 0 !important;
        top: 40px !important;
        left: 0 !important;
    }

    .the_wheel_inner {
        width: 300px !important;
        left: 0 !important;
    }
}

@media only screen and (max-width: 817px) {
    #LoadPopupWin h3 {
        padding-top: 45% !important;
        font-size: 23px !important;
    }
}

@media only screen and (max-width: 500px) {
    #LoadPopupWin h3 {
        padding-top: 40% !important;
        font-size: 26px !important;
    }
}