html, #pre_head, #dheader, #pre_footer, .fcont, #hwt,
#mheader1, #mheader2 {
	background-color: #2b2b2b !important;
}

body {
	background: #d0d0d0 !important;
}

#pre_head {
	border-bottom-color: #d70000 !important;
}

#pre_footer {
	border-top-color: #d70000 !important;
}

.grad.desktop {
	background: linear-gradient(#404040, #2b2b2b) !important;
}
#main_menu ul li:hover {
	background: linear-gradient(#d70000, #d7000040) !important;
}
#main_menu .dropdown-menu.show {
    background-color: #2b2b2b !important;
}
#main_menu .dropdown-item:hover {
    background-color: #d70000 !important;
}

#dheader, #dheader a, #dheader p, #dheader td, #dheader div,
.fcont, .fcont a, .fcont p, .fcont td, .fcont div, .fcont span {
	color: #fff !important;
}

#prod_search_ti,
#mprod_search_ti {
	color: #fff !important;
	background-color: #000 !important;
}
#search_offer>span {
	color: #d70000;
}

#schedule td>a[data-toggle="popover"] {
	border-bottom: 1px dashed #d0d0d0 !important;
	color: #d0d0d0 !important;
}

.email-addr {
	display: table !important;
    margin-top: 0.25rem !important;
	letter-spacing: 0 !important;
}
#schedule .email-addr {
	display: none !important;
}

#test_banners {
	margin: -4px -5px 10px -5px;
    padding: 0;
}
#test_banners .test-card {
	padding: 5px;
}
#test_banners .test-card img {
	width: 100%;
	border: 1px solid #cfcdcd;
	filter: brightness(50%);
	transition: all 0.3s ease-out;
}
#test_banners .test-card:hover img {
	filter: brightness(100%);
}
#test_banners .test-card span {
	position: absolute;
	margin-left: 5px;
    width: calc(100% - 10px);
    left: 0;
    bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
	transition: all 0.3s ease-out;
}
#test_banners .test-card:hover span {
	background-color: #d7000080;
}

@media (max-width: 991px) {
	#test_banners .test-card span {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	#pre_head {
		margin-top: -24px;
	}

	#mheader1, #mheader2 {
		border: none;
	}

	.fcont {
		border-top-color: #d70000 !important;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
}








