/* ---- Price ---- */
.ps_price{
    margin-top: 0px;
}
.ps_price .price_usd{
    text-transform: uppercase;
    font-size: 16pt;
}
.ps_price .price_eq{
    margin-top: 10px;
}

/* ---- main ---- */
    #idx_top_menu{
        display: none;
    }
    .ps_landing_exit{
        background-color: #95cdfc!important;
    }
    .ps_landing_exit:hover{
        background-color: #75b4e9!important;
    }

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

        color: #95cdfc;
    }
    .ps_trainer .widget_trainer_img{
        width: 90%!important;
    }
    .ps_trainer .widget_trainer_name{
        text-transform: uppercase;
    }
    .ps_trainer .widget_trainer_link{
        color: #95cdfc;
    }
    .ps_trainer .widget_trainer_link:hover{
        color: #75b4e9;
    }
/* ---- SocialButtons ---- */
    .ps_social{
        margin-top: 10px;
    }
    .ps_social a{
        margin: 0px 2px;
        background-image: url(../img/widgets/socialbuttons/trainer_cindy.png)!important;
    }


/* ---- Paid Access ---- */
    .ps_paidaccess{
        padding-top: 20px;
        position: relative;
        background-color: #ffffff;
    }

    .ps_paidaccess .paidac_button{
        background-color: #95cdfc!important;
        color: #ffffff;
    }
    .ps_paidaccess .paidac_button:hover{
        background-color: #75b4e9!important;
        color: #ffffff;
    }
    .ps_paidaccess form .btn{
        background-color: #95cdfc!important;
        color: #ffffff;
    }
    .ps_paidaccess form .btn:hover{
        background-color: #75b4e9!important;
        color: #ffffff;
    }

    .ps_paidaccess label input:checked ~ .checkmark{
        background-color: #75b4e9!important;
    }
    .ps_paidaccess label:hover input ~ .checkmark {
        background-color: #95cdfc!important;
    }
    .ps_paidaccess #paidac_text1{
        border-color: #95cdfc!important;
    }
    .ps_paidaccess #paidaccess_form input{
        border-color: #95cdfc!important;
    }


/* ---- Contacts ---- */
    .ps_contacts .btn{
        background-color: #95cdfc!important;
        color: #ffffff!important;
    }
    .ps_contacts .btn:hover{
        background-color: #75b4e9!important;
        color: #ffffff!important;
    }



/* ---- TopSection ---- */
    #ps_top{
        background-color: #ffffff;
        background-image: url(../img/ps/top_back.png);
        background-size: 50%;
        background-position-x: left;
        background-repeat: no-repeat;
        min-height: 350px;
    }
    #ps_top_border1{
        border: 3px solid #95cdfc;
        height: 120px;
        margin-top: 20px;
    }
    #ps_top_border2{
        border: 3px solid #d0acd9;
        padding: 10px 30px;
        text-transform: uppercase;
        font-size: 18pt;
        position: absolute;
        background-color: #ffffff;
        margin-top: 20px;
        margin-left: 30px;
        color: #495c79;
    }
    #ps_top_record{
        margin-top: 50px;
        font-size: 18pt;
        text-transform: uppercase;
    }
    #ps_top_info{
        text-transform: uppercase;
    }

/* ---- Interdelim ----- */
    #ps_interdelim{
        border-top: 3px solid #95cdfc;
        background-color: #ffffff;
    }
    #ps_interdelim_button{
        background-color: #95cdfc;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        font-size: 16pt;
        border-radius: 0px 0px 5px 5px;
    }
    #ps_interdelim_button:hover{
        background-color: #75b4e9!important;
        text-decoration: none;
    }


/* ---- Theme ---- */
    #ps_them{
        background-color: #ffffff;
    }
    #ps_them_title{
        text-align: center;
        margin-top: 40px;
        font-size: 14pt;
    }
    #ps_list{
        margin-top: 20px;
        padding-left: 15px;
    }
    #ps_check{
        margin-top: 20px;
        background-image: url(../img/ps/check.png);
        background-repeat: no-repeat;
        background-position-x: left;
        padding-left: 50px;
    }
    #ps_long{
        margin-top: 20px;
    }


/* ---- Pay ---- */
    #ps_pay{
        background-color: #ffffff;
    }
    #ps_pay_title{
        margin-top: 30px;
        text-align: center;
        text-transform: uppercase;
        font-size: 16pt;
    }
    #ps_pay_cr{
        text-align: center;
        font-size: 12pt;
    }
















