html {
    height: 100%;
}
body {
    
}
div.clear {
    clear: both;
}
.pie {
    behavior: url(htc/PIE.htc);
}
* {
    font-family: 'Lato' ,Arial, sans-serif;
}
.r-2 {
    border-radius:2px;
    -moz-border-radius:2px;
    -khtml-border-radius:2px;
    -webkit-border-radius:2px; 
}
.r-5 {
    border-radius:5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
}
.r-7 {
    border-radius:7px;
    -moz-border-radius:7px;
    -khtml-border-radius:7px;
    -webkit-border-radius:7px; 
}




/* Header
-----------------------------------------------------------------------------*/
header {
    display: block;
    width: 100%; 
    position: relative;
    background-color: #ffffff;
}
#h-center {
    width: 95%;
    padding: 30px 0px;
    margin: 0 auto;
    position: relative;
}
#h-logo, #f-logo {
    display: block;
    margin: 0;
    width: 180px;
    min-height: 40px;
}
#f-logo {
    float: none;
    margin-bottom: 30px;
}
#h-logo img, #f-logo img {
    display: block;
    max-width: 180px;
}
#signin-btn {
    display: none;
    width: 100px;
    padding: 13px 0;
    text-align: center;
    cursor: pointer;
    background-color: #4c82b9;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 0px;
}
#lost_pwd {
    display: block;
    font-size: 13px;
    color: #4c82b9;
    text-decoration: underline;
    position: absolute;
    top: 55px;
    right: 0px;
}
#lost_pwd:hover {
    text-decoration: none;
}
#dm {
    display: block;
    width: 150px;
    font-size: 18px;
    color: #1d579e;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    top: 12px;
    left: -165px;
}
#for_enter_form {
    display: block;
    width: 500px;
    height: 70px;
    position: absolute;
    top: 17px;
    right: 0px;
    z-index: 2;
}
#enter {
    display: block;
    position: relative;
    margin: 0;
}
.inp-bg {
    height: 35px;
    padding: 10px 10px 0px 10px;
    background-color: #e8f1fc;  
    position: absolute;
    z-index: 1;
}
.login_place {   
    top: 0px;
    right: 310px;    
}
.pass_place {
    top: 0px;
    right: 110px;
}
.mail3_place {
    top: 80px;
    right: 40px;
}
#pass_auth, #login_auth, #mail3 {
    display: block;    
    margin: 0px;
    border: none;
    background: none;    
    font-size: 16px;    
    color: #333333;
}
#mail3 {
    width: 325px;        
}
#pass_auth::-webkit-input-placeholder, #login_auth::-webkit-input-placeholder, #mail3::-webkit-input-placeholder {
    color: #333333;
}
#pass_auth:-moz-placeholder, #login_auth:-moz-placeholder, #mail3:-moz-placeholder {
    color: #333333; 
}
#pass_auth, #login_auth {
    width: 170px;
}
#enter-btn, #for_signin3_form input[type="submit"] {
    display: block;
    width: 100px;
    height: 45px;
    border: none;
    cursor: pointer;
    background-color: #4c82b9;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;   
}
#for_signin3_form input[type="submit"] {
    width: 345px;
    top: 150px;
    right: 40px;  
}
#transparent_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 530;
}
#error1, #error2 {
    display: block;
    width: 150%;
    padding: 5px 10px;
    font-size: 13px; 
    text-align: right;
    color: #c04b4b;
    position: absolute;
    top: -20px;
    right: 0px;
    z-index: 5;
    cursor: pointer;
}
#for_signin3_form {
    display: none;
    position: absolute;
    top: 200px;
    right: 50%;
    margin-right: -212px;
    z-index: 560;    
}
#signin3 {    
    width: 425px;
    height: 230px;    
    background-color: #ffffff;
    position: relative;
}
#rvc {
    display: block;
    font-size: 18px;
    color: #1d579e;
    text-align: left;
    position: absolute;
    text-transform: uppercase;
    top: 40px;
    left: 40px;
}

