#registerForm,#simpleRegForm{
    display:none;
}
#registerForm{
    display: none;
}
#simpleRegForm{
    display: block;
}
#accountTypeSelect{
    display:block;
}
.progressTitle{
    display: none;
}
.registerTypeSelectoBOX{
    display: none;
}
.content{
    background-color: #00B2AA;
    background-color: #333;
    margin-top: 100px;
    max-width: 600px;
}

.regBtn,.regFB{
    float:left;
    margin:5px;
    background-color: #444;
    width: 100%;
    height: 40px;
    max-width: 260px;
    max-height: 40px;
    display: inline-block;
    text-decoration: none;
    color:#BBB;
    padding-top:10px;
    padding-bottom: 10px;

}
.regBtn span{
    position: relative;
    top:-10px;
}
.regBtn img{
    position: relative;
    top:0px;
}
.regFB span{
    position: relative;
    top:-12px;
}
.regBtn i{
    font-size: 2.5em;
    margin-right: 10px;
}
.regFB img{
    position: relative;
    top:0px;
    margin-right: 5px;
}
.selMethod{
    /* background-color: blueviolet;*/
    border:1px ridge #239cd3;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.google a{
    color:#BBB;
}
.regB,.regQ{
    position:relative;
    width:95%;
    margin:5px auto;
    height:350pxpx;
    /*border:1px solid #666;*/
    /*background-color:#cc0000;*/
    background-color: #00B2AA;
    background-color: #333;
    color:#F0F0EE;
    font-weight:bold;
    display: none;
}
.regQ{
    display:block;
}
.fbReg{
    display: block;
}
.regB:first-child{
    display: block;
}
.regB a,.regQ a{
    text-decoration: none;
    color:#f2f2f2;
}
.regNextBtn{
    position:relative;
    width:150px;
    background-color: #00B2AA;
    paddind:10px;
    margin:15px auto;
    display:inline-block;
    text-decoration:none;
    color:#FFF;
    font-size:1.6em;
    border-radius: 3px;
    border: 1px solid #666 ;
}
.regNextBtn:hover{
    cursor: pointer;
    background-color: whitesmoke;

    color:#333;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.doReg{
    width: 200px;
    background-color: mediumspringgreen;
    font-size: 2em;
    color:#000;
    padding: 10px;

}

.regNextBtn span{
    position: relative;
    top: -3px;
    display: inline-block;
    padding:5px;
    margin-left:10px;
}
.regNextBtn img{
    position: relative;
    top:3px;
}
.leftCol{
    float:left;
    width:45%;
    min-height:300px;
    padding:20px;
    margin:10px;
}

.inputLine{
    background-color: #222;
    padding:20px;
    padding-left: 30px;
    text-align: left;
    color:#EEE;
    color:#F05;
    color: #BBB;
    margin:10px;
    font-size: 1em;
    font-weight: normal;
    border-radius: 3px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;

}
.regQ .inputLine,.regB .inputLine{
    padding:10px;
    margin:5px auto;
    max-width: 450px;

}
.inputLine label{
    width:20%;
    display: inline-block;
    min-width: 120px;

}
.terms label{
    width:75%;
    float:left;
}

#captcha{
    border-radius: 5px;
}
.regQ input,.regB input{
    margin:5px;
    padding:3px;
    font-size:1em;
    border-radius:3px;
    background-color: #333;
    border:1px solid #444;
    color:mediumseagreen;
    min-width: 200px;
    width: 200px;
}

.inputLine select{
    height:30px;
    background-color: #FFF;
    font-size: 1em;
    width: 180px;
}

#acceptTerms,#simple_acceptTerms{
    width:32px;
    height:32px;
    padding:3px;
    background-color: #222;
    color:#EEE;
    -ms-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
    min-width: 40px;
}
.chBox{
    width: 20%;
    float:left;
}
#acceptEmails{
    width:32px;
    height:32px;
    padding:3px;
    background-color: #222;
    color:#EEE;
}
#accept18{
    width:32px;
    height:32px;
    padding:3px;
    background-color: #222;
    color:#EEE;
}

.inputLine select {
    border: 0;
    color: #EEE;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 10px;
    width: 378px;
    /*width: 350px;
    background: #00B2AA;*/
    -webkit-appearance: none;
}

.inputLine select {
    overflow:hidden;
    width:350px;
    -moz-border-radius:  3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 11px #330033;
    background:  mediumseagreen url("../../_public/_images/selectAr.png") no-repeat scroll 319px center;
    color:#111;
}

.inputLine input{
    width:50%;
}

