/* ---- Price ---- */
.arch_price{
    margin-top: 20px;
}
.arch_price .price_usd{
    color: #000000;
    background-color: #ffcfdf;
    width: 50%;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}
.arch_price .price_eq{
    margin-top: 10px;
    color: #ffffff;
    font-weight: bold;
}

/* ---- main ---- */
    #idx_top_menu{
        display: none;
    }
    .arch_landing_exit{
        background-color: #4abc65!important;
    }
    .arch_landing_exit:hover{
        background-color: #3b9650!important;
    }

/* ---- Contacts ---- */
    .arch_contacts .btn{
        background-color: #4abc65!important;
        color: #ffffff!important;
    }
    .arch_contacts .btn:hover{
        background-color: #3b9650!important;
        color: #ffffff!important;
    }

/* ---- TrainerBlock ----- */
    .arch_trainer{
        padding-bottom: 20px;
    }
    .arch_trainer .widget_trainer_title{

        color: #4abc65;
    }
    .arch_trainer .widget_trainer_img{
        width: 90%!important;
    }
    .arch_trainer .widget_trainer_name{
        text-transform: uppercase;
    }
    .arch_trainer .widget_trainer_link{
        color: #4abc65;
    }
    .arch_trainer .widget_trainer_link:hover{
        color: #3b9650;
    }

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

/* ---- Paid Access ---- */
    .arch_paidaccess{
        padding-top: 20px;
        background-color: #ffffff;
    }
    .arch_paidaccess .paidac_button{
        background-color: #4abc65!important;
        color: #ffffff;
    }
    .arch_paidaccess .paidac_button:hover{
        background-color: #3b9650!important;
        color: #ffffff;
    }
    .arch_paidaccess form .btn{
        background-color: #4abc65!important;
        color: #ffffff;
    }
    .arch_paidaccess form .btn:hover{
        background-color: #3b9650!important;
        color: #ffffff;
    }

    .arch_paidaccess label input:checked ~ .checkmark{
        background-color: #3b9650!important;
    }
    .arch_paidaccess label:hover input ~ .checkmark {
        background-color: #4abc65!important;
    }
    .arch_paidaccess #paidac_text1{
        border-color: #4abc65!important;
    }
    .arch_paidaccess #paidaccess_form input{
        border-color:#4abc65!important;
    }

/* ---- TopSection ---- */
    #arch_topsection{
        background-image: url(/img/arch/topsection_back.jpg);

        background-size: cover;
        background-position-y: center;
    }
    #arch_topsection_inner{
        background-image: url(/img/arch/top_dots.png);
        min-height: 300px;
    }
    .arch_top_img img{
        width: 100%;
    }

    .arch_top_title1{
        font-size: 30pt;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 30pt;
        margin-top: 100px;
        color: #000000;
    }

    .arch_top_title2{
        font-size: 18pt;
        margin-top: 30px;
        text-transform: uppercase;
        color: #000000;
    }
    .arch_top_title3{
        font-size: 18pt;
        margin-top: 10px;
        text-transform: uppercase;
        color: #000000;
    }

/* ---- Start ---- */
    .arch_start{
        background-color: #ffffff;
    }
    .arch_start_button{
        background-color: #f29ba8;
        color: #000000;
        padding: 4px 5px;
        width: 100%;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 16pt;
        border-radius: 10pt;
        margin-top: -20px;
    }
    .arch_start_button:hover{
        text-decoration: none;
        background-color: #ffb6bf;
        color: #000000;
    }
    .arch_start_yellow{
        background-color: #ffc200;
    }
    .arch_start_yellow:hover{
        background-color: #e8b102;
    }
    .arch_start_green{
        background-color: #4abc65;
        margin-top: 10px;
        margin-bottom: 30px;
        color: #ffffff;
    }
    .arch_start_green:hover{
        background-color: #3b9650;
        color: #ffffff;
    }




/* ----- PreInfo ---- */
    .arch_preinfo{
        padding-top: 30px;
        padding-bottom: 50px;
        background-color: #ffffff;
    }
    .arch_preinfo_text{
        text-align: center;
        margin-top: 30px;
        font-size: 12pt;
    }
    .arch_preinfo_text2{
        text-align: center;
        margin-top: 40px;
        font-weight: bold;
        font-size: 12pt;
    }

/* ---- ArchGet ---- */
    #arch_get{
        background-color: #00b3f2;
    }
    .arch_get_img img{
        width: 100%;
    }
    .arch_get_title{
        text-align: center;
        color: #ffffff;
        font-size: 14pt;
        margin-top: 10px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .arch_get_list ul{
        list-style: none;

    }
    .arch_get_list div{
        margin-top: 20px;
        padding-left: 30px;
        font-size: 12pt;
        font-weight: bold;
        color: #ffffff;
    }
    .arch_get_list ul li{
        color: #ffffff;
        margin-top: 20px;
        background-image: url(/img/arch/get_marker.png);
        background-repeat: no-repeat;
        background-position-y: center;
        padding-left: 30px;
        font-size: 11pt;
    }

/* ---- Manipulation ---- */
    #arch_manipulation{
        background-color: #00cf96;
        background-image: url(/img/arch/man_dot.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40%;
        padding-top: 10px;
    }
    .arch_manipulation_img img{
        width: 90%;
    }
    .arch_manipulation_text{
        color: #ffffff;
        font-weight: bold;
        font-size: 11pt;
        margin-top: 50px;
    }


/* ---- Programm ---- */
    #arch_programm{
        background-color: #ffffff;
    }
    .arch_programm_title{
        text-align: center;
        margin-top: 40px;
        font-size: 12pt;
        font-weight: bold;
        text-transform: uppercase;
    }


/* ---- Module ---- */
    .arch_module{
        background-color: #ffffff;
        padding-top: 30px;
        padding-bottom: 30px;

    }
    .arch_module_title{
        font-weight: bold;
        font-size: 14pt;
    }
    .arch_module_text{
        font-size: 11pt;
        margin-top: 30px;
    }
    .arch_module2{
        background-color: #2690e3;
        color: #ffffff;
    }
    .arch_module4{
        background-color: #f20c77;
        color: #ffffff;
        background-image: url(/img/arch/dop.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 30%;
    }
    #arch_wow{
        position: absolute;
        bottom: -100px;
        right: -50px;
    }

/* ---- Pay ---- */
    #arch_pay{
        background-color: #f20c77;
        padding: 10px 0px 0px 0px;
    }
    .arch_pay_img img{
        width: 100%;
    }
    .arch_pay_text{
        margin-top: 20px;
        color: #ffffff;
        font-weight: bold;
    }
    .arch_pay_summ{
        margin-top: 30px;
        color: #000000;
        background-color: #ffcfdf;
        width: 50%;
        padding: 5px 10px;
        border-radius: 10px;
        text-align: center;
        font-weight: bold;
    }
    .arch_pay_subtext{
        color: #ffffff;
        margin-top: 20px;
    }

/* ---- TimeTable ---- */
    #arch_timetable{
        padding: 30px 0px 30px 0px;
        background-color: #ffffff;
        text-align: center;
    }
    .arch_time_title{
        font-weight: bold;
        text-align: center;
    }
    .arch_time_text{
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
    }