#close1, #close2 {
    width: 9px;
    height: 9px;
    background: url('../images/close.png') no-repeat;
    -pie-background: url('../images/close.png') no-repeat;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 100;
}
#close2 {
    display: none;
}

.radio, .chbox {
    display: block;
    position: relative;
    cursor: pointer;    
}
.radio .input-wrap, .chbox .input-wrap {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.radio input, .chbox input {
    position: absolute;
    top: -999px;
}
/*--------- .chbox.type-1 ---------- */
.chbox.type-1 {
    width: 180px;
    padding: 4px 0px 0px 27px;
    box-sizing: border-box;
    color: #574f3d;
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
    left: 0;
    top: 50px;
}
.chbox.type-1 .input-wrap {
    width: 22px;
    height: 22px;
}
.chbox.type-1 .input-wrap.checked {
    background: url('../images/ch-box.png') no-repeat bottom;
    -pie-background: url('../images/ch-box.png') no-repeat bottom;
}
.chbox.type-1 .input-wrap.no-checked {
    background: url('../images/ch-box.png') no-repeat top;
    -pie-background: url('../images/ch-box.png') no-repeat top;
}


/*Content
----------------------------------------------------------*/

article {
    display: block; 
    //background: url('../images/main-bg.png') no-repeat top center;
}

.cand {
    display: block;
    background: url('../images/main-bg.png') no-repeat top center;
}

.rdv {
    display: block;
    background: url('../images/main-bg.png') no-repeat top center;
}

.caf {
    display: block;
    background: url('../images/main-caf.png') no-repeat top center;
}
#a-1 {
    display: block;
    width: 100%; 
    height: 600px;
}
#for_signin_form {
    width: 500px;
    height: 600px;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    float: right;
    margin: 0;
}
#signin {
    display: block;
    width: 430px;  
    padding-top: 50px;
    position: relative; 
    margin: 0 auto;
}
#form-h1 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 1;
}
#form-h2 {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-bottom: 35px;
}
#steps {
    width: 170px;
    margin: 0 auto;
    margin-bottom: 35px;
    position: relative;
}
#steps .st, #steps .sp {
    height: 5px;
    float: left;
}
#steps .st {
    width: 22px;
}
#steps .st.checked {
    background-color: #4c82b9;
}
#steps .st.no-checked {
    background-color: #ffffff;
}
#steps .sp {
    width: 8px;
}
#step-2, #step-3, #step-4, #step-5 {
    display: none;
}
.label-1 {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
}
#radios {
    text-align: center;
    margin-bottom: 35px;
}
/*--------- .radio.type-1 ---------- */
.radio.type-1 {
    display: inline-block;
    width: 135px;
    padding: 15px 0px;
    margin: 0 2px 5px 2px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
.radio.type-1 .label {
    position: relative;
    z-index: 10;
}
.radio.type-1 .input-wrap {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.radio.type-1 .input-wrap.checked {
    background-color: #4c82b9; 
}
.radio.type-1 .input-wrap.no-checked {
    background-color: #ffffff;
}
.radio.type-1 .input-wrap.checked ~ .label {
    color: #ffffff;
}
.radio.type-1 .input-wrap.no-checked ~ .label {
    color: #333333;
}

#chboxes {
    text-align: center;
    margin-bottom: 50px;
}
/*--------- .chbox.type-3 ---------- */
.chbox.type-3 {
    display: inline-block;
    width: 135px;
    padding: 15px 5px 15px 36px;
    box-sizing: border-box;
    margin: 0 2px 5px 2px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
.chbox.type-3 .label {
    position: relative;
    z-index: 10;
}
.chbox.type-3 .input-wrap {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.chbox.type-3 .input-wrap span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 8px;
    top: 50%;    
    margin-top: -10px;
}
.chbox.type-3 .input-wrap.checked span {
    background: url('../images/ch-box-2.png') no-repeat bottom;
    -pie-background: url('../images/ch-box-2.png') no-repeat bottom;
}
.chbox.type-3 .input-wrap.no-checked span {
    background: url('../images/ch-box-2.png') no-repeat top;
    -pie-background: url('../images/ch-box-2.png') no-repeat top;
}
.chbox.type-3 .input-wrap.checked {
    background-color: #4c82b9; 
}
.chbox.type-3 .input-wrap.no-checked {
    background-color: #ffffff;
}
.chbox.type-3 .input-wrap.checked ~ .label {
    color: #ffffff;
}
.chbox.type-3 .input-wrap.no-checked ~ .label {
    color: #333333;
}
/*.next-step-btn {
    display: block;
    width: 135px;
    height: 45px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    border: none;
    margin: 0 auto;
    background: url('../images/arrow-right-1.png') no-repeat 115px center #4c82b9;
    -pie-background: url('../images/arrow-right-1.png') no-repeat 115px center #4c82b9;
}*/

.inp-bg-2 {
    width: 250px;
    height: 35px;
    padding: 10px 10px 0px 10px;
    background-color: #e8f1fc;  
    position: relative;
    margin: 0 auto;
}
#field-login, #passw, #mail, #ville {
    display: block;   
    width: 250px;
    margin: 0px;
    border: none;
    background: none;    
    font-size: 16px;    
    color: #333333;
    text-align: center;
}
#field-login::-webkit-input-placeholder, #passw::-webkit-input-placeholder,
#mail::-webkit-input-placeholder, #ville::-webkit-input-placeholder {
    color: #333333;
}
#field-login:-moz-placeholder, #passw:-moz-placeholder, 
#mail:-moz-placeholder, #ville:-moz-placeholder {
    color: #333333;
}

