/* ---- main ---- */
#idx_top_menu{
    display: none;
}
.war_landing_exit{
    background-color: #a78676!important;
}
.war_landing_exit:hover{
    background-color: #7e665a!important;
}


/* ---- TopSection ---- */
#war_topsection{
    position: relative;
    background-image: url("../img/war/top.jpg");
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}
#war_topsection_border{
    bottom: 30px;
    background-color: #626262;
    padding: 40px 20px;
    color: #ffffff;
    text-align: center;
    font-size: 16pt;
    margin-top: 320px;
    border: 1px solid #ffffff;
    /*box-shadow: 5px -5px 5px #dddddd;*/
}

/* ---- Why ---- */
#war_why{
    position: relative;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 230px;
}
#war_why_title{
    font-size: 16pt;
    text-align: center;
}
#war_why_text1{
    background-color: #d5c0a6;
    padding-top: 20px;
    padding-bottom: 350px;
    margin-top: 80px;
}
#war_why_qo img{
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#war_why_text_iner{
    font-size: 14pt;
    border-left: 2px solid #ffffff;
}
#war_why_text_img{
    position: relative;
    margin-top: 30px;
}
#war_why_text_img img{
    width: 100%;
    display: block;
    position: absolute;
}

/* ---- Why2 ---- */
#war_why2{
    position: relative;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 50px;
}
#war_why2_text{
    font-size: 14pt;
}

/* ---- Delim ---- */
.war_delim{
    padding-top: 20px;
    padding-bottom: 20px;
}
.war_delim_text{
    text-align: center;
    text-transform: uppercase;
    font-size: 16pt;
    color: #a78676;
}

/* ---- Topics ---- */
#war_topics{
    position: relative;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 50px;
}
#war_topics_text{
    font-size: 14pt;
}
.war_one{
    font-weight: bold;
}
.war_two{
    color: #676767;
}
#war_topics_imgsection{
    background-image: url("../img/war/topic.jpg");
    background-repeat: no-repeat;
    background-size:cover;
   /* background-size: contain;
    background-position-x: center;*/
    min-height: 600px;
}

/* ---- Words ---- */
#war_words{
    position: relative;
    background-color: #ffffff;
    padding-top: 140px;
    padding-bottom: 50px;
}
#war_words_title{
    text-align: center;
    text-transform: uppercase;
    font-size: 16pt;
    color: #a78676;
    padding-bottom: 50px;
}
#war_words_img{

}
#war_words_img img{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#war_words_text{

}
#war_words_text ul{
    list-style: none;
}
#war_words_text ul li{
    font-size: 14pt;
    margin-bottom: 30px;
}

#war_words_title2{
    text-align: center;
    font-size: 16pt;
    color: #a78676;
    padding-bottom: 20px;
    margin-top: 50px;
}

/* ---- TimeTable ---- */
#war_timetable{
    position: relative;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 100px;
}
.war_timetable_img img{
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.war_timetable_img_sp{
    width: 150px;
    height: 150px;
    background-image: url(../img/war/tt_sprite.png);
    margin-left: auto;
    margin-right: auto;
}
#war_timetable_img2{
    background-position-x: -150px;
}
#war_timetable_img3{
    background-position-x: -300px;
}
.war_timetable_text{
    text-align: center;
    margin-top: 30px;
}
#raw_timeable_title2{
    text-align: center;
    font-size: 14pt;
    margin-top: 100px;
}
#raw_timeable_telega{
    margin-top: 50px;
}


/* ---- TrainerBlock ----- */
.war_trainer {
    padding-bottom: 20px;
}
.war_trainer .widget_trainer_title{
    color: #a78676;
}
.war_trainer .widget_trainer_link{
    color: #a78676;
}
.war_trainer .widget_trainer_link:hover{
    color: #7e665a;
}

/* ---- Contacts ---- */
.war_contacts .btn{
    background-color: #a78676!important;
    color: #ffffff!important;
}
.war_contacts .btn:hover{
    background-color: #7e665a!important;
    color: #ffffff!important;
}
/* ---- SocialButtons ---- */
.war_social{
    margin-top: 10px;
}
.war_social a{
    margin: 0px 2px;
    background-image: url(../img/widgets/socialbuttons/trainer_scandal.png)!important;
}



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



/* ---- Paid Access ---- */
.war_paidaccess{
    padding-top: 20px;
    position: relative;
    background-color: #ffffff;
}
.war_paidaccess .paidac_button{
    background-color: #a78676;
    border-radius: 15px;

}
.war_paidaccess .paidac_button:hover{
    background-color: #7e665a;

}
.war_paidaccess .paidac_button:active{

}
.war_paidaccess .paidac_button:focus{

}
.war_paidaccess .btn-primary{
    background-color: #a78676!important;
    border-radius: 15px;

}

.war_paidaccess .btn-primary:hover{
    background-color: #7e665a!important;
}
.war_paidaccess label input:checked ~ .checkmark{
    background-color: #a78676!important;
}
.war_paidaccess label:hover input ~ .checkmark {
    background-color: #a78676!important;
}
.war_paidaccess #paidac_text1{
    border-color: #a78676!important;
}
.war_paidaccess #paidaccess_form input{
    border-color: #a78676!important;
}
