/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.mx_image_background {
    background-color: #f2f2f2;
}

.td-visibility-hidden {
    visibility: hidden;
}

/*  ----------------------------------------------------------------------------
    from bootstrap
*/
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/*
@all_span_selector - is the begining of the span selector
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*  ----------------------------------------------------------------------------
    header grid container
*/
.td-header-background-image .td-container-wrap {
    background-color: transparent;
}

.td-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.td-header-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

/* Logo */
.td-header-sp-logo img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.td-main-menu-logo {
    display: none;
    float: left;
    margin-right: 10px;
    height: 48px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-main-menu-logo {
        display: block;
        margin-right: 0;
        height: 0;
    }
}

.td-main-menu-logo a {
    line-height: 48px;
}

.td-main-menu-logo img {
    padding: 3px 0;
    position: relative;
    vertical-align: middle;
    max-height: 48px;
}

@media (max-width: 767px) {
    .td-main-menu-logo img {
        margin: auto;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        padding: 0;
    }
}

@media (max-width: 1140px) {
    .td-main-menu-logo img {
        max-width: 180px;
    }
}

@media (min-width: 768px) {
    .td-affix .td-logo-sticky {
        display: block;
    }

    .td-header-wrap .td-affix .td-main-menu-logo {
        height: 48px;
    }

    .td-header-wrap .td-affix .td-main-menu-logo a {
        line-height: 48px;
    }

    .td-header-wrap .td-affix .td-main-menu-logo img {
        max-height: 48px;
        top: -1px;
    }

    .td-header-wrap .td-affix .sf-menu > li > a {
        line-height: 48px !important;
    }
}

.td-visual-hidden {
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

/* Logo on sticky menu */
.td-logo-in-header .td-sticky-disable.td-mobile-logo,
.td-logo-in-header .td-sticky-disable.td-header-logo {
    display: none;
}

@media (max-width: 767px) {
    .td-logo-in-header .td-sticky-disable.td-mobile-logo {
        display: block;
    }
}

.td-logo-in-header .td-sticky-header.td-mobile-logo {
    display: none;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-logo-in-header .td-sticky-header.td-mobile-logo {
        display: inherit;
    }
}

.td-logo-in-header .td-sticky-header.td-header-logo {
    display: block;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-logo-in-header .td-sticky-header.td-header-logo {
        display: none;
    }
}

.td-logo-in-header .td-sticky-mobile.td-mobile-logo {
    display: block;
}

.td-logo-in-header .td-sticky-mobile.td-header-logo {
    display: none;
}

.td-logo-in-menu .td-sticky-disable.td-mobile-logo {
    display: none;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-logo-in-menu .td-sticky-disable.td-mobile-logo {
        display: block;
    }
}

.td-logo-in-menu .td-sticky-disable.td-header-logo {
    display: block;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-logo-in-menu .td-sticky-disable.td-header-logo {
        display: none;
    }
}

.td-affix .td-logo-in-menu .td-sticky-disable.td-header-logo {
    display: none;
}

.td-logo-in-menu .td-sticky-header.td-mobile-logo {
    display: none;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-logo-in-menu .td-sticky-header.td-mobile-logo {
        display: block;
    }
}

.td-logo-in-menu .td-sticky-header.td-header-logo {
    display: block;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-logo-in-menu .td-sticky-header.td-header-logo {
        display: none;
    }
}

.td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
    display: none;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
        display: block;
    }
}

.td-logo-in-menu .td-sticky-mobile.td-header-logo {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-logo-in-menu .td-sticky-mobile.td-header-logo {
        display: none;
    }
}

.td-affix .td-logo-in-menu .td-sticky-mobile.td-header-logo {
    display: none;
}

.td-affix .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
    display: block;
}

.td-affix .td-logo-in-menu .td-main-logo {
    display: none;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-affix .td-logo-in-menu .td-main-logo {
        display: block;
    }
}

.td-affix .td-logo-in-menu.td-logo-sticky .td-main-logo {
    display: block;
}

/* Header menu affix */
.td-header-menu-wrap.td-affix {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    z-index: 9999;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    top: 0;
}

.admin-bar .td-header-menu-wrap.td-affix {
    top: 32px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .admin-bar .td-header-menu-wrap.td-affix {
        top: 46px;
    }
}

@media (max-width: 602px) {
    .admin-bar .td-header-menu-wrap.td-affix {
        top: 0;
    }
}

.td-boxed-layout #td-outer-wrap {
    z-index: 1;
}

.td-boxed-layout .td-header-menu-wrap.td-affix {
    width: 1164px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1140px) {
    .td-boxed-layout .td-header-menu-wrap.td-affix {
        width: 100%;
    }
}

/* WPML plugin */
.td-wpml .wpml-ls-menu-item .wpml-ls-flag {
    vertical-align: middle;
    top: -1px;
    position: relative;
    margin-right: 5px;
}

.td-wpml .sub-menu .wpml-ls-menu-item .wpml-ls-flag {
    top: -2px;
}

@media (max-width: 767px) {
    .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-top: 16px;
    }

    .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children > a {
        pointer-events: none;
    }
}

.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
    position: absolute;
    display: block;
    bottom: 100%;
    background-color: rgba(25, 25, 25, 0.95);
    padding: 12px 20px;
    margin: 0 -20px 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
        right: 0;
        left: 0;
        margin: 10px 0;
    }
}

.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: rgba(25, 25, 25, 0.95) transparent transparent transparent;
}

.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 30px;
    background-color: transparent;
    right: 0;
}

.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
    display: block;
    padding: 3px 0;
    white-space: nowrap;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
        padding: 6px 0;
    }
}

.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
    .td-wpml .td-subfooter-menu .menu-item-first a {
        margin-left: 16px;
    }
}

@media (max-width: 767px) {
    .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {
        margin-top: 0;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .td-wpml .td-header-top-menu-full,
    .td-wpml .td-header-sp-top-menu {
        display: block !important;
    }

    .td-wpml .td-header-sp-top-menu {
        width: 100%;
    }

    .td-wpml .td-header-top-menu {
        background-color: #3c3c3c !important;
        padding-left: 17px;
        padding-right: 17px;
        box-shadow: inset 0px -3px 3px -1px rgba(0, 0, 0, 0.2);
    }

    .td-wpml .td_ul_logout,
    .td-wpml .td_ul_login,
    .td-wpml .td-header-sp-top-widget,
    .td-wpml .td-weather-top-widget {
        display: none !important;
    }

    .td-wpml .menu-top-container {
        margin-right: 0;
        float: right;
    }

    .td-wpml .menu-top-container .top-header-menu > li {
        display: none;
    }

    .td-wpml .menu-top-container .top-header-menu > li a {
        margin-right: 0;
    }

    .td-wpml .menu-top-container .top-header-menu .wpml-ls-item {
        display: inline-block;
        margin-top: 0;
    }

    .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children {
        position: static;
        display: inline-block;
        width: 100%;
    }

    .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children > a {
        pointer-events: none;
    }

    .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu {
        position: absolute;
        display: block;
        background-color: rgba(25, 25, 25, 0.95);
        padding: 7px 10px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
        right: 0;
        left: auto;
        margin: 0;
    }

    .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:before {
        content: '';
        position: absolute;
        bottom: 100%;
        width: 0;
        height: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent rgba(25, 25, 25, 0.95);
    }

    .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:after {
        content: '';
        position: absolute;
        bottom: 100%;
        width: 100%;
        height: 30px;
        background-color: transparent;
        right: 0;
    }

    .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu li {
        display: block;
        padding: 3px 0;
        white-space: nowrap;
    }

    .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu a {
        margin: 0 10px;
    }

    .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

/* Search */
.td-header-wrap .td_module_mx2 .entry-title a:after {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}

.td-header-wrap .result-msg {
    text-align: center;
    padding: 4px 0 6px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #222;
    font-style: italic;
}

.td-header-wrap .result-msg a {
    color: #222;
    display: block;
}

.td-header-wrap .result-msg a:hover {
    color: #4db2ec;
}

.td-header-wrap .td-aj-search-results {
    background-color: rgba(144, 144, 144, 0.02);
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}

.td-header-wrap .td-aj-search-results .item-details {
    margin: 10px 20px 10px 115px;
}

.td-header-wrap .td-aj-search-results .td-module-thumb {
    top: 10px;
    margin-left: 20px;
}

.td-header-wrap .td_module_mx2 {
    padding-bottom: 0;
}

.td-header-wrap .no-result {
    background-color: #fdfdfd;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.td-header-wrap .td-aj-cur-element {
    background-color: rgba(128, 128, 128, 0.1);
}

/* Header style */
.td-header-top-menu-full {
    position: relative;
    z-index: 9999;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-header-top-menu-full {
        display: none;
    }
}

@media (min-width: 768px) {
    .td-affix .header-search-wrap .td-icon-search {
        line-height: 48px;
    }

    .td-affix #td-header-menu {
        display: block;
    }
}

/* Fix logo alignment for logo in menus */
@media (min-width: 768px) {
    .td-header-style-5 .td-affix .td-main-menu-logo img,
    .td-header-style-6 .td-affix .td-main-menu-logo img,
    .td-header-style-12 .td-affix .td-main-menu-logo img {
        top: 0;
    }
}

@-moz-document url-prefix() {
    @media (min-width: 768px) {
        .td-header-style-5 .td-main-menu-logo a img,
        .td-header-style-6 .td-main-menu-logo a img,
        .td-header-style-12 .td-main-menu-logo a img {
            top: -1px;
        }
    }
}

@media (max-width: 767px) {
    .td-logo-mobile-loaded {
        display: none;
    }
}

/* Style 10 template */
.td-header-style-10 .td-header-top-menu-full {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.td-header-style-10 .td-header-top-menu-full .td-header-top-menu {
    color: #000;
}

.td-header-style-10 .td-header-top-menu-full a {
    color: #000;
}

.td-header-style-10 .top-header-menu .sub-menu {
    background-color: #fff;
}

.td-header-style-10 .top-header-menu .td-social-icon-wrap .td-icon-font {
    color: #000;
}

.td-header-style-10 .td-logo-wrap-full {
    min-height: 130px;
    line-height: 130px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-header-style-10 .td-logo-wrap-full {
        line-height: 90px;
        min-height: 90px;
    }
}

.td-header-style-10 .td-logo-wrap-full a {
    position: relative;
    z-index: 1;
    line-height: 130px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-header-style-10 .td-logo-wrap-full a {
        line-height: 90px;
    }
}

@media (max-width: 767px) {
    .td-header-style-10 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
        display: block;
    }
}

@media (max-width: 767px) {
    .td-header-style-10 .td-main-menu-logo .td-main-logo {
        display: none;
    }
}

@media (max-width: 767px) {
    .td-header-style-10 .td-logo-in-header .td-header-logo {
        display: none;
    }
}

@media (min-width: 768px) {
    .td-header-style-10 .td-logo-sticky img {
        max-width: 102px;
    }
}

@media (min-width: 1019px) {
    .td-header-style-10 .td-logo-sticky img {
        max-width: inherit;
    }
}

.td-header-style-10 .td-header-sp-logo {
    text-align: center;
}

.td-header-style-10 .td-header-sp-logo img {
    z-index: 1;
    display: block;
    position: relative;
}

.td-header-style-10 .td-logo-text-container a {
    line-height: 1;
}

.td-header-style-10 .td-header-rec-wrap {
    min-height: 0;
}

.td-header-style-10 .td-a-rec-id-header img,
.td-header-style-10 .td-g-rec-id-header img {
    position: relative;
}

.td-header-style-10 .td-a-rec-id-header .adsbygoogle,
.td-header-style-10 .td-g-rec-id-header .adsbygoogle {
    position: relative;
    display: block !important;
}

.td-header-style-10 .td-banner-bg {
    background-color: #fff;
}

.td-header-style-10.td-header-background-image .td-banner-bg {
    background-color: transparent;
}

.td-header-style-10 .td-header-menu-social {
    position: absolute;
    margin-right: 0;
    float: none;
    top: 0;
    right: 53px;
}

.td-header-style-10 .td-header-menu-no-search .td-header-menu-social {
    right: 0;
}

.td-header-style-10 .td_stretch_content .td-header-menu-social {
    right: 20px;
}

.td-header-style-10 .header-search-wrap .td-icon-search {
    color: #000;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-header-style-10 .header-search-wrap .td-icon-search {
        color: #fff;
    }
}

.td-header-style-10 .td-header-menu-wrap-full {
    position: relative;
}

.td-header-style-10 .menu-main-menu-container {
    display: inherit;
}

.td-header-style-10 .td-header-main-menu {
    padding-left: 48px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-header-style-10 .td-header-main-menu {
        padding-left: 2px;
    }
}

.td-header-style-10 #td-header-menu {
    display: table;
    margin: 0 auto;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-header-style-10 #td-header-menu {
        display: block;
    }
}

@media (min-width: 767px) {
    .td-header-style-10 .td-affix .td-main-menu-logo {
        position: absolute;
        left: 0;
    }
}

@media (min-width: 1019px) {
    .single_template_6 .td-header-style-10 .td-a-rec-id-header > div,
    .single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
    .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
    .single_template_8 .td-header-style-10 .td-a-rec-id-header > div,
    .single_template_10 .td-header-style-10 .td-a-rec-id-header > div,
    .single_template_11 .td-header-style-10 .td-a-rec-id-header > div,
    .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > div,
    .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > div,
    .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > div,
    .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > div,
    .single_template_6 .td-header-style-10 .td-g-rec-id-header > div,
    .single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
    .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
    .single_template_8 .td-header-style-10 .td-g-rec-id-header > div,
    .single_template_10 .td-header-style-10 .td-g-rec-id-header > div,
    .single_template_11 .td-header-style-10 .td-g-rec-id-header > div,
    .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > div,
    .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > div,
    .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > div,
    .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > div,
    .single_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .single_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .single_template_10 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .single_template_11 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .single_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .single_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .single_template_10 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .single_template_11 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle {
        margin-bottom: 24px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .single_template_6 .td-header-style-10 .td-a-rec-id-header > div,
    .single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
    .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
    .single_template_8 .td-header-style-10 .td-a-rec-id-header > div,
    .single_template_10 .td-header-style-10 .td-a-rec-id-header > div,
    .single_template_11 .td-header-style-10 .td-a-rec-id-header > div,
    .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > div,
    .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > div,
    .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > div,
    .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > div,
    .single_template_6 .td-header-style-10 .td-g-rec-id-header > div,
    .single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
    .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
    .single_template_8 .td-header-style-10 .td-g-rec-id-header > div,
    .single_template_10 .td-header-style-10 .td-g-rec-id-header > div,
    .single_template_11 .td-header-style-10 .td-g-rec-id-header > div,
    .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > div,
    .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > div,
    .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > div,
    .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > div,
    .single_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .single_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .single_template_10 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .single_template_11 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
    .single_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .single_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .single_template_10 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .single_template_11 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
    .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle {
        margin-bottom: 14px !important;
    }
}

/* Search */
.td-header-menu-social + .td-search-wrapper #td-header-search-button {
    position: relative;
}

.td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    opacity: 0.08;
    /* responsive tablet + phone */
}

@media (max-width: 1140px) {
    .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
        display: none;
    }
}

/* Top-menu grid */
.td-header-top-menu {
    color: #fff;
    font-size: 11px;
}

.td-header-top-menu .fa {
    text-align: center;
    min-width: 13px !important;
    margin-right: 3px;
}

.td-header-top-menu a {
    color: #fff;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-header-top-menu {
        overflow: visible;
    }
}

/* left menu side */
.td-header-sp-top-menu {
    line-height: 28px;
    padding: 0 !important;
    z-index: 1000;
    float: left;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-header-sp-top-menu {
        display: none !important;
    }
}

.td-header-sp-top-menu .td_ul_logout {
    margin-right: 16px;
}

/* right widget side */
.td-header-row .td-header-sp-top-widget {
    position: relative;
    line-height: 28px;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    /* responsive portrait phone */
}

.td-header-sp-top-widget .td-social-icon-wrap .td-icon-font {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .td-header-sp-top-widget {
        width: 100%;
        text-align: center;
    }
}

.td-header-sp-top-widget .td-search-btns-wrap {
    float: left;
}

.td-header-sp-top-widget .td-search-btns-wrap:hover .td-icon-search {
    opacity: 0.8;
}

.td-header-sp-top-widget .td-icon-search {
    width: 30px;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    vertical-align: middle;
}

.td-header-sp-top-widget .td-icon-search:hover {
    color: #4db2ec;
}

.td-header-sp-top-widget .td-icon-search:before {
    font-weight: 700;
}

.td-header-sp-top-widget .td-drop-down-search {
    top: calc(100% + 1px);
    text-align: left;
}

.td-header-sp-top-widget .td-drop-down-search:before,
.td-header-sp-top-widget .td-drop-down-search:after {
    display: none;
}

.td-header-sp-top-widget .td-drop-down-search .entry-title a {
    color: #000;
}

.td-header-sp-top-widget .td-drop-down-search .td_module_wrap:hover .entry-title a {
    color: #4db2ec;
}

/* Top-menu data time */
.td_data_time {
    display: inline-block;
    margin-right: 32px;
}

/* Top-menu - login & menu */
.menu-top-container {
    display: inline-block;
    margin-right: 16px;
}

.top-header-menu {
    list-style: none;
    margin: 0;
    display: inline-block;
}

.top-header-menu li {
    display: inline-block;
    position: relative;
    margin-left: 0;
}

.top-header-menu li li {
    width: 100%;
}

.top-header-menu li a {
    margin-right: 16px;
    line-height: 1;
}

.top-header-menu li a:hover {
    color: #4db2ec;
}

.top-header-menu > li {
    line-height: 28px;
}

.top-header-menu > .td-normal-menu:hover > .sub-menu {
    display: block !important;
}

.top-header-menu .avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.top-header-menu .td-icon-menu-down {
    padding-left: 6px;
    font-size: 8px;
    position: relative;
    top: -1px;
}

.top-header-menu .td-icon-logout {
    font-size: 10px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.top-header-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    line-height: 28px;
    background-color: #222222;
    z-index: 1000;
}

.top-header-menu .sub-menu a {
    display: block;
    margin: 0 10px;
    white-space: nowrap;
    line-height: 28px;
}

.top-header-menu .td_user_logd_in {
    font-weight: bold;
}

.top-header-menu .td_user_logd_in:hover {
    text-decoration: none !important;
}

.top-header-menu .current-menu-item > a,
.top-header-menu .current-menu-ancestor > a,
.top-header-menu .current-category-ancestor > a {
    color: #4db2ec;
}

.top-header-menu ul .td-icon-menu-down,
.top-header-menu .td-mega-menu .td-icon-menu-down {
    display: none;
}

.top-header-menu .td-mega-menu ul,
.top-header-menu ul ul {
    display: none !important;
}

.td_sp_login_ico_style {
    position: absolute;
    top: 3px;
    right: -9px;
}

.td_sp_logout_ico_style {
    position: relative;
    top: 3px;
    left: 17px;
}

/* Top-menu social widget */
.td-social-icon-wrap > a {
    display: inline-block;
}

.td-social-icon-wrap .td-icon-font {
    font-size: 12px;
    width: 30px;
    height: 24px;
    line-height: 24px;
}

.td-social-icon-wrap .td-icon-instagram,
.td-social-icon-wrap .td-icon-discord {
    font-size: 15px;
}

.td-social-icon-wrap .td-icon-naver {
    font-size: 16px;
}

@media (max-width: 767px) {
    .td-social-icon-wrap {
        margin: 0 3px;
    }
}

/* Top Bar Style 1 */
.top-bar-style-1 .td-header-sp-top-widget {
    float: right;
}

/* Top Bar Style 2 */
.top-bar-style-2 .td_ul_login,
.top-bar-style-2 .td_ul_logout {
    margin-right: 32px;
}

.top-bar-style-2 .td-header-sp-top-menu {
    float: right;
}

.top-bar-style-2 .td-header-sp-top-menu ul:last-child,
.top-bar-style-2 .td-header-sp-top-menu div:last-child {
    margin-right: 0;
}

.top-bar-style-2 .menu-top-container,
.top-bar-style-2 .top-header-menu li:last-child a {
    margin-right: 0;
}

.top-bar-style-2 .td-search-box-wrap {
    left: 0;
    right: auto;
}

/* Top Bar Style 4 */
.top-bar-style-4 .td-header-sp-top-widget,
.top-bar-style-4 .td-header-sp-top-menu {
    float: right;
}

/* Module 1 */
.td_module_1 {
    padding-bottom: 24px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_1 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .td_module_1 .entry-thumb {
        width: 100%;
    }
}

/* Module 2 */
.td_module_2 {
    padding-bottom: 32px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_2 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .td_module_2 .entry-thumb {
        width: 100%;
    }
}

/* Module 3 */
@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_3 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .td_module_3 .entry-thumb {
        width: 100%;
    }
}

/* Module 4 */
.td_module_4 {
    padding-bottom: 43px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_4 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .td_module_4 .entry-thumb {
        width: 100%;
    }
}

/* Module 5 */
.td_module_5 {
    padding-bottom: 20px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 17px;
    /* responsive portrait tablet */
    /* responsive landscape tablet */
    /* responsive portrait phone */
}

.td_module_5 .td-module-meta-info {
    margin-bottom: 17px;
}

.td_module_5 .td-module-thumb {
    margin-bottom: 14px;
}

.td_module_5 .td-excerpt {
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_5 .entry-title {
        font-size: 17px;
        line-height: 22px;
        font-weight: 500;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_module_5 .entry-title {
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .td_module_5 .entry-thumb {
        width: 100%;
    }
}

/*  Module 6 */
.td_module_6 {
    padding-bottom: 26px;
    /* responsive landscape & portrait tablet */
    /* responsive portrait tablet */
    /* responsive landscape & portrait tablet */
}

.td_module_6 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_6 .td-module-thumb {
        width: 80px;
    }
}

.td_module_6 .item-details {
    margin-left: 116px;
    min-height: 70px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_6 .item-details {
        margin-left: 95px;
        min-height: 55px;
    }
}

.td_module_6 .entry-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1140px) {
    .td_module_6 .entry-title {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .td_module_6 .entry-title {
        font-size: 14px;
    }
}

.td_module_6 .td-module-meta-info {
    margin-bottom: 0;
    min-height: 0;
}

@media (min-width: 768px) and (max-width: 1140px) {
    .td_module_6 .td-icon-star,
    .td_module_6 .td-icon-star-empty,
    .td_module_6 .td-icon-star-half {
        font-size: 15px;
        width: 17px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_6 .td-post-category {
        margin-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .td_module_6 .td-icon-star,
    .td_module_6 .td-icon-star-empty,
    .td_module_6 .td-icon-star-half {
        font-size: 15px;
        width: 17px;
    }
}

/* Module 7 */
.td_module_7 {
    padding-bottom: 26px;
    /* responsive landscape & portrait tablet */
    /* responsive portrait tablet */
    /* responsive landscape & portrait tablet */
}

.td_module_7 .td-module-thumb {
    position: absolute;
    right: 0;
    top: 0;
}

.td_module_7 .item-details {
    margin-right: 116px;
    min-height: 70px;
}

.td_module_7 .entry-title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1140px) {
    .td_module_7 .entry-title {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .td_module_7 .entry-title {
        font-size: 14px;
    }
}

.td_module_7 .td-module-meta-info {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1140px) {
    .td_module_7 .td-icon-star,
    .td_module_7 .td-icon-star-empty,
    .td_module_7 .td-icon-star-half {
        font-size: 15px;
        width: 17px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_7 .td-post-category {
        margin-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .td_module_7 .td-icon-star,
    .td_module_7 .td-icon-star-empty,
    .td_module_7 .td-icon-star-half {
        font-size: 15px;
        width: 17px;
    }
}

/* Module 8 */
.td_module_8 {
    padding-bottom: 25px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 16px;
    /* responsive portrait tablet */
}

.td_module_8 .entry-title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 7px;
    font-weight: 500;
}

.td_module_8 .td-module-meta-info {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_8 .td-post-author-name {
        display: none;
    }
}

/* Module 9 */
.td_module_9 {
    padding-bottom: 25px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 26px;
    text-align: center;
}

.td_module_9 .td-module-comments {
    top: auto;
    float: none;
    margin-bottom: 8px;
}

.td_module_9 .entry-title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 500;
}

.td_module_9 .td-module-meta-info {
    margin-bottom: 0;
}

.td_module_9 .td_quote_on_blocks {
    text-align: center;
}

.td_module_9 .td-post-category {
    display: inline-block;
    margin: 0 0 8px 0;
}

/* Module 10 */
.td_module_10 {
    padding-bottom: 40px;
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 767px) {
    .td_module_10 {
        padding-bottom: 26px;
    }

    .td_module_10 .td-post-category {
        display: none;
    }
}

.td_module_10 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 767px) {
    .td_module_10 .td-module-thumb {
        width: 150px;
    }
}

@media (max-width: 500px) {
    .td_module_10 .td-module-thumb {
        width: 100px;
    }
}

.td_module_10 .item-details {
    margin-left: 244px;
    min-height: 150px;
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 767px) {
    .td_module_10 .item-details {
        margin-left: 170px;
        min-height: 103px;
    }
}

@media (max-width: 500px) {
    .td_module_10 .item-details {
        margin-left: 115px;
        min-height: 69px;
    }
}

@media (max-width: 767px) {
    .td_module_10 .td-excerpt {
        display: none;
    }
}

.td_module_10 .entry-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
    /* responsive small portrait phone */
}

@media (max-width: 500px) {
    .td_module_10 .entry-title {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }
}

@media (max-width: 500px) {
    .td_module_10 .td-video-play-ico {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span8 .td_module_10 .td-module-thumb {
        width: 190px;
    }

    .td-pb-span8 .td_module_10 .item-details {
        margin-left: 210px;
        min-height: 131px;
    }

    .td-pb-span8 .td_module_10 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }

    .td-pb-span8 .td_module_10 .td-post-author-name {
        display: none;
    }
}

.td-pb-span4 .td_module_10 {
    padding-bottom: 40px;
    /* responsive portrait tablet */
}

.td-pb-span4 .td_module_10 .td-module-thumb {
    width: 80px;
    /* responsive portrait phone */
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-pb-span4 .td_module_10 .td-module-thumb {
        width: 150px;
    }
}

@media (max-width: 500px) {
    .td-pb-span4 .td_module_10 .td-module-thumb {
        width: 100px;
    }
}

.td-pb-span4 .td_module_10 .item-details {
    margin-left: 0;
    min-height: 70px;
    /* responsive portrait phone */
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-pb-span4 .td_module_10 .item-details {
        padding-left: 170px;
        min-height: 103px;
    }
}

@media (max-width: 500px) {
    .td-pb-span4 .td_module_10 .item-details {
        padding-left: 0;
        min-height: 69px;
    }
}

.td-pb-span4 .td_module_10 .entry-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    padding-left: 95px;
    min-height: 55px;
    margin-bottom: 13px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span4 .td_module_10 .entry-title {
        font-size: 13px;
        line-height: 18px;
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    .td-pb-span4 .td_module_10 .entry-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 5px;
        padding-left: 0;
        font-weight: 400;
        min-height: 0;
    }
}

