﻿@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body {
    overflow-x: hidden;
     background: url(../images/anhnen.jpg);
    background-size: 100% 100%;
    color: #191919;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px
}

pre, code {
    direction: ltr;
    background: url(images/code-bg.png);
    font: 11px/19px 'andale mono','lucida console',monospace;
    padding: 3px;
    display: block;
    overflow-x: visible;
    overflow-y: hidden;
    margin: 0 0 20px;
    color: #666;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

a {
    color: #191919;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    a:hover {
        color: #c81e0f
    }

textarea {
    overflow: auto;
    width: 100%
}

textarea, input {
    padding: 5px;
    outline: none
}

select {
    padding: 2px
}

option {
    padding: 0 4px
}

input[type=button], button {
    padding: 4px;
    cursor: pointer;
    vertical-align: middle
}

input.text_input, textarea.textarea {
    border: 1px solid #ccc;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

textarea, input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=date], input[type=file], input[type=search], input[type=color], input[type=datetime], input[type=datetime-local], input[type=month], input[type=range], input[type=time], input[type=week], select {
    border-color: #f1f1f1;
    border-top-color: #ddd;
    border-left-color: #ddd;
    background-color: #f9f9f9;
    color: #515151;
    font: 12px Tahoma;
    padding: 8px;
    margin-bottom: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    textarea:hover, input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=url]:hover, input[type=tel]:hover, input[type=number]:hover, input[type=date]:hover, input[type=file]:hover, input[type=search]:hover, input[type=color]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=month]:hover, input[type=range]:hover, input[type=time]:hover, input[type=week]:hover, select:focus {
        background-color: #f5f5f5
    }

    textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=date]:focus, input[type=file]:focus, input[type=search]:focus, input[type=color]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=range]:focus, input[type=time]:focus, input[type=week]:focus, select:focus {
        background-color: #fff
    }

    input.error, textarea.error {
        border: 1px solid red !important
    }

blockquote:before, .entry .tie-list-shortcode ul li:before, #main-nav .mega-cat-content.mega-cat-sub-exists .mega-cat-content-tab.loading-items:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.button, a.button, #main-content input[type=submit], .form-submit #submit, #login-form .login-button, .widget-feedburner .feedburner-subscribe, input[type=submit] {
    width: auto;
    position: relative;
    background-color: #2c4097;
    color: #fff;
    padding: 5px 12px;
    font: 13px Tahoma;
    display: inline-block;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-appearance: none !important;
    -moz-appearance: none !important
}

    .button:hover, a.button:hover, #main-content input[type=submit]:hover, .form-submit #submit:hover, #login-form .login-button:hover, .widget-feedburner .feedburner-subscribe:hover, input[type=submit]:hover, a.bp-title-button:hover {
        background-color: #777 !important;
        text-decoration: none
    }

.jw-controlbar .jw-option {
    background: rgba(0,0,0,.7);
    width: 65px;
    margin-bottom: 0
}

::-moz-selection {
    background: #f9a386;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #f9a386;
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 2px #e0e0e0;
    border: 1px solid #d8d8d8
}

::-webkit-scrollbar-thumb {
    background: #69010f;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155,155,155,.4)
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,.3)
    }

    ::-webkit-scrollbar-thumb:active {
        background: #888;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3)
    }

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.clear {
    clear: both
}

.hide {
    display: none
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.tie-padding {
    display: inline-block
}

.loading {
    font-size: 12px;
    color: #009fbe;
    text-transform: uppercase;
    text-align: center;
    display: block
}

    .loading .fa-spinner {
        font-size: 14px;
        vertical-align: text-bottom;
        margin-left: 6px
    }

.full-width {
    width: 100%
}

.middle-pic {
    display: block;
    margin: 0 auto
}

.mobi-pic {
    display: none
}

#theme-header {
    margin: 0 auto;
    position: relative;
    margin-top: 0;
    /* background: #006bb3; */
    border-bottom: 1px solid #790011;
}

    #theme-header a {
        z-index: 999;
        color: #fff
    }

.header-content {
    margin: 0 auto;
    height: 100px;
    padding: 10px 0 0;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center
}

    .header-content .logo {
        position: relative;
        float: left;
        width: 125px;
        display: inline-block;
        margin-top: 0px;
    }

        .header-content .logo img {
            max-width: 100%
        }

        .header-content .logo h1, .header-content .logo h2 {
            font: 700 32pt arial
        }

        .header-content .logo strong {
            display: none
        }

        .header-content .logo span {
            font-weight: 400;
            font-size: 14px;
            display: block;
            clear: both
        }

    .header-content .center-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .header-content .top-right {
        float: right;
        color: #fff
    }

        .header-content .top-right .top-nav {
            display: inline-block;
            /* margin-top: 45px; */
            margin-right: 15px;
        }

            .header-content .top-right .top-nav a {
                color: #fff
            }

            .header-content .top-right .top-nav ul.download-link li {
                width: 100px;
                margin-left: 5px;
                float: left
            }

.header-bottom {
    width: 100%;
    background: #fff;
    padding: 7px;
    border-bottom: 1px solid #d9d9d9;
    clear: both
}

    .header-bottom .container {
        padding: 0 7px
    }

    .header-bottom ul.first-nav, .header-bottom ul.first-nav li, .header-bottom ul.tag-list li {
        float: left
    }

        .header-bottom ul.first-nav li a {
            padding: 0 10px;
            font-weight: 700;
            font-size: 14px;
            color: #33479c;
            border-right: 1px solid #d9d9d9
        }

    .header-bottom ul.second-nav {
        float: right
    }

        .header-bottom ul.second-nav li {
            float: left;
            padding: 0 10px;
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase
        }

            .header-bottom ul.second-nav li.item {
                border-right: 2px solid #ddd
            }

        .header-bottom ul.second-nav #languages {
            margin: -5px 0 0;
            padding: 0;
            font-size: 14px;
            background: 0 0
        }

#main-nav {
    height: 45px;
    background: rgba(0,0,0,0.2);
    /* border-top: 1px solid #7b0618; */
    border-bottom: 1px solid #7f0013;
    z-index: 999;
    display: block;
}

    #main-nav ul li {
        float: left;
        height: 43px;
        margin: 0 7px;
    }

        #main-nav ul li.menu-item-has-children {
            position: relative
        }

        #main-nav ul li a {
            display: inline-block;
            height: 43px;
            width: 100%;
            color: #fff;
            text-transform: uppercase;
            font: 700 14px/46px arial;
            letter-spacing: .7px
        }

        #main-nav ul li i.fa, #slide-out ul li i.fa, #mobile-menu li.menu-item-home a:before {
            margin-right: 5px
        }

        #main-nav ul.menu > li.current-menu-item > a, #main-nav ul.menu > li.current-menu-parent > a, #main-nav ul.menu > li.current_page_parent > a, #main-nav ul.menu > li.current-page-ancestor > a, #main-nav ul li a:hover, #main-nav ul li.mega-menu.mega-cat .mega-menu-block .mega-menu-post:hover a {
            color: #ffc600
        }

    #main-nav ul.menu > li:hover > a {
        border-bottom: 3px solid #ffc600
    }

    #main-nav ul.menu li:hover > ul, #main-nav ul.menu li:hover > .mega-menu-block {
        display: block;
        -webkit-animation: fadeIn .2s ease-in;
        -moz-animation: fadeInUp .2s ease-in;
        animation: fadeInUp .2s ease-in
    }

    #main-nav ul ul a, #main-nav .mega-menu-block a {
        height: auto;
        padding: 2px 25px;
        display: block;
        color: #ddd;
        font: 400 14px/21px Roboto,arial;
        text-transform: none !important
    }

    #main-nav ul .menu-sub-content {
        display: none;
        padding: 0;
        position: absolute;
        left: 50% !important;
        transform: translate(-50%,0%);
        z-index: 205;
        background: #222;
        color: #999;
        -webkit-box-shadow: 0 3px 4px 1px rgba(0,0,0,.2);
        box-shadow: 0 3px 4px 1px rgba(0,0,0,.2);
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        #main-nav ul .menu-sub-content ul.mega-cat-sub-categories li {
            width: 100%;
            height: auto;
            margin: 0;
            background: url(images/bullet.png) no-repeat 7px 4px
        }

            #main-nav ul .menu-sub-content ul.mega-cat-sub-categories li.main-cat {
                background: 0 0
            }

        #main-nav ul .menu-sub-content ul li.main-cat h3 a {
            text-transform: uppercase !important;
            color: #ffc600;
            font: 400 18px/30px Oswald,arial;
            padding: 0 10px
        }

        #main-nav ul .menu-sub-content ul.mega-cat-sub-categories {
            float: left;
            width: 20%;
            padding-top: 10px
        }

            #main-nav ul .menu-sub-content ul.mega-cat-sub-categories li a {
                font: 400 17px/25px Oswald,arial;
                padding: 0 25px
            }

        #main-nav ul .menu-sub-content .mega-cat-content {
            float: left;
            padding: 20px;
            padding-right: 0
        }

            #main-nav ul .menu-sub-content .mega-cat-content.mega-cat-sub-exists {
                background: #000;
                width: 80%;
                min-height: 255px;
                position: relative
            }

            #main-nav ul .menu-sub-content .mega-cat-content .mega-menu-post {
                float: left;
                padding-right: 20px;
                width: 25%
            }

            #main-nav ul .menu-sub-content .mega-cat-content a.mega-menu-link {
                padding: 0;
                margin-top: 10px
            }

    #main-nav ul ul.sub-menu {
        width: 200px;
        z-index: 250
    }

        #main-nav ul ul.sub-menu li {
            width: 100%;
            margin: 0;
            height: auto;
            padding: 5px 15px;
            border-top: 1px solid #545454
        }

            #main-nav ul ul.sub-menu li a {
                padding: 0;
                font: 400 17px/25px Oswald,arial
            }

        #main-nav ul ul.sub-menu ul.sub-menu {
            top: -1px;
            border-radius: 0
        }

    #main-nav ul ul ul {
        right: auto;
        left: 100%;
        top: 0;
        z-index: 210
    }

.fixed-nav {
    position: fixed;
    top: -200px;
    width: 100%;
    z-index: 9999;
    opacity: .95;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    -webkit-box-shadow: 0 5px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 3px rgba(0,0,0,.1);
    box-shadow: 0 5px 3px rgba(0,0,0,.1)
}

    .fixed-nav.fixed-nav-appear {
        top: 0
    }

body.admin-bar .fixed-nav.fixed-nav-appear {
    top: 32px
}

#sub-cats {
    width: 100%;
    border-bottom: 1px solid #ddd
}

    #sub-cats ul li {
        float: left;
        padding: 8px 10px;
        margin-bottom: -1px;
        text-align: center;
        border-right: 1px solid #ddd
    }

        #sub-cats ul li a {
            font: 500 16px/20px Oswald,arial
        }

        #sub-cats ul li.current-menu a {
            color: crimson
        }

        #sub-cats ul li.parent-cat {
            background: #006bb3;
        }

            #sub-cats ul li.parent-cat .page-title {
                font: 500 16px/20px Oswald,arial;
                color: #fff;
                margin-right: 0
            }

#crumbs {
    margin-bottom: 10px;
    clear: both;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

    #crumbs span.delimiter {
        padding: 0 3px
    }

.search-block {
    position: relative;
    float: right;
    width: 50px;
    height: 44px;
    text-align: center;
    z-index: 99;
    cursor: pointer
}

    .search-block .search-form {
        display: none;
        position: absolute;
        right: 0;
        width: 300px;
        text-align: left;
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 1px 4px #ccc;
        z-index: 9999
    }

        .search-block .search-form:before {
            position: absolute;
            right: 16px;
            top: -16px;
            display: inline-block;
            content: '';
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-bottom: 8px solid #fff
        }

    .search-block i.fa {
        width: 100%;
        font-size: 22px;
        line-height: 44px;
        color: #fff
    }

    .search-block .search-form form.gsc-search-box {
        margin-bottom: 0
    }

    .search-block #s-header {
        background: none repeat scroll 0 0 transparent;
        border: medium;
        color: #fff !important;
        height: 30px;
        outline: medium;
        padding: 5px;
        margin-bottom: 0;
        width: 124px
    }

        .search-block #s-header:focus {
            color: #000;
            width: 150px
        }

    .search-block .search-button {
        background: none repeat scroll 0 0 transparent;
        border: medium;
        float: left;
        height: 30px;
        outline: medium;
        width: 30px;
        font-size: 14px;
        color: #fff
    }

        .search-block .search-button:active {
            top: 0
        }

    .search-block:hover .search-button, .search-block:hover #s-header {
        opacity: 1;
        color: #fff
    }

    .search-block button.search-button i:before {
        font-size: 18px;
        color: #fff
    }

    .search-block .gsc-control-cse {
        padding: 0
    }

    .search-block .gsc-input-box, .search-block .gsc-control-cse {
        background: 0 0;
        border: none !important
    }

    .search-block .gsc-search-box-tools .gsc-search-box .gsc-input {
        text-indent: 0 !important;
        background: 0 0 !important;
        border: none !important;
        color: #000;
        font-size: 13px;
        padding-right: 0;
        line-height: 25px
    }

    .search-block input.gsc-search-button {
        border: none !important;
        background: 0 0 !important;
        padding: 0 !important;
        margin: 8px !important
    }

    .search-block table.gsc-search-box .gsc-input-box {
        padding: 0;
        background: 0 0;
        border: none !important;
        box-shadow: none !important
    }

    .gcsc-branding, .search-block .gsib_b, .gsc-url-top, .gsc-search-button-v2 {
        display: none !important
    }

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    text-decoration: none
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
    color: #3f3fec !important
}