#bYear,#simple_bYear{
    width:100px;
}
#bMonth,#bDay,#simple_bMonth,#simple_bDay{
    width:50px;
}

.fillWarn{
    background-color: rgba(255,255,255,.2);
    position: relative;
    margin: 5px auto;
    padding:10px;
    border-radius: 2px;
    display:none;
}


.congrats{

    color:#FFF;
    font-size: 1.5em;
    padding:15px;
    margin: 10px auto;
    position: relative;
    border-radius: 3px;
}
.congrats h1{

    color:#222;
    font-size: 1.5em;
    border-radius: 3px;
    background: mediumseagreen;
    padding:10px;
    display: block;
}
.congrats p{
    padding:15px;
    border-radius: 3px;
}
.congrats img{
    max-width: 98%;
    width: 400px;
}
.progressHolder{
    width:90%;
    position: relative;
    margin: 10px auto;
    padding:1px;
    background-color: #222;
    border-radius: 5px;
    height: 10px;
}
#progress{
    display: inline-block;
    width: 60%;
    background-color: magenta;
    height: 5px;
    float:left;
    top:2px;
    position: relative;
}
#endBall{
    display: inline-block;
    position: relative;
    float:right;
    height: 20px;
    width: 20px;
    border-radius: 12px;
    background-color: #222;
    border: 3px solid magenta;
    top:-10px;
    font-size: 8px;

}
.terms input{
    width:20%;
    float:left;
}

.progressTitle{
    /*background-color: #666;*/
    padding: 10px;
}
.progressTitle h4{
    line-height: 1em;
    margin: 5px auto;
    margin-bottom: 0px;
    padding: 8px;
    display: block;
    background-color: #222;
    width: 30%;
    color:#EEE;
    position: relative;
    border-radius: 5px 5px 0px 0px;
}
#progressBarHolder{
    width: 70%;
    height: 40px;
    background-color: #222;
    margin:auto;
    margin-top: 0px;
    position: relative;
    border: 2px solid silver;
    border-radius: 3px;
}

#progressBar{
    width: 0%;
    height: 32px;
    background-color: #00B2AA;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    margin:4px;
    top:0px;
    position: relative;

}
#progressBar span{
    display: inline-block;
    height: 30px;
    font-size: 1em;
    position: relative;
    top:5px;
    color:#EEE;
}

#finishContent{
    position: relative;
    margin:10px auto;
    padding: 10px;
    display: none;
}
.plusInfo{
    font-size:12px;
    padding:3px;
    color:orange;
}
.CRloader{
    position: relative;
    top:8px;
    border-radius:8px;
    display:none;
}
input[type='radio']{
    height:35px;
    text-align: left;
}

input[type=radio].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
    padding-left:41px;
    height:36px;
    display:inline-block;
    line-height:36px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:36px;
    vertical-align:middle;
    cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -36px;
}
label.css-label {
    background-image:url("../_images/csscheckbox.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#captchaBox{
    text-align: center;
    display: block;
}
#captchaInnerBox{
    text-align: center;
}
#reCaptchaCode iframe{
    margin:5px auto;
    position: relative;
}
#reCaptchaCode{
    text-align: center;
}
#reCaptchaCode iframe{
    position: relative;
    display: block;
    margin:5px auto;
}
.g-recaptcha {
    display: inline-block;
    max-width: 300px;
}
.info{
    background-color: rgba(100,100,100,.5);
}
#warn{
    background-color:#ffc04c;
    background-color:#222;
    color:#BBB;
    text-align: justify;
    width: 100%;
    padding:10px;
    max-width: 98%;
}
#warn a{
    color: #EEE;
    text-decoration: none;
}

/* end .roundedTwo */
#doLoginBtn,.doReg{
    background-color: mediumseagreen;
    font-size: 1.6em;
    padding:10px;
    width: 300px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.fbReg i,#quick_registerBtn i{
    font-size: 1.6em;
}

#quick_registerBtn{
    background-color:mediumseagreen;
    font-size: 1.6em; 
    color:#222;
}
#quick_registerBtn:hover{
    transform: scale(1.05);
    background-color:mediumspringgreen;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