@media (max-width: 500px) {
    .td-pb-span4 .td_module_10 .entry-title {
        font-size: 17px;
        line-height: 23px;
        font-weight: 500;
        padding-left: 110px;
        min-height: 69px;
        margin-bottom: 13px;
    }
}

.td-pb-span4 .td_module_10 .td-video-play-ico {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span4 .td_module_10 .td-post-author-name {
        display: none;
    }
}

/* Module 11 */
.td_module_11 {
    padding-bottom: 48px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_11 {
        padding-bottom: 0;
        border-bottom: 1px dashed #EAEAEA;
        margin-bottom: 20px;
    }

    .td_module_11:last-child {
        border: 0;
    }
}

@media (max-width: 767px) {
    .td_module_11 {
        padding-bottom: 30px;
    }
}

.td_module_11 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 767px) {
    .td_module_11 .td-module-thumb {
        width: 200px;
    }
}

@media (max-width: 500px) {
    .td_module_11 .td-module-thumb {
        width: 100px;
    }
}

.td_module_11 .item-details {
    margin-left: 350px;
    min-height: 235px;
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 767px) {
    .td_module_11 .item-details {
        margin-left: 220px;
        min-height: 145px;
    }
}

@media (max-width: 500px) {
    .td_module_11 .item-details {
        margin-left: 0;
        min-height: 73px;
        padding-left: 110px;
    }
}

.td_module_11 .entry-title {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 11px;
    /* responsive portrait tablet */
    /* responsive small portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_11 .entry-title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
    }
}

@media (max-width: 500px) {
    .td_module_11 .entry-title {
        font-size: 17px;
        line-height: 23px;
        font-weight: 500;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .td_module_11 .td-post-author-name {
        display: none;
    }
}

.td_module_11 .td-excerpt {
    margin-bottom: 15px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_11 .td-excerpt {
        display: none;
    }
}

.td_module_11 .td-read-more {
    margin-bottom: 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_11 .td-read-more {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_module_11 .td-read-more {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_module_11 .td-video-play-ico {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
}

.td-pb-span12 .td_module_11 .entry-title {
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span12 .td_module_11 .entry-title {
        font-size: 22px;
        line-height: 28px;
        font-weight: 400;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-pb-span8 .td_module_11 .td-module-thumb {
        width: 300px;
    }

    .td-pb-span8 .td_module_11 .item-details {
        margin-left: 324px;
        min-height: 218px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span8 .td_module_11 .td-module-thumb {
        width: 192px;
    }

    .td-pb-span8 .td_module_11 .item-details {
        margin-left: 210px;
        min-height: 165px;
    }

    .td-pb-span8 .td_module_11 .td-post-author-name {
        display: none;
    }
}

.td-pb-span4 .td_module_11 .td-module-thumb {
    position: relative;
    margin-bottom: 8px;
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 767px) {
    .td-pb-span4 .td_module_11 .td-module-thumb {
        position: absolute;
    }
}

@media (max-width: 500px) {
    .td-pb-span4 .td_module_11 .td-module-thumb {
        width: 100px;
    }
}

.td-pb-span4 .td_module_11 .item-details {
    margin-left: 0;
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 767px) {
    .td-pb-span4 .td_module_11 .item-details {
        margin-left: 220px;
    }
}

@media (max-width: 500px) {
    .td-pb-span4 .td_module_11 .item-details {
        margin-left: 0;
        min-height: 73px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span4 .td_module_11 .td-post-author-name {
        display: none;
    }
}

/* Module 12 */
.td_module_12 {
    padding-bottom: 20px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 30px;
}

.td_module_12 .entry-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 8px;
    /* responsive max portrait tablet */
}

@media (max-width: 1018px) {
    .td_module_12 .entry-title {
        font-size: 26px;
        line-height: 36px;
    }
}

.td_module_12 .td-module-meta-info {
    margin-bottom: 17px;
}

.td_module_12 .td-excerpt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

/* Module 13 */
.td_module_13 {
    padding-bottom: 20px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 30px;
}

.td_module_13 .entry-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 8px;
    /* responsive max portrait tablet */
}

@media (max-width: 1018px) {
    .td_module_13 .entry-title {
        font-size: 26px;
        line-height: 36px;
    }
}

.td_module_13 .td-module-meta-info {
    margin-bottom: 17px;
}

.td_module_13 .td-module-thumb {
    margin-bottom: 22px;
}

/* Module 14 */
.td_module_14 {
    padding-bottom: 40px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_14 {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .td_module_14 {
        padding-bottom: 21px;
    }
}

.td_module_14 .entry-thumb {
    width: 100%;
}

.td_module_14:last-child {
    padding-bottom: 0;
}

.td_module_14 .meta-info-container {
    position: relative;
}

.td_module_14 .entry-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    bottom: -2px;
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 767px) {
    .td_module_14 .entry-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 500px) {
    .td_module_14 .entry-title {
        font-size: 18px;
        line-height: 26px;
        margin-left: 14px;
        margin-right: 14px;
    }
}

.td_module_14 .entry-title:after {
    content: '';
    position: absolute;
    bottom: -43px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #f1f1f1;
}

.td_module_14 .td-module-meta-info {
    position: absolute;
    margin: 0;
    padding: 0 60px;
    bottom: -43px;
    width: 100%;
    /* responsive portrait tablet */
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 1018px) {
    .td_module_14 .td-module-meta-info {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .td_module_14 .td-module-meta-info {
        bottom: -45px;
    }
}

@media (max-width: 500px) {
    .td_module_14 .td-module-meta-info {
        padding: 0 20px;
    }
}

.td_module_14 .td-module-meta-holder {
    background-color: #fff;
    padding: 10px 20px 17px 20px;
    /* responsive small portrait phone */
}

@media (max-width: 500px) {
    .td_module_14 .td-module-meta-holder {
        padding: 8px 0 19px 0;
    }
}

@media (max-width: 767px) {
    .td_module_14 .td-post-category {
        display: none;
    }
}

.td_module_14 .td-module-thumb {
    margin-bottom: 60px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_14 .td-module-thumb {
        margin-bottom: 70px;
    }
}

@media (max-width: 500px) {
    .td_module_14 .td-post-author-name {
        margin-left: 14px;
    }
}

@media (max-width: 500px) {
    .td_module_14 .td-module-comments {
        margin-right: 14px;
    }
}

.td_module_14 .td-excerpt {
    padding: 0 80px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 11px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 1018px) {
    .td_module_14 .td-excerpt {
        padding: 0 60px;
    }
}

@media (max-width: 767px) {
    .td_module_14 .td-excerpt {
        padding: 0 60px;
        margin-top: -5px;
    }
}

@media (max-width: 500px) {
    .td_module_14 .td-excerpt {
        padding: 0 32px;
    }
}

.td_module_14 .td-read-more {
    display: block;
    margin-top: 15px;
}

.td-pb-span8 .td_module_14 .td-module-meta-info {
    padding: 0 40px;
    /* responsive small portrait phone */
}

@media (max-width: 500px) {
    .td-pb-span8 .td_module_14 .td-module-meta-info {
        padding: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span8 .td_module_14 .entry-title {
        font-size: 22px;
        line-height: 30px;
    }

    .td-pb-span8 .td_module_14 .td-module-meta-info {
        padding: 0 20px;
    }
}

.td-pb-span8 .td_module_14 .td-excerpt {
    padding: 0 60px;
    /* responsive portrait tablet */
    /* responsive small portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span8 .td_module_14 .td-excerpt {
        padding: 0 40px;
    }
}

@media (max-width: 500px) {
    .td-pb-span8 .td_module_14 .td-excerpt {
        padding: 0 34px;
    }
}

.td-pb-span4 .td_module_14 {
    /* responsive portrait tablet */
}

.td-pb-span4 .td_module_14 .td-module-meta-info {
    padding: 0 40px;
    /* responsive small portrait phone */
}

@media (max-width: 500px) {
    .td-pb-span4 .td_module_14 .td-module-meta-info {
        padding: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span4 .td_module_14 .entry-title {
        font-size: 22px;
        line-height: 30px;
    }

    .td-pb-span4 .td_module_14 .td-module-meta-info {
        padding: 0 20px;
    }
}

/* Module 16 */
.td_module_16 {
    padding-bottom: 40px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_16 {
        padding-bottom: 26px;
    }
}

.td_module_16 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_16 .td-module-thumb {
        width: 80px;
    }
}

.td_module_16 .item-details {
    margin-left: 174px;
    min-height: 150px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_16 .item-details {
        margin-left: 95px;
        min-height: 80px;
    }
}

.td_module_16 .entry-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
    /* responsive portrait phone */
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_16 .entry-title {
        font-weight: 500;
    }
}

@media (max-width: 500px) {
    .td_module_16 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }
}

.td_module_16 .td-excerpt {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_16 .td-excerpt {
        display: none;
    }
}

/* Module 17 */
@media (max-width: 1018px) {
    .td_module_17 {
        padding-bottom: 10px;
    }
}

.td_module_17 .td-module-image {
    position: relative;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_17 .td-module-image {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.td_module_17 .td-module-image .entry-thumb {
    width: 100%;
}

.td_module_17 .entry-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 17px;
}

@media (max-width: 1018px) {
    .td_module_17 .entry-title {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 13px;
    }
}

.td_module_17 .td-module-meta-holder {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 47px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px 15px 15px 18px;
    font-size: 12px;
    line-height: 1;
    pointer-events: none;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_17 .td-module-meta-holder {
        padding: 13px 12px;
        height: 43px;
    }
}

.td_module_17 .td-left-meta {
    display: inline-block;
}

.td_module_17 .td-left-meta .td-post-author-name a {
    color: #fff;
    pointer-events: auto;
}

.td_module_17 .td-left-meta .td-post-author-name a:hover {
    color: #aaa;
}

.td_module_17 .entry-review-stars {
    color: #fff;
}

.td_module_17 .td-category-corner {
    padding: 0;
    text-align: left;
}

.td_module_17 .td-post-category {
    background-color: #fff !important;
    color: #000;
    font-size: 11px;
    padding: 5px 10px;
    bottom: auto;
    top: 0;
}

.td_module_17 .td-post-category:hover {
    background-color: #fff;
    color: #aaa;
}

.td_module_17 .td-module-comments {
    pointer-events: auto;
}

.td_module_17 .td-module-comments a {
    color: #000;
    background-color: #fff !important;
}

.td_module_17 .td-module-comments a:after {
    border-color: #fff transparent transparent transparent !important;
}

.td_module_17 .td-excerpt {
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
}

@media (max-width: 1018px) {
    .td_module_17 .td-excerpt {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }
}

.td_module_17 .td-read-more {
    margin-top: 20px;
}

@media (max-width: 1018px) {
    .td_module_17 .td-read-more {
        margin-top: 15px;
    }
}

.td_module_17 .td-read-more a {
    background-color: transparent !important;
    color: #000;
    font-size: 14px;
    padding: 0 10px 10px 0;
}

.td_module_17 .td-read-more a:hover {
    color: #4db2ec;
}

.td_module_17 .td-icon-menu-right {
    font-size: 9px;
    margin-left: 8px;
    vertical-align: middle;
}

.td_module_17 .td-module-image {
    overflow: hidden;
}

.td_module_17 .td-module-thumb {
    margin-bottom: 0;
}

/* Module 18 */
.td_module_18 {
    padding-bottom: 40px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_module_18 {
        padding-bottom: 30px;
    }
}

.td_module_18 .meta-info-container {
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    text-align: center;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_module_18 .meta-info-container {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_module_18 .td-module-thumb {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.td_module_18 .entry-title {
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
    margin: 9px 0 12px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_module_18 .entry-title {
        font-size: 22px;
        line-height: 28px;
        margin: 8px 0;
    }
}

.td_module_18 .td-module-meta-info {
    position: relative;
    width: 100%;
    margin-bottom: 27px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_module_18 .td-module-meta-info {
        margin-bottom: 18px;
    }
}

.td_module_18 .td-post-author-name a {
    font-size: 12px;
}

.td_module_18 .td-post-author-name a:hover {
    opacity: 0.7;
}

.td_module_18 .td-post-date {
    font-size: 12px;
}

.td_module_18 .td-module-comments {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.td_module_18 .td-post-category {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1;
    background-color: transparent;
    color: #000;
    display: inline-block;
}

.td_module_18 .td-post-category:hover {
    background-color: transparent !important;
    opacity: 0.7;
}

.td_module_18 .entry-thumb {
    width: 100%;
}

.td_module_18 .td-excerpt {
    font-size: 15px;
    line-height: 27px;
    margin-top: 20px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_module_18 .td-excerpt {
        font-size: 13px;
        line-height: 23px;
    }
}

.td_module_18 .td-read-more {
    margin-top: 9px;
    margin-bottom: 23px;
}

.td_module_18 .td-read-more a {
    background-color: transparent !important;
    color: #000;
    font-size: 14px;
}

.td_module_18 .td-read-more a:hover {
    background-color: transparent !important;
    color: #4db2ec;
}

.td_module_18 .td-icon-menu-right {
    font-size: 9px;
    margin-left: 8px;
    vertical-align: middle;
}

.td-pb-span12.td-main-content .td_module_18 .entry-title {
    font-size: 34px;
    line-height: 44px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td-pb-span12.td-main-content .td_module_18 .entry-title {
        font-size: 22px;
        line-height: 28px;
    }
}

/* Module 19 */
.td_module_19 {
    padding-bottom: 50px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (max-width: 1018px) {
    .td_module_19 {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .td_module_19 {
        border-bottom: 1px dashed #f2f2f2;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.td_module_19 .meta-info-container {
    position: relative;
}

.td_module_19 .td-module-image {
    position: absolute;
    top: 0;
    left: 0;
}

.td_module_19 .td-module-thumb {
    overflow: hidden;
    width: 264px;
    height: 366px;
    margin-bottom: 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_19 .td-module-thumb {
        width: 210px;
    }
}

@media (max-width: 767px) {
    .td_module_19 .td-module-thumb {
        width: 100px;
        height: 120px;
    }
}

.td_module_19 .entry-thumb {
    max-width: none;
    position: absolute;
    margin: 0 auto;
    left: -9999px;
    right: -9999px;
    width: auto;
    height: 100%;
}

.td_module_19 .td-post-category {
    display: inline-block;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    background-color: #000;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 1;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_19 .td-post-category {
        padding: 4px 7px;
        font-size: 9px;
        bottom: 10px;
    }
}

.td_module_19 .td-item-details {
    margin-left: 294px;
    min-height: 366px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_19 .td-item-details {
        margin-left: 230px;
    }
}

@media (max-width: 767px) {
    .td_module_19 .td-item-details {
        margin-left: 120px;
        min-height: 120px;
    }
}

.td_module_19 .td-module-meta-info {
    position: relative;
}

.td_module_19 .entry-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    margin-bottom: 10px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_19 .entry-title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .td_module_19 .entry-title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 8px;
    }
}

.td_module_19 .td-post-author-name {
    font-size: 13px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_19 .td-post-author-name {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .td_module_19 .td-post-author-name {
        display: none;
    }
}

.td_module_19 .td-post-author-name:hover {
    color: #4db2ec;
}

.td_module_19 .td-post-date {
    font-size: 13px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_module_19 .td-post-date {
        font-size: 12px;
    }
}

.td_module_19 .td-excerpt {
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_19 .td-excerpt {
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .td_module_19 .td-excerpt {
        display: none;
    }
}

.td_module_19 .td-read-more {
    margin-top: 21px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_19 .td-read-more {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .td_module_19 .td-read-more {
        display: none;
    }
}

.td_module_19 .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_19 .td-video-play-ico {
        width: 30px;
        height: 30px;
        font-size: 30px;
        top: 10px;
        right: 10px;
        transform: none;
        -webkit-transform: none;
    }
}

.td_module_19 .td-read-more a {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (max-width: 1018px) {
    .td_module_19 .td-read-more a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .td_module_19 .td-read-more a {
        font-size: 11px;
        padding: 8px 11px;
        display: none;
    }
}

.td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
    width: 534px;
    height: 350px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
        width: 400px;
        height: 320px;
    }
}

@media (max-width: 767px) {
    .td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
        width: 100px;
        height: 120px;
    }
}

.td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
    height: auto;
    /* responsive tablet + desktop */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 767px) {
    .td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
        height: 100%;
    }
}

.td-pb-span12.td-main-content .td_module_19 .td-item-details {
    min-height: 350px;
    margin-left: 564px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span12.td-main-content .td_module_19 .td-item-details {
        min-height: 330px;
        margin-left: 430px;
    }
}

@media (max-width: 767px) {
    .td-pb-span12.td-main-content .td_module_19 .td-item-details {
        min-height: 120px;
        margin-left: 115px;
    }
}

/* Module mx1 */
.td_module_mx1 {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 3px;
    /* responsive portrait tablet */
}

.td_module_mx1 .td-module-meta-info .td-post-category {
    background-color: #fff !important;
    color: #222;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx1 .td-module-meta-info .td-post-category {
        display: none;
    }
}

.td_module_mx1 .td-module-meta-info {
    position: absolute;
    bottom: 0;
    padding: 0 17px;
    margin-bottom: 17px;
    z-index: 1;
}

.td_module_mx1 .td-module-meta-info .td-post-author-name a {
    color: #fff;
}

.td_module_mx1 .entry-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx1 .entry-title {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
    }
}

.td_module_mx1 .entry-title a {
    color: #fff !important;
}

.td_module_mx1 .td-video-play-ico {
    z-index: 1;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx1 .td-video-play-ico {
        top: auto;
        left: auto;
        bottom: 10px;
        right: 10px;
        transform: none;
        -webkit-transform: none;
    }
}

.td_module_mx1 .td-icon-star,
.td_module_mx1 .td-icon-star-half,
.td_module_mx1 .td-icon-star-empty {
    color: #fff;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx1 .td-icon-star,
    .td_module_mx1 .td-icon-star-half,
    .td_module_mx1 .td-icon-star-empty {
        font-size: 14px;
        width: 17px;
    }
}

.td_module_mx1 .td-module-thumb {
    margin-bottom: 0;
    overflow: hidden;
    height: 220px;
    /* responsive landscape tablet */
}

@media (max-width: 1140px) {
    .td_module_mx1 .td-module-thumb {
        height: auto;
    }
}

.td_module_mx1 .td-module-thumb .entry-thumb {
    max-width: none;
    /* responsive landscape tablet */
}

@media (max-width: 1140px) {
    .td_module_mx1 .td-module-thumb .entry-thumb {
        max-width: 100%;
        width: 100%;
    }
}

.td_module_mx1 .td-module-thumb a:last-child:before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    /* IE6-9 */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx1 .td-author-date {
        display: block;
        margin-top: 5px;
    }
}

/* Module mx2 */
.td_module_mx2 {
    padding-bottom: 0;
    *zoom: 1;
}

.td_module_mx2:before,
.td_module_mx2:after {
    display: table;
    content: "";
    line-height: 0;
}

.td_module_mx2:after {
    clear: both;
}

.td_module_mx2 .entry-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 5px 0;
}

.td_module_mx2 .entry-thumb {
    width: 80px;
}

.td_module_mx2 .td-module-thumb {
    position: absolute;
    margin-bottom: 0;
}

.td_module_mx2 .item-details {
    margin: 0 0 20px 100px;
    min-height: 60px;
    padding-top: 2px;
}

.td_module_mx2.td-module-search-def .item-details {
    min-height: 80px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_inner .td_module_mx2 .item-details {
        margin-left: 95px;
    }

    .td_block_inner .td_module_mx2 .td-post-category {
        margin-bottom: 5px;
    }

    .td_block_inner .td_module_mx2 .td-icon-star,
    .td_block_inner .td_module_mx2 .td-icon-star-empty,
    .td_block_inner .td_module_mx2 .td-icon-star-half {
        font-size: 15px;
        width: 17px;
    }
}

