body, input, select, textarea {
	color: #868686;
}

a {
	color: #ee1d23;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    border-color: #ee1d23;
    box-shadow: 0 0 0 1px #ee1d23;
}

strong, b, h1, h2, h3, h4, h5, h6, blockquote.testimonial cite .name, label {
	color: #0f4c5c;
}

.CL-box-subtitle {
	color: #A5A5a5;
}

.select-wrapper:before {
	color: rgba(144, 144, 144, 0.25);
}

#header nav ul li.active {
	background-color: rgba(239, 23, 31, 0.8);
	border-radius:5px;
}

#header nav ul li.CL-active {
	background-color: rgba(239, 23, 31, 0.9);
	border-radius:5px;
}
/* white when active */

#header nav li.CL-active > a {
  color: white !important;
}


.dropotron {
	background: rgb(239, 23, 31);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.075);
}

.dropotron > li:hover > a, .dropotron > li.active > a {
	background-color: rgba(0, 0, 0, 0.25);
	color: #ffffff !important;
}

#navButton .toggle:before {
	background: rgba(0, 0, 0, 0.25);
	color: #def2ed;
}

#navPanel {
	background-color: #ee1d23;
	color: #d8dfe7;
}

body {
	background: #f5f5f5;
}

#header, #top, .AccordionsBox .CL-box-title, .AccordionsHeader h3.CL-box-title {
	background: #f4f4f4;
}

.wrapper.style1 {
	background-color: #ee1d23;
	color: #FFF;
}

.secondary section::before {
	background-color: #F5f5f5;
}

.icon.major::after {
	background: #ee1d23;
}

.wrapper.style1 .CL-box-subtitle {
    color: rgba(244, 244, 244, 0.9);
}

.wrapper.split .secondary > section h3 {
	color:  #ee1d23;
}

.dropotron.level-0:before {
	border-bottom: solid 1em #ef171f;
}

.image2 .CL-box-title {
    background-color: rgba(225, 45, 57,0.8)
}

figure.effect-sadie figcaption::before {
	background: -webkit-linear-gradient(top, rgba(225, 45, 57,0) 0%, rgba(225, 45, 57,0.8) 75%);
	background: linear-gradient(to bottom, rgba(225, 45, 57) 0%, rgba(225, 45, 57,0.8) 75%);
}

/* Bottom postiton */

#banner-bottom-top {
    background: #ee1d23;
    
}

#footer  {
	background: #0f4c5c;
}

/* Background */

#banner {
    background: url("../img/banner/red.jpg") 50% 100%;
}


/* what is new changed*/
.CL-what-is-new-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.CL-what-is-new-item {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    padding: 10px !important;
}

.CL-what-is-new-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.CL-what-is-new-link {
    display: flex;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.CL-what-is-new-item-icon {
    flex-shrink: 0;
    width: 200px;
    height: 140px;
    object-fit: cover;
}

.CL-what-is-new-item-content {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.CL-what-is-new-item-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px;
}

.CL-what-is-new-item-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.4;
}

.CL-what-is-new-item-date {
    margin-top: 10px;
    font-size: 0.85rem;
    color: #888;
}