#doLoginBtn:hover,.doReg:hover{
    background-color: #CCC;
    font-size: 1.2em;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.fbReg:hover{
    transform: scale(1.05);
    font-size: 1.6em; 
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.g-recaptcha{
    position: relative;
    margin:auto;
}
.welcome{
    position: relative;
    margin: 5px auto;
    padding:10px;
    border-radius: 3px;
    background-color: rgba(100,100,100,.5);
    color:#EEE;
    max-width: 90%;
}
.welcome a{
    display: inline-block;
    text-decoration: none;
    color:#999;
    margin:5px;
}
.welcome a:hover{
    color:orange;
}
.welcome h1{
    margin:3px;
    margin-bottom: 10px;
}
/*.welcome .text{
    float: left;
    width: 60%;
}
.welcome img{
    float:right;
    width: 30%;
}*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: mediumturquoise !important;
}
.termText{
    font-size: 12px;
}
.slider-pro{
    top:50px;
}
.fbReg,.fbReg:hover,.fbLogin{
    width: 300px;
    background-color: #4267b2;
    color: #FFF;
    padding:10px;
}
#registerWrapper .fbLogin img{
    margin-right:10px;
    float:left;
}

#registerWrapper .fbLogin span{
    float:left;
    display: inline-block;
    height:36px;
    top: 11px;
}

.selAcType3{
    display: inline-block;
    padding:3px;
    background-color: mediumpurple;
    border-radius: 3px;
    color:#111;
}
.selAcType4{
    display: inline-block;
    padding:3px;
    background-color: mediumspringgreen;
    border-radius: 3px;
    color:#111;
}
.selAcType5{
    display: inline-block;
    padding:3px;
    background-color: orange;
    border-radius: 3px;
    color:#111;
}
.welcome .selAcType3{
    color:#FFF;
}
.welcome .selAcType4,.welcome .selAcType5{
    color:#111;
}

@media screen and (max-width:980px){
     nav{
          top:0px;
          min-height: 65px;
        }
    .content{
        top:-110px;
    }
    .welcome{
        font-size: 14px;   
        padding-top: 0px;
    }
    .welcome h1{
        padding:5px;
        margin:3px;
    }
    .regB input{
        min-width: 90%;
        /* -webkit-appearance: textfield;
         background-color: white;
         -webkit-rtl-ordering: logical;
         -webkit-user-select: text;
         cursor: auto;
         padding: 1px;
         border-width: 2px;
         border-style: inset;
         border-color: initial;
         border-image: initial;*/
    }
    .inputLine select{
        width:98%;
    }
    .info{
        max-width: 97%;
        padding:5px;
    }
    .info img{
        position: relative;
        margin: 1px auto;
        left: 35%;

    }
    #warn{
        max-width: 98%;
        margin:0px;
        padding:5px;
    }
    .signinBtnWrapper{
        position: relative;
        float:left;
        left:15%;
    }
    .regBtn, .regFB {
        float: left;
        margin: 5px;
        background-color: #444;
        width: 45%;
        height: 36px;
        max-width: 260px;
        max-height: 40px;
        display: inline-block;
        text-decoration: none;
        color: #BBB;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .regBtn i {
        font-size: 1.5em;
        margin-right: 10px;
        height: 40px;
        float: left;
        width: 20px;
        display: inline-block;
        margin-left: 5px;
    }
    .regBtn span {
        position: relative;
        top: -1px;
        height: 100px;
        display: inline-block;
        float: left;
        width: 106px;
        font-size: 13px;
    }
    .inputLine label{
        display: none;
    }
    .inputLine .termText{
        display: inline-block;
    }
    .regQ .inputLine, .regB .inputLine{
        padding: 5px;
        margin: 8px auto;
    }
    #mobileLogo svg{
        z-index: 999;
    }
    #quick_registerBtn{
        top:-20px;
    }
    .fbReg,.fbReg:hover,.fbLogin{
        width: 300px;
        background-color: #4267b2;
        color: #FFF;
        padding:10px;
    }
    .fbLogin img{
        margin-right:10px;
    }
}
@media screen and (max-width:520px){
    .regBtn, .regFB{
        width: 44%;
        height: 48px;
        max-height: 48px;
    }
    .regBtn i{
        font-size: 2em;
    }
    .regBtn span{
        width: 64%;
        top: 2px;
    }
    .inputLine .termText{
        width: 80%;
    }
    #doLoginBtn, .doReg{
        max-width: 90%;
    }
    #registerWrapper .fbLogin span{
        top:2px;
    }
}
@media screen and (max-width:420px){
    .welcome h1{
        font-size: 18px;
    }
    .regBtn, .regFB{
        height: 42px;
    }
    .regBtn, .regFB span{
        top:-5px;
    }

    .regBtn span{
        top: 2px;
    }
    .regNextBtn span{
        top:-7px;
    }

}

@media screen and (max-width:360px){
    .regBtn, .regFB{
        width: 43%;
    }
}