.gsc-modal-background-image {
    background: #000 !important
}

.gsc-result .gs-title {
    height: auto
}

.gsc-results-wrapper-overlay {
    padding: 30px 8px !important;
    border-radius: 3px;
    border: 1px solid #000
}

.search-block .gsc-selected-option-container {
    width: 100px !important
}

div.not-found {
    padding: 20px
}

#main-content .error404 {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6
}

.error404 .title-404 {
    font-size: 200px;
    font-weight: 700;
    color: #eee
}

.error404 .post-title {
    font-size: 50px
}

.error404 .search-block-large {
    display: inline-block;
    border: 1px solid #ddd
}

    .error404 .search-block-large button.search-button {
        float: left;
        padding: 8px 12px;
        vertical-align: inherit
    }

    .error404 .search-block-large input#s {
        margin: 0;
        height: 31px;
        width: 250px;
        float: left
    }

#printed-edition .description {
    margin-bottom: 25px
}

.printed-list .printed-item .printed-title {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font: 500 25px/32px Oswald,Arial;
    text-transform: uppercase;
    color: #2e439c
}

.printed-list .printed-item .printed-links {
    display: inline-block;
    width: 100%;
    margin-top: 8px
}

    .printed-list .printed-item .printed-links a.print-link {
        float: left;
        margin-right: 10px;
        color: #444;
        font-weight: 600
    }

        .printed-list .printed-item .printed-links a.print-link i.fa {
            color: #0025c1
        }

    .printed-list .printed-item .printed-links a.online-link {
        float: right;
        margin-right: 0
    }

.widget-container .printed-item {
    background: #fff
}

    .widget-container .printed-item .post-thumbnail {
        width: 100%;
        float: none;
        max-width: 400px
    }

body.e-magazine {
    background: #fff
}

    body.e-magazine #main-content {
        border: none;
        margin: 0 auto
    }

#emagazine-page .container {
    max-width: 900px
}

#em-header {
    background: #fff;
    height: 50px;
    color: #000;
    position: relative;
    border-bottom: 1px solid #cecece;
    box-shadow: 0 1px 4px #969696;
    z-index: 9999
}

    #em-header.fixed-nav {
        position: fixed
    }

    #em-header .logo {
        margin-top: 12px;
        width: initial;
        float: left
    }

        #em-header .logo img {
            height: 25px
        }

    #em-header .slide-menu {
        background: #eb4b3d;
        padding: 0 7px;
        margin-right: 15px;
        float: left;
        display: inline-block
    }

    #em-header .header-content .center-logo {
        position: absolute;
        width: calc(100% - 500px);
        left: 50%;
        top: 0;
        transform: translate(-50%,0)
    }

    #em-header .header-content .logo h2 {
        line-height: 0
    }

        #em-header .header-content .logo h2 strong {
            display: none
        }

    #em-header .header-content {
        position: relative;
        padding: 0 20px;
        width: 100%;
        height: 50px
    }

    #em-header .center-logo h1 {
        font: 600 20px/45px Roboto;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #em-header .center-logo .page-title {
        font-size: 40px;
        color: #fff;
        float: none;
        margin-top: -3px;
        font-family: Roboto;
        font-weight: 700
    }

    #em-header .center-logo .e-char {
        color: #ffa400
    }

    #em-header .center-logo .emag-logo {
        height: 30px;
        margin-top: 10px
    }

    #em-header .center-logo .emag-logo-wrap .emag-logo {
        width: 340px;
        height: auto;
        margin-top: 0
    }

    #em-header .right-content {
        float: right
    }

    #em-header .share-btn {
        float: left;
        margin-top: 15px
    }

    #em-header .right-content .post-meta {
        float: left;
        margin-top: 15px
    }

#emagazine-page .page-title {
    color: #000;
    width: 100%;
    text-align: center;
    text-transform: none;
    font: 700 60px/60px Roboto,Arial;
    margin: 40px 0 70px
}

#emagazine-page .e-char {
    color: #f77846;
    margin: 0
}

.post-thumbnail .eMagLogo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    max-width: 95px;
    padding: 4px 6px;
    background: rgba(0,0,0,.4)
}

    .post-thumbnail .eMagLogo img {
        height: auto !important
    }

.post-entry .post-meta .eMagLogo {
    display: inline-block;
    width: 85px
}

.thumb-left .post-meta .eMagLogo {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    padding: 2px;
    width: 60px
}

#em-the-post {
    margin: 0 auto
}

    #em-the-post .cover {
        width: 100%
    }

        #em-the-post .cover img {
            width: 100%
        }

    #em-the-post .post-head {
        margin-bottom: 10px;
        padding-bottom: 8px;
        border-bottom: 1px dashed #ddd;
        margin: 0 auto
    }

    #em-the-post .post-content p, #em-the-post .post-content blockquote, #em-the-post .post-content h1, #em-the-post .post-content h2, #em-the-post .post-content h3, #em-the-post ol, #em-the-post ul {
        width: 536px;
        max-width: 100%;
        margin: 15px auto
    }

    #em-the-post .post-content a {
        color: #c81e0f
    }

#bottom-post {
    width: 660px;
    max-width: 90%
}

#em-orther-posts {
    background: #222
}

    #em-orther-posts #em-posts {
        padding: 50px 20px
    }

    #em-orther-posts .post-entry .post-box-title {
        color: #fff
    }

    #em-orther-posts .post-entry .post-meta {
        color: #ccc
    }

    #em-orther-posts .post-entry .post-excerpt {
        color: #ddd
    }

    #em-orther-posts .section-header {
        border-bottom: none;
        margin-bottom: 30px;
        text-align: center
    }

        #em-orther-posts .section-header h2 {
            float: none;
            color: #fff;
            font-size: 40px;
            line-height: 50px;
            font-family: Roboto;
            text-transform: initial;
            text-decoration: underline
        }

            #em-orther-posts .section-header h2 .e-char {
                color: #ff6500
            }

#emagazine-page, #em-posts ul li .post-entry .post-box-title, #em-posts ul li .post-entry .post-meta {
    font-family: encode sans semi condensed
}

#em-posts ul li .post-entry .post-box-title {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 12px;
    font-weight: 600;
    max-height: 97px
}

#em-posts ul li .post-entry .post-meta {
    font-size: 16px;
    margin-bottom: 12px
}

#em-posts ul li .post-entry .post-excerpt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

#emagazine-page .pagination {
    display: inline-block;
    position: relative;
    margin-top: 80px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 45px;
    border-bottom: 2px solid #d9d9d9;
    z-index: 9
}

    #emagazine-page .pagination span.current {
        border-radius: 50%
    }

#em-posts ul li.big-item-1 {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    clear: both
}

    #em-posts ul li.big-item-1 .post-entry .post-box-title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 700
    }

    #em-posts ul li.big-item-1 .post-entry .post-meta {
        font-size: 18px;
        font-weight: 600;
        color: #fff
    }

        #em-posts ul li.big-item-1 .post-entry .post-meta .eMagLogo {
            position: initial;
            background: 0 0;
            width: 100px
        }

#em-posts ul li.big-item-2 {
    float: left;
    width: 48%;
    margin-left: 0;
    margin-bottom: 35px
}

#em-posts ul li.big-item-3 {
    float: left;
    width: 48%;
    margin-bottom: 55px;
    margin-left: 4%;
    clear: none
}

#em-posts ul li.item-4 {
    border-top: 1px solid #e3e3e3
}

#em-posts ul li.item-13 {
    margin-bottom: 35px
}

#em-posts ul li.thumb-left {
    display: inline-block;
    clear: both;
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #e3e3e3
}

    #em-posts ul li.thumb-left .post-thumbnail {
        width: 48%;
        margin-right: 4%
    }

#em-posts ul.post-list li.thumb-top {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 35px
}

    #em-posts ul.post-list li.thumb-top.last {
        margin-right: 0
    }

.wrapper-outer {
    position: relative;
    overflow: hidden
}

#wrapper {
    position: relative
}

#main-content {
    background: #fff;
    margin: 15px auto;
    position: relative;
    border: 1px solid #e6e6e6
}

    #main-content:after {
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        content: "."
    }

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.row {
    clear: both;
    display: inline-block;
    width: 100%;
    position: relative;
    /* border-bottom: 1px solid #e6e6e6; */
}

.section-content {
    display: inline-block;
    padding: 15px;
    width: calc(100% - 330px);
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    border-right: 1px solid #e6e6e6
}

.sidebar {
    float: right;
    width: 330px;
    padding: 15px 15px 0
}

.hoa-mai {
    float: left;
    margin-top: -10px
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}

#second-slider .swiper-slide img {
    height: 160px
}

.wide-box {
    padding: 15px
}

.float-video {
    position: absolute;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

    .float-video iframe {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        z-index: 1
    }

    .float-video.fr4x3 iframe {
        width: 93%
    }

    .float-video.fr1x1 iframe {
        width: 63%
    }

    .float-video.fr9x16 iframe {
        width: 37.9%
    }

.post-thumbnail img.vid-bg {
    position: absolute;
    -webkit-filter: blur(40px);
    transform: scale(1.1);
    opacity: .6;
    width: 100%;
    height: 100%;
    z-index: 0
}

.post-thumbnail .thumb-ico {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2) url(images/play-icon.png?v=1) no-repeat center center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1,1)
}

#tv-live .swiper-slide {
    background: #fff;
    visibility: hidden
}

    #tv-live .swiper-slide.swiper-slide-active {
        visibility: visible
    }

#tv-live .post-thumbnail {
    height: 0;
    padding-bottom: 56%
}

#tv-live .left-col, #tv-live .right-col {
    float: left;
    width: 49%;
    margin-right: 2%
}

#tv-live .right-col {
    margin-right: 0
}

#tv-live .swiper-button-next:before, #tv-live .swiper-button-prev:before {
    top: 40%
}

.section-header {
    border-bottom: 3px solid #bf001c;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

    .section-header h2, .section-header h1 {
        color: #0c72b6;
        font: 700 22px/30px Arial;
        display: inline-block;
        margin-right: 15px;
        float: left;
    }

        .section-header h2 a, .section-header h1 a {
            color: #c6001c;
        }

            .section-header h2 a:hover, .section-header h1 a:hover {
                color: crimson
            }

    .section-header a.see-more {
        font: 500 12px/19px Roboto,arial;
        float: right;
        background: #2e439c;
        padding: 5px 8px;
        color: #fff;
        text-transform: initial;
        margin-bottom: -3px
    }

        .section-header a.see-more:hover {
            color: #f9c511
        }

    .section-header ul.cat-list {
        margin-top: 4px;
        height: 26px;
        overflow: hidden
    }

        .section-header ul.cat-list li a {
            float: left;
            padding: 0 5px;
            margin-right: 2px;
            border-radius: 3px;
            font: 500 16px/26px Oswald,Arial
        }

        .section-header ul.cat-list li:hover a {
            background: #ff4988;
            color: #fff;
        }

    .section-header .swiper-button-prev, .section-header .swiper-button-next {
        position: relative;
        float: right;
        padding-right: 8px;
        z-index: 9
    }

        .section-header .swiper-button-prev:before, .section-header .swiper-button-next:before {
            position: initial;
            color: #2e439c;
            opacity: 1;
            text-shadow: none;
            font-size: 40px;
            line-height: 25px
        }

.wide-box .section-content {
    position: relative;
    width: 100%;
    border-right: 0;
    padding: 0
}

.widget-container .one-post .post-thumbnail, .thumb-top .post-thumbnail {
    float: none;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden
}

.thumb-left .post-thumbnail {
    float: left;
    display: inline-block;
    width: 110px;
    margin-right: 10px
}

.thumb-over .post-thumbnail {
    margin-bottom: 0
}

.thumb-over .image-caption {
    padding: 15px;
    background: #f8f8f8;
    margin-bottom: 0
}

.cat-box .right-column .thumb-left .post-entry {
    float: left;
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px)
}

    .cat-box .right-column .thumb-left .post-entry a:first-child {
        display: inline-block
    }

    .cat-box .right-column .thumb-left .post-entry h3 {
        margin-bottom: 2px
    }

.post-entry h2.post-box-title {
    font: 500 20px/24px Roboto,Arial,Helvetica;
    max-height: 72px;
    margin-bottom: 4px;
    overflow: hidden
}

.post-entry h3.post-box-title {
    font: 700 14px/20px Arial,Helvetica;
    margin-bottom: 5px
}

#headline-posts .box-content h3.post-box-title, .wide-box .post-entry h3.post-box-title, .widget-container .post-entry h3.post-box-title {
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.widget-container .post-entry h3.post-box-title {
    max-height: 55px;
    font-size: 14px;
    line-height: 19px
}

.post-entry .post-meta {
    margin: 0 0 4px;
    padding-bottom: 0
}

.post-entry .post-excerpt {
    line-height: 20px;
    font-size: 14px
}

.post-entry .post-cat {
    display: inline-block;
    text-transform: uppercase;
    color: #aaa;
    font: 600 12px Roboto,Arial;
    margin-bottom: 5px;
    clear: both
}

    .post-entry .post-cat:hover {
        color: #00a3d6
    }

.post-thumbnail {
    position: relative;
    line-height: 0;
    display: inline-table;
    width: 100%;
    height: auto;
    overflow: hidden
}

    .post-thumbnail img {
        width: 100%;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        transition: transform .5s ease-out .1s
    }

        .post-thumbnail img.avatar {
            max-width: 100px
        }

    .post-thumbnail .td-admin-edit {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 18px;
        padding: 5px 10px;
        color: #fff;
        background: rgba(0,0,0,.5)
    }

    .post-thumbnail:hover .td-admin-edit {
        display: block
    }

        .post-thumbnail:hover .td-admin-edit:hover {
            color: #ff0
        }

