.wraper{.breadcrumbs li:last-child a:before {
    border-color: #bb1919 #bb1919 #bb1919 transparent;
}
.breadcrumbs li:last-child a {
    background-color: #bb1919;
    color: #fff;
}
.breadcrumbs li:last-child a:after {
    border-left-color: #bb1919;
};}.section-nav {
    background-color: #bb1919;
}
.panel-primary > .panel-heading {
    background-color: #bb1919;
    border-color: #e4e4e4;
    background-image: none;
    text-transform: uppercase;
    font-weight: bold;
}
.slide-tab .nav-tabs li.active a {
    border-radius: 4px 4px 0 0;
    background-color: #bb1919;
    color: #fff;
    border: none;
    margin-right: 0;
}
.item_quick_link {
    background: #bb1919;
    border-radius: 4px;
    padding: 5px;
}
.cat-icon span {
    text-transform: uppercase;
    padding: 13px;
    background: #bb1919;
    border-radius: 4px 4px 0px 0;
    display: inline-block;
}
.panel-content > .panel-heading, .panel-content-home > .panel-heading {
    background-color: transparent;
    background-image: none !important;
    border-bottom: 2px solid #bb1919;
    color: #bb1919;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 5px;
}
div.custom_menu_all {
    background-color: #bb1919;
}
.panel-slide>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    background-image: none !important;
    border-bottom: 1px solid #bb1919;
    padding-left: 0px;
    padding-bottom: 7px;
}
.panel-slide>.panel-heading span {
    padding: 10px 15px;
    background: #bb1919;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
}
.panel-content-home span {
    background-color: #bb1919;
    color: #FFF;
    padding: 10px;
    border-radius: 4px 4px 0px 0;
}
.panel-padding>.panel-heading {
    background-color: #bb1919;
    border-color: transparent;
    background-image: none !important;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
}
.slide-tab .nav-tabs li.active a {
    border-radius: 4px 4px 0 0;
    background-color: #bb1919 !important;
    color: #fff;
    border: none;
    margin-right: 0;
}
.css-block-config .kttt-search {
    background-color: #bb1919;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.custom-menu-footer {
    background: #bb1919;
    padding: 5px 0;
}
#footer {
    background: #e32129;
}
.footer-bttop .bttop a {
    display: block;
    line-height: 40px;
    background-color: #bb1919;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
.custom_menu_all ul.slimmenucs li.current>a, .custom_menu_all ul.slimmenucs li a:hover, .custom_menu_all ul.slimmenucs>li>a:hover {
    background-color: #f03737 !important;
}
.custom_menu_all, .section-nav, .custom_menu_all ul.slimmenucs li.has-submenu ul li, .footer-bttop .bttop a, .slide-tab .nav-tabs li.active a, .css-block-config .kttt-search, .item_quick_link, .panel-slide>.panel-heading span, .panel-primary>.panel-heading, .cat-icon span, .panel-content-home span, .panel-padding>.panel-heading {
    background-color: #bb1919;
}
div.custom_menu_all ul.slimmenucs li.has-submenu ul li {
    display: block;
    width: 100%;
    background-color: #bb1919;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
div.custom_menu_all .cscollapse-button {
    background-color: #f03737 !important;
    border-radius: 4px !important;
    width: 42px !important;
    padding: 10px 10px !important;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.row .news_column.two_column{
    width: 50%;
    float: none;
    flex: 0 0 auto !important;
}
.third-nav .row{
   display:block;
}
@media (max-width: 1024px) {
    div.custom_menu_all .show_menu {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #bb1919;
        display: block !important;
        z-index: 9999;
        transform: translateX(100%);
        overflow: auto;
    }
.row{
    display: block;
    flex-wrap: initial;
}
.row .news_column.two_column{
    width: initial;
    float: initial;
    flex: 0 0 auto !important;
}
}