*.palette-2-bg {
    background-color: #6c0d0e;
    color: #fff;
}
.color-link {
    color: #6c0d0e;
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #de4748;
}
a:hover {
	color: #de4748;	
}
.content-section{
	padding: 25px 0;
}

#breadcrumb-container{
	padding: 20px 0;
	background-color: #f6fbfe;
	color: #6c0d0e;
}
.decorated-bg:after{
	content: '';
	display: none;
	visibility: hidden;
    /*content: '\e904';
	margin-top: 0;
	margin-left: 0;
    font-size: 10rem;
    color: #6c0d0e;*/
}
.page-titlebar .title,
.page-titlebar .breadcrumb li a{
    color: #6c0d0e;
    text-decoration: none;
}
.page-titlebar .title{
	font-size: 3rem;
	margin: 10px 0 0 0;
}
.page-titlebar .breadcrumb{
	margin-top: 20px;
}
.page-titlebar .breadcrumb > .active{
	color: #de4748;
	font-weight: 800;
}

#loader-wrapper .loader-section{
    background: #6c0d0e;
}
#loader,
#loader:before,
#loader:after{
	border-top-color: #fff;
}

.site-logo .name{
	color: #6c0d0e;
	font-size: 1.75rem;
}
.site-logo .logo-img img{
	max-height: unset;
	max-width: 200px;
}
.header-contacts .header-contacts-item .content {
    font-size: 1rem;
}
.site-header-1 .menu-bar{
    background-color: #6c0d0e;
}
.site-header-1 .site-menu > ul > li.active{
	background-color: #de4748;
}
.site-header-1 .is-sticky .menu-bar .site-menu > ul > li > a:hover,
.header-contacts .header-contacts-item .title{
	color: #6c0d0e;
}

.site-menu > ul > li{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-menu > ul > li:hover, .site-menu > ul li:hover{
	background-color: #de4748;
}
.site-header-1 .site-menu > ul > li:hover > a,
.site-header-1 .is-sticky .menu-bar .site-menu > ul > li:hover > a{
	color: #fff;
}

.site-header-1 .menu-bar .menu-bar-content .search-form {
    background-color: #de4748;
    color: #fff;
}

.homepage-slider .homepage-slider-nav a:hover{
	color: #de4748;
}

.post-thumbnail .hover a span:hover{
	color: #de4748;
}

.btn-primary,
.btn-2{
    background-color: #6c0d0e;
    border-color: #de4748;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-2:hover,
.btn-2:focus,
.btn-2:active{
	background-color: #de4748;
    border-color: #6c0d0e;
}

.btn-1 {
    background-color: #de4748;
    border-color: #6c0d0e;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active{
	background-color: #6c0d0e;
    border-color: #de4748;
}

.widget .widget-title:after {
    background-color: #de4748;
}
.widget.widget-contacts .phone:before, .widget.widget-contacts .email:before, .widget.widget-contacts .address:before{
	color: #de4748;
}

.widget.widget-follow .links a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #6c0d0e;
}
.widget.widget-follow .links a:hover{
	background-color: #de4748;
}

.to-the-top a{
	box-shadow: 0 0 30px #6c0d0e;
}
.to-the-top a:hover{
	background-color: #de4748;
    border-color: #6c0d0e;
}

.decorated-bg {
    background-color: #de4748;
}

.icon-box.v3 .content .content-inner {
    background-color: #4a4a4a;
}
.content-section-header .title:after{
	/* color: #00b1f5; */
	content: '';
	display: none;
	/* font-size: 1rem; */
	/* line-height: 1; */
	/*margin-top: 30px;
	background: url(../images/symbol-mmminsolvency.png) no-repeat 0 0 !important;
	width: 200px;
	height: 50px;
	display: inline-block;
	float: left;
	display: inline-block;
	background-size: 100%;*/
}
.site-menu > ul > li ul, .site-menu > ul li ul {
    width: 100%;
    background-color: #292929;
}
.site-menu > ul > li ul > li:hover > a, .site-menu > ul li ul > li:hover > a {
    background-color: #de4748;
    color: #fff;
}
.icon-box.v1 > p > * {
    font-size: 3rem;
    color: #6c0d0e;
}
.homepage-slider .homepage-slider-item .homepage-slider-item-content {
    border-left: 1px solid #de4748;
    padding-left: 30px;
}

.mmm-page-content{
	padding-bottom: 25px;
}
.mmm-page-content ul,
.mmm-page-content ul li{
	list-style: circle !important;
	list-style-type: circle !important;
}
