.header__transparent {

    background: white;
}

.main-menu ul li a:hover {

    color: #e52e21;

}

.blue-bg {
    background: #2b2726;
}


.main-menu ul li:not(:first-child) {
    margin-left: 25px;
}

.main-menu ul li:last-child {
    margin-right: 40px;
}

.mean-container .mean-nav ul li a:hover {
    color: #e52e21;
    letter-spacing: 2px;
}

.sidebar-toggle-btn .line {

    background-color: #e52e21;

}


.category__item:hover {
    background: #ed1c21;
	border-color: #ed1c21;
;
}

.e-btn {

    background: #e52e21;

}

.fa-3x {

color: #d95014;
}

.category__content p {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 19px;
    margin-top: 8px;
}

.banner__title {
    background-color: #fffffffc;
    line-height: 31px;
    border-radius: 3px;
    display: table;
    padding: 10px;
}


.section__title, .main-menu ul li a {

    text-transform: none;

}

.page__title-height-2 {
    min-height: 350px;
}

.page__title-pre {

    background: #ad1519;

}

#tresc ul li {

list-style: circle;
margin-left: 20px;

}