<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}
.main-container { max-width: 100% }
/*-----------------------------------------------
/* @media {      } queries
/*---------------------------------------------*/
@media screen and (max-width:1230px) { 
    .shareit {
        position: relative!important;
        width: 100%!important;
        top: 0!important;
        padding-left: 0!important;
        padding-right: 0!important;
        margin: 0!important;
        padding-top: 10px!important;
        border: none !important;
    }
    #catchersocial { height: 0!important }
    #page, .container { width: 96% }
    .lower-navigation {
        float: none;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    .lower-navigation .container { width: 100% }
}
@media screen and (max-width:1024px) { 
    #move-to-top {
        margin-right: 0;
        right: 5px;
    }
    .comment-author { width: 22% }
    .commentlist &gt; li.comment:before {
        width: 78%;
        left: 22%;
    }
    .commentmetadata { width: 78% }
    .commentlist .children { padding-left: 23% }
}
@media screen and (max-width:960px) { 
    #secondary-navigation { left: 0 }
    img {
        max-width: 100%;
        height: auto!important;
    }
    .ad-300 img { max-width: 100% }
    .ad-125 li { max-width: 40% }
    .ad-125 img {
        padding: 0;
        background: #FAFAFA;
        border: 0;
    }
    .logo-awards { display: none }
}
@media screen and (max-width:900px) { 
    #secondary-navigation a {
        padding: 8px 14px;
        box-sizing: border-box;
    }
}
@media screen and (min-width:865px) { 
    .navigation.mobile-only { display: none }
}
@media screen and (max-width:865px) { 
    #page, .container { max-width: 96% }
    .lower-navigation .container { max-width: 100% }
    #site-footer .container { padding: 0 2% }
    .mts-cart span a { padding-bottom: 0 }
    .header-layout-2 #header h1, .header-layout-2  #header h2, .header-layout-2  .site-description {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .header-layout-2 #logo a, .header-layout-2 #logo img {
        float: none;
        letter-spacing: 0;
    }
    .header-layout-2 .logo-wrap {
        margin-bottom: 10px;
        margin-top: 0;
        width: 100%;
    }
    .navigation {
        width: 100%;
        border: none;
        display: none;
    }
    #secondary-navigation {
        width: 100%!important;
        position: relative!important;
    }
    .navigation .menu a, .navigation .menu .fa &gt; a, .navigation .menu .fa &gt; a {
        color: #fff!important;
        background: transparent;
    }
    .navigation .menu {
        display: block!important;
        float: none;
        background: transparent;
        margin-bottom: 45px;
    }
    .navigation ul ul {
        visibility: visible!important;
        opacity: 1!important;
        position: relative;
        left: 0!important;
        border: 0;
        width: 100%;
    }
    .navigation ul li li {
        background: transparent;
        border: 0;
    }
    #navigation { height: auto }
    #navigation li, .navigation ul li li {
        width: 100%!important;
        float: left;
        position: relative;
    }
    .navigation ul li:after { display: none }
    .navigation ul li:before { display: none }
    #navigation li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
        width: 100%!important;
        box-sizing: border-box;
    }
    #navigation a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
    #mobile-menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        cursor: pointer;
        display: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: rgba(0,0,0,.5);
    }
    html.noscroll {
        position: fixed;
        overflow-y: scroll;
        width: 100%;
    }
    a#pull {
        display: block;
        position: relative;
        color: #fff;
        padding: 10px 0 10px 20px;
        text-indent: 0;
        color: #111!important;
        font-weight: normal!important;
        font-size: 15px;
    }
    a#pull:after {
        content: "\f0c9";
        display: inline-block;
        position: absolute;
        left: 5px;
        top: 10px;
        font-family: FontAwesome;
    }
    .navigation ul .sfHover a, .navigation ul li:hover, .navigation ul .sfHover ul li { background: transparent }
    /*disable flayout*/
    #catcher { height: 0 !important }
    .sticky-navigation-active {
        position: relative !important;
        top: 0 !important;
    }
    /*-[ Responsive Navigation ]--------------------------------*/
    .main-container {
        position: relative;
        left: 0;
        transition: left 500ms ease;
    }
    .mobile-menu-active .main-container {
        left: 300px;
        transition: left 500ms ease;
    }
    .navigation.mobile-menu-wrapper {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(41,41,41,1)),color-stop(100%,rgba(0,0,0,1)));
        background: linear-gradient(to bottom,rgba(41,41,41,1) 0%,rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929',endColorstr='#000000',GradientType=0 );
        border-right: 1px solid rgba(255, 255, 255, 0.2)!important;
        overflow: auto;
        transition: left 500ms ease;
        -webkit-backface-visibility: hidden;
    }
    .mobile-menu-active .navigation.mobile-menu-wrapper {
        left: 0;
        z-index: 1111;
    }
    .navigation ul li {
        width: 100%;
        display: block;
    }
    .navigation ul li:hover { background: none }
    .navigation ul li a, .navigation ul ul a {
        padding: 9px 0!important;
        width: 100%;
        border: none;
        padding-left: 20px!important;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)!important;
    }
    .navigation ul ul {
        position: static;
        width: 100%;
        border: none;
    }
    .navigation ul ul li {
        background: none;
        width: 100%;
    }
    .navigation ul ul li:first-child { border-top: 1px solid rgba(0, 0, 0, 0.2) }
    .navigation i { display: inline }
    .navigation ul ul a {
        padding: 9px 20px !important;
        width: 100%!important;
    }
    .navigation ul ul ul a { padding: 9px 20px!important }
    .navigation ul ul ul ul a { padding: 9px 36px !important }
    .navigation .toggle-caret {
        display: block;
        width: 42px;
        height: 42px;
        line-height: 42px;
        color: #ffffff;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 14px;
    }
    .navigation .menu-item-has-children &gt; a:after { content: '' }
    #mobile-menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        cursor: pointer;
        display: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: rgba(0,0,0,.5);
    }
    html.noscroll {
        position: fixed;
        overflow-y: scroll;
        width: 100%;
    }
    /*-[ Mega Menu ]--------------------------------*/
    #wpmm-megamenu .wpmm-subcategories {
        width: 100%;
        text-indent: 0;
    }
    #wpmm-megamenu .wpmm-posts { width: 100% }
    #wpmm-megamenu .wpmm-post {
        width: 100%!important;
        padding: 0 10px!important;
        text-align: center!important;
    }
    #wpmm-megamenu .wpmm-thumbnail img { float: left }
    #wpmm-megamenu.wpmm-light-scheme { display: none }
    #primary-navigation a:hover { background: transparent!important }
    #primary-navigation .sub-menu a {
        background: transparent;
        text-decoration: none;
        padding-left: 10%!important;
    }
    #primary-navigation .sub-menu .sub-menu a { padding-left: 15%!important }
    .wpmm-megamenu-showing.wpmm-light-scheme { background: transparent!important }
}
@media screen and (max-width:782px) { 
    .admin-bar .pace .pace-progress { top: 46px }
}
@media screen and (max-width:720px) { 
    #secondary-navigation a {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .article {
        width: 100%;
        max-width: 100%;
    }
    #content_box {
        padding-right: 0px;
        padding-left: 0px!important;
    }
    .sidebar.c-4-12 {
        float: none;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
    .widgets-num-3 .f-widget, .widgets-num-4 .f-widget { width: 48% }
    .widgets-num-3 .f-widget.last, .widgets-num-4 .f-widget.last { margin-right: 4% }
    .widgets-num-3 .f-widget:nth-child(even), .widgets-num-4 .f-widget:nth-child(even) { margin-right: 0 }
    .ad-125 li { max-width: 45% }
    #comments { margin-right: 0 }
}
@media screen and (max-width:640px) { 
    .lower-navigation .container {display: inline-block;height: 100%;}
    .logo-wrap {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #header h1, #header h2, .site-description,.header-social {width: 100%;text-align: center;}
    #logo a,#logo img { float: none }
    #site-header .widget_search {
        display: block;
        text-align: center;
        width: 100%;
        float: left;
        margin-top: 0;
        margin-bottom: 10px;
    }
    #header #searchform, .header-social a {
        text-align: center;
        display: inline-block;
        float: none;
    }
    html #wpadminbar { position: fixed }
}
@media screen and (max-width:550px) { 
    .sbutton { float: right }
    .f-widget, .widgets-num-4 .f-widget {
        width: 100%;
        margin-right: 0;
    }
    .latestPost .title a { font-size: 25px!important }
}
@media screen and (max-width:480px) { 
    nav { border-bottom: 0 }
    .navigation {
        margin-top: 0;
        margin-bottom: 0;
    }
    #secondary-navigation {
        width: 102%;
        height: 35px;
    }
    .related-posts .latestPost {
        width: 100%;
        float: left!important;
        max-width: 100%;
    }
    .related-posts .relatepostli4 {
        padding-bottom: 15px;
        border-bottom: 1px solid #CCC;
        margin-bottom: 11px;
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        width: 100%;
        margin-right: 0;
    }
    .copyrights { text-align: center }
    .to-top, #footer-nav { float: none }
    .top { width: 100% }
    .latestPost .title a { font-size: 22px!important }
    .front-view-content { float: left }
    .comment-author { width: 25% }
    .commentlist &gt; li.comment:before {
        width: 75%;
        left: 25%;
    }
    .commentmetadata { width: 75% }
    .commentlist .children { padding-left: 26% }
    #cancel-comment-reply-link {
        float: left;
        margin-bottom: 10px;
    }
    #comments .comment-author { font-size: 13px }
    .ago, .comment-meta { font-size: 12px }
    .post-image-left { width: 30% }
    .index-2 .post-image-left { width: 100% }
    .widgets-num-3 .f-widget, .widgets-num-4 .f-widget {
        width: 100%;
        margin-right: 0;
    }
}
@media screen and (max-width:400px) { 
    article header {
        overflow: hidden;
        width: 100%!important;
    }
    .slidertext { display: none }
    .post-image-left, .featured-thumbnail {
        width: 100%;
        max-width: 100%;
    }
}</pre></body></html>