/*
 * A CSS file for laying out the login/registration
 */


#body {
  width: 100%;
  max-width: unset;
}

#body > .inner {
  padding: 0px;
}

#maincontent h2 {
    font-size: 35px;
    line-height: 40px;
    border-bottom: 2px solid white;
    color: #fff;
    width: 48%;
    display: block;
    margin: 0px auto 10px auto;
    text-align: center;
    padding: 30px 20px 20px 20px;
}

#page {
  background: #08121c url(../images/login/bodybg.jpg) center bottom repeat-x;
}

#maincontent {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
}

.contentWrapper {
    clear: both;
    width: 1000px;
    height: auto !important;
    margin: 0px auto;
    background: #555;
    border-radius: 14px;
    padding: 0px 20px;
    overflow: hidden;
}

.loginform {
    width: 660px;
    display: block;
    margin: 2em auto;
    background: #B90110;
    border-radius: 20px;
    padding: 0px 0px 30px 0px;
}

.subform {
    width: 660px;
    height: 154px;
    display: block;
    margin: 0px auto;
    background: rgba(190, 20, 20, 0.7);
    margin: 0 auto 40px auto;
}

.loginform p {
    width: 48%;
    display: block;
    margin: 10px auto 20px auto;
    text-align: left;
    padding: 10px;
}

.loginform p.error {
    width: 48%;
    display: block;
    margin: 5px;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    margin: auto;
    background-color: yellow;
    color: black;
    border: 1px solid #444;
}

.loginform p.error a {
  color: #666;
}

.subform p {
    width: 48%;
    display: block;
    margin: 0px auto 0px auto;
    text-align: left;
    padding: 20px;
}

.loginform ul li,
.subform ul li {
    list-style-type: none;
}

ul.form-section {
    width: 48%;
    margin: 0 auto;
    display: block;
    padding: 0px;
}

.loginform input.inline  {
    background: #fff;
    border: none;
    width: 100%;
    height: 32px;
    margin: 4px auto;
    padding-left: 10px;
    box-sizing: border-box;
}

.loginform input:focus {
}

.subform input.inline {
    background: #fff;
    border: none;
    width: 100%;
    height: 32px;
    margin: 4px auto;
    padding-left: 10px;
    box-sizing: border-box;
}

.subform input:focus {
}

.loginform .unlabel {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    z-index: 9999;
    float: right;
    background: transparent url("../images/login/user.png") no-repeat scroll left top;
    margin: -36px -2px 0 0;
}

.loginform .pwlabel {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    z-index: 9999;
    float: right;
    background: transparent url("../images/login/pass.png") no-repeat scroll left top;
    margin: -36px -2px 0 0;
}

.loginform a {
    color: #fff;
    text-decoration: none;
    border-bottom: 0px;
    font-style: oblique;
    transition: all 0.3s;
}

.loginform a:hover {
}

#input_3,
#input_6 {
    width: 94px;
    height: 32px;
    background: transparent;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

#input_3:hover,
#input_6:hover,
#input_11a:hover {
    background: #fff;
    color: #a82c2e;
}

#input_4 {
    width: 94px;
    height: 32px;
    background: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #fff;
    color: #a82c2e;
    transition: all 0.3s;
    cursor: pointer;
}

#input_4:hover {
    background: transparent;
    color: #fff;
}

li#id_3 {
    display: block;
    width: 240px;
    margin: auto;
    text-align: center;
}

li .regbtn {
  text-align: center;
  margin-top: 15px;
}

div#cid_3,
div#cid_4 {
    display: inline-block;
    margin: 4px;
}

li#id_5 {
    width: 67%;
    display: inline-block;
    float: left;
    margin-right: 8px;
}

li#id_6 {
    display: inline-block;
    float: right;
    margin: 4px 0px 0px;
}

/* Descriptions */

.descripts {
    width: 100%;
    display: block;
    margin: 60px 0px 10px;
}

.point {
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    float: left;
    padding-left: 80px;
    color: #fff;
    height: 170px;
}

.point h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #fff;
    font-weight: bold;
}

.p1 {
    background: url(../images/login/1p.png) top left no-repeat;
}

.p2 {
    background: url(../images/login/2p.png) top left no-repeat;
}

.p3 {
    background: url(../images/login/3p.png) top left no-repeat;
}

.p4 {
    background: url(../images/login/4p.png) top left no-repeat;
}

/*** REGISTER ***/

body.regpage {
    font-family: 'Asap', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
}

.regpage .contentWrapper {
    clear: both;
    width: 1000px;
    min-height: 400px;
    height: auto !important;
    margin: 0px auto;
    background: transparent none repeat scroll 0% 0%;
    overflow: hidden;
}

