<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.dark header {
    background: linear-gradient(red, transparent), linear-gradient(to top left, #a2443c, transparent), linear-gradient(to top right, #EF892E, transparent);
    background-blend-mode: screen;
}
body.dark header h1 {
    color: #f8f8f8;
}
body.dark .contain-to-grid,
body.dark .top-bar,
body.dark #header {
    background: url('../images_front/megabg6.jpg') #151515;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
body.dark .smartline-header,
body.dark .smartline {
    background: url('../images_front/smartline_dark.png') no-repeat left center !important;
}
body.dark .top-bar-section ul li &gt; a,
body.dark #primary_nav li a {
    background-color: transparent !important;
    color: #999;
}
body.dark .language-select-box {
    background: url('../images_front/smartline_dark.png') no-repeat left 10px !important;
}
body.dark .top-bar-section li:not(.has-form) a:not(.button) {
    color: #888;
}
body.dark .top-bar-section li:not(.has-form) a:not(.button):hover,
body.dark #primary_nav li a:hover {
    color: white;
}
body.dark .top-bar-section ul li:hover:not(.has-form) &gt; a,
body.dark #primary_nav li a:hover {
    color: #ef892e !important;
}
@media (max-width: 640px) {
    body.dark .navbar-nav {
        background: #151515 !important;
    }
}
body.dark #threeline-icon {
    background-color: #888 !important;
}</pre></body></html>