.hot-news {
    position: absolute;
    top: 0;
    left: 0;
    font: 600 11px/11px Roboto,Arial;
    display: inline-block;
    padding: 3px 6px 1px 10px;
    background: #f77846;
    color: #fff;
    height: 17px;
    border-bottom: 1px solid #fff;
    box-shadow: .5px 1px 2px #666
}

    .hot-news:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 0 solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 5px solid #fff;
        position: absolute;
        right: -5px;
        top: 0
    }

    .hot-news:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 0 solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 5px solid #f77846;
        position: absolute;
        right: -4px;
        top: 0
    }

    .hot-news.m-size {
        font-size: 12px;
        line-height: 12px;
        height: 20px;
        padding: 4px 8px 1px 14px
    }

        .hot-news.m-size:after {
            border-left-width: 6px;
            border-bottom-width: 20px;
            right: -5px
        }

        .hot-news.m-size:before {
            border-bottom-width: 21px;
            border-left-width: 6px;
            right: -6px
        }

    .hot-news.b-size {
        font-size: 14px;
        line-height: 14px;
        height: 21px;
        padding: 4px 10px 1px 14px
    }

        .hot-news.b-size:after {
            border-left-width: 7px;
            border-bottom-width: 21px;
            right: -6px
        }

        .hot-news.b-size:before {
            border-bottom-width: 21px;
            border-left-width: 7px;
            right: -7px
        }

.news-provider {
    text-transform: uppercase
}

#focus-post-slider .post-meta .news-provider, #focus-post-slider .post-meta .news-provider a {
    color: #fff
}

.cat-box .left-column {
    float: left;
    width: 36%;
    min-height: 390px;
    padding-right: 1%;
    margin-right: 1%;
    border-right: 1px dashed #eee
}

.cat-box .right-column {
    float: left;
    width: 63%
}

    .cat-box .right-column ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        -webkit-column-rule: 1px dashed #eee;
        -moz-column-rule: 1px dashed #eee;
        column-rule: 1px dashed #eee
    }

        .cat-box .right-column ul li {
            display: table;
            width: 100%;
            padding: 0;
            margin-top: 8px;
            border-bottom: none
        }

            .cat-box .right-column ul li:first-child {
                margin-top: 0
            }

.column-box {
    padding: 0
}

    .column-box .left-column, #headline-posts .section-content {
        display: inline-block;
        padding: 15px;
        width: calc(100% - 380px);
        width: -webkit-calc(100% - 380px);
        width: -moz-calc(100% - 380px);
        border-right: 1px solid #e6e6e6
    }

        .column-box .left-column ul li.first-news {
            width: 50%;
            min-height: 390px;
            float: left;
            padding-right: 1%;
            border-right: 1px dashed #e6e6e6
        }

        .column-box .left-column ul li.other-news {
            display: table;
            width: 50%;
            padding-left: 1%;
            float: right;
            overflow: hidden;
            margin-bottom: 5px;
            padding-bottom: 5px;
            border-bottom: 1px dashed #e6e6e6
        }

            .column-box .left-column ul li.other-news:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0
            }

    .column-box .right-column {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 330px;
        padding: 15px 15px 0;
        overflow: hidden
    }

        .column-box .right-column .section-content {
            position: absolute;
            top: 60px;
            left: 15px;
            right: 15px;
            width: initial;
            bottom: 15px;
            overflow: hidden;
            border-bottom: 0
        }

            .column-box .right-column .section-content .content-wrap {
                display: inline-block;
                width: 100%;
                height: 100%;
                position: relative;
                overflow: hidden
            }

            .column-box .right-column .section-content ul.has-scroll {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                padding-right: 5px
            }

                .column-box .right-column .section-content ul.has-scroll li {
                    display: table;
                    width: 100%;
                    font: 400 15px Arial !important;
                    margin-bottom: 5px;
                    padding-bottom: 5px;
                    border-bottom: 1px dashed #e6e6e6
                }

                    .column-box .right-column .section-content ul.has-scroll li.no-thumb a {
                        position: relative;
                        padding-left: 15px;
                        display: inline-block;
                        font-size: 14px
                    }

                    .column-box .right-column .section-content ul.has-scroll li:first-child {
                        padding-top: 0
                    }

                    .column-box .right-column .section-content ul.has-scroll li:last-child {
                        border-bottom: 0;
                        padding-bottom: 0
                    }

.pic-box .section-header {
    text-align: center
}

.pic-box .post-item {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 15px
}

    .pic-box .post-item.big-thumb {
        width: 49%
    }

        .pic-box .post-item.big-thumb:first-child {
            margin-left: 0
        }

    .pic-box .post-item:nth-child(3n) {
        clear: both;
        margin-left: 0
    }

    .pic-box .post-item .post-thumbnail {
        margin-bottom: 10px
    }

.thumb-over .post-thumbnail {
    margin-bottom: 0
}

#home-focus-news .left-column {
    position: relative;
    float: left;
    width: 65%;
    overflow: hidden
}

    #home-focus-news .left-column.full-column {
        width: 100%
    }

#focus-post-slider .post-entry, .thumb-over .post-entry {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃ¢â‚¬Â¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-linear-gradient(top,rgba(25,35,45,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,rgba(25,35,45,0) 0%,rgba(0,0,0,0.8) 100%);
    text-shadow: 0 1px 1px #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 20px 20px;
    overflow: hidden;
    z-index: 99
}

    #focus-post-slider .post-entry h3, .thumb-over .post-entry .post-box-title {
        color: #fff;
        font: 400 22px/28px Roboto,arial;
        text-shadow: 0 2px 2px #000;
        max-height: inherit
    }

#focus-post-slider .swiper-pagination {
    bottom: 8px;
    left: 50%;
    transform: translate(-50%,0%)
}

#focus-post-slider .swiper-pagination-bullet {
    background: #fff
}

#focus-post-slider .swiper-container-autoheight .swiper-wrapper {
    min-height: 397px
}

#home-focus-news .right-column {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(35% - 15px);
    width: -webkit-calc(35% - 15px);
    width: -moz-calc(35% - 15px);
    overflow: hidden
}

    #home-focus-news .right-column #spotlight {
        position: relative;
        background: #edf3f7;
        border: 1px solid #dee7ec;
        padding: 10px;
        width: 100%;
        height: 53%
    }

        #home-focus-news .right-column #spotlight.full-height {
            height: 100%
        }

        #home-focus-news .right-column #spotlight .section-header {
            padding-bottom: 5px;
            margin-bottom: 0
        }

            #home-focus-news .right-column #spotlight .section-header h2 {
                font-size: 18px;
                line-height: 20px
            }

        #home-focus-news .right-column #spotlight .content-wrap {
            position: absolute;
            top: 45px;
            right: 5px;
            bottom: 10px;
            left: 10px
        }

        #home-focus-news .right-column #spotlight ul {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden;
            padding-right: 10px
        }

            #home-focus-news .right-column #spotlight ul li {
                position: relative;
                float: left;
                width: 100%;
                margin-bottom: 12px
            }

                #home-focus-news .right-column #spotlight ul li .post-thumbnail {
                    float: left;
                    width: 100px;
                    margin-right: 10px
                }

                #home-focus-news .right-column #spotlight ul li h3 {
                    display: table;
                    font: 500 14px/20px Roboto,Arial
                }

#second-slider .swiper-container, #nnt .swiper-container, #tv-live .swiper-container {
    padding-bottom: 15px
}

#second-slider .swiper-pagination-bullet, #nnt .swiper-pagination-bullet, #tv-live .swiper-pagination-bullet {
    background: #2c719e;
    width: 10px;
    height: 2px;
    border-radius: 0
}

#second-slider .swiper-pagination, #nnt .swiper-pagination, #tv-live .swiper-pagination {
    bottom: 0
}

#headline-posts .box-header {
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #2e439c;
    padding-bottom: 5px;
    margin-bottom: -3px
}

    #headline-posts .box-header ul li h2.cat-box-title {
        font: 500 25px/32px Oswald,Arial;
        float: left;
        margin-right: 15px
    }

    #headline-posts .box-header ul li.active h2.cat-box-title {
        color: #2e439c
    }

#headline-posts .box-content, #single-page .page-content {
    margin: 0 -15px
}

#headline-posts ul.post-list li {
    padding: 15px;
    width: 33.33333333%;
    float: left;
    border-right: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
    height: 300px;
    overflow: hidden
}

    #headline-posts ul.post-list li:nth-child(3n) {
        border-right: 0
    }

    #headline-posts ul.post-list li:nth-child(3n+1) {
        clear: both
    }

#headline-posts .load_more_news a.more_headlines {
    background: #2e439c;
    color: #fff;
    text-align: center;
    display: table;
    margin: 10px auto -5px;
    font-weight: 500;
    padding: 10px;
    border-radius: 3px
}

    #headline-posts .load_more_news a.more_headlines:hover {
        color: #ffc600
    }

#headline-posts .load_more_news .loading {
    display: inline-block;
    background: url(images/mini-loader.gif) no-repeat center;
    width: 100%;
    height: 40px;
    margin-bottom: -20px
}

#top-headlines-post .post-thumbnail {
    margin-bottom: 0
}

.item-list {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 15px;
    clear: both
}

    .item-list .post-thumbnail {
        width: 180px;
        float: left;
        margin-bottom: 0;
        margin-right: 15px
    }

    .item-list .post-box-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        font-family: roboto,arial
    }

    .item-list h2.post-box-title {
        font-size: 18px
    }

    .item-list .post-meta, .item-list .post-entry .post-excerpt {
        margin: 5px 0;
        font: 13px/20px Arial
    }

.post-meta {
    color: #9c9c9c;
    font: 300 80% Roboto,Arial,sans-serif;
    margin: 5px 0;
    -webkit-font-smoothing: antialiased
}

    .post-meta i {
        margin-right: 3px
    }

    .post-meta a {
        color: #888
    }

.post-entry .post-cat {
    font-weight: 400
}

.post-entry .post-excerpt {
    color: #444;
    margin-top: 5px;
    text-align: justify;
    max-height: 78px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.post-entry .post-meta span {
    margin-right: 5px
}

.thumb-over .post-entry .post-meta {
    color: #ddd
}

.post-meta .author, .post-meta .publisher {
    position: relative;
    display: inline-block
}

    .post-meta .author a, .post-meta .publisher a {
        color: #33479c
    }

.author .author-details, .publisher .publisher-details {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 18px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    z-index: 9;
    width: 340px;
    transform: translate(-50%,0%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.author:hover .author-details, .publisher:hover .publisher-details {
    visibility: visible;
    opacity: 1
}

.author .author-details img {
    float: left;
    width: 80px;
    border-radius: 50%
}

.author .author-details .author-detail {
    float: left;
    width: 238px;
    padding-left: 15px
}

    .author .author-details .author-detail h4, .publisher .publisher-details .publisher-detail h4 {
        font-size: 15px;
        color: #000;
        font-weight: 600;
        margin: 6px 0
    }

    .author .author-details .author-detail .author-desc {
        color: #333;
        font-weight: 400;
        font-size: 13px;
        line-height: 17px
    }

.publisher #publisher {
    color: #33479c;
    cursor: pointer
}

.publisher .publisher-details {
    text-align: center;
    color: #222
}

    .publisher .publisher-details #socials i.fa {
        font-size: 18px;
        width: 35px;
        height: 35px;
        line-height: 37px;
        text-align: center;
        color: #fff;
        background: #06a6f5;
        border-radius: 50%
    }

.page-head {
    padding: 3px 0;
    margin-bottom: 10px;
    overflow: hidden
}

.page-title {
    float: left;
    margin-right: 10px;
    color: #2e439c;
    font: 500 30px/34px Oswald,Arial
}

#category-page .section-content {
    padding: 0
}

#cat-featured .left-column {
    width: calc(100% - 180px);
    padding: 15px;
    border-right: 1px solid #e6e6e6;
    float: left
}

    #cat-featured .left-column.full-column {
        width: 100%
    }

    #cat-featured .left-column #focus-post-slider {
        margin-bottom: 12px
    }

        #cat-featured .left-column #focus-post-slider .post-entry {
            padding-bottom: 10px
        }

ul.col-6, ul.col-4, ul.col-3, ul.col-2 {
    position: relative;
    display: inline-block;
    width: 100%
}

    ul.col-6 > li {
        position: relative;
        float: left;
        width: calc((100% - 150px)/6);
        margin-left: 30px;
        margin-bottom: 15px;
        clear: none
    }

        ul.col-6 > li:nth-child(6n+1) {
            margin-left: 0;
            clear: both
        }

    ul.col-4 > li {
        position: relative;
        float: left;
        width: calc((100% - 60px)/4);
        margin-left: 20px;
        margin-bottom: 15px;
        clear: none
    }

        ul.col-4 > li:nth-child(4n+1) {
            margin-left: 0;
            clear: both
        }

    ul.col-3 > li {
        position: relative;
        float: left;
        width: calc((100% - 60px)/3);
        margin-left: 30px;
        margin-bottom: 15px;
        clear: none
    }

        ul.col-3 > li:nth-child(3n+1) {
            margin-left: 0;
            clear: both
        }

    ul.col-2 > li {
        position: relative;
        float: left;
        width: calc((100% - 30px)/2);
        margin-left: 30px;
        margin-bottom: 15px;
        clear: none
    }

        ul.col-2 > li:nth-child(2n+1) {
            margin-left: 0;
            clear: both
        }

#cat-featured {
    display: block;
    padding: 15px 15px 0
}

    #cat-featured #focus-post-slider {
        width: 100%;
        margin-bottom: 15px
    }

#cattabs {
}