.regpage h2 {
    font-size: 36px;
    border-bottom: 2px solid white;
    color: #fff;
    width: 100%;
    display: block;
    margin: 0px auto 30px auto;
    text-align: left;
    padding: 60px 20px 20px 0px;
}

.lefts h3 {
    font-size: 20px;
    margin: 10px 0 20px 0;
    color: #fff;
    font-weight: bold;
}

.regintro {
    width: 100%;
    display: block;
    margin: 20px 0px 10px;
    position: relative;
}

.lefts,
.rights {
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    float: left;
    color: #fff;
}

.rights {
    padding-top: 40px;
}

.reglist li {
    list-style-image: url('../images/login/bullet.png');
}

.additional {
    text-align: center;
    display: block;
    width: 50%;
    margin: 0 auto;
    clear: both;
    padding-top: 10px;
}

.faqbtn {
    width: 94px;
    height: 32px;
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #fff;
    color: #fff;
    transition: all 0.3s;
    line-height: 30px;
}

.faqbtn:hover {
    background: #fff;
    color: #a82c2e;
}

.regpage a {
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    transition: all 0.3s;
    line-height: 32px;
    height: 28px;
    display: block;
    margin: 0 auto;
}

/* Reg form */

.regform {
    width: 100%;
    display: block;
    background-color: #B90110;
    margin: 30px auto 30px auto;
    border-radius: 20px;
}

.regform .loginbtn {
  padding: 30px 0 0 0;
  text-align: center;
}

.regform label.error, .regform label.warning {
  background: yellow url(../images/up_arrow.png?xcache=1) no-repeat scroll 2px 3px;
  padding: 2px 0px 2px 27px;
  display: block;
  margin-bottom: 2px;
  color: black;
}

.regform ul.form-section {
    width: 1000px;
}

.lform,
.rform {
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 40px;
    color: #fff;
}

.rform {
    border-left: 2px solid #fff;
    margin-bottom: 30px;
}

.regform p {
    width: 48%;
    display: block;
    margin: 8px 0px;
    text-align: left;
    padding: 10px;
    line-height: 17px;
}

.regform ul li,
.subform ul li {
    list-style-type: none;
}

.regform input.inline {
    background: #fff;
    border: none;
    width: 100%;
    height: 32px;
    margin: 4px auto;
    padding-left: 10px;
    box-sizing: border-box;
}

.regform input:focus,
.regform select:focus {
}

.regform select {

    border: none;
    width: 100%;
    height: 32px;
    margin: 4px auto;
    padding-left: 10px;
    box-sizing: border-box;
}

.regform .unlabel {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    z-index: 9999;
    float: right;
    background: transparent url("../images/login/user.png") no-repeat scroll left top;
    margin: -36px -2px 0 0;
}

.regform .pwlabel {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    z-index: 9999;
    float: right;
    background: transparent url("../images/login/pass.png") no-repeat scroll left top;
    margin: -36px -2px 0 0;
}

.regform a {
    color: #fff;
    text-decoration: none;
    border-bottom: 0px;
    font-style: oblique;
    transition: all 0.3s;
}

.regform a:hover {
}

.holder1k {
  display: block;
  margin: 0 auto;
  width: 1000px;
  padding: 1px;
}

#cid_10a,
#cid_10b {
    width: 50%;
    box-sizing: border-box;
}

#cid_10b {
    display: inline-block;    
    float: left;
    margin-top: 4px;
    padding: 0px 8px 0 0;
}

#cid_10a {
    display: inline-block;
    float: left;
    padding: 0 0px 0 0;
}

.captcha-row {
  position: relative;
}

.captcha-row abbr {
  position: absolute;
  top: 5px;
  right: 1px;
}


.checkbox-error {
  display: block;
  clear: both;
}

label p {
    display: inline-block !important;
    width: 90% !important;
    float: right;
    padding: 0 !important;
    margin: 10px auto;
}

p.require {
    display: inline-block !important;
    width: 100% !important;
    float: right;
    padding: 0 !important;
    margin: 20px auto;
}

p.require span {
    color: #eea323;
}

#input_11a {
    width: 94px;
    height: 32px;
    background: transparent none repeat scroll 0% 0%;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #FFF;
    color: #FFF;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 6px;
}


#input_11a:disabled {
  color: #999;
  border-color: transparent;
  background-color: #FFF;
}


.signinbtn {
    text-align: center;
}


#footer .body-bottom {
  display: none;
}

.ctct-form-errorMessage {
  margin: 0px 10px;
  text-align: center;
  font-weight: bold;
}

