﻿body {
}

.wrapper h1 {
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                position: absolute;
                font-family: sans-serif;
                letter-spacing: 1px;
                word-spacing: 2px;
                color: #fff;
                font-size: 40px;
                font-weight: 888;
                text-transform: uppercase;
            }

            .wrapper div {
                height: 60px;
                width: 60px;
                border: 2px solid rgba(255, 255, 255, 0.3);
                border-radius: 50px;
                position: absolute;
                top: 10%;
                left: 10%;
                animation: 4s linear infinite;
            }

        div .dot {
            height: 10px;
            width: 10px;
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.5);
            position: absolute;
            top: 20%;
            right: 20%;
        }

        .wrapper div:nth-child(1) {
            top: 20%;
            left: 20%;
            animation: animate 8s linear infinite;
        }

        .wrapper div:nth-child(2) {
            top: 60%;
            left: 80%;
            animation: animate 10s linear infinite;
        }

        .wrapper div:nth-child(3) {
            top: 40%;
            left: 40%;
            animation: animate 3s linear infinite;
        }

        .wrapper div:nth-child(4) {
            top: 66%;
            left: 30%;
            animation: animate 7s linear infinite;
        }

        .wrapper div:nth-child(5) {
            top: 90%;
            left: 10%;
            animation: animate 9s linear infinite;
        }

        .wrapper div:nth-child(6) {
            top: 30%;
            left: 60%;
            animation: animate 5s linear infinite;
        }

        .wrapper div:nth-child(7) {
            top: 70%;
            left: 20%;
            animation: animate 8s linear infinite;
        }

        .wrapper div:nth-child(8) {
            top: 75%;
            left: 60%;
            animation: animate 10s linear infinite;
        }

        .wrapper div:nth-child(9) {
            top: 50%;
            left: 50%;
            animation: animate 6s linear infinite;
        }

        .wrapper div:nth-child(10) {
            top: 45%;
            left: 20%;
            animation: animate 10s linear infinite;
        }

        .wrapper div:nth-child(11) {
            top: 10%;
            left: 90%;
            animation: animate 9s linear infinite;
        }

        .wrapper div:nth-child(12) {
            top: 20%;
            left: 70%;
            animation: animate 7s linear infinite;
        }

        .wrapper div:nth-child(13) {
            top: 20%;
            left: 20%;
            animation: animate 8s linear infinite;
        }

        .wrapper div:nth-child(14) {
            top: 60%;
            left: 5%;
            animation: animate 6s linear infinite;
        }

        .wrapper div:nth-child(15) {
            top: 90%;
            left: 80%;
            animation: animate 9s linear infinite;
        }

        @keyframes animate {
            0% {
                transform: scale(0) translateY(0) rotate(70deg);
            }

            100% {
                transform: scale(1.3) translateY(-100px) rotate(360deg);
            }
        }

#signup_box
{
    display:none;
}
.bg-popup
{
   position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    overflow-y:auto;
    background: rgba(0, 0, 0, 0.6);  
    display:none; 
    z-index: 99999;
}
/*SignUp New*/
.wrapperdeal {
    width: 98%;
    max-width: 600px;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 50px;
    background: #fff;
    border-radius: 4px;
    z-index: 99999;
}
#close_signup
{
    text-align:right;
    padding:10px;
    cursor:pointer;
    font-weight: 600;
}
#back_signupdeal
{
    width:100%;
    height:auto;
    margin-bottom:20px;
    display:none;  
}
#box_signup
{
    width:600px;
    overflow:auto; 
    height:600px;       
    margin:auto;
    padding:10px 30px 30px 30px;    
}
#banner_signup
{
    max-width:600px;
    width:100%;
    margin:0px auto;
    text-align:center;
    margin-bottom:30px;
    margin-top:30px;
}
#banner_signup img
{
    width:100%;
}
#bg_banner
{
    width:100%;
    height:auto;
    border-bottom:1px solid #888;
    padding-bottom:20px;    
}
#title_signup
{
    text-align:center;
    font-size:20pt;
    font-weight:bold;    
    color:#555;
    text-transform:uppercase;
    line-height:30px;
}
#box_restrictions
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size:12pt;
    line-height:30px;
    margin-top:10px;
    color:#000;
}
#restrictions
{
    color:#000;    
}
#box_expired
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size:12pt;
    line-height:30px;
    margin-top:10px;
    color:#000;
}
#expired
{
    color:#000;    
}
#box_serial
{
    width:100%;
    height:auto;
    text-align:left;   
    line-height:30px;
    font-size:12pt;
    color:#4099d3;
    margin-top:10px;
}
#serial
{
    color:#000;   
}
#box_serial b
{
     color:#000;   
}
.signdeal {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    color: #000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    background-size: cover;
    border-radius: 5px!important;
    box-shadow: 0 2px 6px #ced4da;
    background: #fffef8;
}
#bSubmitS {
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 12pt;
}
#formsigndeal
{
    margin-top:0px;
}
.formrowtopdeal
{
	color: #555;
    margin-bottom:5px;
    text-align:left;    
}
.formrowdeal
{
	margin-bottom: 10px;
}
.txtboxsigndeal
{
    width:99%;
    border: 1px solid #ccc;
    height: 30px;
    color: #000;
}
.buttonrowdeal
{
	text-align: center;
}
#loadspinner
{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    padding-top:250px;
    left:0px;
    overflow:hidden;
    display:none;
    z-index:999999999999999999;
    background:rgba(0,0,0,0.5);
}
#img_loader
{
    width:28px;
    height:28px;
    margin:0px auto;
}
#img_loader img
{
    width:28px;
    height:28px;
}
.row_title_top
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size:12pt;
    line-height:20px;
    margin-top:10px;
    color:#000;
}
#row_title
{
    margin-bottom:20px;    
}
/*SignUp New*/





@media screen and (max-width: 600px) 
{
    /*SignUp New*/
    #information
    {
        width:96%;    
    }
    #box_signup
    {
        width:100%;    
    }
    #banner_signup
    {
        width:96%;    
    }
    #banner_signup_deal
    {
        width:96%;    
    }
    /*SignUp New*/
    
}
@media only screen and (max-width: 320px)
{
    .wrapperdeal {
        top: 51%;
    }
}