#cat-featured .right-column {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    padding: 15px 2px 15px 10px;
    overflow: hidden
}

    #cat-featured .right-column .section-header {
        width: calc(100% - 7px)
    }

    #cat-featured .right-column .content-wrap {
        position: absolute;
        top: 65px;
        right: 0;
        left: 10px;
        bottom: 15px
    }

        #cat-featured .right-column .content-wrap ul.has-scroll {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 8px;
            padding-right: 10px;
            overflow: hidden
        }

            #cat-featured .right-column .content-wrap ul.has-scroll li {
                margin-bottom: 15px
            }

a.rss-cat-icon {
    float: right;
    font-size: 14px;
    margin: 6px 0 0 4px;
    display: block;
    color: #f8bc2e
}

.pagination {
    width: 100%;
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 15px;
}

    .pagination a, .pagination span.extend, .pagination span.current {
        float: left;
        margin-right: 3px;
        color: #777;
        padding: 3px 7px;
        z-index: 9
    }

        .pagination a:hover {
            color: #000
        }

    .pagination span.current {
        color: #fff;
        background-color: #2c4097;
        padding: 2px 9px;
        border-radius: 2px;
        border: 1px solid #081b6e
    }

    .pagination .pages {
        float: right;
        display: block;
        font-size: 85%;
        padding: 7px 0 2px
    }

.current-cat-wrap .pagination {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding: 15px
}

.scroller-status {
    text-align: center;
    padding: 10px
}

#tag-page #page-header {
    display: inline-block;
    width: 100%
}

    #tag-page #page-header .header-wrap {
        padding: 20px 15px 0
    }

        #tag-page #page-header .header-wrap .page-title {
            display: inline-block;
            width: 100%;
            margin-bottom: 5px
        }

    #tag-page #page-header .single-post-thumb .header-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    #tag-page #page-header .single-post-thumb .page-title {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 0 15px;
        color: #ffed00
    }

    #tag-page #page-header .single-post-thumb .page-description {
        line-height: 20px;
        color: #fff;
        text-shadow: 0 1px 1px #000
    }

    #tag-page #page-header .single-post-thumb .header-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.5)
    }

#tag-page #tag-recents {
    padding: 15px
}

    #tag-page #tag-recents .section-header {
        margin-bottom: 0
    }

#tag-page .grid-post-list {
    display: inline-block;
    width: 100%;
    padding: 15px 0
}

.author-cover {
    border-bottom: 0;
    line-height: 0;
    z-index: 0;
    min-height: 100px
}

.author-cover-head {
    margin: -55px auto 45px;
    padding: 20px;
    max-width: 90%;
    position: relative;
    z-index: 1
}

    .author-cover-head .author-avatar img {
        max-width: 70px
    }

.page-head .author-bio {
    padding: 10px;
    margin-bottom: 15px
}

.author-bio {
    clear: both;
    overflow: hidden
}

ul.authors-wrap {
    margin: 0 0 10px
}

    ul.authors-wrap li {
        background: 0 0;
        padding: 20px;
        margin: 0 -20px 10px;
        border-bottom: 1px solid #f2f2f2;
        list-style: none
    }

        ul.authors-wrap li h3 {
            font-size: 22px;
            text-transform: capitalize;
            font-family: Oswald,arial,serif;
            margin: 0 0 5px
        }

.single-post-thumb img {
    width: 100%
}

.single-post-caption {
    display: inline-block;
    width: 100%;
    padding: 7px;
    line-height: 18px;
    text-align: center;
    color: #767676;
    background: #f3f3f3
}

.google-map iframe {
    width: 100%
}

.single-audio {
    opacity: .5;
    margin-top: -30px
}

    .single-audio:hover {
        opacity: 1
    }

#the-post .news-provider {
    margin-bottom: 5px
}

#the-post .post-title {
    font: 500 30px/34px Roboto,arial;
    margin: 10px 0;
    -webkit-font-smoothing: antialiased
}

#the-post .post-meta {
    display: inline-block;
    width: 100%
}

    #the-post .post-meta span {
        display: inline-block;
        margin-right: 10px
    }

#the-post .sharetext {
    position: relative;
    background: #3b5998;
    color: #fff;
    height: 30px;
    padding: 6px 10px;
    border-radius: 3px 0 0 3px;
    margin: 0 6px 5px 0;
    margin-right: 6px;
    margin-bottom: 5px;
    font-weight: 600;
    z-index: 9
}

    #the-post .sharetext:before {
        content: '';
        position: absolute;
        top: 0;
        right: -5px;
        border-top: 0 solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 5px solid #3b5998
    }

#the-post .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: none !important;
    transform: none !important
}

.at4-jumboshare .at4-count, .at4-jumboshare .at4-count span {
    font-size: 17px !important;
    line-height: 30px !important;
    color: #fff !important
}

.at4-jumboshare .at4-title {
    display: none !important
}

.at4-jumboshare .at4-count-container:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -14px;
    border: 7px solid transparent;
    border-left: 7px solid #ff8858;
    width: 0;
    height: 0
}

.at4-jumboshare .at4-share-container {
    margin-top: 0;
    padding-left: 6px !important;
    display: inline-block !important
}

.at4-jumboshare .at4-count-container {
    position: relative;
    float: left;
    background: #ff8858;
    min-width: inherit !important;
    display: inline-block !important;
    vertical-align: top !important;
    padding-right: 16px !important;
    padding-left: 20px;
    margin-left: -10px;
    height: 30px;
    border-right: none !important;
    border-radius: 0 3px 3px 0
}

.at-resp-share-element:after, .at-resp-share-element:before {
    display: none !important
}

.at4-jumboshare table {
    display: inline-flex
}

#the-post .post-inner {
    float: left;
    width: 640px;
    line-height:25px;
    width: 100%;
    width: -moz-calc(100% - 195px);
    display: inline-block;
    padding: 16px 0 0
}
#the-post .post-inner ul,#the-post .post-inner ol{margin-left:25px}
#the-post .post-inner li{list-style:decimal;}
    #the-post .post-inner .share-btns {
        display: block;
        text-align: center;
        border-radius: 2px;
        background: #4267b2
    }

#the-post #the-post-content a {
    color: #c81e0f
}

#the-post #the-post-content iframe {
    max-width: 100%
}

#the-post-content .story-hightlight {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc
}

    #the-post-content .story-hightlight h3 {
        margin: 0 0 10px !important;
        font-family: Oswald,arial,serif
    }

    #the-post-content .story-hightlight ul, .story-hightlight ol {
        margin-bottom: 0
    }

.dkn-youtube {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    clear: both
}

.post-tag {
    margin: -30px 0 35px
}

    .post-tag a {
        background-color: #aaa;
        border-radius: 0 2px 2px 0;
        color: #fff;
        display: inline-block;
        font-size: 11px;
        line-height: 13px;
        margin: 0 0 2px 10px;
        padding: 4px 7px 3px;
        position: relative;
        text-transform: uppercase
    }

        .post-tag a:before {
            border-top: 10px solid transparent;
            border-right: 8px solid #aaa;
            border-bottom: 10px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            top: 0;
            left: -8px;
            width: 0;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear
        }

        .post-tag a:after {
            background-color: #fff;
            border-radius: 50%;
            content: "";
            height: 4px;
            position: absolute;
            top: 8px;
            left: -2px;
            width: 4px
        }

        .post-tag a:hover {
            background: #444;
            color: #fff
        }

            .post-tag a:hover:before {
                border-right-color: #444
            }

#bottom_related_posts, #bottom-top-headlines, #hot-video, #ads-box {
    clear: both;
    padding: 0
}

    #ads-box #SC_TBlock_117756 .ts-wrapper {
        padding: 0;
        margin: -5px
    }

    #bottom_related_posts h3.post-box-title {
        height: 60px;
        overflow: hidden
    }

    #bottom_related_posts .related-item {
        margin: 5px 0
    }

#left_related_posts {
    width: 180px;
    float: left;
    padding: 10px 9px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin-right: 15px;
    margin-top: 15px;
    display: none;
}

    #left_related_posts .related-post-list {
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd
    }

    #left_related_posts .block-head h2 {
        font: 500 22px Oswald,arial,serif;
        color: #ff4988;
        margin: 15px 0 10px;
    }

    #left_related_posts ul.post-list li {
        margin-bottom: 15px
    }

#the-post .mejs-container {
    margin-bottom: 20px
}

.mejs-container.wp-audio-shortcode {
    width: 100%
}

.mejs-container.wp-video-shortcode, .wp-video {
    width: 100% !important;
    height: auto !important
}

    .mejs-container.wp-video-shortcode.mejs-video {
        padding-top: 57%
    }

.mejs-overlay, .mejs-poster {
    width: 100% !important;
    height: 100% !important
}

.mejs-mediaelement video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #2c4097
}

.mejs-container .mejs-controls a:focus > .mejs-offscreen {
    color: #000
}

.tie_slider .overlay-icon:before {
    content: '\f15c';
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tie_map .overlay-icon:before {
    content: "\f041"
}

.tie_slider .overlay-icon:before {
    content: '\e80c'
}

.tie_lightbox .overlay-icon:before {
    content: "\f03e"
}

.tie_audio .overlay-icon:before, .tie_soundcloud .overlay-icon:before {
    content: "\f028"
}

.tie_video .overlay-icon:before, #video-top-video .post-thumbnail .overlay-icon:before {
    content: "\f04b"
}

.entry {
    line-height: 22px
}

    .entry p {
        margin-bottom: 20px
    }

    .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 1.4;
        font-family: Helvetica;
        font-weight: 700
    }

    .entry h1 {
        font-size: 25px
    }

    .entry h2 {
        font-size: 22px
    }

    .entry h3 {
        font-size: 20px
    }

    .entry h4 {
        font-size: 18px
    }

    .entry h5 {
        font-size: 16px
    }

    .entry h6 {
        font-size: 14px
    }

    .entry ol, .entry ul {
        margin: 0 0 20px 30px
    }

        .entry ul li {
            list-style: outside disc;
            list-style-image: none
        }

        .entry ol li {
            list-style: outside decimal
        }

    .entry li {
        margin: 0 0 5px
    }

        .entry li ul, .entry li ol {
            margin: 5px 0 0 15px
        }

    .entry #user-login ul {
        margin-bottom: -5px
    }

    .entry table {
        border-spacing: 0;
        width: 100%;
        border: 1px solid #ddd;
        border-collapse: separate;
        margin-bottom: 1.5em
    }

        .entry table tr:nth-child(even) {
            background: #f9f9f9
        }

        .entry table td, .entry table th {
            padding: .4em;
            text-align: left;
            border-right: 1px dotted #eee
        }

        .entry table thead th {
            background: #f4f4f4;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            text-transform: uppercase;
            padding: .7em .4em;
            vertical-align: middle
        }

        .entry table tbody th {
            background: #f4f4f4;
            border-bottom: 1px solid #eee
        }

        .entry table tbody td {
            border-bottom: 1px solid #eee
        }

        .entry table tr th:last-child, .entry table tr td:last-child {
            border-right: 0
        }

        .entry table tbody tr:last-child td, .entry table tbody tr:last-child th {
            border-bottom: 0
        }

.gallery {
    margin: 0 auto 18px;
    clear: both
}

    .gallery .gallery-item {
        display: inline-block;
        padding: 10px;
        text-align: center;
        vertical-align: top;
        width: 100%
    }

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery .gallery-item img {
    height: auto;
    margin: 0 auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.gallery .gallery-item a:hover img {
    opacity: .6 !important;
    margin: -5px 0 5px
}

.gallery-caption {
    color: #888;
    margin: 0 0 12px
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none
}

.gallery br + br {
    display: none
}

.attachment img {
    display: block;
    margin: 0 auto
}

blockquote {
    font-size: 15px;
    font-family: Roboto,arial;
    font-weight: 400;
    line-height: 22px;
    padding: 15px 0 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    min-height: 60px;
    width: 90%;
    margin: 20px auto;
    position: relative
}

    blockquote:before {
        content: '\275d';
        position: absolute;
        display: inline-block;
        top: -25px;
        left: 45%;
        color: #fff;
        border: 5px solid #fff;
        background: #000;
        padding: 10px;
        border-radius: 50%;
        font-size: 24px;
        width: 45px;
        height: 45px;
        line-height: 23px;
        float: left
    }

    blockquote p {
        color: #999;
        padding: 0 18px;
        font-size: 18px;
        line-height: 25px;
        font-style: italic;
        border-width: 0 0 0 4px
    }

.navigation {
    margin: 10px 0;
    clear: both;
    overflow: hidden
}

.nav-previous {
    float: left
}

.nav-next {
    float: right
}

.page-link {
    margin: 15px 0 0;
    padding: 10px;
    background: #f6f6f6;
    clear: both
}

    .page-link a {
        color: #fff;
        padding: 5px 6px;
        background: #999
    }

        .page-link a:hover {
            background: #777
        }

.edit-link {
    clear: both;
    display: block;
    margin-top: 10px
}

#footer-nav {
    display: inline-block;
    width: 100%;
    padding: 10px 0 15px;
    margin-bottom: 60px;
    border-bottom: 1px solid #8a0f21;
}

    #footer-nav .nav-title {
        font-weight: 700;
        margin-bottom: 8px;
        color: #edf6ff;
        font-size: 18px
    }

    #footer-nav .nav-items li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px
    }

        #footer-nav .nav-items li a {
            font-weight: 400;
            color: #edf6ff
        }

footer#theme-footer {
    position: relative;
    color: #eee;
    /* background: #0d73b7; */
    padding: 30px 0;
    border-top: 2px solid #8a0f21;
    /* border-bottom: 1px solid #0d73b7; */
    width: 100%;
}

    footer#theme-footer a {
        color: #eee
    }

        footer#theme-footer a:hover {
            color: #fff
        }