#body > .inner > .warning {
  font-size: 17px;
  padding: 20px;
  text-align: center;
  width: 800px;
  margin: auto;
  background-color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .contentWrapper,
    .regpage .contentWrapper,
    .regform,
    .holder1k,
    .regform ul.form-section {
      width: 100%;
      padding: 0px;
    }

    .regform ul.form-section {
      margin: 0px;
      padding: 0px;
    }

    #maincontent h2 {
        padding: 40px 20px 20px 0px;
        line-height: 30px;
    }

    label p {
        width: 88% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .contentWrapper,
    .regpage .contentWrapper,
    .regform,
    .holder1k,
    .regform ul.form-section,
    .descripts {
        width: 480px;
    }
    .contentWrapper {
        padding: 0px 0px 20px;
    }
    .regpage h2,
    .loginpage h2 {
        padding: 40px 20px 20px 0px;
        width: 420px;
    }
    .loginform,
    .subform {
        width: 480px;
    }
    .loginform p,
    .subform p {
        width: 86%;
    }
    .subform p {
        text-align: center;
    }
    .regform {
        margin: 10px auto 0px;
    }
    ul.form-section {
        width: 66%;
    }
    ul.reglist {
        margin: 0px 30px 16px;
        padding: 0px;
    }
    .point {
        background-size: 20% auto !important;
        font-size: 14px;
        padding-left: 60px;
        line-height: 1.3;
        height: 230px;
    }
    .point h3 {
        font-size: 18px;
    }
    .descripts {
        margin: 40px 0px 10px;
    }
    .rform {
        border-left: 0px solid #FFF;
    }
    .lform {
        border-right: 2px solid #FFF;
    }
    .lform,
    .rform {
        padding: 0px 20px;
    }
    .rform li:nth-child(7),
    p.require {
        width: 220%!important;
        float: right;
        font-size: 14px;
        line-height: 1.3;
    }
    .rform li:nth-child(7) {
        margin-top: 30px;
    }
    .signinbtn {
        text-align: center;
        width: 220%;
        float: right;
    }
}

@media only screen and (max-width: 479px) {
    .contentWrapper,
    .regpage .contentWrapper,
    .regform,
    .holder1k,
    .regform ul.form-section,
    .descripts {
        width: 90%;
      padding: 0px;
    }

    .headerWrapper header nav select {
        width: 90% !important;
    }

    .holder1k,
    .regform ul.form-section {
        width: 100%;
    }

    .regform ul.form-section {
      margin: 0px;
      padding: 0px;
    }


    #maincontent h2 {
      padding: 30px 20px 20px 0px;
      width: 90%;
      font-size: 28px;
      line-height: 30px;
    }

    .loginform,
    .subform {
        width: 90%;
    }
    .loginform p,
    .subform p {
        width: 86%;
    }
    .loginform {
        margin: 30px auto 0px;
    }
    .subform {
        height: 140px;
    }
    .subform p {
        text-align: center;
    }
    li#id_5 {
        width: 94px;
    }
    .regform {
        margin: 10px auto 0px;
    }
    ul.form-section {
        width: 86%;
    }
    ul.reglist {
        margin: 0px 30px 16px;
        padding: 0px;
    }
    .point {
        background-size: 15% auto !important;
        font-size: 14px;
        padding-left: 46px;
        line-height: 1.3;
        min-height: 100px;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .point h3 {
        font-size: 18px;
    }
    .descripts {
        width: 90%;
        margin: 40px auto 10px;
    }
    .rform {
        border-left: 0px solid #FFF;
    }
    .lform {
        border-right: 2px solid #FFF;
    }
    .lform,
    .rform {
        padding: 0px 10px;
    }
    .rform li:nth-child(7),
    p.require {
        width: 210%!important;
        float: right;
        font-size: 14px;
        line-height: 1.3;
    }
    .rform li:nth-child(7) {
        margin-top: 30px;
    }
    .signinbtn {
        text-align: center;
        width: 210%;
        float: right;
    }
    label p {
        display: inline-block !important;
        width: 88% !important;
    }
    .lefts,
    .rights {
        width: 100%;
    }
    .rights {
        padding-top: 0px;
    }
    .additional {
        width: 100%;
    }
    .video_lightbox_auto_anchor_image {
        width: 100% !important;
    }
    .wpvl_auto_thumb_play {
        left: 41% !important;
        position: absolute !important;
        top: 41% !important;
    }
    .wpvl_auto_thumb_box {
        width: 95% !important;
    }
    .footerInnerWrapper footer {
        width: 100%;
    }

    #cid_10a,
    #cid_10b {
      width: 100%;
      float: none;
      padding: 0px;
    }

}