@media (max-width: 767px) {
    .td_block_inner .td_module_mx2 .entry-title {
        font-size: 16px;
        line-height: 22px;
    }

    .td_block_inner .td_module_mx2 .item-details {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .td_block_inner .td_module_mx2 .entry-title {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Module mx3 */
.td_module_mx3 {
    position: relative;
    padding-bottom: 53px;
    margin-bottom: 18px;
    /* responsive portrait phone */
    /* responsive small portrait phone */
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_mx3 {
        width: 48%;
        float: left;
        padding-bottom: 73px;
        margin-bottom: 0;
    }

    .td_module_mx3:nth-child(even) {
        margin-left: 4%;
    }
}

@media (max-width: 500px) {
    .td_module_mx3 {
        width: 100%;
        float: left;
        padding-bottom: 75px;
    }

    .td_module_mx3:nth-child(even) {
        margin-left: 0;
    }
}

.td_module_mx3:last-child {
    margin-bottom: 0;
}

.td_module_mx3 .td-module-meta-info {
    position: absolute;
    bottom: 7px;
    width: 284px;
    background-color: #fff;
    border-bottom: 1px dashed #f1f1f1;
    margin: 0 20px;
    padding: 14px 20px 25px 20px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_module_mx3 .td-module-meta-info {
        width: 270px;
        margin: 0 15px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx3 .td-module-meta-info {
        width: 208px;
        margin: 0 10px;
        padding: 9px 16px 25px;
    }

    .td_module_mx3 .td-module-meta-info .td-post-category {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_module_mx3 .td-module-meta-info {
        width: 90%;
        margin: 0 5%;
        bottom: 33px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 20px;
        border-bottom: 0;
    }
}

@media (max-width: 1018px) {
    .td_module_mx3 .td-post-category {
        display: none;
    }
}

.td_module_mx3 .entry-title {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    font-style: normal;
    margin: 0 0 12px 0;
    height: auto;
    bottom: 0;
    /* responsive portrait tablet */
    /* responsive small portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx3 .entry-title {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .td_module_mx3 .entry-title {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .td_module_mx3 .entry-thumb {
        width: 100%;
    }
}

/* Module mx4 */
.td_module_mx4 .td-module-thumb {
    margin-bottom: 7px;
    /* responsive small portrait phone */
}

@media (max-width: 500px) {
    .td_module_mx4 .td-module-thumb {
        margin-bottom: 0;
    }
}

.td_module_mx4 .entry-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
    /* responsive small portrait phone */
}

@media (max-width: 500px) {
    .td_module_mx4 .entry-title {
        padding-left: 115px;
        font-size: 14px;
        line-height: 21px;
    }
}

.td_module_mx4 .td_quote_on_blocks {
    margin-top: 10px;
}

.td_module_mx4 .entry-thumb {
    width: 100%;
}

@media (max-width: 767px) {
    .td_module_mx4 .td-video-play-ico {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .td_module_mx4 .td-video-play-ico {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .td_module_mx4 {
        min-height: 69px;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .td_module_mx4 .td-module-image {
        width: 100px;
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .td-column-3 .td_module_mx4 .entry-title {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 500px) {
    .td-column-3 .td_module_mx4 .entry-title {
        padding-left: 115px;
        font-size: 14px;
        line-height: 21px;
    }
}

.td-column-1 .td_module_mx4 {
    padding-bottom: 22px;
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 767px) {
    .td-column-1 .td_module_mx4 {
        padding-bottom: 35px;
    }
}

.td-column-1 .td_module_mx4 .entry-title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 767px) {
    .td-column-1 .td_module_mx4 .entry-title {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 500px) {
    .td-column-1 .td_module_mx4 .entry-title {
        font-size: 14px;
        line-height: 21px;
        padding-left: 0;
    }
}

.td-column-1 .td_module_mx4 .td-video-play-ico {
    width: 30px;
    height: 30px;
    font-size: 30px;
}

@media (max-width: 500px) {
    .td-column-1 .td_module_mx4 {
        margin-bottom: 0;
    }

    .td-column-1 .td_module_mx4 .td-module-thumb {
        margin-bottom: 7px;
    }

    .td-column-1 .td_module_mx4 .td-module-image {
        width: 100%;
        position: relative;
    }

    .td-column-1 .td_module_mx4 .td-post-category {
        width: auto;
    }
}

/* Module mx7 */
.td_module_mx7 .td-module-thumb {
    margin-bottom: 9px;
}

.td_module_mx7 .entry-title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx7 .entry-title {
        font-size: 14px;
        line-height: 20px;
    }
}

.td_module_mx7 .td-module-meta-info {
    margin-bottom: 13px;
}

.td_module_mx7 .td_quote_on_blocks {
    margin-top: 10px;
}

.td_module_mx7 .td-post-author-name {
    display: block;
    margin-bottom: 10px;
}

.td_module_mx7 .td-post-author-name span {
    display: none;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx7 .td-post-author-name {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_module_mx7 .entry-thumb {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .td-column-3 .td_module_mx7 .td-post-author-name {
        display: none;
    }

    .td-column-3 .td_module_mx7 .entry-title {
        font-size: 18px;
        line-height: 24px;
    }

    .td-column-3 .td_module_mx7 .td-video-play-ico {
        width: 40px;
        height: 40px;
        font-size: 40px;
        border-width: 2px;
    }
}

/* Module mx8 */
.td_module_mx8:hover .entry-title a {
    color: #fff !important;
}

.td_module_mx8 .td-module-thumb {
    margin-bottom: 5px;
    overflow: hidden;
}

.td_module_mx8 .td-module-thumb a:last-child:after {
    bottom: 0;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.td_module_mx8 .entry-thumb {
    width: 100%;
}

.td_module_mx8 .meta-info-container {
    position: relative;
}

.td_module_mx8 .td-module-meta-info {
    position: absolute;
    bottom: 14px;
    margin-bottom: 0;
    width: 100%;
    padding: 0 21px;
}

.td_module_mx8 .entry-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.td_module_mx8 .td-post-category {
    background-color: #fff !important;
    color: #000;
}

.td_module_mx8 .entry-review-stars {
    margin-right: 22px;
}

.td_module_mx8 .entry-title a,
.td_module_mx8 .td-post-author-name a,
.td_module_mx8 .td-post-date,
.td_module_mx8 .td-icon-star,
.td_module_mx8 .td-icon-star-half,
.td_module_mx8 .td-icon-star-empty {
    color: #fff;
}

.td_module_mx8 .td-module-comments {
    float: none;
    display: inline-block;
    vertical-align: top;
    top: 2px;
    margin-left: 22px;
}

.td_module_mx8 .td-module-comments a {
    background-color: transparent !important;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
}

.td_module_mx8 .td-module-comments a:before {
    font-family: 'newspaper', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e83b";
    margin-right: 5px;
    font-size: 9px;
}

.td_module_mx8 .td-module-comments a:after {
    display: none;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span4 .td_module_mx8 .td-author-date {
        display: none;
    }

    .td-pb-span4 .td_module_mx8 .td-module-meta-info {
        bottom: 10px;
    }

    .td-pb-span4 .td_module_mx8 .td_module_wrap .entry-title {
        margin: 0;
    }

    .td-pb-span4 .td_module_mx8 .td-video-play-ico {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        transform: none;
        -webkit-transform: none;
    }

    .td-pb-span4 .td_module_mx8 .entry-title {
        margin: 0;
    }
}

/* Module MX16 */
.td_module_mx16 {
    padding-bottom: 35px;
}

.td_module_mx16 .entry-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 10px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx16 .entry-title {
        font-size: 19px;
        line-height: 22px;
        font-weight: 700;
    }
}

.td_module_mx16 .td-info-container {
    position: relative;
}

.td_module_mx16 .td-module-image {
    width: 100px;
    height: 140px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx16 .td-module-image {
        width: 80px;
    }
}

.td_module_mx16 .entry-thumb {
    max-width: none;
    position: absolute;
    margin: 0 auto;
    left: -9999px;
    right: -9999px;
    width: auto;
    height: 140px;
}

.td_module_mx16 .td-post-category {
    display: inline-block;
    padding: 4px 7px;
    margin-right: 0;
    font-size: 9px;
    bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
    background-color: #000;
    color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
}

.td_module_mx16 .td-video-play-ico {
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 10px;
    right: 10px;
    border-width: 1px;
    transform: none;
    -webkit-transform: none;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_mx16 .td-video-play-ico {
        width: 30px;
        height: 30px;
        font-size: 30px;
        border-width: 2px;
        top: 10px;
        right: 10px;
    }
}

.td_module_mx16 .td-item-details {
    margin-left: 120px;
    min-height: 140px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx16 .td-item-details {
        margin-left: 90px;
    }
}

.td_module_mx16 .td-module-meta-info {
    position: relative;
}

.td_module_mx16 .td-post-date {
    font-size: 12px;
}

.td_module_mx16 .td-module-comments {
    position: absolute;
    bottom: 2px;
    right: 0;
}

.td_module_mx16 .td-excerpt {
    font-size: 13px;
    line-height: 19px;
    margin: 0;
}

.td_module_mx16 .td-read-more {
    margin: 13px 0 0 0;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx16 .td-read-more {
        display: none;
    }
}

.td_module_mx16 .td-read-more a {
    background-color: #000;
    color: #fff;
    font-size: 11px;
    padding: 8px 11px;
}

/* Module MX17 */
.td_module_mx17 .td-module-image {
    height: 450px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_mx17 .td-module-image {
        height: auto;
        margin-bottom: 0;
    }
}

.td_module_mx17 .entry-thumb {
    max-width: none;
    position: absolute;
    margin: 0 auto;
    left: -9999px;
    right: -9999px;
    width: auto;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_module_mx17 .entry-thumb {
        width: 100%;
        left: auto;
        right: auto;
        position: relative;
    }
}

.td_module_mx17 .td-post-category {
    display: inline-block;
    padding: 5px 8px 6px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    background-color: #000;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 1;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx17 .td-post-category {
        padding: 4px 7px;
        font-size: 9px;
        bottom: 15px;
    }
}

.td_module_mx17 .entry-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 10px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx17 .entry-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .td_module_mx17 .entry-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.td_module_mx17 .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
}

.td_module_mx17 .td-module-meta-info {
    position: relative;
}

.td_module_mx17 .td-post-author-name {
    font-size: 13px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx17 .td-post-author-name {
        font-size: 12px;
    }
}

.td_module_mx17 .td-post-author-name:hover {
    color: #4db2ec;
}

.td_module_mx17 .td-post-date {
    font-size: 13px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_mx17 .td-post-date {
        font-size: 12px;
    }
}

.td_module_mx17 .td-module-comments {
    position: absolute;
    bottom: -4px;
    right: 0;
}

/* Remove the bottom padding for latest modules */
@media (min-width: 768px) {
    .td_block_padding .td-block-row:last-child .td_module_wrap {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_padding .td-block-row:last-child > div:last-child .td_module_wrap {
        padding-bottom: 0;
    }
}

.td_block_padding.td-column-1 .td-block-span12:last-child .td_module_wrap {
    padding-bottom: 0;
}

.td_block_padding .td-next-prev-wrap,
.td_block_padding .td-load-more-wrap {
    margin-top: 20px;
}

/* Remove the bottom line for latest modules */
@media (min-width: 768px) {
    .td_block_bot_line .td-block-row:last-child .td_module_wrap {
        margin-bottom: 0;
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_bot_line .td-block-row:last-child > div:last-child .td_module_wrap {
        margin-bottom: 0;
        border-bottom: 0;
    }
}

.td_block_bot_line.td-column-1 .td-block-span12:last-child .td_module_wrap {
    margin-bottom: 0;
    border-bottom: 0;
}

/* Block 1 */
@media (min-width: 767px) {
    .td_block_1 .td-block-row:last-child .td_module_4:last-child {
        padding-bottom: 0;
    }
}

@media (min-width: 767px) {
    .td_block_1.td-column-2 .td-block-row:last-child .td_module_6:last-child,
    .td_block_1.td-column-3 .td-block-row:last-child .td_module_6:last-child {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_1.td-column-2 .td_module_4,
    .td_block_1.td-column-3 .td_module_4 {
        padding-bottom: 21px;
    }
}

.td_block_1.td-column-1 .td_module_4 {
    padding-bottom: 21px;
}

@media (min-width: 768px) {
    .td_block_1.td-column-1 .td-block-span12:last-child .td_module_6 {
        padding-bottom: 0;
    }
}

@media (min-width: 767px) {
    .td_block_1.td-column-1 .td-next-prev-wrap,
    .td_block_1.td-column-1 .td-load-more-wrap {
        margin-top: 25px;
    }

    .td_block_1 .td-block-span4:last-child .td_module_6:last-child,
    .td_block_1 .td-block-span6:last-child .td_module_6:last-child,
    .td_block_1 .td-block-span12:last-child .td_module_6:last-child {
        padding-bottom: 0;
    }
}

/* Block 2 */
.td_block_2 .td_module_2 {
    padding-bottom: 21px;
}

.td_block_2 .td-next-prev-wrap,
.td_block_2 .td-load-more-wrap {
    margin-top: 26px;
}

/* Block 3 */
.td_block_3.td-column-2 .td-next-prev-wrap,
.td_block_3.td-column-3 .td-next-prev-wrap,
.td_block_3.td-column-2 .td-load-more-wrap,
.td_block_3.td-column-3 .td-load-more-wrap {
    margin-top: 13px;
}

/* Block 5 */
.td_block_5.td-column-2 .td-next-prev-wrap,
.td_block_5.td-column-3 .td-next-prev-wrap,
.td_block_5.td-column-2 .td-load-more-wrap,
.td_block_5.td-column-3 .td-load-more-wrap {
    margin-top: 13px;
}

/* Blocks 6 & 9 */
.td_block_6 .block-title,
.td_block_9 .block-title {
    margin-bottom: 21px;
}

/* Block 6 */
@media (min-width: 768px) {
    .td_block_6 .td-block-row:last-child .td_module_wrap {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_6 .td-block-row:last-child > div:last-child .td_module_wrap {
        margin-bottom: 0;
    }
}

.td_block_6.td-column-1 .td-block-span12:last-child .td_module_wrap {
    margin-bottom: 0;
}

/* Blocks 7 & 8 & 11 & 12 */
@media (min-width: 767px) {
    .td_block_7 .td-next-prev-wrap,
    .td_block_8 .td-next-prev-wrap,
    .td_block_11 .td-next-prev-wrap,
    .td_block_12 .td-next-prev-wrap,
    .td_block_7 .td-load-more-wrap,
    .td_block_8 .td-load-more-wrap,
    .td_block_11 .td-load-more-wrap,
    .td_block_12 .td-load-more-wrap {
        margin-top: 26px;
    }
}

/* Blocks 9 & 10 */
@media (min-width: 767px) {
    .td_block_9 .td-next-prev-wrap,
    .td_block_10 .td-next-prev-wrap,
    .td_block_9 .td-load-more-wrap,
    .td_block_10 .td-load-more-wrap {
        margin-top: 25px;
    }
}

/* Blocks 11 & 12 & 13 */
.td_block_11 .td-block-span12:last-child .td_module_wrap,
.td_block_12 .td-block-span12:last-child .td_module_wrap {
    padding-bottom: 0;
}

/* Block 11 */
@media (max-width: 500px) {
    .td_block_11.td-column-1 .td_module_10 {
        padding-bottom: 26px;
    }

    .td_block_11.td-column-1 .td_module_10 .item-details {
        padding-left: 115px;
    }

    .td_block_11.td-column-1 .td_module_10 .entry-title {
        margin-bottom: 5px;
        padding-left: 0;
        min-height: 0;
        font-size: 14px;
        line-height: 20px;
    }
}

/* Block 13 */
.td_block_13 {
    margin-bottom: 40px;
    /* responsive portrait tablet */
}

.td_block_13 .td_block_inner:after {
    content: '';
    clear: both;
    display: table;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_13 {
        margin-bottom: 30px;
    }
}

.td_block_13 .td_module_mx3:last-child .td-module-meta-info {
    border-bottom: 0;
}

.td_block_13.td-column-1 .td-next-prev-wrap,
.td_block_13.td-column-1 .td-load-more-wrap {
    margin-top: 0;
}

.td_block_13.td-column-2 .td_module_wrap:last-child,
.td_block_13.td-column-3 .td_module_wrap:last-child {
    padding-bottom: 0;
}

.td_block_13.td-column-2 .td-next-prev-wrap,
.td_block_13.td-column-3 .td-next-prev-wrap,
.td_block_13.td-column-2 .td-load-more-wrap,
.td_block_13.td-column-3 .td-load-more-wrap {
    margin-top: 40px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_13.td-column-2 .td-next-prev-wrap,
    .td_block_13.td-column-3 .td-next-prev-wrap,
    .td_block_13.td-column-2 .td-load-more-wrap,
    .td_block_13.td-column-3 .td-load-more-wrap {
        margin-top: 30px;
    }
}

.td-pb-span4 .td_block_13 {
    margin-bottom: 22px;
}

/* Block 14 */
.td_block_14 .td_block_inner {
    margin-right: -3px;
}

@media (max-width: 500px) {
    .td_block_14 .td_block_inner {
        margin-right: 0;
    }
}

.td_block_14 .td-block-row {
    margin-left: 0;
    margin-right: 0;
}

.td_block_14 .td-block-row:last-child {
    margin-bottom: 20px;
}

.td_block_14 .td-block-span12:last-child .td_module_mx1 {
    margin-bottom: 0;
}

@media (min-width: 767px) {
    .td_block_14 .td-block-row:last-child .td_module_mx1,
    .td_block_14 .td-block-row:last-child > div:last-child .td_module_mx1 {
        margin-bottom: 0;
    }
}

.td_block_14 .td-block-span6 {
    padding-left: 0;
    padding-right: 3px;
    width: 50%;
}

.td_block_14 .td-block-span4 {
    padding-left: 0;
    padding-right: 3px;
    width: 33.33333333%;
}

@media (min-width: 767px) {
    .td_block_14.td-column-2 .td-next-prev-wrap,
    .td_block_14.td-column-3 .td-next-prev-wrap,
    .td_block_14.td-column-2 .td-load-more-wrap,
    .td_block_14.td-column-3 .td-load-more-wrap {
        margin-top: 26px;
    }
}

@media (max-width: 767px) {
    .td_block_14 .td-block-span12,
    .td_block_14 .td-block-span4 {
        width: 50%;
        float: left;
        padding-right: 3px;
    }

    .td_block_14 .td-block-span12:nth-child(even) {
        margin-right: -3px;
    }
}

@media (max-width: 500px) {
    .td_block_14 .td-block-span12,
    .td_block_14 .td-block-span4,
    .td_block_14 .td-block-span6 {
        width: 100%;
        float: left;
        padding-right: 0;
    }

    .td_block_14 .td-block-span12:nth-child(even) {
        margin-right: 0;
    }
}

.td_block_14 .td-next-prev-wrap,
.td_block_14 .td-load-more-wrap {
    margin-top: 0;
}

/* responsive portrait phone */
@media (max-width: 767px) {
    .td-pb-span12 .td_block_14 .td-block-span4:first-child {
        width: 100%;
    }

    .td-pb-span12 .td_block_14 .td-block-span4:first-child .entry-thumb {
        width: 100%;
    }
}

.td-pb-span4 .td_block_14 {
    margin-bottom: 48px;
}

.td-pb-span4 .td_block_14 .td_block_inner {
    margin-right: 0;
}

@media (max-width: 767px) {
    .td-pb-span4 .td_block_14 .td_block_inner {
        margin-right: -3px;
    }
}

@media (max-width: 500px) {
    .td-pb-span4 .td_block_14 .td_block_inner {
        margin-right: 0;
    }
}

.td-pb-span4 .td_block_14 .td-next-prev-wrap,
.td-pb-span4 .td_block_14 .td-load-more-wrap {
    margin-top: 23px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .td-pb-span4 .td_block_14 .td-next-prev-wrap,
    .td-pb-span4 .td_block_14 .td-load-more-wrap {
        padding-top: 20px;
    }
}

/* Block 15 */
.td_block_15 .td-block-span4 {
    width: 33.33333333%;
    /* responsive small portrait phone */
}

@media (max-width: 500px) {
    .td_block_15 .td-block-span4 {
        width: 100%;
    }
}

.td_block_15 .td-block-row {
    width: auto;
}

.td_block_15 .td-column-3 .td-block-row {
    margin-right: -22px;
    margin-left: 0;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_15 .td-column-3 .td-block-row {
        margin-right: -15px;
    }
}

.td_block_15 .td-column-3 .td-block-row .td-block-span4 {
    padding-right: 22px;
    padding-left: 0;
    width: 20%;
    /* responsive portrait tablet */
    /* responsive small portrait phone */
}

@media (max-width: 1018px) {
    .td_block_15 .td-column-3 .td-block-row .td-block-span4 {
        padding-right: 15px;
        float: left;
    }
}

@media (max-width: 500px) {
    .td_block_15 .td-column-3 .td-block-row .td-block-span4 {
        width: 100%;
    }
}

.td_block_15 .td-column-2 .td-block-row {
    margin-right: -21px;
    margin-left: 0;
    /* responsive portrait tablet */
    /* responsive small portrait phone */
}

@media (max-width: 1018px) {
    .td_block_15 .td-column-2 .td-block-row {
        margin-right: -15px;
    }
}

@media (max-width: 500px) {
    .td_block_15 .td-column-2 .td-block-row {
        margin-right: 0;
    }
}

.td_block_15 .td-column-2 .td-block-row .td-block-span4 {
    padding-right: 21px;
    padding-left: 0;
    /* responsive portrait tablet */
    /* responsive small portrait phone */
}

@media (max-width: 1018px) {
    .td_block_15 .td-column-2 .td-block-row .td-block-span4 {
        padding-right: 15px;
        float: left;
    }
}

@media (max-width: 500px) {
    .td_block_15 .td-column-2 .td-block-row .td-block-span4 {
        padding-right: 0;
    }
}

.td_block_15 .td-column-2 .td_module_mx4 {
    padding-bottom: 21px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_15 .td-column-2 .td_module_mx4 {
        padding-bottom: 0;
    }
}

@media (min-width: 767px) {
    .td_block_15.td-column-3 .td-next-prev-wrap,
    .td_block_15.td-column-3 .td-load-more-wrap {
        margin-top: 36px;
    }
}

.td_block_15 .td-column-1 {
    margin-right: -21px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_15 .td-column-1 {
        margin-right: -15px;
    }
}

.td_block_15 .td-column-1 .td-block-span12 {
    width: 50%;
    padding-right: 21px;
    padding-left: 0;
    float: left;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_15 .td-column-1 .td-block-span12 {
        padding-right: 15px;
    }
}

.td_block_15 .td-column-1 .td-block-span12:nth-of-type(odd) {
    clear: left;
}

@media (min-width: 767px) {
    .td_block_15.td-column-1 .td-next-prev-wrap,
    .td_block_15.td-column-2 .td-next-prev-wrap,
    .td_block_15.td-column-1 .td-load-more-wrap,
    .td_block_15.td-column-2 .td-load-more-wrap {
        margin-top: 21px;
    }
}

.td_block_15.td-column-1 .td-block-span12:last-child .td_module_wrap {
    padding-bottom: 22px;
}

.td_block_15.td-column-1 .td-cust-row:last-child .td_module_mx4 {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .td_block_15.td-column-1 .td_module_mx4 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_15 .td_module_mx4 {
        padding-bottom: 0;
        margin-bottom: 26px;
    }

    .td_block_15 .td-block-row:last-child > div:last-child .td_module_mx4 {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_15 .entry-title {
        font-size: 14px;
    }
}

.td-column-1.td_block_15 {
    overflow: hidden;
    /* tablet + desktop */
}

.td-column-1.td_block_15 .td_block_inner {
    *zoom: 1;
}

.td-column-1.td_block_15 .td_block_inner:before,
.td-column-1.td_block_15 .td_block_inner:after {
    display: table;
    content: "";
    line-height: 0;
}

.td-column-1.td_block_15 .td_block_inner:after {
    clear: both;
}

/* Block 16 */
.td_block_16 .td-column-3 .td-block-row {
    margin-right: -22px;
    margin-left: 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_16 .td-column-3 .td-block-row {
        margin-right: -15px;
    }
}

@media (max-width: 767px) {
    .td_block_16 .td-column-3 .td-block-row {
        margin-right: 0;
    }
}

.td_block_16 .td-column-3 .td-block-row .td-block-span4 {
    width: 20%;
    padding-right: 22px;
    padding-left: 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_16 .td-column-3 .td-block-row .td-block-span4 {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .td_block_16 .td-column-3 .td-block-row .td-block-span4 {
        padding-right: 0;
        float: left;
        width: 100%;
    }
}

.td_block_16 .td-column-3 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_16 .td-column-3 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
        margin-bottom: 0;
    }
}

.td_block_16 .td-column-2 .td-block-row {
    margin-right: -21px;
    margin-left: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_16 .td-column-2 .td-block-row {
        margin-right: 0;
    }
}

.td_block_16 .td-column-2 .td-block-row .td-block-span4 {
    width: 33.33333333%;
    padding-right: 21px;
    padding-left: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_16 .td-column-2 .td-block-row .td-block-span4 {
        width: 100%;
        float: left;
        padding-right: 0;
    }
}

.td_block_16 .td-column-2 .td-block-row:last-child .td_module_mx4 {
    padding-bottom: 26px;
}

@media (max-width: 767px) {
    .td_block_16 .td-column-2 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
        margin-bottom: 0;
    }
}

.td_block_16 .td-column-2 .td_module_mx7 {
    padding-bottom: 26px;
}

@media (min-width: 767px) {
    .td_block_16 .td-next-prev-wrap,
    .td_block_16 .td-load-more-wrap {
        margin-top: 26px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_16 .td-excerpt {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_block_16 .td-excerpt {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_16 .td_module_mx7 {
        padding-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .td_block_16 .td_module_mx7 {
        padding-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .td_block_16 .td_module_mx7 .entry-title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .td_block_16 .td_module_mx7 .td-module-image {
        width: 100px;
        float: left;
        margin-bottom: 26px;
    }
}

@media (max-width: 767px) {
    .td_block_16 .td_module_mx7 .td-module-thumb {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_16 .td_module_mx7 .item-details {
        margin-left: 115px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_16 .td-module-meta-info {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_16 .td-module-meta-info {
        margin-bottom: 0;
    }
}

/* Block 17 */
@media (min-width: 768px) {
    .td_block_17 .td-block-row:last-child .td-block-span4 .td_module_8:last-child,
    .td_block_17 .td-block-row:last-child .td-block-span6 .td_module_8:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_17 .td-block-row:last-child .td-block-span4:last-child .td_module_8:last-child,
    .td_block_17 .td-block-row:last-child .td-block-span6:last-child .td_module_8:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.td_block_17 .td-column-1 .td_module_4 {
    padding-bottom: 25px;
    border-bottom: 1px dashed #F2F2F2;
    margin-bottom: 16px;
}

.td_block_17 .td-column-1 .td-block-span12:last-child .td_module_8 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.td_block_17 .td-column-2 .td-block-row:last-child .td_module_4,
.td_block_17 .td-column-3 .td-block-row:last-child .td_module_4 {
    padding-bottom: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_17 .td-column-2 .td-block-row:last-child .td_module_4,
    .td_block_17 .td-column-3 .td-block-row:last-child .td_module_4 {
        padding-bottom: 16px;
        border-bottom: 1px dashed #F2F2F2;
        margin-bottom: 14px;
    }
}

@media (min-width: 767px) {
    .td_block_17.td-column-1 .td-next-prev-wrap,
    .td_block_17.td-column-1 .td-load-more-wrap {
        margin-top: 30px;
    }
}

/* Block 18 */
.td_block_18 .td-block-span12 {
    width: 100%;
}

.td_block_18 .td_module_wrap:last-child {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .td_block_18 .td_module_mx8 .td-module-thumb {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .td_block_18 .td_module_mx8 .entry-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.td_block_18 .td_module_mx8 .td-module-meta-info {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_18 .td_module_mx8 .td-module-meta-info {
        padding: 0 14px;
    }
}

@media (max-width: 767px) {
    .td_block_18 .td_module_mx2 .item-details {
        padding-top: 0;
        margin-bottom: 26px;
    }
}

@media (max-width: 767px) {
    .td_block_18 .td_module_mx2 .item-details .entry-title {
        margin-bottom: 3px;
    }
}

.td_block_18 .td_module_mx2 .td-module-meta-info {
    margin-bottom: 0;
}

.td_block_18 .td-column-1 .td_module_wrap {
    padding-bottom: 0;
}

.td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
    margin-bottom: 20px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
        margin-bottom: 26px;
    }
}

.td_block_18 .td-column-1 .td_module_mx8 .entry-title {
    font-size: 18px;
    line-height: 24px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_18 .td-column-1 .td_module_mx8 .entry-title {
        font-size: 15px;
        line-height: 19px;
    }
}

.td_block_18 .td-column-1 .td_module_mx8 .td-module-meta-info {
    padding: 0 14px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_18 .td-column-1 .td_module_mx8 .td-post-category {
        display: none;
    }
}

.td_block_18 .td-column-1 .td_module_mx2:last-child .item-details {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_18 .td-column-2 .td_module_mx8 {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .td_block_18 .td-column-2 .td_module_mx8 {
        padding-bottom: 6px;
    }
}

.td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info {
    bottom: 20px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info {
        bottom: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_18 .td-column-2 .td_module_10 {
        padding-bottom: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_18 .td-column-2 .td_module_10 .td-excerpt {
        margin-top: 3px;
    }
}

@media (max-width: 767px) {
    .td_block_18 .td-column-2 .td_module_10 .td-module-meta-info {
        margin-bottom: 0;
    }
}

.td_block_18 .td-column-3 .td_module_mx8 .entry-thumb {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_18 .td-column-3 .td_module_mx8 {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .td_block_18 .td-column-3 .td_module_mx8 {
        padding-bottom: 6px;
    }
}

.td_block_18 .td-column-3 .td_module_mx8 .td-module-meta-info {
    bottom: 20px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_18 .td-column-3 .td_module_mx8 .td-module-meta-info {
        bottom: 14px;
    }
}

@media (min-width: 767px) {
    .td_block_18.td-column-2 .td-next-prev-wrap,
    .td_block_18.td-column-3 .td-next-prev-wrap,
    .td_block_18.td-column-2 .td-load-more-wrap,
    .td_block_18.td-column-3 .td-load-more-wrap {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_18 .td_module_10 {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_18 .td_module_10 .td-excerpt {
        margin-top: 3px;
    }
}

@media (max-width: 767px) {
    .td_block_18 .td_module_10 .td-module-meta-info {
        margin-bottom: 0;
    }
}

/* Block 19 */
.td_block_19 .td_module_mx1 {
    margin-bottom: 26px;
}

@media (max-width: 767px) {
    .td_block_19 .td_module_mx2 .item-details {
        padding-top: 0;
        margin-bottom: 26px;
    }
}

@media (max-width: 767px) {
    .td_block_19 .td_module_mx2 .item-details .entry-title {
        margin-bottom: 3px;
    }
}

.td_block_19 .td_module_mx2 .td-module-meta-info {
    margin-bottom: 0;
}

.td_block_19 .td-block-row {
    margin-right: -15px;
    margin-left: -15px;
}

.td_block_19 .td-block-span6,
.td_block_19 .td-block-span4 {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_19 .td-block-row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .td_block_19 .td-block-span6,
    .td_block_19 .td-block-span4 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .td_block_19 .td-block-row {
        margin: 0;
    }

    .td_block_19 .td-block-span6,
    .td_block_19 .td-block-span4 {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx1,
    .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx2,
    .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx2 .item-details {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx1,
    .td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx2,
    .td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx2 .item-details {
        margin-bottom: 0;
    }
}

.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx1,
.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx2,
.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx2 .item-details {
    margin-bottom: 0;
}

.td_block_19 .td-next-prev-wrap,
.td_block_19 .td-load-more-wrap {
    margin-top: 20px;
}

/* Block 20 */
.td_block_20 .td-module-meta-info {
    margin-left: 0;
}

.td_block_20 .td-post-author-name,
.td_block_20 .td-post-date {
    margin-left: 0;
    line-height: 17px;
    vertical-align: top;
    top: -1px;
}

.td_block_20 .td-module-comments {
    margin-right: 0;
    position: absolute;
    right: 20px;
    bottom: 12px;
}

.td_block_20 .td_module_14 .td-module-thumb {
    margin-bottom: 12px;
}

.td_block_20 .td_module_14 .td-module-meta-holder {
    padding: 14px 20px 12px 20px;
}

@media (max-width: 500px) {
    .td_block_20 .td_module_14 .td-module-meta-holder {
        padding: 10px 10px 12px 10px;
    }
}

.td_block_20 .td_module_14 .td-module-meta-info {
    bottom: 0;
    padding: 0;
    width: 90%;
}

.td_block_20 .td_module_14 .td-excerpt {
    padding: 0 10px 0 20px;
    width: 90%;
}

@media (max-width: 500px) {
    .td_block_20 .td_module_14 .td-excerpt {
        padding-left: 10px;
    }
}

.td_block_20 .td_module_14 .entry-title {
    bottom: auto;
}

@media (max-width: 500px) {
    .td_block_20 .td_module_14 .entry-title {
        margin-right: 0;
        margin-left: 0;
    }
}

.td_block_20 .td_module_14 .entry-title:after {
    display: none;
}

.td_block_20 .td_module_14:last-child {
    padding-bottom: 0;
}

.td_block_20 .td_module_mx3 {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #ededed;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_20 .td_module_mx3 {
        width: 100%;
    }

    .td_block_20 .td_module_mx3:nth-child(even) {
        margin-left: 0;
    }
}

.td_block_20 .td_module_mx3:last-child {
    border-bottom: 0;
}

.td_block_20 .td_module_mx3 .td-module-meta-info {
    bottom: 25px;
    border-bottom: 0;
    margin: 0;
    width: 90%;
    padding: 14px 16px 12px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_20 .td_module_mx3 .td-module-meta-info {
        padding: 6px 0 0;
    }
}

@media (max-width: 500px) {
    .td_block_20 .td_module_mx3 .td-module-meta-info {
        padding: 10px 20px 12px 10px;
    }
}

.td_block_20 .td_module_mx3 .td-post-author-name,
.td_block_20 .td_module_mx3 .td-post-date,
.td_block_20 .td_module_mx3 .td-module-comments {
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_20 .td_module_mx3 .td-post-author-name,
    .td_block_20 .td_module_mx3 .td-post-date,
    .td_block_20 .td_module_mx3 .td-module-comments {
        display: none;
    }
}

.td_block_20 .td_module_mx3 .entry-title {
    font-weight: 500;
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_20 .td_module_mx3 .entry-title {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_20 .td_module_mx3 .entry-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 500px) {
    .td_block_20 .td_module_mx3 .entry-title {
        font-size: 18px;
        line-height: 26px;
        margin-right: 0;
        margin-left: 0;
    }
}

.td_block_20 .td_module_mx3 .td-module-thumb {
    margin-bottom: 0;
}

.td_block_20 .td-video-play-ico {
    top: 24px;
    right: 24px;
    left: auto;
    transform: none;
    -webkit-transform: none;
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.td_block_20 .td-next-prev-wrap,
.td_block_20 .td-load-more-wrap {
    margin-top: 40px;
}

@media (max-width: 500px) {
    .td_block_20 .td-next-prev-wrap,
    .td_block_20 .td-load-more-wrap {
        margin-bottom: 0;
    }
}

.td_block_20.td-column-1 .td_module_mx3:last-child {
    margin-bottom: 0;
}

.td_block_20.td-column-1 .td-next-prev-wrap,
.td_block_20.td-column-1 .td-load-more-wrap {
    margin-top: 1px;
}

.td_block_20 .td_module_wrap:last-child {
    margin-bottom: 0;
}

.td_block_20 .td_block_inner:after {
    content: '';
    clear: both;
    display: table;
}

/* Block 21 */
.td_block_21 .td_module_16 .td-module-meta-info {
    margin-bottom: 0;
}

.td_block_21.td-column-1 .td-module-thumb {
    width: 100px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_21.td-column-1 .td-module-thumb {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .td_block_21.td-column-1 .td-module-thumb {
        width: 80px;
    }
}

.td_block_21.td-column-1 .item-details {
    margin-left: 115px;
    min-height: 100px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_21.td-column-1 .item-details {
        margin-left: 60px;
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    .td_block_21.td-column-1 .item-details {
        margin-left: 95px;
        min-height: 80px;
    }
}

.td_block_21.td-column-1 .entry-title {
    font-size: 17px;
    line-height: 23px;
    min-height: 0;
    padding-left: 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_21.td-column-1 .entry-title {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 767px) {
    .td_block_21.td-column-1 .entry-title {
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
    }
}

@media (max-width: 500px) {
    .td_block_21.td-column-1 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }
}

.td_block_21.td-column-1 .td-excerpt {
    display: none;
}

.td_block_21.td-column-1 .td_module_16 {
    padding-bottom: 19px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_21.td-column-1 .td-post-author-name {
        display: none;
    }
}

@media (min-width: 767px) {
    .td_block_21.td-column-1 .td-next-prev-wrap,
    .td_block_21.td-column-1 .td-load-more-wrap {
        margin-top: 26px;
    }
}

@media (min-width: 767px) {
    .td_block_21.td-column-2 .td-next-prev-wrap,
    .td_block_21.td-column-3 .td-next-prev-wrap,
    .td_block_21.td-column-2 .td-load-more-wrap,
    .td_block_21.td-column-3 .td-load-more-wrap {
        margin-top: 30px;
    }
}

.td_block_21 .td_module_wrap:last-child {
    padding-bottom: 0;
}

/* Block 22 */
.td_block_22 .td-column-1 .entry-title {
    font-size: 26px;
    line-height: 30px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_22 .td-column-1 .entry-title {
        font-size: 21px;
        line-height: 28px;
    }
}

.td_block_22 .td-column-1 .td-excerpt {
    font-size: 15px;
    line-height: 26px;
    margin-top: 19px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_22 .td-column-1 .td-excerpt {
        font-size: 13px;
        line-height: 22px;
        margin-top: 15px;
    }
}

.td_block_22 .td-column-1 .td-read-more {
    margin-top: 15px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_22 .td-column-1 .td-read-more {
        margin-top: 8px;
    }
}

.td_block_22 .td-column-1 .td_module_wrap {
    padding-bottom: 20px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_22 .td-column-1 .td_module_wrap {
        padding-bottom: 10px;
    }
}

.td_block_22 .td-column-1 .td-module-meta-holder {
    height: 41px;
    padding: 12px 12px 12px 15px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_22 .td-column-1 .td-module-meta-holder {
        height: 33px;
        padding: 8px 12px 8px 10px;
        font-size: 11px;
    }
}

.td_block_22 .td-column-3 .entry-title {
    font-size: 34px;
    line-height: 44px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_22 .td-column-3 .entry-title {
        font-size: 21px;
        line-height: 28px;
    }
}

.td_block_22.td_with_ajax_pagination .td-module-image {
    margin: 0;
}

.td_block_22 .td_module_wrap:last-child {
    padding-bottom: 0;
}

.td_block_22 .td_module_wrap:last-child .td-read-more {
    margin-bottom: 0;
}

/* Block 23 */
@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_23 .td-column-1 .entry-title {
        font-size: 19px;
        line-height: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_23 .td-column-1 .td-post-author-name {
        display: none;
    }
}

.td_block_23 .td_module_wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.td_block_23 .td_module_wrap:last-child .meta-info-container {
    padding-bottom: 0;
    border-bottom: none;
}

.td_block_23 .td_module_wrap:last-child .td-read-more {
    margin-bottom: 0;
}

.td_block_23 .td-column-3 .entry-title {
    font-size: 34px;
    line-height: 44px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_23 .td-column-3 .entry-title {
        font-size: 22px;
        line-height: 28px;
    }
}

/* Block 24 */
.td_block_24 .td_module_wrap:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.td_block_24 .td-read-more {
    margin-bottom: 0;
}

.td_block_24 .td-column-3 .td-module-thumb {
    width: 534px;
    height: 350px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_24 .td-column-3 .td-module-thumb {
        width: 400px;
        height: 320px;
    }
}

@media (max-width: 767px) {
    .td_block_24 .td-column-3 .td-module-thumb {
        width: 100px;
        height: 120px;
    }
}

.td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
    height: auto;
    width: 100%;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
        height: 100%;
        width: auto;
    }
}

.td_block_24 .td-column-3 .td-item-details {
    min-height: 350px;
    margin-left: 564px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_24 .td-column-3 .td-item-details {
        min-height: 330px;
        margin-left: 430px;
    }
}

@media (max-width: 767px) {
    .td_block_24 .td-column-3 .td-item-details {
        min-height: 120px;
        margin-left: 115px;
    }
}

/* Block 25 */
@media (min-width: 768px) {
    .td_block_25 .td-block-row:last-child > div .td_module_wrap:last-child {
        padding-bottom: 0;
    }

    .td_block_25.td-column-1 .td-block-span12:last-child .td_module_wrap {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_25.td-column-3 .td-block-span4:last-child .td_module_wrap:last-child {
        padding-bottom: 0;
    }

    .td_block_25.td-column-2 .td-block-span6:last-child .td_module_wrap:last-child {
        padding-bottom: 0;
    }

    .td_block_25.td-column-1 .td-block-span12:last-child .td_module_wrap {
        padding-bottom: 0;
    }
}

/* Homepage Post */
@media (min-width: 768px) and (max-width: 1018px) {
    .homepage-post .td-post-template-7 .td-post-header header .entry-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .homepage-post .td-post-template-7 .td-post-header header .entry-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 7px;
    }
}

.td-homepage-post .entry-title {
    margin-top: 0;
}

.td-main-page-wrap .td-container > .td-pb-row:first-child .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child {
    position: relative;
    margin: -24px 0 24px;
    z-index: 1;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-main-page-wrap .td-container > .td-pb-row:first-child .td_block_trending_now:first-child,
    .td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td_block_trending_now:first-child,
    .td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td_block_trending_now:first-child,
    .td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child,
    .td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td_block_trending_now:first-child,
    .td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child {
        margin-bottom: 0;
        padding: 4px 0 12px;
    }
}

@media (max-width: 767px) {
    .td-main-page-wrap .td-container > .td-pb-row:first-child .td-trending-style2:first-child,
    .td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td-trending-style2:first-child,
    .td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td-trending-style2:first-child,
    .td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child,
    .td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td-trending-style2:first-child,
    .td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child {
        padding: 12px 2px !important;
        margin-bottom: 7px;
    }
}

.td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type,
.td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type {
    position: relative;
    margin: -24px 0 24px;
    z-index: 1;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type,
    .td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type {
        margin-bottom: 0;
        padding: 4px 0 12px;
    }
}

@media (max-width: 767px) {
    .td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2,
    .td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2 {
        padding: 12px 2px !important;
        margin-bottom: 7px;
    }
}

a[href^="tel"] {
    color: inherit;
}

.td-mx-13 .entry-title {
    font-size: 13px;
    line-height: 18px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-mx-13 .entry-title {
        font-size: 12px !important;
        line-height: 15px !important;
    }
}

@media (max-width: 767px) {
    .td-mx-13 .entry-title {
        font-size: 13px !important;
        line-height: 18px !important;
    }
}

.td-mx-13 .td-post-category {
    margin-bottom: 11px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-mx-13 .td-post-category {
        margin-bottom: 9px;
    }
}

@media (max-width: 767px) {
    .td-mx-13 .td-post-category {
        margin-bottom: 10px;
    }
}

.td-mx-13 .td-module-meta-info {
    margin-top: 6px;
}

.td-mx-13 .td-meta-info-container {
    padding: 0 15px 15px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-mx-13 .td-meta-info-container {
        padding: 0 13px 10px;
    }
}

@media (max-width: 767px) {
    .td-mx-13 .td-meta-info-container {
        padding: 0 10px 11px;
    }
}

.td-grid-style-2 .td-mx-13 .td-meta-info-container,
.td-grid-style-3 .td-mx-13 .td-meta-info-container,
.td-grid-style-7 .td-mx-13 .td-meta-info-container {
    padding: 0 !important;
}

.td-grid-style-2 .td-mx-13 .td-big-grid-meta,
.td-grid-style-3 .td-mx-13 .td-big-grid-meta,
.td-grid-style-7 .td-mx-13 .td-big-grid-meta,
.td-grid-style-2 .td-mx-13 .td-module-meta-info,
.td-grid-style-3 .td-mx-13 .td-module-meta-info,
.td-grid-style-7 .td-mx-13 .td-module-meta-info {
    width: 100%;
}

.td-grid-style-2 .td-mx-13 .td-big-grid-meta,
.td-grid-style-3 .td-mx-13 .td-big-grid-meta,
.td-grid-style-7 .td-mx-13 .td-big-grid-meta {
    padding: 15px 15px 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-2 .td-mx-13 .td-big-grid-meta,
    .td-grid-style-3 .td-mx-13 .td-big-grid-meta,
    .td-grid-style-7 .td-mx-13 .td-big-grid-meta {
        padding: 13px 13px 0;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-mx-13 .td-big-grid-meta,
    .td-grid-style-3 .td-mx-13 .td-big-grid-meta,
    .td-grid-style-7 .td-mx-13 .td-big-grid-meta {
        padding: 10px 10px 0;
    }
}

.td-grid-style-2 .td-mx-13 .td-module-meta-info,
.td-grid-style-3 .td-mx-13 .td-module-meta-info,
.td-grid-style-7 .td-mx-13 .td-module-meta-info {
    padding: 0 15px 15px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-2 .td-mx-13 .td-module-meta-info,
    .td-grid-style-3 .td-mx-13 .td-module-meta-info,
    .td-grid-style-7 .td-mx-13 .td-module-meta-info {
        padding: 0 13px 13px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-mx-13 .td-module-meta-info,
    .td-grid-style-3 .td-mx-13 .td-module-meta-info,
    .td-grid-style-7 .td-mx-13 .td-module-meta-info {
        padding: 0 10px 10px;
    }
}

.td-grid-style-4 .td-mx-13 .entry-title {
    padding: 1px 5px 2px;
}

.td-grid-style-4 .td-mx-13 .td-meta-info-container {
    width: 100%;
}

.td-grid-style-5 .td-mx-13 .td-meta-info-container,
.td-grid-style-6 .td-mx-13 .td-meta-info-container {
    padding: 15px !important;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-5 .td-mx-13 .td-meta-info-container,
    .td-grid-style-6 .td-mx-13 .td-meta-info-container {
        padding: 13px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-5 .td-mx-13 .td-meta-info-container,
    .td-grid-style-6 .td-mx-13 .td-meta-info-container {
        padding: 10px !important;
    }
}

.td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
    bottom: 13px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
        bottom: 11px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
        bottom: 8px;
    }
}

.td-mx-15 .entry-title {
    font-size: 15px;
    line-height: 20px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-mx-15 .entry-title {
        font-size: 13px !important;
        line-height: 18px !important;
    }
}

.td-mx-15 .td-post-category {
    margin-bottom: 10px;
}

.td-mx-15 .td-module-meta-info {
    margin-top: 6px;
}

.td-mx-15 .td-meta-info-container {
    padding: 0 10px 18px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-mx-15 .td-meta-info-container {
        padding-bottom: 11px;
    }
}

.td-grid-style-2 .td-mx-15 .td-meta-info-container,
.td-grid-style-3 .td-mx-15 .td-meta-info-container,
.td-grid-style-7 .td-mx-15 .td-meta-info-container {
    padding: 0 !important;
}

.td-grid-style-2 .td-mx-15 .td-big-grid-meta,
.td-grid-style-3 .td-mx-15 .td-big-grid-meta,
.td-grid-style-7 .td-mx-15 .td-big-grid-meta,
.td-grid-style-2 .td-mx-15 .td-module-meta-info,
.td-grid-style-3 .td-mx-15 .td-module-meta-info,
.td-grid-style-7 .td-mx-15 .td-module-meta-info {
    width: 100%;
}

.td-grid-style-2 .td-mx-15 .td-big-grid-meta,
.td-grid-style-3 .td-mx-15 .td-big-grid-meta,
.td-grid-style-7 .td-mx-15 .td-big-grid-meta {
    padding: 18px 10px 0;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-grid-style-2 .td-mx-15 .td-big-grid-meta,
    .td-grid-style-3 .td-mx-15 .td-big-grid-meta,
    .td-grid-style-7 .td-mx-15 .td-big-grid-meta {
        padding: 11px 11px 0;
    }
}

.td-grid-style-2 .td-mx-15 .td-module-meta-info,
.td-grid-style-3 .td-mx-15 .td-module-meta-info,
.td-grid-style-7 .td-mx-15 .td-module-meta-info {
    padding: 0 10px 18px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-grid-style-2 .td-mx-15 .td-module-meta-info,
    .td-grid-style-3 .td-mx-15 .td-module-meta-info,
    .td-grid-style-7 .td-mx-15 .td-module-meta-info {
        padding: 0 11px 11px;
    }
}

.td-grid-style-4 .td-mx-15 .entry-title {
    padding: 2px 6px 3px;
}

.td-grid-style-4 .td-mx-15 .td-meta-info-container {
    width: 100%;
}

.td-grid-style-5 .td-mx-15 .td-meta-info-container,
.td-grid-style-6 .td-mx-15 .td-meta-info-container {
    padding: 18px !important;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-grid-style-5 .td-mx-15 .td-meta-info-container,
    .td-grid-style-6 .td-mx-15 .td-meta-info-container {
        padding: 11px !important;
    }
}

.td-grid-style-7 .td-mx-15.td-big-grid-post .td-post-category {
    bottom: 14px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-grid-style-7 .td-mx-15.td-big-grid-post .td-post-category {
        bottom: 9px !important;
    }
}

.td-mx-17 .entry-title {
    font-size: 17px;
    line-height: 22px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-mx-17 .entry-title {
        font-size: 15px !important;
        line-height: 20px !important;
    }
}

.td-mx-17 .td-post-category {
    margin-bottom: 11px;
}

.td-mx-17 .td-module-meta-info {
    margin-top: 7px;
}

.td-mx-17 .td-meta-info-container {
    padding: 0 10px 18px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-mx-17 .td-meta-info-container {
        padding: 0 14px 10px;
    }
}

@media (max-width: 767px) {
    .td-mx-17 .td-meta-info-container {
        padding: 0 10px 11px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-1 .td-mx-17 .td-module-meta-info {
        margin-bottom: 8px;
    }
}

.td-grid-style-2 .td-mx-17 .td-meta-info-container,
.td-grid-style-3 .td-mx-17 .td-meta-info-container,
.td-grid-style-7 .td-mx-17 .td-meta-info-container {
    padding: 0 !important;
}

.td-grid-style-2 .td-mx-17 .td-big-grid-meta,
.td-grid-style-3 .td-mx-17 .td-big-grid-meta,
.td-grid-style-7 .td-mx-17 .td-big-grid-meta,
.td-grid-style-2 .td-mx-17 .td-module-meta-info,
.td-grid-style-3 .td-mx-17 .td-module-meta-info,
.td-grid-style-7 .td-mx-17 .td-module-meta-info {
    width: 100%;
}

.td-grid-style-2 .td-mx-17 .td-big-grid-meta,
.td-grid-style-3 .td-mx-17 .td-big-grid-meta,
.td-grid-style-7 .td-mx-17 .td-big-grid-meta {
    padding: 18px 10px 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-2 .td-mx-17 .td-big-grid-meta,
    .td-grid-style-3 .td-mx-17 .td-big-grid-meta,
    .td-grid-style-7 .td-mx-17 .td-big-grid-meta {
        padding: 10px 14px 0;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-mx-17 .td-big-grid-meta,
    .td-grid-style-3 .td-mx-17 .td-big-grid-meta,
    .td-grid-style-7 .td-mx-17 .td-big-grid-meta {
        padding: 11px 10px 0;
    }
}

.td-grid-style-2 .td-mx-17 .td-module-meta-info,
.td-grid-style-3 .td-mx-17 .td-module-meta-info,
.td-grid-style-7 .td-mx-17 .td-module-meta-info {
    padding: 0 10px 18px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-2 .td-mx-17 .td-module-meta-info,
    .td-grid-style-3 .td-mx-17 .td-module-meta-info,
    .td-grid-style-7 .td-mx-17 .td-module-meta-info {
        padding: 0 14px 10px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-mx-17 .td-module-meta-info,
    .td-grid-style-3 .td-mx-17 .td-module-meta-info,
    .td-grid-style-7 .td-mx-17 .td-module-meta-info {
        padding: 0 10px 11px;
    }
}

.td-grid-style-4 .td-mx-17 .entry-title {
    padding: 2px 6px 3px;
}

.td-grid-style-4 .td-mx-17 .td-meta-info-container {
    width: 100%;
}

.td-grid-style-5 .td-mx-17 .td-meta-info-container,
.td-grid-style-6 .td-mx-17 .td-meta-info-container {
    padding: 18px !important;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-5 .td-mx-17 .td-meta-info-container,
    .td-grid-style-6 .td-mx-17 .td-meta-info-container {
        padding: 10px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-5 .td-mx-17 .td-meta-info-container,
    .td-grid-style-6 .td-mx-17 .td-meta-info-container {
        padding: 11px !important;
    }
}

.td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
    bottom: 16px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
        bottom: 8px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
        bottom: 9px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-big-grid-scroll .td-mx-17 .td-big-grid-meta {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.td-mx-19 .entry-title {
    font-size: 19px;
    line-height: 24px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-mx-19 .entry-title {
        font-size: 17px !important;
        line-height: 22px !important;
    }
}

@media (max-width: 767px) {
    .td-mx-19 .entry-title {
        font-size: 19px !important;
        line-height: 24px !important;
    }
}

.td-mx-19 .td-post-category {
    margin-bottom: 10px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-mx-19 .td-post-category {
        margin-bottom: 12px;
    }
}

.td-mx-19 .td-module-meta-info {
    margin-top: 8px;
}

.td-mx-19 .td-meta-info-container {
    padding: 0 20px 18px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-mx-19 .td-meta-info-container {
        padding: 0 15px 10px;
    }
}

@media (max-width: 767px) {
    .td-mx-19 .td-meta-info-container {
        padding: 0 13px 14px;
    }
}

.td-grid-style-2 .td-mx-19 .td-meta-info-container,
.td-grid-style-3 .td-mx-19 .td-meta-info-container,
.td-grid-style-7 .td-mx-19 .td-meta-info-container {
    padding: 0 !important;
}

.td-grid-style-2 .td-mx-19 .td-big-grid-meta,
.td-grid-style-3 .td-mx-19 .td-big-grid-meta,
.td-grid-style-7 .td-mx-19 .td-big-grid-meta,
.td-grid-style-2 .td-mx-19 .td-module-meta-info,
.td-grid-style-3 .td-mx-19 .td-module-meta-info,
.td-grid-style-7 .td-mx-19 .td-module-meta-info {
    width: 100%;
}

.td-grid-style-2 .td-mx-19 .td-big-grid-meta,
.td-grid-style-3 .td-mx-19 .td-big-grid-meta,
.td-grid-style-7 .td-mx-19 .td-big-grid-meta {
    padding: 20px 20px 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-2 .td-mx-19 .td-big-grid-meta,
    .td-grid-style-3 .td-mx-19 .td-big-grid-meta,
    .td-grid-style-7 .td-mx-19 .td-big-grid-meta {
        padding: 15px 15px 0;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-mx-19 .td-big-grid-meta,
    .td-grid-style-3 .td-mx-19 .td-big-grid-meta,
    .td-grid-style-7 .td-mx-19 .td-big-grid-meta {
        padding: 13px 13px 0;
    }
}

.td-grid-style-2 .td-mx-19 .td-module-meta-info,
.td-grid-style-3 .td-mx-19 .td-module-meta-info,
.td-grid-style-7 .td-mx-19 .td-module-meta-info {
    padding: 0 20px 20px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-2 .td-mx-19 .td-module-meta-info,
    .td-grid-style-3 .td-mx-19 .td-module-meta-info,
    .td-grid-style-7 .td-mx-19 .td-module-meta-info {
        padding: 0 15px 15px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-mx-19 .td-module-meta-info,
    .td-grid-style-3 .td-mx-19 .td-module-meta-info,
    .td-grid-style-7 .td-mx-19 .td-module-meta-info {
        padding: 0 13px 13px;
    }
}

.td-grid-style-4 .td-mx-19 .entry-title {
    padding: 2px 6px 3px;
}

.td-grid-style-4 .td-mx-19 .td-meta-info-container {
    width: 100%;
}

.td-grid-style-5 .td-mx-19 .td-meta-info-container,
.td-grid-style-6 .td-mx-19 .td-meta-info-container {
    padding: 20px !important;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-5 .td-mx-19 .td-meta-info-container,
    .td-grid-style-6 .td-mx-19 .td-meta-info-container {
        padding: 15px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-5 .td-mx-19 .td-meta-info-container,
    .td-grid-style-6 .td-mx-19 .td-meta-info-container {
        padding: 13px !important;
    }
}

.td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
    bottom: 16px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
        bottom: 12px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
        bottom: 10px;
    }
}

.td-mx-23 .entry-title {
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-mx-23 .entry-title {
        font-size: 19px !important;
        line-height: 24px !important;
    }
}

.td-mx-23 .td-post-category {
    margin-bottom: 14px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-mx-23 .td-post-category {
        margin-bottom: 10px;
    }
}

.td-mx-23 .td-module-meta-info {
    margin-top: 8px;
}

.td-mx-23 .td-meta-info-container {
    padding: 0 8% 20px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-mx-23 .td-meta-info-container {
        padding: 0 4% 20px;
    }
}

@media (max-width: 767px) {
    .td-mx-23 .td-meta-info-container {
        padding: 0 15px 14px;
    }
}

.td-grid-style-2 .td-mx-23 .td-meta-info-container,
.td-grid-style-3 .td-mx-23 .td-meta-info-container,
.td-grid-style-7 .td-mx-23 .td-meta-info-container {
    padding: 0 !important;
}

.td-grid-style-2 .td-mx-23 .td-big-grid-meta,
.td-grid-style-3 .td-mx-23 .td-big-grid-meta,
.td-grid-style-7 .td-mx-23 .td-big-grid-meta,
.td-grid-style-2 .td-mx-23 .td-module-meta-info,
.td-grid-style-3 .td-mx-23 .td-module-meta-info,
.td-grid-style-7 .td-mx-23 .td-module-meta-info {
    width: 100%;
}

.td-grid-style-2 .td-mx-23 .td-big-grid-meta,
.td-grid-style-3 .td-mx-23 .td-big-grid-meta,
.td-grid-style-7 .td-mx-23 .td-big-grid-meta {
    padding: 20px 8% 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-2 .td-mx-23 .td-big-grid-meta,
    .td-grid-style-3 .td-mx-23 .td-big-grid-meta,
    .td-grid-style-7 .td-mx-23 .td-big-grid-meta {
        padding: 20px 4% 0;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-mx-23 .td-big-grid-meta,
    .td-grid-style-3 .td-mx-23 .td-big-grid-meta,
    .td-grid-style-7 .td-mx-23 .td-big-grid-meta {
        padding: 15px 15px 0;
    }
}

.td-grid-style-2 .td-mx-23 .td-module-meta-info,
.td-grid-style-3 .td-mx-23 .td-module-meta-info,
.td-grid-style-7 .td-mx-23 .td-module-meta-info {
    padding: 0 8% 20px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-2 .td-mx-23 .td-module-meta-info,
    .td-grid-style-3 .td-mx-23 .td-module-meta-info,
    .td-grid-style-7 .td-mx-23 .td-module-meta-info {
        padding: 0 4% 20px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-mx-23 .td-module-meta-info,
    .td-grid-style-3 .td-mx-23 .td-module-meta-info,
    .td-grid-style-7 .td-mx-23 .td-module-meta-info {
        padding: 0 15px 15px;
    }
}

.td-grid-style-4 .td-mx-23 .entry-title {
    padding: 2px 6px 4px;
}

.td-grid-style-4 .td-mx-23 .td-meta-info-container {
    width: auto;
    max-width: 80%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-4 .td-mx-23 .td-meta-info-container {
        width: 100%;
        max-width: 100%;
    }
}

.td-grid-style-5 .td-mx-23 .td-meta-info-container,
.td-grid-style-6 .td-mx-23 .td-meta-info-container {
    padding: 20px !important;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-5 .td-mx-23 .td-meta-info-container,
    .td-grid-style-6 .td-mx-23 .td-meta-info-container {
        padding: 20px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-5 .td-mx-23 .td-meta-info-container,
    .td-grid-style-6 .td-mx-23 .td-meta-info-container {
        padding: 15px !important;
    }
}

.td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
    bottom: 16px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
        bottom: 16px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
        bottom: 12px;
    }
}

.td-mx-28 .entry-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-mx-28 .entry-title {
        font-size: 22px !important;
        line-height: 29px !important;
    }
}

@media (max-width: 767px) {
    .td-mx-28 .entry-title {
        font-size: 19px !important;
        line-height: 24px !important;
    }
}

.td-mx-28 .td-post-category {
    margin-bottom: 14px;
    /* phone + tablet */
}

@media (max-width: 1018px) {
    .td-mx-28 .td-post-category {
        margin-bottom: 11px;
    }
}

.td-mx-28 .td-module-meta-info {
    margin-top: 12px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-mx-28 .td-module-meta-info {
        margin-top: 7px;
    }
}

.td-mx-28 .td-meta-info-container {
    padding: 0 10px 28px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-mx-28 .td-meta-info-container {
        padding: 0 14px 20px;
    }
}

@media (max-width: 767px) {
    .td-mx-28 .td-meta-info-container {
        padding: 0 10px 14px;
    }
}

.td-grid-style-2 .td-mx-28 .td-meta-info-container,
.td-grid-style-3 .td-mx-28 .td-meta-info-container,
.td-grid-style-7 .td-mx-28 .td-meta-info-container {
    padding: 0 !important;
}

.td-grid-style-2 .td-mx-28 .td-big-grid-meta,
.td-grid-style-3 .td-mx-28 .td-big-grid-meta,
.td-grid-style-7 .td-mx-28 .td-big-grid-meta,
.td-grid-style-2 .td-mx-28 .td-module-meta-info,
.td-grid-style-3 .td-mx-28 .td-module-meta-info,
.td-grid-style-7 .td-mx-28 .td-module-meta-info {
    width: 100%;
}

.td-grid-style-2 .td-mx-28 .td-big-grid-meta,
.td-grid-style-3 .td-mx-28 .td-big-grid-meta,
.td-grid-style-7 .td-mx-28 .td-big-grid-meta {
    padding: 28px 10px 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-2 .td-mx-28 .td-big-grid-meta,
    .td-grid-style-3 .td-mx-28 .td-big-grid-meta,
    .td-grid-style-7 .td-mx-28 .td-big-grid-meta {
        padding: 20px 14px 0;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-mx-28 .td-big-grid-meta,
    .td-grid-style-3 .td-mx-28 .td-big-grid-meta,
    .td-grid-style-7 .td-mx-28 .td-big-grid-meta {
        padding: 14px 10px 0;
    }
}

.td-grid-style-2 .td-mx-28 .td-module-meta-info,
.td-grid-style-3 .td-mx-28 .td-module-meta-info,
.td-grid-style-7 .td-mx-28 .td-module-meta-info {
    padding: 0 10px 28px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-2 .td-mx-28 .td-module-meta-info,
    .td-grid-style-3 .td-mx-28 .td-module-meta-info,
    .td-grid-style-7 .td-mx-28 .td-module-meta-info {
        padding: 0 14px 20px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-mx-28 .td-module-meta-info,
    .td-grid-style-3 .td-mx-28 .td-module-meta-info,
    .td-grid-style-7 .td-mx-28 .td-module-meta-info {
        padding: 0 10px 14px;
    }
}

.td-grid-style-4 .td-mx-28 .entry-title {
    padding: 3px 8px 6px;
}

.td-grid-style-4 .td-mx-28 .td-meta-info-container {
    width: auto;
    max-width: 70%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-4 .td-mx-28 .td-meta-info-container {
        width: 100%;
        max-width: none;
    }
}

.td-grid-style-5 .td-mx-28 .td-meta-info-container,
.td-grid-style-6 .td-mx-28 .td-meta-info-container {
    padding: 28px !important;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-5 .td-mx-28 .td-meta-info-container,
    .td-grid-style-6 .td-mx-28 .td-meta-info-container {
        padding: 20px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-5 .td-mx-28 .td-meta-info-container,
    .td-grid-style-6 .td-mx-28 .td-meta-info-container {
        padding: 14px !important;
    }
}

.td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
    bottom: 24px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
        bottom: 16px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
        bottom: 12px;
    }
}

/* Big grid styles */
.td-hover-1 .td-big-grid-wrapper .entry-thumb {
    transition-timing-function: ease !important;
}

/* Colored gradients */
.td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #4db2ec;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
    background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
    background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}

.td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.td-grid-style-2 .td-big-grid-post-7 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-7 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #d17646;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
    background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
    background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}

.td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #d760b7;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
    background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
    background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}

.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #54a3db;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #54a3db), color-stop(100%, #4bcf77));
    background: -webkit-linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
    background: linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a3db', endColorstr='#4bcf77', GradientType=1);
}

.td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #f4d03f;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #f4d03f), color-stop(100%, #f27a35));
    background: -webkit-linear-gradient(-45deg, #f4d03f 0%, #f27a35 100%);
    background: linear-gradient(135deg, #f4d03f 0%, #f27a35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}

.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #d760b7;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
    background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
    background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}

.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #4db2ec;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
    background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
    background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}

.td-grid-style-2 .td-video-play-ico,
.td-grid-style-3 .td-video-play-ico {
    opacity: 0.5;
}

/* Style 1 */
.td-grid-style-1 .td-meta-info-container {
    bottom: 0;
}

.td-grid-style-1 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    /* IE6-9 */
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-1 .td-module-thumb a:last-child:before {
        height: 130% !important;
    }
}

.td-grid-style-1 .td-post-category {
    background-color: rgba(0, 0, 0, 0.7);
}

.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
    width: 80%;
    margin: 0 0 0 20px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-1 .td-big-thumb .td-big-grid-meta {
        width: 90%;
        margin-left: 15px;
    }
}

.td-grid-style-1 .td-big-thumb .entry-title {
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
}

@media (max-width: 767px) {
    .td-grid-style-1 .td-big-thumb .td-module-meta-info {
        margin-bottom: 18px;
    }
}

.td-grid-style-1 .td-medium-thumb .td-big-grid-meta {
    width: 80%;
    margin: 20px 0 14px 19px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-1 .td-medium-thumb .td-big-grid-meta {
        margin: 0 15px 11px;
    }
}

.td-grid-style-1 .td-medium-thumb .entry-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.td-grid-style-1 .td-small-thumb .td-big-grid-meta {
    margin: 0 15px 11px;
}

.td-grid-style-1 .td-small-thumb .entry-title {
    margin-top: 2px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.td-grid-style-1 .td-tiny-thumb .td-big-grid-meta {
    margin: 0 10px 10px 14px;
}

.td-grid-style-1 .td-tiny-thumb .entry-title {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
}

.td-grid-style-1 .td-tiny-thumb .td-post-category {
    font-size: 9px;
    font-weight: 600;
    padding: 3px 5px;
    line-height: 1;
}

.td-grid-style-1.td-hover-1 .td-module-thumb .entry-thumb {
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}

.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.td-grid-style-1.td-hover-1 .td-post-category {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category {
    background-color: #4db2ec;
}

@media (max-width: 767px) {
    .td-grid-style-1 .td-video-play-ico {
        top: 20px;
        left: auto;
        right: 20px;
        transform: none;
        -webkit-transform: none;
    }
}

/* Style 2 */
.td-grid-style-2 .td-meta-info-container {
    bottom: 0;
}

.td-grid-style-2 .td-module-thumb a:last-child:before {
    -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
    opacity: 0.6;
}

.td-grid-style-2 .td-post-category {
    background-color: rgba(0, 0, 0, 0.2);
}

.td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
    font-size: 34px;
}

.td-grid-style-2 .td-big-thumb .td-meta-info-container {
    position: static;
    top: 0;
    bottom: auto;
}

.td-grid-style-2 .td-big-thumb .td-big-grid-meta {
    width: 80%;
    margin: 20px 0 20px 20px;
    top: 0;
    position: absolute;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-big-thumb .td-big-grid-meta {
        width: 90%;
        margin-left: 15px;
    }
}

.td-grid-style-2 .td-big-thumb .td-module-meta-info {
    position: absolute;
    bottom: 0;
}

.td-grid-style-2 .td-big-thumb .entry-title {
    font-size: 34px;
    line-height: 41px;
    /* responsive */
}

@media (max-width: 1140px) {
    .td-grid-style-2 .td-big-thumb .entry-title {
        font-weight: 500;
    }
}

.td-grid-style-2 .td-big-thumb.td-big-grid-post-1 .td-big-grid-meta {
    top: auto;
    bottom: -6px;
}

.td-grid-style-2 .td-big-thumb.td-big-grid-post-1 .td-module-meta-info {
    bottom: auto;
    right: 22px;
    top: 5px;
}

.td-grid-style-2 .td-medium-thumb .td-meta-info-container {
    top: 0;
    bottom: auto;
}

.td-grid-style-2 .td-medium-thumb .td-big-grid-meta {
    width: 80%;
    margin: 20px 0 14px 19px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-medium-thumb .td-big-grid-meta {
        margin: 16px 15px 11px;
    }
}

.td-grid-style-2 .td-medium-thumb .entry-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.td-grid-style-2 .td-small-thumb .td-meta-info-container {
    bottom: auto;
    top: 0;
    margin-top: 16px;
}

.td-grid-style-2 .td-small-thumb .td-big-grid-meta {
    margin: 0 15px 11px;
}

.td-grid-style-2 .td-small-thumb .entry-title {
    margin-top: 2px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
}

.td-grid-style-2 .td-tiny-thumb .td-meta-info-container {
    top: 0;
    bottom: auto;
}

.td-grid-style-2 .td-tiny-thumb .td-big-grid-meta {
    margin: 14px 10px 10px 14px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-2 .td-tiny-thumb .td-big-grid-meta {
        margin: 10px;
    }
}

.td-grid-style-2 .td-tiny-thumb .entry-title {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
}

.td-grid-style-2 .td-tiny-thumb .td-post-category {
    font-size: 9px;
    font-weight: 600;
    padding: 3px 5px;
    line-height: 1;
}

.td-grid-style-2.td-hover-1 .td-module-thumb .entry-thumb {
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}

.td-grid-style-2.td-hover-1 .td-post-category {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.td-grid-style-2.td-hover-1 .td-big-grid-post:hover .entry-thumb {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}

.td-grid-style-2.td-hover-1 .td-big-grid-post:hover .td-post-category {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Style 3 */
.td-grid-style-3 .td-meta-info-container {
    bottom: 0;
}

.td-grid-style-3 .td-module-thumb a:last-child:before {
    opacity: 0.8;
}

.td-grid-style-3 .td-post-category {
    background-color: rgba(0, 0, 0, 0.2);
}

.td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
    font-size: 34px;
}

.td-grid-style-3 .td-big-thumb .td-meta-info-container {
    position: static;
    top: 0;
    bottom: auto;
}

.td-grid-style-3 .td-big-thumb .td-big-grid-meta {
    width: 80%;
    margin: 20px 0 20px 20px;
    top: 0;
    position: absolute;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-3 .td-big-thumb .td-big-grid-meta {
        width: 90%;
        margin-left: 15px;
    }
}

.td-grid-style-3 .td-big-thumb .td-module-meta-info {
    position: absolute;
    bottom: 0;
}

.td-grid-style-3 .td-big-thumb .entry-title {
    font-size: 34px;
    line-height: 41px;
    /* responsive */
}

@media (max-width: 1140px) {
    .td-grid-style-3 .td-big-thumb .entry-title {
        font-weight: 500;
    }
}

.td-grid-style-3 .td-big-thumb .entry-title a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.td-grid-style-3 .td-big-thumb.td-big-grid-post-1 .td-big-grid-meta {
    top: auto;
    bottom: -6px;
}

.td-grid-style-3 .td-big-thumb.td-big-grid-post-1 .td-module-meta-info {
    bottom: auto;
    right: 22px;
    top: 5px;
}

.td-grid-style-3 .td-medium-thumb .td-big-grid-meta {
    width: 80%;
    margin: 20px 0 14px 19px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-3 .td-medium-thumb .td-big-grid-meta {
        margin: 0 15px 11px;
    }
}

.td-grid-style-3 .td-medium-thumb .entry-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.td-grid-style-3 .td-medium-thumb .entry-title a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.td-grid-style-3 .td-small-thumb .td-big-grid-meta {
    margin: 0 15px 11px;
}

.td-grid-style-3 .td-small-thumb .entry-title {
    margin-top: 2px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
}

.td-grid-style-3 .td-small-thumb .entry-title a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.td-grid-style-3 .td-tiny-thumb .td-big-grid-meta {
    margin: 0 10px 10px 14px;
}

.td-grid-style-3 .td-tiny-thumb .entry-title {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
}

.td-grid-style-3 .td-tiny-thumb .entry-title a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.td-grid-style-3 .td-tiny-thumb .td-post-category {
    font-size: 9px;
    font-weight: 600;
    padding: 3px 5px;
    line-height: 1;
}

.td-grid-style-3.td-hover-1 .td-module-thumb .entry-thumb {
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}

.td-grid-style-3.td-hover-1 .td-post-category {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.td-grid-style-3.td-hover-1 .td-big-grid-post:hover .entry-thumb {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}

.td-grid-style-3.td-hover-1 .td-big-grid-post:hover .td-post-category {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Style 4 */
.td-grid-style-4 .td-meta-info-container {
    bottom: 0;
    z-index: 1;
}

.td-grid-style-4 .td-post-category {
    background-color: rgba(0, 0, 0, 0.4);
}

.td-grid-style-4 .entry-title {
    background-color: #4db2ec;
    background-color: rgba(77, 178, 236, 0.7);
}

.td-grid-style-4 .entry-title a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.td-grid-style-4 .td-module-meta-info {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: table;
    /* responsive portrait phone */
}

.td-grid-style-4 .td-module-meta-info > span {
    padding: 5px 0 6px 7px;
}

.td-grid-style-4 .td-module-meta-info > span span {
    margin: 0 -2px 0 2px;
    display: inline-block;
}

.td-grid-style-4 .td-module-meta-info > span:last-child {
    padding-right: 7px;
}

@media (max-width: 767px) {
    .td-grid-style-4 .td-module-meta-info {
        display: none;
    }
}

.td-grid-style-4 .td-big-thumb .td-meta-info-container {
    width: 80%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-4 .td-big-thumb .td-meta-info-container {
        width: 100%;
    }
}

.td-grid-style-4 .td-big-thumb .td-post-category {
    margin-bottom: 0;
    display: table;
}

.td-grid-style-4 .td-big-thumb .td-module-meta-info {
    margin: 0;
}

.td-grid-style-4 .td-big-thumb .entry-title {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    padding: 3px 8px 6px;
}

.td-grid-style-4 .td-medium-thumb .entry-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    padding: 4px 11px 6px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-4 .td-medium-thumb .entry-title {
        padding: 5px 7px 6px;
    }
}

.td-grid-style-4 .td-medium-thumb .td-post-category {
    margin-bottom: 0;
    display: table;
}

.td-grid-style-4 .td-small-thumb .td-post-category {
    margin-bottom: 0;
    display: table;
}

.td-grid-style-4 .td-small-thumb .td-module-meta-info {
    margin: 0;
}

.td-grid-style-4 .td-small-thumb .entry-title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    padding: 5px 7px 6px;
}

.td-grid-style-4 .td-tiny-thumb .td-big-grid-meta {
    margin: 0 10px 10px 14px;
}

.td-grid-style-4 .td-tiny-thumb .entry-title {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    padding: 5px 7px 6px;
    margin-right: 3px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-4 .td-tiny-thumb .entry-title {
        margin-right: 0;
    }
}

.td-grid-style-4 .td-tiny-thumb .td-post-category {
    font-size: 9px;
    font-weight: 600;
    padding: 3px 5px;
    line-height: 1;
    margin-bottom: 0;
    display: table;
}

.td-grid-style-4 .td-tiny-thumb .td-big-grid-meta {
    margin: 0;
}

.td-grid-style-4.td-hover-1 .td-module-thumb .entry-thumb {
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}

.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .entry-thumb {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}

/* Style 5 */
.td-grid-style-5 .td-meta-info-container {
    top: 0;
    bottom: 0;
    text-align: center;
    margin: 0;
    font-size: 0;
    width: 100%;
}

.td-grid-style-5 .td-meta-info-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
    font-size: 34px;
}

.td-grid-style-5 .td-meta-align {
    display: inline-block;
    vertical-align: middle;
}

.td-grid-style-5 .td-module-meta-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.td-grid-style-5 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.td-grid-style-5 .td-post-category {
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 0;
}

.td-grid-style-5 .td-big-thumb .td-meta-info-container {
    padding: 0 30px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-5 .td-big-thumb .td-meta-info-container {
        padding: 0 15px;
    }
}

.td-grid-style-5 .td-big-thumb .entry-title {
    font-size: 28px;
    line-height: 36px;
    /* responsive */
}

@media (max-width: 1140px) {
    .td-grid-style-5 .td-big-thumb .entry-title {
        font-weight: 500;
    }
}

.td-grid-style-5 .td-medium-thumb .td-meta-info-container {
    padding: 0 25px;
}

.td-grid-style-5 .td-medium-thumb .entry-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.td-grid-style-5 .td-small-thumb .td-meta-info-container {
    padding: 0 15px;
}

.td-grid-style-5 .td-small-thumb .entry-title {
    margin-top: 2px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.td-grid-style-5 .td-tiny-thumb .td-big-grid-meta {
    padding: 0 10px;
}

.td-grid-style-5 .td-tiny-thumb .entry-title {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
}

.td-grid-style-5 .td-tiny-thumb .entry-title a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.td-grid-style-5 .td-tiny-thumb .td-post-category {
    font-size: 9px;
    font-weight: 600;
    padding: 3px 5px;
    line-height: 1;
}

.td-grid-style-5 .td-video-play-ico {
    top: 20px;
    left: auto;
    right: 20px;
    transform: none;
    -webkit-transform: none;
}

.td-grid-style-5.td-hover-1 .td-module-thumb a:last-child:before {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.td-grid-style-5.td-hover-1 .td-module-thumb .entry-thumb {
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}

.td-grid-style-5.td-hover-1 .td-post-category {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.75);
}

.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .entry-thumb {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}

.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category {
    background-color: #4db2ec;
}

/* Style 6 */
.td-grid-style-6 .td-meta-info-container {
    top: 0;
    bottom: 0;
    text-align: center;
    margin: 0;
    font-size: 0;
    width: 100%;
}

.td-grid-style-6 .td-meta-info-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.td-grid-style-6 .td-big-grid-meta {
    position: relative;
    text-align: center;
    padding: 0 10%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-6 .td-big-grid-meta {
        padding: 0 4%;
    }
}

.td-grid-style-6 .td-big-grid-post .td-big-grid-meta .entry-title {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.td-grid-style-6 .td-big-grid-post .entry-title {
    text-transform: uppercase;
}

.td-grid-style-6 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
    font-size: 34px;
}

.td-grid-style-6 .td-big-grid-wrapper .td-big-grid-post .td-big-grid-meta {
    margin: 0;
}

.td-grid-style-6 .td-meta-align {
    display: inline-block;
    vertical-align: middle;
}

.td-grid-style-6 .td-big-grid-post .td-module-meta-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.td-grid-style-6 .td-module-thumb a:last-child:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #000;
    opacity: 0.7;
    top: 0;
}

.td-grid-style-6 .td-post-category {
    -webkit-transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
    transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
}

.td-grid-style-6 .td-post-category:hover {
    background-color: #fff;
    color: #000;
}

.td-grid-style-6 .td-big-grid-post .td-post-category {
    font-size: 10px;
    padding: 2px 6px;
    line-height: 13px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .td-grid-style-6 .td-video-play-ico {
        display: none;
    }
}

.td-grid-style-6 .td-video-play-ico img {
    top: 10px !important;
    bottom: auto;
    left: auto;
    right: 10px;
    width: 30px;
}

.td-grid-style-6 .td-big-thumb .entry-title {
    font-size: 37px;
    line-height: 45px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-6 .td-big-thumb .entry-title {
        font-size: 22px !important;
        line-height: 26px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-6 .td-big-thumb .entry-title {
        font-size: 26px !important;
        line-height: 28px !important;
    }
}

.td-grid-style-6 .td-medium-thumb .entry-title {
    font-size: 24px;
    line-height: 28px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-6 .td-medium-thumb .entry-title {
        font-size: 18px !important;
        line-height: 21px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-6 .td-medium-thumb .entry-title {
        font-size: 20px !important;
        line-height: 24px !important;
    }
}

.td-grid-style-6 .td-small-thumb .entry-title {
    font-size: 18px;
    line-height: 22px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-6 .td-small-thumb .entry-title {
        font-size: 13px !important;
        line-height: 15px !important;
    }
}

.td-grid-style-6 .td-small-thumb .td-module-comments {
    display: none;
}

.td-grid-style-6 .td-tiny-thumb .entry-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-6 .td-tiny-thumb .entry-title {
        font-size: 13px !important;
        line-height: 16px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-6 .td-tiny-thumb .entry-title {
        font-size: 11px !important;
        line-height: 13px !important;
        margin: 5px 0;
    }
}

.td-grid-style-6 .td-tiny-thumb .td-post-category,
.td-grid-style-6 .td-tiny-thumb .td-module-comments {
    display: none;
}

@media (max-width: 1018px) {
    .td-grid-style-6 .td-tiny-thumb .td-module-meta-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .td-grid-style-6 .td-big-grid-scroll .td-big-grid-post .td-meta-info-container .entry-title {
        font-size: 16px !important;
        line-height: 21px !important;
    }
}

@media (min-width: 1025px) {
    .td-grid-style-6.td-hover-1 .entry-thumb {
        -webkit-transition: transform 0.6s ease 0s;
        transition: transform 0.6s ease 0s;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .td-grid-style-6.td-hover-1 .td-module-thumb:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background-color: #4db2ec;
        opacity: 0;
        top: 0;
        left: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.4s ease 0.2s;
        transition: opacity 0.4s ease 0.2s;
    }

    .td-grid-style-6.td-hover-1 .td-module-thumb a:last-child:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 160%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        content: '';
        z-index: 1;
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    }

    .td-grid-style-6.td-hover-1 .td-module-comments {
        -webkit-transition: opacity 0.6s ease 0s;
        transition: opacity 0.6s ease 0s;
        opacity: 0;
    }

    .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .entry-thumb {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-comments {
        opacity: 1;
    }

    .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
        -webkit-transition: transform 0.7s ease 0s;
        transition: transform 0.7s ease 0s;
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
    }

    .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb:after {
        opacity: 0.3;
    }
}

/* Style 7 */
.td-grid-style-7 .td-video-play-ico img {
    top: auto;
    left: auto;
    width: 30px;
    right: 10px;
    bottom: 10px;
}

.td-grid-style-7 .td-big-grid-post .entry-title a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.td-grid-style-7 .td-big-grid-post .td-post-category {
    background-color: transparent;
    padding: 0 !important;
    position: absolute;
    bottom: 17px;
    text-transform: none;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td-grid-style-7 .td-big-grid-post .td-post-category {
        bottom: 10px;
    }
}

.td-grid-style-7 .td-big-grid-post .td-post-category:hover {
    background-color: transparent;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-module-meta-info {
        margin-left: 17px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-module-meta-info {
        margin-left: 14px !important;
    }
}

.td-grid-style-7 .td-meta-info-container {
    top: 0;
    height: 100%;
}

.td-grid-style-7 .td-big-grid-post .td-big-grid-meta {
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta {
        padding: 10px 14px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta .entry-title {
        font-size: 16px !important;
        line-height: 19px !important;
    }
}

.td-grid-style-7 .td-big-thumb .td-big-grid-meta {
    padding: 20px 26px 14px 20px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-big-thumb .td-big-grid-meta {
        padding: 12px 17px 11px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-big-thumb .td-big-grid-meta {
        padding: 14px;
    }
}

.td-grid-style-7 .td-big-thumb .entry-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 7px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-big-thumb .entry-title {
        font-size: 24px !important;
        line-height: 28px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-big-thumb .entry-title {
        font-size: 26px !important;
        line-height: 30px !important;
        margin-bottom: 5px;
    }
}

.td-grid-style-7 .td-medium-thumb .td-big-grid-meta {
    padding: 20px 26px 14px 20px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-medium-thumb .td-big-grid-meta {
        padding: 12px 20px 11px 17px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-medium-thumb .td-big-grid-meta {
        padding: 12px 14px 10px;
    }
}

.td-grid-style-7 .td-medium-thumb .entry-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 7px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-medium-thumb .entry-title {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-medium-thumb .entry-title {
        font-size: 20px !important;
        line-height: 26px !important;
        margin-bottom: 5px;
    }
}

.td-grid-style-7 .td-small-thumb .td-big-grid-meta {
    padding: 14px 20px 10px;
    margin: 0 !important;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-small-thumb .td-big-grid-meta {
        padding: 12px 17px 5px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-small-thumb .td-big-grid-meta {
        padding: 10px 14px;
    }
}

@media (max-width: 1018px) {
    .td-grid-style-7 .td-small-thumb .td-module-meta-info {
        display: none;
    }
}

.td-grid-style-7 .td-small-thumb .entry-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-grid-style-7 .td-small-thumb .entry-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-small-thumb .entry-title {
        font-size: 14px !important;
        line-height: 18px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-small-thumb .entry-title {
        font-size: 19px !important;
        line-height: 23px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-small-thumb .td-post-category {
        display: inline;
    }
}

.td-grid-style-7 .td-small-thumb .td-module-comments {
    display: none;
}

.td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
    padding: 4px 16px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
        padding: 4px 14px;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
        padding: 2px 10px 0;
    }
}

.td-grid-style-7 .td-tiny-thumb .entry-title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 7px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-grid-style-7 .td-tiny-thumb .entry-title {
        font-size: 12px !important;
        line-height: 13px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7 .td-tiny-thumb .entry-title {
        font-size: 12px !important;
        line-height: 15px !important;
    }
}

.td-grid-style-7 .td-tiny-thumb .td-module-meta-info,
.td-grid-style-7 .td-tiny-thumb .td-module-comments {
    display: none;
}

.td-grid-style-7 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post .td-module-thumb a:last-child:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

.td-grid-style-7 .td-module-thumb a:last-child:after {
    -webkit-box-shadow: inset 0 0 16px 4px #000000;
    -moz-box-shadow: inset 0 0 16px 4px #000000;
    box-shadow: inset 0 0 16px 4px #000000;
    opacity: 0.15;
}

.td-grid-style-7 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
    opacity: 0.6;
    background: #410cbc;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #410cbc), color-stop(100%, #ff6f31));
    background: -webkit-linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
    background: linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#410cbc', endColorstr='#ff6f31', GradientType=1);
}

.td-grid-style-7 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
    opacity: 0.6;
    background: #f4880d;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #f4880d), color-stop(100%, #70ff99));
    background: -webkit-linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
    background: linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4880d', endColorstr='#70ff99', GradientType=1);
}

.td-grid-style-7 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
    opacity: 0.6;
    background: #c40f79;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #c40f79), color-stop(100%, #7ebfff));
    background: -webkit-linear-gradient(20deg, #c40f79 0%, #7ebfff 100%);
    background: linear-gradient(20deg, #c40f79 0%, #7ebfff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c40f79', endColorstr='#7ebfff', GradientType=1);
}

.td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_10 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-7 .td-module-thumb a:last-child:before {
    opacity: 0.6;
    background: #0016be;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #0016be), color-stop(100%, #2aec74));
    background: -webkit-linear-gradient(20deg, #0016be 0%, #2aec74 100%);
    background: linear-gradient(20deg, #0016be 0%, #2aec74 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0016be', endColorstr='#2aec74', GradientType=1);
}

.td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
    opacity: 0.6;
    background: #023c8c;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #023c8c), color-stop(100%, #ff86d3));
    background: -webkit-linear-gradient(20deg, #023c8c 0%, #ff86d3 100%);
    background: linear-gradient(20deg, #023c8c 0%, #ff86d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023c8c', endColorstr='#ff86d3', GradientType=1);
}

.td-grid-style-7.td_block_big_grid_1 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
    opacity: 0.6;
    background: #00ac81;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #00ac81), color-stop(100%, #ff778e));
    background: -webkit-linear-gradient(20deg, #00ac81 0%, #ff778e 100%);
    background: linear-gradient(20deg, #00ac81 0%, #ff778e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ac81', endColorstr='#ff778e', GradientType=1);
}

.td-grid-style-7 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
    opacity: 0.6;
    background: #007808;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #007808), color-stop(100%, #fff940));
    background: -webkit-linear-gradient(20deg, #007808 0%, #fff940 100%);
    background: linear-gradient(20deg, #007808 0%, #fff940 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007808', endColorstr='#fff940', GradientType=1);
}

@media (min-width: 1025px) {
    .td-grid-style-7.td-hover-1 .entry-thumb {
        -webkit-transition: transform 0.35s ease 0s;
        transition: transform 0.35s ease 0s;
    }

    .td-grid-style-7.td-hover-1 .td-big-grid-post:hover .entry-thumb {
        transform: scale3d(1.05, 1.05, 1);
        -webkit-transform: scale3d(1.05, 1.05, 1);
        -moz-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
    }
}

@media (max-width: 767px) {
    .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-1 .entry-title,
    .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .entry-title {
        font-size: 17px !important;
        line-height: 21px !important;
    }
}

.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-meta-align {
    margin-top: 11px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-meta-align {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7.td_block_big_grid_9 .td-big-grid-post .entry-title,
    .td-grid-style-7.td_block_big_grid_10 .td-big-grid-post .entry-title {
        font-size: 19px !important;
        line-height: 23px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7.td_block_big_grid_11 .td-big-grid-post .entry-title {
        font-size: 17px !important;
        line-height: 21px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-7.td_block_big_grid_5 .td-big-grid-meta {
        padding-top: 14px;
    }
}

/* General big grids */
.td-big-grid-post {
    position: relative;
    overflow: hidden;
    /* font responsive */
}

.td-big-grid-post .entry-review-stars {
    color: #fff;
    margin-top: -5px;
}

.td-big-grid-post .td-post-category {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 3px 7px;
    line-height: 13px;
    pointer-events: auto;
}

.td-big-grid-post .td-meta-info-container {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    width: 100%;
}

.td-big-grid-post .td-meta-align {
    pointer-events: none;
    width: 100%;
}

.td-big-grid-post .td-post-author-name a,
.td-big-grid-post .td-post-author-name span,
.td-big-grid-post .td-post-date {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.td-big-grid-post .entry-title {
    margin: 0;
    word-wrap: break-word;
}

.td-big-grid-post .entry-title a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.td-big-grid-post .td-module-meta-info {
    margin: 11px 0 20px 20px;
    min-height: 0;
    z-index: 1;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-big-grid-post .td-module-meta-info {
        margin-left: 17px;
    }
}

.td-big-grid-post .td-post-author-name {
    pointer-events: auto;
}

.td-big-grid-post .td-big-grid-meta {
    z-index: 1;
}

@media (max-width: 1018px) {
    .td-big-grid-post .td-video-play-ico {
        width: 30px !important;
        height: 30px !important;
        font-size: 30px !important;
        border-width: 0.050em !important;
    }
}

.td-big-grid-post.td-big-thumb .td-big-grid-meta {
    font-size: 27px;
}

@media (max-width: 1140px) {
    .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        line-height: 1.3;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        font-size: 80%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        font-size: 22px;
    }
}

.td-big-grid-post.td-medium-thumb .td-big-grid-meta {
    font-size: 24px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-big-grid-post.td-medium-thumb .td-big-grid-meta {
        font-size: 16px;
    }
}

@media (max-width: 1140px) {
    .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
        line-height: 1.3;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
        font-size: 85%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
        font-size: 65%;
    }
}

@media (max-width: 767px) {
    .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

.td-big-grid-post.td-small-thumb .td-big-grid-meta {
    font-size: 16px;
}

@media (max-width: 1140px) {
    .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
        line-height: 1.4;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
        font-size: 90%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
        font-size: 80%;
    }
}

@media (max-width: 767px) {
    .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

.td-big-grid-post.td-tiny-thumb .td-big-grid-meta {
    font-size: 15px;
}

@media (max-width: 1140px) {
    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
        line-height: 1.4;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
        font-size: 90%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
        font-size: 70%;
    }
}

@media (max-width: 767px) {
    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

.td-big-grid-post .td-module-thumb {
    overflow: hidden;
    margin: 0;
}

.td-big-grid-post .td-module-thumb img {
    max-width: none;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-post .entry-thumb {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-post .entry-thumb {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .td-big-grid-post .entry-thumb {
        width: 100%;
    }
}

.td-big-grid-post .td-module-thumb {
    background-color: #e5e5e5;
}

.td-big-grid-post .td-post-author-name,
.td-big-grid-post .td-post-date {
    top: 0;
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta .entry-title {
        font-size: 16px !important;
        line-height: 21px !important;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-big-grid-post-0.td-big-grid-post .td-big-grid-meta .entry-title,
    .td_block_big_grid_8 .td-big-grid-post-1.td-big-grid-post .td-big-grid-meta .entry-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title,
    .td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        font-size: 70%;
    }
}

@media (max-width: 767px) {
    .td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        font-size: 60%;
    }
}

/* responsive portrait phone */
@media (max-width: 767px) {
    .td_block_big_grid_1,
    .td_block_big_grid_2,
    .td_block_big_grid_3,
    .td_block_big_grid_4,
    .td_block_big_grid_5,
    .td_block_big_grid_6,
    .td_block_big_grid_7,
    .td_block_big_grid_8,
    .td_block_big_grid_9,
    .td_block_big_grid_10,
    .td_block_big_grid_11,
    .td_block_big_grid_12 {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 767px) {
    .vc_tta-tabs .td_block_big_grid_1,
    .vc_tta-tabs .td_block_big_grid_2,
    .vc_tta-tabs .td_block_big_grid_3,
    .vc_tta-tabs .td_block_big_grid_4,
    .vc_tta-tabs .td_block_big_grid_5,
    .vc_tta-tabs .td_block_big_grid_6,
    .vc_tta-tabs .td_block_big_grid_7,
    .vc_tta-tabs .td_block_big_grid_8,
    .vc_tta-tabs .td_block_big_grid_9,
    .vc_tta-tabs .td_block_big_grid_10,
    .vc_tta-tabs .td_block_big_grid_11,
    .vc_tta-tabs .td_block_big_grid_12 {
        margin-left: 0;
        margin-right: 0;
    }
}

.iosSlider.td_block_wrap {
    margin-bottom: 34px !important;
}

/* Scroll bar */
@media (max-width: 767px) {
    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll {
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
        overflow-y: hidden;
        padding-top: 3px;
        z-index: 0;
        -webkit-overflow-scrolling: touch;
        transform: translate3d(0, 0, 0);
    }

    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
        margin-left: 3px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post:first-child {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-module-thumb {
        width: 100%;
        height: 170px;
    }
}

@media (max-width: 767px) {
    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
        display: inline-block;
        white-space: normal;
        float: none;
        vertical-align: top;
        width: 80%;
    }
}

@media (max-width: 767px) {
    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll.td-scroll-full .td-big-grid-post {
        width: 100%;
    }
}

/* Big grid 1 */
.td_block_big_grid_1 .td-big-grid-post {
    float: left;
}

.td_block_big_grid_1 .td-big-thumb {
    margin-right: 3px;
}

.td_block_big_grid_1 .td-big-thumb .td-module-thumb {
    width: 532px;
    height: 399px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
        width: 504px;
        height: 355px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
        width: 374px;
        height: 271px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
        width: 100%;
        height: auto;
    }
}

.td_block_big_grid_1 .td-small-thumb .td-module-thumb {
    width: 265px;
    height: 198px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_1 .td-small-thumb .td-module-thumb {
        width: 235px;
        height: 176px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_1 .td-small-thumb .td-module-thumb {
        width: 180px;
        height: 134px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_1 .td-big-grid-post-0 {
        width: 100%;
        float: none;
    }
}

.td_block_big_grid_1 .td-big-grid-post-1,
.td_block_big_grid_1 .td-big-grid-post-3 {
    margin-right: 3px;
}

.td_block_big_grid_1 .td-big-grid-post-1,
.td_block_big_grid_1 .td-big-grid-post-2 {
    margin-bottom: 3px;
}

.td_block_big_grid_1.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_1.td-grid-style-6 .td-module-meta-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .td_block_big_grid_1 .td-module-empty {
        display: none !important;
    }
}

.td_block_big_grid_1 .td-module-empty .td-module-thumb {
    width: 265px;
    height: 198px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_1 .td-module-empty .td-module-thumb {
        width: 235px;
        height: 176px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_1 .td-module-empty .td-module-thumb {
        width: 180px;
        height: 134px;
    }
}

/* Big grid 2 */
.td_block_big_grid_2 .td-big-grid-post {
    float: left;
}

.td_block_big_grid_2 .td-big-thumb {
    margin-right: 3px;
}

.td_block_big_grid_2 .td-big-thumb .td-module-thumb {
    width: 741px;
    height: 486px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_2 .td-big-thumb .td-module-thumb {
        width: 692px;
        height: 426px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_2 .td-big-thumb .td-module-thumb {
        width: 515px;
        height: 336px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_2 .td-big-thumb .td-module-thumb {
        width: 100%;
        height: auto;
    }
}

.td_block_big_grid_2 .td-small-thumb .td-module-thumb {
    width: 324px;
    height: 160px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_2 .td-small-thumb .td-module-thumb {
        width: 285px;
        height: 140px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_2 .td-small-thumb .td-module-thumb {
        width: 222px;
        height: 110px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_2 .td-small-thumb .td-module-thumb {
        height: 124px !important;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_2 .td-big-grid-post-0 {
        width: 100%;
        float: none;
    }
}

.td_block_big_grid_2 .td-big-grid-post-1,
.td_block_big_grid_2 .td-big-grid-post-2 {
    margin-bottom: 3px;
}

.td_block_big_grid_2.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_2.td-grid-style-6 .td-module-meta-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .td_block_big_grid_2 .td-module-empty {
        display: none !important;
    }
}

.td_block_big_grid_2 .td-module-empty .td-module-thumb {
    width: 324px;
    height: 160px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_2 .td-module-empty .td-module-thumb {
        width: 285px;
        height: 140px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_2 .td-module-empty .td-module-thumb {
        width: 222px;
        height: 110px;
    }
}

/* Big grid 3 */
.td_block_big_grid_3 .td-big-grid-post {
    float: left;
}

.td_block_big_grid_3 .td-big-thumb {
    margin-right: 3px;
}

.td_block_big_grid_3 .td-big-thumb .td-module-thumb {
    width: 532px;
    height: 462px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_3 .td-big-thumb .td-module-thumb {
        width: 488px;
        height: 422px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_3 .td-big-thumb .td-module-thumb {
        width: 368px;
        height: 318px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_3 .td-big-thumb .td-module-thumb {
        width: 100%;
        height: auto;
    }
}

.td_block_big_grid_3 .td-medium-thumb {
    margin-bottom: 3px;
}

.td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
    width: 533px;
    height: 261px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
        height: 237px;
        width: 489px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
        height: 179px;
        width: 369px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
        height: 140px !important;
    }
}

@media (max-width: 374px) {
    .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
        height: 124px !important;
    }
}

.td_block_big_grid_3 .td-small-thumb .td-module-thumb {
    width: 265px;
    height: 198px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
        width: 243px;
        height: 182px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
        width: 183px;
        height: 136px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
        height: 140px !important;
    }
}

@media (max-width: 374px) {
    .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
        height: 124px !important;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_3 .td-big-grid-post-0 {
        width: 100%;
        float: none;
    }
}

.td_block_big_grid_3 .td-big-grid-post-3 {
    margin-left: 3px;
}

.td_block_big_grid_3.td-grid-style-4 .td-post-category {
    margin-bottom: 0;
}

.td_block_big_grid_3.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_3.td-grid-style-6 .td-module-meta-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.td_block_big_grid_3 .td-module-empty {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_3 .td-module-empty {
        display: none !important;
    }
}

.td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
    width: 533px;
    height: 261px;
    margin-bottom: 3px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
        height: 237px;
        width: 489px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
        height: 179px;
        width: 369px;
    }
}

.td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
    width: 265px;
    height: 198px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
    .td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
        width: 243px;
        height: 182px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
    .td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
        width: 183px;
        height: 136px;
    }
}

/* Big grid 4 */
.td_block_big_grid_4 {
    margin-right: -3px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_4 {
        margin-right: -20px;
    }
}

.td_block_big_grid_4 .td-big-grid-post {
    width: 50%;
    float: left;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_4 .td-big-grid-post {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_4 .td-big-grid-post:first-child {
        padding-bottom: 3px;
    }
}

.td_block_big_grid_4 .td-module-thumb {
    height: 399px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_4 .td-module-thumb {
        height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_4 .td-module-thumb {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_4 .td-module-thumb {
        width: 100%;
        height: 220px;
    }
}

.td_block_big_grid_4 .td-big-thumb {
    padding-right: 3px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_4 .td-big-thumb {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_4.td-grid-style-1 .td-big-grid-meta,
    .td_block_big_grid_4.td-grid-style-1 .td-module-meta-info {
        margin-left: 12px;
    }
}

.td_block_big_grid_4.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_4.td-grid-style-6 .td-module-meta-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .td_block_big_grid_4 .td-module-empty {
        display: none !important;
    }
}

/* Big grid 5 */
.td_block_big_grid_5 {
    margin-right: -3px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_5 {
        margin-right: -20px;
    }
}

.td_block_big_grid_5 .td-big-grid-post {
    width: 33.33333333%;
    float: left;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_5 .td-big-grid-post {
        width: 100%;
        float: none;
        padding-top: 3px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_5 .td-big-grid-post:first-child {
        padding-top: 0;
    }
}

.td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
    height: 220px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
        height: 148px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
        height: 168px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_5 .td-module-meta-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_5 .td-module-meta-info {
        display: none;
    }
}

.td_block_big_grid_5 .td-module-thumb a:last-child:before {
    height: 100%;
}

.td_block_big_grid_5.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_5.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_5.td-grid-style-3 .td-big-grid-meta {
    margin: 0 20px 11px;
    /* responsive */
}

@media (max-width: 1018px) {
    .td_block_big_grid_5.td-grid-style-1 .td-big-grid-meta,
    .td_block_big_grid_5.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_5.td-grid-style-3 .td-big-grid-meta {
        margin: 0 14px 11px;
    }
}

.td_block_big_grid_5.td-grid-style-1 .entry-title,
.td_block_big_grid_5.td-grid-style-2 .entry-title,
.td_block_big_grid_5.td-grid-style-3 .entry-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_5.td-grid-style-1 .entry-title,
    .td_block_big_grid_5.td-grid-style-2 .entry-title,
    .td_block_big_grid_5.td-grid-style-3 .entry-title {
        font-size: 22px !important;
        line-height: 28px !important;
        font-weight: 500;
    }
}

.td_block_big_grid_5.td-grid-style-4 .td-module-meta-info {
    display: none;
}

.td_block_big_grid_5.td-grid-style-4 .td-big-grid-meta {
    padding-right: 3px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_5.td-grid-style-4 .td-big-grid-meta {
        padding-right: 0;
    }
}

.td_block_big_grid_5.td-grid-style-5 .td-module-meta-info {
    margin-left: 0;
    margin-bottom: 0;
}

.td_block_big_grid_5.td-grid-style-5 .entry-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.td_block_big_grid_5 .td-small-thumb {
    padding-right: 3px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_5 .td-small-thumb {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_5 .td-module-empty {
        display: none !important;
    }
}

.td_block_big_grid_5 .td-module-empty .td-module-thumb {
    height: 220px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_5 .td-module-empty .td-module-thumb {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_5 .td-module-empty .td-module-thumb {
        height: 148px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_5 .td-module-empty .td-module-thumb {
        height: 168px;
    }
}

.td_block_big_grid_5 .td-module-empty.td-big-grid-post-1 {
    padding-right: 3px;
}

.td_block_big_grid_5.td-grid-style-1 .td-video-play-ico,
.td_block_big_grid_5.td-grid-style-2 .td-video-play-ico,
.td_block_big_grid_5.td-grid-style-3 .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
}

/* Big grid 6 */
.td_block_big_grid_6 {
    margin-right: -2px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_6 {
        margin-right: -20px;
    }
}

.td_block_big_grid_6 .td-big-grid-post-0,
.td_block_big_grid_6 .td-big-grid-post-1 {
    width: 50%;
    float: left;
    margin-bottom: 3px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_6 .td-big-grid-post-0,
    .td_block_big_grid_6 .td-big-grid-post-1 {
        margin-bottom: 0;
        margin-top: 3px;
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_6 .td-big-grid-post-0:first-child,
    .td_block_big_grid_6 .td-big-grid-post-1:first-child {
        margin-top: 0;
    }
}

.td_block_big_grid_6 .td-big-grid-post-0.td-big-thumb,
.td_block_big_grid_6 .td-big-grid-post-1.td-big-thumb {
    padding-right: 3px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_6 .td-big-grid-post-0.td-big-thumb,
    .td_block_big_grid_6 .td-big-grid-post-1.td-big-thumb {
        padding-right: 0;
    }
}

.td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
    height: 373px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
        height: 360px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
        width: 100%;
        height: 220px;
    }
}

.td_block_big_grid_6 .td-big-grid-post-2,
.td_block_big_grid_6 .td-big-grid-post-3,
.td_block_big_grid_6 .td-big-grid-post-4,
.td_block_big_grid_6 .td-big-grid-post-5,
.td_block_big_grid_6 .td-big-grid-post-6 {
    width: 20%;
    float: left;
}

.td_block_big_grid_6 .td-big-grid-post-2.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-3.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-4.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-5.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-6.td-tiny-thumb {
    padding-right: 3px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_6 .td-big-grid-post-2.td-tiny-thumb,
    .td_block_big_grid_6 .td-big-grid-post-3.td-tiny-thumb,
    .td_block_big_grid_6 .td-big-grid-post-4.td-tiny-thumb,
    .td_block_big_grid_6 .td-big-grid-post-5.td-tiny-thumb,
    .td_block_big_grid_6 .td-big-grid-post-6.td-tiny-thumb {
        padding-right: 0;
    }
}

.td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
    height: 140px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
        height: 130px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
    .td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
        height: auto;
    }
}

.td_block_big_grid_6 .td-post-category {
    vertical-align: bottom;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
        margin: 0 0 0 14px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-module-meta-info {
        margin: 7px 0 14px 14px;
    }
}

.td_block_big_grid_6.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td_block_big_grid_6.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
    background: #d17646;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
    background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
    background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}

.td_block_big_grid_6.td-grid-style-5 .td-module-meta-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.td_block_big_grid_6 .td-module-empty.td-big-grid-post {
    padding-right: 3px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_6 .td-module-empty.td-big-grid-post {
        display: none !important;
    }
}

.td_block_big_grid_6.td-grid-style-1 .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_6.td-grid-style-1 .td-video-play-ico {
        top: 10px;
        right: 10px;
    }
}

.td_block_big_grid_6.td-grid-style-2 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-3 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-4 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-5 .td-tiny-thumb .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_6.td-grid-style-2 .td-tiny-thumb .td-video-play-ico,
    .td_block_big_grid_6.td-grid-style-3 .td-tiny-thumb .td-video-play-ico,
    .td_block_big_grid_6.td-grid-style-4 .td-tiny-thumb .td-video-play-ico,
    .td_block_big_grid_6.td-grid-style-5 .td-tiny-thumb .td-video-play-ico {
        top: 10px;
        right: 10px;
    }
}

.td_block_big_grid_6 .td-tiny-thumb .td-video-play-ico {
    width: 30px;
    height: 30px;
    font-size: 30px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_6 .td-tiny-thumb .td-video-play-ico {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
}

/* Big grid 7 */
.td_block_big_grid_7 {
    margin-right: -12px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_7 {
        margin-right: -20px;
    }
}

.td_block_big_grid_7 .td-big-grid-post-0,
.td_block_big_grid_7 .td-big-grid-post-1,
.td_block_big_grid_7 .td-big-grid-post-2 {
    width: 33.33333333%;
    float: left;
    margin-bottom: 12px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-big-grid-post-0,
    .td_block_big_grid_7 .td-big-grid-post-1,
    .td_block_big_grid_7 .td-big-grid-post-2 {
        margin-bottom: 0;
        float: none;
    }
}

.td_block_big_grid_7 .td-big-grid-post-0.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-1.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-2.td-small-thumb {
    padding-right: 12px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-big-grid-post-0.td-small-thumb,
    .td_block_big_grid_7 .td-big-grid-post-1.td-small-thumb,
    .td_block_big_grid_7 .td-big-grid-post-2.td-small-thumb {
        padding-right: 0;
    }
}

.td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
    height: 220px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
        height: 195px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
        height: 146px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
        height: 196px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_7 .td-big-grid-post-0 .td-module-meta-info,
    .td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
    .td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
        display: none;
    }
}

.td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
.td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
.td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
    margin: 0 20px 11px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
    .td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
    .td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
        margin: 0 15px 11px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
    .td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
    .td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
        margin: 0 15px 11px;
    }
}

.td_block_big_grid_7 .td-big-grid-post-0 .entry-title,
.td_block_big_grid_7 .td-big-grid-post-1 .entry-title,
.td_block_big_grid_7 .td-big-grid-post-2 .entry-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-big-grid-post-0 .entry-title,
    .td_block_big_grid_7 .td-big-grid-post-1 .entry-title,
    .td_block_big_grid_7 .td-big-grid-post-2 .entry-title {
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-big-grid-post-0 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-big-grid-post-0 .entry-title {
        font-size: 22px !important;
        line-height: 28px !important;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
    .td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
        height: 150px !important;
    }
}

.td_block_big_grid_7 .td-meta-info-container {
    padding-right: 12px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-meta-info-container {
        padding-right: 0;
    }
}

.td_block_big_grid_7 .td-big-grid-post-3,
.td_block_big_grid_7 .td-big-grid-post-4,
.td_block_big_grid_7 .td-big-grid-post-5,
.td_block_big_grid_7 .td-big-grid-post-6 {
    width: 25%;
    float: left;
}

.td_block_big_grid_7 .td-big-grid-post-3.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-4.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-5.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-6.td-small-thumb {
    padding-right: 12px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-big-grid-post-3.td-small-thumb,
    .td_block_big_grid_7 .td-big-grid-post-4.td-small-thumb,
    .td_block_big_grid_7 .td-big-grid-post-5.td-small-thumb,
    .td_block_big_grid_7 .td-big-grid-post-6.td-small-thumb {
        padding-right: 0;
    }
}

.td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
    height: 175px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
        height: 124px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
    .td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
        height: 150px !important;
    }
}

.td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
    background: #d760b7;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
    background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
    background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}

.td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
    background: #4db2ec;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
    background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
    background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}

.td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
    background: #d17646;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
    background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
    background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}

.td_block_big_grid_7.td-grid-style-4 .td-module-meta-info {
    display: none;
}

.td_block_big_grid_7.td-grid-style-4 .td-big-grid-meta {
    margin: 0;
}

.td_block_big_grid_7.td-grid-style-5 .td-module-meta-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.td_block_big_grid_7.td-grid-style-5 .td-small-thumb .td-meta-info-container {
    padding: 0 30px 0 18px;
}

.td_block_big_grid_7 .td-module-empty.td-big-grid-post {
    padding-right: 12px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_7 .td-module-empty.td-big-grid-post {
        display: none !important;
    }
}

.td_block_big_grid_7.td-grid-style-1 .td-video-play-ico,
.td_block_big_grid_7.td-grid-style-2 .td-video-play-ico,
.td_block_big_grid_7.td-grid-style-3 .td-video-play-ico,
.td_block_big_grid_7.td-grid-style-4 .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
}

/* Big grid 8 */
.td_block_big_grid_8 .td-grid-columns {
    width: 33.33333333%;
    float: left;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-grid-columns {
        display: inline;
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-meta-info-container {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-module-meta-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post {
        padding-top: 3px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post:first-child {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-big-grid-scroll.td-scroll-full .td-grid-columns {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns {
        padding-left: 3px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns:first-child {
        padding-left: 0;
    }
}

.td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
    height: 182px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
        height: 167px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
        height: 125px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb {
        height: 198px !important;
    }
}

.td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
    height: 364px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
        height: 334px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb,
    .td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
        height: 156px !important;
    }
}

.td_block_big_grid_8 .td-small-thumb .td-module-meta-info {
    display: none;
}

.td_block_big_grid_8 .td-small-thumb .td-big-grid-meta {
    margin: 0 20px 14px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-small-thumb .td-big-grid-meta {
        margin: 0 15px 14px;
    }
}

.td_block_big_grid_8.td-grid-style-2 .td-meta-info-container,
.td_block_big_grid_8.td-grid-style-3 .td-meta-info-container {
    bottom: auto;
    top: 0;
}

.td_block_big_grid_8.td-grid-style-2 .td-small-thumb .td-big-grid-meta,
.td_block_big_grid_8.td-grid-style-3 .td-small-thumb .td-big-grid-meta {
    margin-top: 20px;
}

.td_block_big_grid_8.td-grid-style-4 .td-small-thumb .td-big-grid-meta {
    margin: 0;
}

.td_block_big_grid_8.td-grid-style-4 .td-meta-info-container {
    width: 80%;
}

.td_block_big_grid_8.td-grid-style-5 .td-module-meta-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.td_block_big_grid_8.td-grid-style-2 .td-meta-info-container {
    margin-top: 0;
}

.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
    background: rgba(244, 208, 63, 0.97);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(244, 208, 63, 0.97)), color-stop(100%, #f27a35));
    background: -webkit-linear-gradient(-45deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
    background: linear-gradient(135deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}

.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
    background: #d17646;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
    background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
    background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}

.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
    background: #d760b7;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
    background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
    background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}

.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
    background: #4db2ec;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
    background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
    background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}

.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
    background: #4db2ec;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
    background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
    background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}

.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
    background: #b0b43b;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #b0b43b), color-stop(100%, rgba(145, 96, 81, 0.97)));
    background: -webkit-linear-gradient(-45deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
    background: linear-gradient(135deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b43b', endColorstr='#916051', GradientType=1);
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-module-empty {
        display: none !important;
    }
}

.td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
    height: 364px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
        height: 334px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
        height: 250px;
    }
}

.td_block_big_grid_8 .td-module-empty.td-big-grid-post-2 {
    opacity: 0.9;
}

.td_block_big_grid_8 .td-module-empty.td-big-grid-post-3 {
    opacity: 0.8;
}

.td_block_big_grid_8 .td-module-empty.td-big-grid-post-4 {
    opacity: 0.7;
}

.td_block_big_grid_8 .td-module-empty.td-big-grid-post-5 {
    opacity: 0.7;
}

.td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .td_block_big_grid_8.td-grid-style-1 .td-big-grid-meta {
        margin: 0 15px 13px !important;
    }
}

.td_block_big_grid_8.td-grid-style-1 .td-big-thumb .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
}

.td_block_big_grid_8.td-grid-style-2 .td-video-play-ico,
.td_block_big_grid_8.td-grid-style-3 .td-video-play-ico {
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
}

.td_block_big_grid_8.td-grid-style-4 .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
}

.td_block_big_grid_8.td-grid-style-6 .td-big-grid-post-0 .entry-title,
.td_block_big_grid_8.td-grid-style-6 .td-big-grid-post-6 .entry-title {
    font-size: 30px;
    line-height: 36px;
}

/* Big grid 9 */
.td_block_big_grid_9 .td-big-grid-post {
    width: 25%;
    float: left;
    /* responsive portrait phone */
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_9 .td-big-grid-post {
        width: 50%;
        margin-bottom: 2px;
    }
}

@media (max-width: 600px) {
    .td_block_big_grid_9 .td-big-grid-post {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-0 .td-module-thumb,
    .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-2 .td-module-thumb {
        margin-right: 2px;
    }
}

@media (max-width: 600px) {
    .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-0 .td-module-thumb,
    .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-2 .td-module-thumb {
        margin-right: 0;
    }
}

.td_block_big_grid_9 .td-big-grid-post .entry-title {
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
}

.td_block_big_grid_9 .td-big-grid-post .td-post-category {
    font-size: 10px;
    padding: 2px 6px;
    line-height: 13px;
    margin-bottom: 10px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_big_grid_9 .td-big-grid-post .td-post-category {
        margin-bottom: 7px;
    }
}

.td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
    margin-right: 2px;
    height: 364px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
        height: 330px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
        height: 140px;
        margin-right: 0;
    }
}

.td_block_big_grid_9 .td-big-grid-post:last-child .td-module-thumb {
    margin-right: 0;
}

.td_block_big_grid_9 .td-big-grid-post .entry-thumb {
    margin: 0 auto;
    position: absolute;
    left: -9999px;
    right: -9999px;
    width: auto;
    /* responsive landscape tablet */
    /* responsive portrait phone */
}

@media (max-width: 1140px) {
    .td_block_big_grid_9 .td-big-grid-post .entry-thumb {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_9 .td-big-grid-post .entry-thumb {
        height: auto;
        width: 100%;
        top: -30px;
    }
}

.td_block_big_grid_9 .td-big-grid-post .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
    width: 30px;
    height: 30px;
    font-size: 30px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_9 .td-big-grid-post .td-video-play-ico {
        top: 10px;
        right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_9 .td-post-author-name {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_9 .td_module_mx_empty {
        display: none;
    }
}

.td_block_big_grid_9.td-grid-style-1 .td-post-category {
    background-color: #4db2ec;
}

.td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 11px;
    margin-right: 20px;
    width: auto;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
    .td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
        margin-bottom: 8px;
        margin-left: 10px;
        margin-right: 8px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
    .td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
        margin-bottom: 7px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_9.td-grid-style-1 .td-module-meta-info,
    .td_block_big_grid_9.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_9.td-grid-style-3 .td-module-meta-info {
        margin-top: 8px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_9.td-grid-style-1 .td-module-meta-info,
    .td_block_big_grid_9.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_9.td-grid-style-3 .td-module-meta-info {
        margin-bottom: 15px;
        margin-top: 7px;
        margin-left: 15px;
    }
}

.td_block_big_grid_9.td-grid-style-4 .td-big-grid-meta {
    margin-right: 2px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_9.td-grid-style-4 .td-big-grid-meta {
        margin-right: 0;
    }
}

.td_block_big_grid_9.td-grid-style-4 .td-big-grid-post:last-child .td-big-grid-meta {
    margin-right: 0;
}

.td_block_big_grid_9.td-grid-style-4 .td-module-meta-info {
    margin: 0;
    padding-left: 11px;
    padding-right: 11px;
}

.td_block_big_grid_9.td-grid-style-4 .td-post-category {
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 0;
}

.td_block_big_grid_9.td-grid-style-5 .td-module-meta-info {
    margin-left: 0;
    margin-bottom: 0;
}

.td_block_big_grid_9.td-grid-style-5 .td-meta-info-container {
    padding: 0 10%;
}

.td_block_big_grid_9.td-grid-style-5 .td-post-category {
    padding: 2px 7px;
    background-color: #4db2ec;
}

/* Big grid 10 */
.td_block_big_grid_10 .td-big-grid-post {
    float: left;
    padding-right: 2px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_10 .td-big-grid-post {
        padding-right: 0;
        margin-bottom: 2px;
    }
}

.td_block_big_grid_10 .td-big-grid-post:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .td_block_big_grid_10 .td-big-grid-post .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

.td_block_big_grid_10 .td-big-grid-post .td-post-category {
    margin-bottom: 10px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_big_grid_10 .td-big-grid-post .td-post-category {
        margin-bottom: 7px;
    }
}

.td_block_big_grid_10 .td-module-thumb {
    height: 350px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_10 .td-module-thumb {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_10 .td-module-thumb {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_10 .td-module-thumb {
        height: 140px;
        margin-right: 0;
    }
}

.td_block_big_grid_10 .entry-thumb {
    margin: 0 auto;
    position: absolute;
    left: -9999px;
    right: -9999px;
    width: auto;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_10 .entry-thumb {
        width: 100%;
        top: -30px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_10 .td-post-author-name {
        display: none;
    }
}

.td_block_big_grid_10 .td-big-grid-post .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
    width: 30px;
    height: 30px;
    font-size: 30px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_10 .td-big-grid-post .td-video-play-ico {
        top: 10px;
        right: 10px;
    }
}

.td_block_big_grid_10 .td-big-grid-post-0 {
    width: 50%;
}

.td_block_big_grid_10 .td-big-grid-post-1,
.td_block_big_grid_10 .td-big-grid-post-2 {
    width: 25%;
}

@media (max-width: 767px) {
    .td_block_big_grid_10 .td-big-grid-post {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_10 .td_module_mx_empty {
        display: none;
    }
}

.td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 11px;
    margin-right: 20px;
    width: auto;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
    .td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
        margin-bottom: 8px;
        margin-left: 10px;
        margin-right: 8px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
    .td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
        margin-bottom: 7px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_10.td-grid-style-1 .td-module-meta-info,
    .td_block_big_grid_10.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_10.td-grid-style-3 .td-module-meta-info {
        margin-top: 8px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_10.td-grid-style-1 .td-module-meta-info,
    .td_block_big_grid_10.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_10.td-grid-style-3 .td-module-meta-info {
        margin-bottom: 15px;
        margin-top: 7px;
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container,
    .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-meta-info-container {
        position: absolute;
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-big-grid-meta,
    .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-big-grid-meta,
    .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-module-meta-info,
    .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-module-meta-info {
        position: static;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta {
        margin-top: 13px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container {
        top: 0;
        bottom: auto;
    }
}

.td_block_big_grid_10.td-grid-style-4 .td-meta-info-container {
    width: 100%;
    padding-right: 2px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_10.td-grid-style-4 .td-meta-info-container {
        padding-right: 0;
    }
}

.td_block_big_grid_10.td-grid-style-4 .td-big-grid-post:last-child .td-meta-info-container {
    padding-right: 0;
}

.td_block_big_grid_10.td-grid-style-4 .td-module-meta-info {
    margin: 0;
}

.td_block_big_grid_10.td-grid-style-4 .td-post-category {
    margin-bottom: 0;
}

.td_block_big_grid_10.td-grid-style-5 .td-post-author-name {
    display: none;
}

.td_block_big_grid_10.td-grid-style-5 .td-module-meta-info {
    margin-left: 0;
    margin-bottom: 0;
}

.td_block_big_grid_10.td-grid-style-5 .td-meta-info-container {
    padding: 0 10%;
}

/* Big grid 11 */
.td_block_big_grid_11 .td-big-grid-post {
    float: left;
    padding-right: 2px;
}

.td_block_big_grid_11 .td-big-grid-post .entry-title {
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
}

.td_block_big_grid_11 .td-big-grid-post .td-post-category {
    margin-bottom: 10px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_big_grid_11 .td-big-grid-post .td-post-category {
        margin-bottom: 7px;
    }
}

.td_block_big_grid_11 .entry-thumb {
    margin: 0 auto;
    position: absolute;
    left: -9999px;
    right: -9999px;
    width: auto;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_11 .entry-thumb {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_11 .td-post-author-name {
        display: none;
    }
}

.td_block_big_grid_11 .td-big-grid-post .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
    width: 30px;
    height: 30px;
    font-size: 30px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_11 .td-big-grid-post .td-video-play-ico {
        top: 10px;
        right: 10px;
    }
}

.td_block_big_grid_11 .td_module_mx15 {
    width: 30%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_11 .td_module_mx15 {
        width: 50%;
    }
}

.td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
    height: 360px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
        height: 282px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
        height: 150px;
    }
}

.td_block_big_grid_11 .td_module_mx15 .td-meta-align {
    padding-right: 2px;
}

.td_block_big_grid_11 .td_module_mx11 {
    width: 40%;
    padding-right: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_11 .td_module_mx11 {
        width: 50%;
        padding-right: 2px;
    }
}

.td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
    height: 179px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
        height: 150px;
    }
}

@media (max-width: 630px) {
    .td_block_big_grid_11 .td_module_mx11 .entry-thumb {
        height: 100%;
        width: auto;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_11 .td-module-meta-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_11 .td-big-grid-post-1 {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_11 .td-big-grid-post-2 .td-module-thumb {
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_11 .td-big-grid-post-3 {
        padding-right: 0;
    }
}

.td_block_big_grid_11 .td-big-grid-post-3 .td-module-thumb {
    margin-top: 2px;
}

@media (max-width: 767px) {
    .td_block_big_grid_11 .td_module_mx_empty {
        display: none;
    }
}

.td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 11px;
    margin-right: 20px;
    width: auto;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,
    .td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
        margin-bottom: 8px;
        margin-left: 10px;
        margin-right: 8px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,
    .td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_11.td-grid-style-1 .td-module-meta-info,
    .td_block_big_grid_11.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_11.td-grid-style-3 .td-module-meta-info {
        margin-top: 8px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_11.td-grid-style-1 .td-module-meta-info,
    .td_block_big_grid_11.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_11.td-grid-style-3 .td-module-meta-info {
        margin-bottom: 15px;
        margin-top: 7px;
        margin-left: 15px;
    }
}

.td_block_big_grid_11.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
    margin-bottom: 16px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_11.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
    .td_block_big_grid_11.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
    .td_block_big_grid_11.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta {
        margin-top: 13px;
    }
}

.td_block_big_grid_11.td-grid-style-4 .td-meta-info-container {
    width: 100%;
}

.td_block_big_grid_11.td-grid-style-4 .td-module-meta-info {
    margin: 0;
    padding-left: 11px;
    padding-right: 11px;
}

.td_block_big_grid_11.td-grid-style-4 .td-post-category {
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 0;
}

.td_block_big_grid_11.td-grid-style-5 .td-post-author-name {
    display: none;
}

.td_block_big_grid_11.td-grid-style-5 .td-module-meta-info {
    margin-left: 0;
    margin-bottom: 0;
}

.td_block_big_grid_11.td-grid-style-5 .td-meta-info-container {
    padding: 0 10%;
}

.td_block_big_grid_11.td-grid-style-6 .td-big-grid-post-0 .entry-title,
.td_block_big_grid_11.td-grid-style-6 .td-big-grid-post-1 .entry-title {
    font-size: 26px;
    line-height: 30px;
}

.td_block_big_grid_11.td-grid-style-6 .entry-title {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_11.td-grid-style-6 .entry-title {
        font-size: 13px;
        line-height: 15px;
    }
}

/* Big grid 12 */
.td_block_big_grid_12 .td-big-grid-post {
    float: left;
}

.td_block_big_grid_12 .td-big-grid-post .td-post-category {
    margin-bottom: 10px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_big_grid_12 .td-big-grid-post .td-post-category {
        margin-bottom: 7px;
    }
}

.td_block_big_grid_12 .entry-thumb {
    margin: 0 auto;
    position: absolute;
    left: -9999px;
    right: -9999px;
    width: auto;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_12 .entry-thumb {
        width: 100%;
    }
}

.td_block_big_grid_12 .td-big-grid-post .td-video-play-ico {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
    width: 30px;
    height: 30px;
    font-size: 30px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_12 .td-big-grid-post .td-video-play-ico {
        top: 10px;
        right: 10px;
    }
}

.td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
    margin-top: 11px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
        margin-top: 2px;
        margin-left: 2px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-meta-info-container {
        margin-left: 2px;
    }
}

.td_block_big_grid_12 .td_module_mx5 {
    width: 51%;
    padding-right: 11px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_12 .td_module_mx5 {
        width: 100%;
        padding-right: 0;
    }
}

.td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
    height: 451px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
        height: 291px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
        height: 240px;
    }
}

.td_block_big_grid_12 .td_module_mx5 .td-meta-info-container {
    padding-right: 11px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_12 .td_module_mx5 .td-meta-info-container {
        padding-right: 0;
    }
}

.td_block_big_grid_12 .td-big-grid-post-1,
.td_block_big_grid_12 .td-big-grid-post-2 {
    width: 49%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_12 .td-big-grid-post-1,
    .td_block_big_grid_12 .td-big-grid-post-2 {
        width: 50%;
    }
}

.td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
    height: 220px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
    .td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
    .td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
        height: 150px;
        margin-top: 2px;
    }
}

@media (max-width: 630px) {
    .td_block_big_grid_12 .td-big-grid-post-1 .entry-thumb,
    .td_block_big_grid_12 .td-big-grid-post-2 .entry-thumb {
        height: 100%;
        width: auto;
    }
}

.td_block_big_grid_12.td-grid-style-2 .td-big-grid-post-2 .td-meta-info-container {
    margin-top: 11px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_12.td-grid-style-2 .td-big-grid-post-2 .td-meta-info-container {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_12 .td_module_mx_empty {
        display: none;
    }
}

.td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 11px;
    margin-right: 20px;
    width: auto;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
    .td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
        margin-bottom: 8px;
        margin-left: 10px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
    .td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_12.td-grid-style-1 .td-module-meta-info,
    .td_block_big_grid_12.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_12.td-grid-style-3 .td-module-meta-info {
        margin-top: 8px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_12.td-grid-style-1 .td-module-meta-info,
    .td_block_big_grid_12.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_12.td-grid-style-3 .td-module-meta-info {
        margin-bottom: 15px;
        margin-top: 7px;
        margin-left: 15px;
    }
}

.td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
    margin-bottom: 16px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
    .td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
    .td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
    .td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
    .td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
        margin-bottom: 10px;
    }
}

.td_block_big_grid_12.td-grid-style-4 .td-meta-info-container {
    width: 100%;
}

.td_block_big_grid_12.td-grid-style-4 .td-module-meta-info {
    margin: 0;
    padding-left: 11px;
    padding-right: 11px;
}

.td_block_big_grid_12.td-grid-style-4 .td-post-category {
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 0;
}

.td_block_big_grid_12.td-grid-style-5 .td-post-author-name {
    display: none;
}

.td_block_big_grid_12.td-grid-style-5 .td-module-meta-info {
    margin-left: 0;
    margin-bottom: 0;
}

.td_block_big_grid_12.td-grid-style-5 .td-meta-info-container {
    padding: 0 10%;
}

@media (max-width: 767px) {
    .td_block_big_grid_12.td-grid-style-6 .td-medium-thumb .entry-title {
        font-size: 13px !important;
        line-height: 15px !important;
    }
}

/* Big grids full */
.td-big-grids-fl .td-big-grid-post {
    position: relative;
    height: 0;
}

.td-big-grids-fl .td_module_wrap {
    padding-bottom: 0;
}

@media (min-width: 767px) {
    .td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
        border-style: solid;
        border-color: transparent;
    }
}

@media (min-width: 1018px) {
    .td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
        border-width: 0 6px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
        border-width: 0 2px;
    }
}

.td-big-grids-fl .td-module-image,
.td-big-grids-fl .td-module-empty .td-module-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.td-big-grids-fl .td-module-thumb {
    height: 100%;
}

.td-big-grids-fl .td-thumb-css {
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.td-big-grids-fl .td-module-meta-info {
    margin-left: 0;
    margin-bottom: 0;
}

.td-big-grids-fl .td_module_wrap:hover .entry-title a {
    color: #fff;
}

@media (max-width: 767px) {
    .td-big-grids-fl {
        margin-left: -20px;
        margin-right: -20px;
    }

    .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 {
        height: 260px;
        /* responsive portrait phone */
    }

    .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 .td-module-thumb {
        height: 100% !important;
    }

    .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 .entry-title {
        font-size: 19px !important;
        line-height: 24px !important;
    }

    .td-big-grids-fl.td-big-grids-scroll.td-grid-style-7 .td-big-grid-post-0 .entry-title {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .td-big-grids-fl.td-big-grids-scroll .td-big-grid-scroll .td-big-grid-post .entry-title {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .td-big-grids-fl .td-big-grid-scroll .td_module_wrap {
        height: 165px;
        padding-top: 0 !important;
    }

    .td-big-grids-fl .td-big-grid-scroll .td-module-thumb {
        height: 100% !important;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .td-big-grids-fl .td-module-empty {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .td-big-grids-fl.td-grid-style-1 .td-module-meta-info {
        margin-bottom: 8px;
    }
}

.td-big-grids-fl.td-grid-style-2 .td-meta-info-container,
.td-big-grids-fl.td-grid-style-3 .td-meta-info-container {
    height: 100%;
}

.td-big-grids-fl.td-grid-style-2 .td-big-grid-meta,
.td-big-grids-fl.td-grid-style-3 .td-big-grid-meta,
.td-big-grids-fl.td-grid-style-2 .td-module-meta-info,
.td-big-grids-fl.td-grid-style-3 .td-module-meta-info {
    position: absolute;
}

.td-big-grids-fl.td-grid-style-2 .td-big-grid-meta,
.td-big-grids-fl.td-grid-style-3 .td-big-grid-meta {
    top: 0;
}

.td-big-grids-fl.td-grid-style-2 .td-module-meta-info,
.td-big-grids-fl.td-grid-style-3 .td-module-meta-info {
    bottom: 0;
}

.td-big-grids-fl.td-grid-style-4 .td-post-category {
    display: table;
    margin-bottom: 0 !important;
}

.td-big-grids-fl.td-grid-style-4 .td-module-meta-info {
    margin-top: 0 !important;
}

.td-big-grids-fl.td-grid-style-4 .td-meta-info-container {
    padding: 0 !important;
}

.td-big-grids-fl.td-grid-style-7 .td-module-meta-info {
    margin-left: 0 !important;
}

.td-category-grid-fl .td-container {
    width: 100% !important;
}

/* Negative margin */
@media (min-width: 1018px) {
    .td-big-grids-margin {
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grids-margin {
        margin-left: -2px;
        margin-right: -2px;
    }
}

/* Big grid full 1 */
.td_block_big_grid_fl_1 .td-big-grid-post {
    width: 100%;
    padding-top: 48%;
    /* desktop only */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
        font-size: 22px;
        line-height: 29px;
    }

    .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
        padding: 0 20px 28px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_1 .td-big-grid-post {
        padding-top: 56%;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_1 .td-big-grid-post {
        padding-top: 60%;
    }
}

@media (min-width: 1140px) {
    .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
    .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
    .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
    .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
    padding-top: 30%;
    /* desktop only */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
        font-size: 28px;
        line-height: 38px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
        padding: 0 28px 28px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
        padding-top: 44%;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
        font-size: 22px !important;
        line-height: 29px !important;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
        padding: 0 20px 28px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
        padding-top: 48%;
    }
}

@media (max-width: 767px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
        padding-top: 60%;
    }
}

@media (min-width: 1019px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container {
        width: auto;
        max-width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container {
        width: auto;
        max-width: 75%;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Big grid full 2 */
.td_block_big_grid_fl_2 .td-big-grid-post {
    float: left;
    width: 50%;
    padding-top: 34%;
    /* desktop only */
    /* responsive portrait phone */
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_2 .td-big-grid-post .entry-title {
        font-size: 19px;
        line-height: 24px;
    }

    .td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container {
        padding: 0 14px 20px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_2 .td-big-grid-post {
        width: 100%;
        padding-top: 50%;
    }

    .td_block_big_grid_fl_2 .td-big-grid-post:first-child {
        margin-bottom: 2px;
    }
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
    .td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
    .td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
    .td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 1018px) {
    .td_block_big_grid_fl_2.td-grid-style-5 .td-module-meta-info,
    .td_block_big_grid_fl_2.td-grid-style-6 .td-module-meta-info {
        display: none;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
.td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
    padding-top: 28%;
    /* desktop only */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post .entry-title,
    .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post .entry-title {
        font-size: 23px;
        line-height: 30px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container,
    .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
    .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
        padding-top: 30%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
    .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
        padding-top: 34%;
    }
}

@media (max-width: 767px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
    .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
        padding-top: 60%;
    }
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
    .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
    .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
    .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
    .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
    .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info,
    .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Big grid full 3, 4 */
@media (max-width: 1018px) {
    .td_block_big_grid_fl_3 .td-module-meta-info,
    .td_block_big_grid_fl_4 .td-module-meta-info {
        display: none;
    }
}

/* Big grid full 3 */
.td_block_big_grid_fl_3 .td-big-grid-post {
    float: left;
    width: 33.33333%;
    padding-top: 32%;
    /* desktop only */
    /* phone + tablet */
    /* responsive portrait phone */
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_3 .td-big-grid-post .entry-title {
        font-size: 17px;
        line-height: 22px;
    }

    .td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container {
        padding: 0 10px 18px;
    }
}

@media (max-width: 1018px) {
    .td_block_big_grid_fl_3 .td-big-grid-post {
        padding-top: 36%;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_3 .td-big-grid-post {
        padding-top: 50%;
        width: 100%;
    }
}

@media (min-width: 1140px) {
    .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
    .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
    .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
    .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1140px) {
    .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
    .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
    .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
    .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_3 .td-big-grid-post-0,
    .td_block_big_grid_fl_3 .td-big-grid-post-1 {
        margin-bottom: 2px;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
    padding-top: 23%;
    /* desktop only */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post .entry-title {
        font-size: 19px;
        line-height: 24px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
        padding-top: 30%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
        padding-top: 32%;
    }
}

@media (max-width: 767px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
        padding-top: 60%;
    }
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container {
        max-width: 80%;
        width: auto;
    }
}

/* Big grids full 4, 5, 6, 7 */
/* responsive portrait phone */
@media (max-width: 767px) {
    .td_block_big_grid_fl_4 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
    .td_block_big_grid_fl_5 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
    .td_block_big_grid_fl_6 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
    .td_block_big_grid_fl_7 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info {
        display: none;
    }

    .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
    .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
    .td_block_big_grid_fl_7.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
    .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
    .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
    .td_block_big_grid_fl_7.td-grid-style-3 .td-big-grid-post .td-module-meta-info {
        display: block;
    }
}

/* Big grid full 4 */
.td_block_big_grid_fl_4 .td-big-grid-post {
    float: left;
    width: 25%;
    padding-top: 30%;
    /* desktop only */
    /* responsive portrait tablet */
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
        font-size: 15px;
        line-height: 20px;
    }

    .td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container {
        padding: 0 17px 18px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_4 .td-big-grid-post {
        padding-top: 36%;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_fl_4.td-big-grids-margin {
        margin-left: -1px;
        margin-right: -1px;
    }

    .td_block_big_grid_fl_4.td-big-grids-margin .td-big-grid-post {
        border-width: 0 1px;
    }
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
    .td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
    .td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
    .td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info {
        padding-left: 17px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container {
        width: 100%;
        max-width: none;
    }

    .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container .td-module-meta-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_4 .td-big-grid-post-0 {
        width: 100%;
        float: none;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
    padding-top: 23%;
    /* desktop only */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
        font-size: 19px;
        line-height: 24px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
        padding-top: 26%;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
        font-size: 15px;
        line-height: 20px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container {
        padding: 0 10px 18px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
        padding-top: 32%;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info {
        padding-left: 15px;
        padding-right: 10px;
    }
}

@media (min-width: 1019px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container {
        max-width: 80%;
    }
}

/* Big grid full 5 */
.td_block_big_grid_fl_5 .td-big-grid-post {
    float: left;
    width: 20%;
    padding-top: 35%;
    /* landscape tablet + desktop */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_big_grid_fl_5 .td-big-grid-post .td-post-author-name {
        display: none;
    }
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
        font-size: 15px;
        line-height: 20px;
    }

    .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
        padding: 0 11px 15px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_fl_5 .td-big-grid-post {
        padding-top: 32%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_5 .td-big-grid-post {
        padding-top: 37%;
    }

    .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
        padding: 0 11px 10px;
    }
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
    .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
    .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
    .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
    .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
    .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
    .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
    .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
    .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media (min-width: 768px) {
    .td_block_big_grid_fl_5.td-big-grids-margin {
        margin-left: -1px;
        margin-right: -1px;
    }

    .td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post {
        border-width: 0 1px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .td_block_big_grid_fl_5 .td-module-meta-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_5 .td-big-grid-post-0 {
        width: 100%;
        float: none;
    }

    .td_block_big_grid_fl_5 .td-posts-1 .td-big-grid-post-0 .entry-title {
        font-size: 19px;
        line-height: 23px;
    }

    .td_block_big_grid_fl_5 .td-posts-3 .td-big-grid-post-0 .entry-title {
        font-size: 19px;
        line-height: 23px;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
    padding-top: 23%;
    /* desktop only */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
        font-size: 19px;
        line-height: 24px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
        padding: 0 20px 18px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
        padding-top: 30%;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
        font-size: 15px;
        line-height: 20px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
        padding: 0 10px 18px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
        padding-top: 34%;
    }
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-big-grids-margin,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-big-grids-margin {
        margin-left: -5px;
        margin-right: -5px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post {
        border-width: 0 5px;
    }
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-4 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-4 .td-meta-info-container {
        max-width: 85%;
    }
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Big grid full 6 */
.td_block_big_grid_fl_6 .td-big-grid-post {
    float: left;
}

.td_block_big_grid_fl_6 .td_module_mx18 {
    width: 100%;
    padding-top: 31%;
    /* desktop only */
    /* landscape tablet + desktop */
    /* responsive portrait tablet */
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_6 .td_module_mx18 .entry-title {
        font-size: 23px;
        line-height: 30px;
    }

    .td_block_big_grid_fl_6 .td_module_mx18 .td-meta-info-container {
        padding: 0 28px 18px;
    }
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_6 .td_module_mx18 {
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_6 .td_module_mx18 {
        margin-bottom: 4px;
        padding-top: 33%;
    }
}

.td_block_big_grid_fl_6 .td_module_mx22 {
    position: relative;
    width: 33.333%;
    padding-top: 17%;
    /* desktop only */
    /* responsive portrait tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container {
        padding: 0 28px 18px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container .td-module-meta-info {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_6 .td_module_mx22 {
        padding-top: 19%;
    }

    .td_block_big_grid_fl_6 .td_module_mx22 .entry-title {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_6 .td_module_mx22 {
        width: 100%;
        padding: 0;
        float: none;
    }
}

.td_block_big_grid_fl_6 .td_module_mx22 .entry-thumb {
    max-width: none;
    /* responsive desktop */
}

@media (min-width: 1140px) {
    .td_block_big_grid_fl_6 .td_module_mx22 .entry-thumb {
        min-width: 100%;
        width: auto;
    }
}

@media (min-width: 767px) {
    .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-1.td-module-empty,
    .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-2.td-module-empty,
    .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-3.td-module-empty,
    .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-4.td-module-empty,
    .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-5.td-module-empty,
    .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-6.td-module-empty {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_6 .td-big-grid-post-0 {
        width: 100%;
        float: none;
    }
}

.td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 175%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 175%, 0);
}

@media (min-width: 1140px) {
    .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-module-meta-info {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-big-grid-meta,
    .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-module-meta-info,
    .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-module-meta-info {
        padding-left: 14px;
        padding-right: 14px;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
    padding-top: 23%;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
        padding-top: 27%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
        padding-top: 31%;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
    padding-top: 12%;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* desktop only */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
        padding-top: 16%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
        padding-top: 18%;
    }
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22 .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (min-width: 1019px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container {
        width: auto;
        max-width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container .td-module-meta-info {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-5 .td-meta-info-container .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-5 .td-meta-info-container .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-6 .td-meta-info-container .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-6 .td-meta-info-container .td-module-meta-info {
        display: none;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td_module_mx18.td-big-grid-post:hover .td-module-thumb a:last-child:after,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td_module_mx18.td-big-grid-post:hover .td-module-thumb a:last-child:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 205%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 205%, 0);
}

/* Big grid fl 9 */
.td_block_big_grid_fl_9 .td-big-grid-post {
    float: left;
}

.td_block_big_grid_fl_9 .td_module_mx19 {
    width: 50%;
    padding-top: 38%;
    /* desktop only */
    /* responsive portrait tablet */
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_9 .td_module_mx19 .entry-title {
        font-size: 19px;
        line-height: 24px;
    }

    .td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container {
        padding: 0 20px 18px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_9 .td_module_mx19 {
        padding-top: 42%;
    }
}

.td_block_big_grid_fl_9 .td_module_mx26 {
    width: 50%;
    padding-top: 22%;
    /* desktop only */
    /* responsive portrait tablet */
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }

    .td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container {
        padding: 0 15px 18px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_9 .td_module_mx26 {
        padding-top: 25%;
    }

    .td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
        font-size: 15px !important;
        line-height: 20px !important;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_9 .td-big-grid-post-0 {
        width: 100%;
        float: none;
    }

    .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
        padding: 0 10px 11px;
    }
}

.td_block_big_grid_fl_9 .td_module_mx25 {
    width: 25%;
    padding-top: 16%;
    /* tablet + desktop */
    /* responsive portrait tablet */
}

@media (min-width: 767px) {
    .td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
        font-size: 13px;
        line-height: 18px;
    }

    .td_block_big_grid_fl_9 .td_module_mx25 .td-post-category {
        margin-bottom: 10px;
    }

    .td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container {
        padding: 0 10px 13px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_9 .td_module_mx25 {
        padding-top: 17%;
    }
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
    .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
    .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
    .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
    .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
    .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
    .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
    .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
    .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
    .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
    .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info {
        padding-left: 15px;
        padding-right: 15px;
    }

    .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
    .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
    .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
    .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
    .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
    .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
        padding-left: 10px;
        padding-right: 10px;
    }

    .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx_rd_bg_32 .td-meta-info-container {
        padding: 0 17px 23px;
    }
}

@media (min-width: 1019px) {
    .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image,
    .td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb {
        top: -6px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image,
    .td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb {
        top: -2px;
    }
}

@media (min-width: 1019px) {
    .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-admin-edit {
        top: 6px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-admin-edit {
        top: 2px;
    }
}

@media (min-width: 1019px) {
    .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
        bottom: 6px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
        bottom: 2px;
    }
}

.td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
    top: auto;
    /* landscape tablet + desktop */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) {
    .td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
    .td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
    .td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,
    .td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
        bottom: -6px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
    .td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
    .td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,
    .td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
        bottom: -2px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
    .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx26 .td-meta-info-container {
        width: 100%;
        max-width: none;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
        width: 100%;
        max-width: none;
    }

    .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx19 .td-module-meta-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_9.td-grid-style-2 .td-big-grid-post-1 .td-big-grid-meta,
    .td_block_big_grid_fl_9.td-grid-style-3 .td-big-grid-post-1 .td-big-grid-meta {
        padding: 11px 11px 0;
    }

    .td_block_big_grid_fl_9.td-grid-style-4 .td-big-grid-post-1 .td-module-title {
        padding-bottom: 3px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap {
        width: 100% !important;
        padding-right: 0;
    }

    .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
        font-size: 19px;
        line-height: 24px;
    }

    .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-meta-info-container {
        padding: 0 13px 14px;
    }

    .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-module-thumb {
        height: 215px !important;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
    padding-top: 32%;
    /* desktop only */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19 .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 .entry-title {
        font-size: 23px;
        line-height: 30px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
        padding-top: 36%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
        padding-top: 40%;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
    padding-top: 21%;
    /* desktop only */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26 .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
        font-size: 19px;
        line-height: 24px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container {
        padding: 0 20px 18px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
        padding-top: 21%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
        padding-top: 23%;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {
    padding-top: 11%;
    /* desktop only */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container {
        padding: 0 20px 18px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {
        padding-top: 15%;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {
        padding-top: 17%;
    }
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container {
        width: auto;
        max-width: 80%;
    }
}

/* Big grid full 10 */
.td_block_big_grid_fl_10 .td-big-grid-post {
    float: left;
}

@media (min-width: 1019px) {
    .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-module-image,
    .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-module-image,
    .td_block_big_grid_fl_10 .td-big-grid-post-0.td-module-empty .td-module-thumb,
    .td_block_big_grid_fl_10 .td-big-grid-post-3.td-module-empty .td-module-thumb {
        top: -6px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-module-image,
    .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-module-image,
    .td_block_big_grid_fl_10 .td-big-grid-post-0.td-module-empty .td-module-thumb,
    .td_block_big_grid_fl_10 .td-big-grid-post-3.td-module-empty .td-module-thumb {
        top: -2px;
    }
}

@media (min-width: 1019px) {
    .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-admin-edit,
    .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-admin-edit {
        top: 6px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-admin-edit,
    .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-admin-edit {
        top: 2px;
    }
}

@media (min-width: 1019px) {
    .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-meta-info-container,
    .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-meta-info-container {
        bottom: 6px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-meta-info-container,
    .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-meta-info-container {
        bottom: 2px;
    }
}

@media (min-width: 768px) {
    .td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
    .td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
    .td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
    .td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
        top: auto;
    }
}

@media (min-width: 1019px) {
    .td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
    .td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
    .td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
    .td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
        bottom: -6px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
    .td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
    .td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
    .td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
        bottom: -2px;
    }
}

.td_block_big_grid_fl_10 .td_module_mx25 {
    width: 24.5%;
    padding-top: 18%;
    /* tablet + desktop */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 767px) {
    .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
        font-size: 13px;
        line-height: 18px;
    }

    .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
        padding: 0 10px 13px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_10 .td_module_mx25 {
        padding-top: 21%;
    }

    .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_10 .td_module_mx25 {
        width: 100%;
    }
}

.td_block_big_grid_fl_10 .td_module_mx19 {
    width: 51%;
    padding-top: 36%;
    /* desktop only */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_10 .td_module_mx19 .entry-title {
        font-size: 19px;
        line-height: 24px;
    }

    .td_block_big_grid_fl_10 .td_module_mx19 .td-post-category {
        margin-bottom: 10px;
    }

    .td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container {
        padding: 0 20px 18px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_10 .td_module_mx19 {
        padding-top: 42%;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_10 .td_module_mx19 {
        width: 46%;
    }
}

.td_block_big_grid_fl_10 .td-module-image {
    position: absolute;
    top: 0;
    lefT: 0;
    width: 100%;
    height: 100%;
}

.td_block_big_grid_fl_10 .td-big-grid-column {
    width: 24.5%;
    display: block;
    float: left;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_10 .td-big-grid-column {
        width: 100%;
        float: none;
    }
}

.td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
    width: 100%;
    /* landscape tablet + desktop */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
        padding-top: 73.5%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
        padding-top: 85.7%;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
        float: left;
    }

    .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25:first-child {
        margin-bottom: 3px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_10 .td-big-grid-post-1,
    .td_block_big_grid_fl_10 .td-big-grid-post-2 {
        height: 260px;
        padding: 0;
    }

    .td_block_big_grid_fl_10 .td-big-grid-post-1 .entry-title {
        font-size: 19px;
        line-height: 24px;
    }

    .td_block_big_grid_fl_10 .td-big-grid-post-2 .td-meta-info-container {
        padding: 0 10px 11px;
    }

    .td_block_big_grid_fl_10 .td-big-grid-post-2 .td-module-meta-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_10 .td-posts-3 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
        font-size: 19px;
        line-height: 23px;
    }

    .td_block_big_grid_fl_10 .td-posts-3 .td_module_wrap .td-module-thumb {
        height: 220px !important;
    }
}

@media (min-width: 767px) {
    .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
    .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
    .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
    .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
    .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
    .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1018px) {
    .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
    .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
    .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
    .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
    .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
    .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
        width: 100%;
        max-width: none;
    }

    .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx19 .td-meta-info-container .td-module-meta-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_fl_10.td-grid-style-2 .td-big-grid-post-2 .td-big-grid-meta,
    .td_block_big_grid_fl_10.td-grid-style-3 .td-big-grid-post-2 .td-big-grid-meta {
        padding: 11px 11px 0;
    }

    .td_block_big_grid_fl_10.td-grid-style-4 .td-big-grid-post-2 .entry-title {
        padding-bottom: 3px;
    }

    .td_block_big_grid_fl_10.td-grid-style-7 .td-big-grid-post-1 .entry-title {
        font-size: 26px;
        line-height: 30px;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
    padding-top: 13%;
    /* desktop only */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
        padding: 0 17px 18px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
        padding-top: 17.52%;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
        font-size: 15px;
        line-height: 20px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
        padding: 0 10px 18px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
        padding-top: 23%;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
        font-size: 13px;
        line-height: 18px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
        padding: 0 10px 13px;
    }
}

.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
    padding-top: 26%;
    /* desktop only */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19 .entry-title,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 .entry-title {
        font-size: 23px;
        line-height: 30px;
    }

    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container {
        padding: 0 20px 20px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
        padding-top: 35%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
        padding-top: 46%;
    }
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
        padding-top: 53%;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
        padding-top: 71.5%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
        padding-top: 93.9%;
    }
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
        padding-left: 17px;
        padding-right: 17px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1140px) {
    .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
    .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx25 .td-meta-info-container {
        width: auto;
        max-width: 90%;
    }
}

.td-big-grid-slide {
    margin-bottom: 0;
    height: 534px !important;
    overflow: hidden;
    /* responsive portrait phone */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (max-width: 767px) {
    .td-big-grid-slide {
        height: 451px !important;
        margin-bottom: 48px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .td-big-grid-slide .td-big-grid-scroll {
        overflow: visible !important;
        white-space: normal;
    }

    .td-big-grid-slide .td_module_mx10,
    .td-big-grid-slide .td_module_mx9 {
        display: block !important;
        width: 100% !important;
    }

    .td-big-grid-slide .td_module_mx9 .td-module-thumb {
        max-height: 200px;
    }

    .td-big-grid-slide .td-big-grid-post-1 {
        margin-bottom: 3px !important;
    }

    .td-big-grid-slide .td-big-grid-post-2 {
        width: 50% !important;
        display: inline-block !important;
        margin-left: 0 !important;
    }

    .td-big-grid-slide .td-big-grid-post-2 .entry-thumb {
        min-height: 100%;
        min-width: 100%;
    }

    .td-big-grid-slide .td-big-grid-post-3 {
        width: 50% !important;
        display: inline-block !important;
    }

    .td-big-grid-slide .td-big-grid-post-3 .entry-thumb {
        min-height: 100%;
        min-width: 100%;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-slide {
        height: 474px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-slide {
        height: 384px !important;
    }
}

.td-big-grid-slide .td-icon-left,
.td-big-grid-slide .td-icon-right {
    z-index: 1;
    padding: 20px;
    position: absolute;
    display: block;
    height: 80px;
    margin-top: -65px;
    top: 50%;
    font-size: 40px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-big-grid-slide .td-icon-left,
    .td-big-grid-slide .td-icon-right {
        display: none;
    }
}

.td-big-grid-slide .td-icon-left {
    left: 0;
}

.td-big-grid-slide .td-icon-right {
    right: 0;
}

.td-big-grid-slide:hover .td-icon-left,
.td-big-grid-slide:hover .td-icon-right {
    opacity: 0.6;
}

@media (min-width: 1140px) {
    .td-big-grid-slide .td_block_wrap {
        width: 1068px !important;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-slide .td_block_wrap {
        width: 980px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-slide .td_block_wrap {
        width: 740px !important;
    }
}

@media (max-width: 767px) {
    .td-big-grid-slide .td_block_wrap {
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }
}

/* Related / similar articles */
/* related_posts_row */
.td-related-row {
    margin-right: -21px;
    *zoom: 1;
    /* responsive 500px phone */
}

.td-related-row:before,
.td-related-row:after {
    display: table;
    content: '';
}

.td-related-row:after {
    clear: both;
}

.td-related-row [class*="td-related-span"] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-related-row [class*="td-related-span"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-related-row [class*="td-related-span"] {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 767px) {
    .td-related-row [class*="td-related-span"] {
        padding-right: 0;
        padding-left: 0;
        float: none;
        width: 100%;
    }
}

.td-related-row .td-related-span4 {
    width: 33.33333333%;
    padding-left: 0;
    padding-right: 21px;
    /* responsive 500px phone */
}

@media (max-width: 500px) {
    .td-related-row .td-related-span4 {
        padding-right: 10px;
    }
}

@media (max-width: 500px) {
    .td-related-row {
        margin-right: -10px;
    }

    .td-related-row .td-video-play-ico {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
}

.td-related-full-width .td-related-row {
    margin-right: -22px;
    /* responsive portrait phone */
}

.td-related-full-width .td-related-row .td-related-span4 {
    width: 20%;
    padding-right: 22px;
    position: relative;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-related-full-width .td-related-row .td-related-span4 {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .td-related-full-width .td-related-row {
        margin-right: 0;
    }

    .td-related-full-width .td-related-row .td-video-play-ico {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
}

.td_block_related_posts {
    position: relative;
    /* responsive portrait phone */
}

.td_block_related_posts .td-module-thumb {
    margin-bottom: 7px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_related_posts .td-module-thumb {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td_block_related_posts .td-video-play-ico {
        width: 25px;
        height: 25px;
        font-size: 25px;
    }
}

.td_block_related_posts .td-module-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_related_posts .td-module-title {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (max-width: 767px) {
    .td_block_related_posts .td-related-span4 {
        width: 100%;
    }

    .td_block_related_posts .td-module-image {
        position: absolute;
        width: 100px;
    }

    .td_block_related_posts .item-details {
        padding-left: 110px;
        min-height: 70px;
        margin-bottom: 26px;
    }
}

.td_block_related_posts .td-next-prev-wrap {
    margin-top: 0;
}

.td_block_template_1 .td-related-title {
    border-bottom: 2px solid #4db2ec;
}

.td_block_template_1 .td-related-title a {
    line-height: 1;
    padding: 9px 12px 5px 12px;
    /* responsive 320px phone */
}

@media (max-width: 319px) {
    .td_block_template_1 .td-related-title a {
        width: 100%;
        font-size: 12px !important;
    }
}

.td_block_template_1 .td-related-title .td-cur-simple-item {
    background-color: #4db2ec;
    color: #fff;
}

.td_block_template_1 .td-related-title .td-cur-simple-item:hover {
    color: #fff;
}

.td-related-title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 27px;
}

.td-related-title > .td-related-left,
.td-related-title > .td-related-right {
    display: inline-block;
    white-space: nowrap;
    /* responsive 320px phone */
}

@media (max-width: 320px) {
    .td-related-title > .td-related-left,
    .td-related-title > .td-related-right {
        font-size: 13px !important;
    }
}

@media (max-width: 767px) {
    .td-related-title > .td-related-right {
        margin-right: 0 !important;
    }
}

@-moz-document url-prefix() {
    .td_block_template_1 .td-related-title > .td-related-left,
    .td_block_template_1 .td-related-title > .td-related-right {
        padding: 8px 12px 6px 12px;
    }
}

.td_mod_related_posts:hover h3 > a {
    color: #4db2ec;
}

/* Parallax header */
.td-parallax-header {
    margin-bottom: 60px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-parallax-header {
        margin-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .td-parallax-header {
        margin-bottom: 25px;
    }
}

/* Sidebar fix for post template with parallax */
.td-post-template-6 .td-ss-main-sidebar,
.td-post-template-7 .td-ss-main-sidebar {
    -webkit-transform: translate3d(0, 0, 0);
}

/* General Category Templates */
.td-pulldown-filter-list {
    display: none;
}

.td-category-pulldown-filter:hover .td-pulldown-filter-list {
    display: block;
}

.td-category-header {
    background-color: #fff;
    clear: both;
}

.td-category-header .td-container {
    position: relative;
}

.td-category-header .td-page-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -2px;
    margin-bottom: 0;
}

.td-category-header .entry-category a {
    font-size: 11px;
    padding: 4px 8px 5px 8px;
}

.td-category-header .td-category-pulldown-filter {
    position: absolute;
    top: 49px;
    right: 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-category-header .td-category-pulldown-filter {
        top: 46px;
    }
}

@media (max-width: 767px) {
    .td-category-header .td-category-pulldown-filter {
        top: 50px;
        right: 10px;
    }
}

.td-category-header .td-pulldown-filter-display-option {
    background-color: #222222;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 13px 4px 13px;
    font-size: 11px;
    white-space: nowrap;
}

.td-category-header .td-icon-menu-down {
    font-size: 9px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.td-category-header .td-pulldown-filter-list {
    position: absolute;
    z-index: 2;
    right: 0;
    background-color: #222222;
    padding: 6px 0;
    text-align: left;
    margin: 4px 0 0;
    min-width: 113px;
}

.td-category-header .td-pulldown-filter-list a {
    background-color: transparent !important;
}

.td-category-header .td-pulldown-filter-item {
    list-style: none;
    margin-left: 0;
    line-height: 1;
}

.td-category-header .td-pulldown-category-filter-link {
    padding: 0 13px;
    display: inline-block;
    font-size: 10px;
    line-height: 24px;
    width: 100%;
    color: #fff;
    text-transform: none;
}

.td-category-header .td-pulldown-category-filter-link:hover {
    color: #4db2ec;
}

.td-category-description {
    width: 90%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-category-description {
        width: 100%;
    }
}

.td-category-description p {
    font-style: italic;
    font-family: 'Open Sans', arial, sans-serif;
    color: #777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 15px;
}

@-moz-document url-prefix() {
    .td-category-header .td-pulldown-filter-display-option {
        padding: 4px 13px 5px 13px;
    }
}

.td-category-siblings {
    z-index: 2;
    opacity: 0;
    width: 744px;
    position: relative;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-category-siblings {
        width: 560px;
    }
}

@media (max-width: 767px) {
    .td-category-siblings {
        margin-right: 0;
        width: auto;
    }
}

.td-category-siblings .td-category {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    overflow: hidden;
}

.td-category-siblings .td-subcat-more {
    line-height: 1;
    padding: 4px 5px 3px;
}

.td-category-siblings .td-subcat-dropdown {
    background-color: transparent;
    display: inline-block;
    padding: 0;
    position: absolute;
    border: 1px solid #eaeaea;
    color: #222;
    top: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-category-siblings .td-subcat-dropdown {
        position: absolute;
        top: 0;
    }
}

.td-category-siblings .td-subcat-dropdown i {
    margin: 0;
    top: 0;
}

.td-category-siblings .td-subcat-dropdown ul {
    z-index: 999;
    border: 1px solid #e6e6e6;
    margin: 0;
}

.td-category-siblings .td-subcat-dropdown:hover {
    border-color: #222;
    color: #fff;
    background-color: #222;
}

.td-category-siblings .td-subcat-dropdown:hover ul {
    display: block;
    border-color: #222;
    right: -1px;
    top: 23px;
}

.td-category-siblings .td-subcat-dropdown:hover ul:before {
    background-color: #222;
    content: '';
    height: 4px;
    position: absolute;
    right: -1px;
    top: -5px;
    width: 21px;
}

.td-category-siblings .td-subcat-dropdown li {
    list-style: none;
    margin-left: 0;
}

.td-category-siblings .td-subcat-dropdown a {
    display: block;
    color: #fff !important;
    padding: 0 13px;
    white-space: nowrap;
    text-transform: none;
    font-size: 10px;
}

.td-category-siblings .td-subcat-dropdown a:hover {
    color: #4db2ec;
}

.td-category-siblings .td-subcat-dropdown a.td-current-sub-category {
    background-color: transparent;
    color: #4db2ec;
}

.td-js-loaded .td-category-siblings {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 767px) {
    .category .td-crumb-container {
        margin-bottom: 3px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .category .td-category-grid .td_block_wrap {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .category .td-main-content .td-load-more-wrap {
        margin-bottom: 26px;
    }
}

/* Footer General */
.td-footer-wrapper {
    background-color: #222222;
    padding-top: 54px;
    padding-bottom: 20px;
    color: #eaeaea;
    position: relative;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-footer-wrapper {
        padding-top: 44px;
    }
}

@media (max-width: 767px) {
    .td-footer-wrapper {
        padding-top: 40px;
    }
}

.td-footer-wrapper .td_block_wrap {
    padding-bottom: 0;
    margin-bottom: 48px;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-footer-wrapper .td_block_wrap {
        margin-bottom: 38px;
    }
}

.td-footer-wrapper .td_block_wrap .td-block-span12:last-child .td_module_wrap {
    padding-bottom: 0;
}

.td-footer-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.td-footer-wrapper .block-title a,
.td-footer-wrapper .block-title span,
.td-footer-wrapper .block-title label {
    background-color: transparent;
    color: #fff;
    padding: 6px 0 5px;
    line-height: 1;
}

.td-footer-wrapper .block-title {
    border-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 2px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-footer-wrapper .block-title {
        margin-bottom: 21px;
    }
}

@media (max-width: 767px) {
    .td-footer-wrapper .widget .block-title {
        margin-bottom: 13px;
    }
}

.td-footer-wrapper a {
    color: #fff;
}

.td-footer-wrapper ul {
    margin-bottom: 0;
}

.td-footer-wrapper li {
    margin-left: 0;
}

.td-footer-wrapper .td-post-category {
    background-color: #4db2ec;
}

.td-footer-wrapper .td-post-category:hover {
    opacity: 0.8;
}

.td-footer-wrapper .widget_categories li span {
    margin-right: 0;
}

.td-footer-wrapper .td-instagram-meta {
    color: #eee;
}

.td-footer-wrapper .td-instagram-button {
    border-color: #444;
}

.td-footer-wrapper .td-instagram-button:hover {
    border-color: #666;
}

.td-footer-wrapper .td_block_exchange .td-rate,
.td-footer-wrapper .td_block_exchange .td-exchange-rates .td-rate:before {
    border-color: #444 !important;
}

.td-footer-wrapper .td_block_exchange .td-exchange-header:before {
    opacity: 0.3;
}

@media (max-width: 767px) {
    .td-footer-wrapper .td-pb-span4 {
        margin-bottom: 38px;
    }

    .td-footer-wrapper .td-pb-span4:last-child {
        margin-bottom: 0;
    }
}

.td-footer-page {
    padding: 0;
    background-color: transparent !important;
}

.td-footer-page p:empty {
    display: none;
}

.td-boxed-layout .td-footer-page {
    width: 100%;
}

.td-footer-info {
    margin-bottom: 48px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-footer-info {
        margin-bottom: 38px;
        text-align: center;
    }
}

.td-footer-info .footer-text-wrap a {
    color: #4db2ec;
}

.td-footer-info .footer-text-wrap a:hover {
    text-decoration: underline;
}

.footer-logo-wrap {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .footer-logo-wrap img {
        max-width: 70%;
    }
}

.footer-text-wrap .footer-email-wrap {
    padding: 21px 0;
}

.footer-text-wrap .footer-email-wrap a {
    color: #4db2ec;
}

.footer-text-wrap {
    font-family: 'Open Sans', arial, sans-serif;
}

.td-social-style-2 .td-social-icon-wrap {
    display: inline-block;
    margin: 5px 10px 10px 0;
}

.td-social-style-2 .td-social-icon-wrap:last-child {
    margin-right: 0;
}

.td-social-style-2 .td-icon-font {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    /* responsive portrait tablet */
}

.td-social-style-2 .td-icon-font:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    opacity: 0.03;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style-2 .td-icon-font {
        font-size: 12px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
}

.td-social-style-2 .td-icon-instagram {
    font-size: 16px;
}

.td-footer-bottom-full {
    margin-top: 12px;
    padding-top: 50px;
    padding-bottom: 30px;
    /* responsive portrait phone */
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-footer-bottom-full {
        text-align: center;
        padding-bottom: 0;
    }
}

.td-footer-bottom-full .td-container {
    position: relative;
}

.td-footer-bottom-full .td-container:before {
    content: '';
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -50px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
}

.td-footer-bottom-full .block-title {
    margin-bottom: 26px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-footer-bottom-full .block-title {
        margin-bottom: 21px;
    }
}

.td-footer-bottom-full .footer-email-wrap {
    padding-bottom: 0;
}

.td-footer-bottom-full .footer-logo-wrap {
    margin-top: 35px;
    margin-bottom: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-footer-bottom-full .footer-logo-wrap {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .td-footer-bottom-full .td-pb-row > div {
        margin-bottom: 50px;
    }

    .td-footer-bottom-full .td-pb-row > div:last-child {
        margin-bottom: 0;
    }
}

/* More stories box */
.td-more-articles-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    width: 341px;
    bottom: 48px;
    right: -384px;
    background-color: #fff;
    padding: 16px 20px 0 20px;
    border-style: solid;
    border-color: #ededed;
    border-width: 1px 0 1px 1px;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
    -moz-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
    -o-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
    transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
    /* custom */
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-more-articles-box {
        display: none !important;
    }
}

.td-more-articles-box-title {
    font-family: 'Open Sans', arial, sans-serif;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    min-width: 300px;
    margin-bottom: 18px;
}

.td-content-more-articles-box .td_module_1,
.td-content-more-articles-box .td_module_3 {
    padding-bottom: 20px;
}

.td-content-more-articles-box .td_module_4 {
    margin-bottom: 20px;
}

.td-content-more-articles-box .td_module_2 {
    padding-bottom: 10px;
}

.td-content-more-articles-box .td_module_5:last-child,
.td-content-more-articles-box .td_module_9:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.td-content-more-articles-box .td-module-thumb {
    height: auto !important;
}

.td-close-more-articles-box {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 14px;
    top: 21px;
    line-height: 26px;
    padding: 2px 11px;
    font-size: 17px;
}

.td-front-end-display-block {
    right: 0;
    visibility: visible;
}