.footer-logo {
    text-align: center
}

    .footer-logo img {
        max-width: 300px
    }

#footer-widget-area {
    width: 100%;
    margin: 0 auto
}

.footer-widgets-box {
    float: left;
    margin-right: 4%
}

.footer-2c .footer-widgets-box {
    width: 48%
}

.narrow-wide-2c #footer-first {
    width: 60%;
    /* padding-left: 40px; */
}

.narrow-wide-2c #footer-second {
    width: 36%;
    margin-right: 0;
}

.footer-widget-container {
    padding: 5px 0;
    text-align: center
}

#footer-second ul#menu-widget-footer-menu li {
    padding: 0 10px 0 4px
}

    #footer-second ul#menu-widget-footer-menu li:last-child {
        border-right: 0
    }

ul#menu-widget-footer-menu li {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0 20px 0 8px;
    overflow: hidden
}

#topcontrol {
    z-index: 999;
    background: #2c4097;
    border: 1px solid #1c2d76;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

    #topcontrol:before {
        width: 40px;
        height: 40px;
        line-height: 35px;
        color: #fff
    }

    #topcontrol:hover {
        opacity: 1
    }

#headline-posts .sidebar, .column-box .right-column {
    float: right;
    width: 380px;
    padding: 15px 15px 0
}

.full-width .sidebar {
    display: none !important
}

.sidebar-left .sidebar {
    float: left
}

.sidebar-left .content {
    float: right
}

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both
}

.widget {
    clear: both;
    margin: 0 0 20px
}

    .widget:last-child {
        margin-bottom: 0
    }

.widget-top {
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #006bb3;
    padding-bottom: 3px;
    margin-bottom: 10px;
    color: #ff4988;
}

    .widget-top h2 {
        float: left;
        font: 500 22px/32px Oswald,Arial;
        text-transform: uppercase;
        color: #006bb3;
    }

        .widget-top h2 a {
            color: #2e439c
        }

            .widget-top h2 a:hover {
                color: #c81e0f
            }

.widget-container {
    clear: both
}

    .widget-container span.view-more a, .extra-column span.view-more a {
        position: inherit;
        float: right
    }

.widget_recent_entries .widget-container span.post-date, .recent-posts li .post-date {
    color: #ff2c2c;
    display: inline-block;
    float: left;
    width: 55px;
    margin-right: 10px;
    text-align: right;
    overflow: hidden
}

.widget_recent_entries .widget-container a, ul.recent-posts li a {
    font: 400 15px Arial !important;
    display: table;
    position: relative;
    padding-left: 15px
}

    ul.recent-posts li a:before, .column-box .right-column .no-thumb a:before {
        content: '';
        font-family: FontAwesome,Arial,Helvetica,sans-serif;
        color: #36414b;
        font-size: 18px;
        position: absolute;
        left: 0;
        top: 1px;
        pointer-events: none
    }

.widget-container li {
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 8px
}

    .widget-container li:first-child {
        padding-top: 0 !important
    }

.widget_recent_entries .widget-container li {
    border: none;
    padding: 5px 0
}

.posts-list .widget-container .post-meta {
    display: none
}

.posts-list .widget-container h3.post-box-title {
    margin-bottom: 0
}

.widget-container li span.tie-date, .footer-widget-container li span.tie-date, .mega-menu-block .tie-date, span.post-comments-widget, span.post-views-widget, .widget.timeline-posts li span.post-cats, .widget.timeline-posts li span.post-cats a, span.post-comments-widget a {
    color: #aaa;
    margin: 4px 0 0;
    display: inline-block
}

.widget-container li span.post-small-rate, .footer-widget-container li span.post-small-rate {
    margin-top: 5px
}

.widget-container .post-thumbnail {
    float: left;
    margin-right: 10px;
    max-width: 120px
}

.widget_search label span, #bbp-search-form label, .widget_product_search label.screen-reader-text {
    display: none
}

.widget.most-viewed ul li {
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.posts-list .post-thumbnail, .posts-list .post-entry {
    display: table-cell
}

.text-html-box {
    margin-bottom: 20px
}

#theme-footer .text-html-box {
    margin-bottom: 0
}

.widget_rss .widget-title img {
    width: 11px;
    height: 11px
}

.widget.news-pic .post-thumbnail {
    padding: 1px;
    width: 33.3333333%;
    max-width: 160px;
    margin: 0
}

    .widget.news-pic .post-thumbnail img.attachment-tie-small {
        max-width: 100% !important
    }

#tabbed-widget .tabs-wrap li:last-child, .comments-avatar .widget-container li:last-child, .posts-list .widget-container li:last-child, .categort-posts .widget-container li:last-child, .authors-posts .widget-container li:last-child {
    border-bottom: 0
}

#tabbed-widget .tabs-wrap li, .comments-avatar .widget-container li, .posts-list .widget-container li, .authors-posts .widget-container li, .widget-container ul.reviews-posts li, .widget_categories .widget-container li, .widget_archive .widget-container li, .widget_nav_menu .widget-container li, .widget_meta .widget-container li, .widget_pages .widget-container li, .widget_recent_comments .widget-container li, .widget_display_forums .widget-container li, .widget_display_views .widget-container li, .widget_display_replies .widget-container li, .widget_display_topics .widget-container li {
    padding-bottom: 8px;
    border-bottom: 1px dashed #ddd
}

    .widget_categories .widget-container li:before, .widget_product_categories ul li:before {
        font-family: FontAwesome;
        margin-right: .53em;
        display: inline-block;
        opacity: .25;
        content: "\f114"
    }

    .widget_categories .widget-container li li, .widget_nav_menu .widget-container li li {
        padding-left: 15px;
        border: 0
    }

        .widget_categories .widget-container li li li, .widget_nav_menu .widget-container li li li {
            padding-left: 25px
        }

    .authors-posts .widget-container li strong {
        float: right;
        display: block
    }

.facebook-box {
    text-align: center
}

.google-box {
    text-align: center;
    position: relative;
    overflow: hidden
}

.the_tags_outer {
    clear: both;
    border-bottom: 1px solid #e1e1e1;
    margin: 15px 0
}

.post-cat-tag {
    font: 700 12px arial;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    display: inline-block;
    line-height: 28px
}

    .post-cat-tag span {
        padding: 4px 10px
    }

    .post-cat-tag a {
        text-shadow: 0 1px 0 #fff;
        text-decoration: none;
        padding: 3px 8px;
        line-height: 20px;
        color: #ed143d
    }

#wp_tag_cloud div {
    line-height: 1.6em
}

#tabbed-widget .widget-top {
    background: #f7f7f7
}

.tabs-wrap, .cat-tabs-wrap {
    clear: both;
    display: none
}

    .tabs-wrap#tab1, .cat-tabs-wrap.cat-tabs-wrap1 {
        display: block
    }

#tabbed-widget ul.tabs li {
    float: left;
    position: relative;
    line-height: 30px;
    padding: 0;
    background: 0 0;
    width: 33.3%;
    text-align: center
}

    #tabbed-widget ul.tabs li a {
        display: inline-block;
        background: #eee;
        text-align: center;
        color: #666;
        border: 1px solid #ccc;
        text-shadow: 0 1px 0 #fff;
        padding: 0;
        line-height: 35px;
        width: 100%
    }

        #tabbed-widget ul.tabs li a:hover {
            color: #000
        }

    #tabbed-widget ul.tabs li.active a {
        background: #fff
    }

#tabbed-widget .tabs-wrap.tagcloud {
    font-size: 0
}

    #tabbed-widget .tabs-wrap.tagcloud a {
        padding: 6px 8px;
        background: #f7f7f7;
        display: inline-block;
        margin: 0 1px 1px 0;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        transition-duration: .3s
    }

        #tabbed-widget .tabs-wrap.tagcloud a:hover {
            background: #333;
            color: #fff;
            text-decoration: none
        }

img, img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
}

    img.centered, img.aligncenter {
        display: block;
        margin: 5px auto
    }

    img.alignright {
        margin: 5px 0 5px 25px;
        display: inline
    }

    img.alignleft {
        margin: 5px 25px 5px 0;
        display: inline
    }

.wp-caption {
    line-height: 18px;
    max-width: 100%;
    margin: 0 auto 15px;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    text-align: center;
    background: #f6f6f6;
    box-shadow: none
}

    .wp-caption .wp-caption-text {
        color: #767676;
        padding: 5px;
        line-height: 130%
    }

    .wp-caption.alignleft {
        margin-right: 25px
    }

    .wp-caption.alignright {
        margin-left: 25px
    }

    .wp-caption img {
        border: 1px solid #ddd;
        border-radius: 3px;
        width: 100%
    }

    .wp-caption p.wp-caption-text {
        color: #888;
        padding: 4px 0;
        margin: 0
    }

#respond {
    margin-bottom: 10px;
    position: relative;
    clear: both
}

    #respond:before {
        height: 1px
    }

    #respond h3 {
        font-size: 22px;
        font-family: Oswald,arial,serif
    }

#comments-box .post-listing {
    padding: 20px 20px 0;
    margin-bottom: 40px
}

#comments-title em {
    color: #333
}

.comment-avatar {
    float: left;
    margin: 0 10px 0 0
}

.commentlist li {
    margin-bottom: 20px;
    clear: both;
    position: relative;
    clear: both
}

.author-comment {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px
}

    .author-comment cite {
        color: #3b3b3b;
        position: relative;
        display: block;
        margin-bottom: 2px;
        padding-top: 5px;
        font-style: normal;
        font-weight: 700;
        float: left
    }

.commentmetadata {
    display: block;
    font-size: 85%;
    float: right;
    padding-top: 5px
}

    .commentmetadata a {
        color: #3b3b3b
    }

        .commentmetadata a:hover {
            color: #000
        }