.mal, .vil {
    margin-bottom: 130px;
}
.log {
    margin-bottom: 55px;
}
.pas {
    margin-bottom: 60px;
}

#sugg_mail {
    display: block;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 55px;
}
#sugg_mail a {
    color: #333333;
    text-decoration: underline;
}



.vil {
    z-index: 200;
}
#props {
    width: 100%;
    height: 180px;
    overflow-y: scroll;    
    position: absolute;
    top: 47px;
    left: 0px;
    background-color: #e8f1fc;
}
#props a {
    display: block;
    font-size: 14px; 
    font-weight: 300;
    color: #333333; 
    padding: 10px 15px;
}
#props a:hover {
    background-color: #4c82b9;
    color: #ffffff;
}

.customSelectWrap { 
    background-color: #e8f1fc;	 
    font-size: 16px; 
    color: #333333;
    position: relative;  
}
.sexSelect {
    height: 54px;
    width: 350px;
    margin-bottom: 40px;
}
#date {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.dateSelects {
    height: 45px;
    width: 130px;
    float: left;
}
.selTop {			
    cursor: pointer;
    position: relative;
}
.selDropDown {			
    display: none;
    overflow-y: scroll;
    cursor: pointer;
    position: absolute;
    left: -1px;
    z-index: 1000;
}
.selDownArrow {			
    width: 16px;
    height: 9px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    right: 10px;
    margin-top: -4px;
    //background: url('../images/select-arrow.png') no-repeat;
    //-pie-background: url('../images/select-arrow.png') no-repeat;
}
.selDropDown p {		
    line-height: 1;
    padding: 0px;
    margin: 0px;
    padding: 10px 0px 10px 15px;
    background: none;
}
.selDropDown p.selected {
    background-color: #4c82b9;
    color: #ffffff;
}
.selDropDown p.no-selected {
    background: none;
    color: #333333;
}
.selectedOptText {		
        display:  block;
        line-height: 1;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -9px;
}
.customSelectWrap select {
        line-height: 1;
        background: none;
        border: none;
}
.middle_sel_space {
    width: 20px;
    height: 45px;
    background: none;
    float: left;
}

