/* ---- main ---- */
#idx_top_menu{
    display: none;
}
.sltop_landing_exit{
    background-color: #db7380!important;
}
.sltop_landing_exit:hover{
    background-color: #9a4550!important;
}

/* ---- TrainerBlock ----- */
.sltop_trainer{
    padding-bottom: 20px;
}
.sltop_trainer .widget_trainer_title{
    color: #9a4550;
}
.sltop_trainer .widget_trainer_link{
    color: #9a4550;
}
.sltop_trainer .widget_trainer_link:hover{
    color: #db7380;
}
/* ---- SocialButtons ---- */
.sltop_social{
    margin-top: 10px;
}
.sltop_social a{
    margin: 0px 2px;
    background-image: url(../img/widgets/socialbuttons/trainer_scandal.png)!important;
}


/* ---- Contacts ---- */
.sltop_contacts{
    /*background-image: url(../img/cons/contact.jpg)!important;*/
}
.sltop_contacts .btn-primary{
    background-color: #9a4550!important;
    color: #ffffff!important;
    font-size: 12pt;
}
.sltop_contacts .btn-primary:hover{
    background-color: #db7380!important;
}

/* ---- Paid Access ---- */
.sltop_paidaccess{
    padding-top: 20px;
    position: relative;
    background-color: #ffffff;
}
.sltop_paidaccess .paidac_button{
    background-color: #9a4550;
    border-radius: 15px;
}
.sltop_paidaccess .paidac_button:hover{
    background-color: #db7380;
    color: #ffffff!important;
}
.sltop_paidaccess .paidac_button:active{
    color: #ffffff!important;
}
.sltop_paidaccess .paidac_button:focus{
    color: #ffffff!important;
}
.sltop_paidaccess .btn-primary{
    background-color: #9a4550!important;
    border-radius: 15px;
}

.sltop_paidaccess .btn-primary:hover{
    background-color: #db7380!important;
}
.sltop_paidaccess label input:checked ~ .checkmark{
    background-color: #9a4550!important;
}
.sltop_paidaccess label:hover input ~ .checkmark {
    background-color: #9a4550!important;
}
.sltop_paidaccess #paidac_text1{
    border-color: #9a4550!important;
}
.sltop_paidaccess #paidaccess_form input{
    border-color: #9a4550!important;
}






/* --- Head Block ---- */
#sltop_head_block{
    min-height: 400px;
    background-image: url(../img/sltop/top_back.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

#sltop_head_text1{
    margin-top: 100px;
    background-image: url(../img/sltop/trans_back2.png);
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
    font-size: 16pt;
    font-weight: bold;
}

#sltop_head_text2{
    margin-top: 30px;
    padding: 5px 30px 5px 30px;
    font-size: 16pt;
    font-weight: bold;
}
#sltop_head_text2 span{
    font-size: 12pt;
}

/* ---- Why block ---- */
#sltop_why_block{
    background-color: #ffffff;
    padding: 50px 0px;
}
.sltop_why_item_text{
    padding-top: 20px;
}
.sltop_why_item{
    margin-bottom: 20px;
    text-align: justify;
}
.sltop_why_item_textnp{
    padding-top: 0px!important;
}


/* ---- Can block ---- */
#sltop_can_block{
    background-image: url(../img/sltop/paralax1.jpg);
    min-height: 300px;
    padding: 70px 0px;
}
#sltop_can_text{
    background-image: url(../img/sltop/trans_back2.png);
    min-height: 100px;
    border-radius: 10px;
    padding: 30px 20px;
}



/* ---- How ---- */
#sltop_hawsection{
    position: relative;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#sltop_haw_title{
    text-transform: uppercase;
    text-align: center;
    font-size: 18pt;
    background-color: #e4c4b5;
    color: #000000;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#sltop_haw_text1, #padd_haw_text2{
    text-align: center;
    font-size: 12pt;
    margin: 50px 0px 50px 0px;

}

#sltop_haw_itemblock{
    margin-top: 20px;
}
.sltop_haw_item img{
    display: block;
    width: 30%;
    margin: 0px auto;
}
.sltop_haw_text{
    text-align: center;
    font-size: 12pt;
    margin-top: 5px;
}
#sltop_haw_text2{
    text-align: center;
    font-size: 12pt;
    margin: 50px 0px 50px 0px;
}
#sltop_haw_cert{

    margin-top: 40px;
    padding: 30px;
}
#sltop_haw_cert_img img {
    width: 100%;
}
#sltop_haw_cert_text{

}

/* ---- Topics ---- */
#sltop_topics_block{
    padding: 50px 0px;
    background-color: #ffffff;
}
.sltop_topics_item{
    margin-bottom: 30px;
}
.sltop_topics_item_img{
    width: 100%;
}
.sltop_topics_item_title1{
    font-weight: bold;
    font-size: 14pt;
}
.sltop_topics_item_title2{
    color: #b8907d;
    font-size: 14pt;
    font-weight: bold;
}
.sltop_topics_item_text1{
    margin-top: 20px;
}
.sltop_topics_item_title3{
    margin-top: 40px;
    font-weight: bold;
}
.sltop_topics_item_text2{
    padding-left: 15px;
}





/* ---- Reviews ---- */
#sltop_reviewssection{
    position: relative;
    background-color: #e8e8e8;
    padding-top: 20px;
    padding-bottom: 20px;
}
#sltop_reviews_img img {
    width: 100%;
}
#sltop_reviews_title{
    font-size: 12pt;
}
#sltop_reviews_button {
    display: block;
    background-color: #9a4550;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    margin-top: 20px;
}
#sltop_reviews_button:hover{
    background-color: #db7380;
    text-decoration: none;
}
#sltop_reviews_text{
    font-size: 12pt;
    margin-top: 20px;
}



/* ---- Pay ----- */
#sltop_paysection{
    position: relative;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
#sltop_pay_img img{
    width: 80%;
    display: block;
    margin: 0px auto;
}
#sltop_pay_text{
    margin-top: 30px;
    font-size: 14pt;
}
#sltop_pay_text2{
    text-transform: uppercase;
    text-align: center;
    font-size: 14pt;
    background-color: #db7380;
    border-radius: 10pt;
    padding: 5px;
    color: #ffffff;
    margin-top: 30px;
}