.comment-wrap {
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.comment-content {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    margin-left: 80px;
    min-height: 80px
}

    .comment-content p {
        line-height: 17px;
        margin-bottom: 10px
    }

.nocomments {
    text-align: center
}

.commentlist li.pingback {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd
}

.commentlist .children {
    margin-top: 15px;
    margin-left: 50px
}

.commentlist .reply a {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e7e7e7;
    padding: 3px 10px;
    font-size: 11px
}

    .commentlist .reply a:hover {
        background: #333;
        color: #fff
    }

.e3lan-top {
    float: right;
    line-height: 0
}

.e3lan-bottom, .e3lan-below_header {
    line-height: 0;
    margin: 15px auto 20px;
    text-align: center;
    position: relative
}

.e3lan-post {
    line-height: 0;
    margin: 20px auto;
    text-align: center
}

.home-e3lan {
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 15px auto;
    text-align: center;
    min-height: 1px;
    overflow: hidden
}

    .e3lan-top iframe, .e3lan-bottom iframe, .home-e3lan iframe, .e3lan-post iframe, .e3lan-below_header iframe {
        margin: 0 auto
    }

    .e3lan-top img, .e3lan-bottom img, .home-e3lan img, .e3lan-post img, .e3lan-below_header img {
        max-width: 100%;
        height: auto
    }

.e3lan-top ins, .e3lan-bottom ins {
    width: 728px;
    height: 90px
}

.home-e3lan ins, .e3lan-post ins {
    width: 468px;
    height: 60px
}

.ads-banner {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden
}

.ads-banner-fluid {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
    text-align: center;
    overflow: hidden
}

.post-ads {
    display: block;
    margin: 15px;
    text-align: center
}

.bsadsbase {
    width: 180px;
    text-align: center
}

.bsadsheadline {
    display: none;
    opacity: 1;
    height: auto;
    width: auto;
    position: absolute;
    top: 170px;
    color: #333;
    padding: 0;
    z-index: 1001;
    font-size: 13px;
    z-index: 999
}

    .bsadsheadline.float-fixed {
        position: fixed
    }

.e3lan-widget-content {
    margin-bottom: 20px;
    text-align: center
}

a.ttip, a.tooldown {
    display: block
}

.tipsy {
    font-size: 13px;
    position: absolute;
    padding: 5px;
    z-index: 100000
}

.tipsy-inner {
    background-color: #000;
    border: 1px solid #595656;
    color: #fff;
    max-width: 200px;
    padding: 5px 8px 4px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.tipsy-arrow-n {
    border-bottom-color: #000
}

.tipsy-arrow-s {
    border-top-color: #000
}

.tipsy-arrow-e {
    border-left-color: #000
}

.tipsy-arrow-w {
    border-right-color: #000
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-s .tipsy-arrow {
    bottom: 1px;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

#sitemap {
    overflow: hidden;
    padding-top: 10px
}

.sitemap-col {
    float: left;
    margin: 0 2% 10px 0;
    width: 23.5%
}

#sitemap .last {
    margin-right: 0
}

.sitemap-col h2 {
    color: #111;
    font-size: 24px;
    font-family: Oswald,arial,serif;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px
}

.sitemap-col ul {
    padding-left: 0;
    margin-left: 0
}

    .sitemap-col ul li {
        list-style-position: inside
    }

        .sitemap-col ul li a {
            padding: 4px 0;
            display: inline-block
        }

.post-content-slideshow-outer {
    padding: 10px 0;
    border-bottom: 4px solid #f2f2f2;
    margin: 10px 0 20px;
    clear: both
}

.post-content-slideshow {
    padding-bottom: 80px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.post-content-slide {
    width: 100% !important;
    height: auto !important;
    top: 40px !important;
    display: none
}

    .post-content-slide:nth-child(2) {
        display: block
    }

.post-tslideshow-nav-outer {
    height: 30px
}

.post-tslideshow-nav-outer-bottom {
    height: 30px;
    bottom: 0;
    position: absolute;
    width: 100%
}

.post-slideshow-nav {
    display: inline-block;
    text-align: center;
    padding: 5px 0
}

    .post-slideshow-nav a {
        background: #b4b4b4;
        width: 10px;
        height: 10px;
        text-indent: -9999px;
        overflow: hidden;
        display: inline-block;
        margin: 2px 2px 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

        .post-slideshow-nav a:hover {
            background: #939393
        }

        .post-slideshow-nav a.activeSlide {
            background: #666
        }

a.post-slideshow-next, a.post-slideshow-prev {
    background: #2c4097;
    padding: 3px 15px;
    cursor: pointer;
    overflow: auto;
    color: #fff;
    float: right;
    margin-left: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

    a.post-slideshow-next:hover, a.post-slideshow-prev:hover {
        background: #444
    }

.google-map.alignleft {
    margin-right: 10px
}

.google-map.alignright {
    margin-left: 10px
}

.google-map.aligncenter {
    text-align: center
}

.post-tooltip {
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px #666 dotted;
    color: #ed5109
}

    .post-tooltip:hover {
        border-bottom-color: #ed5109
    }

.highlight {
    background: #ff9;
    color: #fff
}

.highlight-yellow {
    background: #ff9;
    color: #222
}

.highlight-red {
    background: #f43d2a
}

.highlight-blue {
    background: #3db2ea
}

.highlight-orange {
    background: #f97405
}

.highlight-black {
    background: #000
}

.highlight-green {
    background: #8ccb0a
}

.highlight-gray {
    background: #999
}

.highlight-pink {
    background: #ff7979
}

.dropcap {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    font-size: 50px;
    line-height: 50px;
    font-family: Arial,helvetica neue,Helvetica,Verdana,sans-serif
}

.tie-list-shortcode ul {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.tie-list-shortcode li {
    list-style: none !important;
    padding-left: 20px
}

.tie-list-shortcode ul li:before {
    margin-right: 5px;
    margin-left: -20px
}

.tie-list-shortcode.starlist ul li:before {
    content: "\f005";
    color: #fbd606
}

.tie-list-shortcode.checklist ul li:before {
    content: "\f00c";
    color: #7fb718
}

.tie-list-shortcode.lightbulb ul li:before {
    content: "\f0eb";
    color: #fbd606
}

.tie-list-shortcode.thumbup ul li:before {
    content: "\f164";
    color: #7fb718
}

.tie-list-shortcode.thumbdown ul li:before {
    content: "\f165";
    color: #f01818
}

.tie-list-shortcode.plus ul li:before {
    content: "\f0fe";
    color: #555
}

.tie-list-shortcode.minus ul li:before {
    content: "\f146";
    color: #555
}

.tie-list-shortcode.heart ul li:before {
    content: "\f004";
    color: #ff7979
}

.tie-list-shortcode.cons ul li:before {
    content: "\f00d";
    color: #f01818
}

.box {
    padding: 20px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
    word-wrap: break-word
}

    .box div.box-inner-block {
        padding-left: 70px;
        min-height: 50px
    }

    .box .tie-shortcode-boxicon {
        float: left;
        margin-left: -70px
    }

        .box .tie-shortcode-boxicon:before {
            line-height: 60px;
            height: 60px;
            width: 60px;
            font-size: 60px;
            margin: 0
        }

    .box.shadow {
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 0 5px rgba(153,153,153,.6);
        -moz-box-shadow: 0 0 5px rgba(153,153,153,.6);
        box-shadow: 0 0 5px rgba(153,153,153,.6)
    }

        .box.shadow div.box-inner-block {
            padding: 0
        }

    .box.info {
        background: #d6f6ff;
        border-color: #bfe3ec
    }

        .box.info .tie-shortcode-boxicon:before {
            content: "\f05a";
            color: #2cb4da
        }

    .box.success {
        background: #e2f2cb;
        border-color: #d1e4b7
    }

        .box.success .tie-shortcode-boxicon:before {
            content: "\f05d";
            color: #8ab84d
        }

    .box.warning {
        background: #fffddb;
        border-color: #e9e59e
    }

        .box.warning .tie-shortcode-boxicon:before {
            content: "\f071";
            color: #ecc21b
        }

    .box.error {
        background: #ffe6e2;
        border-color: #eebfb8
    }

        .box.error .tie-shortcode-boxicon:before {
            content: "\f05e";
            color: #f03317
        }

    .box.download {
        background: #e2f2cb;
        border-color: #d1e4b7
    }

        .box.download .tie-shortcode-boxicon:before {
            content: "\f019";
            color: #8ab84d
        }

    .box.note {
        background: #fffddb;
        border-color: #e9e59e
    }

        .box.note .tie-shortcode-boxicon:before {
            content: '\f15c';
            color: #ecc21b
        }

a.shortc-button {
    border: none;
    cursor: pointer;
    padding: 0 10px;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 700;
    outline: none;
    position: relative;
    background: #bdc3c7;
    color: #fff !important;
    text-decoration: none;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    opacity: .9;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

    a.shortc-button:hover {
        opacity: 1
    }

    a.shortc-button:active {
        top: 1px
    }

    a.shortc-button i {
        margin-right: 10px
    }

    a.shortc-button.red {
        background: #e74c3c
    }

    a.shortc-button.green {
        background: #2ecc71
    }

    a.shortc-button.blue {
        background: #3498db
    }

    a.shortc-button.orange {
        background: #e67e22
    }

    a.shortc-button.pink {
        background: #ff00a2
    }

    a.shortc-button.purple {
        background: #9b59b6
    }

    a.shortc-button.black {
        background: #222
    }

    a.shortc-button.white {
        background: #ecf0f1;
        color: #333 !important
    }

    a.shortc-button.medium {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 15px
    }

    a.shortc-button.big {
        font-size: 24px;
        height: 65px;
        line-height: 65px;
        padding: 0 20px
    }

.toggle {
    margin-bottom: 15px;
    border: 1px solid #eee;
    position: relative
}

    .toggle h3 {
        background: #f1f1f1;
        font-weight: 400;
        font-size: 14px;
        padding: 10px;
        margin: 0;
        cursor: pointer;
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease
    }

        .toggle h3:hover {
            background: #e7e7e7
        }

h3.toggle-head-close {
    display: none
}

    h3.toggle-head-open i, h3.toggle-head-close i {
        float: right;
        font-size: 16px
    }

.toggle-content {
    padding: 25px
}

.toggle.close .toggle-content, .toggle.close h3.toggle-head-open {
    display: none
}

.toggle.close h3.toggle-head-close {
    display: block
}

.author-info {
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 25px;
    position: relative
}

.author-info-content {
    padding-left: 100px
}

    .author-info-content h3 {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 0
    }

.author-info img.author-img {
    max-width: 70px;
    float: left;
    margin-right: 15px
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left
}

.one_half {
    width: 48%
}

.one_third {
    width: 30.66%
}

.two_third {
    width: 65.33%
}

.one_fourth {
    width: 22%
}

.three_fourth {
    width: 74%
}

.one_fifth {
    width: 16.8%
}

.two_fifth {
    width: 37.6%
}

.three_fifth {
    width: 58.4%
}

.four_fifth {
    width: 67.2%
}

.one_sixth {
    width: 13.33%
}

.five_sixth {
    width: 82.67%
}

.entry .last {
    margin-right: 0 !important;
    clear: right
}

.post-tabs {
    margin-bottom: 20px;
    border: 1px solid #eee
}

    .post-tabs ul.tabs-nav {
        margin: 0;
        background: #f1f1f1
    }

        .post-tabs ul.tabs-nav li, .post-tabs-ver ul.tabs-nav li {
            line-height: 32px;
            cursor: pointer;
            display: table-cell;
            width: 1%;
            margin: 0;
            padding: 0;
            text-align: center;
            border: 1px solid #fff;
            border-width: 0 1px 0 0;
            -webkit-transition: background .2s ease;
            -moz-transition: background .2s ease;
            -o-transition: background .2s ease;
            transition: background .2s ease
        }

            .post-tabs ul.tabs-nav li:last-child, .post-tabs-ver ul.tabs-nav li:last-child {
                border: 0
            }

            .post-tabs ul.tabs-nav li:hover, .post-tabs-ver ul.tabs-nav li:hover {
                background: #e7e7e7
            }

        .post-tabs ul.tabs-nav li {
            text-align: center
        }

            .post-tabs ul.tabs-nav li.current {
                background: #fff;
                z-index: 1;
                height: 33px
            }

    .post-tabs .pane, .post-tabs-ver .pane {
        display: none;
        padding: 25px
    }

        .post-tabs .pane:first-child, .post-tabs-ver .pane:first-child {
            display: block
        }

.post-tabs-ver {
    margin-bottom: 20px
}

    .post-tabs-ver ul.tabs-nav {
        position: relative;
        left: 1px;
        float: left;
        width: 25%;
        margin: 0;
        background: #f1f1f1;
        border: 1px solid #eee;
        border-width: 1px 0 1px 1px
    }

        .post-tabs-ver ul.tabs-nav li {
            display: block;
            width: 100%;
            padding: 0 8px;
            border: 0;
            border-bottom: 1px solid #fff
        }

            .post-tabs-ver ul.tabs-nav li.current {
                background: #fff;
                z-index: 1
            }

    .post-tabs-ver .pane {
        float: left;
        width: 75%;
        border: 1px solid #eee
    }

.tie-full-width-img img {
    height: auto;
    margin-right: -20px;
    margin-left: -20px;
    width: 660px;
    left: 0;
    max-width: none;
    margin-bottom: 10px
}

.post-cover .tie-full-width-img img {
    width: 680px;
    margin-right: -24px;
    margin-left: -24px
}

.full-width .tie-full-width-img img {
    width: 997px
}

.full-width .post-cover .tie-full-width-img img {
    width: 1045px;
    margin-right: -24px;
    margin-left: -24px
}

.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none
}

    .ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0)
    }

.ilightbox-noscroll {
    overflow: hidden
}

.ilightbox-closedhand * {
    cursor: url(css/ilightbox/closedhand.cur),default !important
}

.ilightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000
}

.ilightbox-loader {
    position: fixed;
    z-index: 100005;
    top: 45%;
    left: -192px;
    padding-left: 30px;
    opacity: .9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0
}

    .ilightbox-loader div {
        width: 72px;
        height: 72px;
        -webkit-border-radius: 0 100px 100px 0;
        border-radius: 0 100px 100px 0
    }

    .ilightbox-loader.horizontal {
        left: 45%;
        top: -192px;
        padding: 0;
        padding-top: 30px;
        -webkit-border-radius: 0 0 100px 100px;
        border-radius: 0 0 100px 100px
    }

    .ilightbox-loader.horizontaldiv {
        -webkit-border-radius: 0 0 100px 100px;
        border-radius: 0 0 100px 100px
    }

.ilightbox-toolbar {
    display: none;
    position: fixed;
    z-index: 100010
}

    .ilightbox-toolbar a {
        float: left;
        cursor: pointer
    }

    .ilightbox-toolbar .ilightbox-prev-button, .ilightbox-toolbar .ilightbox-next-button {
        display: none
    }

.ilightbox-thumbnails {
    display: block;
    position: fixed;
    z-index: 100009
}

    .ilightbox-thumbnails.ilightbox-horizontal {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px
    }

    .ilightbox-thumbnails.ilightbox-vertical {
        top: 0;
        right: 0;
        width: 140px;
        height: 100%;
        overflow: hidden
    }

    .ilightbox-thumbnails .ilightbox-thumbnails-container {
        display: block;
        position: relative
    }

    .ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
        width: 100%;
        height: 100px
    }

    .ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
        width: 140px;
        height: 100%
    }

    .ilightbox-thumbnails .ilightbox-thumbnails-grid {
        display: block;
        position: absolute;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0)
    }

        .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
            display: block;
            cursor: pointer;
            padding: 10px;
            position: relative;
            opacity: .5 !important
        }

            .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-active, .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail:hover {
                opacity: 1 !important
            }

            .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
                width: 100%;
                height: 100%;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                border: 1px solid #000;
                -ms-interpolation-mode: bicubic
            }

        .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-active img {
            border-color: #ff0
        }

        .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: .7
        }

            .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
                opacity: 1
            }