/*--------- .chbox.type-2 ---------- */
.chbox.type-2 {
    width: 100%;
    padding: 4px 0px 0px 27px;
    box-sizing: border-box;
    color: #333333;
    font-size: 13px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
}
.chbox.type-2 a {
    color: #333333;
    text-decoration: underline;
}
.chbox.type-2 a:hover {
    text-decoration: none;
}
.chbox.type-2 .input-wrap {
    width: 22px;
    height: 22px;
}
.chbox.type-2 .input-wrap.checked {
    background: url('../images/ch-box.png') no-repeat bottom;
    -pie-background: url('../images/ch-box.png') no-repeat bottom;
}
.chbox.type-2 .input-wrap.no-checked {
    background: url('../images/ch-box.png') no-repeat top;
    -pie-background: url('../images/ch-box.png') no-repeat top;
}




.signin_h3 {
    font-size: 12px;
    color: #666666;
    padding: 0px 0px 8px 10px;
    text-transform: uppercase;
}
.signin_h3 span {
    font-size: 15px;
}

#valider_submit {
    display: none;
}
#small_text {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 20px;
}


#err_login, #err_pass, #err_mail, #err_ville, #err_date, 
#err_login2, #err_pass2, #err_mail2, #err_ville2, #err_date2 {
    display: none;
    font-size: 14px;
    color: #cd0000;
    text-align: left;
    cursor: pointer;
    position: absolute;
    top: 55px;
    left: 0px;
    z-index: 5;
}
#err_cond, #err_cond2 {
    display: none;
    color: #cd0000;
}
#err_login2, #err_pass2, #err_mail2, #err_ville2, #err_date2, #err_cond2 {
    display: block;
}

#a-2 {
    display: block;
    width: 100%;
    height: 215px;
    background-color: #ffffff;
    padding: 10px 0px;
    overflow: hidden;
    position: relative;
}
#a-2 ul {
    width: 2240px;
    padding-left: 10px;
}
#a-2 li {
    float: left;
    margin: 0px 10px 15px 0px;
}
#a-2 #first-slide {    
    background: url('../images/slide-1.png') no-repeat;
    background-size: 100% 100%;
}
#a-2 a {
    display: block;
    width: 215px;
    height: 215px;
    position: relative;
}
#a-2 a img {
    display: block;
    width: 100%;
    height: 100%;
}
.fog-blue {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(29, 87, 158, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
}
.age, .name {
    display: block;
    color: #ffffff;
    line-height: 1;
}
.name {    
    padding: 30px 0px 5px 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.age {
    padding-left: 30px;
    font-size: 28px;
    font-weight: 600;
}
#a-2 a:hover .fog-blue {
    display: block;
}

#a-3 {
    display: block;
    width: 100%;
    background-color: #e8f1fc; 
}
#a-3-center {
    width: 990px;
    padding: 35px 0px 40px 0px;
    margin: 0 auto;
}
#a-3 .left {
    width: 480px;
    float: left;    
}
#a-3 .right {
    width: 480px;
    float: right;
}
#a-3 .right p {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
}
#a-3 .h1 {
    display: block;
    padding: 20px 0px 30px 0px;
    font-size: 16px;
    color: #333333;
    text-align: left;
    text-transform: uppercase;
}
#links-1, #links-2 {
    display: block;
    float: left;
}
#links-1 {
    margin-right: 70px;
}
#links-1 a, #links-2 a {
    display: block;
    font-size: 14px;
    color: #4c82b9;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 20px;
}
#links-1 a:hover, #links-2 a:hover {
    text-decoration: underline;
}

/*Google button
-----------------------------------------------------------*/

.button-container {
    position: relative;
}
.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 5px 20px 5px 40px;
    border-radius: 4px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    text-align: center;
    min-height: 48px;
    background-color: #000;
    color: white;
    margin-top:25px;
}
.google-text {
    font-size: 16px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    letter-spacing: inherit;
    color: #FFFFFF;
    text-transform: none;
    line-height: 28px;
}
.btn-google .icon-google {
    background: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
}



/*footer
-----------------------------------------------------------*/

footer {
    display: block;
    width: 100%;
    background-color: #4c82b9;
}
#f-center {
    width: 990px;
    margin: 0 auto;
    padding: 20px 0px 15px 0px;
}
#f-center p {
    font-size: 14px;
    color: #e8f1fc;
    text-align: left;
    line-height: 1.4;
}


/*-----------------------------------------------------------------------*/

