<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
    font-size: 15px;
}

.top-bar li {
    font-size: 12px;
}

.top-bar li a,
.top-bar .social-icon i
{
    color: #eee;
}

.header-bg {
    background: #3c3c3c
}

.footer-bg {
    background: #0b0b0b;
}

.footer-copy-right p {
    color: #919191;
}

.carusel-meta {
    position: absolute;
    bottom: 1rem;
    z-index: 10;
    color: #fff;
    text-align: center;
    width: 100%;
}

.post-carausel-1-items .entry-meta {
    font-size: 13px;
}

.carusel-meta .post-title a {
    color: #fff;
}

.slider-single .post-on {
    display: none;
}

.slider-single:hover .post-on {
    display: block;
    animation: fade_in_show 0.5s
}

.post-on {
    font-size: 12px;
}

.slider-single:hover .dark-overlay {
    display: none;
}

@keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.dark-overlay {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.post-carausel-1-arrow button,
.post-carausel-2-arrow button,
.post-carausel-3-arrow button,
.arrow-cover button
{
    z-index: 100;
    height: 3rem;
    width: 2rem;
    color: #fff;
    background: #005da4;
}

.post-carausel-1-arrow,
.post-carausel-2-arrow,
.post-carausel-3-arrow,
.arrow-cover
{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.arrow-cover button
{
    background: #1f1f1f;
}

.single-thumnail {
    position: relative;
}

.arrow-cover {
    margin: initial;
    right: initial;
}

.slick-next {
    float: right;
}

.slick-track a:hover {
    color: #fff;
}

.main-container {
    padding: 40px 20px;
}

.banners {
    margin-bottom: 20px;
}

.banners img {
    width: 100%;
}

.sidebar-medium-post-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e6e6e6;
}

.search-icon {
    width: initial !important;
}

.search-icon .ti-search,
.search-close
{
    color: #fff;
}

.search-close {
    padding: 0;
}

#carausel-2 .slick-slide img {
    height: 46px;
    object-fit: cover;
}

#carausel-3 .slick-slide img {
    height: 160px;
    object-fit: cover;
}

.logo-mobile img,
.logo-tablet img
{
    height: 50%;
}

.widget-header .widget-title
{
    border-bottom: 2px solid #313131;
}

.widget-header .widget-title i {
    color: #313131;
}

.post-carausel-1-items h6.post-title,
.post-navigation span
{
    font-size: 18px;
}

.slick-slide img,
.post-thumb img,
.play-it-again-sam img
{
    width: 260px;
    object-fit: cover;
}

.tribute-to-img,
.header-carousel-img
{
    width: 100%;
    object-fit: cover;
}

.header-carousel-img {
    height: 90px;
}

.featured-slider-1 .slick-slide img
{
    height: 203px;
}

.tribute-to-img
{
    height: 279px;
}

.play-it-again-sam img
{
    height: 78px !important;
}

.post-carausel-1-items .slick-slide img,
.post-thumb img
{
    height: 187px;
}

.entry-main-content .alignleft, img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.entry-main-content .alignleft.alignright, img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.entry-main-content .size-full {
    height: 100%;
    object-fit: cover;
}

.entry-main-content p {
    width: 100%;
}

.entry-main-content a {
    color: #007bff;
}

.entry-main-content iframe {
    max-width: 100%;
}

.carousel-indicators {
    height: 10px;
}

.carousel-inner a:hover {
    color: #fff;
}

.single-thumnail img {
    width: 100%;
    object-fit: cover;
}

.footer-area a {
    color: #fff;
}

.post-navigation {
    margin-top: 40px;
}

.post-navigation i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 10px;
}

.post-navigation .fa-angle-double-left {
    left: 0;
}

.post-nav-box {
    padding: 0 50px;
}

.archive-header {
    border-color: #313131;
    margin: 0;
    margin-bottom: 20px;
    border-bottom-width: 3px;
    border-bottom-style: solid
}

.archive-header h1 {
    color: #005da4;
    margin-bottom: 6px !important;
    font-size: 23px;
    line-height: 23px;
    text-transform: uppercase;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .post-thumb img {
    height: initial;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

#page {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.more-info-btn {
    display: inline-block;
    cursor: pointer;
    padding: 1px 15px;
    height: 28px;
    line-height: 27px;
    margin-bottom: 20px;
    margin-right: 10px;
    background: url(/static_images/button-shadow.png);
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #005da4;
    color: #fff !important;
    border-color: #0a0000;
}

.img-caption {
    text-align: center;
    padding: 20px 10px;
    max-width: 100%;
    border-width: 1px;
    border-style: solid;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;display: block;
    margin: 5px auto;border-color: #e6e6e6;line-height: 1.5;
    font-size: 10px;
}

.title-container {
    padding: 15px 0 0 15px;
}

@media (max-width: 972px) {
    .header-bottom.background13 {
        background: #fff;
    }
}

@media (max-width: 768px) {
    .slick-slide img,
    .post-thumb img,
    .play-it-again-sam img
    {
        width: 470px !important;
    }
}

.no-height img{
    height: auto !important;
}

nav.tab-nav .nav-tabs
{
    border-bottom: 2px solid #313131;
    padding-bottom: 2px;
}

.carousel-indicators li
{
    list-style: none;
}

#navigation .active
{
    background: #505050;
}

.dark-mode,
.dark-mode .nav-link.active,
.dark-mode .entry-main-content .img-caption,
.dark-mode .page-link
{
    background: #0b0b0b !important;
}

.dark-mode .post-title a,
.dark-mode .post-by a,
.dark-mode .post-on,
.dark-mode .post-on a,
.dark-mode .time-reading,
.dark-mode .time-reading a,
.dark-mode .entry-main-content p,
.dark-mode .entry-main-content h1,
.dark-mode .entry-main-content h2,
.dark-mode .entry-main-content h3,
.dark-mode .entry-main-content h4,
.dark-mode .entry-main-content h5,
.dark-mode .entry-main-content h6,
.dark-mode .entry-main-content blockquote,
.dark-mode .main-container,
.dark-mode .main-container p,
.dark-mode .main-container h1,
.dark-mode .main-container h2,
.dark-mode .main-container h3,
.dark-mode .main-container h4,
.dark-mode .main-container h5,
.dark-mode .main-container h6,
.dark-mode .main-container blockquote,
.dark-mode .main-container,
.dark-mode .post-nav-box span,
.dark-mode .nav-link.active,
.dark-mode .widget-taber a.nav-link,
.dark-mode .fas,
.dark-mode .post-content
{
    color: #fff !important;
}

.page-item.active .page-link {
    background: #007bff !important;
}

.dark-mode .main-container a {
    color: #007bff;
}

.dark-mode .main-container blockquote {
    background: black !important;
}

.pagination {
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.main-container p img {
    height: 100%;
}
</pre></body></html>