.ilightbox-holder {
    display: none;
    position: fixed;
    z-index: 100003;
    -webkit-transform: none;
    -moz-transform: none
}

    .ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
        cursor: pointer
    }

    .ilightbox-holder div.ilightbox-container {
        position: relative;
        width: 100%;
        height: 100%
    }

    .ilightbox-holder.supportTouch div.ilightbox-container {
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    .ilightbox-holder img.ilightbox-image {
        width: 100%;
        height: 100%
    }

    .ilightbox-holder .ilightbox-container .ilightbox-caption {
        display: block !important;
        opacity: 1 !important;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        max-width: 100%;
        padding: 5px 10px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 150%;
        word-wrap: break-word;
        z-index: 20003;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }

    .ilightbox-holder .ilightbox-alert {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        padding-top: 100px;
        margin: auto;
        width: 300px;
        height: 50px
    }

    .ilightbox-holder .ilightbox-wrapper {
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .ilightbox-holder .ilightbox-inner-toolbar {
        position: relative;
        z-index: 100
    }

        .ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
            position: absolute
        }

.ilightbox-button {
    position: fixed;
    z-index: 100008;
    cursor: pointer
}

.isMobile .ilightbox-button, .isMobile .ilightbox-thumbnails {
    display: none !important
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button, .isMobile .ilightbox-toolbar .ilightbox-next-button {
    display: block
}

.ilightbox-title {
    font-size: 12px !important
}

    .ilightbox-title a {
        color: #ccc;
        font-size: 15px;
        font-weight: 700
    }

        .ilightbox-title a:hover {
            color: #fff
        }

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a, .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a {
    color: #555
}

    .ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a:hover, .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a:hover {
        color: #000
    }

.font-btn {
    display: inline-block;
    padding: 1px 6px;
    margin-top: -5px;
    margin-left: 8px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}

    .font-btn.active, .font-btn:active {
        background-color: #e6e6e6;
        background-color: #d9d9d9;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
    }

    .font-btn:hover {
        color: #333;
        text-decoration: none;
        background-color: #e6e6e6;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear
    }

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0
}

    .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.single-post-video {
    display: inline-block;
    width: 100%;
    padding-bottom: 56%;
    position: relative;
    z-index: 2;
    margin-bottom: 10px
}

    .single-post-video iframe, .single-post-video .player-wrap {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .single-post-video.fr4x3 {
        background: #1f2024;
        padding-bottom: 76%
    }

        .single-post-video.fr4x3 iframe {
            width: 76%;
            left: 50%;
            transform: translate(-50%,0%)
        }

.jw-title .jw-title-primary {
    font-size: 16px !important;
    font-weight: 600
}

.jspPane {
    width: 295px !important
}

#slide-out {
    background: #222;
    position: absolute;
    display: block;
    z-index: 999;
    right: 0;
    top: 0;
    height: 100%;
    width: 80%;
    max-width: 350px;
    color: #ddd;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

    #slide-out .social-icons {
        margin: 15px auto;
        text-align: center
    }

        #slide-out .social-icons a {
            color: #ccc;
            font-size: 16px;
            padding: 0 4px
        }

            #slide-out .social-icons a:hover {
                color: #fff
            }

#mobile-menu {
    border-top: 1px solid #2d2d2d;
    display: none
}

    #mobile-menu.mobile-hide-icons i.fa {
        display: none
    }

#slide-out #mobile-menu .mega-menu-block {
    padding: 0 !important;
    background: 0 0 !important;
    min-height: inherit !important
}

#slide-out #mobile-menu ul ul, #slide-out #mobile-menu .sub-menu-columns-item {
    display: none;
    background: #333
}

#slide-out #mobile-menu li {
    list-style: none;
    position: relative
}

#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
    border-left: 1px solid #333;
    margin: 0;
    cursor: pointer;
    display: block
}

#slide-out #mobile-menu a {
    color: #ccc;
    display: block;
    font-size: 16px;
    padding: 11px;
    padding-right: 0;
    border-bottom: 1px solid #2d2d2d
}

    #slide-out #mobile-menu a:hover {
        background: #111;
        color: #fff
    }

#slide-out #mobile-menu ul ul a {
    font-size: 14px;
    padding-left: 30px
}

#slide-out #mobile-menu ul ul ul a {
    font-size: 12px;
    padding-left: 40px
}

#slide-out #mobile-menu ul ul ul a {
    padding-left: 50px
}

#slide-out #mobile-menu ul ul ul ul a {
    padding-left: 60px
}

#mobile-menu li.menu-item-home a:before {
    content: "\f015"
}

.slide-menu {
    display: none;
    float: left;
    margin-left: 20px;
    opacity: 1;
    z-index: 505;
    width: 40px;
    height: 45px
}

    .slide-menu span, .slide-menu span:after, .slide-menu span:before {
        position: absolute;
        content: ' ';
        top: 12px;
        display: block;
        height: 4px;
        width: 35px;
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 11px
    }

        .slide-menu span:before {
            top: 9px
        }

        .slide-menu span:after {
            top: 18px
        }

#open-slide-overlay {
    position: fixed;
    top: 0;
    left: 80%;
    z-index: 500;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.csstransforms3d.csstransitions .js-nav #main-nav {
    left: 80%
}

.csstransforms3d.csstransitions .js-nav #mobile-menu {
    display: block
}

.csstransforms3d.csstransitions .js-nav #main-nav, .inner-wrapper, #slide-out {
    -webkit-transition: -webkit-transform 500ms ease,opacity 500ms ease;
    -moz-transition: -moz-transform 500ms ease,opacity 500ms ease;
    -o-transition: -o-transform 500ms ease,opacity 500ms ease;
    transition: transform 500ms ease,opacity 500ms ease
}

.csstransforms3d.csstransitions .js-nav #main-nav {
    left: 0 !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.csstransforms3d.csstransitions .js-nav #slide-out {
    -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
    -moz-transform: translate3d(0,0,0) scale3d(1,1,1);
    -ms-transform: translate3d(0,0,0) scale3d(1,1,1);
    -o-transform: translate3d(0,0,0) scale3d(1,1,1);
    transform: translate3d(0,0,0) scale3d(1,1,1)
}

.csstransforms3d.csstransitions .js-nav .slide-menu span {
    top: 20px;
    -webkit-animation: fa-spin .2s 2 linear;
    animation: fa-spin .2s 2 linear;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

    .csstransforms3d.csstransitions .js-nav .slide-menu span:after {
        top: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .csstransforms3d.csstransitions .js-nav .slide-menu span:before {
        opacity: 0
    }

#onesignal-bell-launcher .onesignal-bell-svg {
    animation: animationFrames linear 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 1s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 1s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 1s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%
}

#onesignal-bell-launcher.onesignal-bell-launcher-active .onesignal-bell-svg {
    animation: none
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animationFrames {
    0% {
        transform: rotate(0deg) scaleX(1) scaleY(1)
    }

    10% {
        transform: rotate(-3deg) scaleX(.8) scaleY(.8)
    }

    20% {
        transform: rotate(-3deg) scaleX(.8) scaleY(.8)
    }

    30% {
        transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    40% {
        transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    50% {
        transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    60% {
        transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    70% {
        transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    80% {
        transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    90% {
        transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    100% {
        transform: rotate(0deg) scaleX(1.2) scaleY(1.2)
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: rotate(0deg) scaleX(1) scaleY(1)
    }

    10% {
        -moz-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
    }

    20% {
        -moz-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
    }

    30% {
        -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    40% {
        -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    50% {
        -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    60% {
        -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    70% {
        -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    80% {
        -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    90% {
        -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    100% {
        -moz-transform: rotate(0deg) scaleX(1.2) scaleY(1.2)
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg) scaleX(1) scaleY(1)
    }

    10% {
        -webkit-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
    }

    20% {
        -webkit-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
    }

    30% {
        -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    40% {
        -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    50% {
        -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    60% {
        -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    70% {
        -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    80% {
        -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    90% {
        -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    100% {
        -webkit-transform: rotate(0deg) scaleX(1.2) scaleY(1.2)
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: rotate(0deg) scaleX(1) scaleY(1)
    }

    10% {
        -o-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
    }

    20% {
        -o-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
    }

    30% {
        -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    40% {
        -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    50% {
        -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    60% {
        -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    70% {
        -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    80% {
        -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    90% {
        -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    100% {
        -o-transform: rotate(0deg) scaleX(1.2) scaleY(1.2)
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: rotate(0deg) scaleX(1) scaleY(1)
    }

    10% {
        -ms-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
    }

    20% {
        -ms-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
    }

    30% {
        -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    40% {
        -ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    50% {
        -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    60% {
        -ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    70% {
        -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    80% {
        -ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }

    90% {
        -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
    }

    100% {
        -ms-transform: rotate(0deg) scaleX(1.2) scaleY(1.2)
    }
}

@media only screen and (max-width:1281px) {
    .container {
        width: 1024px
    }

    #headline-posts .posts-list ul li:last-child {
        display: none
    }

    #focus-post-slider .swiper-container-autoheight .swiper-wrapper {
        min-height: 337px
    }

    .cat-box .left-column, .column-box .left-column ul li.first-news {
        min-height: 410px
    }

    #main-nav ul li {
        margin: 0 5px
    }

        #main-nav ul li a, .search-block i.fa {
            font-size: 15px;
            line-height: 44px
        }

    #headline-posts ul.post-list li {
        height: 260px
    }

    #ads-float-left {
        margin-left: 112px
    }

    #ads-float-right {
        margin-left: -112px
    }

    .column-box .left-column, #headline-posts .section-content {
        width: calc(100% - 330px);
        width: -webkit-calc(100% - 330px);
        width: -moz-calc(100% - 330px)
    }

    #headline-posts .sidebar, .column-box .right-column {
        width: 330px
    }
}

@media only screen and (max-width:1024px) {
    .header-bottom .featured-tags {
        display: none
    }

    #focus-post-slider .swiper-container-autoheight .swiper-wrapper {
        min-height: initial
    }

    #main-nav .main-menu, #footer-nav, #left_related_posts, #ads-float-left, #ads-float-right, #em-header .header-content .center-logo {
        display: none !important
    }

    #main-nav.fixed-nav-appear {
        position: inherit
    }

    .slide-menu {
        display: inline-block
    }

    .container, #the-post .post-inner {
        width: 100%;
        float: none
    }

    #em-posts.content {
        padding: 0 20px
    }

    #footer-widget-area, .narrow-wide-2c #footer-first, .narrow-wide-2c #footer-second {
        width: 100%;
        text-align: center
    }

        .narrow-wide-2c #footer-first .footer-logo {
            margin: 0 0 15px !important
        }

    #home-focus-news .left-column, #cat-featured .left-column {
        width: 100%;
        margin-bottom: 15px
    }

    #home-focus-news .right-column, #cat-featured .right-column {
        display: inline-block;
        position: relative;
        top: inherit;
        right: inherit;
        bottom: inherit;
        width: 100%
    }

        #home-focus-news .right-column #spotlight {
            height: 450px
        }

        #cat-featured .right-column .content-wrap ul.has-scroll li {
            display: inline-block;
            width: 100%;
            margin-bottom: 8px
        }

            #cat-featured .right-column .content-wrap ul.has-scroll li .post-thumbnail {
                float: left;
                width: 130px;
                margin-right: 10px
            }

    #headline-posts ul.post-list li {
        height: 260px
    }

    .column-box .left-column ul li.first-news {
        width: 100%;
        min-height: auto;
        padding-right: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ccc;
        border-right: none
    }

        .column-box .left-column ul li.first-news .post-thumbnail {
            width: 250px;
            float: left
        }

        .column-box .left-column ul li.first-news .post-entry {
            width: calc(100% - 265px);
            width: -webkit-calc(100% - 265px);
            width: -moz-calc(100% - 265px);
            float: right
        }

    .column-box .left-column ul li.other-news:nth-child(6) {
        display: none
    }

    .column-box .left-column ul li.other-news {
        display: inline-block;
        float: left;
        height: 82px;
        margin-bottom: 8px;
        overflow: hidden;
        border-bottom: 0
    }
}

@media only screen and (max-width:900px) {
    #headline-posts ul.post-list li {
        height: 300px
    }

    #headline-posts .section-content {
        border-bottom: 1px solid #e6e6e6
    }

    .column-box .left-column, .cat-box .left-column, .cat-box .right-column {
        width: 100%;
        border-bottom: 1px solid #e6e6e6
    }

    .cat-box .left-column {
        min-height: auto;
        margin-right: 0;
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
        padding-bottom: 6px
    }

    .column-box .right-column .section-content .content-wrap {
        display: inline-block;
        width: 100%;
        position: relative;
        height: 400px;
        overflow: hidden
    }

    .column-box .right-column, .column-box .right-column .section-content {
        width: 100%;
        position: initial
    }

    .column-box .right-column {
        padding: 15px 15px 10px
    }

        .column-box .right-column .one-post .post-thumbnail, .cat-box .left-column .post-thumbnail {
            width: 250px;
            float: left
        }

        .column-box .right-column .one-post .post-entry, .cat-box .left-column .post-entry {
            width: calc(100% - 265px);
            width: -webkit-calc(100% - 265px);
            width: -moz-calc(100% - 265px);
            float: right
        }

    .sidebar {
        width: 100%
    }

    .section-content {
        width: 100%;
        border-right: 0
    }

    ul.col-4 > li, ul.col-4 > li:nth-child(4n+1) {
        width: calc((100% - 60px)/3);
        margin-left: 20px;
        clear: none
    }

        ul.col-4 > li:nth-child(3n+1) {
            margin-left: 0;
            clear: both
        }
}
#main-nav ul ul.sub-menu ul.sub-menu {
    top: -1px;
    border-radius: 0;
    left: 301px !important;
}
@media only screen and (max-width:768px) {
    body.admin-bar .fixed-nav.fixed-nav-appear {
        top: 45px
    }
.top-nav h3 {
    margin: 5px 10px 10px 0px !important;
    font-size: 18px !important;!i;!;
}

.top-nav {
    float: right !important;
    width: 60%;
    text-align: center;
    color: #fff;
    font-size: 11px;
}
.header-content {
   
    height: 75px;
   
}
.standard-logo img{max-height:65px !Important}
.header-content .logo {
       width: 120px;padding-left:10px;
    float:left;

}
.section-header ul.cat-list {
 
    overflow: inherit;
}
.section-header ul.cat-list a{font-size:15px !important}
    .center-logo {
        display: none
    }

    .header-content .top-right .top-nav {
        margin-top: 5px
    }

        .header-content .top-right .top-nav ul.download-link li {
            float: none
        }

    #headline-posts ul.post-list li {
        height: 270px
    }

    .column-box .left-column, .column-box .right-column {
        width: 100%
    }

    .column-box .right-column {
        border-top: 1px solid #e6e6e6;
        padding-bottom: 15px
    }

        .column-box .right-column .one-post .post-thumbnail {
            width: 250px;
            float: left;
            margin-right: 15px
        }

        .column-box .right-column .one-post .post-entry {
            display: block
        }

            .column-box .right-column .one-post .post-entry h2.post-box-title {
                display: block !important
            }

    #em-posts ul li.big-item-2 .post-entry .post-box-title, #em-posts ul li.big-item-3 .post-entry .post-box-title {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (max-width:680px) {
    #em-posts ul li.thumb-top {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }

    #header-nav .header-nav-item:first-child .fa-home {
        font-size: 20px;
        line-height: 40px
    }

    #header-nav .header-nav-item:first-child .nav-name {
        display: none
    }

    .sidebar {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    #theme-header .header-content ul.download-link {
        margin-top: 0
    }

        #theme-header .header-content ul.download-link li {
            width: 130px;
            float: none
        }

    .column-box .left-column ul li.first-news .post-thumbnail, .column-box .left-column ul li.first-news .post-entry, .column-box .right-column .one-post .post-thumbnail, .cat-box .left-column .post-thumbnail, .column-box .right-column .one-post .post-entry, .cat-box .left-column .post-entry {
        width: 100%;
        float: none
    }

    ul.col-3 li, ul.col-4 > li {
        width: 48.5% !important;
        margin-left: 3% !important;
        clear: none !important
    }

        ul.col-3 li:nth-child(2n+1), ul.col-4 li:nth-child(2n+1) {
            margin-left: 0 !important;
            clear: both !important
        }
}

@media only screen and (max-width:600px) {
    body.admin-bar .fixed-nav.fixed-nav-appear {
        top: 0
    }

    .cat-box .right-column {
        max-height: 400px;
        overflow-y: scroll;
        border-bottom: 0
    }

        .cat-box .right-column ul {
            column-count: 1
        }

    .column-box .left-column ul li.other-news {
        width: 100%;
        border-bottom: 0;
        height: auto;
        padding: 0
    }

    #headline-posts ul.post-list li, #headline-posts ul.post-list li:nth-child(3n+1) {
        width: 50%;
        clear: none
    }
     .header-search {
        display: none;
    }

    #headline-posts ul.post-list li:nth-child(3n) {
        border-right: 1px dashed #eee
    }

    #em-posts ul li.big-item-1 .post-entry .post-box-title {
        font-size: 16px;
        line-height: 22px
    }

    #em-posts ul li.big-item-2, #em-posts ul li.big-item-3 {
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (max-width:500px) {
    #theme-header .header-content ul.download-link li {
        width: 100px
    }

    #second-slider .swiper-slide img {
        height: auto;
    }

    #sub-cats ul li a {
        font-size: 14px;
    }

    #home-focus-news .right-column {
        height:340px;
    }

    #theme-header #logo {
        width: 230px;
        padding-right: 0
    }

    #headline-posts .box-header {
        margin-bottom: 15px
    }

    #headline-posts ul.post-list li {
        height: auto;
        padding: 0 10px !important;
        border: 0 !important
    }

    ul.col-4 li, ul.col-3 li, #headline-posts ul.post-list li, ul.col-2 li {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 15px
    }

        ul.col-3 li .post-thumbnail, #headline-posts ul.post-list li .post-thumbnail {
            float: left;
            width: 120px;
            margin-right: 10px;
        }

        ul.col-3 li .post-entry, #headline-posts ul.post-list li .post-entry {
            float: left;
            width: calc(100% - 140px);
            padding-left: 10px
        }

    #em-orther-posts .section-header h2 {
        font-size: 30px;
        line-height: 50px
    }
}