@media (min-width: 320px) {
    #h-center {
        width: 300px;
        padding: 20px 0px;
    }
    #signin-btn {
        display: block;
    }
    #dm {
        width: 100%;
        font-size: 18px;
        text-align: center;
        top: 0;
        left: 0;
    }
    #for_enter_form {
        display: none;
        width: 200px;
        height: 270px;
        top: 100px;
        right: 50%;
        margin-right: -100px;
    }
    .login_place {   
        top: 40px;
        right: 5px;    
    }
    .pass_place {
        top: 105px;
        right: 5px;
    }
    #lost_pwd {
        display: block;
        width: 100%;
        text-align: center;
        top: 52px;
        right: 0px;
    }
    #enter-btn {
        top: 190px;
        right: 50%;  
        margin-right: -50px;
    }
    .chbox.type-1 {
        top: 205px;
        left: 25px;
    }
    #for_signin3_form {
        top: 100px;
        right: 50%;
        margin-right: -150px;   
    }
    #signin3 {    
        width: 300px;
        height: 230px;    
    }
    #rvc {
        top: 40px;
        left: 20px;
    }
    .mail3_place {
        top: 80px;
        right: 20px;
    }
    #mail3 {
        width: 240px;        
    }
    #for_signin3_form input[type="submit"] {
        width: 260px;
        right: 20px;  
    }
    #a-3-center {
        width: 300px;
    }
    #a-3 .left, #a-3 .right {
        width: 300px;
        float: none; 
        margin: 0 auto;
    }
    #a-3 .right {
        margin-bottom: 30px;
    }
    #f-center {
        width: 300px;
    }
    article {
        //padding-top: 200px;
        //background: url('../images/main-bg.png') no-repeat top left #ede6e0;
        //background-size: auto 200px;
    }
    .cand{
        background-size: auto 200px !important;
        padding-top: 200px;
        background: url('../images/main-bg.png') no-repeat top left #ede6e0;
    }
    .rdv{
        background-size: auto 200px !important;
        padding-top: 200px;
        background: url('../images/main-bg.png') no-repeat top left #ede6e0;
    }
    .caf{
        background-size: auto 200px !important;
        padding-top: 200px;
        background: url('../images/main-caf.png') no-repeat top left #ede6e0;
    }
    #a-1 { 
        height: 600px;
    }
    #for_signin_form {
        width: 100%;
        height: 600px;
        float: none;
        margin: 0;
    }
    #signin {
        width: 300px;  
        padding-top: 30px;
    }
    #radios {
        margin-bottom: 20px;
    }
    #chboxes {
        margin-bottom: 30px;
    }
    .dateSelects {
        width: 90px;
    }
    .middle_sel_space {
        width: 15px;
    }
} 
/*321*/

