#idx_top_menu{
    display: none;
}
.gpt_landing_exit{
    background-color: #8c75a8!important;
    color: #ffffff!important;
}
.gpt_landing_exit:hover{
    background-color: #6e558e!important;
    color: #ffffff!important;
}




/* ---- TopSection ---- */
#gpt_topsection{
    min-height: 500px;
    background-color: #a593bc;
}
#gpt_topsection_flowers{
    position: absolute;
    min-height: 500px;
    width: 100%;
    background-image: url(../img/girlsparty/flowers.png);
    background-size: cover;
}
#gpt_topsection .container{
    min-height: 500px;
}
#gpt_girl{
    position: absolute;
    right: 50px;
    bottom: 0px;
}
#gpt_girl img{
    height: 500px;
}
#gpt_top_title{
    margin-top: 150px;
    font-size: 30pt;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
#gpt_top_title2{
    font-size: 20pt;
    color: #ffffff;
    border: 4px solid #ffffff;
    margin-top: 20px;
}
#gpt_top_title3{
    font-size: 20pt;
    color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

/* ---- Interdelim ---- */
.gpt_interdelim{

}
.gpt_interdelim_text{
    text-align: center;
    color: #8c75a8;
    font-size: 20pt;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ---- Thems ---- */
#gpt_thems{
    background-image: url(../img/girlsparty/thems.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.gpt_thems_container{

}
.gpt_thems_item{
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
}
.gpt_thems_border{
    border: 1px solid #8c75a8;
    padding-bottom: 50px;
}
.gpt_thems_border img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.gpt_thems_text{
    text-align: center;
    color: #8c75a8;
    font-size: 18pt;
    text-transform: uppercase;
    margin-top: 40px;
}

/* ---- Trainer ---- */
#gpt_trainer{
    background-image: url(../img/girlsparty/ocean.jpg);
    min-height: 500px;
    background-size: cover;
    background-position-y: 300px;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
#gpt_trainer_title{
    text-align: center;
    color: #8c75a8;
    font-size: 18pt;
    text-transform: uppercase;
    margin-top: 40px;
}
.gpt_trainer_row{
    margin-top: 50px;
}
#gpt_trainer_container{
    padding: 0px 50px 0px 50px;
}
.gpt_trainer_container img{
    width: 100%;
}
.gpt_trainer_text{
    background-color: #ffffff;
}
.gpt_trainer_text_title{
    padding-top: 20px;
    text-align: center;
    color: #8c75a8;
    font-size: 12pt;
    text-transform: uppercase;
}
.gpt_trainer_text_info{
    padding: 20px 20px;
    font-size: 12pt;
}
#gpt_trainer_proof{
    padding: 20px 20px 20px 20px;
    font-size: 16pt;
    text-transform: uppercase;
    color: #8c75a8;
    background-color: #ffffff;
    border-radius: 15px;
    margin-top: 200px;
}

/* ---- Programm ---- */
#gpt_programm{
    background-color: #f0efef;
    padding-bottom: 50px;
    padding-top: 50px;
}
#gpt_programm_title{
    text-align: center;
    color: #8c75a8;
    font-size: 20pt;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.gpt_programm_item{
    position: relative;
    background-color: #ffffff;
    border-radius: 15px;
    min-height: 500px;
    padding: 20px 30px;
    margin-top: 50px;
}
.gpt_programm_title{
    color: #8c75a8;
    text-transform: uppercase;
    font-size: 14pt;
    margin-top: 50px;
}
.gpt_programm_text{
    margin-top: 20px;
}
.gpt_programm_label{
    position: absolute;
    top: -30px;
    left: 100px;
}
.gpt_programm_label img{
    width: 80%;
}
#gpt_programm_post{
    text-align: center;
    color: #8c75a8;
    font-size: 20pt;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-top: 100px;
}

/* ---- Table ---- */
#gpt_table_section{
    min-height: 400px;
    background-image: url(../img/girlsparty/table.jpg);
}
#gpt_table_item{

}
#gpt_table_row{
    margin-top: 50px;
}
.gpt_table_item{
    padding: 0px 30px;
}
.gpt_table_item_iner{
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
    padding: 20px 20px;
    border: 2px solid #8c75a8;
    font-size: 12pt;
}
#gpt_time_section{
    padding-bottom: 100px;
}
#gpt_time_text{
    background-image: url(../img/girlsparty/time_back.png);
    color: #ffffff;
    font-size: 18pt;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-top: -70px;
}

/* ---- Pay ---- */
#gpt_pay{
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14pt;
}
#gpt_pay .gpt_pay_bl{
    color: #000000;
}
.gpt_pay_parts_mobile{
    display: none;
}
.gpt_pay_title{
    color: #000000;
    font-size: 14pt;
    margin-bottom: 20px;
    margin-top: 20px;
}
#gpt_pay_img img{
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.org_price .price_eq{
    margin-top: 20px;
}
#gpt_pay_text1{
    margin-top: 20px;
}
/* ---- Paid Access ---- */
.gpt_paidaccess{
    padding-top: 20px;
    position: relative;
    background-color: #ffffff;
}
/* ---- Contacts ---- */
.gpt_contacts .btn-primary{
    background-color: #8c75a8!important;
    color: #ffffff!important;
    font-size: 12pt;
}
.gpt_contacts .btn-primary:hover{
    background-color: #6e558e!important;
}