@media only screen and (max-width:360px) {
    #theme-header .header-content ul.download-link {
        margin-top: 20px
    }

        #theme-header .header-content ul.download-link li {
            width: 60px
        }

    #second-slider .swiper-slide img {
        height: auto;
    }
}

@media only screen and (max-width:320px) {
    .item-list .post-thumbnail {
        width: 130px;
        float: left;
        margin-bottom: 0;
        margin-right: 15px;
    }
}

@media print {
    body {
        font-size: 20px
    }

    .entry, .comment-content p {
        line-height: 40px
    }

    .post-listing {
        border: 0
    }

    .post-cover-title {
        opacity: 1 !important
    }

    .post-title, .post-cover-title {
        font-size: 42px;
        line-height: 40px;
        color: #000
    }

    header#theme-header, #crumbs, .sidebar, .share-post, footer#theme-footer, .footer-bottom, .post-meta .post-comments, #author-box, .post-navigation, #comments, .e3lan, .post-tag, .post-edit-link {
        display: none !important
    }

    .content {
        float: none;
        width: 100%
    }
}

.hidden {
    display: none;
}

.news-tag a {
    background: #d2346b;
    padding: 4px 6px;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.pagination b {
    float: left;
    margin-right: 3px;
    color: #fff;
    padding: 3px 7px;
    z-index: 9;
    background: #d2346b;
}

.header-search {
    position: relative;
    width: 100%;
    float: left;
}

    .header-search input {
        border-radius: 4px 0 0 4px;
        width: 100%;
        height: 38px;
        box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
        border: 1px solid #ccc;
        text-indent: 10px;
        float: left;
        background: #fff;
    }

    .header-search .input-group-btn {
        font-size: 0;
        white-space: nowrap;
        position: absolute;
        right: -2px;
        top: 0;
        width: auto;
    }

    .header-search .btn-search {
        width: 55px;
        text-align: center;
        height: 38px;
        border: none;
        background-color: #5e000e;
        border-radius: 0 4px 4px 0;
        color: #fff;
        font-size: 15px;
    }

.top-nav {
    float: left;
    width: 65%;
    text-align: center;
    color: #fff;
}

    .top-nav h3 {
        margin: 20px 0px 10px 0px;
        font-size: 27px;
    }

    .top-nav h4 {
        font-style: italic;
        color: #f9ff02;
    }

.header-search {
    float: right;
    width: 20%;
    margin-top: 20px;
}

#pnrelative ul {
    margin-left: 20px;
    margin-top: 10px;
}
    #pnrelative ul li {
        margin-bottom: 10px;
        list-style: circle;
        margin-left: 16px;
    }
 .section-content ul.has-scroll li {
    display: table;
    width: 100%;
    font: 400 15px Arial !important;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #e6e6e6;
}
.dright{position:relative}
.dright .section-content {
    position: absolute;
    top: 60px;
    left: 15px;
    right: 15px;
    width: initial;
    bottom: 15px;
    overflow: hidden;
    border-bottom: 0;
}
.dright .content-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.dright  .section-content ul.has-scroll {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 5px;
}
#main-content {
    background: #fff;
    background-size: 100% 100%;
    border: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    transition: background .3s;
}
blockquote {
    text-align: center;
    padding-top: 25px;
}
.dprv{text-align:left}
.dnext{text-align:right}
    .post-inner1 {
        line-height: 26px;
    }
.dprv a, .dnext a {
    background: #06f;
    color: #fff;
    padding: 5px 10px;
    display: block;
    margin-right: 1px;
}
.kinh-man-coi{text-align:center;border:1px dashed #f00;padding:10px 0px;margin:15px 0px;}
.kinh-man-coi a{color:red;font-weight:bold;font-size:16px}
.ploaile{font-weight:bold;    color: #f60;}
    .post-inner1 p * {
        font-size: 15px;
    }
    .trletrong {
    background-color: rgb(255, 113, 113);
    color: #fff;
}
    .trlekinh {
    background-color: rgb(128, 255, 128);
    color: #000;
}
 .tlla{text-align:center;margin-bottom:20px;}
 .tlla ul{list-style:none}
 .tlla li{display:inline-block;padding:5px 5px 15px 5px}
 .tlla li a{background:#f00;color:#fff;border-radius:3px;padding:5px 8px;font-size:14px;}
.vng{color:Red;font-weight:bold}
.vbd{font-weight:bold}
.vbd span,.val span{font-weight:normal}
.val{font-weight:bold}
.trletrong .vng{color:#fff;font-weight:bold}
.vtl{font-weight:bold}
.lcghn {text-align:center;border:1px solid #d0d0d0;background:#f0f0f0;border-radius:5px;}
.lcghn .kinh-man-coi {
    display: inline-block;
    margin: 20px 10px;
    padding: 10px 20px;
    font-size: 16px;
    background: #fff;
    border: 0px;
}
.vll{color:red}
.trletrong .vll{color:#fff;font-weight:bold}
.lcghn .kinh-man-coi a{font-size:16px;color:#51AE5A}
 .lcghn h2{background:#51AE5A;color:#fff;padding:20px 0px;font-size:20px;text-transform:uppercase;border-radius:5px 5px 0px 0px;font-weight:bold}
.ttlcghn{background:#06f;display:inline-block;padding:10px 20px;color:#fff;margin:20px 10px;border-radius:40px}
.lcgth{margin:15px 0px}
.dsbd p{color:#000}
.dsbd .dsbd{display: block;
    margin: 0px;
    text-align: left;
    padding-left: 0px;
    border-bottom: 0px;}
.dsbd .td1{}
.dsbd .td2{color: #06f;}
.vll {
    color: red;
    font-weight: bold;
}
.trletrong .dsbd .td2 {
    color: #ffff80;
}
.post-box-title{    max-height: 55px;
    font-size: 14px;margin:0px;font-weight:bold;
    line-height: 19px;
}
.widget-top p {
    float: left;
    font: 500 22px / 32px Oswald, Arial;
    text-transform: uppercase;
    color: #006bb3;margin:0px;
}
.trletrong .dsbd{color:#fff}
.lcgtg .dsbd {
    display: block;
    margin: 0px;
    text-align: left;
    padding-left: 0px;
    border-bottom: 0px;
    padding: 4px 0px;
    font-weight: normal;margin-left: 20px;
}


.paole{font-weight:bold;color: #06f;
}
.dsbd{    border-top: 1px solid #ddd; 
    border-bottom: 1px solid #ddd; padding:10px 0px;display:inline-block;margin:20px 10px;font-weight:bold;color:Red}
.lcgtg h2{text-align:center;font-size:20px;padding:10px 0px;margin:30px 0px 10px 0px;background:#f00;color:#fff}
    .trlenho {
    background-color: rgb(255, 255, 128);
    color: #000;
}
    table td, table th {
    border-color: #dee2e6 !important;padding:10px;border:1px solid #dee2e6;
}
.trtd{font-weight:bold}
table{border:1px solid #dee2e6;border-collapse: collapse}
.pgae a{color:#06f}
.hdct{
    line-height: 30px;
    padding: 20px 0px 10px 0px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    min-height: 60px;
    width: 90%;
    color: red;
    margin: 20px auto;
    margin-top:40px;
    position: relative;
    text-align: CENTER;
    font-size: 24px;
    font-weight: bold;
    }
.hdct h2{margin-bottom:0px !important}
.hdct .trs{margin-top: 15px;background:#f00;color:#fff;padding:0px 10px;border-radius:3px;font-size:14px;display:inline-block}
.hdct:before {
    content: '\275d';
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 45%;
    color: #fff;
    border: 5px solid #fff;
    background: #000;
    padding: 10px;
    border-radius: 50%;
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 23px;
    float: left;
}
#blc-h p {
    margin-bottom: 15px;
    line-height: 24px;
}
.ttda{text-transform:uppercase;  margin-bottom: 10px !important;}
 .saint-name{color:red;font-size:18px;font-weight:bold;margin:20px 0px;border-left:2px solid #f00;padding-left:10px;}
.saint-desc{padding-bottom:20px;line-height:20px}
.saint-img{float:left;width:150px;margin-right:15px;}
.saint-img img{width:100%}
.saint-lnk a{color:red;}
strong:has([data-text]) {
  font-weight: bold;
  color: blue; /* Đổi màu chữ thành xanh */
  font-size: 1.2em; /* Tăng kích thước chữ */
}
.contentd strong {    color: red;
  
    display: inline-block;
    top: -5px;
    position: relative;
    font-weight: normal;
    font-size: 14px;}
.contentd p:first-of-type strong {  color: inherit;
    display: inline-block;
    top: 0px;
    position: relative;
    font-weight: bold;
    font-size: 17px;}
@media only screen and (max-width: 1000px) {
    .header-search {
        display: none;
    }
}
@media only screen and (min-width: 1000px) {
    .kinh-man-coi {
    text-align: center;
    border: 1px dashed #f00;
    padding: 10px 0px;
    margin: 15px 0px;
    display: inline-block;
    width: 49%;
    margin-bottom: 0px !important;
}
}

.fixed-nav.fixed-nav-appear {
    top: 0;
    background: #7f0013 !important;
}
#the-post .post-inner li {
    list-style: disc;
}
blockquote{text-align:center}
.kinh-man-coi{text-align:center;border:1px dashed #f00;padding:10px 0px;margin:15px 0px;}
.kinh-man-coi a{color:red;font-weight:bold;font-size:16px}
.contact-bar{display:none}
 @media (max-width:380px) {
.lcg span{font-size:9px !important}
}
 @media (max-width: 549px) {
 

.section-content iframe,.left-column iframe{height:215px}
  .contact-bar {
            border-top: 1px solid #eaeaea;
            left: 0;
            background: white;
            bottom: 0;
			padding:5px 0px;
            position: fixed;
            z-index: 998;
            margin-bottom: 0;
            display: block !Important;
            width: 100%;
            clear: both;
        }

        .contact-bar .cot {
            text-align: center;
            display: inline-block;
            width: 33%;
            float: left;
        }

        .contact-bar .cot span {
            display: block;
            font-size: 12px;
            text-transform: uppercase
        }

        .contact-bar a {
            color: #4d4d4d;font-weight:bold;
        }
		.lch a{color:Red}
		.kmc a{color:#06f}
		.lcg a{color:#f60}
		}

.nut-tai{background:#f60;padding:10px 25px;border-radius:5px;color:#fff}
.nut-tai:hover{background:#06f;padding:10px 25px;border-radius:5px;color:#fff}