@media (min-width: 640px) {
    #h-center {
        width: 600px;
        padding: 20px 0px;
    }
    #signin-btn {
        display: block;
    }
    #dm {
        width: 100px;
        font-size: 18px;
        text-align: left;
        top: 5px;
        left: -100px;
    }
    #for_enter_form {
        display: none;
        width: 500px;
        height: 70px;
        top: 95px;
        right: 0px;
        margin: 0;
    }
    .login_place {   
        top: 0px;
        right: 310px;    
    }
    .pass_place {
        top: 0px;
        right: 110px;
    }
    #lost_pwd {
        display: block;
        width: auto;
        text-align: right;
        top: 55px;
        right: 0px;
    }
    #enter-btn {
        top: 0px;
        right: 0px;  
        margin: 0;
    }
    .chbox.type-1 {
        top: 50px;
        left: 0px;
    }
    #for_signin3_form {
        top: 200px;
        right: 50%;
        margin-right: -212px;   
    }
    #signin3 {    
        width: 425px;
        height: 230px;    
    }
    #rvc {
        top: 40px;
        left: 40px;
    }
    .mail3_place {
        top: 80px;
        right: 40px;
    }
    #mail3 {
        width: 325px;        
    }
    #for_signin3_form input[type="submit"] {
        width: 345px;
        right: 40px;  
    }
    #a-3-center {
        width: 620px;
    }
    #a-3 .left, #a-3 .right {
        width: 560px;
        float: none; 
        margin: 0 auto;
    }
    #a-3 .right {
        margin-bottom: 30px;
    }
    #f-center {
        width: 560px;
    }
    article {
        padding-top: 300px;
        //background: url('../images/main-bg.png') no-repeat top left #ede6e0;
        background-size: auto 300px;
    }
    .cand{        
        padding-top: 300px;
        background-size: auto 300px !important;
        background: url('../images/main-bg.png') no-repeat top left #ede6e0;        
    }
    .rdv{   
        padding-top: 300px;
        background-size: auto 300px !important;
        background: url('../images/main-bg.png') no-repeat top left #ede6e0;      
    }
    .caf{    
        padding-top: 300px;
        background-size: auto 300px !important;
        background: url('../images/main-caf.png') no-repeat top left #ede6e0;      
    }
    #a-1 { 
        height: 600px;
    }
    #for_signin_form {
        width: 100%;
        height: 600px;
        float: none;
        margin: 0;
    }
    #signin {
        width: 430px;  
        padding-top: 50px;
    }
    #radios {
        margin-bottom: 35px;
    }
    #chboxes {
        margin-bottom: 50px;
    }
    .dateSelects {
        width: 130px;
    }
    .middle_sel_space {
        width: 20px;
    }
} 
/*641*/

@media (min-width: 990px) {
    #h-center {
        width: 95%;
        padding: 30px 0px 40px 0px;
    }
    #signin-btn {
        display: none;
    }
    #dm {
        width: 150px;
        font-size: 18px;
        text-align: right;
        top: 12px;
        left: -165px;
    }
    #for_enter_form {
        display: block;
        width: 500px;
        height: 70px;
        top: 17px;
        right: 0px;
        margin: 0;
    }
    .login_place {   
        top: 0px;
        right: 310px;    
    }
    .pass_place {
        top: 0px;
        right: 110px;
    }
    #lost_pwd {
        display: block;
        width: auto;
        text-align: right;
        top: 55px;
        right: 0px;
    }
    #enter-btn {
        top: 0px;
        right: 0px;  
        margin: 0;
    }
    .chbox.type-1 {
        top: 50px;
        left: 0px;
    }
    #for_signin3_form {
        top: 200px;
        right: 50%;
        margin-right: -212px;   
    }
    #signin3 {    
        width: 425px;
        height: 230px;    
    }
    #rvc {
        top: 40px;
        left: 40px;
    }
    .mail3_place {
        top: 80px;
        right: 40px;
    }
    #mail3 {
        width: 325px;        
    }
    #for_signin3_form input[type="submit"] {
        width: 345px;
        right: 40px;  
    }
    #a-3-center {
        width: 990px;
    }
    #a-3 .left {
        width: 480px;
        float: left; 
        margin: 0;
    }
    #a-3 .right {
        width: 480px;
        float: right;
        margin: 0;
    }
    #f-center {
        width: 990px;
    }
    article {
        padding-top: 0;
        //background: url('../images/main-bg.png') no-repeat top center;
        background-size: auto auto;
    }
    .cand{
        padding-top: 0;
        background-size: auto auto !important;
        background: url('../images/main-cand.png') no-repeat top center;
    }
    .rdv{
        padding-top: 0;
        background-size: auto auto !important;
        background: url('../images/main-bg.png') no-repeat top center;
    }
    .caf{
        padding-top: 0;
        background-size: auto auto !important;
        background: url('../images/main-caf.png') no-repeat top center;
    }
    #a-1 { 
        height: 600px;
    }
    #for_signin_form {
        width: 500px;
        height: 600px;
        float: right;
        margin: 0;
    }
    #signin {
        width: 430px;  
        padding-top: 50px;
    }
    #radios {
        margin-bottom: 35px;
    }
    #chboxes {
        margin-bottom: 50px;
    }
    .dateSelects {
        width: 130px;
    }
    .middle_sel_space {
        width: 20px;
    }
} 

