
.template_main_color{
    color:#E2211A!important;
}
.template_main_back{
    background-color:#E2211A!important;
}
.template_main_border{
    border-color:#E2211A!important;
}


.template_sub_color{
    color:#F1700B!important;
}
.template_sub_back{
    background-color:#F1700B!important;
}
.template_sub_border{
    border-color:#F1700B!important;
}


.template_rgb_color{
    color:rgba(226,33,26,0.8)!important;
}
.template_rgb_back{
    background-color:rgba(226,33,26,0.8)!important;
}
.template_rgb_pseudo:before,.template_rgb_pseudo:after{
    background:rgba(226,33,26,0.8)!important;
}
.template_rgb_border{
    border-color:rgba(226,33,26,0.8)!important;
}