/* ---- Price ---- */
.fml_price{
    margin-top: 20px;
}
.fml_price .price_usd{

}
.fml_price .price_eq{
    margin-top: 30px;
}


#idx_top_menu{
    display: none;
}
.fml_landing_exit{
    background-color: #add19a!important;
    color: #000000!important;
}
.fml_landing_exit:hover{
    background-color: #728d64!important;
    color: #ffffff!important;
}
/* ---- TrainerBlock ----- */
.fml_trainer{
    padding-bottom: 20px;
}
.fml_trainer .widget_trainer_title{
    color: #728d64;
}
.fml_trainer .widget_trainer_link{
    color: #728d64;
}
.fml_trainer .widget_trainer_link:hover{
    color: #432f70;
}

/* ---- SocialButtons ---- */
.fml_social{
    margin-top: 10px;
}
.fml_social a{
    margin: 0px 2px;
    background-image: url(/img/widgets/socialbuttons/trainer_family.png)!important;
}

/* ---- Contacts ---- */
.fml_contacts .btn{
    background-color: #add19a!important;
    color: #000000!important;
}
.fml_contacts .btn:hover{
    background-color: #728d64!important;
    color: #ffffff!important;
}
/* ------------------------------------------------ Family ------------------------------------------------ */

/* ----Top section---- */
#fml_topline{
    width: 100%;
    height: 25px;
    background: #b6a48b;
}

#fml_header{
    min-height: 400px;
    background-image: url(../img/family/Top_back.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 52%;
    background-color: #ede3e2;
}

#fml_header_title1{
    background-color: #d0d9e7;
    padding: 10px;
    font-size: 20pt;
    margin-top: 50px;
    border-radius: 15px;
}

#fml_header_title2{
    padding: 10px;
    font-size: 20pt;
    margin-top: 30px;
    border-radius: 15px;
}


#fml_header_title3{
    padding: 10px;
    font-size: 20pt;
    margin-top: 40px;
    background-color: #ffffff;
    border-radius: 15px;
}

#fml_header_title3 .text1{
    color: #000000;
}

#fml_header_title3 .text2{
    color: #436080;
    font-size: 18pt!important;
}


/* ---- UnderHeader ---- */
#fml_under_header{
    border-bottom: 12px solid #d0d9e7;
}

#fml_uh_title{
    text-align: center;
    font-size: 20pt;
    padding: 40px 0px;
}

/* ---- After program Title ---- */
#fml_after_program_title{
    background-color: #ede3e2;
}

#fml_after_program_title_text{
    height: 65px;
    line-height: 65px;
    font-size: 25pt;
    font-weight: bold;
    text-align: center;
}

/* ---- After program List ---- */
#fml_after_program{
    background-image: url(../img/family/after_program_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}


#fml_after_program_list ol{
    counter-reset: myCounter;
    margin-top: 30px;
}
#fml_after_program_list li{
    list-style: none;
}
#fml_after_program_list li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    color: #556d8f;
    font-size: 16pt;
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    margin: 5px 20px 5px -50px;
    line-height: 35px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #556d8f;
}

#fml_after_program_list li{
    margin: 25px 0px;
    text-indent: -10px;
    padding-left: 0px;
}


.fml_after_prg_row{
    margin-top: 40px;
}

.fml_after_prg_text{
    margin-top: 30px;
}




/* ---- Invitation ---- */
#fml_invitation{
    background-color: #ffffff;
    padding-bottom: 30px;
}

#fml_invitation_button{
    background-color: #add19a;
    text-align: center;
    text-transform: uppercase;
    border-radius: 15px;
    height: 40px;
    line-height: 40px;
    color: #000000;
    margin-top: 50px;
    font-size: 14pt;
}

#fml_invitation_title{
    margin-top: 60px;
    text-align: center;
    font-size: 14pt;
}

#fml_invitation_video{
    margin-top: 10px;
}

/* ---- Shedule ---- */
#fml_schedule{
    background-color: #ede3e2;

}
#fml_schedule_title{
    font-size: 16pt;
    text-align: center;
    padding: 25px;
}

/* ---- Modules ---- */
#fml_module{
    padding: 30px 0px;
}
.fml_module_row{

}
.fml_module_img img{
    width: 100%;
}
.fml_module_content{

}
.fml_module_content_title{
    font-size: 18pt;
    text-transform: uppercase;
    font-weight: bold;
}
.fml_module_content_subtitle{
    margin-top: 10px;
    font-size: 14pt;
    font-weight: bold;
}
.fml_module_content_text{
    margin-top: 10px;
    font-size: 14pt;
}
.fml_module_delim_in{
    height: 5px;
    background-color: #d0d9e7;
    margin: 60px 0px 30px 0px;
}


/* ---- Mentor ---- */
#fml_master_title{
    text-align: center;
    text-transform: uppercase;
    font-size: 18pt;
    color: #698cc8;
    font-weight: bold;
}

#fml_master_cnt #chld_master_cntimg img{
    width: 150%;
    margin-top: 20px;
}
#fml_master_title{
    text-align: center;
    text-transform: uppercase;
    font-size: 18pt;
    color: #000000;
    font-weight: bold;
    margin-top: 30px;
}
.fml_master_info{
    text-align: center;
    width: 100%;
    display: block;
    color: #000000;
    background: #ede3e2;
    border-radius: 15px;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16pt;
}
.fml_master_info:hover{
    color: #000000;
}

/* ---- Timing ---- */
#fml_timing{
    padding: 50px 0px 30px 0px;
}
#fml_timing_title{
    text-align: center;
    font-size: 18pt;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#fml_timing_img img{
    width: 100%;
}
#fml_timing_text{
    font-size: 13pt;
}
#fml_timing_srow{
    margin-top: 50px;
}
#fml_timing_cert img{
    width: 100%;
}
#fml_timing_certtext{
    font-size: 13pt;
}

/* ---- Pay ---- */
#fml_pay{
    background-color: #ede3e2;
   padding-bottom: 20px;
    font-size: 14pt;
}
.fml_paidaccess{
    margin-top: 20px;
}
.fml_paidaccess .paidac_button{
    background-color: #add19a!important;
    color: #000000;
}
.fml_paidaccess .paidac_button:hover{
    background-color: #728d64!important;
    color: #ffffff;
}
.fml_paidaccess form .btn{
    background-color: #add19a!important;
    color: #000000;
}
.fml_paidaccess form .btn:hover{
    background-color: #728d64!important;
    color: #ffffff;
}

.fml_paidaccess label input:checked ~ .checkmark{
    background-color: #728d64!important;
}
.fml_paidaccess label:hover input ~ .checkmark {
    background-color: #add19a!important;
}
.fml_paidaccess #paidac_text1{
    border-color: #add19a!important;
}
.fml_paidaccess #paidaccess_form input{
    border-color: #add19a!important;
}
/* ---- Contacts ---- */

.fml_contacts{
    background-color: #ede3e2!important;
    margin-top: 30px;
}

.fml_contacts #child_ct_form .btn-primary{
    background-color: #add19a;
}
