/*  ----------------------------------------------------------------------------
    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;
}

/*
  usage:
  .td-block-row {
    .mx-row(td-block-span);
  }
  
  @all_span_selector - is the begining of the span selector
   */
/*  ----------------------------------------------------------------------------
      sprite
  */
.td-sp {
    background-image: url('./elements.png');
    background-repeat: no-repeat;
    display: block;
}

.td-sp-video-play {
    width: 42px;
    height: 42px;
    background-position: -20px -488px;
}

.td-sp-video-pause {
    width: 42px;
    height: 42px;
    background-position: -20px -612px;
}

.td-sp-facebook {
    width: 32px;
    height: 32px;
    background-position: -20px -20px;
}

.td-sp-pinterest {
    width: 32px;
    height: 32px;
    background-position: -20px -72px;
}

.td-sp-rss {
    width: 32px;
    height: 32px;
    background-position: -20px -124px;
}

.td-sp-soundcloud {
    width: 32px;
    height: 32px;
    background-position: -20px -176px;
}

.td-sp-instagram {
    width: 32px;
    height: 32px;
    background-position: -20px -228px;
}

.td-sp-vimeo {
    width: 32px;
    height: 32px;
    background-position: -20px -332px;
}

.td-sp-youtube {
    width: 32px;
    height: 32px;
    background-position: -20px -384px;
}

.td-sp-twitter {
    width: 32px;
    height: 32px;
    background-position: -20px -436px;
}

.tdc-header-template .td-main-page-wrap,
.tdc-no-header .td-main-page-wrap {
    padding-top: 0;
}

.tdc_zone {
    margin: 0;
}

.td-main-content-wrap .tdc_zone {
    z-index: 0;
}

.td-header-template-wrap {
    z-index: 100;
}

.td-header-desktop-wrap {
    width: 100%;
}

.td-header-desktop-wrap .td-spot-id-header {
    max-width: 728px;
    width: auto;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-header-desktop-wrap .td-spot-id-header {
        height: 60px;
    }
}

.td-header-mobile-wrap .td-spot-id-header {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-header-mobile-wrap .td-spot-id-header {
        margin: 0 auto;
    }
}

.td-header-desktop-sticky-wrap,
.td-header-mobile-sticky-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}

.td-header-desktop-sticky-wrap.td-header-active,
.td-header-mobile-sticky-wrap.td-header-active {
    visibility: visible;
}

.td-header-desktop-sticky-wrap.td-header-stop-transition,
.td-header-mobile-sticky-wrap.td-header-stop-transition {
    -webkit-transition: none;
    transition: none;
}

/* responsive desktop + tablet */
@media (min-width: 767px) {
    .admin-bar .td-header-desktop-sticky-wrap {
        margin-top: 32px;
    }
}

/*
      Logged section
  */
#td-mobile-nav .td-menu-login-section {
    list-style: none;
    position: relative;
    margin-top: 20px;
}

#td-mobile-nav .td-menu-login-section .td-logged-wrap {
    height: 60px;
    line-height: 60px;
    /* responsive portrait phone */
}

@media (max-width: 320px) {
    #td-mobile-nav .td-menu-login-section .td-logged-wrap {
        height: 40px;
        line-height: 40px;
    }
}

#td-mobile-nav .td-menu-login-section a {
    color: #fff;
}

#td-mobile-nav .td-menu-avatar {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0;
}

#td-mobile-nav .td-menu-avatar .td-avatar-container {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    /* responsive portrait phone */
}

@media (max-width: 320px) {
    #td-mobile-nav .td-menu-avatar .td-avatar-container {
        -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
        width: 40px;
        height: 40px;
    }
}

#td-mobile-nav .td-menu-avatar .avatar {
    position: absolute;
    margin: 0 auto;
    left: -9999px;
    right: -9999px;
    max-width: none;
    width: 100%;
    height: 100%;
}

#td-mobile-nav .td-menu-username {
    font-size: 20px;
    font-weight: bold;
    margin: 0 100px 0 95px;
    overflow: hidden;
    height: 60px;
    /* responsive portrait phone */
}

@media (max-width: 320px) {
    #td-mobile-nav .td-menu-username {
        font-size: 18px;
        height: 40px;
        margin: 0 100px 0 75px;
    }
}

#td-mobile-nav .td-menu-logout {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0;
}

#td-mobile-nav .td-menu-logout a {
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    font-size: 14px;
    font-weight: bold;
}

/*
      Guest section
  */
#td-mobile-nav .td-guest-wrap {
    height: 40px;
    text-align: center;
}

#td-mobile-nav .td-guest-wrap .td-menu-avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: auto;
    left: auto;
    margin-right: 15px;
}

#td-mobile-nav .td-guest-wrap .td-menu-avatar .td-avatar-container {
    width: 40px;
    height: 40px;
}

#td-mobile-nav .td-guest-wrap .td-menu-login {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}

#td-mobile-nav .td-guest-wrap .td-menu-login span {
    background-color: #fff;
    width: 1px;
    height: 20px;
    display: inline-block;
    margin: 0 13px;
    line-height: 20px;
    position: relative;
    top: 3px;
    opacity: 0.3;
}

#td-mobile-nav .td-guest-wrap .td-menu-login a {
    cursor: pointer;
}

/*
      Register section
  */
#td-mobile-nav .td-register-section {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    z-index: -1;
}

#td-mobile-nav .td-register-section a {
    color: #fff;
}

#td-mobile-nav .td-register-section .td-icon-read-down {
    font-size: 23px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    line-height: 74px;
    width: 74px;
}

#td-mobile-nav .td-register-section .td-login-input {
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    outline: 0;
    margin: 18px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    box-shadow: none;
}

#td-mobile-nav .td-register-section .td-login-input:focus~label,
#td-mobile-nav .td-register-section .td-login-input:valid~label {
    top: -6px;
    font-size: 14px;
    opacity: 0.4;
}

#td-mobile-nav .td-register-section .td-login-form-wrap {
    padding: 0 30px;
}

#td-mobile-nav .td-register-section .td-login-button {
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    line-height: 50px;
    color: #000;
    border: none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
    margin: 17px 0 15px;
    font-size: 17px;
    border-radius: 0;
    background-color: #fff;
    opacity: 0.8;
    text-shadow: none;
}

#td-mobile-nav .td-register-section .td-login-info-text {
    text-align: center;
    margin-bottom: 20px;
}

#td-mobile-nav .td-register-section .td-login-register-link a {
    width: 100%;
    display: block;
    padding: 13px;
    margin-top: 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: relative;
    text-align: center;
}

#td-mobile-nav .td-register-section .td-login-register-link a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#td-mobile-nav .td-register-section .td-login-register-link a:hover {
    color: #fff;
}

#td-mobile-nav .td-register-section .td-login-register-link a:hover:before {
    opacity: 0.2;
}

#td-mobile-nav .td-login-title {
    position: absolute;
    top: 0;
    padding: 0 50px;
    text-align: center;
    line-height: 74px;
    text-transform: uppercase;
    width: 100%;
    font-size: 17px;
    height: 74px;
    overflow: hidden;
    z-index: -1;
}

#td-mobile-nav .td-login-panel-title {
    text-align: center;
    font-size: 16px;
    padding: 30px 10px;
}

#td-mobile-nav .td-login-panel-title span {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.td-ajax-search-flex .td_module_flex_1 {
    padding-bottom: 25px;
}

.td-ajax-search-flex .td_module_flex_1 .td-module-container {
    flex-direction: row;
}

.td-ajax-search-flex .td_module_flex_1 .td-image-container {
    flex: 0 0 30%;
    width: 30%;
}

.td-ajax-search-flex .td_module_flex_1 .td-image-wrap {
    padding-bottom: 70%;
}

.td-ajax-search-flex .td_module_flex_1 .td-module-meta-info {
    padding: 0 0 0 15px;
}

.td-ajax-search-flex .td_module_flex_1 .entry-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.td-ajax-search-flex .td_module_flex_1 .td-excerpt,
.td-ajax-search-flex .td_module_flex_1 .td-post-category,
.td-ajax-search-flex .td_module_flex_1 .td-post-author-name,
.td-ajax-search-flex .td_module_flex_1 .td-module-comments,
.td-ajax-search-flex .td_module_flex_1 .td-read-more {
    display: none;
}

/*  ----------------------------------------------------------------------------
      IOS Slider
  */
.td_block_slide {
    position: relative;
    overflow: hidden;
    *zoom: 1;
}

.td_block_slide:before,
.td_block_slide:after {
    display: table;
    content: "";
    line-height: 0;
}

.td_block_slide:after {
    clear: both;
}

.td_block_slide .td_block_inner {
    position: relative;
}

.td_block_slide .td-module-thumb,
.td_block_slide .td-video-play-ico,
.td_block_slide .td-slide-meta,
.td_block_slide i {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.td_block_slide .td-module-thumb {
    margin-bottom: 0;
    z-index: -1;
    position: static;
}

.td_block_slide .td-video-play-ico {
    width: 40px !important;
    height: 40px !important;
    font-size: 40px !important;
    border-width: 0.050em !important;
    /* responsive portrait phone */
}

@media (max-width: 1018px) {
    .td_block_slide .td-video-play-ico {
        top: 12px;
        left: auto;
        right: 12px;
        transform: none;
        -webkit-transform: none;
    }
}

.td_block_slide .td-admin-edit {
    height: auto !important;
}

.td_block_slide .td_module_slide {
    z-index: 1;
}

.td_block_slide .td-image-gradient:before {
    height: 100%;
}

.td_block_slide .td-module-thumb,
.td_block_slide .entry-thumb {
    height: 100%;
}

.td_block_slide .entry-thumb {
    background-size: cover;
}

.td_block_slide .td-slide-meta {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 22px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_slide .td-slide-meta {
        padding: 0 12px;
        bottom: 3px;
    }
}

.td_block_slide .td-slide-meta a,
.td_block_slide .td-slide-meta span {
    color: #fff;
}

.td_block_slide .entry-title {
    margin: 5px 0;
}

.td_block_slide .entry-review-stars {
    margin-right: 22px;
    top: 0;
}

.td_block_slide .td-post-date {
    color: #fff;
    margin-left: 4px;
}

.td_block_slide .td-post-views {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
    line-height: 15px;
}

.td_block_slide .td-icon-views {
    position: relative;
    line-height: 17px;
    font-size: 14px;
    margin-right: 5px;
    vertical-align: top;
}

.td_block_slide .td-post-comments {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.td_block_slide .td-icon-comments {
    margin-right: 5px;
    font-size: 9px;
    position: relative;
    top: 1px;
}

.td_block_slide .td-slide-nav {
    padding: 20px;
    position: absolute;
    display: block;
    height: 80px;
    margin-top: -40px;
    top: 50%;
    font-size: 38px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.td_block_slide .prevButton {
    left: 0;
}

.td_block_slide .nextButton {
    right: 0;
}

.td_block_slide .td_module_wrap:hover .entry-title a {
    color: #fff;
}

.td-ss-main-sidebar .td_block_slide,
.td-ss-row .td-pb-span4 .td_block_slide {
    overflow: visible;
}

.td-theme-slider {
    /* Slider Category */
}

.td-theme-slider .slide-meta-cat a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 4px 7px 3px;
    line-height: 14px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-theme-slider .slide-meta-cat a {
        font-size: 10px;
        padding: 2px 5px 2px;
        margin-bottom: 0;
        line-height: 13px;
    }
}

.td-theme-slider:hover .td-slide-nav {
    opacity: 1;
    z-index: 1;
}

.td-theme-slider:hover .slide-meta-cat a {
    background-color: #4db2ec;
}

@-moz-document url-prefix() {
    .td-theme-slider .slide-meta-cat a {
        padding: 3px 7px 4px;
        /* responsive portrait phone */
    }

    @media (max-width: 767px) {
        .td-theme-slider .slide-meta-cat a {
            line-height: 12px;
        }
    }
}

/* 3 column */
.iosSlider-col-3,
.iosSlider-col-3 .td_module_slide {
    height: 580px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {

    .iosSlider-col-3,
    .iosSlider-col-3 .td_module_slide {
        height: 532px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {

    .iosSlider-col-3,
    .iosSlider-col-3 .td_module_slide {
        height: 402px;
    }
}

@media (max-width: 767px) {

    .iosSlider-col-3,
    .iosSlider-col-3 .td_module_slide {
        height: 298px;
    }
}

@media (max-width: 500px) {

    .iosSlider-col-3,
    .iosSlider-col-3 .td_module_slide {
        height: 163px;
    }
}

.iosSlider-col-3 .entry-title {
    font-size: 48px;
    line-height: 58px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .iosSlider-col-3 .entry-title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .iosSlider-col-3 .entry-title {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    .iosSlider-col-3 .entry-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 500px) {
    .iosSlider-col-3 .entry-title {
        font-size: 18px;
        line-height: 24px;
    }
}

/* 2 columns */
.iosSlider-col-2,
.iosSlider-col-2 .td_module_slide {
    height: 385px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {

    .iosSlider-col-2,
    .iosSlider-col-2 .td_module_slide {
        height: 354px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {

    .iosSlider-col-2,
    .iosSlider-col-2 .td_module_slide {
        height: 268px;
    }
}

@media (max-width: 767px) {

    .iosSlider-col-2,
    .iosSlider-col-2 .td_module_slide {
        height: 303px;
    }
}

@media (max-width: 500px) {

    .iosSlider-col-2,
    .iosSlider-col-2 .td_module_slide {
        height: 166px;
    }
}

.iosSlider-col-2 .entry-title {
    font-size: 26px;
    line-height: 32px;
    /* responsive portrait tablet */
    /* responsive small portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .iosSlider-col-2 .entry-title {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 500px) {
    .iosSlider-col-2 .entry-title {
        font-size: 18px;
        line-height: 24px;
    }
}

/* 1 column */
.td_block_slide .iosSlider-col-1,
.td_block_slide .iosSlider-col-1 .td_module_slide {
    height: 385px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {

    .td_block_slide .iosSlider-col-1,
    .td_block_slide .iosSlider-col-1 .td_module_slide {
        height: 354px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {

    .td_block_slide .iosSlider-col-1,
    .td_block_slide .iosSlider-col-1 .td_module_slide {
        height: 268px;
    }
}

@media (max-width: 767px) {

    .td_block_slide .iosSlider-col-1,
    .td_block_slide .iosSlider-col-1 .td_module_slide {
        height: 303px;
    }
}

@media (max-width: 500px) {

    .td_block_slide .iosSlider-col-1,
    .td_block_slide .iosSlider-col-1 .td_module_slide {
        height: 200px;
    }
}

.td_block_slide .iosSlider-col-1 .entry-title {
    font-size: 18px;
    line-height: 24px;
    /* responsive portrait phone */
    /* responsive small portrait phone */
}

@media (max-width: 767px) {
    .td_block_slide .iosSlider-col-1 .entry-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 500px) {
    .td_block_slide .iosSlider-col-1 .entry-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.td_block_slide .td_module_slide {
    visibility: hidden !important;
}

.td_block_slide .td_module_slide:first-child {
    visibility: visible !important;
}

.td-js-loaded .td_block_slide .td_module_slide {
    visibility: visible !important;
}

/*  ----------------------------------------------------------------------------
      Block Wrap
  */
.td_block_wrap {
    margin-bottom: 48px;
    position: relative;
    clear: both;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_wrap {
        margin-bottom: 32px;
    }
}

.td_block_wrap .td-next-prev-wrap,
.td_block_wrap .td-load-more-wrap {
    margin-top: 20px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td_block_wrap .td-next-prev-wrap,
    .td_block_wrap .td-load-more-wrap {
        margin-bottom: 0;
    }
}

.td_block_wrap .td-subcat-item .td-cur-simple-item {
    color: #000;
}

.td-block-title-wrap {
    position: relative;
}

.td-page-content .td_block_wrap {
    line-height: 21px;
}

.td-fix-index {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.td_with_ajax_pagination {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.widgettitle,
.widgettitle:after,
.td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.woocommerce .product .products h2:not(.woocommerce-loop-product__title),
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more {
    background-color: #222222;
}

.td_block_wrap .td-subcat-item .td-cur-simple-item {
    color: #4db2ec;
}

/*  ----------------------------------------------------------------------------
      Ajax Next Prev
  */
.td-next-prev-wrap {
    position: relative;
    clear: both;
}

.td-next-prev-wrap a {
    display: inline-block;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    font-size: 7px;
    color: #b7b7b7;
}

.td-next-prev-wrap a:hover {
    background-color: #4db2ec;
    border-color: #4db2ec;
    color: #fff;
}

.td-next-prev-wrap .ajax-page-disabled {
    opacity: 0.5;
}

.td-next-prev-wrap .td-ajax-next-page {
    padding-left: 2px;
}

.td-next-prev-wrap .td-ajax-prev-page {
    padding-right: 1px;
}

@-moz-document url-prefix() {
    .td-next-prev-wrap a {
        line-height: 23px;
    }
}

/*  ----------------------------------------------------------------------------
      Load more button
  */
.td_ajax_load_more {
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    padding: 8px 10px;
    border: 1px solid #C9C9C9;
    text-align: center;
    vertical-align: middle;
}

.td_ajax_load_more i {
    font-size: 8px;
    margin-left: 6px;
    position: relative;
    top: 0;
    vertical-align: middle;
}

.td_ajax_load_more.ajax-page-disabled {
    visibility: hidden !important;
}

.td-load-more-wrap {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

@-moz-document url-prefix() {
    .td_ajax_load_more {
        padding: 7px 10px 9px;
    }
}

.td-load-more-wrap {
    text-align: center;
    clear: both;
}

.td-load-more-wrap a {
    color: #A5A5A5;
}

.td-load-more-wrap a:hover {
    background-color: #4db2ec;
    border-color: #4db2ec;
    color: #fff;
    text-decoration: none !important;
}

.td_block_inner_overflow {
    overflow: hidden;
}

.td_block_inner_overflow .td-module-image {
    min-height: 20px;
}

/*  ----------------------------------------------------------------------------
      infinite loader
  */
.td-load-more-infinite-wrap {
    display: none;
}

/*  ----------------------------------------------------------------------------
      Block category filter
  */
.td-subcat-filter {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto 0;
    opacity: 0;
    z-index: 2;
    line-height: 30px;
    text-align: right;
}

.td-subcat-filter ul {
    margin: 0;
}

.td-subcat-filter .td-display-filter {
    display: none !important;
}

.td-subcat-filter .td-subcat-list {
    display: inline-block;
    line-height: 1;
}

.td-subcat-filter .td-subcat-list .td-subcat-item {
    display: inline-block;
    line-height: 1;
    margin-left: 30px;
}

.td-subcat-filter .td-subcat-list a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1;
}

.td-subcat-filter .td-subcat-list a:hover {
    color: #4db2ec;
}

.td-subcat-filter .td-subcat-dropdown {
    display: inline-block;
    text-align: right;
    line-height: 30px;
    position: relative;
}

.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more span,
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more i {
    color: #fff;
}

.td-subcat-filter .td-subcat-dropdown:hover ul {
    display: block;
}

.td-subcat-filter .td-subcat-dropdown .td-subcat-more {
    cursor: pointer;
    margin-left: 15px;
    padding-left: 15px;
    -webkit-user-select: none;
    display: inline-block;
}

.td-subcat-filter .td-subcat-dropdown .td-subcat-more:before {
    content: '';
    width: 70px;
    height: 100%;
    position: absolute;
    margin-top: 2px;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}

.td-subcat-filter .td-subcat-dropdown .td-subcat-more i {
    font-size: 9px;
    color: #777;
    margin-left: 12px;
    margin-right: 12px;
}

.td-subcat-filter .td-subcat-dropdown ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 6px 0 8px 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    border-width: 0 1px 1px 1px;
    border-color: #ededed;
    border-style: solid;
    display: none;
}

.td-subcat-filter .td-subcat-dropdown a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #777;
    white-space: nowrap;
    display: block;
    line-height: 26px;
    padding-left: 21px;
    padding-right: 15px;
}

.td-subcat-filter .td-subcat-dropdown a:hover {
    color: #4db2ec;
}

.td-subcat-filter .td-subcat-dropdown li {
    margin-left: 0;
}

.td-subcat-filter .td-subcat-dropdown span {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1;
}

.td-js-loaded .td-subcat-filter {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/*  ----------------------------------------------------------------------------
      Trending Now
  */
.td_block_trending_now {
    padding: 0 18px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_trending_now {
        padding: 0 6px;
    }
}

@media (max-width: 767px) {
    .td_block_trending_now {
        padding: 0;
    }
}

.td-trending-now-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    overflow: hidden;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-trending-now-wrapper {
        flex-direction: column;
        text-align: center;
    }
}

.td-trending-now-wrapper .td-next-prev-wrap {
    margin: 0 0 0 auto;
    z-index: 1;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-trending-now-wrapper .td-next-prev-wrap {
        display: none;
    }
}

.td-trending-now-wrapper:hover .td-trending-now-title {
    background-color: #4db2ec;
}

.td-trending-now-wrapper .td-trending-now-nav-right {
    padding-left: 2px;
}

.td-trending-now-title {
    background-color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 10px 1px;
    display: inline-block;
    line-height: 22px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: default;
    -webkit-user-select: none;
    /* Chrome/Safari */
    user-select: none;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-trending-now-title {
        padding: 2px 10px 1px;
    }
}

@-moz-document url-prefix() {
    .td-trending-now-title {
        line-height: 21px;
    }
}

.td-trending-now-display-area {
    display: flex;
    align-items: center;
    vertical-align: top;
    padding: 0 0 0 15px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-trending-now-display-area {
        width: 100%;
        padding: 0;
        display: block;
        height: 26px;
        position: relative;
        top: 10px;
    }
}

.td-trending-now-display-area .entry-title {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

.td-trending-now-display-area .td_module_trending_now .entry-title {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-trending-now-display-area .td_module_trending_now .entry-title {
        font-size: 14px;
        line-height: 16px;
    }
}

.td-trending-now-post {
    opacity: 0;
    position: absolute;
    top: 0;
    padding-right: 119px;
    overflow: hidden;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

.td-trending-now-post:first-child {
    opacity: 1;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-trending-now-post {
        padding-right: 107px;
    }
}

@media (max-width: 767px) {
    .td-trending-now-post {
        width: 100%;
        padding-right: 0;
    }
}

.td-trending-now-post:first-child {
    opacity: 1;
}

.td-next-prev-wrap .td-trending-now-nav-right {
    margin-right: 0;
}

.td-trending-style2 {
    border: 1px solid #eaeaea;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*  ----------------------------------------------------------------------------
      Quote on Blocks
  */
.td_quote_on_blocks {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    text-transform: uppercase;
    color: #4db2ec;
    margin-top: 10px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_quote_on_blocks {
        font-size: 22px;
        line-height: 28px;
    }
}

/*  ----------------------------------------------------------------------------
      Popular categories
  */
.td_block_popular_categories {
    padding-bottom: 0;
}

/*  ----------------------------------------------------------------------------
      Categories list
  */
.td_block_categories_tags .td-ct-item {
    display: block;
    position: relative;
    padding: 0 10px 0 12px;
    line-height: 30px;
    color: #111;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.td_block_categories_tags .td-ct-item:hover {
    color: #4db2ec;
}

.td_block_categories_tags .td-ct-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.td_block_categories_tags .td-ct-item:last-of-type .td-ct-text-sep {
    display: none;
}

.td_block_categories_tags .td-ct-item-no {
    float: right;
}

.td_block_categories_tags .td-ct-item-sep {
    position: relative;
}

.td_block_categories_tags .td-ct-item-sep:last-child {
    display: none;
}

/*  ----------------------------------------------------------------------------
      Archives list
  */
.td_block_archives .td-ct-wrap {
    list-style: none;
}

.td_block_archives li {
    margin: 0;
}

.td_block_archives li a {
    display: block;
    position: relative;
    padding: 0 10px 0 12px;
    line-height: 30px;
    color: #111;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.td_block_archives li a:hover {
    color: #4db2ec;
}

.td_block_archives li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.td_block_archives li:last-child .td-al-item-sep {
    display: none;
}

.td_block_archives .td-al-item-sep {
    position: relative;
}

/*  ----------------------------------------------------------------------------
      Homepage post
  */
.td_block_homepage_full_1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

/*  ----------------------------------------------------------------------------
      Text block with title
  */
.td_block_text_with_title {
    margin-bottom: 44px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.td_block_text_with_title p:last-child {
    margin-bottom: 0;
}

/*  ----------------------------------------------------------------------------
      Author block
  */
.td_block_author .block-title {
    float: none;
    margin-bottom: 20px;
    width: 100%;
}

.td_block_author .td_author_wrap {
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
}

.td_block_author .td-author-image {
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
}

.td_block_author .td-author-image:before,
.td_block_author .td-author-image:after {
    border-radius: 500px;
}

.td_block_author .avatar {
    border-radius: 500px;
    display: block;
}

.td_block_author .td-author-name {
    position: relative;
    margin-bottom: 21px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.td_block_author .td-author-description {
    padding: 2px 0 0 0;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-style: italic;
    color: #555;
}

.td_block_author .td-author-page {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 15px;
    margin-top: 12px;
    font-weight: 600;
}

.td_block_author a {
    color: #000;
}

.td_block_author a:hover {
    color: #4db2ec;
}

/*  ----------------------------------------------------------------------------
      Single image
  */
.td-stretch-content .td_block_single_image {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-stretch-content .td_block_single_image {
        margin-right: -20px;
        margin-left: -20px;
    }
}

.td_block_single_image a {
    display: block;
}

.td_block_single_image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
}

/*  ----------------------------------------------------------------------------
      Image box
  */
.td_block_image_box .td-custom {
    position: relative;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_image_box .td-custom {
        margin: 0 -20px;
    }
}

.td_block_image_box .td-custom a:hover:after {
    opacity: 0.6;
}

.td_block_image_box .td-custom-image a {
    display: block;
    background-size: cover;
    background-position: center;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_image_box .td-custom-image a {
        margin-bottom: 5px;
    }
}

.td_block_image_box .td-custom-image a:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.td_block_image_box .td-custom-image a:after {
    content: '';
    border: 1px solid #fff;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.td_block_image_box .td-custom-image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
}

.td_block_image_box .td-custom-image img {
    vertical-align: top;
}

.td_block_image_box .td-custom-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: table;
    text-align: center;
    width: 100%;
    padding: 10px 20px;
    pointer-events: none;
}

.td_block_image_box .entry-title {
    margin: 0;
    padding: 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_image_box .entry-title {
        font-size: 16px;
    }
}

.td_block_image_box .entry-title a {
    color: #fff;
}

.td_block_image_box .entry-title:after {
    display: none;
}

.td_block_image_box .td-image-box-row {
    margin: 0 -20px;
    *zoom: 1;
    /* responsive portrait phone */
}

.td_block_image_box .td-image-box-row:before,
.td_block_image_box .td-image-box-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.td_block_image_box .td-image-box-row:after {
    clear: both;
}

@media (max-width: 767px) {
    .td_block_image_box .td-image-box-row {
        margin: 0 -20px;
    }
}

.td_block_image_box .td-image-box-span {
    padding: 0 20px;
    float: left;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_image_box .td-image-box-span {
        width: 100% !important;
        float: none;
        padding: 0 10px;
    }
}

.td_block_image_box .td-big-image .td-image-box-span {
    width: 100%;
}

.td_block_image_box .td-big-image .td-custom-image a {
    height: 360px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_image_box .td-big-image .td-custom-image a {
        height: 160px;
    }
}

.td_block_image_box .td-medium-image .td-image-box-span {
    width: 50%;
}

.td_block_image_box .td-medium-image .td-custom-image a {
    height: 320px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_image_box .td-medium-image .td-custom-image a {
        height: 160px;
    }
}

.td_block_image_box .td-small-image .td-image-box-span {
    width: 33.33333333%;
}

.td_block_image_box .td-small-image .td-custom-image a {
    height: 220px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_image_box .td-small-image .td-custom-image a {
        height: 160px;
    }
}

.td_block_image_box .td-tiny-image .td-image-box-span {
    width: 25%;
}

.td_block_image_box .td-tiny-image .td-custom-image a {
    height: 160px;
}

.td_block_image_box .td-tiny-image .td-custom-image a:after {
    margin: 8px;
}

.td_block_image_box .td-tiny-image .entry-title {
    font-size: 12px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_image_box .td-tiny-image .entry-title {
        font-size: 16px;
    }
}

.td_block_image_box.td-box-vertical .td-image-box-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.td_block_image_box.td-box-vertical .td-image-box-span {
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 5px;
}

.td_block_image_box.td-box-vertical .td-image-box-span a:after {
    margin: 8px;
}

.td_block_image_box.td-box-vertical .td-image-box-span:last-child {
    margin-bottom: 0 !important;
}

.td_block_image_box.td-box-vertical .entry-title {
    font-size: 15px;
}

.td_block_image_box.td-image-box-top .td-custom-image a {
    background-position: top center;
}

.td_block_image_box.td-image-box-bottom .td-custom-image a {
    background-position: bottom center;
}

.td_block_image_box.td-image-box-style-2 .td-custom-image a:before,
.td_block_image_box.td-image-box-style-2 .td-custom-image a:after {
    display: none;
}

.td_block_image_box.td-image-box-style-2 .entry-title {
    font-size: 15px;
}

.td_block_image_box.td-image-box-style-2 .entry-title a {
    padding: 8px 16px;
    background-color: #fff;
    color: #000;
}

.td_block_image_box.td-image-box-style-2 .entry-title a:empty {
    display: none;
}

/*  ----------------------------------------------------------------------------
      Separators
  */
.td_block_separator {
    width: 100%;
    align-items: center;
    margin-bottom: 38px;
    padding-bottom: 10px;
}

.td_block_separator span {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    border-top: 1px solid #EBEBEB;
}

.td_separator_align_left span {
    margin-left: 0;
}

.td_separator_align_right span {
    margin-right: 0;
}

.td_separator_dashed span {
    border-top-style: dashed;
}

.td_separator_dotted span {
    border-top-style: dotted;
}

.td_separator_double span {
    height: 3px;
    border-bottom: 1px solid #EBEBEB;
}

.td_separator_shadow>span {
    position: relative;
    height: 20px;
    overflow: hidden;
    border: 0;
    color: #EBEBEB;
}

.td_separator_shadow>span>span {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 13px;
    width: 98%;
    border-radius: 100%;
}

/*  ----------------------------------------------------------------------------
      Single image
  */
.vc_single_image a {
    position: relative;
}

.td-single-image-style-rounded a,
.td-single-image-style-rounded a:before,
.td-single-image-style-rounded a:after {
    border-radius: 4px;
}

.td-single-image-style-border,
.td-single-image-style-round-border,
.td-single-image-style-circle-border,
.td-single-image-style-outline,
.td-single-image-style-bordered-shadow,
.td-single-image-style-round-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-border-shadow {
    margin-bottom: 22px;
    background-color: #EBEBEB;
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td-single-image-style-border,
    .td-single-image-style-round-border,
    .td-single-image-style-circle-border,
    .td-single-image-style-outline,
    .td-single-image-style-bordered-shadow,
    .td-single-image-style-round-outline,
    .td-single-image-style-round-border-shadow,
    .td-single-image-style-circle-outline,
    .td-single-image-style-circle-border-shadow {
        margin-bottom: 32px;
    }
}

.td-single-image-style-border,
.td-single-image-style-round-border,
.td-single-image-style-circle-border {
    padding: 6px;
}

.td-single-image-style-outline,
.td-single-image-style-bordered-shadow,
.td-single-image-style-round-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-border-shadow {
    padding: 1px;
}

.td-single-image-style-outline a:before,
.td-single-image-style-bordered-shadow a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-outline a:after,
.td-single-image-style-bordered-shadow a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.td-single-image-style-outline a:after,
.td-single-image-style-bordered-shadow a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 6px;
    box-shadow: inset 0px 0px 0px 6px;
}

.td-single-image-style-outline a:before,
.td-single-image-style-bordered-shadow a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before {
    color: #EBEBEB;
    -webkit-box-shadow: inset 0px 0px 0px 7px;
    box-shadow: inset 0px 0px 0px 7px;
}

.td-single-image-style-shadow a,
.td-single-image-style-bordered-shadow a,
.td-single-image-style-round-shadow a,
.td-single-image-style-round-border-shadow a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.td-single-image-style-3d-shadow {
    position: relative;
}

.td-single-image-style-3d-shadow:before,
.td-single-image-style-3d-shadow:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 30%;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.td-single-image-style-3d-shadow:before {
    left: 5px;
    right: 50%;
    transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.td-single-image-style-3d-shadow:after {
    left: 50%;
    right: 5px;
    transform: skewY(6deg);
    -webkit-transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.td-single-image-style-3d-shadow a {
    z-index: 1;
}

.td-single-image-style-round,
.td-single-image-style-round-border,
.td-single-image-style-round-outline,
.td-single-image-style-round-shadow,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle,
.td-single-image-style-circle-border,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-shadow,
.td-single-image-style-circle-border-shadow {
    border-radius: 50%;
}

.td-single-image-style-round a,
.td-single-image-style-round-border a,
.td-single-image-style-round-outline a,
.td-single-image-style-round-shadow a,
.td-single-image-style-round-border-shadow a,
.td-single-image-style-circle a,
.td-single-image-style-circle-border a,
.td-single-image-style-circle-outline a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a,
.td-single-image-style-round a:before,
.td-single-image-style-round-border a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-shadow a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle a:before,
.td-single-image-style-circle-border a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-shadow a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-round a:after,
.td-single-image-style-round-border a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-shadow a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle a:after,
.td-single-image-style-circle-border a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-shadow a:after,
.td-single-image-style-circle-border-shadow a:after {
    border-radius: 50%;
}

.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-round-outline a:before:before,
.td-single-image-style-round-border-shadow a:before:before,
.td-single-image-style-circle-outline a:before:before,
.td-single-image-style-circle-border-shadow a:before:before,
.td-single-image-style-round-outline a:after:before,
.td-single-image-style-round-border-shadow a:after:before,
.td-single-image-style-circle-outline a:after:before,
.td-single-image-style-circle-border-shadow a:after:before,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after,
.td-single-image-style-round-outline a:before:after,
.td-single-image-style-round-border-shadow a:before:after,
.td-single-image-style-circle-outline a:before:after,
.td-single-image-style-circle-border-shadow a:before:after,
.td-single-image-style-round-outline a:after:after,
.td-single-image-style-round-border-shadow a:after:after,
.td-single-image-style-circle-outline a:after:after,
.td-single-image-style-circle-border-shadow a:after:after {
    border-radius: 50%;
}

.td-single-image-style-circle a,
.td-single-image-style-circle-border a,
.td-single-image-style-circle-outline a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a {
    height: 0;
    padding-bottom: 100%;
}

/*  ----------------------------------------------------------------------------
      Empty space
  */
.td_block_empty_space,
.vc_empty_space {
    margin-bottom: 0;
}

/*  ----------------------------------------------------------------------------
      Blend mix fix on IE
  */
.ie8 .entry-thumb:before,
.ie9 .entry-thumb:before,
.ie10 .entry-thumb:before,
.ie11 .entry-thumb:before,
.ie8 .entry-thumb:after,
.ie9 .entry-thumb:after,
.ie10 .entry-thumb:after,
.ie11 .entry-thumb:after,
.ie8 .td-instagram-element:before,
.ie9 .td-instagram-element:before,
.ie10 .td-instagram-element:before,
.ie11 .td-instagram-element:before,
.ie8 .td-instagram-element:after,
.ie9 .td-instagram-element:after,
.ie10 .td-instagram-element:after,
.ie11 .td-instagram-element:after,
.ie8 .td-author-image:before,
.ie9 .td-author-image:before,
.ie10 .td-author-image:before,
.ie11 .td-author-image:before,
.ie8 .td-author-image:after,
.ie9 .td-author-image:after,
.ie10 .td-author-image:after,
.ie11 .td-author-image:after {
    display: none !important;
}

/*  ----------------------------------------------------------------------------
  
  
      Custom menu blocks
  
  
  */
.td-menu-blocks-custom {
    margin-bottom: 30px;
    padding: 0 60px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td-menu-blocks-custom {
        padding: 0;
    }
}

.td-menu-blocks-custom .widget {
    margin-bottom: 0;
}

.td-menu-blocks-custom ul {
    text-align: center;
}

.td-menu-blocks-custom ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 7px;
}

.td-menu-blocks-custom ul li a {
    border: 1px solid #eaeaea;
    padding: 0 12px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 31px;
    display: block;
}

.td-menu-blocks-custom ul li a:hover {
    background-color: #111;
    color: #fff;
    border-color: #111;
}

.td-menu-blocks-custom .current-menu-item a {
    border-color: #4db2ec;
    background-color: #4db2ec;
    color: #fff;
}

.td-menu-blocks-custom .current-menu-item a:hover {
    color: #fff;
}

.td-menu-block-headers {
    text-align: center;
}

.td-menu-block-headers ul {
    margin-top: 0;
}

.td-menu-block-headers li {
    display: inline-block;
    margin: 2px !important;
    text-align: center;
    line-height: 17px !important;
    font-size: 10px;
    margin-top: 20px !important;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-menu-block-headers li {
        margin-top: 15px !important;
        font-size: 9px;
    }
}

.td-menu-block-headers li.current-menu-item img {
    border-color: #4db2ec;
}

.td-menu-block-headers li.current-menu-item a {
    color: #4db2ec;
}

.td-menu-block-headers li:hover img {
    border-color: #4db2ec;
}

.td-menu-block-headers li img {
    display: block;
    border: 1px solid #eaeaea;
    width: 110px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-menu-block-headers li img {
        width: 82px;
    }
}

/*  ----------------------------------------------------------------------------
      Block list menu
  */
.td_block_list_menu ul {
    margin-left: 12px;
}

.td_block_list_menu ul li {
    margin-left: 0;
}

.td_block_list_menu .sub-menu {
    padding-left: 22px;
}

.td_block_list_menu .sub-menu li {
    font-size: 13px;
}

.td-list-menu-inline {
    padding: 0 60px;
    margin-bottom: 22px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td-list-menu-inline {
        padding: 0;
    }
}

.td-list-menu-inline ul {
    margin: 0;
    text-align: center;
}

.td-list-menu-inline ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 10px;
}

.td-list-menu-inline ul li a {
    border: 1px solid #eaeaea;
    padding: 0 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 31px;
    color: #000;
    display: block;
}

.td-list-menu-inline ul li a:hover {
    background-color: #111;
    color: #fff;
    border-color: #111;
}

.td-list-menu-inline .current-menu-item a {
    border-color: #4db2ec;
    background-color: #4db2ec;
    color: #fff !important;
}

.td-tab-blocks-custom {
    margin-bottom: 0 !important;
}

.td-tab-blocks-custom ul.wpb_tabs_nav {
    border-bottom: 0;
}

.td-tab-blocks-custom .wpb_text_column {
    margin-bottom: 21px;
}

.td-tab-blocks-custom.wpb_tabs li.ui-tabs-active a,
.td-tab-blocks-custom.wpb_tabs li:hover a {
    background-color: #111;
}

.td-tab-blocks-custom ul.wpb_tabs_nav {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-tab-blocks-custom ul.wpb_tabs_nav {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .td-tab-blocks-custom ul.wpb_tabs_nav {
        text-align: center;
        margin-bottom: 20px;
    }
}

.td-tab-blocks-custom ul.wpb_tabs_nav li {
    display: inline-block;
    margin: 0 2px;
    background-color: transparent !important;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-tab-blocks-custom ul.wpb_tabs_nav li {
        margin: 0 0 6px 0;
        float: none;
    }
}

.td-tab-blocks-custom ul.wpb_tabs_nav li a {
    padding: 5px 13px !important;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 18px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-tab-blocks-custom ul.wpb_tabs_nav li a {
        padding: 4px 9px !important;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .td-tab-blocks-custom ul.wpb_tabs_nav li a {
        padding: 4px 7px !important;
        font-size: 12px;
        line-height: 16px;
    }
}

.td-tab-blocks-custom ul.wpb_tabs_nav li a:hover {
    background-color: #111;
    color: #fff;
}

.vc_single_image a {
    width: 100%;
    display: block;
    background-size: cover;
}

.td-custom-menu-blocks {
    margin-bottom: 25px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-custom-menu-blocks {
        margin-bottom: 15px;
    }
}

.td-custom-menu-blocks .widget {
    overflow: visible;
    margin-bottom: 0;
}

.td-custom-menu-blocks .vc_wp_custommenu {
    margin-bottom: 15px;
    text-align: right;
    border-bottom: 1px solid #ededed;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-custom-menu-blocks .vc_wp_custommenu {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .td-custom-menu-blocks .vc_wp_custommenu {
        text-align: center;
        margin-bottom: 10px;
    }
}

.td-custom-menu-blocks .wpb_text_column {
    position: absolute;
    top: 6px;
    margin: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-custom-menu-blocks .wpb_text_column {
        position: relative;
        text-align: center;
        top: 0;
    }
}

.td-custom-menu-blocks .wpb_text_column h2 {
    margin: 0 !important;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-custom-menu-blocks .wpb_text_column h2 {
        font-size: 21px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .td-custom-menu-blocks .wpb_text_column h2 {
        margin-bottom: 10px !important;
    }
}

.td-custom-menu-blocks .td-custom-menu-list {
    position: relative;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0 10px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-custom-menu-blocks .td-custom-menu-list {
        position: static;
    }
}

.td-custom-menu-blocks .td-custom-menu-list ul {
    border-top: 1px solid #000;
    position: absolute;
    top: 100%;
    right: -20px;
    padding: 15px;
    width: 400px;
    background-color: #fff;
    visibility: hidden;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    opacity: 0;
    z-index: 1000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    column-count: 2;
    column-gap: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-custom-menu-blocks .td-custom-menu-list ul {
        right: 0;
        left: 0;
        margin: auto;
        padding: 15px 5px;
        width: 100% !important;
        column-count: 2 !important;
    }
}

.td-custom-menu-blocks .td-custom-menu-list ul li {
    display: inline-block;
    margin: 0;
    width: 100%;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    /* responsive portrait tablet */
}

.td-custom-menu-blocks .td-custom-menu-list ul li.current-menu-item a,
.td-custom-menu-blocks .td-custom-menu-list ul li:hover {
    color: #4db2ec;
}

@media (max-width: 767px) {
    .td-custom-menu-blocks .td-custom-menu-list ul li {
        font-size: 11px;
    }
}

.td-custom-menu-blocks .td-custom-menu-list ul li a {
    display: block;
    padding: 7px 14px;
}

.td-custom-menu-blocks .td-custom-menu-list ul li a img {
    /* responsive portrait tablet */
}

@media (max-width: 767px) {
    .td-custom-menu-blocks .td-custom-menu-list ul li a img {
        max-width: 33px;
    }
}

.td-custom-menu-blocks .td-custom-menu-list ul li a span {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding-top: 7px;
}

.td-custom-menu-blocks .td-custom-menu-list:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.td-custom-menu-blocks .td-custom-menu-list>a {
    position: relative;
    display: block;
    padding: 0;
    font-weight: 500;
    line-height: 50px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-custom-menu-blocks .td-custom-menu-list>a {
        line-height: 40px;
    }
}

.td-custom-menu-blocks .td-custom-menu-list>a span {
    background-color: #000;
    padding: 4px 9px 3px 8px;
    margin-right: 5px;
    border-radius: 20px;
    color: #fff !important;
    display: inline-block;
    line-height: 15px;
    font-size: 14px;
}

.td-custom-menu-blocks .td-custom-menu-list>a:after {
    content: '\e83d';
    height: 100%;
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-family: 'newspaper', sans-serif;
    font-size: 9px;
}

.td-custom-menu-blocks .td-custom-menu-list:hover>a,
.td-custom-menu-blocks .current-menu-parent>a {
    color: #4db2ec;
}

.td-custom-menu-blocks .td-custom-menu-list:hover>a span,
.td-custom-menu-blocks .current-menu-parent>a span {
    background-color: #4db2ec;
}

.td-custom-menu-blocks .td-custom-menu-hidden {
    visibility: hidden;
}

.td-custom-menu-blocks .td-custom-title-left {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-custom-menu-blocks .td-custom-title-left {
        position: absolute !important;
    }
}

.td-custom-menu-blocks .td-menu-blocks {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-custom-menu-blocks .td-menu-blocks {
        margin: 0 10px 0 auto;
        display: table;
    }
}

.td-custom-menu-blocks .td-menu-blocks ul {
    width: 500px;
    column-count: 3;
    column-gap: 0;
}

.td-custom-menu-blocks .td-custom-menu-list ul li a span {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-custom-menu-blocks .td-custom-menu-list ul li a span {
        padding-top: 5px;
    }
}

.td-h-effect-up-shadow .entry-thumb,
.td-h-effect-up-shadow .td-module-thumb a:after,
.td-h-effect-up-shadow .td-category-pos-image .td-post-category,
.td-h-effect-up-shadow .td-admin-edit {
    -webkit-transition: box-shadow 0.3s ease, transform 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.td-h-effect-up-shadow .entry-thumb {
    -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
}

.td-h-effect-up-shadow .td_module_wrap:hover .entry-thumb,
.td-h-effect-up-shadow .td_module_wrap:hover .td-module-thumb a:after,
.td-h-effect-up-shadow .td_module_wrap:hover .td-category-pos-image .td-post-category,
.td-h-effect-up-shadow .td_module_wrap:hover .td-admin-edit {
    transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
}

.td-h-effect-up-shadow .td_module_wrap:hover .entry-thumb {
    -webkit-box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
    box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
}

.td-h-effect-shadow .entry-thumb {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.td-h-effect-shadow .td_module_wrap:hover .entry-thumb {
    -webkit-box-shadow: rgba(108, 108, 108, 0.2) 0 2px 2px, rgba(108, 108, 108, 0.2) 0 4px 4px, rgba(108, 108, 108, 0.2) 0 8px 8px, rgba(108, 108, 108, 0.2) 0 16px 16px;
    box-shadow: rgba(108, 108, 108, 0.2) 0 2px 2px, rgba(108, 108, 108, 0.2) 0 4px 4px, rgba(108, 108, 108, 0.2) 0 8px 8px, rgba(108, 108, 108, 0.2) 0 16px 16px;
}

/*  ----------------------------------------------------------------------------
      Flex Blocks
  */
[class*='td_flex_block_'] .td-post-vid-time {
    padding: 3px 6px 4px;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}

[class*='td_flex_block_'] .td-next-prev-wrap a {
    width: auto;
    height: auto;
    min-width: 25px;
    min-height: 25px;
}

[class*='td_flex_block_'] .td-icon-star,
[class*='td_flex_block_'] .td-icon-star-empty,
[class*='td_flex_block_'] .td-icon-star-half {
    width: 1.3em;
}

.td-post-vid-time {
    pointer-events: none;
}

html[class*='ie'] [class*='td_flex_block_'] .td-module-container {
    display: block;
}

html[class*='ie'] [class*='td_flex_block_'] .td-image-container {
    height: auto;
    flex: initial;
}

/*  ----------------------------------------------------------------------------
      Flex Block 1
  */
.td_module_flex_1,
.td_module_flex_3,
.td_module_flex_4,
.td_module_flex_5 {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
}

.td_module_flex_1 .td-module-container,
.td_module_flex_3 .td-module-container,
.td_module_flex_4 .td-module-container,
.td_module_flex_5 .td-module-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.td_module_flex_1 .td-module-container:before,
.td_module_flex_3 .td-module-container:before,
.td_module_flex_4 .td-module-container:before,
.td_module_flex_5 .td-module-container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.td_module_flex_1 .td-image-wrap,
.td_module_flex_3 .td-image-wrap,
.td_module_flex_4 .td-image-wrap,
.td_module_flex_5 .td-image-wrap {
    display: block;
    position: relative;
}

.td_module_flex_1 .td-image-container,
.td_module_flex_3 .td-image-container,
.td_module_flex_4 .td-image-container,
.td_module_flex_5 .td-image-container {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
}

.td_module_flex_1 .td-module-thumb,
.td_module_flex_3 .td-module-thumb,
.td_module_flex_4 .td-module-thumb,
.td_module_flex_5 .td-module-thumb {
    margin-bottom: 0;
}

.td_module_flex_1 .td-module-meta-info,
.td_module_flex_3 .td-module-meta-info,
.td_module_flex_4 .td-module-meta-info,
.td_module_flex_5 .td-module-meta-info {
    width: 100%;
    margin-bottom: 0;
    z-index: 1;
    border: 0 solid #eaeaea;
    min-height: 0;
}

.td_module_flex_1 .td-author-photo,
.td_module_flex_3 .td-author-photo,
.td_module_flex_4 .td-author-photo,
.td_module_flex_5 .td-author-photo {
    display: inline-block;
    vertical-align: middle;
}

.td_module_flex_1 .td-thumb-css,
.td_module_flex_3 .td-thumb-css,
.td_module_flex_4 .td-thumb-css,
.td_module_flex_5 .td-thumb-css {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}

.td_module_flex_1 .td-category-pos-image .td-post-category,
.td_module_flex_3 .td-category-pos-image .td-post-category,
.td_module_flex_4 .td-category-pos-image .td-post-category,
.td_module_flex_5 .td-category-pos-image .td-post-category,
.td_module_flex_1 .td-post-vid-time,
.td_module_flex_3 .td-post-vid-time,
.td_module_flex_4 .td-post-vid-time,
.td_module_flex_5 .td-post-vid-time {
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.td_module_flex_1 .td-category-pos-image .td-post-category,
.td_module_flex_3 .td-category-pos-image .td-post-category,
.td_module_flex_4 .td-category-pos-image .td-post-category,
.td_module_flex_5 .td-category-pos-image .td-post-category {
    left: 0;
}

.td_module_flex_1 .td-post-vid-time,
.td_module_flex_3 .td-post-vid-time,
.td_module_flex_4 .td-post-vid-time,
.td_module_flex_5 .td-post-vid-time {
    right: 0;
    background-color: #000;
    color: #fff;
}

.td_module_flex_1 .td-excerpt,
.td_module_flex_3 .td-excerpt,
.td_module_flex_4 .td-excerpt,
.td_module_flex_5 .td-excerpt {
    margin: 20px 0 0;
    line-height: 21px;
}

.td_module_flex_1 .td-read-more,
.td_module_flex_3 .td-read-more,
.td_module_flex_4 .td-read-more,
.td_module_flex_5 .td-read-more {
    margin: 20px 0 0;
}

.td-mc1-wrap:after,
.td-mc1-wrap .td_module_wrap:after {
    content: '';
    display: table;
    clear: both;
}

.td_module_flex_1 .td-image-wrap,
.td_module_flex_5 .td-image-wrap {
    padding-bottom: 50%;
}

.td_module_flex_1 .td-module-meta-info,
.td_module_flex_5 .td-module-meta-info {
    padding: 13px 0 0 0;
}

.td_module_flex_3 .td-image-wrap,
.td_module_flex_4 .td-image-wrap {
    padding-bottom: 70%;
}

.td_module_flex_3 .td-module-meta-info,
.td_module_flex_4 .td-module-meta-info {
    padding: 0 0 0 16px;
}

.td_module_flex_3 .entry-title,
.td_module_flex_4 .entry-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {

    .td_module_flex_3 .entry-title,
    .td_module_flex_4 .entry-title {
        font-size: 12px;
        line-height: 18px;
    }
}

/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1140px) {
    .td_module_flex_3 .entry-title {
        font-size: 12px;
        line-height: 18px;
    }
}

.td_flex_block.td_with_ajax_pagination,
.td_flex_block.td_with_ajax_pagination .td_block_inner {
    overflow: initial;
}

.td_flex_block.td_with_ajax_pagination .td_block_inner {
    height: auto !important;
}

/*  ----------------------------------------------------------------------------
      Flex Block 2
  */
.td_flex_block_2.td_with_ajax_pagination .td-block-inner-pagination {
    position: relative;
}

.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap {
    position: absolute;
    right: 0;
}

.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap a {
    background-color: rgba(0, 0, 0, 0.8);
    min-width: 29px;
    min-height: 29px;
    line-height: 30px;
    font-size: 10px;
    color: #fdfdfd;
    border: 0;
}

.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap a:last-child {
    margin-right: 0;
}

.td_module_flex_2 {
    padding-bottom: 0;
}

.td_module_flex_2 .td-module-container {
    position: relative;
}

.td_module_flex_2 .td-module-thumb {
    margin-bottom: 0;
    overflow: hidden;
}

.td_module_flex_2 .td-image-wrap {
    display: block;
    height: 100%;
}

.td_module_flex_2 .td-thumb-css {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}

.td_module_flex_2 .td-module-meta-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
}

.td_module_flex_2 .td-post-category,
.td_module_flex_2 .td-post-vid-time {
    background-color: #fff;
    color: #000;
}

.td_module_flex_2 .td-post-vid-time {
    display: inline-block;
    margin-right: 5px;
}

.td_module_flex_2 .entry-title a,
.td_module_flex_2 .td-post-author-name a,
.td_module_flex_2 .td-post-date {
    color: #fff;
}

.td_module_flex_2 .entry-title {
    font-size: 25px;
    line-height: 34px;
}

.td_module_flex_2 .td-module-comments {
    top: 2px;
}

.td_module_flex_2 .td-module-comments a {
    background-color: transparent !important;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
}

.td_module_flex_2 .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;
    content: "\e83b";
    margin-right: 5px;
    font-size: 9px;
}

.td_module_flex_2 .td-module-comments a:after {
    display: none;
}

.td_module_flex_2 .td-excerpt {
    font-size: 14px;
    line-height: 19px;
    color: #ddd;
}

.td-flb-meta-center .td_module_flex_2 .td-module-meta-info {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.td-flb-meta-bottom .td_module_flex_2 .td-module-meta-info {
    top: auto;
    bottom: 0;
}

/*  ----------------------------------------------------------------------------
      Flex Block 3 & 4
  */
.td_flex_block_3 .td_module_column,
.td_flex_block_4 .td_module_column {
    float: left;
}

.td_flex_block_3 .td_module_flex_1,
.td_flex_block_4 .td_module_flex_1 {
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {

    .td_flex_block_3 .td_module_flex_1 .entry-title,
    .td_flex_block_4 .td_module_flex_1 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }
}

.td_flex_block_3 .td_module_flex_1 .td-excerpt,
.td_flex_block_4 .td_module_flex_1 .td-excerpt {
    margin-top: 16px;
}

.td_flex_block_3 .td_module_flex_3 .td-module-container,
.td_flex_block_4 .td_module_flex_3 .td-module-container {
    flex-direction: row;
}

.td_flex_block_3 .td-read-more,
.td_flex_block_4 .td-read-more {
    display: none;
}

/*  ----------------------------------------------------------------------------
      Flex Block 3
  */
.td_flex_block_3 .td_module_flex_1 .td-image-wrap {
    padding-bottom: 72%;
}

/*  ----------------------------------------------------------------------------
      Flex Block 4
  */
.td_flex_block_4 .td_module_flex_4 {
    /* responsive landscape tablet */
}

.td_flex_block_4 .td_module_flex_4 .td-module-container {
    flex-direction: row;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_flex_block_4 .td_module_flex_4 .entry-title {
        font-size: 12px;
        line-height: 18px;
    }
}

/*  ----------------------------------------------------------------------------
      Flex Block 5
  */
.td_flex_block_5 .td-module-meta-info-top {
    padding: 0;
}

a[href^="tel"] {
    color: inherit;
}

/*  ----------------------------------------------------------------------------
      Recent comments
  */
.vc_wp_recentcomments .td_wp_recentcomments {
    margin-bottom: 0;
}

/*  ----------------------------------------------------------------------------
      Raw CSS
  */
.td_block_raw_css {
    margin-bottom: 0;
}

.td-big-grid-flex {
    width: 100%;
    padding-bottom: 0;
    /* responsive portrait phone */
}

.td-big-grid-flex .td_block_inner:after,
.td-big-grid-flex .td_block_inner .td-big-grid-flex-post:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .td-big-grid-flex .td_block_inner {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.td-big-grid-flex .td-big-grid-flex-post {
    position: relative;
    float: left;
    padding-bottom: 0;
}

.td-big-grid-flex .td-image-container {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.td-big-grid-flex .td-image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.td-big-grid-flex .td-image-wrap:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
}

.td-big-grid-flex .td-module-thumb {
    position: relative;
    margin-bottom: 0;
}

.td-big-grid-flex .td-module-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.td-big-grid-flex .td-thumb-css {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    -webkit-transition: transform 0.3s ease, opacity 0.3s;
    transition: transform 0.3s ease, opacity 0.3s;
}

.td-big-grid-flex .td-module-meta-info {
    position: absolute;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}

.td-big-grid-flex .td-post-category {
    padding: 3px 7px;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
    font-weight: 500;
    text-transform: uppercase;
    pointer-events: auto;
}

.td-big-grid-flex .td-module-title a,
.td-big-grid-flex .td-post-author-name span,
.td-big-grid-flex .td-module-container:hover .entry-title a,
.td-big-grid-flex .td-post-author-name a,
.td-big-grid-flex .td-post-date {
    color: #fff;
}

.td-big-grid-flex .td-module-title {
    margin: 0;
}

.td-big-grid-flex .td-module-title a {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.td-big-grid-flex .td-editor-date {
    display: inline-block;
}

.td-big-grid-flex .td-post-author-name a,
.td-big-grid-flex .td-post-author-name span,
.td-big-grid-flex .td-post-date {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.td-big-grid-flex .td-big-grid-flex-post-empty .td-image-wrap {
    background-color: #e5e5e5;
}

.td-big-grid-flex .td-big-grid-flex-post-empty .td-image-wrap:before {
    display: none;
}

/* responsive portrait phone */
@media (min-width: 767px) {
    .td-big-grid-flex-lightsky .td-image-wrap:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 160%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        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);
        -webkit-transition: transform 0.7s ease 0s;
        transition: transform 0.7s ease 0s;
        z-index: 1;
    }

    .td-big-grid-flex-lightsky .td-module-container:hover .td-image-wrap:after {
        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);
    }
}

/* responsive portrait phone */
@media (max-width: 767px) {
    div.td-big-grid-flex-scroll .td-big-grid-flex-post {
        float: none;
    }

    div.td-big-grid-flex-scroll .td-big-grid-flex-scroll-holder {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        font-size: 0;
        -webkit-overflow-scrolling: touch;
    }

    div.td-big-grid-flex-scroll .td-big-grid-flex-scroll-holder .td-big-grid-flex-post {
        display: inline-block;
        vertical-align: top;
    }

    div.td-big-grid-flex-scroll .td-module-title a {
        white-space: normal;
    }
}

/* ------------------------------- */
/* ------------------------------- */
.td_block_big_grid_flex_1 {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_flex_1 .td-big-grid-flex-post {
        width: 100%;
    }
}

.td_block_big_grid_flex_1 .td-module-container {
    position: relative;
}

.td_block_big_grid_flex_1 .td-image-wrap {
    padding-bottom: 75%;
}

.td_block_big_grid_flex_1 .td-module-meta-info {
    padding: 22px 20px;
}

.td_block_big_grid_flex_1 .td-module-title {
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 9px 0;
}

.td_block_big_grid_flex_1 .td-editor-date {
    display: inline-block;
}

/* ------------------------------- */
/* ------------------------------- */
.td_block_big_grid_flex_2 [class^="td_module_flex_6"] .td-module-meta-info,
.td_block_big_grid_flex_3 [class^="td_module_flex_6"] .td-module-meta-info {
    padding: 22px 20px;
}

.td_block_big_grid_flex_2 [class^="td_module_flex_6"] .entry-title,
.td_block_big_grid_flex_3 [class^="td_module_flex_6"] .entry-title {
    margin-bottom: 9px;
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {

    .td_block_big_grid_flex_2 [class^="td_module_flex_6"] .entry-title,
    .td_block_big_grid_flex_3 [class^="td_module_flex_6"] .entry-title {
        font-size: 21px;
        line-height: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {

    .td_block_big_grid_flex_2 [class^="td_module_flex_6"] .entry-title,
    .td_block_big_grid_flex_3 [class^="td_module_flex_6"] .entry-title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {

    .td_block_big_grid_flex_2 [class^="td_module_flex_6"] .entry-title,
    .td_block_big_grid_flex_3 [class^="td_module_flex_6"] .entry-title {
        font-size: 22px;
        line-height: 28px;
    }
}

.td_block_big_grid_flex_2 .td_module_flex_7 .entry-title,
.td_block_big_grid_flex_3 .td_module_flex_7 .entry-title {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {

    .td_block_big_grid_flex_2 .td_module_flex_7 .entry-title,
    .td_block_big_grid_flex_3 .td_module_flex_7 .entry-title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {

    .td_block_big_grid_flex_2 .td_module_flex_7 .entry-title,
    .td_block_big_grid_flex_3 .td_module_flex_7 .entry-title {
        font-size: 13px;
        line-height: 18px;
    }
}

/* ------------------------------- */
/* ------------------------------- */
.td_block_big_grid_flex_2 .td_module_flex_6 {
    width: 50%;
}

.td_block_big_grid_flex_2 .td_module_flex_6 .td-image-wrap {
    padding-bottom: 400px;
}

.td_block_big_grid_flex_2 .td_module_flex_7 {
    width: 25%;
}

.td_block_big_grid_flex_2 .td_module_flex_7 .td-image-wrap {
    padding-bottom: 198px;
}

.td_block_big_grid_flex_2 .td_module_flex_7 .td-module-meta-info {
    padding: 11px 17px;
}

/* ------------------------------- */
/* ------------------------------- */
.td_block_big_grid_flex_3 .td_module_flex_6 {
    width: 70%;
}

.td_block_big_grid_flex_3 .td_module_flex_6 .td-image-wrap {
    padding-bottom: 482px;
}

.td_block_big_grid_flex_3 .td_module_flex_7 {
    width: 30%;
}

.td_block_big_grid_flex_3 .td_module_flex_7 .td-image-wrap {
    padding-bottom: 158px;
}

.td_block_big_grid_flex_3 .td_module_flex_7 .td-module-meta-info {
    padding: 11px 15px;
}

/* ------------------------------- */
/* ------------------------------- */
.td_block_big_grid_flex_4 .td_module_flex_6 {
    width: 50%;
}

.td_block_big_grid_flex_4 .td_module_flex_6 .td-image-wrap {
    padding-bottom: 450px;
}

.td_block_big_grid_flex_4 .td_module_flex_6 .td-module-meta-info {
    padding: 22px 20px;
}

.td_block_big_grid_flex_4 .td_module_flex_6 .entry-title {
    margin-bottom: 9px;
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_flex_4 .td_module_flex_6 .entry-title {
        font-size: 21px;
        line-height: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_4 .td_module_flex_6 .entry-title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_flex_4 .td_module_flex_6 .entry-title {
        font-size: 22px;
        line-height: 28px;
    }
}

.td_block_big_grid_flex_4 .td_module_flex_7 {
    width: 50%;
}

.td_block_big_grid_flex_4 .td_module_flex_7 .td-image-wrap {
    padding-bottom: 220px;
}

.td_block_big_grid_flex_4 .td_module_flex_7 .td-module-meta-info {
    padding: 16px 19px;
}

.td_block_big_grid_flex_4 .td_module_flex_7 .entry-title {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_flex_4 .td_module_flex_7 .entry-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_4 .td_module_flex_7 .entry-title {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_flex_4 .td_module_flex_7 .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

/* ------------------------------- */
/* ------------------------------- */
.td_block_big_grid_flex_5 .td_module_flex_6,
.td_block_big_grid_flex_5 .td_module_flex_7 {
    width: 50%;
}

.td_block_big_grid_flex_5 .td_module_flex_6 .td-image-wrap {
    padding-bottom: 450px;
}

.td_block_big_grid_flex_5 .td_module_flex_6 .td-module-meta-info {
    padding: 22px 20px;
}

.td_block_big_grid_flex_5 .td_module_flex_6 .entry-title {
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_flex_5 .td_module_flex_6 .entry-title {
        font-size: 21px;
        line-height: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_5 .td_module_flex_6 .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_flex_5 .td_module_flex_6 .entry-title {
        font-size: 22px;
        line-height: 28px;
    }
}

.td_block_big_grid_flex_5 .td_module_flex_7 .td-image-wrap {
    padding-bottom: 254px;
}

.td_block_big_grid_flex_5 .td_module_flex_7 .td-module-meta-info {
    padding: 14px 19px;
}

.td_block_big_grid_flex_5 .td_module_flex_7 .entry-title {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_flex_5 .td_module_flex_7 .entry-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_5 .td_module_flex_7 .entry-title {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_flex_5 .td_module_flex_7 .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

.td_block_big_grid_flex_5 .td_module_flex_8 {
    width: 25%;
}

.td_block_big_grid_flex_5 .td_module_flex_8 .td-image-wrap {
    padding-bottom: 192px;
}

.td_block_big_grid_flex_5 .td_module_flex_8 .td-module-meta-info {
    padding: 11px 15px;
}

.td_block_big_grid_flex_5 .td_module_flex_8 .entry-title {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_flex_5 .td_module_flex_8 .entry-title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_5 .td_module_flex_8 .entry-title {
        font-size: 13px;
        line-height: 18px;
    }
}

/* ------------------------------- */
/* ------------------------------- */
.td_block_big_grid_flex_6 {
    /* responsive portrait phone */
}

.td_block_big_grid_flex_6 .td-big-grid-flex-column {
    width: 25%;
    display: block;
    *zoom: 1;
    /* responsive tablet + desktop */
}

.td_block_big_grid_flex_6 .td-big-grid-flex-column:before,
.td_block_big_grid_flex_6 .td-big-grid-flex-column:after {
    display: table;
    content: "";
    line-height: 0;
}

.td_block_big_grid_flex_6 .td-big-grid-flex-column:after {
    clear: both;
}

@media (min-width: 767px) {
    .td_block_big_grid_flex_6 .td-big-grid-flex-column {
        float: left;
    }
}

.td_block_big_grid_flex_6 .td-big-grid-flex-column .td_module_flex_6 {
    width: 100%;
}

.td_block_big_grid_flex_6 .td_module_flex_6 {
    width: 25%;
}

.td_block_big_grid_flex_6 .td_module_flex_6 .td-image-wrap {
    padding-bottom: 195px;
}

.td_block_big_grid_flex_6 .td_module_flex_6 .td-module-meta-info {
    padding: 13px 10px;
}

.td_block_big_grid_flex_6 .td_module_flex_6 .entry-title {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_6 .td_module_flex_6 .entry-title {
        font-size: 12px;
        line-height: 15px;
    }
}

.td_block_big_grid_flex_6 .td_module_flex_7 {
    width: 50%;
}

.td_block_big_grid_flex_6 .td_module_flex_7 .td-image-wrap {
    padding-bottom: 400px;
}

.td_block_big_grid_flex_6 .td_module_flex_7 .td-module-meta-info {
    padding: 20px;
}

.td_block_big_grid_flex_6 .td_module_flex_7 .entry-title {
    margin-bottom: 9px;
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_big_grid_flex_6 .td_module_flex_7 .entry-title {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
    }
}

@media (max-width: 767px) {

    .td_block_big_grid_flex_6 div.tdb-cat-grid-post-0 .entry-title,
    .td_block_big_grid_flex_6 div.tdb-cat-grid-post-1 .entry-title {
        font-size: 22px;
        line-height: 28px;
    }

    .td_block_big_grid_flex_6 div.tdb-cat-grid-post-3,
    .td_block_big_grid_flex_6 div.tdb-cat-grid-post-4 {
        width: 80%;
    }

    .td_block_big_grid_flex_6 div.tdb-cat-grid-post-3 .td-image-wrap,
    .td_block_big_grid_flex_6 div.tdb-cat-grid-post-4 .td-image-wrap {
        padding-bottom: 165px;
    }

    .td_block_big_grid_flex_6 div.tdb-cat-grid-post-3 .td-module-meta-info,
    .td_block_big_grid_flex_6 div.tdb-cat-grid-post-4 .td-module-meta-info {
        padding: 16px 15px 11px;
    }

    .td_block_big_grid_flex_6 div.tdb-cat-grid-post-3 .entry-title,
    .td_block_big_grid_flex_6 div.tdb-cat-grid-post-4 .entry-title {
        margin: 0;
        font-size: 13px;
        line-height: 18px;
    }
}

/* ------------------------------- */
/* ------------------------------- */
.td_block_big_grid_flex_7 .td_module_flex_6 {
    width: 50%;
}

.td_block_big_grid_flex_7 .td_module_flex_6 .entry-title {
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_flex_7 .td_module_flex_6 .entry-title {
        font-size: 21px;
        line-height: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_7 .td_module_flex_6 .entry-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.td_block_big_grid_flex_7 .td_module_flex_7 {
    width: 25%;
}

.td_block_big_grid_flex_7 .td_module_flex_7 .entry-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_flex_7 .td_module_flex_7 .entry-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_7 .td_module_flex_7 .entry-title {
        font-size: 15px;
        line-height: 20px;
    }
}

.td_block_big_grid_flex_7 .td_module_flex_6,
.td_block_big_grid_flex_7 .td_module_flex_7 {
    /* responsive portrait phone */
}

.td_block_big_grid_flex_7 .td_module_flex_6 .td-image-wrap,
.td_block_big_grid_flex_7 .td_module_flex_7 .td-image-wrap {
    padding-bottom: 400px;
}

.td_block_big_grid_flex_7 .td_module_flex_6 .td-module-meta-info,
.td_block_big_grid_flex_7 .td_module_flex_7 .td-module-meta-info {
    padding: 20px;
}

@media (max-width: 767px) {

    .td_block_big_grid_flex_7 .td_module_flex_6 .entry-title,
    .td_block_big_grid_flex_7 .td_module_flex_7 .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

/* ------------------------------- */
/* ------------------------------- */
.td_block_big_grid_flex_8 .td_module_flex_6 .entry-title,
.td_block_big_grid_flex_8 .td_module_flex_7 .entry-title {
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {

    .td_block_big_grid_flex_8 .td_module_flex_6 .entry-title,
    .td_block_big_grid_flex_8 .td_module_flex_7 .entry-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {

    .td_block_big_grid_flex_8 .td_module_flex_6 .entry-title,
    .td_block_big_grid_flex_8 .td_module_flex_7 .entry-title {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {

    .td_block_big_grid_flex_8 .td_module_flex_6 .entry-title,
    .td_block_big_grid_flex_8 .td_module_flex_7 .entry-title {
        font-size: 15px;
        line-height: 20px;
    }
}

.td_block_big_grid_flex_8 .td_module_flex_6 {
    width: 30%;
}

.td_block_big_grid_flex_8 .td_module_flex_6 .td-image-wrap {
    padding-bottom: 400px;
}

.td_block_big_grid_flex_8 .td_module_flex_6 .entry-title {
    margin-bottom: 9px;
}

.td_block_big_grid_flex_8 .td_module_flex_6 .td-module-meta-info {
    padding: 20px 19px;
}

.td_block_big_grid_flex_8 .td_module_flex_7 {
    width: 40%;
}

.td_block_big_grid_flex_8 .td_module_flex_7 .td-image-wrap {
    padding-bottom: 199px;
}

.td_block_big_grid_flex_8 .td_module_flex_7 .td-module-meta-info {
    padding: 14px 19px;
}

.td_block_big_grid_flex_8 .td_module_flex_7 .entry-title {
    margin: 0;
}

/* ------------------------------- */
/* ------------------------------- */
.td_block_big_grid_flex_9 .td_module_flex_6 {
    width: 50%;
}

.td_block_big_grid_flex_9 .td_module_flex_6 .td-image-wrap {
    padding-bottom: 370px;
}

.td_block_big_grid_flex_9 .td_module_flex_6 .td-module-meta-info {
    padding: 20px;
}

.td_block_big_grid_flex_9 .td_module_flex_6 .entry-title {
    margin-bottom: 9px;
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_flex_9 .td_module_flex_6 .entry-title {
        font-size: 21px;
        line-height: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_9 .td_module_flex_6 .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_flex_9 .td_module_flex_6 .entry-title {
        font-size: 22px;
        line-height: 28px;
    }
}

.td_block_big_grid_flex_9 .td_module_flex_7 {
    width: 20%;
}

.td_block_big_grid_flex_9 .td_module_flex_7 .td-image-wrap {
    padding-bottom: 150px;
}

.td_block_big_grid_flex_9 .td_module_flex_7 .td-module-meta-info {
    padding: 10px 14px;
}

.td_block_big_grid_flex_9 .td_module_flex_7 .td-post-category {
    padding: 1px 5px;
    font-size: 9px;
}

.td_block_big_grid_flex_9 .td_module_flex_7 .entry-title {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_flex_9 .td_module_flex_7 .entry-title {
        font-size: 12px;
        line-height: 19px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_9 .td_module_flex_7 .entry-title {
        font-size: 11px;
        line-height: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_9 .td_module_flex_7 .entry-title {
        font-size: 13px;
        line-height: 18px;
    }
}

/* ------------------------------- */
/* ------------------------------- */
.td_block_big_grid_flex_10 {
    /* responsive portrait phone */
}

.td_block_big_grid_flex_10 .td_module_flex_6 {
    width: 33.33%;
}

.td_block_big_grid_flex_10 .td_module_flex_6 .td-image-wrap {
    padding-bottom: 230px;
}

.td_block_big_grid_flex_10 .td_module_flex_6 .entry-title {
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_flex_10 .td_module_flex_6 .entry-title {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_10 .td_module_flex_6 .entry-title {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_flex_10 .td_module_flex_6 .entry-title {
        font-size: 22px;
        line-height: 28px;
    }
}

.td_block_big_grid_flex_10 .td_module_flex_6 .td-module-meta-info {
    padding: 20px;
}

.td_block_big_grid_flex_10 .td_module_flex_7 {
    width: 25%;
}

.td_block_big_grid_flex_10 .td_module_flex_7 .td-image-wrap {
    padding-bottom: 175px;
}

.td_block_big_grid_flex_10 .td_module_flex_7 .td-module-meta-info {
    padding: 10px 14px;
}

.td_block_big_grid_flex_10 .td_module_flex_7 .td-post-category {
    padding: 1px 5px;
    font-size: 9px;
}

.td_block_big_grid_flex_10 .td_module_flex_7 .entry-title {
    margin: 0;
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_flex_10 .td_module_flex_7 .entry-title {
        font-size: 13px;
        line-height: 19px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_flex_10 .td_module_flex_7 .entry-title {
        font-size: 11px;
        line-height: 15px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_flex_10 .td_module_flex_7 .entry-title {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {

    .td_block_big_grid_flex_10 div.td-big-grid-flex-post-1,
    .td_block_big_grid_flex_10 div.td-big-grid-flex-post-2 {
        width: 80%;
    }

    .td_block_big_grid_flex_10 div.td-big-grid-flex-post-1 .td-image-wrap,
    .td_block_big_grid_flex_10 div.td-big-grid-flex-post-2 .td-image-wrap {
        padding-bottom: 165px;
    }

    .td_block_big_grid_flex_10 div.td-big-grid-flex-post-1 .td-module-meta-info,
    .td_block_big_grid_flex_10 div.td-big-grid-flex-post-2 .td-module-meta-info {
        padding: 16px 15px 11px;
    }

    .td_block_big_grid_flex_10 div.td-big-grid-flex-post-1 .entry-title,
    .td_block_big_grid_flex_10 div.td-big-grid-flex-post-2 .entry-title {
        margin: 0;
        font-size: 13px;
        line-height: 18px;
    }
}

.td_top_authors {
    margin-bottom: 64px;
}

.td_top_authors img {
    position: absolute;
    max-width: 70px;
    left: 0;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_top_authors img {
        max-width: 55px;
    }
}

.td_top_authors .item-details {
    margin-left: 85px;
    position: relative;
    height: 70px;
    top: 1px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_top_authors .item-details {
        height: 55px;
        margin-left: 70px;
    }
}

.td_top_authors .item-details span {
    font-family: 'Open Sans', arial, sans-serif;
    padding: 3px 7px;
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    margin-right: 5px;
}

.td_top_authors .td-active .td-author-post-count {
    background-color: #4db2ec;
}

.td_top_authors .td-active .td-author-comments-count {
    background-color: #4db2ec;
    opacity: 0.8;
}

.td_top_authors .td-active .td-authors-name a {
    color: #4db2ec;
}

.td_top_authors .td_mod_wrap {
    min-height: 70px;
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid #fff;
}

.td_top_authors .td_mod_wrap:hover {
    border: 1px solid #ededed;
}

.td_top_authors .td_mod_wrap:hover .td-author-post-count {
    background-color: #4db2ec;
}

.td_top_authors .td_mod_wrap:hover .td-author-comments-count {
    background-color: #4db2ec;
    opacity: 0.8;
}

.td_top_authors .td_mod_wrap:hover .td-authors-name a {
    color: #4db2ec;
}

.td_top_authors .block-title {
    margin-bottom: 16px;
}

.td_top_authors .td-authors-url {
    display: table;
    position: relative;
    top: -2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    /* responsive portrait tablet */
}

.td_top_authors .td-authors-url a {
    color: #999;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-style: italic;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_top_authors .td-authors-url {
        display: none;
    }
}

.td_top_authors .td-authors-name a {
    padding-bottom: 4px;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 15px;
    color: #222;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
}

.td_top_authors .td-authors-name a:after {
    content: "";
    height: 96px;
    position: absolute;
    right: 0;
    top: -15px;
    width: 324px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_top_authors .td-authors-name a:after {
        width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_top_authors .td-authors-name a:after {
        width: 228px;
    }
}

@media (max-width: 767px) {
    .td_top_authors .td-authors-name a:after {
        width: 100%;
    }
}

.td_top_authors .td-author-post-count {
    background-color: #222;
}

.td_top_authors .td-author-comments-count {
    background-color: #444;
}

.td_block_template_2.widget>ul>li,
.td_block_template_6.widget>ul>li,
.td_block_template_8.widget>ul>li,
.td_block_template_9.widget>ul>li,
.td_block_template_10.widget>ul>li,
.td_block_template_11.widget>ul>li,
.td_block_template_12.widget>ul>li,
.td_block_template_13.widget>ul>li,
.td_block_template_14.widget>ul>li,
.td_block_template_15.widget>ul>li,
.td_block_template_16.widget>ul>li,
.td_block_template_17.widget>ul>li {
    margin-left: 0 !important;
}

.global-block-template-12 .td-comments-title span,
.global-block-template-13 .td-comments-title span {
    margin-left: 0 !important;
    font-size: 20px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .global-block-template-12 .td-comments-title span,
    .global-block-template-13 .td-comments-title span {
        font-size: 15px;
    }
}

.td-block-title-wrap .td-wrapper-pulldown-filter {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto 0;
    z-index: 2;
    background-color: #fff;
    font-size: 13px;
    line-height: 1;
    color: #777;
    text-align: right;
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    line-height: 29px;
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i {
    font-size: 9px;
    color: #777;
    margin-left: 20px;
    margin-right: 10px;
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i:before {
    content: '\e83d';
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
    padding-left: 20px;
    margin-right: -14px;
    /* responsive portrait phone */
}

@media (max-width: 360px) {
    .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
        display: none;
    }
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover {
    color: #4db2ec;
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i {
    color: #4db2ec;
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover ul {
    display: block;
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
    list-style: none;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 18px 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    border-width: 1px;
    border-color: #ededed;
    border-style: solid;
    display: none;
    margin: 0;
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item {
    list-style: none;
    margin: 0;
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item {
    color: #4db2ec;
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
    padding-bottom: 10px;
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more:before {
    content: '';
    width: 70px;
    height: 100%;
    position: absolute;
    margin-top: 2px;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
    color: #777;
    white-space: nowrap;
    display: block;
    line-height: 26px;
    padding-left: 36px;
    padding-right: 27px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
        padding-left: 24px;
        padding-right: 20px !important;
    }
}

.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover {
    color: #4db2ec;
}

.td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
        display: none;
    }
}

.td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
        padding-left: 24px;
        padding-right: 20px !important;
    }
}

/*
  
    Block headers style
  
  */
.td_block_template_2 .td-block-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 31px;
    text-align: left;
}

.td_block_template_2 .td-block-title>* {
    color: #000;
}

.td_block_template_2 .td-related-title a {
    padding: 0 20px 0 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_2 .td-related-title a {
        font-size: 15px;
    }
}

.td_block_template_2 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

.td_block_template_3 .td-block-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 31px;
    text-align: left;
}

.td_block_template_3 .td-block-title>* {
    background-color: #000;
    color: #fff;
    padding: 0 10px;
}

.td_block_template_3 .td-related-title a {
    margin-right: 10px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_3 .td-related-title a {
        margin-right: 0;
        font-size: 14px;
    }
}

.td_block_template_3 .td-related-title .td-cur-simple-item {
    background-color: #4db2ec;
}

@-moz-document url-prefix() {
    .td_block_template_3 .td-block-title>* {
        padding-bottom: 2px;
    }
}

.td_block_template_4 .td-block-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 31px;
    text-align: left;
}

.td_block_template_4 .td-block-title>* {
    background-color: #000;
    color: #fff;
    padding: 0 12px;
    position: relative;
}

.td_block_template_4 .td-block-title>*:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 10px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #000 transparent transparent transparent;
}

.td_block_template_4 .td-related-title a {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_4 .td-related-title a {
        margin-right: 0;
        font-size: 15px;
    }
}

.td_block_template_4 .td-related-title a:before {
    border-color: transparent !important;
}

.td_block_template_4 .td-related-title .td-cur-simple-item {
    background-color: #4db2ec;
}

.td_block_template_4 .td-related-title .td-cur-simple-item:before {
    border-color: #4db2ec transparent transparent transparent !important;
}

@-moz-document url-prefix() {
    .td_block_template_4 .td-block-title>* {
        padding-bottom: 2px;
    }
}

.td_block_template_5 .td-block-title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 25px;
    color: #000;
    text-align: left;
}

.td_block_template_5 .td-block-title>* {
    padding: 0 12px;
    border-width: 0 0 0 4px;
    border-style: solid;
    border-color: #4db2ec;
}

.td_block_template_5 .td-subcat-filter,
.td_block_template_5 .td-subcat-dropdown {
    line-height: 25px;
}

.td_block_template_5 .td-related-title a {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_5 .td-related-title a {
        font-size: 15px;
    }
}

.td_block_template_5 .td-related-title a:last-child {
    border: none;
}

.td_block_template_5 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

.td_block_template_6 .td-block-title {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 1;
    padding: 14px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.td_block_template_6 .td-block-title:before {
    content: '\e904';
    font-family: 'newspaper', sans-serif;
    font-size: 8px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
}

.td_block_template_6 .td-block-title>* {
    color: #000;
}

.td_block_template_6 .td-subcat-filter {
    line-height: 40px;
    position: relative;
    text-align: center;
    margin: -24px 0 0;
}

.td_block_template_6 .td-subcat-filter .td-subcat-more {
    margin-bottom: 10px !important;
}

.td_block_template_6 .td-subcat-list {
    margin-bottom: 18px;
}

.td_block_template_6 .td-subcat-list li:first-child {
    margin-left: 12px;
}

.td_block_template_6 .td-subcat-dropdown ul {
    margin-top: 0 !important;
}

.td_block_template_6 .td-related-title a {
    padding: 10px 10px 0 10px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_6 .td-related-title a {
        font-size: 14px;
    }
}

.td_block_template_6 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

.td_block_template_7 .td-block-title {
    font-size: 13px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 45px;
    padding: 0;
    position: relative;
    text-align: left;
}

.td_block_template_7 .td-block-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('./icon_1.png') repeat top left;
}

.td_block_template_7 .td-block-title>* {
    background-color: #fff;
    color: #000;
    padding: 0 5px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 21px;
    position: relative;
}

.td_block_template_7 .td-subcat-filter {
    line-height: 45px;
    margin-top: -1px;
}

.td_block_template_7 .td-subcat-filter .td-subcat-dropdown {
    line-height: 1;
    position: static;
}

.td_block_template_7 .td-subcat-dropdown .td-subcat-more {
    padding-left: 0;
    margin-bottom: 0 !important;
}

.td_block_template_7 .td-subcat-list .td-subcat-item {
    margin-left: 0 !important;
    margin-right: 24px;
}

.td_block_template_7 .td-subcat-list .td-subcat-item:last-child {
    margin-right: 16px;
}

.td_block_template_7 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

@-moz-document url-prefix() {
    .td_block_template_7 .td-subcat-filter {
        margin-top: -2px;
    }
}

.td_block_template_8 .td-block-title {
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 29px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.td_block_template_8 .td-block-title>* {
    position: relative;
    padding-right: 20px;
    color: #000;
}

.td_block_template_8 .td-block-title>*:before,
.td_block_template_8 .td-block-title>*:after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    background-color: #f5f5f5;
}

.td_block_template_8 .td-block-title>*:before {
    left: 100%;
}

.td_block_template_8 .td-block-title>*:after {
    right: 100%;
}

.td_block_template_8 .td-related-title a {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_8 .td-related-title a {
        font-size: 15px;
    }
}

.td_block_template_8 .td-related-title a:before {
    display: none;
}

.td_block_template_8 .td-related-title a:first-child:after {
    display: none;
}

.td_block_template_8 .td-related-title a:last-child:after {
    left: 100%;
    right: auto;
}

.td_block_template_8 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

.td_block_template_9 .td-block-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 22px;
    line-height: 37px;
    padding: 0;
    position: relative;
    text-align: left;
}

.td_block_template_9 .td-block-title:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f5f5f5;
}

.td_block_template_9 .td-block-title:after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    margin: auto;
    background-color: #4db2ec;
}

.td_block_template_9 .td-block-title>* {
    color: #000;
}

.td_block_template_9 .td-subcat-filter {
    line-height: 37px;
    display: table;
}

.td_block_template_9 .td-subcat-dropdown {
    line-height: 1;
    position: static;
}

.td_block_template_9 .td-subcat-dropdown .td-subcat-more {
    margin-bottom: 0 !important;
}

.td_block_template_9 .td-subcat-dropdown ul:after {
    height: 2px !important;
}

.td_block_template_9 .td-related-title {
    margin-top: 0 !important;
}

.td_block_template_9 .td-related-title a {
    margin-right: 20px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_9 .td-related-title a {
        font-size: 15px;
    }
}

.td_block_template_9 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

.td_block_template_10 .td-block-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 24px;
    line-height: 37px;
    padding: 0;
    position: relative;
    text-align: left;
}

.td_block_template_10 .td-block-title:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f5f5f5;
}

.td_block_template_10 .td-block-title>* {
    color: #000;
}

.td_block_template_10 .td-subcat-filter {
    line-height: 37px;
    display: table;
}

.td_block_template_10 .td-subcat-dropdown {
    line-height: 1;
    position: static;
}

.td_block_template_10 .td-subcat-dropdown .td-subcat-more {
    margin-bottom: 0 !important;
}

.td_block_template_10 .td-subcat-dropdown ul:after {
    height: 3px !important;
}

.td_block_template_10 .td-related-title {
    margin-top: 0 !important;
}

.td_block_template_10 .td-related-title a {
    margin-right: 20px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_10 .td-related-title a {
        font-size: 15px;
    }
}

.td_block_template_10 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

.td_block_template_11 .td-block-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 2px;
    margin-bottom: 24px;
    line-height: 44px;
    padding: 0;
    position: relative;
    text-align: left;
}

.td_block_template_11 .td-block-title:before,
.td_block_template_11 .td-block-title:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #f5f5f5;
}

.td_block_template_11 .td-block-title:after {
    bottom: 100%;
}

.td_block_template_11 .td-block-title:before {
    top: 100%;
}

.td_block_template_11 .td-block-title>* {
    color: #000;
}

.td_block_template_11 .td-subcat-filter {
    line-height: 44px;
    display: table;
}

.td_block_template_11 .td-subcat-dropdown {
    line-height: 1;
    position: static;
}

.td_block_template_11 .td-subcat-dropdown .td-subcat-more {
    margin-bottom: 0 !important;
}

.td_block_template_11 .td-subcat-dropdown ul:after {
    height: 2px !important;
}

.td_block_template_11 .td-related-title a {
    margin-right: 20px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_11 .td-related-title a {
        font-size: 15px;
    }
}

.td_block_template_11 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

.td_block_template_12 .td-block-title {
    font-size: 26px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 26px;
    padding: 0;
    letter-spacing: -0.6px;
    text-align: left;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td_block_template_12 .td-block-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.td_block_template_12 .td-block-title>* {
    color: #000;
}

.td_block_template_12 .td-subcat-filter {
    line-height: 1;
    display: table;
}

.td_block_template_12 .td-subcat-dropdown .td-subcat-more {
    margin-bottom: 8px !important;
    margin-top: 7px;
}

.td_block_template_12 .td-pulldown-category {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #444;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: -2px;
    top: 0;
    margin: auto 0;
    display: table;
}

.td_block_template_12 .td-pulldown-category span {
    display: inline-block;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_12 .td-pulldown-category span {
        display: none;
    }
}

.td_block_template_12 .td-pulldown-category i {
    font-size: 10px;
    margin-left: 10px;
}

.td_block_template_12 .td-pulldown-category:hover {
    opacity: 0.9;
}

.td_block_template_12 .td-pulldown-category:hover span {
    transform: translate3d(-6px, 0, 0);
    -webkit-transform: translate3d(-6px, 0, 0);
}

.td-pb-span4 .td_block_template_12 .td-pulldown-category span {
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span4 .td_block_template_12 .td-pulldown-category span {
        display: none;
    }
}

.td_block_template_13 .td-block-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 26px;
    line-height: 26px !important;
    padding: 0;
    letter-spacing: -0.6px;
    margin-top: 36px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    text-align: left;
    /* responsive portrait tablet + phone */
    /* responsive portrait phone */
}

@media (max-width: 1018px) {
    .td_block_template_13 .td-block-title {
        font-size: 22px;
        margin-bottom: 16px;
        margin-top: 26px;
    }
}

@media (max-width: 767px) {
    .td_block_template_13 .td-block-title {
        margin-top: 26px !important;
        margin-bottom: 16px !important;
    }
}

.td_block_template_13 .td-block-title>a,
.td_block_template_13 .td-block-title>span {
    margin-left: 12px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td_block_template_13 .td-block-title>a,
    .td_block_template_13 .td-block-title>span {
        margin-left: 12px !important;
    }
}

.td_block_template_13 .td-subcat-filter {
    line-height: 1;
    display: table;
}

.td_block_template_13 .td-subcat-dropdown .td-subcat-more {
    margin-bottom: 8px !important;
    margin-top: 7px;
}

.td_block_template_13 .td-pulldown-category {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px !important;
    color: #444;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: -2px;
    top: 0;
    margin: auto 0;
    display: table;
}

.td_block_template_13 .td-pulldown-category span {
    display: inline-block;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_13 .td-pulldown-category span {
        display: none;
    }
}

.td_block_template_13 .td-pulldown-category i {
    font-size: 10px;
    margin-left: 10px;
}

.td_block_template_13 .td-pulldown-category:hover {
    opacity: 0.9;
}

.td_block_template_13 .td-pulldown-category:hover span {
    transform: translate3d(-6px, 0, 0);
    -webkit-transform: translate3d(-6px, 0, 0);
}

.td_block_template_13 .td-block-subtitle {
    font-size: 90px;
    text-transform: uppercase;
    position: absolute;
    left: -4px;
    z-index: -1;
    bottom: -20px;
    white-space: nowrap;
    color: #f3f3f3;
    line-height: 1;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_template_13 .td-block-subtitle {
        font-size: 70px;
        bottom: -15px;
    }
}

@media (max-width: 767px) {
    .td_block_template_13 .td-block-subtitle {
        font-size: 60px;
        bottom: -12px;
    }
}

.td_block_template_13 .td-title-align {
    margin-top: 0 !important;
}

.td_block_template_13 .td-title-align>a,
.td_block_template_13 .td-title-align>span {
    margin-left: 0 !important;
}

.td-pb-span4 .td_block_template_13 .td-pulldown-category span {
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span4 .td_block_template_13 .td-pulldown-category span {
        display: none;
    }
}

.td-pb-span4 .td_block_template_13 .td-block-subtitle {
    /* responsive > phone */
}

@media (min-width: 768px) {
    .td-pb-span4 .td_block_template_13 .td-block-subtitle {
        display: none;
    }
}

.td-pb-span4 .td_block_template_13 .td-block-title {
    margin-top: 0;
}

.td-pb-span4 .td_block_template_13 .td-block-title * {
    margin-left: 0;
}

.td-pb-span12 .td_block_template_13 .td-block-title {
    margin-bottom: 40px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span12 .td_block_template_13 .td-block-title {
        margin-bottom: 26px;
    }
}

.td_block_template_12 .td-related-title a,
.td_block_template_13 .td-related-title a {
    margin-right: 20px;
    font-size: 20px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td_block_template_12 .td-related-title a,
    .td_block_template_13 .td-related-title a {
        font-size: 15px;
    }
}

.td_block_template_12 .td-related-title .td-cur-simple-item,
.td_block_template_13 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

.td_block_template_12 .td-related-title>a.td-related-left,
.td_block_template_13 .td-related-title>a.td-related-left,
.td_block_template_12 .td-related-title>a.td-related-right,
.td_block_template_13 .td-related-title>a.td-related-right {
    margin-left: 0 !important;
}

.td_block_template_14 .td-block-title {
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 26px;
    padding: 11px 0;
    line-height: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #111;
    border: 1px solid transparent;
}

.td_block_template_14 .td-block-title>* {
    color: #fff;
    margin: 0 12px;
}

.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter {
    background-color: transparent !important;
    display: inline-block;
    color: #fff;
}

.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
    height: 100%;
    display: table;
    color: #fff;
}

.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover {
    color: #fff;
}

.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i {
    color: #fff;
}

.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter i {
    margin-right: 16px;
    color: #fff;
}

.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
    border-width: 0 1px 1px;
}

.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
    padding-right: 32px;
}

.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
    vertical-align: middle;
    display: table-cell;
    padding: 0;
    opacity: 0.8;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
        display: none;
    }
}

.td_block_template_15 .td-block-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 26px;
    padding: 15px 0;
    line-height: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}

.td_block_template_15 .td-block-title:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4db2ec;
    z-index: 1;
}

.td_block_template_15 .td-block-title:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
    z-index: 0;
    pointer-events: none;
}

.td_block_template_15 .td-block-title>* {
    margin: 0 18px;
}

.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter {
    background-color: transparent !important;
    display: inline-block;
}

.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
    height: 100%;
    display: table;
}

.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter i {
    margin-right: 16px;
}

.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
    border-width: 0 1px 1px;
}

.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
    padding-right: 32px;
}

.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
    vertical-align: middle;
    display: table-cell;
    padding: 0;
    opacity: 0.8;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
        display: none;
    }
}

.td_block_template_14 .td-related-title a,
.td_block_template_15 .td-related-title a {
    margin: 0 12px !important;
    font-size: 14px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td_block_template_14 .td-related-title a,
    .td_block_template_15 .td-related-title a {
        margin: 0 8px !important;
    }
}

.td_block_template_14 .td-related-title .td-cur-simple-item,
.td_block_template_15 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

.td_block_template_16 .td-block-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: -15px;
    margin-bottom: 26px;
    padding: 0;
    line-height: 47px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.td_block_template_16 .td-block-title:before,
.td_block_template_16 .td-block-title:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #ddd;
}

.td_block_template_16 .td-block-title:before {
    bottom: 4px;
}

.td_block_template_16 .td-block-title:after {
    bottom: 0;
}

.td_block_template_16 .td-block-title-wrap .td-subcat-filter {
    line-height: 47px;
    display: table;
}

.td_block_template_16 .td-block-title-wrap .td-subcat-filter .td-subcat-dropdown ul {
    border-width: 0 1px 1px;
    border-color: #ddd;
    margin-top: 0;
}

.td_block_template_16 .td-block-title-wrap .td-subcat-dropdown {
    line-height: 1;
    position: static;
}

.td_block_template_16 .td-block-title-wrap .td-subcat-dropdown .td-subcat-more {
    margin-bottom: 0 !important;
}

.td_block_template_16 .td-related-title a {
    margin-right: 20px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_16 .td-related-title a {
        font-size: 15px;
    }
}

.td_block_template_16 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

.td_block_template_17 {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.td_block_template_17 .td-block-title {
    font-size: 16px;
    font-weight: 500;
    margin: 3px 3px 29px;
    padding: 12px 0 11px;
    line-height: 1;
    position: relative;
    text-align: center;
    border: 1px solid #111;
    background-color: #fff;
    top: -3px;
}

.td_block_template_17 .td-block-title>* {
    margin: 0 15px;
}

.td_block_template_17 .td-block-title:before {
    content: '';
    height: 100%;
    position: absolute;
    top: 4px;
    left: -4px;
    right: -4px;
    border: 1px solid #111;
    background-color: #111;
    z-index: -1;
}

.td_block_template_17 .td-block-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 3px auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #111 transparent transparent transparent;
}

.td_block_template_17 .td-block-title-wrap {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 2;
}

.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter {
    background-color: transparent !important;
    display: inline-block;
    color: #111;
    top: -3px;
}

.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
    height: 100%;
    display: table;
}

.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter i {
    margin-right: 16px;
    color: #111;
}

.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
    border-width: 0 1px 1px;
}

.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
    padding-right: 32px;
}

.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
    vertical-align: middle;
    display: table-cell;
    padding: 0;
    opacity: 0.8;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
        padding-right: 5px;
    }

    .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
        display: none;
    }
}

.td_block_template_17.widget,
.td_block_template_17.td_block_social_counter {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.td_block_template_17 .td-related-title a {
    margin-right: 10px;
    margin-left: 10px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_template_17 .td-related-title a {
        margin: 0 8px !important;
        font-size: 14px;
    }
}

.td_block_template_17 .td-related-title .td-cur-simple-item {
    color: #4db2ec;
}

.td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-pulldown-more {
    padding-right: 5px;
}

.td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-pulldown-more span {
    display: none;
}

.td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
    padding-right: 22px;
    padding-left: 26px;
}

.td-pb-article-list .td_block_template_17 .td-block-title-wrap {
    z-index: 0;
}

/*
  
    pulldown templates
  
  */
@-moz-document url-prefix() {

    .td-pulldown-syle-default .td-subcat-more,
    .td-pulldown-syle-default .td-subcat-list {
        position: relative;
        top: -1px;
    }
}

.td-pulldown-syle-2 {
    top: 0;
}

.td-pulldown-syle-2 .td-subcat-dropdown ul {
    padding: 20px 0;
    margin-top: 0;
}

.td-pulldown-syle-2 .td-subcat-dropdown ul:after {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 3px;
    top: 0;
    left: -1px;
    background-color: #4db2ec;
}

.td-pulldown-syle-2 .td-subcat-dropdown a {
    padding-left: 40px;
    padding-right: 31px;
}

.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more {
    background-color: transparent !important;
}

.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i {
    color: #4db2ec;
}

.td-pulldown-syle-2 .td-subcat-dropdown .td-subcat-more {
    margin-left: 9px;
    margin-bottom: 8px;
}

.td-pulldown-syle-2 .td-subcat-list .td-subcat-item {
    margin-left: 24px;
}

.td-pulldown-syle-3 {
    top: 0;
}

.td-pulldown-syle-3 .td-subcat-dropdown ul {
    padding: 15px 0;
    margin-top: -1px;
    border-width: 1px;
}

.td-pulldown-syle-3 .td-subcat-dropdown a {
    padding-left: 40px;
    padding-right: 31px;
}

.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more {
    background-color: transparent !important;
}

.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i {
    color: #4db2ec;
}

.td-pulldown-syle-3 .td-subcat-dropdown .td-subcat-more {
    margin-left: 9px;
    margin-bottom: 8px;
}

.td-pulldown-syle-3 .td-subcat-list .td-subcat-item {
    margin-left: 24px;
}

/*
  
      Footer style
  
  */
.td-footer-wrapper div .td-block-title-wrap .td-wrapper-pulldown-filter {
    background-color: #222;
    color: #fff;
}

.td-footer-wrapper div .td-block-title-wrap .td-wrapper-pulldown-filter i {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_2 .td-block-title>* {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_3 .td-block-title>* {
    background-color: #000;
    color: #fff;
}

.td-footer-wrapper div .td_block_template_4 .td-block-title>* {
    background-color: #000;
    color: #fff;
}

.td-footer-wrapper div .td_block_template_4 .td-block-title>*:before {
    border-color: #000 transparent transparent transparent;
}

.td-footer-wrapper div .td_block_template_5 .td-block-title>* {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_6 .td-block-title:before {
    font-size: 6px;
    color: #fff;
}

.td-footer-wrapper div .td_block_template_6 .td-block-title>* {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_7 .td-block-title {
    background-color: transparent;
}

.td-footer-wrapper div .td_block_template_7 .td-block-title>* {
    color: #fff;
    background-color: #222;
}

.td-footer-wrapper div .td_block_template_8 .td-block-title>* {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_8 .td-block-title>*:before,
.td-footer-wrapper div .td_block_template_8 .td-block-title>*:after {
    background-color: #333;
}

.td-footer-wrapper div .td_block_template_9 .td-block-title>* {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_9 .td-block-title:before {
    background-color: #333;
}

.td-footer-wrapper div .td_block_template_10 .td-block-title>* {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_10 .td-block-title:before {
    background-color: #333;
}

.td-footer-wrapper div .td_block_template_11 .td-block-title>* {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_11 .td-block-title:before,
.td-footer-wrapper div .td_block_template_11 .td-block-title:after {
    background-color: #333;
}

.td-footer-wrapper div .td_block_template_12 .td-block-title>* {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_12 .td-pulldown-category {
    color: #999;
}

.td-footer-wrapper div .td_block_template_13 .td-block-title>a,
.td-footer-wrapper div .td_block_template_13 .td-block-title>span {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_13 .td-block-subtitle {
    opacity: 0.1;
}

.td-footer-wrapper div .td_block_template_13 .td-pulldown-category {
    color: #999;
}

.td-footer-wrapper div .td_block_template_15 .td-block-title {
    background-color: transparent;
}

.td-footer-wrapper div .td_block_template_15 .td-block-title>* {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_15 .td-block-title:after {
    border-color: #333;
}

.td-footer-wrapper div .td_block_template_16 .td-block-title>* {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_16 .td-block-title:before,
.td-footer-wrapper div .td_block_template_16 .td-block-title:after {
    background-color: #333;
}

.td-footer-wrapper div .td_block_template_17 .td-block-title {
    border-color: #333;
    background-color: #222;
}

.td-footer-wrapper div .td_block_template_17 .td-block-title>* {
    color: #fff;
}

.td-footer-wrapper div .td_block_template_17 .td-block-title:before {
    border-color: #333;
    background-color: #333;
}

.td-footer-wrapper div .td_block_template_17 .td-block-title:after {
    border-color: #333 transparent transparent transparent;
}

.td_block_template_18 {
    padding-top: 20px;
}

.td_block_template_18.td_block_mega_menu {
    padding-top: 0;
}

.td_block_template_18 .td-block-title {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: -4px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
    text-transform: lowercase;
    margin-top: 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_template_18 .td-block-title {
        font-size: 35px;
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .td_block_template_18 .td-block-title {
        font-size: 45px;
        margin-bottom: 18px;
    }
}

.td_block_template_18 .td-block-title>span,
.td_block_template_18 .td-block-title>a {
    padding: 0 20px 10px;
    display: inline-block;
    background: #06d3d5;
    background: -webkit-linear-gradient(-68deg, #06d3d5 30%, #2a81cb 80%);
    background: linear-gradient(156deg, #06d3d5 30%, #2a81cb 80%);
    color: #fff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {

    .td_block_template_18 .td-block-title>span,
    .td_block_template_18 .td-block-title>a {
        padding: 0 20px 4px;
    }
}

@media (max-width: 767px) {

    .td_block_template_18 .td-block-title>span,
    .td_block_template_18 .td-block-title>a {
        padding: 2px 10px;
    }
}

.td_block_template_18 .td-block-title .td-block-speech-bubble {
    font-family: 'Open Sans', arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px !important;
    padding: 4px 8px;
    background-color: #2a81cb;
    color: #fff;
    -webkit-text-fill-color: #fff;
    position: absolute;
    border-radius: 3px 3px 3px 0;
    margin-left: 6px;
    top: -4px;
    text-transform: uppercase;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_template_18 .td-block-title .td-block-speech-bubble {
        font-size: 10px;
        padding: 3px 6px;
        border-radius: 2px 2px 2px 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .td_block_template_18 .td-block-title .td-block-speech-bubble {
        font-size: 10px;
        padding: 3px 6px;
        border-radius: 2px 2px 2px 0;
        top: 0;
    }
}

.td_block_template_18 .td-block-title .td-block-speech-bubble:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: #2a81cb transparent transparent transparent;
}

.td_block_template_18 .td-block-title .td-block-subtitle {
    display: table;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    color: #808080;
    position: relative;
    margin: 2px auto;
    text-transform: none;
    max-width: 80%;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td_block_template_18 .td-block-title .td-block-subtitle {
        font-size: 13px;
    }
}

.td_block_template_18 .td-block-title .td-block-subtitle:before,
.td_block_template_18 .td-block-title .td-block-subtitle:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 1500px;
    top: 3px;
    bottom: 0;
    background-color: #e3e3e3;
}

.td_block_template_18 .td-block-title .td-block-subtitle:before {
    left: 100%;
    margin: auto 0 auto 20px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_template_18 .td-block-title .td-block-subtitle:before {
        margin: auto 0 auto 15px;
    }
}

@media (max-width: 767px) {
    .td_block_template_18 .td-block-title .td-block-subtitle:before {
        margin: auto 0 auto 10px;
    }
}

.td_block_template_18 .td-block-title .td-block-subtitle:after {
    right: 100%;
    margin: auto 20px auto 0;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_template_18 .td-block-title .td-block-subtitle:after {
        margin: auto 15px auto 0;
    }
}

@media (max-width: 767px) {
    .td_block_template_18 .td-block-title .td-block-subtitle:after {
        margin: auto 10px auto 0;
    }
}

.td_block_template_18 .td-pulldown-filter-display-option:before {
    display: none;
}

.td-post-sharing-classic {
    position: relative;
    height: 20px;
}

.td-post-sharing {
    margin-left: -3px;
    margin-right: -3px;
    font-family: 'Open Sans', arial, sans-serif;
    z-index: 2;
    white-space: nowrap;
    opacity: 0;
}

.td-post-sharing.td-social-show-all {
    white-space: normal;
}

.td-js-loaded .td-post-sharing {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

.td-post-sharing-classic+.td-post-sharing {
    margin-top: 15px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-post-sharing-classic+.td-post-sharing {
        margin-top: 8px;
    }
}

.td-post-sharing-top {
    margin-bottom: 30px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-post-sharing-top {
        margin-bottom: 20px;
    }
}

.td-post-sharing-bottom {
    border-style: solid;
    border-color: #ededed;
    border-width: 1px 0;
    padding: 21px 0;
    margin-bottom: 42px;
}

.td-post-sharing-bottom .td-post-sharing {
    margin-bottom: -7px;
}

.td-post-sharing-visible,
.td-social-sharing-hidden {
    display: inline-block;
}

.td-social-sharing-hidden ul {
    display: none;
}

.td-social-show-all .td-pulldown-filter-list {
    display: inline-block;
}

.td-social-network,
.td-social-handler {
    position: relative;
    display: inline-block;
    margin: 0 3px 7px;
    height: 40px;
    min-width: 40px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}

.td-ps-notext .td-social-network .td-social-but-icon,
.td-ps-notext .td-social-handler .td-social-but-icon {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.td-social-network {
    color: #000;
    overflow: hidden;
}

.td-social-network .td-social-but-icon {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.td-social-network .td-social-but-text {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.td-social-network:hover {
    opacity: 0.8 !important;
}

.td-social-handler {
    color: #444;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
}

.td-social-handler .td-social-but-text {
    font-weight: 700;
}

.td-social-handler .td-social-but-text:before {
    background-color: #000;
    opacity: 0.08;
}

.td-social-share-text {
    margin-right: 18px;
}

.td-social-share-text:before,
.td-social-share-text:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

.td-social-share-text:before {
    border-width: 9px 0 9px 11px;
    border-color: transparent transparent transparent #e9e9e9;
}

.td-social-share-text:after {
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #fff;
}

.td-social-but-text,
.td-social-but-icon {
    display: inline-block;
    position: relative;
}

.td-social-but-icon {
    padding-left: 13px;
    padding-right: 13px;
    line-height: 40px;
    z-index: 1;
}

.td-social-but-icon i {
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.td-social-but-text {
    margin-left: -6px;
    padding-left: 12px;
    padding-right: 17px;
    line-height: 40px;
}

.td-social-but-text:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #fff;
    opacity: 0.2;
    z-index: 1;
}

.td-social-handler i,
.td-social-facebook i,
.td-social-reddit i,
.td-social-linkedin i,
.td-social-tumblr i,
.td-social-stumbleupon i,
.td-social-vk i,
.td-social-viber i {
    font-size: 14px;
}

.td-social-telegram i {
    font-size: 16px;
}

.td-social-mail i,
.td-social-line i,
.td-social-print i {
    font-size: 15px;
}

.td-social-handler .td-icon-share {
    top: -1px;
    left: -1px;
}

.td-social-twitter .td-icon-twitter {
    font-size: 12px;
}

.td-social-pinterest .td-icon-pinterest {
    font-size: 13px;
}

.td-social-whatsapp .td-icon-whatsapp {
    font-size: 18px;
}

.td-social-reddit .td-social-but-icon {
    padding-right: 12px;
}

.td-social-reddit .td-icon-reddit {
    left: -1px;
}

.td-social-telegram .td-social-but-icon {
    padding-right: 12px;
}

.td-social-telegram .td-icon-telegram {
    left: -1px;
}

.td-social-stumbleupon .td-social-but-icon {
    padding-right: 11px;
}

.td-social-stumbleupon .td-icon-stumbleupon {
    left: -2px;
}

.td-social-digg .td-social-but-icon {
    padding-right: 11px;
}

.td-social-digg .td-icon-digg {
    left: -2px;
    font-size: 17px;
}

.td-social-vk .td-social-but-icon {
    padding-right: 11px;
}

.td-social-vk .td-icon-vk {
    left: -2px;
}

.td-social-naver .td-icon-naver {
    left: -1px;
    font-size: 16px;
}

.td-social-expand-tabs i {
    top: -2px;
    left: -1px;
    font-size: 16px;
}

/* responsive portrait phone */
@media (min-width: 767px) {

    /* .td-social-whatsapp, */
    .td-social-line,
    .td-social-viber {
        display: none;
    }
}

.td-ps-bg .td-social-network {
    color: #fff;
}

.td-ps-bg .td-social-facebook .td-social-but-icon,
.td-ps-bg .td-social-facebook .td-social-but-text {
    background-color: #516eab;
}

.td-ps-bg .td-social-twitter .td-social-but-icon,
.td-ps-bg .td-social-twitter .td-social-but-text {
    background-color: #29c5f6;
}

.td-ps-bg .td-social-pinterest .td-social-but-icon,
.td-ps-bg .td-social-pinterest .td-social-but-text {
    background-color: #ca212a;
}

.td-ps-bg .td-social-whatsapp .td-social-but-icon,
.td-ps-bg .td-social-whatsapp .td-social-but-text {
    background-color: #7bbf6a;
}

.td-ps-bg .td-social-reddit .td-social-but-icon,
.td-ps-bg .td-social-reddit .td-social-but-text {
    background-color: #f54200;
}

.td-ps-bg .td-social-mail .td-social-but-icon,
.td-ps-bg .td-social-digg .td-social-but-icon,
.td-ps-bg .td-social-mail .td-social-but-text,
.td-ps-bg .td-social-digg .td-social-but-text {
    background-color: #000;
}

.td-ps-bg .td-social-print .td-social-but-icon,
.td-ps-bg .td-social-print .td-social-but-text {
    background-color: #333;
}

.td-ps-bg .td-social-linkedin .td-social-but-icon,
.td-ps-bg .td-social-linkedin .td-social-but-text {
    background-color: #0266a0;
}

.td-ps-bg .td-social-tumblr .td-social-but-icon,
.td-ps-bg .td-social-tumblr .td-social-but-text {
    background-color: #3e5a70;
}

.td-ps-bg .td-social-telegram .td-social-but-icon,
.td-ps-bg .td-social-telegram .td-social-but-text {
    background-color: #179cde;
}

.td-ps-bg .td-social-stumbleupon .td-social-but-icon,
.td-ps-bg .td-social-stumbleupon .td-social-but-text {
    background-color: #ee4813;
}

.td-ps-bg .td-social-vk .td-social-but-icon,
.td-ps-bg .td-social-vk .td-social-but-text {
    background-color: #4c75a3;
}

.td-ps-bg .td-social-line .td-social-but-icon,
.td-ps-bg .td-social-line .td-social-but-text {
    background-color: #00b900;
}

.td-ps-bg .td-social-viber .td-social-but-icon,
.td-ps-bg .td-social-viber .td-social-but-text {
    background-color: #5d54a4;
}

.td-ps-bg .td-social-naver .td-social-but-icon,
.td-ps-bg .td-social-naver .td-social-but-text {
    background-color: #3ec729;
}

.td-ps-dark-bg .td-social-network {
    color: #fff;
}

.td-ps-dark-bg .td-social-network .td-social-but-icon,
.td-ps-dark-bg .td-social-network .td-social-but-text {
    background-color: #000;
}

.td-ps-border .td-social-network .td-social-but-icon,
.td-ps-border .td-social-network .td-social-but-text {
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
}

.td-ps-border .td-social-network .td-social-but-text {
    border-left-width: 0;
}

.td-ps-border .td-social-network .td-social-but-text:before {
    background-color: #000;
    opacity: 0.08;
}

.td-ps-border.td-ps-padding .td-social-network .td-social-but-icon {
    border-right-width: 0;
}

.td-ps-border.td-ps-padding .td-social-network.td-social-expand-tabs .td-social-but-icon {
    border-right-width: 1px;
}

.td-ps-border-grey .td-social-but-icon,
.td-ps-border-grey .td-social-but-text {
    border-color: #e9e9e9;
}

.td-ps-border-colored .td-social-facebook .td-social-but-icon,
.td-ps-border-colored .td-social-facebook .td-social-but-text {
    border-color: #516eab;
}

.td-ps-border-colored .td-social-twitter .td-social-but-icon,
.td-ps-border-colored .td-social-twitter .td-social-but-text {
    border-color: #29c5f6;
}

.td-ps-border-colored .td-social-pinterest .td-social-but-icon,
.td-ps-border-colored .td-social-pinterest .td-social-but-text {
    border-color: #ca212a;
}

.td-ps-border-colored .td-social-whatsapp .td-social-but-icon,
.td-ps-border-colored .td-social-whatsapp .td-social-but-text {
    border-color: #7bbf6a;
}

.td-ps-border-colored .td-social-reddit .td-social-but-icon,
.td-ps-border-colored .td-social-reddit .td-social-but-text {
    border-color: #f54200;
}

.td-ps-border-colored .td-social-mail .td-social-but-icon,
.td-ps-border-colored .td-social-digg .td-social-but-icon,
.td-ps-border-colored .td-social-mail .td-social-but-text,
.td-ps-border-colored .td-social-digg .td-social-but-text {
    border-color: #000;
}

.td-ps-border-colored .td-social-print .td-social-but-icon,
.td-ps-border-colored .td-social-print .td-social-but-text {
    border-color: #333;
}

.td-ps-border-colored .td-social-linkedin .td-social-but-icon,
.td-ps-border-colored .td-social-linkedin .td-social-but-text {
    border-color: #0266a0;
}

.td-ps-border-colored .td-social-tumblr .td-social-but-icon,
.td-ps-border-colored .td-social-tumblr .td-social-but-text {
    border-color: #3e5a70;
}

.td-ps-border-colored .td-social-telegram .td-social-but-icon,
.td-ps-border-colored .td-social-telegram .td-social-but-text {
    border-color: #179cde;
}

.td-ps-border-colored .td-social-stumbleupon .td-social-but-icon,
.td-ps-border-colored .td-social-stumbleupon .td-social-but-text {
    border-color: #ee4813;
}

.td-ps-border-colored .td-social-vk .td-social-but-icon,
.td-ps-border-colored .td-social-vk .td-social-but-text {
    border-color: #4c75a3;
}

.td-ps-border-colored .td-social-line .td-social-but-icon,
.td-ps-border-colored .td-social-line .td-social-but-text {
    border-color: #00b900;
}

.td-ps-border-colored .td-social-viber .td-social-but-icon,
.td-ps-border-colored .td-social-viber .td-social-but-text {
    border-color: #5d54a4;
}

.td-ps-border-colored .td-social-viber .td-social-but-icon,
.td-ps-border-colored .td-social-viber .td-social-but-text {
    border-color: #3ec729;
}

.td-ps-icon-bg .td-social-but-icon {
    height: 100%;
    border-color: transparent !important;
}

.td-ps-icon-bg .td-social-network .td-social-but-icon {
    color: #fff;
}

.td-ps-icon-bg .td-social-facebook .td-social-but-icon {
    background-color: #516eab;
}

.td-ps-icon-bg .td-social-twitter .td-social-but-icon {
    background-color: #29c5f6;
}

.td-ps-icon-bg .td-social-pinterest .td-social-but-icon {
    background-color: #ca212a;
}

.td-ps-icon-bg .td-social-whatsapp .td-social-but-icon {
    background-color: #7bbf6a;
}

.td-ps-icon-bg .td-social-reddit .td-social-but-icon {
    background-color: #f54200;
}

.td-ps-icon-bg .td-social-mail .td-social-but-icon,
.td-ps-icon-bg .td-social-digg .td-social-but-icon {
    background-color: #000;
}

.td-ps-icon-bg .td-social-print .td-social-but-icon {
    background-color: #333;
}

.td-ps-icon-bg .td-social-linkedin .td-social-but-icon {
    background-color: #0266a0;
}

.td-ps-icon-bg .td-social-tumblr .td-social-but-icon {
    background-color: #3e5a70;
}

.td-ps-icon-bg .td-social-telegram .td-social-but-icon {
    background-color: #179cde;
}

.td-ps-icon-bg .td-social-stumbleupon .td-social-but-icon {
    background-color: #ee4813;
}

.td-ps-icon-bg .td-social-vk .td-social-but-icon {
    background-color: #4c75a3;
}

.td-ps-icon-bg .td-social-line .td-social-but-icon {
    background-color: #00b900;
}

.td-ps-icon-bg .td-social-viber .td-social-but-icon {
    background-color: #5d54a4;
}

.td-ps-icon-bg .td-social-naver .td-social-but-icon {
    background-color: #3ec729;
}

.td-ps-icon-bg .td-social-but-text {
    margin-left: -3px;
}

.td-ps-icon-bg .td-social-network .td-social-but-text:before {
    display: none;
}

.td-ps-icon-arrow .td-social-network .td-social-but-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: calc(100% + 1px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 11px;
    border-color: transparent transparent transparent #000;
}

.td-ps-icon-arrow .td-social-network .td-social-but-text {
    padding-left: 20px;
}

.td-ps-icon-arrow .td-social-network .td-social-but-text:before {
    display: none;
}

.td-ps-icon-arrow.td-ps-padding .td-social-network .td-social-but-icon:after {
    left: 100%;
}

.td-ps-icon-arrow .td-social-facebook .td-social-but-icon:after {
    border-left-color: #516eab;
}

.td-ps-icon-arrow .td-social-twitter .td-social-but-icon:after {
    border-left-color: #29c5f6;
}

.td-ps-icon-arrow .td-social-pinterest .td-social-but-icon:after {
    border-left-color: #ca212a;
}

.td-ps-icon-arrow .td-social-whatsapp .td-social-but-icon:after {
    border-left-color: #7bbf6a;
}

.td-ps-icon-arrow .td-social-reddit .td-social-but-icon:after {
    border-left-color: #f54200;
}

.td-ps-icon-arrow .td-social-mail .td-social-but-icon:after,
.td-ps-icon-arrow .td-social-digg .td-social-but-icon:after {
    border-left-color: #000;
}

.td-ps-icon-arrow .td-social-print .td-social-but-icon:after {
    border-left-color: #333;
}

.td-ps-icon-arrow .td-social-linkedin .td-social-but-icon:after {
    border-left-color: #0266a0;
}

.td-ps-icon-arrow .td-social-tumblr .td-social-but-icon:after {
    border-left-color: #3e5a70;
}

.td-ps-icon-arrow .td-social-telegram .td-social-but-icon:after {
    border-left-color: #179cde;
}

.td-ps-icon-arrow .td-social-stumbleupon .td-social-but-icon:after {
    border-left-color: #ee4813;
}

.td-ps-icon-arrow .td-social-vk .td-social-but-icon:after {
    border-left-color: #4c75a3;
}

.td-ps-icon-arrow .td-social-line .td-social-but-icon:after {
    border-left-color: #00b900;
}

.td-ps-icon-arrow .td-social-viber .td-social-but-icon:after {
    border-left-color: #5d54a4;
}

.td-ps-icon-arrow .td-social-naver .td-social-but-icon:after {
    border-left-color: #3ec729;
}

.td-ps-icon-arrow .td-social-expand-tabs .td-social-but-icon:after {
    display: none;
}

.td-ps-icon-color .td-social-facebook .td-social-but-icon {
    color: #516eab;
}

.td-ps-icon-color .td-social-twitter .td-social-but-icon {
    color: #29c5f6;
}

.td-ps-icon-color .td-social-pinterest .td-social-but-icon {
    color: #ca212a;
}

.td-ps-icon-color .td-social-whatsapp .td-social-but-icon {
    color: #7bbf6a;
}

.td-ps-icon-color .td-social-reddit .td-social-but-icon {
    color: #f54200;
}

.td-ps-icon-color .td-social-mail .td-social-but-icon,
.td-ps-icon-color .td-social-digg .td-social-but-icon {
    color: #000;
}

.td-ps-icon-color .td-social-print .td-social-but-icon {
    color: #333;
}

.td-ps-icon-color .td-social-linkedin .td-social-but-icon {
    color: #0266a0;
}

.td-ps-icon-color .td-social-tumblr .td-social-but-icon {
    color: #3e5a70;
}

.td-ps-icon-color .td-social-telegram .td-social-but-icon {
    color: #179cde;
}

.td-ps-icon-color .td-social-stumbleupon .td-social-but-icon {
    color: #ee4813;
}

.td-ps-icon-color .td-social-vk .td-social-but-icon {
    color: #4c75a3;
}

.td-ps-icon-color .td-social-line .td-social-but-icon {
    color: #00b900;
}

.td-ps-icon-color .td-social-viber .td-social-but-icon {
    color: #5d54a4;
}

.td-ps-icon-color .td-social-naver .td-social-but-icon {
    color: #3ec729;
}

.td-ps-text-color .td-social-but-text {
    font-weight: 700;
}

.td-ps-text-color .td-social-facebook .td-social-but-text {
    color: #516eab;
}

.td-ps-text-color .td-social-twitter .td-social-but-text {
    color: #29c5f6;
}

.td-ps-text-color .td-social-pinterest .td-social-but-text {
    color: #ca212a;
}

.td-ps-text-color .td-social-whatsapp .td-social-but-text {
    color: #7bbf6a;
}

.td-ps-text-color .td-social-reddit .td-social-but-text {
    color: #f54200;
}

.td-ps-text-color .td-social-mail .td-social-but-text,
.td-ps-text-color .td-social-digg .td-social-but-text {
    color: #000;
}

.td-ps-text-color .td-social-print .td-social-but-text {
    color: #333;
}

.td-ps-text-color .td-social-linkedin .td-social-but-text {
    color: #0266a0;
}

.td-ps-text-color .td-social-tumblr .td-social-but-text {
    color: #3e5a70;
}

.td-ps-text-color .td-social-telegram .td-social-but-text {
    color: #179cde;
}

.td-ps-text-color .td-social-stumbleupon .td-social-but-text {
    color: #ee4813;
}

.td-ps-text-color .td-social-vk .td-social-but-text {
    color: #4c75a3;
}

.td-ps-text-color .td-social-line .td-social-but-text {
    color: #00b900;
}

.td-ps-text-color .td-social-viber .td-social-but-text {
    color: #5d54a4;
}

.td-ps-text-color .td-social-naver .td-social-but-text {
    color: #3ec729;
}

.td-ps-text-color .td-social-expand-tabs .td-social-but-text {
    color: #b1b1b1;
}

.td-ps-notext .td-social-but-icon {
    width: 40px;
}

.td-ps-notext .td-social-network .td-social-but-text {
    display: none;
}

.td-ps-padding .td-social-network .td-social-but-icon {
    padding-left: 17px;
    padding-right: 17px;
}

.td-ps-padding .td-social-handler .td-social-but-icon {
    width: 40px;
}

.td-ps-padding .td-social-reddit .td-social-but-icon,
.td-ps-padding .td-social-telegram .td-social-but-icon {
    padding-right: 16px;
}

.td-ps-padding .td-social-stumbleupon .td-social-but-icon,
.td-ps-padding .td-social-digg .td-social-but-icon,
.td-ps-padding .td-social-expand-tabs .td-social-but-icon {
    padding-right: 13px;
}

.td-ps-padding .td-social-vk .td-social-but-icon {
    padding-right: 14px;
}

.td-ps-padding .td-social-expand-tabs .td-social-but-icon {
    padding-left: 13px;
}

.td-ps-rounded .td-social-network .td-social-but-icon {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.td-ps-rounded .td-social-network .td-social-but-text {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.td-ps-rounded.td-ps-notext .td-social-network .td-social-but-icon {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.td-ps-rounded .td-social-expand-tabs {
    border-radius: 100px;
}

.td-ps-bar .td-social-network .td-social-but-icon,
.td-ps-bar .td-social-network .td-social-but-text {
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.31);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.31);
}

.td-ps-bar .td-social-mail .td-social-but-icon,
.td-ps-bar .td-social-digg .td-social-but-icon,
.td-ps-bar .td-social-mail .td-social-but-text,
.td-ps-bar .td-social-digg .td-social-but-text {
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.28);
}

.td-ps-bar .td-social-print .td-social-but-icon,
.td-ps-bar .td-social-print .td-social-but-text {
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.2);
}

.td-ps-big {
    /* responsive portrait phone */
}

.td-ps-big .td-social-but-icon {
    display: block;
    line-height: 60px;
}

.td-ps-big .td-social-but-icon .td-icon-share {
    width: auto;
}

.td-ps-big .td-social-handler .td-social-but-text:before {
    display: none;
}

.td-ps-big .td-social-share-text .td-social-but-icon {
    width: 90px;
}

.td-ps-big .td-social-expand-tabs .td-social-but-icon {
    width: 60px;
}

@media (max-width: 767px) {
    .td-ps-big .td-social-share-text {
        display: none;
    }
}

.td-ps-big .td-social-facebook i,
.td-ps-big .td-social-reddit i,
.td-ps-big .td-social-mail i,
.td-ps-big .td-social-linkedin i,
.td-ps-big .td-social-tumblr i,
.td-ps-big .td-social-stumbleupon i {
    margin-top: -2px;
}

.td-ps-big .td-social-facebook i,
.td-ps-big .td-social-reddit i,
.td-ps-big .td-social-linkedin i,
.td-ps-big .td-social-tumblr i,
.td-ps-big .td-social-stumbleupon i,
.td-ps-big .td-social-vk i,
.td-ps-big .td-social-viber i,
.td-ps-big .td-social-share-text i {
    font-size: 22px;
}

.td-ps-big .td-social-telegram i {
    font-size: 24px;
}

.td-ps-big .td-social-mail i,
.td-ps-big .td-social-line i,
.td-ps-big .td-social-print i {
    font-size: 23px;
}

.td-ps-big .td-social-twitter i,
.td-ps-big .td-social-expand-tabs i {
    font-size: 20px;
}

.td-ps-big .td-social-whatsapp i,
.td-ps-big .td-social-naver i {
    font-size: 26px;
}

.td-ps-big .td-social-pinterest .td-icon-pinterest {
    font-size: 21px;
}

.td-ps-big .td-social-telegram .td-icon-telegram {
    left: 1px;
}

.td-ps-big .td-social-stumbleupon .td-icon-stumbleupon {
    left: -2px;
}

.td-ps-big .td-social-digg .td-icon-digg {
    left: -1px;
    font-size: 25px;
}

.td-ps-big .td-social-vk .td-icon-vk {
    left: -1px;
}

.td-ps-big .td-social-naver .td-icon-naver {
    left: 0;
}

.td-ps-big .td-social-but-text {
    margin-left: 0;
    padding-top: 0;
    padding-left: 17px;
}

.td-ps-big.td-ps-notext .td-social-network,
.td-ps-big.td-ps-notext .td-social-handler {
    height: 60px;
}

.td-ps-big.td-ps-notext .td-social-network {
    width: 60px;
}

.td-ps-big.td-ps-notext .td-social-network .td-social-but-icon {
    width: 60px;
}

.td-ps-big.td-ps-notext .td-social-share-text .td-social-but-icon {
    line-height: 40px;
}

.td-ps-big.td-ps-notext .td-social-share-text .td-social-but-text {
    display: block;
    line-height: 1;
}

.td-ps-big.td-ps-padding .td-social-network,
.td-ps-big.td-ps-padding .td-social-handler {
    height: 90px;
    font-size: 13px;
}

.td-ps-big.td-ps-padding .td-social-network {
    min-width: 60px;
}

.td-ps-big.td-ps-padding .td-social-but-icon {
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
}

.td-ps-big.td-ps-padding.td-ps-bar .td-social-but-icon {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.td-ps-big.td-ps-padding .td-social-but-text {
    display: block;
    padding-bottom: 17px;
    line-height: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
}

.td-ps-big.td-ps-padding .td-social-but-text:before {
    display: none;
}

.td-ps-big.td-ps-padding .td-social-expand-tabs i {
    line-height: 90px;
}

.td-ps-nogap {
    margin-left: 0;
    margin-right: 0;
}

.td-ps-nogap .td-social-network,
.td-ps-nogap .td-social-handler {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
}

.td-ps-nogap .td-social-network .td-social-but-icon,
.td-ps-nogap .td-social-network .td-social-but-text {
    border-radius: 0;
}

.td-ps-nogap .td-social-expand-tabs {
    border-radius: 0;
}

.td-post-sharing-style7 .td-social-network .td-social-but-icon {
    height: 100%;
}

.td-post-sharing-style7 .td-social-network .td-social-but-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.31);
}

.td-post-sharing-style7 .td-social-network .td-social-but-text {
    padding-left: 17px;
}

.td-post-sharing-style7 .td-social-network .td-social-but-text:before {
    display: none;
}

.td-post-sharing-style7 .td-social-mail .td-social-but-icon:before,
.td-post-sharing-style7 .td-social-digg .td-social-but-icon:before {
    background-color: rgba(255, 255, 255, 0.2);
}

.td-post-sharing-style7 .td-social-print .td-social-but-icon:before {
    background-color: rgba(255, 255, 255, 0.1);
}

.td-post-sharing-style1 .td-social-share-text .td-social-but-text,
.td-post-sharing-style3 .td-social-share-text .td-social-but-text,
.td-post-sharing-style5 .td-social-share-text .td-social-but-text,
.td-post-sharing-style14 .td-social-share-text .td-social-but-text,
.td-post-sharing-style16 .td-social-share-text .td-social-but-text {
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td-post-sharing-style1 .td-social-share-text .td-social-but-text,
    .td-post-sharing-style3 .td-social-share-text .td-social-but-text,
    .td-post-sharing-style5 .td-social-share-text .td-social-but-text,
    .td-post-sharing-style14 .td-social-share-text .td-social-but-text,
    .td-post-sharing-style16 .td-social-share-text .td-social-but-text {
        display: none !important;
    }
}

.td-post-sharing-style2 .td-social-share-text,
.td-post-sharing-style4 .td-social-share-text,
.td-post-sharing-style6 .td-social-share-text,
.td-post-sharing-style7 .td-social-share-text,
.td-post-sharing-style15 .td-social-share-text,
.td-post-sharing-style17 .td-social-share-text,
.td-post-sharing-style18 .td-social-share-text,
.td-post-sharing-style19 .td-social-share-text,
.td-post-sharing-style20 .td-social-share-text {
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td-post-sharing-style2 .td-social-share-text,
    .td-post-sharing-style4 .td-social-share-text,
    .td-post-sharing-style6 .td-social-share-text,
    .td-post-sharing-style7 .td-social-share-text,
    .td-post-sharing-style15 .td-social-share-text,
    .td-post-sharing-style17 .td-social-share-text,
    .td-post-sharing-style18 .td-social-share-text,
    .td-post-sharing-style19 .td-social-share-text,
    .td-post-sharing-style20 .td-social-share-text {
        display: none !important;
    }
}

/*  ----------------------------------------------------------------------------
      Image gradient
  */
.td-image-gradient:before {
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    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.8)));
    /* Chrome,Safari4+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    /* IE6-9 */
}

@media (max-width: 1018px) {
    .td-image-gradient:before {
        height: 100%;
    }
}

/*  ----------------------------------------------------------------------------
      Breadcrumbs
  */
.td-sidebar-left .td-crumb-container {
    padding-left: 372px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-sidebar-left .td-crumb-container {
        padding-left: 341px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-sidebar-left .td-crumb-container {
        padding-left: 256px;
    }
}

@media (max-width: 767px) {
    .td-sidebar-left .td-crumb-container {
        padding-left: 0;
    }
}

.td-sidebar-left-content {
    float: right !important;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-sidebar-left-content {
        float: none !important;
    }
}

/*  ----------------------------------------------------------------------------
      Page Template Pagebuilder - Empty page
  */
.page-template-page-pagebuilder-empty .td-main-page-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

/*  ----------------------------------------------------------------------------
      Page Template Pagebuilder - Overlay menu page
  */
.page-template-page-pagebuilder-overlay .td-main-page-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-page-pagebuilder-overlay .td-header-wrap {
    position: absolute;
    left: 0;
    right: 0;
}

.page-template-page-pagebuilder-overlay .td-header-menu-wrap:before,
.page-template-page-pagebuilder-overlay .td-header-menu-wrap:after {
    display: none;
}

.page-template-page-pagebuilder-overlay .td-banner-wrap-full,
.page-template-page-pagebuilder-overlay .td-header-menu-wrap-full,
.page-template-page-pagebuilder-overlay .td-header-top-menu-full {
    background-color: transparent;
}

.tdc-theme-Newspaper.page-template-page-pagebuilder-overlay .td-header-wrap {
    pointer-events: none;
}

.tdc-theme-Newspaper.page-template-page-pagebuilder-overlay .sf-menu {
    pointer-events: auto;
}

.tdc-theme-Newspaper #td-mobile-nav {
    display: none;
}

.tdc-theme-Newspaper.td-menu-mob-open-menu #td-mobile-nav,
.tdc-theme-Newspaper.td-search-opened #td-mobile-nav {
    display: block;
}

/*  ----------------------------------------------------------------------------
      Row divider svg
  */
.tdm-svg {
    fill: #000;
    transform-origin: 50% 50% 0;
    width: 100%;
    min-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.tdc-row-divider {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    line-height: 0;
    left: 50%;
    transform: translateX(-50%);
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tdc-row-divider {
        width: 100vw !important;
    }
}

[class*="stretch_"] .tdc-row-divider {
    width: 100vw;
}

.tdm-svg2 {
    opacity: 0.3;
}

.tdm-svg3 {
    opacity: 0.15;
}

.tdm-svg4 {
    opacity: 0.08;
}

.tdc-row-divider-top {
    position: absolute;
    top: 0;
    width: 100%;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.tdc-row-divider-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.tdc-divider-space {
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
}

@media (min-width: 1019px) {

    .td-boxed-layout .tdc-row>.td-pb-row>.td-element-style,
    .td-boxed-layout .tdc-video-outer-wrapper,
    .td-boxed-layout .tdc-row-divider {
        width: calc(100% + 48px);
    }

    .td-boxed-layout .tdc-row>.td-pb-row>.td-element-style,
    .td-boxed-layout .tdc-video-outer-wrapper {
        left: -24px;
    }
}

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1140px) {

    .td-boxed-layout .tdc-row>.td-pb-row>.td-element-style,
    .td-boxed-layout .tdc-video-outer-wrapper,
    .td-boxed-layout .tdc-row-divider {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

/*  ----------------------------------------------------------------------------
      header
  */
.td-review {
    width: 100%;
    margin-bottom: 34px;
    font-size: 13px;
}

.td-review td {
    padding: 7px 14px;
}

.td-review .td-review-summary {
    padding: 21px 14px;
}

@media (max-width: 767px) {
    .td-review .td-review-summary {
        padding: 0;
    }
}

.td-review i {
    margin-top: 5px;
}

.td-review .td-review-row-stars:hover {
    background-color: #fcfcfc;
}

.td-review .td-review-percent-sign {
    font-size: 15px;
    line-height: 1;
}

.td-review-header .block-title {
    background-color: #222;
    color: #fff;
    display: inline-block;
    line-height: 16px;
    padding: 8px 12px 6px;
    margin-bottom: 0;
    border-bottom: 0;
}

.td-review-header td {
    padding: 26px 0 26px 0;
    border: 0;
}

@-moz-document url-prefix() {
    .td-review-header .block-title {
        padding: 7px 12px;
    }
}

.td-icon-star,
.td-icon-star-empty,
.td-icon-star-half {
    font-size: 15px;
    width: 20px;
}

/*  ----------------------------------------------------------------------------
      rating stars
  */
.td-review-stars {
    text-align: center;
}

@media (max-width: 767px) {
    .td-review-stars {
        width: 134px;
    }
}

.td-review-final-score {
    line-height: 80px;
    font-size: 48px;
    margin-bottom: 5px;
}

/*  ----------------------------------------------------------------------------
      review bars
  */
.td-rating-bar-wrap {
    margin: 0 0 7px 0;
    background-color: #f5f5f5;
}

.td-rating-bar-wrap div {
    height: 20px;
    background-color: #4db2ec;
    max-width: 100%;
}

.td-review-row-bars .td-review-desc {
    display: inline-block;
    padding-bottom: 2px;
}

/*  ----------------------------------------------------------------------------
      percent
  */
.td-review-percent {
    float: right;
    padding-bottom: 2px;
}

/*  ----------------------------------------------------------------------------
      footer
  */
@media (max-width: 767px) {
    .td-review-footer {
        border-left: 1px solid #ededed;
        position: relative;
        display: block;
    }

    .td-review-footer:after {
        content: '';
        width: 1px;
        background-color: #ededed;
        position: absolute;
        right: -1px;
        top: 0;
        height: 100%;
    }
}

.td-review-summary {
    padding: 21px 0 0 0;
    vertical-align: top;
}

@media (max-width: 767px) {
    .td-review-summary {
        display: block;
        width: 100%;
        clear: both;
        border: 0;
    }
}

.td-review-summary .block-title {
    background-color: #222;
    color: #fff;
    display: inline-block;
    line-height: 16px;
    padding: 8px 12px 6px;
    margin-bottom: 13px;
    position: relative;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .td-review-summary .block-title {
        margin: 14px 0 0 14px;
    }
}

@-moz-document url-prefix() {
    .td-review-summary .block-title {
        padding: 7px 12px;
    }
}

.td-review-summary-content {
    font-size: 12px;
    margin-right: 21px;
}

@media (max-width: 767px) {
    .td-review-summary-content {
        margin: 14px;
    }
}

.td-review-score {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 0;
    vertical-align: bottom;
    width: 150px;
}

@media (max-width: 767px) {
    .td-review-score {
        display: block;
        width: 100%;
        padding: 0;
        border-left: 0;
        border-right: 0;
    }
}

.td-review-overall {
    padding: 0 0 28px 0;
    line-height: 14px;
}

.td-review-overall span {
    font-size: 11px;
}

.td-review-final-star {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .td-review-row-stars {
        display: block;
        width: 100%;
        clear: both;
        float: left;
        border: 1px solid #ededed;
        border-bottom: 0;
        border-right: 0;
    }

    .td-review-row-stars td {
        float: left;
        border: 0;
    }

    .td-review-row-stars .td-review-desc {
        width: 70%;
        padding: 9px 14px;
    }

    .td-review-row-stars .td-review-stars {
        width: 30%;
        text-align: right;
    }

    .td-review-row-stars:nth-last-of-type(2) {
        border-bottom: 1px solid #ededed;
    }
}

@media (max-width: 500px) {
    .td-review-row-stars .td-review-desc {
        width: 55%;
    }

    .td-review-row-stars .td-review-stars {
        width: 45%;
    }
}

@font-face {
    font-family: 'newspaper-icons';
    src: url('../images/icons/newspaper-icons.eot?1');
    src: url('../images/icons/newspaper-icons.eot?1#iefix') format('embedded-opentype'), url('../images/icons/newspaper-icons.woff?1') format('woff'), url('../images/icons/newspaper-icons.ttf?1') format('truetype'), url('../images/icons/newspaper-icons.svg?1#newspaper-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="td-icons"]:before,
[class*=" td-icons"]:before {
    font-family: 'newspaper-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="td-icons"] {
    line-height: 1;
    text-align: center;
    display: inline-block;
    cursor: default;
}

.rain-d:before {
    content: '\e800';
    display: none;
}

.rain-n:before {
    content: '\e801';
    display: none;
}

.mist-d:before {
    content: '\e802';
    display: none;
}

.mist-n:before {
    content: '\e802';
    display: none;
}

.scattered-clouds-d:before {
    content: '\e803';
    display: none;
}

.scattered-clouds-n:before {
    content: '\e803';
    display: none;
}

.shower-rain-d:before {
    content: '\e804';
    display: none;
}

.shower-rain-n:before {
    content: '\e804';
    display: none;
}

.snow-d:before {
    content: '\e805';
    display: none;
}

.snow-n:before {
    content: '\e805';
    display: none;
}

.thunderstorm-d:before {
    content: '\e806';
    display: none;
}

.thunderstorm-n:before {
    content: '\e806';
    display: none;
}

.broken-clouds-d:before {
    content: '\e807';
    display: none;
}

.broken-clouds-n:before {
    content: '\e807';
    display: none;
}

.clear-sky-d:before {
    content: '\f107';
    display: none;
}

.clear-sky-n:before {
    content: '\e809';
    display: none;
}

.few-clouds-d:before {
    content: '\e80a';
    display: none;
}

.few-clouds-n:before {
    content: '\e80b';
    display: none;
}

.td-icons-drop:before {
    content: '\e80c';
}

.td-icons-wind:before {
    content: '\e80d';
}

.td-icons-arrows-down:before {
    content: '\e80e';
}

.td-icons-arrows-up:before {
    content: '\e80f';
}

.td-icons-cloud:before {
    content: '\e810';
}

.td-icons-location:before {
    content: '\e811';
}

.td-icons-circus:before {
    content: "\e900";
}

.td-icons-farm:before {
    content: "\e901";
}

.td-icons-home:before {
    content: "\e902";
}

.td-icons-pets:before {
    content: "\e903";
}

.td-icons-wild:before {
    content: "\e904";
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    padding-right: 15px;
    font-size: 11px;
    line-height: 18px;
}

.mfp-arrow {
    font-family: 'newspaper', sans-serif;
    font-size: 30px;
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:before {
    content: '\e807';
    color: #ffffff;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:before {
    content: '\f107';
    color: #ffffff;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:before {
    bottom: 40px;
    content: "";
    display: block;
    height: 20%;
    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)));
    /* Chrome,Safari4+ */
    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 */
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.mfp-ready .mfp-s-ready .mfp-figure:before {
    opacity: 1;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: auto;
    padding: 0px 65px 0px 15px;
    z-index: 1;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:before {
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* Zoom */
.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0.001;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bg {
    z-index: 10000;
}

.mfp-wrap {
    z-index: 10000;
}

/*  ----------------------------------------------------------------------------
    Login window
  */
.white-popup-block {
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    min-height: 500px;
    font-family: 'Open Sans', arial, sans-serif;
    text-align: center;
    color: #fff;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 0 0 24px;
    overflow: hidden;
}

.white-popup-block:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 69, 130, 0.8);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 69, 130, 0.8)), color-stop(100%, rgba(38, 134, 146, 0.8)));
    background: linear-gradient(45deg, rgba(0, 69, 130, 0.8) 0%, rgba(38, 134, 146, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a80cb', endColorstr='#42bdcd', GradientType=1);
    z-index: -2;
}

.white-popup-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -3;
}

.mfp-content {
    /* wrapper */
    /* the panel title */
    /* error message */
}

.mfp-content .td-login-wrap {
    position: relative;
}

.mfp-content .td-back-button {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
    transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
    position: absolute;
    top: 13px;
    left: 8px;
    color: #fff;
    width: 50px;
    height: 50px;
    z-index: 99;
}

.mfp-content .td-back-button i {
    line-height: 50px;
    font-size: 16px;
}

.mfp-content .td-login-inputs {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.mfp-content .td-login-inputs label {
    position: absolute;
    top: 8px;
    left: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
}

.mfp-content .td-login-inputs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
}

.mfp-content .td-login-input {
    position: relative;
    background-color: transparent !important;
    height: 40px;
    margin: 0 !important;
    padding: 0;
    box-shadow: none !important;
    font-size: 15px;
    color: #fff;
    outline: none;
    border: 0;
}

.mfp-content .td-login-input:focus~label,
.mfp-content .td-login-input:valid~label {
    top: -18px;
    font-size: 11px;
    opacity: 0.6;
}

.mfp-content .td-login-input:invalid {
    font-style: italic;
}

.mfp-content .td-login-button {
    width: 100%;
    height: 50px;
    background-color: #fff;
    padding: 5px 12px 6px;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 0;
    -webkit-transition: background-color 0.2s ease !important;
    transition: background-color 0.2s ease !important;
}

.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: #deea4b;
}

.mfp-content .td-login-info-text {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: #fff;
}

.mfp-content .td-login-info-text a {
    color: inherit;
}

.mfp-content .td-login-info-text a:hover {
    text-decoration: underline;
}

.mfp-content #register-link {
    width: 100%;
    display: block;
    padding: 13px;
    margin-top: 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.mfp-content #register-link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.mfp-content #register-link:hover:before {
    opacity: 0.2;
}

.mfp-content .td-login-form-div {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0 20%;
    /* responsive portrait phone */
}

@media (max-width: 480px) {
    .mfp-content .td-login-form-div {
        padding: 0 5%;
    }
}

.mfp-content #td-login-div {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
    transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
}

.mfp-content #td-login-div.td-display-none {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
    transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
}

.mfp-content .td-login-animation #td-login-div {
    transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
}

.mfp-content .td-login-animation .td-back-button {
    visibility: visible;
    opacity: 1;
}

.mfp-content #td-register-div,
.mfp-content #td-forgot-pass-div {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
    transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
    transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
}

.mfp-content #td-register-div.td-display-block,
.mfp-content #td-forgot-pass-div.td-display-block {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
    transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.mfp-content #login-form .mfp-close {
    position: absolute;
    top: 26px;
    width: 20px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    color: #fff;
    font-family: 'newspaper', sans-serif;
}

.mfp-content #login-form .mfp-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    font-size: 16px;
    vertical-align: bottom;
    color: #fff;
}

.mfp-content #login-form #login-link {
    position: absolute;
    left: 26px;
    top: 28px;
    cursor: pointer;
}

.mfp-content #login-form .mfp-close {
    right: 27px;
    left: auto;
    opacity: 1;
}

.mfp-content #login-form .mfp-close:before {
    content: '\e902';
}

.mfp-content .td-login-panel-title {
    padding: 26px 0 22px 0;
    line-height: 20px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    pointer-events: none;
}

.mfp-content .td-login-panel-descr {
    margin-bottom: 77px;
    font-size: 13px;
    line-height: 1;
}

.mfp-content .td_display_err {
    color: #fff;
    padding: 14px 30px;
    display: none;
    position: absolute;
    top: 93px;
    left: 0;
    right: 0;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 -40%;
    line-height: 1;
}

.mfp-content .td_display_err:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: -1;
}

.mfp-content .td_display_msg_ok:before {
    background-color: #fff;
    opacity: 0.1;
}

/**
  tagdiv animations
  -
  - mfp-with-anim - has to be on the wrapper
  */
.mpf-td-login-effect {
    /* start state */
    /* animate in */
    /* animate out */
}

.mpf-td-login-effect .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
    /* custom */
    transform: perspective(600px) scale(0.4);
    -webkit-transform: perspective(600px) scale(0.4);
}

.mpf-td-login-effect.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mpf-td-login-effect.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: perspective(600px) scale(1);
    -webkit-transform: perspective(600px) scale(1);
}

.mpf-td-login-effect.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mpf-td-login-effect.mfp-removing .mfp-with-anim {
    transform: perspective(600px) scale(0.4);
    -webkit-transform: perspective(600px) scale(0.4);
    opacity: 0;
}

.mpf-td-login-effect.mfp-removing.mfp-bg {
    opacity: 0;
}

#login_pass-mob,
#login_pass {
    display: none !important;
}

.td-login-show #login_pass-mob,
.mfp-ready #login_pass {
    display: inline-block !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

    /*  ----------------------------------------------------------------------------
        main sprite file
    */
    .td-sp {
        background-image: url('./elements.png') !important;
        background-size: 90px 2100px !important;
    }
}

/*
   image ads using div ----------------------------------------------------------------------
  
   .td-visible-desktop - for desktop
   .td-visible-tablet-landscape - for tablet landscape
   .td-visible-tablet-portrait - for tablet portrait
   .td-visible-phone - for mobile
  
  */
.td-a-rec img {
    display: block;
}

.td-visible-desktop {
    display: table;
}

.td-visible-tablet-landscape,
.td-visible-tablet-l,
.td-visible-tablet-portrait,
.td-visible-tablet-tp,
.td-visible-phone {
    display: none;
}

/* responsive landscape landscape */
@media (min-width: 1019px) and (max-width: 1140px) {

    .td-visible-tablet-landscape,
    .td-visible-tablet-l {
        display: table;
    }

    .td-visible-desktop {
        display: none;
    }

    .td-visible-tablet-portrait,
    .td-visible-tablet-tp {
        display: none;
    }

    .td-visible-phone {
        display: none;
    }
}

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {

    .td-visible-tablet-portrait,
    .td-visible-tablet-tp {
        display: table;
    }

    .td-visible-desktop {
        display: none;
    }

    .td-visible-tablet-landscape,
    .td-visible-tablet-l {
        display: none;
    }

    .td-visible-phone {
        display: none;
    }
}

/* responsive portrait phone */
@media (max-width: 767px) {
    .td-visible-phone {
        display: table;
    }

    .td-visible-desktop {
        display: none;
    }

    .td-visible-tablet-landscape,
    .td-visible-tablet-l {
        display: none;
    }

    .td-visible-tablet-portrait,
    .td-visible-tablet-tp {
        display: none;
    }
}

/* responsive landscape desktop */
@media (min-width: 1141px) {
    .td-rec-hide-on-m {
        display: none !important;
    }
}

/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1140px) {
    .td-rec-hide-on-tl {
        display: none !important;
    }
}

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
    .td-rec-hide-on-tp {
        display: none !important;
    }
}

/* responsive portrait phone */
@media (max-width: 767px) {
    .td-rec-hide-on-p {
        display: none !important;
    }
}

/* Header Image & Google AD */
.td-header-rec-wrap {
    position: relative;
    min-height: 90px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-header-rec-wrap {
        min-height: 60px;
    }
}

@media (max-width: 767px) {
    .td-header-rec-wrap {
        margin-left: auto;
        margin-right: auto;
        display: table;
        min-height: 0 !important;
    }
}

.td-header-rec-wrap .td-adspot-title {
    margin-bottom: -21px;
    position: relative;
    top: 3px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-header-rec-wrap .td-adspot-title {
        margin-bottom: -14px;
        top: 0;
    }
}

@media (max-width: 767px) {
    .td-header-rec-wrap .td-adspot-title {
        top: 0;
        margin-bottom: -10px;
    }
}

.td-header-sp-recs {
    padding: 0 !important;
    width: 728px;
    position: relative;
    min-height: 0 !important;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-header-sp-recs {
        width: 470px;
    }
}

@media (max-width: 767px) {
    .td-header-sp-recs {
        width: 100%;
    }
}

.td-header-sp-recs img,
.td-header-sp-recs .adsbygoogle {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td-header-sp-recs img,
    .td-header-sp-recs .adsbygoogle {
        position: relative;
        display: table;
        margin: 10px auto;
        width: 100%;
    }
}

.td-a-rec-id-smart_list_6 img,
.td-a-rec-id-smart_list_7 img,
.td-a-rec-id-smart_list_8 img,
.td-a-rec-id-post_style_12 img,
.td-a-rec-id-sidebar img,
.td-a-rec-id-content_top img,
.td-a-rec-id-content_inline img,
.td-a-rec-id-content_bottom img,
.td-a-rec-id-custom_ad_1 img,
.td-a-rec-id-custom_ad_2 img,
.td-a-rec-id-custom_ad_3 img,
.td-a-rec-id-custom_ad_4 img,
.td-a-rec-id-custom_ad_5 img {
    width: 100%;
}

/*
  
   sidebar ads
  
  
  */
.td-g-rec-id-sidebar {
    text-align: center;
}

.td-g-rec-id-sidebar .adsbygoogle {
    margin-bottom: 44px;
}

.td-visible-desktop,
.td-visible-tablet-landscape,
.td-visible-tablet-l,
.td-visible-tablet-portrait,
.td-visible-tablet-tp,
.td-visible-phone {
    margin-left: auto;
    margin-right: auto;
}

.td-a-rec-id-sidebar>div {
    margin-bottom: 48px;
}

.td-a-rec-id-sidebar .td-block-title-wrap {
    margin-bottom: 26px;
}

.td-a-rec-id-sidebar .td-block-title-wrap+.td-adspot-title {
    margin-top: -9px;
}

.td-g-rec-id-post_style_12,
.td-g-rec-id-content_top,
.td-g-rec-id-content_bottom {
    clear: both;
}

.td-g-rec-id-post_style_12 .adsbygoogle,
.td-g-rec-id-content_top .adsbygoogle,
.td-g-rec-id-content_bottom .adsbygoogle {
    margin-bottom: 21px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.td-a-rec-id-post_style_12,
.td-a-rec-id-content_top,
.td-a-rec-id-content_bottom {
    clear: both;
    text-align: center;
}

.td-a-rec-id-post_style_12>div,
.td-a-rec-id-content_top>div,
.td-a-rec-id-content_bottom>div {
    margin-bottom: 21px;
}

.td-a-rec-id-post_style_12 img,
.td-a-rec-id-content_top img,
.td-a-rec-id-content_bottom img {
    margin-bottom: 0;
}

.td-a-rec-id-post_style_12 .td-adspot-title,
.td-a-rec-id-post_style_13 .td-adspot-title {
    margin-bottom: -9px;
}

.td-g-rec-id-smart_list_6,
.td-g-rec-id-smart_list_7,
.td-g-rec-id-smart_list_8 {
    clear: both;
}

.td-g-rec-id-smart_list_6 .adsbygoogle,
.td-g-rec-id-smart_list_7 .adsbygoogle,
.td-g-rec-id-smart_list_8 .adsbygoogle {
    margin-top: 0;
    margin-bottom: 16px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.td-a-rec-id-smart_list_6,
.td-a-rec-id-smart_list_7,
.td-a-rec-id-smart_list_8 {
    clear: both;
    text-align: center;
}

.td-a-rec-id-smart_list_6>div,
.td-a-rec-id-smart_list_7>div,
.td-a-rec-id-smart_list_8>div {
    margin-top: 0;
    margin-bottom: 16px;
}

.td-a-rec-id-smart_list_6 img,
.td-a-rec-id-smart_list_7 img,
.td-a-rec-id-smart_list_8 img {
    margin: 0;
}

.td-g-rec-id-smart_list_7 .adsbygoogle {
    margin-bottom: 21px;
}

.td-a-rec-id-smart_list_7>div {
    margin-bottom: 26px;
}

.td-a-rec-id-smart_list_7 img {
    margin-bottom: 0;
}

.td-g-rec-id-content_inline .adsbygoogle {
    margin-bottom: 21px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.td-g-rec-id-content_inlineleft,
.td-a-rec-id-content_inlineleft {
    float: left;
    /* responsive portrait phone */
}

.td-g-rec-id-content_inlineleft .td-adspot-title,
.td-a-rec-id-content_inlineleft .td-adspot-title {
    margin-right: 21px;
}

@media (max-width: 767px) {

    .td-g-rec-id-content_inlineleft .td-adspot-title,
    .td-a-rec-id-content_inlineleft .td-adspot-title {
        margin: 0;
    }
}

.td-g-rec-id-content_inlineleft>div,
.td-a-rec-id-content_inlineleft>div,
.td-g-rec-id-content_inlineleft .adsbygoogle,
.td-a-rec-id-content_inlineleft .adsbygoogle {
    margin-bottom: 15px;
    margin-top: 9px;
    margin-right: 21px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td-g-rec-id-content_inlineleft>div,
    .td-a-rec-id-content_inlineleft>div,
    .td-g-rec-id-content_inlineleft .adsbygoogle,
    .td-a-rec-id-content_inlineleft .adsbygoogle {
        margin: 0 auto 26px auto;
    }
}

.td-g-rec-id-content_inlineleft img,
.td-a-rec-id-content_inlineleft img {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .td-g-rec-id-content_inlineleft,
    .td-a-rec-id-content_inlineleft {
        float: none;
        text-align: center;
    }
}

.td-g-rec-id-content_inlineright,
.td-a-rec-id-content_inlineright {
    float: right;
    /* responsive portrait phone */
}

.td-g-rec-id-content_inlineright .td-adspot-title,
.td-a-rec-id-content_inlineright .td-adspot-title {
    margin-left: 21px;
    margin-bottom: -6px;
}

@media (max-width: 767px) {

    .td-g-rec-id-content_inlineright .td-adspot-title,
    .td-a-rec-id-content_inlineright .td-adspot-title {
        margin: 0;
    }
}

.td-g-rec-id-content_inlineright>div,
.td-a-rec-id-content_inlineright>div,
.td-g-rec-id-content_inlineright .adsbygoogle,
.td-a-rec-id-content_inlineright .adsbygoogle {
    margin-bottom: 15px;
    margin-top: 6px;
    margin-left: 21px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td-g-rec-id-content_inlineright>div,
    .td-a-rec-id-content_inlineright>div,
    .td-g-rec-id-content_inlineright .adsbygoogle,
    .td-a-rec-id-content_inlineright .adsbygoogle {
        margin: 0 auto 26px auto;
    }
}

.td-g-rec-id-content_inlineright img,
.td-a-rec-id-content_inlineright img {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .td-g-rec-id-content_inlineright,
    .td-a-rec-id-content_inlineright {
        float: none;
        text-align: center;
    }
}

.td-a-rec-id-footer_top,
.td-g-rec-id-footer_top {
    display: table;
    position: relative;
    text-align: center;
    margin: -12px auto 40px auto;
}

.td-a-rec-id-footer_top>div img,
.td-g-rec-id-footer_top>div img {
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td-a-rec-id-footer_top>div img,
    .td-g-rec-id-footer_top>div img {
        width: 100%;
    }
}

.td-a-rec-id-footer_top .td-adspot-title,
.td-g-rec-id-footer_top .td-adspot-title {
    margin-top: -21px;
}

.td-g-rec-id-custom_ad_1,
.td-g-rec-id-custom_ad_2,
.td-g-rec-id-custom_ad_3,
.td-g-rec-id-custom_ad_4,
.td-g-rec-id-custom_ad_5 {
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.td-g-rec-id-custom_ad_1 .adsbygoogle,
.td-g-rec-id-custom_ad_2 .adsbygoogle,
.td-g-rec-id-custom_ad_3 .adsbygoogle,
.td-g-rec-id-custom_ad_4 .adsbygoogle,
.td-g-rec-id-custom_ad_5 .adsbygoogle {
    margin-bottom: 44px;
}

.td-a-rec-id-custom_ad_1,
.td-a-rec-id-custom_ad_2,
.td-a-rec-id-custom_ad_3,
.td-a-rec-id-custom_ad_4,
.td-a-rec-id-custom_ad_5 {
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.td-a-rec-id-custom_ad_1>div,
.td-a-rec-id-custom_ad_2>div,
.td-a-rec-id-custom_ad_3>div,
.td-a-rec-id-custom_ad_4>div,
.td-a-rec-id-custom_ad_5>div {
    margin-bottom: 44px;
}

.td-a-rec-id-custom_ad_1 .td-block-title-wrap,
.td-a-rec-id-custom_ad_2 .td-block-title-wrap,
.td-a-rec-id-custom_ad_3 .td-block-title-wrap,
.td-a-rec-id-custom_ad_4 .td-block-title-wrap,
.td-a-rec-id-custom_ad_5 .td-block-title-wrap {
    margin-bottom: 26px;
}

.td-a-rec-id-custom_ad_1 .td-block-title-wrap+.td-adspot-title,
.td-a-rec-id-custom_ad_2 .td-block-title-wrap+.td-adspot-title,
.td-a-rec-id-custom_ad_3 .td-block-title-wrap+.td-adspot-title,
.td-a-rec-id-custom_ad_4 .td-block-title-wrap+.td-adspot-title,
.td-a-rec-id-custom_ad_5 .td-block-title-wrap+.td-adspot-title {
    margin-top: -9px;
}

.td-adspot-title {
    color: #bbbbbb;
    font-size: 10px;
    text-align: center;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 21px;
}

.td-g-rec-id-post_style_1 {
    /* responsive portrait phone */
}

.td-g-rec-id-post_style_1 .adsbygoogle {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .td-g-rec-id-post_style_1 {
        text-align: center;
    }
}

.td-a-rec-id-post_style_1 img {
    width: 100%;
}

.td-g-rec-id-post_style_11 {
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

.td-g-rec-id-post_style_11 .adsbygoogle {
    margin-bottom: 21px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-g-rec-id-post_style_11 .adsbygoogle {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-g-rec-id-post_style_11 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .td-g-rec-id-post_style_11 {
        text-align: center;
    }
}

.td-a-rec-id-post_style_11 {
    /* responsive portrait tablet */
}

.td-a-rec-id-post_style_11>div {
    margin-bottom: 21px;
    margin-left: 0;
    margin-right: 0;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-a-rec-id-post_style_11>div {
        margin-bottom: 0;
    }
}

@media (max-width: 1018px) {
    .td-a-rec-id-post_style_11>div {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-a-rec-id-post_style_11 {
        text-align: center;
    }
}

.td-a-rec-id-post_style_11 img {
    width: 100%;
}

.td-a-rec-id-post_style_11 .td-adspot-title {
    text-align: left;
}

.td-all-devices {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.td-all-devices img {
    display: block;
}

.td-a-rec-id-custom-spot {
    margin-bottom: 0;
    text-align: center;
    /* responsive landscape tablet */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

.td-a-rec-id-custom-spot img {
    margin: 0 auto;
}

.td-a-rec-id-custom-spot .td_spot_img_tl,
.td-a-rec-id-custom-spot .td_spot_img_tp,
.td-a-rec-id-custom-spot .td_spot_img_mob {
    display: none;
}

@media (min-width: 1140px) {
    .td-a-rec-id-custom-spot .td-spot-id-spot_img_all {
        display: block;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-a-rec-id-custom-spot .td_spot_img_tl {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-a-rec-id-custom-spot .td_spot_img_tp {
        display: block;
    }
}

@media (max-width: 767px) {
    .td-a-rec-id-custom-spot .td_spot_img_mob {
        display: block;
    }
}

/*  ----------------------------------------------------------------------------
      social counter plugin
  */
.td_block_social_counter {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    margin-bottom: 47px;
}

.td_block_social_counter .td-sp {
    position: relative;
}

.td_block_social_counter .td-sp:after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: -1px;
    top: 8px;
}

.td-social-list {
    *zoom: 1;
}

.td-social-list:before,
.td-social-list:after {
    display: table;
    content: "";
    line-height: 0;
}

.td-social-list:after {
    clear: both;
}

.td_social_type {
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.td_social_type:last-child {
    margin-bottom: 0;
}

.td_social_type:hover .td-social-box {
    background-color: #222;
}

.td_social_type .td_social_info {
    padding: 0 0 0 9px;
    position: relative;
    top: -12px;
}

.td_social_type .td_social_info_name {
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_social_type .td_social_info_name {
        display: none;
    }
}

.td_social_type .td-social-box {
    height: 32px;
    position: relative;
    overflow: hidden;
}

.td_social_type .td-social-box .td-sp {
    display: inline-block;
}

.td_social_type .td_social_number {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 9px;
}

.td_social_type .td_social_button {
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 14px;
    margin-top: 8px;
    top: 9px;
    height: 16px;
    line-height: 15px;
    text-transform: uppercase;
}

.td_social_type .td_social_button a {
    color: #fff;
}

.td_social_type .td_social_button a:after {
    content: "";
    display: block;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 324px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_social_type .td_social_button a:after {
        width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_social_type .td_social_button a:after {
        width: 228px;
    }
}

@media (max-width: 767px) {
    .td_social_type .td_social_button a:after {
        width: 100%;
    }
}

.td_social_type .td_social_button a:hover {
    color: inherit;
    text-decoration: none !important;
}

.td_social_type a {
    color: #fff;
}

.td-footer-wrapper .td_social_type:hover .td-social-box {
    background-color: #444;
}

.td-footer-wrapper .td-social-style1 .td_social_type .td-social-box,
.td-footer-wrapper .td-social-style7 .td_social_type .td-social-box {
    background-color: #444;
}

.td-footer-wrapper .td-social-style2,
.td-footer-wrapper .td-social-style8 {
    color: #fff;
}

.td-footer-wrapper .td-social-style2 .td_social_type,
.td-footer-wrapper .td-social-style8 .td_social_type {
    color: #fff;
}

.td-footer-wrapper .td-social-style2 .td_social_type:hover,
.td-footer-wrapper .td-social-style8 .td_social_type:hover {
    color: #999;
}

.td-footer-wrapper .td-social-style2 .td_social_type:hover a,
.td-footer-wrapper .td-social-style8 .td_social_type:hover a {
    color: #999;
}

.td-footer-wrapper .td-social-style2 .td_social_type:hover .td-social-box,
.td-footer-wrapper .td-social-style8 .td_social_type:hover .td-social-box {
    background-color: transparent;
}

.td-footer-wrapper .td-social-style2 .td_social_type .td-social-box,
.td-footer-wrapper .td-social-style8 .td_social_type .td-social-box {
    border-color: #444;
}

.td-footer-wrapper .td-social-style2 .td_social_type a,
.td-footer-wrapper .td-social-style8 .td_social_type a {
    color: #fff;
}

.td-footer-wrapper .td-social-style2 .td_social_type .td_social_button,
.td-footer-wrapper .td-social-style8 .td_social_type .td_social_button {
    border-color: #444;
}

.td-footer-wrapper .td-social-style3,
.td-footer-wrapper .td-social-style4 {
    color: #fff;
}

.td-footer-wrapper .td-social-style3 .td_social_type a,
.td-footer-wrapper .td-social-style4 .td_social_type a {
    color: #fff;
}

.td-footer-wrapper .td-social-style3 .td_social_type:hover,
.td-footer-wrapper .td-social-style4 .td_social_type:hover {
    color: #999;
}

.td-footer-wrapper .td-social-style3 .td_social_type:hover a,
.td-footer-wrapper .td-social-style4 .td_social_type:hover a {
    color: #999;
}

.td-footer-wrapper .td-social-style9,
.td-footer-wrapper .td-social-style10 {
    color: #fff;
}

.td-footer-wrapper .td-social-style9 .td_social_type:hover,
.td-footer-wrapper .td-social-style10 .td_social_type:hover {
    color: #999;
}

.td-footer-wrapper .td-social-style9 .td_social_type:hover .td-social-box,
.td-footer-wrapper .td-social-style10 .td_social_type:hover .td-social-box {
    background-color: transparent;
}

.td_social_facebook .td-social-box {
    background-color: #516eab;
}

.td_social_rss .td-social-box {
    background-color: #ff6600;
}

.td_social_soundcloud .td-social-box {
    background-color: #ff5419;
}

.td_social_twitter .td-social-box {
    background-color: #29c5f6;
}

.td_social_vimeo .td-social-box {
    background-color: #006599;
}

.td_social_youtube .td-social-box {
    background-color: #e14e42;
}

.td_social_instagram .td-social-box {
    background-color: #417096;
}

.td_social_pinterest .td-social-box {
    background-color: #ca212a;
}

/*
  
    Boxed version
  
  */
.td-social-boxed .td_social_type {
    text-align: center;
    width: 33.3333%;
    margin: 0;
    float: left;
}

.td-social-boxed .td_social_type .td-social-box {
    height: 100px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-boxed .td_social_type .td-social-box {
        height: 70px;
    }
}

.td-social-boxed .td_social_type span {
    display: block;
    width: 100%;
    padding: 0;
}

.td-social-boxed .td-sp {
    margin-top: 10px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-boxed .td-sp {
        margin-top: 4px;
    }
}

.td-social-boxed .td-sp::after {
    display: none;
}

.td-social-boxed .td_social_info {
    font-size: 17px;
    top: 0;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-boxed .td_social_info {
        font-size: 13px;
        top: -12px;
    }
}

.td-social-boxed .td_social_info_name {
    font-size: 13px;
    font-weight: normal;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-boxed .td_social_info_name {
        top: -17px;
        font-size: 10px;
    }
}

.td-social-boxed .td_social_button {
    opacity: 0;
    position: absolute;
    height: 100%;
    margin-top: 0;
    top: 0;
}

.td-social-boxed .td_social_button a:after {
    width: 100%;
    height: 100%;
}

/*
  
    Colored icon version
  
  */
.td-social-colored .td_social_facebook .td-sp {
    background-color: #516eab;
}

.td-social-colored .td_social_rss .td-sp {
    background-color: #ff6600;
}

.td-social-colored .td_social_soundcloud .td-sp {
    background-color: #ff5419;
}

.td-social-colored .td_social_twitter .td-sp {
    background-color: #29c5f6;
}

.td-social-colored .td_social_vimeo .td-sp {
    background-color: #006599;
}

.td-social-colored .td_social_youtube .td-sp {
    background-color: #e14e42;
}

.td-social-colored .td_social_instagram .td-sp {
    background-color: #417096;
}

.td-social-colored .td_social_pinterest .td-sp {
    background-color: #ca212a;
}

/*
  
    With font icons version
  
*/

.td-social-font-icons .td-sp {
    background: none;
    font-family: 'newspaper', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

.td-social-font-icons .td-sp:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 30px;
}

.td-social-font-icons .td_social_facebook .td-sp i {
    /* content: '\f39e'; */
    color: #516eab;
}

.td-social-font-icons .td_social_rss .td-sp:before {
    content: '\e828';
    color: #ff6600;
}

.td-social-font-icons .td_social_soundcloud .td-sp:before {
    content: '\e82b';
    color: #ff5419;
}

.td-social-font-icons .td_social_twitter .td-sp i {
    /* content: '\e831'; */
    color: #29c5f6;
}

.td-social-font-icons .td_social_vimeo .td-sp:before {
    content: '\e832';
    color: #006599;
}

.td-social-font-icons .td_social_youtube .td-sp:before {
    content: '\e836';
    color: #e14e42;
}

.td-social-font-icons .td_social_instagram .td-sp i {
    /* content: '\e81d'; */
    color: #417096;
}

.td-social-font-icons .td_social_pinterest .td-sp:before {
    content: '\e825';
    color: #ca212a;
}

.td-social-style1 .td_social_type .td-social-box {
    background-color: #222;
}

.td-social-style1 .td_social_facebook:hover .td-social-box {
    background-color: #516eab !important;
}

.td-social-style1 .td_social_rss:hover .td-social-box {
    background-color: #ff6600 !important;
}

.td-social-style1 .td_social_soundcloud:hover .td-social-box {
    background-color: #ff5419 !important;
}

.td-social-style1 .td_social_twitter:hover .td-social-box {
    background-color: #29c5f6 !important;
}

.td-social-style1 .td_social_vimeo:hover .td-social-box {
    background-color: #006599 !important;
}

.td-social-style1 .td_social_youtube:hover .td-social-box {
    background-color: #e14e42 !important;
}

.td-social-style1 .td_social_instagram:hover .td-social-box {
    background-color: #417096 !important;
}

.td-social-style1 .td_social_pinterest:hover .td-social-box {
    background-color: #ca212a !important;
}

.td-social-style2 {
    color: #000;
}

.td-social-style2 .td_social_type .td-social-box {
    background-color: transparent;
    border: 1px solid #ededed;
}

.td-social-style2 .td_social_type .td_social_button {
    margin-top: 7px;
}

.td-social-style2 .td_social_type a {
    color: #000;
}

.td-social-style2 .td_social_type:hover {
    color: #555;
}

.td-social-style2 .td_social_type:hover .td_social_type a {
    color: #555;
}

.td-social-style2 .td-sp:after {
    top: 7px;
}

.td-social-style2 .td-sp:after {
    background-color: #000;
    opacity: 0.1;
}

.td-social-style2 .td_social_button {
    border-color: #ededed;
}

.td-social-style3 {
    color: #000;
}

.td-social-style3 .td_social_type a {
    color: #000;
}

.td-social-style3 .td_social_type .td_social_button {
    border-color: #ededed;
    margin-top: 13px;
    padding: 0;
    border: none;
}

.td-social-style3 .td_social_type .td_social_button a:after {
    height: 40px;
}

.td-social-style3 .td_social_type .td_social_info {
    top: -15px;
}

.td-social-style3 .td_social_type:hover {
    color: #555;
}

.td-social-style3 .td_social_type:hover .td_social_type a {
    color: #555;
}

.td-social-style3 .td_social_type:hover .td-social-box {
    background-color: transparent;
}

.td-social-style3 .td-social-box {
    background-color: transparent;
    height: 40px;
}

.td-social-style3 .td-sp {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 5px;
}

.td-social-style3 .td-sp:after {
    top: 7px;
}

.td-social-style3 .td-sp:after {
    display: none;
}

.td-social-style3 .td_social_facebook .td-sp {
    background-position: -17px -17px;
}

.td-social-style3 .td_social_rss .td-sp {
    background-position: -16px -121px;
}

.td-social-style3 .td_social_soundcloud .td-sp {
    background-position: -17px -173px;
}

.td-social-style3 .td_social_twitter .td-sp {
    background-position: -16px -431px;
}

.td-social-style3 .td_social_vimeo .td-sp {
    background-position: -16px -327px;
}

.td-social-style3 .td_social_youtube .td-sp {
    background-position: -15px -380px;
}

.td-social-style3 .td_social_instagram .td-sp {
    background-position: -16px -224px;
}

.td-social-style3 .td_social_pinterest .td-sp {
    background-position: -16px -69px;
}

.td-social-style4 {
    color: #000;
}

.td-social-style4 .td_social_type a {
    color: #000;
}

.td-social-style4 .td_social_type .td_social_button {
    border-color: #ededed;
    margin-top: 13px;
    padding: 0;
    border: none;
}

.td-social-style4 .td_social_type .td_social_button a:after {
    height: 40px;
}

.td-social-style4 .td_social_type .td_social_info {
    top: -15px;
}

.td-social-style4 .td_social_type:hover {
    color: #555;
}

.td-social-style4 .td_social_type:hover .td_social_type a {
    color: #555;
}

.td-social-style4 .td_social_type:hover .td-social-box {
    background-color: transparent;
}

.td-social-style4 .td-social-box {
    background-color: transparent;
    height: 40px;
}

.td-social-style4 .td-sp {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.td-social-style4 .td-sp:after {
    top: 7px;
}

.td-social-style4 .td-sp:after {
    display: none;
}

.td-social-style4 .td_social_facebook .td-sp {
    background-position: -17px -17px;
}

.td-social-style4 .td_social_rss .td-sp {
    background-position: -16px -121px;
}

.td-social-style4 .td_social_soundcloud .td-sp {
    background-position: -17px -173px;
}

.td-social-style4 .td_social_twitter .td-sp {
    background-position: -16px -431px;
}

.td-social-style4 .td_social_vimeo .td-sp {
    background-position: -16px -327px;
}

.td-social-style4 .td_social_youtube .td-sp {
    background-position: -15px -380px;
}

.td-social-style4 .td_social_instagram .td-sp {
    background-position: -16px -224px;
}

.td-social-style4 .td_social_pinterest .td-sp {
    background-position: -16px -69px;
}

.td-social-style5 .td-social-list {
    margin-left: -8px;
    margin-right: -8px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td-social-style5 .td-social-list {
        margin-left: -2px;
        margin-right: -2px;
    }
}

.td-social-style5 .td_social_type .td-social-box {
    margin: 0 8px 16px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style5 .td_social_type .td-social-box {
        margin: 0 2px 4px;
    }
}

@media (max-width: 767px) {
    .td-social-style5 .td_social_type .td-social-box {
        margin: 0 2px 4px;
    }
}

.td-social-style7 .td-social-list {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td-social-style7 .td-social-list {
        margin-left: -2px;
        margin-right: -2px;
        margin-bottom: -4px;
    }
}

.td-social-style7 .td_social_type .td-social-box {
    background-color: #222;
    margin: 0 8px 16px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style7 .td_social_type .td-social-box {
        margin: 0 2px 4px;
    }
}

@media (max-width: 767px) {
    .td-social-style7 .td_social_type .td-social-box {
        margin: 0 2px 4px;
    }
}

.td-social-style7 .td_social_facebook:hover .td-social-box {
    background-color: #516eab !important;
}

.td-social-style7 .td_social_rss:hover .td-social-box {
    background-color: #ff6600 !important;
}

.td-social-style7 .td_social_soundcloud:hover .td-social-box {
    background-color: #ff5419 !important;
}

.td-social-style7 .td_social_twitter:hover .td-social-box {
    background-color: #29c5f6 !important;
}

.td-social-style7 .td_social_vimeo:hover .td-social-box {
    background-color: #006599 !important;
}

.td-social-style7 .td_social_youtube:hover .td-social-box {
    background-color: #e14e42 !important;
}

.td-social-style7 .td_social_instagram:hover .td-social-box {
    background-color: #417096 !important;
}

.td-social-style7 .td_social_pinterest:hover .td-social-box {
    background-color: #417096 !important;
}

.td-social-style8 {
    color: #000;
}

.td-social-style8 .td-social-list {
    margin-left: -8px;
    margin-right: -8px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td-social-style8 .td-social-list {
        margin-left: -2px;
        margin-right: -2px;
    }
}

.td-social-style8 .td_social_type .td-social-box {
    background-color: transparent;
    border: 1px solid #ededed;
    margin: 0 8px 16px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style8 .td_social_type .td-social-box {
        margin: 0 2px 4px;
    }
}

@media (max-width: 767px) {
    .td-social-style8 .td_social_type .td-social-box {
        margin: 0 2px 4px;
    }
}

.td-social-style8 .td_social_type .td_social_button {
    margin-top: 7px;
}

.td-social-style8 .td_social_type a {
    color: #000;
}

.td-social-style8 .td_social_type:hover {
    color: #555;
}

.td-social-style8 .td_social_type:hover .td_social_type a {
    color: #555;
}

.td-social-style8 .td-sp {
    font-size: 28px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style8 .td-sp {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .td-social-style8 .td-sp {
        font-size: 28px;
    }
}

.td-social-style8 .td-sp:after {
    top: 7px;
}

.td-social-style8 .td-sp-twitter {
    font-size: 22px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style8 .td-sp-twitter {
        font-size: 18px;
    }
}

.td-social-style8 .td-sp:after {
    background-color: #000;
    opacity: 0.1;
}

.td-social-style8 .td_social_button {
    border-color: #ededed;
}

.td-social-style9 {
    color: #000;
}

.td-social-style9 .td_social_type {
    width: 25%;
}

.td-social-style9 .td_social_type a {
    color: #000;
}

.td-social-style9 .td_social_type .td_social_button {
    border-color: #ededed;
    padding: 0;
    border: none;
}

.td-social-style9 .td_social_type:hover {
    color: #555;
}

.td-social-style9 .td_social_type:hover .td_social_type a {
    color: #555;
}

.td-social-style9 .td_social_type:hover .td-sp {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.td-social-style9 .td_social_type .td_social_info {
    font-size: 15px;
    top: 5px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td_social_type .td_social_info {
        font-size: 12px;
        top: 0;
    }
}

.td-social-style9 .td_social_type .td_social_info_name {
    font-size: 11px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td_social_type .td_social_info_name {
        font-size: 10px;
        top: -5px;
    }
}

.td-social-style9 .td_social_type .td-social-box {
    background-color: transparent;
    height: 130px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td_social_type .td-social-box {
        height: 90px;
    }
}

.td-social-style9 .td-sp {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    margin: 0;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td-sp {
        width: 48px;
        height: 48px;
        border-radius: 48px;
    }
}

.td-social-style9 .td-sp:after {
    display: none;
}

.td-social-style9 .td_social_facebook .td-sp {
    background-position: -5px -5px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td_social_facebook .td-sp {
        background-position: -13px -13px;
    }
}

.td-social-style9 .td_social_rss .td-sp {
    background-position: -4px -109px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td_social_rss .td-sp {
        background-position: -12px -117px;
    }
}

.td-social-style9 .td_social_soundcloud .td-sp {
    background-position: -5px -161px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td_social_soundcloud .td-sp {
        background-position: -13px -169px;
    }
}

.td-social-style9 .td_social_twitter .td-sp {
    background-position: -4px -419px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td_social_twitter .td-sp {
        background-position: -12px -427px;
    }
}

.td-social-style9 .td_social_vimeo .td-sp {
    background-position: -4px -315px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td_social_vimeo .td-sp {
        background-position: -12px -323px;
    }
}

.td-social-style9 .td_social_youtube .td-sp {
    background-position: -3px -368px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td_social_youtube .td-sp {
        background-position: -11px -376px;
    }
}

.td-social-style9 .td_social_instagram .td-sp {
    background-position: -4px -212px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td_social_instagram .td-sp {
        background-position: -12px -220px;
    }
}

.td-social-style9 .td_social_pinterest .td-sp {
    background-position: -5px -56px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style9 .td_social_pinterest .td-sp {
        background-position: -13px -65px;
    }
}

.td-social-style10 {
    color: #000;
}

.td-social-style10 .td_social_type {
    width: 25%;
}

.td-social-style10 .td_social_type a {
    color: #000;
}

.td-social-style10 .td_social_type .td_social_button {
    border-color: #ededed;
    padding: 0;
    border: none;
}

.td-social-style10 .td_social_type:hover {
    color: #555;
}

.td-social-style10 .td_social_type:hover .td_social_type a {
    color: #555;
}

.td-social-style10 .td_social_type:hover .td-sp {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.td-social-style10 .td_social_type .td_social_info {
    font-size: 15px;
    top: 5px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td_social_type .td_social_info {
        font-size: 12px;
        top: 0;
    }
}

.td-social-style10 .td_social_type .td_social_info_name {
    font-size: 11px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td_social_type .td_social_info_name {
        font-size: 10px;
        top: -5px;
    }
}

.td-social-style10 .td_social_type .td-social-box {
    background-color: transparent;
    height: 130px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td_social_type .td-social-box {
        height: 90px;
    }
}

.td-social-style10 .td-sp {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    width: 64px;
    height: 64px;
    margin: 0;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td-sp {
        width: 48px;
        height: 48px;
    }
}

.td-social-style10 .td-sp:after {
    display: none;
}

.td-social-style10 .td_social_facebook .td-sp {
    background-position: -5px -5px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td_social_facebook .td-sp {
        background-position: -13px -13px;
    }
}

.td-social-style10 .td_social_rss .td-sp {
    background-position: -4px -109px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td_social_rss .td-sp {
        background-position: -12px -117px;
    }
}

.td-social-style10 .td_social_soundcloud .td-sp {
    background-position: -5px -161px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td_social_soundcloud .td-sp {
        background-position: -13px -169px;
    }
}

.td-social-style10 .td_social_twitter .td-sp {
    background-position: -4px -419px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td_social_twitter .td-sp {
        background-position: -12px -427px;
    }
}

.td-social-style10 .td_social_vimeo .td-sp {
    background-position: -4px -315px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td_social_vimeo .td-sp {
        background-position: -12px -323px;
    }
}

.td-social-style10 .td_social_youtube .td-sp {
    background-position: -3px -368px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td_social_youtube .td-sp {
        background-position: -11px -376px;
    }
}

.td-social-style10 .td_social_instagram .td-sp {
    background-position: -4px -212px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td_social_instagram .td-sp {
        background-position: -12px -220px;
    }
}

.td-social-style10 .td_social_pinterest .td-sp {
    background-position: -5px -56px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style10 .td_social_pinterest .td-sp {
        background-position: -13px -65px;
    }
}

.td-boxed-layout .td-container-wrap {
    width: 1164px;
}

@media (max-width: 1180px) {
    .td-boxed-layout .td-container-wrap {
        width: 100%;
    }
}

.td-boxed-layout .td-container-wrap.td-main-page-wrap {
    overflow: hidden;
}

.td-container-wrap {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.backstretch {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -99999;
    top: 0;
}

body .td-backstretch {
    max-width: none;
    opacity: 0;
    transition: opacity 2s;
    display: block;
}

body .td-stretch-width {
    height: auto;
    width: 100.03%;
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

body .td-stretch-height {
    position: relative;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

body.td-background-link {
    cursor: pointer;
}

body.td-background-link .td-container-wrap,
body.td-background-link .td-header-container,
body.td-background-link .td-post-header,
body.td-background-link .td-container {
    cursor: auto;
}

/*
  
    Force full width
  
  */
.td_stretch_container {
    width: 100% !important;
    /* responsive desktop */
}

@media (min-width: 1141px) {
    .td_stretch_container .td-header-menu-wrap.td-affix {
        width: 100% !important;
    }
}

.td-header-style-8 .td_stretch_container .td-header-sp-logo {
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.td-header-style-8 .td_stretch_container .td-header-sp-logo img {
    pointer-events: auto;
}

.td-header-style-8 .td_stretch_container .td-header-sp-logo {
    /* responsive desktop */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1141px) {
    .td-header-style-8 .td_stretch_container .td-header-sp-logo {
        width: 1068px;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-header-style-8 .td_stretch_container .td-header-sp-logo {
        width: 980px !important;
        height: 82px;
        top: 0;
    }

    .td-header-style-8 .td_stretch_container .td-header-sp-logo img {
        max-width: 190px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-header-style-8 .td_stretch_container .td-header-sp-logo {
        width: 740px !important;
        height: 82px;
        top: 0;
    }

    .td-header-style-8 .td_stretch_container .td-header-sp-logo img {
        max-width: 140px;
    }
}

.td-boxed-layout .td-header-style-8 .td_stretch_container,
.td-boxed-layout .td-header-style-8 .td_stretch_container .td-header-sp-logo {
    width: 1164px !important;
}

@media (max-width: 1180px) {

    .td-boxed-layout .td-header-style-8 .td_stretch_container,
    .td-boxed-layout .td-header-style-8 .td_stretch_container .td-header-sp-logo {
        width: 100% !important;
    }
}

.td_stretch_content,
.td_stretch_content_1200,
.td_stretch_content_1400,
.td_stretch_content_1600,
.td_stretch_content_1800 {
    /* responsive desktop */
}

@media (min-width: 1141px) {

    .td_stretch_content .sf-menu .td-mega-menu ul,
    .td_stretch_content_1200 .sf-menu .td-mega-menu ul,
    .td_stretch_content_1400 .sf-menu .td-mega-menu ul,
    .td_stretch_content_1600 .sf-menu .td-mega-menu ul,
    .td_stretch_content_1800 .sf-menu .td-mega-menu ul {
        width: calc(100% + 2px) !important;
        overflow: hidden;
        left: 0 !important;
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
    }

    .td_stretch_content .td_block_mega_menu,
    .td_stretch_content_1200 .td_block_mega_menu,
    .td_stretch_content_1400 .td_block_mega_menu,
    .td_stretch_content_1600 .td_block_mega_menu,
    .td_stretch_content_1800 .td_block_mega_menu {
        width: 1114px;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
    }

    .td_stretch_content .td_block_mega_menu:before,
    .td_stretch_content_1200 .td_block_mega_menu:before,
    .td_stretch_content_1400 .td_block_mega_menu:before,
    .td_stretch_content_1600 .td_block_mega_menu:before,
    .td_stretch_content_1800 .td_block_mega_menu:before {
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        width: 100%;
        height: 100%;
        background-color: #fafafa;
    }

    .td_stretch_content .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
    .td_stretch_content_1200 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
    .td_stretch_content_1400 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
    .td_stretch_content_1600 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
    .td_stretch_content_1800 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat {
        border-left: 1px solid #eaeaea;
    }

    .td_stretch_content .td_block_mega_menu.td-no-subcats:before,
    .td_stretch_content_1200 .td_block_mega_menu.td-no-subcats:before,
    .td_stretch_content_1400 .td_block_mega_menu.td-no-subcats:before,
    .td_stretch_content_1600 .td_block_mega_menu.td-no-subcats:before,
    .td_stretch_content_1800 .td_block_mega_menu.td-no-subcats:before {
        display: none;
    }
}

.td_stretch_content {
    width: 100% !important;
    /* responsive desktop */
}

@media (min-width: 768px) {
    .td_stretch_content .td-container {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .td_stretch_content #td-top-search {
        right: 10px;
    }

    .td_stretch_content .td-header-sp-recs {
        float: right;
    }

    .td_stretch_content .td-header-menu-wrap.td-affix {
        width: 100% !important;
    }

    .td_stretch_content .td-drop-down-search {
        right: 10px;
    }
}

.td_stretch_content_1200,
.td_stretch_content_1400,
.td_stretch_content_1600,
.td_stretch_content_1800 {
    /* responsive portrait tablet */
}

@media (min-width: 768px) {

    .td_stretch_content_1200,
    .td_stretch_content_1400,
    .td_stretch_content_1600,
    .td_stretch_content_1800 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .td_stretch_content_1200.td-header-menu-wrap-full,
    .td_stretch_content_1400.td-header-menu-wrap-full,
    .td_stretch_content_1600.td-header-menu-wrap-full,
    .td_stretch_content_1800.td-header-menu-wrap-full {
        padding-left: 0;
        padding-right: 0;
    }

    .td_stretch_content_1200 .td-header-menu-wrap,
    .td_stretch_content_1400 .td-header-menu-wrap,
    .td_stretch_content_1600 .td-header-menu-wrap,
    .td_stretch_content_1800 .td-header-menu-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.td_stretch_content_1200.td-footer-instagram-container,
.td_stretch_content_1400.td-footer-instagram-container,
.td_stretch_content_1600.td-footer-instagram-container,
.td_stretch_content_1800.td-footer-instagram-container {
    padding-left: 0;
    padding-right: 0;
}

.td_stretch_content_1200.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1400.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1600.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1800.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1200.td-footer-instagram-container .td_block_instagram,
.td_stretch_content_1400.td-footer-instagram-container .td_block_instagram,
.td_stretch_content_1600.td-footer-instagram-container .td_block_instagram,
.td_stretch_content_1800.td-footer-instagram-container .td_block_instagram {
    margin-left: auto;
    margin-right: auto;
}

.td_stretch_content_1200 .td-container,
.td_stretch_content_1200.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1200.td-footer-instagram-container .td_block_instagram {
    max-width: 1200px !important;
    width: auto !important;
}

.td_stretch_content_1400 .td-container,
.td_stretch_content_1400.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1400.td-footer-instagram-container .td_block_instagram {
    max-width: 1400px !important;
    width: auto !important;
}

.td_stretch_content_1600 .td-container,
.td_stretch_content_1600.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1600.td-footer-instagram-container .td_block_instagram {
    max-width: 1600px !important;
    width: auto !important;
}

.td_stretch_content_1800 .td-container,
.td_stretch_content_1800.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1800.td-footer-instagram-container .td_block_instagram {
    max-width: 1800px !important;
    width: auto !important;
}

.td-header-style-3 .td_stretch_content,
.td-header-style-4 .td_stretch_content {
    /* responsive desktop */
}

@media (min-width: 1141px) {

    .td-header-style-3 .td_stretch_content .td-mega-row,
    .td-header-style-4 .td_stretch_content .td-mega-row {
        padding: 22px 0 16px 0;
    }

    .td-header-style-3 .td_stretch_content .td-mega-span,
    .td-header-style-4 .td_stretch_content .td-mega-span {
        width: 196px;
        min-height: 202px;
        float: left;
        margin-left: 22px !important;
    }

    .td-header-style-3 .td_stretch_content .td-next-prev-wrap,
    .td-header-style-4 .td_stretch_content .td-next-prev-wrap {
        margin: 0 0 22px 22px !important;
    }
}

.td-header-style-6 .td_stretch_content {
    /* responsive desktop */
}

@media (min-width: 1141px) {
    .td-header-style-6 .td_stretch_content #td-header-menu {
        padding-right: 48px;
    }
}

.td-header-style-7 .td_stretch_content {
    /* responsive desktop */
}

@media (min-width: 1141px) {
    .td-header-style-7 .td_stretch_content #td-header-menu {
        padding-right: 48px;
    }
}

.td-header-style-8 {
    /* responsive desktop */
}

.td-header-style-8 .td_stretch_content,
.td-header-style-8 .td_stretch_content_1200,
.td-header-style-8 .td_stretch_content_1400,
.td-header-style-8 .td_stretch_content_1600,
.td-header-style-8 .td_stretch_content_1800 {
    /* responsive desktop */
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1141px) {

    .td-header-style-8 .td_stretch_content .td-header-top-menu,
    .td-header-style-8 .td_stretch_content_1200 .td-header-top-menu,
    .td-header-style-8 .td_stretch_content_1400 .td-header-top-menu,
    .td-header-style-8 .td_stretch_content_1600 .td-header-top-menu,
    .td-header-style-8 .td_stretch_content_1800 .td-header-top-menu {
        width: auto;
    }

    .td-header-style-8 .td_stretch_content.td-header-top-menu-full .td-container,
    .td-header-style-8 .td_stretch_content_1200.td-header-top-menu-full .td-container,
    .td-header-style-8 .td_stretch_content_1400.td-header-top-menu-full .td-container,
    .td-header-style-8 .td_stretch_content_1600.td-header-top-menu-full .td-container,
    .td-header-style-8 .td_stretch_content_1800.td-header-top-menu-full .td-container {
        padding-left: 20px;
    }

    .td-header-style-8 .td_stretch_content .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
        left: 30px;
    }

    .td-header-style-8 .td_stretch_content #td-header-menu,
    .td-header-style-8 .td_stretch_content_1200 #td-header-menu,
    .td-header-style-8 .td_stretch_content_1400 #td-header-menu,
    .td-header-style-8 .td_stretch_content_1600 #td-header-menu,
    .td-header-style-8 .td_stretch_content_1800 #td-header-menu {
        padding-left: 20px;
    }

    .td-header-style-8 .td_stretch_content .td-container,
    .td-header-style-8 .td_stretch_content_1200 .td-container,
    .td-header-style-8 .td_stretch_content_1400 .td-container,
    .td-header-style-8 .td_stretch_content_1600 .td-container,
    .td-header-style-8 .td_stretch_content_1800 .td-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {

    .td-header-style-8 .td_stretch_content .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
        height: 82px;
        top: 0;
    }

    .td-header-style-8 .td_stretch_content.td-container,
    .td-header-style-8 .td_stretch_content_1200.td-container,
    .td-header-style-8 .td_stretch_content_1400.td-container,
    .td-header-style-8 .td_stretch_content_1600.td-container,
    .td-header-style-8 .td_stretch_content_1800.td-container {
        width: 980px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {

    .td-header-style-8 .td_stretch_content .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
        height: 82px;
        top: 0;
    }

    .td-header-style-8 .td_stretch_content.td-container,
    .td-header-style-8 .td_stretch_content_1200.td-container,
    .td-header-style-8 .td_stretch_content_1400.td-container,
    .td-header-style-8 .td_stretch_content_1600.td-container,
    .td-header-style-8 .td_stretch_content_1800.td-container {
        width: 740px !important;
    }
}

@media (min-width: 1141px) {

    .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
    .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
        width: auto;
    }

    .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo {
        max-width: 1200px;
    }

    .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo {
        max-width: 1400px;
    }

    .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo {
        max-width: 1600px;
    }

    .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
        max-width: 1800px;
    }
}

.td-header-style-10 .td_stretch_content {
    /* responsive desktop */
}

@media (min-width: 1141px) {
    .td-header-style-10 .td_stretch_content .td-affix .td-main-menu-logo {
        margin-left: 10px;
    }
}

.td-scroll-up {
    cursor: pointer;
    position: fixed;
    bottom: 4px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-color: #4db2ec;
    z-index: 9999;
    transform: translate3d(0, 70px, 0);
    -webkit-transform: translate3d(0, 70px, 0);
    -webkit-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    /* responsive phone */
}

.td-scroll-up i {
    position: relative;
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    width: 40px;
    top: 7px;
}

@media (max-width: 767px) {
    .td-scroll-up {
        display: none;
    }
}

.td-scroll-up-visible {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

/* theme style customizer */
.td-right-demos-button {
    font-family: 'Open Sans', arial, sans-serif;
    position: fixed;
    right: -1px;
    z-index: 10000;
    border: 1px solid #e8e8e8;
    color: #000;
    text-align: center;
    font-size: 10px;
    line-height: 31px;
    width: 76px;
    transition: all 0.15s ease;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-right-demos-button {
        display: none;
    }
}

#td-theme-demos-button {
    top: 84px;
    background: #ffffff;
}

#td-theme-demos-button:hover {
    color: #4db2ec;
    border-color: rgba(77, 178, 236, 0.3);
}

#td-theme-buy-button {
    top: 120px;
    background: #f4f4f4;
}

#td-theme-buy-button:hover {
    color: #4db2ec;
    border-color: rgba(77, 178, 236, 0.3);
    background-color: rgba(77, 178, 236, 0.15);
}

.td-vm-wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 10001;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.td-vm-wrap.td-vm-open {
    opacity: 1;
}

.td-vm-wrap .td-vm-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -1;
}

.td-vm-wrap .td-vm-title {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.td-vm-wrap .td-vm-title a {
    color: #fff;
}

.td-vm-wrap .td-vm-content-wrap {
    background-color: #000;
    padding: 40px 80px;
    box-sizing: content-box;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.td-vm-wrap .td-vm-content-wrap.td-vm-content-wrap-visible {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.td-vm-wrap .td-vm-content {
    position: relative;
}

.td-vm-wrap .td-vm-content .wpb_video_wrapper {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
}

.td-vm-wrap .td-vm-content .wpb_video_wrapper.td-vm-iframe-visible {
    opacity: 1;
}

.td-vm-wrap .td-vm-content video {
    width: 100%;
}

.td-vm-wrap .td-vm-content-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    margin-top: -28px;
    margin-left: -28px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: 3px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: fullspin 1s infinite ease-out;
    animation: fullspin 1s infinite ease-out;
    z-index: 2;
}

.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
}

.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content .wpb_video_wrapper,
.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
.td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
    width: 886px;
    height: auto;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {

    .td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
    .td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
        width: 860px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {

    .td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
    .td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
        width: 700px;
    }
}

@media (max-width: 767px) {

    .td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
    .td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.td-vm-wrap:not(.td-vm-facebook) .td-vm-content,
.td-vm-wrap:not(.td-vm-twitter) .td-vm-content {
    min-height: 200px;
}

.td-vm-wrap.td-vm-facebook blockquote,
.td-vm-wrap.td-vm-twitter blockquote {
    display: none;
}

.td-vm-wrap.td-vm-facebook .fb-video {
    display: block;
    width: 550px !important;
    height: auto !important;
    margin: 0 auto;
}

.td-vm-wrap .td-vm-rec-wrap {
    display: inline-block;
    margin-top: 24px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.td-vm-wrap .td-vm-rec-wrap .td-vm-rec-title {
    font-size: 10px;
    text-align: center;
    color: #bbbbbb;
}

.td-vm-wrap .td-vm-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-vm-wrap .td-vm-close {
        top: 40px;
        right: 40px;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-vm-wrap .td-vm-close {
        top: 36px;
        right: 36px;
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .td-vm-wrap .td-vm-close {
        top: 25px;
        right: 20px;
        font-size: 18px;
    }
}

.td-vm-wrap .td-vm-close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.td-vm-wrap .td-vm-close i {
    pointer-events: none;
}

.admin-bar .td-vm-close {
    top: 72px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .admin-bar .td-vm-close {
        top: 71px;
    }
}

@-webkit-keyframes fullspin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fullspin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wp-block-video.td-video-fixed,
.td_wrapper_video_playlist.td-video-fixed,
.wp-block-embed__wrapper.td-video-fixed,
.wpb_video_wrapper.td-video-fixed {
    position: fixed !important;
    right: 0 !important;
    top: 300px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 9999 !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.wp-block-video.td-video-fixed .td_container_video_playlist,
.td_wrapper_video_playlist.td-video-fixed .td_container_video_playlist,
.wp-block-embed__wrapper.td-video-fixed .td_container_video_playlist,
.wpb_video_wrapper.td-video-fixed .td_container_video_playlist {
    display: none;
}

.wp-block-video.td-video-fixed-left,
.td_wrapper_video_playlist.td-video-fixed-left,
.wp-block-embed__wrapper.td-video-fixed-left,
.wpb_video_wrapper.td-video-fixed-left {
    left: 0 !important;
    right: auto !important;
}

.wp-block-video.td-video-fixed-left .td_container_video_playlist,
.td_wrapper_video_playlist.td-video-fixed-left .td_container_video_playlist,
.wp-block-embed__wrapper.td-video-fixed-left .td_container_video_playlist,
.wpb_video_wrapper.td-video-fixed-left .td_container_video_playlist {
    display: none;
}

.wp-block-video.td-video-fixed-bottom,
.td_wrapper_video_playlist.td-video-fixed-bottom,
.wp-block-embed__wrapper.td-video-fixed-bottom,
.wpb_video_wrapper.td-video-fixed-bottom {
    top: auto !important;
    bottom: 300px !important;
}

.wp-block-video.td-video-fixed-bottom .td_container_video_playlist,
.td_wrapper_video_playlist.td-video-fixed-bottom .td_container_video_playlist,
.wp-block-embed__wrapper.td-video-fixed-bottom .td_container_video_playlist,
.wpb_video_wrapper.td-video-fixed-bottom .td_container_video_playlist {
    display: none;
}

.td-close-video-fixed {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #4db2ec;
    color: #fff;
    padding: 7px;
    cursor: pointer;
    z-index: 1;
}

.td-close-video-fixed i {
    font-size: 11px;
}

.td-video-fixed .td-close-video-fixed {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.td-sticky-video .td-footer-template-wrap {
    z-index: -1;
}

/*
  video list player
  */
/*
  
      player size configuration variable
  
  */
.MIXIN_chrome_sidebar::-webkit-scrollbar-track {
    background-color: #383838;
}

.MIXIN_chrome_sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.MIXIN_chrome_sidebar::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 10px;
}

.td_video_playlist_title {
    position: relative;
    z-index: 1;
    background-color: #222;
}

.td_video_playlist_title .td_video_title_text {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    margin-left: 17px;
    margin-right: 17px;
    vertical-align: middle;
    line-height: 24px;
    padding: 10px 0 10px 0;
    /* responsive phone */
}

@media (max-width: 767px) {
    .td_video_playlist_title .td_video_title_text {
        text-align: center;
    }
}

.td_wrapper_video_playlist {
    z-index: 1;
    position: relative;
    display: flex;
}

.td_wrapper_video_playlist .td_video_controls_playlist_wrapper {
    background-color: #4db2ec;
    position: relative;
}

.td_wrapper_video_playlist .td_video_controls_playlist_wrapper:before {
    content: '';
    background: url('./icon_2.png') repeat-x;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -6px;
    z-index: 1;
}

.td_wrapper_video_playlist .td_video_stop_play_control {
    position: relative;
    width: 65px;
    height: 65px;
    outline: 0 !important;
}

.td_wrapper_video_playlist .td_video_stop_play_control:after {
    content: '';
    width: 1px;
    height: 37px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 14px;
    right: 0;
}

.td_wrapper_video_playlist .td_youtube_control,
.td_wrapper_video_playlist .td_vimeo_control {
    position: relative;
    top: 12px;
    left: 11px;
    cursor: pointer;
}

.td_wrapper_video_playlist .td_video_title_playing {
    position: absolute;
    top: 13px;
    left: 80px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 7px;
    max-height: 37px;
    overflow: hidden;
}

@media (min-width: 481px) and (max-width: 1018px) {
    .td_wrapper_video_playlist .td_video_title_playing {
        max-height: 20px;
        top: 23px;
    }
}

@media (max-width: 480px) {
    .td_wrapper_video_playlist .td_video_title_playing {
        max-height: 37px;
        top: 13px;
    }
}

.td_wrapper_video_playlist .td_video_time_playing {
    position: absolute;
    bottom: 0;
    right: 5px;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    font-style: italic;
    color: #ffffff;
    line-height: 17px;
    padding-right: 1px;
}

.td_wrapper_video_playlist .td_video_currently_playing {
    background-color: #404040;
}

.td_wrapper_video_playlist .td_video_currently_playing:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 3px solid #4db2ec !important;
    width: 3px;
    height: inherit;
}

.td_wrapper_video_playlist .td_click_video {
    height: 60px;
    display: block;
    width: 100%;
    position: relative;
}

.td_wrapper_video_playlist .td_click_video:hover {
    background-color: #333333;
    cursor: pointer;
}

.td_wrapper_video_playlist .td_video_thumb {
    position: relative;
    top: 10px;
    width: 72px;
    height: 40px;
    overflow: hidden;
    margin-left: 16px;
}

.td_wrapper_video_playlist .td_video_thumb img {
    position: relative;
    top: -6px;
}

.td_wrapper_video_playlist .td_video_title_and_time {
    position: absolute;
    top: 10px;
    width: 100%;
    padding: 0 30px 0 103px;
}

.td_wrapper_video_playlist .td_video_title_and_time .td_video_title {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
    max-height: 30px;
    overflow: hidden;
}

.td_wrapper_video_playlist .td_video_time {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    font-style: italic;
    color: #777777;
    line-height: 13px;
}

.td_wrapper_video_playlist .td_wrapper_player {
    background-color: #000;
    overflow: hidden;
    /* responsive portrait tablet + phone */
    /* responsive portrait phone */
}

@media (max-width: 1018px) {
    .td_wrapper_video_playlist .td_wrapper_player {
        flex: auto !important;
    }
}

@media (max-width: 767px) {
    .td_wrapper_video_playlist .td_wrapper_player {
        margin-bottom: -5px;
    }
}

.td_wrapper_video_playlist .td_wrapper_player iframe {
    width: 100%;
    height: 100% !important;
}

.td_wrapper_video_playlist .td_container_video_playlist {
    display: flex;
    flex-direction: column;
    background-color: #222;
    vertical-align: top;
    overflow: hidden;
}

.td_wrapper_video_playlist .td_playlist_clickable {
    overflow-y: auto;
    overflow-x: hidden;
}

.td_video_playlist_column_3 {
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td_video_playlist_column_3 .td_wrapper_video_playlist {
        flex-direction: column;
    }
}

.td_video_playlist_column_3 .td_wrapper_player,
.td_video_playlist_column_3 .td_container_video_playlist {
    height: 409px;
    /* responsive landscape tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {

    .td_video_playlist_column_3 .td_wrapper_player,
    .td_video_playlist_column_3 .td_container_video_playlist {
        height: 365px;
    }
}

.td_video_playlist_column_3 .td_wrapper_player {
    display: block;
    flex: 1;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_video_playlist_column_3 .td_wrapper_player {
        width: 100%;
        height: 416px;
    }
}

@media (max-width: 767px) {
    .td_video_playlist_column_3 .td_wrapper_player {
        width: 100%;
        height: 260px;
    }
}

.td_video_playlist_column_3 .td_container_video_playlist {
    width: 341px;
    /* responsive landscape tablet */
    /* responsive portrait tablet + phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_video_playlist_column_3 .td_container_video_playlist {
        width: 331px;
    }
}

@media (max-width: 1018px) {
    .td_video_playlist_column_3 .td_container_video_playlist {
        width: 100%;
        height: 305px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 768px) and (max-width: 1018px) {
    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
        margin-right: 10px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
        margin-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track {
        background-color: #383838;
    }

    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb {
        background-color: #919191;
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track {
        background-color: #383838;
    }

    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb {
        background-color: #919191;
        border-radius: 10px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist {
        margin-right: 10px;
    }
}

.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track {
    background-color: #383838;
}

.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 10px;
}

.td_video_playlist_column_2 .td_wrapper_video_playlist {
    flex-direction: column;
}

.td_video_playlist_column_2 .td_video_title_playing {
    max-height: 20px;
    top: 23px;
}

@media (max-width: 480px) {
    .td_video_playlist_column_2 .td_video_title_playing {
        max-height: 37px;
        top: 13px;
    }
}

.td_video_playlist_column_2 .td_wrapper_player {
    display: block;
    height: 391px;
    /* responsive landscape tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_video_playlist_column_2 .td_wrapper_player {
        height: 360px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_video_playlist_column_2 .td_wrapper_player {
        height: 272px;
    }
}

@media (max-width: 767px) {
    .td_video_playlist_column_2 .td_wrapper_player {
        display: block;
        height: auto;
    }
}

.td_video_playlist_column_2 .td_container_video_playlist {
    height: 305px;
}

@media (max-width: 480px) {
    .td_video_playlist_column_2 .td_container_video_playlist {
        height: 245px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile,
    .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist {
        margin-right: 10px;
    }
}

.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track {
    background-color: #383838;
}

.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 10px;
}

.td_video_playlist_column_1 .td_wrapper_video_playlist {
    flex-direction: column;
}

.td_video_playlist_column_1 .td_wrapper_player {
    display: block;
    height: 182px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_video_playlist_column_1 .td_wrapper_player {
        height: 169px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_video_playlist_column_1 .td_wrapper_player {
        height: 128px;
    }
}

@media (max-width: 767px) {
    .td_video_playlist_column_1 .td_wrapper_player {
        display: block;
        width: 100%;
        height: auto;
    }
}

.td_video_playlist_column_1 .td_container_video_playlist {
    height: 412px;
}

@media (max-width: 480px) {
    .td_video_playlist_column_1 .td_container_video_playlist {
        height: 245px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile,
    .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist {
        margin-right: 10px;
    }
}

.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track {
    background-color: #383838;
}

.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 10px;
}

.wp-video-shortcode:focus {
    outline: 0 !important;
}

/*
      GENERAL
  */
.wpb_heading {
    background-color: #222;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 26px;
    margin-top: 0;
}

/*
      Single Image
  */
.vc_single_image-img {
    display: block;
}

/*
      Text block
  */
.wpb_text_column h1:first-child,
.wpb_text_column h2:first-child,
.wpb_text_column h3:first-child,
.wpb_text_column h4:first-child,
.wpb_text_column h5:first-child {
    margin-top: 0;
}

/*
      FAQ - toggle
  */
.vc_toggle_title {
    padding: 7px 13px 8px 36px !important;
    margin: 0;
}

.vc_toggle_content {
    padding-left: 15px !important;
}

.vc_toggle_active .vc_toggle_title {
    background-color: #fcfcfc !important;
}

.vc_toggle_title {
    border: 1px solid #ededed;
}

.vc_toggle_title:hover {
    background-color: #fcfcfc !important;
}

.vc_toggle_title h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.vc_toggle_title .vc_toggle_icon {
    left: 10px !important;
}

.vc_toggle {
    margin-bottom: 10px !important;
}

.vc_toggle.vc_toggle_size_md .vc_toggle_title {
    padding: 11px 13px 10px 45px !important;
}

.vc_toggle.vc_toggle_size_lg .vc_toggle_title {
    padding: 14px 13px 14px 48px !important;
}

/*
      Image gallery
  */
.wpb_gallery .flexslider {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.wpb_gallery .nivoSlider {
    box-shadow: none !important;
}

.wpb_gallery .post-title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: 0;
    z-index: 2;
}

/*
      Image carousel
  */
.wpb_content_element .icon-next:before {
    font-family: 'newspaper', sans-serif !important;
    content: '\f107' !important;
    color: #ffffff;
    font-size: 30px;
    top: 0 !important;
}

.wpb_content_element .icon-prev:before {
    font-family: 'newspaper', sans-serif !important;
    content: '\e807' !important;
    color: #ffffff;
    font-size: 30px;
    top: 0 !important;
}

/*
      Tabs
  */
.wpb_tabs .wpb_tab {
    background-color: #fff !important;
    padding: 0 !important;
}

.wpb_tabs .wpb_tabs_nav {
    border-bottom: 2px solid #222;
    margin-bottom: 26px;
}

.wpb_tabs li a {
    background-color: #fff;
    color: #222;
    padding: 8px 12px 5px 12px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    white-space: nowrap;
}

.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a {
    background-color: #222;
    color: #fff;
}

@-moz-document url-prefix() {
    .wpb_tabs li a {
        padding: 7px 12px 5px 12px !important;
        line-height: 16px;
    }
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic {
    margin-bottom: 22px;
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_wrap {
    padding-bottom: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_wrap {
        padding-bottom: 12px;
    }
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
    background-color: transparent;
    border: none;
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
    margin-bottom: 26px !important;
    margin-right: 0;
    border-bottom: 2px solid #4db2ec;
    display: block;
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
    padding: 0;
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
    margin: 0;
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active>a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover>a {
    border-color: transparent;
    background-color: #4db2ec;
    color: #fff;
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab>a {
    border-color: transparent;
    background-color: #fff;
    color: #222;
    padding: 6px 12px 5px 12px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 0;
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-heading {
    display: none;
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-body {
    padding: 0;
    border-color: transparent;
    background-color: transparent;
}

.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
    margin-bottom: 17px !important;
    border: none;
}

.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
    margin: 0 11px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
        margin: 0;
    }
}

.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab>a {
    background-color: transparent !important;
    font-size: 19px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab>a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab>a {
        font-size: 17px;
    }
}

.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
    text-align: center;
}

.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active>a,
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover>a {
    background-color: transparent;
    color: #009688;
}

.td-tab-color.vc_tta.vc_general .vc_tta-icon {
    font-size: 1em;
    top: -2px;
    position: relative;
}

.td-tab-color .vc_tta-panels-container {
    margin-bottom: 48px;
}

.td-tab-color .vc_tta-tabs-list li:nth-child(1).vc_active>a,
.td-tab-color .vc_tta-tabs-list li:nth-child(1):hover>a {
    color: #e53935 !important;
}

.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(1) .td-grid-style-1 .td-post-category {
    background-color: #e53935 !important;
}

.td-tab-color .vc_tta-tabs-list li:nth-child(2).vc_active>a,
.td-tab-color .vc_tta-tabs-list li:nth-child(2):hover>a {
    color: #66bb6a !important;
}

.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(2) .td-grid-style-1 .td-post-category {
    background-color: #66bb6a !important;
}

.td-tab-color .vc_tta-tabs-list li:nth-child(3).vc_active>a,
.td-tab-color .vc_tta-tabs-list li:nth-child(3):hover>a {
    color: #29B6F6 !important;
}

.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(3) .td-grid-style-1 .td-post-category {
    background-color: #29B6F6 !important;
}

.td-tab-color .vc_tta-tabs-list li:nth-child(4).vc_active>a,
.td-tab-color .vc_tta-tabs-list li:nth-child(4):hover>a {
    color: #7F8FA9 !important;
}

.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(4) .td-grid-style-1 .td-post-category {
    background-color: #7F8FA9 !important;
}

.td-tab-color .vc_tta-tabs-list li:nth-child(5).vc_active>a,
.td-tab-color .vc_tta-tabs-list li:nth-child(5):hover>a {
    color: #FDD835 !important;
}

.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(5) .td-grid-style-1 .td-post-category {
    background-color: #FDD835 !important;
}

/*
      Accordion
  */
.vc_tta-accordion.vc_tta-o-no-fill .td_block_wrap {
    margin-left: -20px;
    margin-right: -20px;
}

/*
      Progress bar
  */
.vc_progress_bar .vc_label,
.vc_progress_bar div {
    border-radius: 0 !important;
}

/*
      Tour section
  */
.wpb_tour .wpb_heading {
    float: left;
}

.wpb_tour .wpb_tabs_nav {
    clear: both;
    border-bottom: 1px solid #ededed;
}

.wpb_tour .wpb_tabs_nav li {
    line-height: 16px;
    margin: 0 !important;
    overflow: hidden;
}

.wpb_tour .wpb_tabs_nav li a {
    color: #222;
    padding: 7px 12px 7px 12px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    white-space: nowrap;
    min-height: 30px;
    border: 1px solid #ededed;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active a,
.wpb_tour .wpb_tabs_nav li:hover a {
    background-color: #222;
    color: #fff;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #222;
}

/*
      Accordion
  */
.wpb_accordion .ui-state-active a {
    background-color: #222 !important;
    color: #fff !important;
    border: 0 !important;
}

.wpb_accordion .wpb_accordion_header {
    background-color: #ffffff !important;
    margin-bottom: 10px !important;
}

.wpb_accordion .wpb_accordion_header a {
    color: #222;
    padding: 10px 12px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    white-space: nowrap;
    min-height: 30px;
    border: 1px solid #ededed;
}

.wpb_accordion .wpb_accordion_content {
    margin-bottom: 10px;
}

/*
      Buttons
  */
.wpb_button,
.vc_btn {
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-shadow: none;
    border: none;
    transition: none;
    border-radius: 0;
    margin-bottom: 21px;
}

.wpb_button:hover,
.vc_btn:hover {
    text-shadow: none;
    text-decoration: none !important;
}

a.vc_btn-black {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.vc_btn-black:hover {
    background-color: #4db2ec;
    border-color: #4db2ec;
    color: #4db2ec;
}

a.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover {
    color: #4db2ec !important;
}

.wpb_default {
    background-color: #4db2ec;
}

.wpb_default:hover {
    text-shadow: none;
    background-color: #4db2ec;
    opacity: 0.8;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

/*
      Call to action
  */
.wpb_call_to_action {
    background-color: #fcfcfc;
}

.vc_call_to_action .wpb_heading {
    background-color: inherit;
    color: inherit;
    margin-top: inherit;
    padding: inherit;
    line-height: 34px;
    margin-bottom: 8px;
}

.vc_call_to_action h2 {
    font-size: 27px;
}

.vc_call_to_action h4 {
    line-height: 20px !important;
}

/*
      Video
  */
.wpb_video_widget .wpb_video_wrapper {
    margin-bottom: 0;
}

/*
      Custom heading
  */
.vc_custom_heading>* {
    margin-top: 0;
    margin-bottom: 26px;
}

/*
      Widgets
  */
.widget {
    overflow: hidden;
}

.vc_wp_rss ul,
.vc_wp_archives ul,
.vc_wp_categories ul,
.vc_wp_posts ul,
.vc_wp_text ul,
.vc_wp_custommenu ul,
.vc_wp_tagcloud ul,
.vc_wp_pages ul,
.vc_wp_calendar ul,
.vc_wp_recentcomments ul,
.vc_wp_meta ul,
.vc_wp_search ul {
    margin: 0;
}

.widgettitle {
    background-color: #222;
    color: #fff;
    display: inline-block;
    padding: 6px 12px 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 14px;
    margin-top: 0;
    min-height: 30px;
    position: relative;
}

.widgettitle:after {
    content: '';
    height: 2px;
    width: 300%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #222;
}

.widgettitle a {
    color: #fff;
}

@-moz-document url-prefix() {
    .widgettitle {
        line-height: 18px;
    }
}

.vc_wp_rss {
    margin-bottom: 0;
}

.vc_wp_rss .widgettitle a:first-child {
    display: none;
}

.vc_wp_rss .widget_rss {
    margin-bottom: 21px;
}

.vc_wp_rss ul {
    margin: 4px 0 0 12px;
}

.vc_wp_rss ul li {
    margin-left: 0;
    padding-bottom: 0;
}

.vc_wp_archives ul {
    margin: 0;
}

.vc_wp_text .textwidget {
    margin: 12px 0 43px 0;
}

.vc_wp_tagcloud .widgettitle {
    margin-bottom: 26px;
}

.vc_wp_search .widgettitle {
    margin-bottom: 26px;
}

.wpb_raw_code {
    margin-bottom: 26px;
}

.tdc-theme-Newspaper .vc_raw_html iframe {
    pointer-events: none;
}

/* visual composer hack - overwrite the theme display block  @since 18/6/2015 */
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block !important;
}

.wpb_flickr_heading {
    display: table;
}

.td-theme-wrap .td-header-wrap .td-spot-id-header {
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-theme-wrap .td-header-wrap .td-spot-id-header {
        height: 60px;
    }
}

.td-theme-wrap .td-spot-id-footer_top {
    display: table;
    position: relative;
    text-align: center;
    margin: -12px auto 40px auto;
}

.td-theme-wrap .td-spot-id-footer_top .tdc-placeholder-title {
    border: 1px solid rgba(136, 136, 136, 0.31);
}

.tdc-missing-external-shortcode,
.td-block-missing-settings,
.tdc_external_shortcode {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    padding: 20px;
    border: 1px solid #eeecf0;
    color: black;
}

.tdc-missing-external-shortcode span,
.td-block-missing-settings span,
.tdc_external_shortcode span {
    background-color: #ec4d4d;
    color: white;
    font-weight: bold;
    padding: 3px 8px 4px;
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.td-header-sp-top-menu .td-block-missing-settings {
    padding: 0;
    border: none;
    color: #888888;
    font-size: 10px;
}

.td-header-sp-top-menu .td-block-missing-settings span {
    padding: 2px 6px;
    font-size: 9px;
}

.td-element-style {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
}

.td-element-style-before {
    transition: opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s;
    opacity: 0;
}

.td-js-loaded .td-element-style-before {
    opacity: 1;
}

/*  ----------------------------------------------------------------------------
      General smart list style
  */
.td-smart-list-pagination {
    text-align: center;
    margin-bottom: 26px;
}

.td-smart-list-button {
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    background-color: #222;
    color: #fff;
    padding: 11px 24px;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    cursor: pointer;
    margin: 0 10px;
}

.td-smart-list-button:hover {
    text-decoration: none !important;
    background-color: #4db2ec;
}

.td-smart-list-button .td-icon-left {
    font-size: 14px;
    position: relative;
    top: 1px;
    padding-right: 11px;
}

.td-smart-list-button .td-icon-right {
    font-size: 14px;
    position: relative;
    top: 1px;
    padding-left: 11px;
}

.td-smart-disable {
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    user-select: none;
}

.td-smart-disable:hover {
    background-color: #222 !important;
}

.td-smart-list-dropdown-wrap {
    text-align: center;
    border: 1px solid #ededed;
    margin-bottom: 26px;
    clear: both;
}

.td-smart-list-dropdown-wrap .td-smart-list-dropdown {
    height: 30px;
    padding: 0 35px 0 10px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #fff;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    max-width: 40%;
    text-overflow: ellipsis;
    cursor: pointer;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-smart-list-dropdown-wrap .td-smart-list-dropdown {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .td-smart-list-dropdown-wrap .td-smart-list-dropdown {
        text-align: center;
        max-width: 70%;
    }
}

.td-smart-list-dropdown-wrap .td-smart-list-dropdown option {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-smart-list-dropdown-wrap .td-smart-list-dropdown option {
        text-align: left;
    }
}

.td-smart-list-dropdown-wrap .td-smart-list-dropdown::-ms-expand {
    display: none;
}

.td-smart-list-dropdown-wrap .td-smart-list-container {
    display: inline;
    position: relative;
}

.td-smart-list-dropdown-wrap .td-smart-list-container:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 7px;
    right: 16px;
    z-index: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    pointer-events: none;
}

.td-smart-list-dropdown-wrap .td-smart-list-button {
    padding: 2px 18px;
    margin: 0;
    background-color: transparent !important;
    color: inherit;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-smart-list-dropdown-wrap .td-smart-list-button {
        padding: 2px 6px;
    }
}

.td-smart-list-dropdown-wrap .td-smart-list-button i {
    display: none;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-smart-list-dropdown-wrap .td-smart-list-button i {
        display: inline;
        font-size: 12px;
        top: 0;
    }
}

.td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-left:before {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-left:before {
        content: '\e80c';
    }
}

.td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-right:before {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-right:before {
        content: '\e80d';
    }
}

.td-smart-list-dropdown-wrap .td-smart-list-button:hover {
    background-color: transparent !important;
    color: #4db2ec;
}

.td-smart-list-dropdown-wrap .td-smart-list-button span {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-smart-list-dropdown-wrap .td-smart-list-button span {
        display: none;
    }
}

.td-smart-list-dropdown-wrap .td-smart-disable:hover {
    color: #222;
}

.td-smart-list-dropdown-wrap .td-smart-next {
    border-left: 1px solid #ededed;
    margin-left: 3px;
}

.td-smart-list-dropdown-wrap .td-smart-back {
    border-right: 1px solid #ededed;
    margin-right: 3px;
}

@-moz-document url-prefix() {
    .td-smart-list-dropdown-wrap .td-smart-list-container:before {
        top: 9px;
    }
}

/*  ----------------------------------------------------------------------------
      Smart list 1
  */
.td_smart_list_1 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 38px;
}

.td_smart_list_1 .td-item {
    width: 100%;
}

.td-number-and-title {
    text-align: center;
    width: 100%;
    padding: 8px 100px 4px 100px;
    margin-bottom: 23px;
    display: inline-block;
}

@media (max-width: 500px) {
    .td-number-and-title {
        padding: 60px 0 0 0;
        margin-bottom: 20px;
    }
}

.td-sml-current-item-title {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 0;
}

.td-controls {
    position: absolute;
    top: 1px;
    z-index: 2;
    width: 100%;
}

.td-left-smart-list,
.td-right-smart-list {
    position: absolute;
    width: 88px;
    height: 40px;
    line-height: 40px;
    background-color: #222222;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.td-left-smart-list:hover,
.td-right-smart-list:hover {
    text-decoration: none !important;
    background-color: #4db2ec;
}

@-moz-document url-prefix() {

    .td-left-smart-list,
    .td-right-smart-list {
        line-height: 38px;
    }
}

.td-right-smart-list {
    right: 0;
}

.td-right-smart-list .td-icon-right {
    font-size: 16px;
    position: relative;
    top: 2px;
    padding-left: 11px;
}

.td-left-smart-list {
    left: 0;
}

.td-left-smart-list .td-icon-left {
    font-size: 16px;
    position: relative;
    top: 2px;
    padding-right: 11px;
}

.td-slide-smart-list-figure img {
    display: inline-block;
    vertical-align: top;
}

.td-sml-caption {
    font-family: Verdana, Geneva, sans-serif;
    font-style: italic;
    font-size: 11px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 21px;
}

.td-sml-description {
    margin-top: 22px;
    display: block;
}

/*  ----------------------------------------------------------------------------
      Smart list 2
  */
.td_smart_list_2 {
    margin-top: 38px;
}

.td_smart_list_2 .td-number-and-title {
    text-align: left;
    padding: 0;
    margin-bottom: 21px;
    position: relative;
}

.td_smart_list_2 .td-sml-description {
    margin-top: 0;
}

.td_smart_list_2 h2 {
    margin: 2px 0 0;
    line-height: 32px;
}

.td_smart_list_2 .td-item {
    margin-bottom: 53px;
}

.td_smart_list_2 .td-sml-current-item-title {
    margin-top: 5px;
    width: 100%;
    padding-left: 56px;
}

.td-sml-current-item-nr {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 39px;
    color: #fff;
    background-color: #222222;
    width: 37px;
    height: 37px;
    text-align: center;
    display: inline-block;
}

/*  ----------------------------------------------------------------------------
      Smart list 3
  */
.td_smart_list_3 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

.td_smart_list_3 .td-sml-current-item-title {
    margin-top: 6px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_3 .td-sml-current-item-title {
        font-size: 19px;
    }
}

.td_smart_list_3 .td-number-and-title {
    padding: 0 200px 0 52px;
    text-align: left;
    display: block;
}

.td_smart_list_3 .td-number-and-title h2 {
    margin: 0;
}

.td_smart_list_3 .td-sml-current-item-nr {
    position: absolute;
    left: 0;
    top: 1px;
}

.td_smart_list_3 .td-left-smart-list {
    right: 98px;
    left: auto;
}

.td_smart_list_3 .td-item {
    width: 100%;
}

.td_smart_list_3 .td-sml-description {
    margin-top: 0;
}

.td_smart_list_3 .td-sml-figure {
    float: right;
    margin-left: 20px;
    width: 300px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_3 .td-sml-figure {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_smart_list_3 .td-number-and-title {
        padding-right: 106px;
    }

    .td_smart_list_3 .td-left-smart-list,
    .td_smart_list_3 .td-right-smart-list {
        width: 40px;
        font-size: 0;
    }

    .td_smart_list_3 .td-icon-right {
        top: 1px;
        left: 1px;
        line-height: 40px;
        padding-left: 0;
        font-size: 20px;
    }

    .td_smart_list_3 .td-left-smart-list {
        right: 50px;
    }

    .td_smart_list_3 .td-left-smart-list .td-icon-left {
        top: 1px;
        line-height: 40px;
        padding-right: 0;
        font-size: 20px;
    }

    .td_smart_list_3 .td-slide-smart-list-figure {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .td_smart_list_3 .td-controls {
        position: relative;
        height: 40px;
        margin-bottom: 25px;
    }

    .td_smart_list_3 .td-left-smart-list {
        left: 0;
    }

    .td_smart_list_3 .td-number-and-title {
        padding: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    .td_smart_list_3 .td-sml-current-item-nr {
        position: relative;
        left: auto;
        margin-right: 15px;
        top: auto;
    }

    .td_smart_list_3 .td-slide-smart-list-figure {
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center;
    }
}

/*  ----------------------------------------------------------------------------
      Smart list 4
  */
.smart-list-style-4 .td-post-content {
    float: left;
}

.smart-list-style-4 .td-post-sharing-top {
    margin-bottom: 0;
}

.td_smart_list_4 {
    /* responsive portrait phone */
}

.td_smart_list_4 .td-item {
    width: 100%;
    min-height: 181px;
    border-bottom: 1px solid #ededed;
    position: relative;
    float: left;
    padding: 30px 0 25px;
}

.td_smart_list_4 .td-item:first-child {
    padding-top: 9px;
}

.td_smart_list_4 .td-item:first-child .td-sml-current-item-nr {
    top: 9px;
}

.td_smart_list_4 .td-item:last-of-type {
    border-bottom: none;
}

.td_smart_list_4 .td-sml-current-item-nr {
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 34px;
    top: 30px;
}

.td_smart_list_4 .td-sml-current-item-title {
    font-size: 18px;
    line-height: 24px;
    padding-left: 47px;
    padding-top: 5px;
    display: inherit;
}

.td_smart_list_4 h2 {
    line-height: 24px;
    margin-bottom: 9px;
    margin-top: 0;
}

.td_smart_list_4 .td-sml-figure {
    float: right;
    margin-left: 20px;
    width: 150px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_4 .td-sml-figure {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.td_smart_list_4 .td-number-and-title {
    text-align: left;
    padding: 0;
    margin-bottom: 9px;
    display: inherit;
}

.td_smart_list_4 .td-sml-description {
    margin-top: 11px;
}

.td_smart_list_4 .td-sml-caption {
    line-height: 14px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .td_smart_list_4 .td-item {
        display: table;
        width: 100%;
    }

    .td_smart_list_4 .td-item:first-child {
        padding-top: 30px;
    }

    .td_smart_list_4 .td-item:first-child .td-sml-current-item-nr {
        top: 0;
    }

    .td_smart_list_4 .td-slide-smart-list-figure {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .td_smart_list_4 .td-number-and-title {
        display: table-header-group;
        text-align: center;
    }

    .td_smart_list_4 .td-sml-current-item-nr {
        position: relative;
        top: 0;
    }

    .td_smart_list_4 .td-sml-current-item-title {
        padding: 10px 0;
    }
}

@-moz-document url-prefix() {
    .td_smart_list_4 .td-sml-current-item-nr {
        line-height: 32px;
    }
}

/*  ----------------------------------------------------------------------------
      Smart list 5
  */
.td_smart_list_5 {
    margin-top: 38px;
}

.td_smart_list_5 .td-slide-smart-list-figure {
    position: relative;
}

.td_smart_list_5 .td-sml-current-item-nr {
    font-size: 26px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-family: 'Roboto', sans-serif;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.td_smart_list_5 .td-sml-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    color: #fff;
    margin-bottom: 0;
    padding: 12px 16px;
    z-index: 1;
}

.td_smart_list_5 .td-number-and-title {
    text-align: left;
    padding: 0;
    margin-bottom: 6px;
    margin-top: 17px;
}

.td_smart_list_5 h2 {
    margin: 0;
}

.td_smart_list_5 .td-sml-description {
    margin-top: 0;
}

.td_smart_list_5 .td-item {
    margin-bottom: 53px;
}

.td_smart_list_5 figcaption div:before {
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 150%;
    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.9)));
    /* Chrome,Safari4+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    /* IE6-9 */
}

.td_smart_list_5 figcaption div:empty {
    display: none;
}

.td_smart_list_5 .td-sml-figure {
    position: relative;
}

/*  ----------------------------------------------------------------------------
      Smart list 6
  */
.td_smart_list_6 {
    margin-top: 38px;
    position: relative;
    z-index: 1;
    clear: both;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_6 {
        margin-top: 20px;
    }
}

.td_smart_list_6 .td-number-and-title {
    text-align: left;
    padding: 0;
    margin-bottom: 21px;
    position: relative;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_6 .td-number-and-title {
        margin-bottom: 10px;
    }
}

.td_smart_list_6 .td-slide-smart-list-figure img {
    width: 100%;
}

.td_smart_list_6 .td-sml-description {
    margin-top: 0;
}

.td_smart_list_6 .td-slide-smart-list-figure {
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.td_smart_list_6 .td-sml-caption {
    text-align: left;
}

.td_smart_list_6 h2 {
    margin: 2px 0 0;
    line-height: 32px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_6 h2 {
        text-align: center;
        margin: 0;
    }
}

.td_smart_list_6 .td-sml-current-item-nr {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_6 .td-sml-current-item-nr {
        position: relative;
    }
}

.td_smart_list_6 .td-sml-current-item-title {
    margin-top: 5px;
    width: 100%;
    padding-left: 56px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_6 .td-sml-current-item-title {
        margin-top: 10px;
        padding-left: 0;
    }
}

/*  ----------------------------------------------------------------------------
      Smart list 7
  */
.td_smart_list_7 {
    margin-top: 38px;
    position: relative;
    z-index: 1;
    clear: both;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_7 {
        margin-top: 20px;
    }
}

.td_smart_list_7 .td-slide-smart-list-figure img {
    width: 100%;
}

.td_smart_list_7 .td-sml-description {
    margin-top: 0;
}

.td_smart_list_7 .td-slide-smart-list-figure {
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.td_smart_list_7 .td-sml-caption {
    text-align: left;
}

.td_smart_list_7 h2 {
    margin: 0;
    line-height: 1;
    padding: 0 120px;
    min-height: 60px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_7 h2 {
        padding: 0;
        min-height: 0;
    }
}

.td_smart_list_7 .td-sml-current-item-title {
    margin-top: 7px;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
    line-height: 28px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_smart_list_7 .td-sml-current-item-title {
        margin-top: 10px;
        line-height: 24px;
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .td_smart_list_7 .td-sml-current-item-title {
        margin-top: 10px;
        text-align: left;
        line-height: 30px;
        font-weight: 500;
        font-size: 26px;
    }
}

.td_smart_list_7 .td-item .td-smart-list-pagination {
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_7 .td-item .td-smart-list-pagination {
        margin-bottom: 0;
    }
}

.td_smart_list_7 .td-smart-list-pagination {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    margin-bottom: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_smart_list_7 .td-smart-list-pagination {
        position: relative;
    }
}

.td_smart_list_7 .td-smart-list-pagination .td-smart-list-button {
    margin: 0;
    line-height: 20px;
}

.td_smart_list_7 .td-smart-list-pagination .td-smart-back {
    float: left;
}

.td_smart_list_7 .td-smart-list-pagination .td-smart-next {
    float: right;
}

/*  ----------------------------------------------------------------------------
      Smart list 8
  */
.td_smart_list_8 {
    position: relative;
    z-index: 1;
    clear: both;
}

.td_smart_list_8 .td-number-and-title {
    text-align: left;
    padding: 0;
    margin-bottom: 16px;
    position: relative;
}

.td_smart_list_8 .td-number-and-title h2 {
    margin: 6px 0 0;
    line-height: 32px;
}

.td_smart_list_8 .td-sml-description {
    margin-top: 0;
}

.td_block_weather .block-title {
    margin-bottom: 22px;
}

.td_block_weather .td-weather-wrap {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.td-weather-header {
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
}

.td-weather-city {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.td-weather-condition {
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    opacity: 0.8;
}

.td-location-icon {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 22px;
    opacity: 0.6;
    z-index: 1;
}

.td-location-icon:hover {
    cursor: pointer;
    opacity: 0.9;
}

.td-weather-temperature {
    font-family: 'Roboto', sans-serif;
    padding: 3px 0;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td-weather-temperature {
        margin-bottom: -6px;
        padding: 0;
    }
}

.td-weather-temp-wrap {
    display: inline-block;
}

.td-weather-now {
    float: left;
    text-align: center;
    line-height: 1;
    padding: 32px 16px;
    font-weight: 300;
    width: 145px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    /* responsive portrait tablet + phone */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (max-width: 1018px) {
    .td-weather-now {
        padding: 28px 0;
        position: relative;
        left: -10px;
        width: 90px;
        margin-left: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-weather-now {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .td-weather-now {
        width: 100px;
    }
}

.td-weather-now .td-big-degrees {
    font-size: 40px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-weather-now .td-big-degrees {
        font-size: 32px;
    }
}

.td-weather-now .td-circle {
    font-size: 30px;
    position: relative;
    top: -6px;
    opacity: 0.6;
    line-height: 1;
    vertical-align: top;
}

.td-weather-now .td-weather-unit {
    font-size: 16px;
    position: relative;
    top: -4px;
    font-weight: 400;
    opacity: 0.6;
    left: -2px;
    line-height: 1;
    vertical-align: top;
}

.td-weather-now:hover {
    cursor: pointer;
}

.td-weather-lo-hi {
    float: left;
    text-align: left;
    width: 55px;
}

.td-weather-degrees-wrap {
    padding: 15px 0;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td-weather-degrees-wrap {
        padding: 10px 0;
    }
}

.td-weather-degrees-wrap i {
    position: relative;
    top: 3px;
    font-size: 16px;
    color: #b3b3b3;
}

.td-weather-degrees-wrap .td-small-degrees {
    font-size: 12px;
}

.td-weather-degrees-wrap .td-circle {
    font-size: 18px;
    position: relative;
    right: 3px;
    top: 3px;
}

.td-weather-information {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    position: relative;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
    float: left;
    opacity: 0.6;
}

.td-weather-information:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #4db2ec;
    opacity: 0.2;
}

.td-weather-information i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.td-weather-section-1,
.td-weather-section-2,
.td-weather-section-3 {
    float: left;
    width: 33%;
}

.td-weather-section-1 {
    text-align: right;
    padding-right: 10px;
}

.td-weather-section-2 {
    text-align: center;
}

.td-weather-section-3 {
    text-align: left;
    padding-left: 10px;
}

.td-weather-week {
    font-family: 'Roboto', sans-serif;
    padding: 15px 8px;
    width: 100%;
    text-align: center;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.td-weather-week:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4db2ec;
    opacity: 0.07;
}

.td-weather-days {
    width: 20%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.td-weather-days .td-day-0,
.td-weather-days .td-day-1,
.td-weather-days .td-day-2,
.td-weather-days .td-day-3,
.td-weather-days .td-day-4 {
    margin-bottom: 8px;
    font-size: 11px;
    opacity: 0.5;
}

.td-weather-days .td-day-degrees {
    font-size: 20px;
    position: relative;
    left: 4px;
    line-height: 14px;
    opacity: 0.7;
}

.td-weather-days .td-circle {
    position: relative;
    right: 5px;
}

.td-weather-animated-icon {
    float: left;
    text-align: right;
    margin-left: -15px;
    position: relative;
    /* responsive portrait tablet + phone */
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td-weather-animated-icon {
        left: 0;
        top: -6px;
        margin-right: 0;
        margin-left: -22px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-weather-animated-icon {
        transform: scale(0.72);
        -webkit-transform: scale(0.72);
        margin-left: -20px;
    }
}

.td-weather-animated-icon span {
    width: 100px;
    height: 100px;
    display: inline-block;
    opacity: 0.4;
    margin-top: 4px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {
    .td-weather-animated-icon span {
        margin-top: 0;
    }
}

.clear-sky-d {
    background: url('../images/sprite/weather/clear-sky-d.png') no-repeat;
}

.clear-sky-n {
    background: url('../images/sprite/weather/clear-sky-n.png') no-repeat;
}

.few-clouds-d {
    background: url('../images/sprite/weather/few-clouds-d.png') no-repeat;
}

.few-clouds-n {
    background: url('../images/sprite/weather/few-clouds-n.png') no-repeat;
}

.scattered-clouds-d {
    background: url('../images/sprite/weather/scattered-clouds-d.png') no-repeat;
}

.scattered-clouds-n {
    background: url('../images/sprite/weather/scattered-clouds-n.png') no-repeat;
}

.broken-clouds-d {
    background: url('../images/sprite/weather/broken-clouds-d.png') no-repeat;
}

.broken-clouds-n {
    background: url('../images/sprite/weather/broken-clouds-n.png') no-repeat;
}

.shower-rain-d {
    background: url('../images/sprite/weather/shower-rain-d.png') no-repeat;
}

.shower-rain-n {
    background: url('../images/sprite/weather/shower-rain-n.png') no-repeat;
}

.rain-d {
    background: url('../images/sprite/weather/rain-d.png') no-repeat;
}

.rain-n {
    background: url('../images/sprite/weather/rain-n.png') no-repeat;
}

.thunderstorm-d {
    background: url('../images/sprite/weather/thunderstorm.png') no-repeat;
}

.thunderstorm-n {
    background: url('../images/sprite/weather/thunderstorm.png') no-repeat;
}

.snow-d {
    background: url('../images/sprite/weather/snow-d.png') no-repeat;
}

.snow-n {
    background: url('../images/sprite/weather/snow-n.png') no-repeat;
}

.mist-d {
    background: url('../images/sprite/weather/mist.png') no-repeat;
}

.mist-n {
    background: url('../images/sprite/weather/mist.png') no-repeat;
}

/*
      weather location
  */
.td-weather-set-location {
    display: none;
    position: absolute;
    top: 0;
}

.td-weather-set-location .td-location-set-input {
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border: 0;
    padding: 0 10px;
}

.td-weather-set-location .td-location-set-input:focus~label {
    top: -20px;
    font-size: 11px;
    opacity: 0.5;
}

.td-show-location {
    display: block !important;
}

.td-show-location label {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 13px;
    opacity: 0.6;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*
  
      2,3 columns
  
  */
.td_block_weather .td-column-2,
.td_block_weather .td-column-3 {
    text-align: right;
    height: 90px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2,
    .td_block_weather .td-column-3 {
        height: auto;
        display: inline-block;
        text-align: left;
        width: 100%;
    }
}

.td_block_weather .td-column-2 .td-weather-city,
.td_block_weather .td-column-3 .td-weather-city {
    position: absolute;
    top: 0;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2 .td-weather-city,
    .td_block_weather .td-column-3 .td-weather-city {
        position: relative;
    }
}

.td_block_weather .td-column-2 .td-weather-condition,
.td_block_weather .td-column-3 .td-weather-condition {
    position: absolute;
    bottom: 0;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2 .td-weather-condition,
    .td_block_weather .td-column-3 .td-weather-condition {
        position: relative;
    }
}

.td_block_weather .td-column-2 .td-weather-temperature,
.td_block_weather .td-column-3 .td-weather-temperature {
    text-align: right;
    width: 55%;
    padding-right: 20px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2 .td-weather-temperature,
    .td_block_weather .td-column-3 .td-weather-temperature {
        width: 100%;
        text-align: center;
        padding: 0;
    }
}

.td_block_weather .td-column-2 .td-weather-temp-wrap,
.td_block_weather .td-column-3 .td-weather-temp-wrap {
    position: relative;
    top: -3px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2 .td-weather-temp-wrap,
    .td_block_weather .td-column-3 .td-weather-temp-wrap {
        top: 0;
    }
}

.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    margin-right: -15px;
    top: -5px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2 .td-weather-animated-icon,
    .td_block_weather .td-column-3 .td-weather-animated-icon {
        transform: scale(1);
        -webkit-transform: scale(1);
        left: 0;
        top: -5px;
        margin-right: 0;
        margin-left: -22px;
    }
}

.td_block_weather .td-column-2 .td-weather-now,
.td_block_weather .td-column-3 .td-weather-now {
    width: 110px;
    padding: 32px 0;
    margin-right: 10px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2 .td-weather-now,
    .td_block_weather .td-column-3 .td-weather-now {
        padding: 30px 0;
        position: relative;
        left: -10px;
        width: 100px;
        margin-right: 0;
    }
}

.td_block_weather .td-column-2 .td-weather-now .td-big-degrees,
.td_block_weather .td-column-3 .td-weather-now .td-big-degrees {
    font-size: 32px;
}

.td_block_weather .td-column-2 .td-weather-degrees-wrap,
.td_block_weather .td-column-3 .td-weather-degrees-wrap {
    padding: 12px 0;
}

.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon {
    width: auto;
}

.td_block_weather .td-column-2 .td-weather-lo-hi,
.td_block_weather .td-column-3 .td-weather-lo-hi {
    width: auto;
}

.td_block_weather .td-column-2 .td-weather-info-wrap,
.td_block_weather .td-column-3 .td-weather-info-wrap {
    width: 45%;
    float: right;
    padding-left: 20px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2 .td-weather-info-wrap,
    .td_block_weather .td-column-3 .td-weather-info-wrap {
        width: 100%;
        padding-left: 0;
    }
}

.td_block_weather .td-column-2 .td-weather-information,
.td_block_weather .td-column-3 .td-weather-information {
    padding: 3px 0 10px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2 .td-weather-information,
    .td_block_weather .td-column-3 .td-weather-information {
        padding: 5px 0;
    }
}

.td_block_weather .td-column-2 .td-weather-information:before,
.td_block_weather .td-column-3 .td-weather-information:before {
    top: auto;
    bottom: -4px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2 .td-weather-information:before,
    .td_block_weather .td-column-3 .td-weather-information:before {
        bottom: auto;
        top: -2px;
    }
}

.td_block_weather .td-column-2 .td-weather-week,
.td_block_weather .td-column-3 .td-weather-week {
    padding: 20px 0 15px;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2 .td-weather-week,
    .td_block_weather .td-column-3 .td-weather-week {
        padding: 15px 0;
    }
}

.td_block_weather .td-column-2 .td-weather-week:before,
.td_block_weather .td-column-3 .td-weather-week:before {
    display: none;
    /* responsive portrait tablet + phone */
}

@media (max-width: 1018px) {

    .td_block_weather .td-column-2 .td-weather-week:before,
    .td_block_weather .td-column-3 .td-weather-week:before {
        display: block;
    }
}

.td_block_weather .td-column-3 .td-weather-temp-wrap {
    margin-right: 100px;
    /* responsive portrait tablet */
}

@media (max-width: 1018px) {
    .td_block_weather .td-column-3 .td-weather-temp-wrap {
        margin-right: 0;
    }
}

/*
  
      top weather widget
  
  */
.td-weather-top-widget {
    display: inline-block;
    margin-right: 32px;
}

.td-weather-top-widget .td-icons {
    background: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.td-weather-top-widget .td-icons:before {
    font-size: 18px;
    display: block;
}

.td-weather-top-widget .td-weather-now {
    line-height: inherit;
    padding: 0;
    float: none;
    width: auto;
    display: inline-block;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-weather-top-widget .td-weather-now {
        left: 0;
    }
}

.td-weather-top-widget .td-weather-now span {
    font-weight: 600;
}

.td-weather-top-widget .td-weather-now .td-big-degrees {
    font-size: 11px;
}

.td-weather-top-widget .td-weather-now .td-weather-unit {
    font-size: 8px;
    opacity: 1;
    left: 1px;
    top: -6px;
    vertical-align: inherit;
}

.td-weather-top-widget .td-weather-header {
    display: inline-block;
    padding-left: 6px;
}

.td-weather-top-widget .td-weather-header .td-weather-city {
    font-size: 11px;
    font-weight: 500;
    text-transform: none;
    margin: 0;
}

/*
      general
  */
.td-instagram-element {
    position: relative;
    float: left;
}

.td-instagram-element a {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.td-instagram-element a:before {
    content: '';
    width: 94%;
    height: 94%;
    border: 1px solid #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.td-instagram-element a:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.td-instagram-element:hover a:before {
    opacity: 0.4;
}

.td-instagram-element:hover a:after {
    opacity: 0.1;
}

.td-images-on-row-1 .td-instagram-element {
    width: 100%;
}

.td-images-on-row-2 .td-instagram-element {
    width: 50%;
}

.td-images-on-row-3 .td-instagram-element {
    width: 33.33333333%;
}

.td-images-on-row-4 .td-instagram-element {
    width: 25%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-images-on-row-4 .td-instagram-element {
        width: 50%;
    }
}

.td-images-on-row-5 .td-instagram-element {
    width: 20%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-images-on-row-5 .td-instagram-element {
        width: 50%;
    }
}

.td-images-on-row-6 .td-instagram-element {
    width: 16.66666667%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-images-on-row-6 .td-instagram-element {
        width: 33.33333333%;
    }
}

.td-images-on-row-7 .td-instagram-element {
    width: 14.28571428571429%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-images-on-row-7 .td-instagram-element {
        width: 50%;
    }
}

.td-images-on-row-8 .td-instagram-element {
    width: 12.5%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-images-on-row-8 .td-instagram-element {
        width: 50%;
    }
}

.td-image-gap-2 {
    margin: 0 -2px;
}

.td-image-gap-2 .td-instagram-element {
    padding: 0 2px 4px;
}

.td-image-gap-5 {
    margin: 0 -5px;
}

.td-image-gap-5 .td-instagram-element {
    padding: 0 5px 10px;
}

.td_block_instagram .td-video-play-ico {
    pointer-events: none;
}

.td_block_instagram .td-instagram-element {
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_instagram .td-instagram-element .td-video-play-ico {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }
}

.td-instagram-header {
    position: relative;
    margin-bottom: 16px;
}

.td-instagram-profile-image {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    margin-right: 12px;
    float: left;
}

.td-instagram-meta {
    padding-top: 4px;
    font-size: 13px;
    color: #000;
}

.td-instagram-button {
    position: absolute;
    top: 14px;
    right: 0;
    padding: 8px 14px 9px;
    border: 1px solid #ededed;
    line-height: 1;
    font-size: 13px;
    color: #444;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.td-instagram-button:hover {
    border-color: #ccc;
    text-decoration: none !important;
}

.td-instagram-user {
    font-size: 15px;
    font-weight: 600;
}

.td-instagram-user a {
    line-height: 26px;
    color: #4db2ec;
}

.td-instagram-user a:hover {
    text-decoration: none !important;
}

.td-instagram-followers span {
    font-weight: 600;
}

.td_block_instagram .td-column-1 .td-images-on-row-3 .td-video-play-ico,
.td_block_instagram .td-column-1 .td-images-on-row-4 .td-video-play-ico,
.td_block_instagram .td-column-1 .td-images-on-row-5 .td-video-play-ico,
.td_block_instagram .td-column-1 .td-images-on-row-6 .td-video-play-ico,
.td_block_instagram .td-column-1 .td-images-on-row-7 .td-video-play-ico,
.td_block_instagram .td-column-1 .td-images-on-row-8 .td-video-play-ico {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.td_block_instagram .td-column-1 .td-instagram-button {
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_instagram .td-column-1 .td-instagram-button {
        display: none;
    }
}

.td_block_instagram .td-column-2 .td-images-on-row-5 .td-video-play-ico,
.td_block_instagram .td-column-2 .td-images-on-row-6 .td-video-play-ico,
.td_block_instagram .td-column-2 .td-images-on-row-7 .td-video-play-ico,
.td_block_instagram .td-column-2 .td-images-on-row-8 .td-video-play-ico {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.td_block_instagram .td-column-3 .td-images-on-row-7 .td-video-play-ico,
.td_block_instagram .td-column-3 .td-images-on-row-8 .td-video-play-ico {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.td_block_instagram .td-instagram-user a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    margin-right: 80px;
}

/*  ----------------------------------------------------------------------------
      Footer Instagram
  ----------------------------------------------------------------------------  */
.td-footer-instagram-container {
    padding-bottom: 0;
}

.td-footer-instagram-container .td_block_instagram {
    margin-bottom: 0;
    overflow: hidden;
}

.td-footer-instagram-container .td-footer-instagram-title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 15px;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Open Sans', arial, sans-serif;
}

.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link {
    font-weight: 600;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        display: block;
        margin: 0 20px;
    }
}

/* general */
.td-pinterest-main {
    column-count: 1;
    column-gap: 0;
}

.td-pinterest-main .td-pinterest-element {
    display: block;
}

.td-pinterest-main .td-pinterest-element img {
    display: block;
    border-bottom: 0 solid transparent;
}

.td-pinterest-gap-2 {
    column-gap: 2px;
}

.td-pinterest-gap-2 .td-pinterest-element img {
    border-bottom-width: 2px;
}

.td-pinterest-gap-5 {
    column-gap: 5px;
}

.td-pinterest-gap-5 .td-pinterest-element img {
    border-bottom-width: 5px;
}

.td-pinterest-gap-10 {
    column-gap: 10px;
}

.td-pinterest-gap-10 .td-pinterest-element img {
    border-bottom-width: 10px;
}

.td_block_pinterest .td-pinterest-header {
    margin-bottom: 26px;
}

.td_block_pinterest .td-pinterest-header .td-pinterest-profile-image {
    width: 46px;
    height: 46px;
    border-radius: 60px;
    overflow: hidden;
    margin-right: 12px;
    float: left;
}

.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta {
    padding-top: 2px;
}

.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta .td-pinterest-user {
    max-width: 50%;
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #363636;
}

.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta .td-pinterest-board {
    max-width: 25%;
    font-size: 12px;
    color: #8e8e8e;
    line-height: 19px;
}

.td_block_pinterest .td-pinterest-header .td-pinterest-followers {
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
    position: relative;
    top: -10px;
}

.td_block_pinterest .td-pinterest-header .td-pinterest-followers span {
    font-weight: 600;
}

.td_block_pinterest .td-column-1 .td-pinterest-user-meta .td-pinterest-board {
    max-width: 35%;
}

.td_block_pinterest .td-column-1 .td-pinterest-user-meta a {
    display: block;
}

.td_block_pinterest .td-column-1 .td-pinterest-followers {
    top: -5px;
}

.td_block_exchange {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 35px;
    /* Header - Base Currency */
    /* 1 Column Title Overflow */
    /* Body - All Currencies */
    /* Flags */
}

.td_block_exchange .td-exchange-header {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    z-index: 0;
}

.td_block_exchange .td-exchange-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4db2ec;
    opacity: 0.07;
    z-index: -1;
}

.td_block_exchange .td-base-title {
    margin-left: 9px;
}

.td_block_exchange .td-column-1 .td-exchange-base {
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_exchange .td-column-1 .td-exchange-base {
        width: 212px;
    }
}

.td_block_exchange .td-rate {
    position: relative;
    border-bottom: 1px dashed #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.td_block_exchange .td-rate:last-child {
    border-bottom: none;
}

.td_block_exchange .td-rate .td-rate-currency {
    font-weight: bold;
    display: inline-block;
    margin-left: 34px;
}

.td_block_exchange .td-rate .td-exchange-value {
    float: right;
}

.td_block_exchange .td-flags {
    background-image: url('../../../../assets/images/flags/flags.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.td_block_exchange .td-flag-header {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.td_block_exchange .td-flags-all {
    position: absolute;
    top: 8px;
    left: 0;
}

.td_block_exchange .td-flag-aud {
    background-position: 0 0;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-bgn {
    background-position: -24px 0;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-brl {
    background-position: -48px 0;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-cad {
    background-position: -72px 0;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-chf {
    background-position: -96px 0;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-cny {
    background-position: 0 -24px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-czk {
    background-position: -24px -24px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-dkk {
    background-position: -48px -24px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-eur {
    background-position: -72px -24px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-gbp {
    background-position: -96px -24px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-hkd {
    background-position: 0 -48px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-hrk {
    background-position: -24px -48px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-huf {
    background-position: -48px -48px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-idr {
    background-position: -72px -48px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-ils {
    background-position: -96px -48px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-inr {
    background-position: 0 -72px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-jpy {
    background-position: -24px -72px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-krw {
    background-position: -48px -72px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-mxn {
    background-position: -72px -72px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-myr {
    background-position: -96px -72px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-nok {
    background-position: 0 -96px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-nzd {
    background-position: -24px -96px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-php {
    background-position: -48px -96px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-pln {
    background-position: -72px -96px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-ron {
    background-position: -96px -96px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-rub {
    background-position: -120px 0;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-sek {
    background-position: -120px -24px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-sgd {
    background-position: -120px -48px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-thb {
    background-position: -120px -72px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-try {
    background-position: -120px -96px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-usd {
    background-position: 0 -120px;
    width: 24px;
    height: 24px;
}

.td_block_exchange .td-flag-zar {
    background-position: -24px -120px;
    width: 24px;
    height: 24px;
}

@-moz-document url-prefix() {
    .td_block_exchange .td-flags-all {
        top: 9px;
    }
}

.td_block_exchange .td-column-2 {
    overflow: hidden;
}

.td_block_exchange .td-column-2 .td-rate {
    width: 26%;
    float: left;
    margin-right: 11%;
    border-bottom-width: 0;
    position: relative;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_exchange .td-column-2 .td-rate {
        width: auto;
        float: none;
        margin-right: 0;
        border-bottom-width: 1px;
    }
}

.td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n) {
    margin-right: 0;
}

.td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n + 1):before {
    content: '';
    width: 1400px;
    height: 1px;
    border-bottom: 1px dashed #F2F2F2;
    position: absolute;
    bottom: 0;
    left: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n + 1):before {
        display: none;
    }
}

.td_block_exchange .td-column-3 {
    overflow: hidden;
}

.td_block_exchange .td-column-3 .td-rate {
    width: 19%;
    float: left;
    margin-right: 8%;
    border-bottom-width: 0;
    position: relative;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_exchange .td-column-3 .td-rate {
        width: auto;
        float: none;
        margin-right: 0;
        border-bottom-width: 1px;
    }
}

.td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n) {
    margin-right: 0;
}

.td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n + 1):before {
    content: '';
    width: 1400px;
    height: 1px;
    border-bottom: 1px dashed #F2F2F2;
    position: absolute;
    bottom: 0;
    left: 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n + 1):before {
        display: none;
    }
}

/*  ----------------------------------------------------------------------------
      Sub Footer
  */
.td-sub-footer-container {
    background-color: #0d0d0d;
    color: #ccc;
    font-size: 12px;
    font-family: 'Open Sans', arial, sans-serif;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-sub-footer-container {
        text-align: center;
        padding: 6px 0;
    }
}

.td-sub-footer-copy {
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-sub-footer-copy {
        float: none !important;
    }
}

/* Sub Footer Menu */
.td-sub-footer-container .td-sub-footer-menu {
    float: right;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-sub-footer-container .td-sub-footer-menu {
        float: none;
    }
}

.td-subfooter-menu {
    display: inline-block;
    margin: 7px 0;
    float: right;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-subfooter-menu {
        padding-right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-subfooter-menu {
        padding-right: 48px;
    }
}

@media (max-width: 767px) {
    .td-subfooter-menu {
        float: none;
    }
}

.td-subfooter-menu li {
    display: inline-block;
    margin-left: 0;
    line-height: 18px;
}

.td-subfooter-menu li a {
    margin-right: 16px;
    line-height: 18px;
    display: inline-block;
    color: #ccc;
}

.td-subfooter-menu li a:hover {
    color: #4db2ec;
}

.td-subfooter-menu li:last-child a {
    margin-right: 0;
}

.td-subfooter-menu ul {
    display: none;
}

.td-subfooter-menu .fa {
    margin-right: 3px;
}

.td-stretch-content .td-big-grids {
    width: 1068px;
    margin-left: auto;
    margin-right: auto;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-stretch-content .td-big-grids {
        width: 980px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-stretch-content .td-big-grids {
        width: 740px;
    }
}

@media (max-width: 767px) {
    .td-stretch-content .td-big-grids {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.td-stretch-content .td-module-thumb .entry-thumb {
    min-width: 100%;
}

.td_animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.td_animated_long {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.td_animated_xlong {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.td_animated_xxlong {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*  ----------------------------------------------------------------------------
      td_fadeInRight
  */
@-webkit-keyframes td_fadeInRight {
    0% {
        opacity: 0.05;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes td_fadeInRight {
    0% {
        opacity: 0.05;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.td_fadeInRight {
    -webkit-animation-name: td_fadeInRight;
    animation-name: td_fadeInRight;
}

/*  ----------------------------------------------------------------------------
      td_fadeInLeft
  */
@-webkit-keyframes td_fadeInLeft {
    0% {
        opacity: 0.05;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes td_fadeInLeft {
    0% {
        opacity: 0.05;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.td_fadeInLeft {
    -webkit-animation-name: td_fadeInLeft;
    animation-name: td_fadeInLeft;
}

/*  ----------------------------------------------------------------------------
      td_fadeInDown
  */
@-webkit-keyframes td_fadeInDown {
    0% {
        opacity: 0.05;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes td_fadeInDown {
    0% {
        opacity: 0.05;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.td_fadeInDown {
    -webkit-animation-name: td_fadeInDown;
    animation-name: td_fadeInDown;
}

/*  ----------------------------------------------------------------------------
      td_fadeInUp
  */
@-webkit-keyframes td_fadeInUp {
    0% {
        opacity: 0.05;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes td_fadeInUp {
    0% {
        opacity: 0.05;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.td_fadeInUp {
    -webkit-animation-name: td_fadeInUp;
    animation-name: td_fadeInUp;
}

/*  ----------------------------------------------------------------------------
      td_fadein
  */
@-webkit-keyframes td_fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes td_fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.td_fadeIn {
    -webkit-animation-name: td_fadeIn;
    animation-name: td_fadeIn;
}

/*  ----------------------------------------------------------------------------
      fade out
  */
@-webkit-keyframes td_fadeOut_to_1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.1;
    }
}

@keyframes td_fadeOut_to_1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.1;
    }
}

.td_fadeOut_to_1 {
    -webkit-animation-name: td_fadeOut_to_1;
    animation-name: td_fadeOut_to_1;
}

/*  ----------------------------------------------------------------------------
      td_fadeOutRight
  */
@-webkit-keyframes td_fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes td_fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.td_fadeOutRight {
    -webkit-animation-name: td_fadeOutRight;
    animation-name: td_fadeOutRight;
}

/*  ----------------------------------------------------------------------------
      td_fadeOutLeft
  */
@-webkit-keyframes td_fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes td_fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.td_fadeOutLeft {
    -webkit-animation-name: td_fadeOutLeft;
    animation-name: td_fadeOutLeft;
}

.td-lb-box {
    position: absolute;
    width: 19px;
    height: 19px;
}

.td-lb-box-1 {
    top: 0;
    left: 0;
}

.td-lb-box-2 {
    top: 0;
    left: 20px;
}

.td-lb-box-3 {
    top: 0;
    left: 40px;
}

.td-lb-box-4 {
    top: 20px;
    right: 0;
}

.td-lb-box-5 {
    bottom: 0;
    right: 0;
}

.td-lb-box-6 {
    bottom: 0;
    left: 20px;
}

.td-lb-box-7 {
    bottom: 0;
    left: 0;
}

.td-lb-box-8 {
    top: 20px;
    left: 0;
}

/*  ----------------------------------------------------------------------------
      loader
  */
.td-loader-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 59px;
    height: 59px;
    margin-top: -29.5px;
    /* Half the height */
    margin-left: -29.5px;
    /* Half the width */
    /* responsive phone */
    -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
    /* custom */
}

@media (max-width: 767px) {
    .td-loader-gif {
        top: 200px;
    }
}

/*  ----------------------------------------------------------------------------
      infinite loader - the small loader used on infinite scroll
  */
.td-loader-infinite {
    top: auto;
    bottom: 0px;
}

.td-loader-infinite .td-lb-box {
    position: absolute;
    width: 10px;
    height: 10px;
}

.td-loader-infinite .td-lb-box-1 {
    top: 0;
    left: 0;
}

.td-loader-infinite .td-lb-box-2 {
    top: 0;
    left: 11px;
}

.td-loader-infinite .td-lb-box-3 {
    top: 0;
    left: 22px;
}

.td-loader-infinite .td-lb-box-4 {
    top: 11px;
    right: 0;
}

.td-loader-infinite .td-lb-box-5 {
    bottom: 0;
    right: 0;
}

.td-loader-infinite .td-lb-box-6 {
    bottom: 0;
    left: 11px;
}

.td-loader-infinite .td-lb-box-7 {
    bottom: 0;
    left: 0;
}

.td-loader-infinite .td-lb-box-8 {
    top: 11px;
    left: 0;
}

.td-loader-infinite.td-loader-gif {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    /* Half the height */
    margin-left: -16px;
    /* Half the width */
}

.td-loader-blocks-load-more {
    top: auto;
    bottom: 48px;
}

.td-loader-animation-start {
    opacity: 0;
    transform: perspective(600px) scale(0.4);
    -webkit-transform: perspective(600px) scale(0.4);
}

.td-loader-animation-mid {
    opacity: 1;
    transform: perspective(600px) scale(1);
    -webkit-transform: perspective(600px) scale(1);
}

.td-loader-animation-end {
    opacity: 0;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

body.td-animation-stack-type0 .td-animation-stack .entry-thumb,
body.td-animation-stack-type0 .post img {
    opacity: 0;
}

.td-animation-stack-type0-2 {
    opacity: 1 !important;
    transition: opacity 0.3s;
    transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
    /* linear */
}

body.td-animation-stack-type1 .td-animation-stack .entry-thumb,
body.td-animation-stack-type1 .post .entry-thumb,
body.td-animation-stack-type1 .post img[class*="wp-image-"],
body.td-animation-stack-type1 .post a.td-sml-link-to-image>img {
    opacity: 0;
    transform: scale(0.95);
}

.td-animation-stack-type1-2 {
    opacity: 1 !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -webkit-transition: transform 0.5s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56) 0s;
    transition: transform 0.5s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56) 0s;
}

body.td-animation-stack-type2 .td-animation-stack .entry-thumb,
body.td-animation-stack-type2 .post .entry-thumb,
body.td-animation-stack-type2 .post img[class*="wp-image-"],
body.td-animation-stack-type2 .post a.td-sml-link-to-image>img {
    opacity: 0;
    transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
}

.td-animation-stack-type2-2 {
    opacity: 1 !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -webkit-transition: transform 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88), opacity 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88);
    transition: transform 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88), opacity 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88);
}

.td-fade-off .td-element-style-before {
    opacity: 1;
}

/*
  ie8, ie9, ie10, ie11
  td-md-is-ios
  td-md-is-android
  td-md-is-os-x
  td-md-is-chrome
  td-md-is-firefox
  td-md-is-safari
  */
/*  ----------------------------------------------------------------------------
      IE - misc
  */
@media (min-width: 1140px) {

    .ie8,
    .ie9,
    .ie10,
    .ie11 {
        margin-left: -1px;
    }

    .ie8 .td-affix,
    .ie9 .td-affix,
    .ie10 .td-affix,
    .ie11 .td-affix {
        margin-left: 1px;
    }
}

.ie8 .td-post-content p,
.ie9 .td-post-content p,
.ie10 .td-post-content p,
.ie11 .td-post-content p,
.ie8 .mce-content-body p,
.ie9 .mce-content-body p,
.ie10 .mce-content-body p,
.ie11 .mce-content-body p {
    letter-spacing: -0.2px;
}

.ie8 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
.ie9 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
.ie10 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
.ie11 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
    transform: none;
}

.ie8 .td_category_template_8 .td-category-header .td-category a,
.ie9 .td_category_template_8 .td-category-header .td-category a,
.ie10 .td_category_template_8 .td-category-header .td-category a,
.ie11 .td_category_template_8 .td-category-header .td-category a {
    padding: 3px 7px;
    line-height: 12px;
}

.ie8 .td_block_template_1 .td-related-title>.td-related-left,
.ie9 .td_block_template_1 .td-related-title>.td-related-left,
.ie10 .td_block_template_1 .td-related-title>.td-related-left,
.ie11 .td_block_template_1 .td-related-title>.td-related-left,
.ie8 .td_block_template_1 .td-related-title>.td-related-right,
.ie9 .td_block_template_1 .td-related-title>.td-related-right,
.ie10 .td_block_template_1 .td-related-title>.td-related-right,
.ie11 .td_block_template_1 .td-related-title>.td-related-right {
    padding: 8px 12px 6px 12px;
}

.ie8 .td-left-smart-list,
.ie9 .td-left-smart-list,
.ie10 .td-left-smart-list,
.ie11 .td-left-smart-list,
.ie8 .td-right-smart-list,
.ie9 .td-right-smart-list,
.ie10 .td-right-smart-list,
.ie11 .td-right-smart-list {
    line-height: 38px;
}

.ie8 .td-review-header .block-title,
.ie9 .td-review-header .block-title,
.ie10 .td-review-header .block-title,
.ie11 .td-review-header .block-title,
.ie8 .td-review-summary .block-title,
.ie9 .td-review-summary .block-title,
.ie10 .td-review-summary .block-title,
.ie11 .td-review-summary .block-title {
    padding: 8px 12px 7px;
}

.ie8 .td-affix .td-main-menu-logo img,
.ie9 .td-affix .td-main-menu-logo img,
.ie10 .td-affix .td-main-menu-logo img,
.ie11 .td-affix .td-main-menu-logo img {
    top: -2px;
}

@media (min-width: 768px) {

    .ie8 .td-header-style-5 .td-main-menu-logo img,
    .ie9 .td-header-style-5 .td-main-menu-logo img,
    .ie10 .td-header-style-5 .td-main-menu-logo img,
    .ie11 .td-header-style-5 .td-main-menu-logo img,
    .ie8 .td-header-style-6 .td-main-menu-logo img,
    .ie9 .td-header-style-6 .td-main-menu-logo img,
    .ie10 .td-header-style-6 .td-main-menu-logo img,
    .ie11 .td-header-style-6 .td-main-menu-logo img,
    .ie8 .td-header-style-12 .td-main-menu-logo img,
    .ie9 .td-header-style-12 .td-main-menu-logo img,
    .ie10 .td-header-style-12 .td-main-menu-logo img,
    .ie11 .td-header-style-12 .td-main-menu-logo img {
        top: -1px;
    }
}

.ie8 .td-live-theme-demos .td-skin-scroll,
.ie9 .td-live-theme-demos .td-skin-scroll,
.ie10 .td-live-theme-demos .td-skin-scroll,
.ie11 .td-live-theme-demos .td-skin-scroll {
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    left: auto;
    right: -118px;
}

@media (max-width: 1366px) {

    .ie8 .td-live-theme-demos .td-skin-scroll,
    .ie9 .td-live-theme-demos .td-skin-scroll,
    .ie10 .td-live-theme-demos .td-skin-scroll,
    .ie11 .td-live-theme-demos .td-skin-scroll {
        right: -78px;
    }
}

.ie8 .td-theme-settings-small .td-skin-scroll,
.ie9 .td-theme-settings-small .td-skin-scroll,
.ie10 .td-theme-settings-small .td-skin-scroll,
.ie11 .td-theme-settings-small .td-skin-scroll {
    right: 118px;
}

@media (max-width: 1366px) {

    .ie8 .td-theme-settings-small .td-skin-scroll,
    .ie9 .td-theme-settings-small .td-skin-scroll,
    .ie10 .td-theme-settings-small .td-skin-scroll,
    .ie11 .td-theme-settings-small .td-skin-scroll {
        right: 78px;
    }
}

.ie8 .td-pulldown-syle-default .td-subcat-more,
.ie9 .td-pulldown-syle-default .td-subcat-more,
.ie10 .td-pulldown-syle-default .td-subcat-more,
.ie11 .td-pulldown-syle-default .td-subcat-more,
.ie8 .td-pulldown-syle-default .td-subcat-list,
.ie9 .td-pulldown-syle-default .td-subcat-list,
.ie10 .td-pulldown-syle-default .td-subcat-list,
.ie11 .td-pulldown-syle-default .td-subcat-list {
    position: relative;
    top: -1px;
}

/* ie8 */
.ie8 {
    /* backstr fix */
    /* style 1 */
    /* colored bg */
    /* style 4 */
    /* style 5 */
}

.ie8 .td-live-theme-demos {
    display: none;
}

.ie8 .td-header-style-5 .td-header-menu-wrap.td-affix,
.ie8 .td-header-style-6 .td-header-menu-wrap.td-affix {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.ie8 .td-header-style-8 .td-affix .td-header-sp-logo {
    height: 48px;
    margin-top: 0;
}

.ie8 .td-trending-now-post {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ie8 .td-trending-now-post:first-child {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ie8 .td-classic-sharing {
    display: none;
}

.ie8 .td-post-source-tags {
    display: none;
}

.ie8 .td-stretch-width,
.ie8 .td-stretch-height {
    left: 0 !important;
}

.ie8 .td_social_type .td-sp {
    width: 0;
}

.ie8 .td_category_template_6 .td-category-header,
.ie8 .td_category_template_8 .td-category-header {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#96000000', endColorstr='#96000000');
    /* IE */
    background-color: transparent;
}

.ie8 .td-category-title-holder {
    padding-right: 100px;
    padding-left: 100px;
}

.ie8 .td-header-wrap .td-a-rec-id-header>div,
.ie8 .td-header-wrap .td-g-rec-id-header>.adsbygoogle {
    margin: 24px auto 0 auto;
}

.ie8 .td-header-style-1 .td-a-rec-id-header>div,
.ie8 .td-header-style-2 .td-a-rec-id-header>div,
.ie8 .td-header-style-3 .td-a-rec-id-header>div,
.ie8 .td-header-style-1 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td-header-style-2 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td-header-style-3 .td-g-rec-id-header>.adsbygoogle {
    margin: auto !important;
}

.ie8 .td-header-style-4 .td-a-rec-id-header>div,
.ie8 .td-header-style-4 .td-g-rec-id-header>.adsbygoogle {
    margin: 24px auto;
}

.ie8 .single_template_6 .td-a-rec-id-header>div,
.ie8 .single_template_7 .td-a-rec-id-header>div,
.ie8 .homepage-post.single_template_7 .td-a-rec-id-header>div,
.ie8 .single_template_8 .td-a-rec-id-header>div,
.ie8 .single_template_10 .td-a-rec-id-header>div,
.ie8 .single_template_11 .td-a-rec-id-header>div,
.ie8 .td_category_template_2 .td-a-rec-id-header>div,
.ie8 .td_category_template_5 .td-a-rec-id-header>div,
.ie8 .td_category_template_6 .td-a-rec-id-header>div,
.ie8 .td_category_template_8 .td-a-rec-id-header>div,
.ie8 .single_template_6 .td-g-rec-id-header>div,
.ie8 .single_template_7 .td-g-rec-id-header>div,
.ie8 .homepage-post.single_template_7 .td-g-rec-id-header>div,
.ie8 .single_template_8 .td-g-rec-id-header>div,
.ie8 .single_template_10 .td-g-rec-id-header>div,
.ie8 .single_template_11 .td-g-rec-id-header>div,
.ie8 .td_category_template_2 .td-g-rec-id-header>div,
.ie8 .td_category_template_5 .td-g-rec-id-header>div,
.ie8 .td_category_template_6 .td-g-rec-id-header>div,
.ie8 .td_category_template_8 .td-g-rec-id-header>div,
.ie8 .single_template_6 .td-a-rec-id-header>.adsbygoogle,
.ie8 .single_template_7 .td-a-rec-id-header>.adsbygoogle,
.ie8 .homepage-post.single_template_7 .td-a-rec-id-header>.adsbygoogle,
.ie8 .single_template_8 .td-a-rec-id-header>.adsbygoogle,
.ie8 .single_template_10 .td-a-rec-id-header>.adsbygoogle,
.ie8 .single_template_11 .td-a-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_2 .td-a-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_5 .td-a-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_6 .td-a-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_8 .td-a-rec-id-header>.adsbygoogle,
.ie8 .single_template_6 .td-g-rec-id-header>.adsbygoogle,
.ie8 .single_template_7 .td-g-rec-id-header>.adsbygoogle,
.ie8 .homepage-post.single_template_7 .td-g-rec-id-header>.adsbygoogle,
.ie8 .single_template_8 .td-g-rec-id-header>.adsbygoogle,
.ie8 .single_template_10 .td-g-rec-id-header>.adsbygoogle,
.ie8 .single_template_11 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_2 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_5 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_6 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_8 .td-g-rec-id-header>.adsbygoogle {
    margin-bottom: 24px;
}

.ie8 .td_ajax_load_more i {
    top: -1px;
}

.ie8 .td-subcat-filter .td-subcat-dropdown {
    float: right;
}

.ie8 .td-grid-style-1 .td-module-thumb a {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f000000', endColorstr='#000000', GradientType=0);
}

.ie8 .td-grid-style-1 .td-module-thumb a img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.ie8 .td-grid-style-2 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-module-thumb a {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.ie8 .td-grid-style-2 .td-module-thumb a img,
.ie8 .td-grid-style-3 .td-module-thumb a img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.ie8 .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}

.ie8 .td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}

.ie8 .td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}

.ie8 .td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a3db', endColorstr='#4bcf77', GradientType=1);
}

.ie8 .td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}

.ie8 .td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}

.ie8 .td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}

.ie8 .td-grid-style-4 .entry-title {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#50000000', endColorstr='#50000000');
    /* IE */
}

.ie8 .td-grid-style-5 .td-module-thumb a {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: black;
}

.ie8 .td-grid-style-5 .td-module-thumb a img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.ie8 .td-next-prev-wrap .td-ajax-prev-page {
    padding-left: 1px;
}

.ie8 .td-social-facebook .td-social-but-text {
    border-left: 1px solid #7F9EDF;
}

.ie8 .td-social-twitter .td-social-but-text {
    border-left: 1px solid #8FE2FC;
}

.ie8 .td-post-template-8 .td-post-header-holder {
    background-color: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.ie8 .td-module-comments a {
    padding: 3px 3px 4px 3px;
}

.ie8 .td-social-style-2 .td-icon-font {
    border: 1px solid #333;
}

.ie8 .td_block_14 .td-next-prev-wrap,
.ie8 .td_block_14 .td-load-more-wrap {
    margin-top: 23px;
}

.ie8 .td-g-rec-id-smart_list_6,
.ie8 .td-g-rec-id-smart_list_7,
.ie8 .td-g-rec-id-smart_list_8,
.ie8 .td-g-rec-id-footer_top,
.ie8 .td-g-rec-id-content_top,
.ie8 .td-g-rec-id-content_bottom,
.ie8 .td-g-rec-id-content_inline {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
}

.ie8 .td-g-rec-id-smart_list_6 .adsbygoogle,
.ie8 .td-g-rec-id-smart_list_7 .adsbygoogle,
.ie8 .td-g-rec-id-smart_list_8 .adsbygoogle,
.ie8 .td-g-rec-id-footer_top .adsbygoogle,
.ie8 .td-g-rec-id-content_top .adsbygoogle,
.ie8 .td-g-rec-id-content_bottom .adsbygoogle,
.ie8 .td-g-rec-id-content_inline .adsbygoogle {
    margin-right: auto;
    margin-left: auto;
    display: table !important;
    left: 0;
}

.ie8 .td-menu-background {
    left: -100%;
}

.ie8 .td-live-theme-demos .td-set-theme-style-link:before {
    background-color: transparent;
}

/*  ----------------------------------------------------------------------------
      ie9
  */
.ie9 {
    /* ie9 - colored gradients fix */
    /* backstr fix */
}

.ie9 .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
    background: url('./icon_3.svg');
}

.ie9 .td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
    background: url('./icon_4.svg');
}

.ie9 .td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
    background: url('./icon_5.svg');
}

.ie9 .td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
    background: url('./icon_3.svg');
}

.ie9 .td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
    background: url('./icon_6.svg');
}

.ie9 .td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
    background: url('./icon_5.svg');
}

.ie9 .td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
    background: url('./icon_3.svg');
}

.ie9 .td-grid-style-1 .td-module-thumb a:last-child:before {
    background: url('./icon_7.svg');
}

.ie9 .td-stretch-width,
.ie9 .td-stretch-height {
    left: 0 !important;
    -webkit-transform: none;
    ms-transform: none;
    transform: none;
}

.ie9 .td-next-prev-wrap .td-ajax-next-page {
    padding-left: 3px;
}

.ie9 .td-module-comments a {
    padding: 3px 4px 4px 4px;
}

.ie9 .td-menu-background,
.ie9 #td-mobile-nav {
    left: -100%;
}

.ie9 .td-menu-mob-open-menu .td-menu-background,
.ie9 .td-menu-mob-open-menu #td-mobile-nav {
    left: 0;
}

.ie9 .td-search-background {
    right: 100%;
}

.ie9 .td-search-opened .td-search-background {
    right: 0;
}

.ie9 .td-demo-multicolumn-2 .sub-menu {
    padding: 0;
}

.ie9 .td-demo-menuitem-hide {
    display: none;
}

.ie9 .td-scroll-up {
    bottom: -70px;
}

.ie9 .td-scroll-up-visible {
    bottom: 5px;
}

/*  ----------------------------------------------------------------------------
      ie 10
  */
.ie10 .page-nav a {
    padding: 5px 11px 5px 12px;
}

.ie10 .td-module-comments a {
    padding: 3px 4px 4px 4px;
}

/*  ----------------------------------------------------------------------------
      ie 11
  */
@media (min-width: 1140px) {
    .ie11 {
        margin-left: -1px;
    }

    .ie11 .td-affix {
        margin-left: 1px;
    }
}

/*  ----------------------------------------------------------------------------
      Android
  */
.td-md-is-android .td-hover-1 .td-big-grid-post:hover .entry-thumb {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
}

.td-md-is-android .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
    box-shadow: none;
}

.td-md-is-android .sf-menu ul .td-menu-item>a {
    padding: 8px 14px 6px;
}

.td-md-is-android .sf-menu .sub-menu .fa-solid.fa-chevron-down {
    margin-top: -8px;
}

.td-md-is-android .td-trending-now-wrapper .td-trending-now-nav-left {
    padding-right: 1px;
}

.td-md-is-android .td-big-grid-post .td-post-category {
    padding: 4px 7px 2px;
    line-height: 14px;
}

.td-md-is-android .block-title span,
.td-md-is-android .block-title a,
.td-md-is-android .block-title label {
    padding: 8px 12px 3px;
}

.td-md-is-android .td-pulldown-syle-default .td-subcat-more span,
.td-md-is-android .td_block_template_3 .td-subcat-more span,
.td-md-is-android .td_block_template_4 .td-subcat-more span,
.td-md-is-android .td_block_template_5 .td-subcat-more span,
.td-md-is-android .td_block_template_7 .td-subcat-more span,
.td-md-is-android .td-pulldown-syle-default .td-subcat-more i,
.td-md-is-android .td_block_template_3 .td-subcat-more i,
.td-md-is-android .td_block_template_4 .td-subcat-more i,
.td-md-is-android .td_block_template_5 .td-subcat-more i,
.td-md-is-android .td_block_template_7 .td-subcat-more i,
.td-md-is-android .td-pulldown-syle-default .td-subcat-list,
.td-md-is-android .td_block_template_3 .td-subcat-list,
.td-md-is-android .td_block_template_4 .td-subcat-list,
.td-md-is-android .td_block_template_5 .td-subcat-list,
.td-md-is-android .td_block_template_7 .td-subcat-list {
    position: relative;
    top: 1px;
}

.td-md-is-android .td-category-siblings .td-category {
    height: 21px;
}

.td-md-is-android .td-category-header .td-category .entry-category a {
    padding: 4px 8px;
}

.td-md-is-android input[type=submit] {
    padding: 9px 15px 8px;
}

.td-md-is-android .td-left-smart-list,
.td-md-is-android .td-right-smart-list {
    padding-top: 1px;
}

.td-md-is-android .td_smart_list_3 .td-left-smart-list {
    padding-right: 1px;
}

.td-md-is-android .td-author-counters span {
    padding: 5px 9px 2px;
}

.td-md-is-android .td-404-sub-sub-title a {
    padding: 8px 15px 7px;
}

.td-md-is-android .td-menu-blocks-custom ul li a {
    padding: 2px 12px 0;
}

.td-md-is-android .td-tab-blocks-custom ul.wpb_tabs_nav li a {
    padding: 6px 13px 4px !important;
}

.td-md-is-android .td-scroll-up i{
    padding-top: 1px;
}

.td-md-is-android .td_ajax_load_more i {
    top: -1px;
}

.td-md-is-android .td-next-prev-wrap a {
    line-height: 25px;
}

.td-md-is-android .page-nav .fa-solid.fa-chevron-right {
    padding-left: 2px;
}

.td-md-is-android .page-nav .fa-solid.fa-chevron-left {
    padding-right: 2px;
}

.td-md-is-android .td-page-content .dropcap,
.td-md-is-android .td-post-content .dropcap,
.td-md-is-android .wpb_text_column .dropcap,
.td-md-is-android .td_block_text_with_title .dropcap,
.td-md-is-android .bbpress .dropcap,
.td-md-is-android .woocommerce #tab-description .dropcap,
.td-md-is-android .mce-content-body .dropcap,
.td-md-is-android .comment-content .dropcap {
    padding: 5px 13px 2px 13px;
}

.td-md-is-android .woocommerce-checkout .woocommerce input.button,
.td-md-is-android .woocommerce-page .woocommerce a.button,
.td-md-is-android .woocommerce-account div.woocommerce .button,
.td-md-is-android .woocommerce .product a.button,
.td-md-is-android .woocommerce .product #respond input#submit,
.td-md-is-android .woocommerce .checkout input#place_order,
.td-md-is-android .woocommerce .woocommerce.widget .button {
    padding: 10px 10px 7px;
}

.td-md-is-android .woocommerce span.onsale {
    line-height: 25px;
    min-height: 25px;
}

.td-md-is-android .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 7px 12px 6px;
}

.td-md-is-android .single-product .product .related h2 {
    padding: 8px 12px 5px;
}

.td-md-is-android .woocommerce-checkout .woocommerce input.button {
    padding: 8px 10px;
}

.td-md-is-android #buddypress div.item-list-tabs ul li>a {
    padding: 1px 15px 0;
}

.td-md-is-android #buddypress div.generic-button.friendship-button a,
.td-md-is-android #buddypress div.generic-button a.join-group,
.td-md-is-android #buddypress div.generic-button a.leave-group,
.td-md-is-android #buddypress div.generic-button a.mention,
.td-md-is-android #buddypress div.generic-button a.send-message {
    padding: 5px 10px 4px;
}

.td-md-is-android #buddypress a.bp-primary-action span,
.td-md-is-android #buddypress #reply-title small a span {
    padding: 2px 3px 0 4px;
}

.td-md-is-android #buddypress div.activity-meta a.acomment-reply {
    padding-top: 3px;
}

.td-md-is-android #buddypress div.activity-meta a {
    padding: 4px 8px 2px;
}

@media (max-width: 767px) {
    .td-md-is-android .td-trending-now-display-area {
        height: 27px;
    }

    .td-md-is-android .td-big-grid-post .td-post-category {
        padding: 4px 7px 1px;
    }

    .td-md-is-android .td-category-siblings .td-subcat-more {
        padding: 4px 5px 3px;
    }

    .td-md-is-android .td_category_template_3 .td-category-siblings .td-category a {
        padding: 5px 9px;
    }

    .td-md-is-android .category-template-style-8 .td-category-siblings .td-subcat-more {
        padding: 4px 4px 3px 5px;
    }

    .td-md-is-android .td-author-counters span {
        padding: 5px 9px 4px;
    }

    .td-md-is-android .td-theme-slider .slide-meta-cat a {
        padding: 4px 5px 2px;
    }

    .td-md-is-android .woocommerce-checkout .woocommerce input.button,
    .td-md-is-android .woocommerce-page .woocommerce a.button,
    .td-md-is-android .woocommerce-account div.woocommerce .button,
    .td-md-is-android .woocommerce .product a.button,
    .td-md-is-android .woocommerce .product #respond input#submit,
    .td-md-is-android .woocommerce .checkout input#place_order,
    .td-md-is-android .woocommerce .woocommerce.widget .button {
        padding: 8px 10px 7px;
    }
}

.td-md-is-android .td-skin-scroll {
    display: none;
}

/*  ----------------------------------------------------------------------------
      iOS
  */
.td-md-is-ios body {
    -webkit-font-smoothing: antialiased;
}

.td-md-is-ios .td-hover-1 .td-big-grid-post:hover .entry-thumb {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
}

.td-md-is-ios .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
    box-shadow: none;
}

.td-md-is-ios .sf-menu .sub-menu .fa-solid.fa-chevron-down {
    margin-top: -9px;
    line-height: 20px;
}

.td-md-is-ios .td-trending-now-wrapper .td-trending-now-nav-left {
    padding-right: 1px;
}

.td-md-is-ios .td-big-grid-post .td-post-category {
    padding: 3px 7px;
}

.td-md-is-ios .td-pulldown-syle-default .td-subcat-more,
.td-md-is-ios .td_block_template_11 .td-subcat-more,
.td-md-is-ios .td-pulldown-syle-default .td-subcat-list,
.td-md-is-ios .td_block_template_11 .td-subcat-list {
    position: relative;
    top: -1px;
}

.td-md-is-ios .td-category-header .td-pulldown-filter-display-option {
    line-height: 22px;
}

.td-md-is-ios .td_category_template_3 .td-category-siblings .td-category a {
    padding: 5px 7px 4px 7px;
}

.td-md-is-ios .td_category_template_3 .td-category-siblings .td-subcat-dropdown {
    margin-right: 6px;
}

.td-md-is-ios .td_category_template_4 .td-category-siblings .td-category a {
    padding: 4px 7px 3px 7px;
}

.td-md-is-ios .td_block_template_1 .td-related-title>.td-related-left,
.td-md-is-ios .td_block_template_1 .td-related-title>.td-related-right {
    padding: 8px 12px 6px;
}

.td-md-is-ios .td-module-comments a {
    padding: 3px 4px 4px 4px;
}

.td-md-is-ios .td-left-smart-list,
.td-md-is-ios .td-right-smart-list {
    line-height: 39px;
}

.td-md-is-ios .td-author-counters span {
    padding: 4px 9px 3px;
}

.td-md-is-ios input[type=submit] {
    padding: 7px 15px 8px;
}

.td-md-is-ios .td-404-sub-sub-title a {
    padding: 7px 15px 8px;
}

.td-md-is-ios .td-tab-blocks-custom ul.wpb_tabs_nav li a {
    padding: 4px 7px !important;
}

.td-md-is-ios .td-menu-blocks-custom ul li a {
    padding: 0 12px 1px;
    line-height: 27px;
}

.td-md-is-ios .td_ajax_load_more i {
    top: -1px;
}

.td-md-is-ios .woocommerce span.onsale {
    line-height: 25px;
    min-height: 25px;
}

.td-md-is-ios .woocommerce-checkout .woocommerce input.button,
.td-md-is-ios .woocommerce-page .woocommerce a.button,
.td-md-is-ios .woocommerce-account div.woocommerce .button,
.td-md-is-ios .woocommerce .product a.button,
.td-md-is-ios .woocommerce .product #respond input#submit,
.td-md-is-ios .woocommerce .checkout input#place_order,
.td-md-is-ios .woocommerce .woocommerce.widget .button {
    padding: 9px 10px 10px;
}

.td-md-is-ios .single-product .product .summary .cart .button,
.td-md-is-ios .woocommerce .woocommerce-message .button,
.td-md-is-ios .woocommerce-cart .woocommerce table.cart .button {
    padding: 9px 10px 11px;
}

.td-md-is-ios #buddypress a.bp-primary-action span,
.td-md-is-ios #buddypress #reply-title small a span {
    padding: 0 3px 1px;
}

@media (max-width: 767px) {
    .td-md-is-ios .td-trending-now-display-area {
        height: 27px;
    }
}

.td-md-is-ios .td-footer-wrapper .block-title a,
.td-md-is-ios .td-footer-wrapper .block-title span,
.td-md-is-ios .td-footer-wrapper .block-title label {
    /* responsive portrait phone */
}

@media (max-width: 767px) {

    .td-md-is-ios .td-footer-wrapper .block-title a,
    .td-md-is-ios .td-footer-wrapper .block-title span,
    .td-md-is-ios .td-footer-wrapper .block-title label {
        padding-right: 0;
        padding-left: 0;
    }
}

.td-md-is-ios .td-footer-wrapper .td_block_template_1 .block-title * {
    padding-right: 0;
    padding-left: 0;
}

.td-md-is-ios .td-skin-scroll {
    display: none;
}

@media (min-width: 1140px) {
    .td-md-is-safari {
        margin-left: -1px;
    }

    .td-md-is-safari .td-affix {
        margin-left: 1px;
    }
}

@media (min-width: 767px) {
    .td-md-is-safari .td-big-grid-post .td-module-thumb {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

.td-md-is-safari .td_block_big_grid_8 .td-module-thumb {
    -webkit-transform: none;
}

.td-md-is-safari .td_module_slide:before {
    bottom: -1px;
}

.td-md-is-safari .td_module_slide .td-module-title {
    -webkit-transform: translate3D(0, 0, 0);
}

.td-md-is-safari .td-big-grid-post .td-module-thumb a:last-child::before {
    width: 101%;
    left: -2px;
}

.td-md-is-safari .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
    transform: none;
    -webkit-transform: none;
}

.td-md-is-safari .td_block_big_grid_6 .td-tiny-thumb .td-post-category {
    padding: 4px 5px 3px;
}

.td-md-is-safari .td-review-header .block-title,
.td-md-is-safari .td-review-summary .block-title {
    padding: 7px 12px 6px;
}

.td-md-is-safari .woocommerce-checkout .woocommerce input.button,
.td-md-is-safari .woocommerce-page .woocommerce a.button,
.td-md-is-safari .woocommerce-account div.woocommerce .button {
    padding: 9px 10px 10px;
}

.td-md-is-safari .td_block_template_1 .td-related-title>.td-related-left,
.td-md-is-safari .td_block_template_1 .td-related-title>.td-related-right {
    padding: 7px 12px 5px 12px;
}

.td-md-is-safari .td-boxed-layout .td-post-template-7 .td-image-gradient-style7:after {
    width: 110%;
    left: -2px;
}

.td-md-is-safari .td-boxed-layout .td-post-template-3 .td-image-gradient:before {
    width: 110%;
    left: -2px;
}

.td-md-is-safari .td-big-grid-post .td-meta-info-container {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.td-md-is-safari .td-grid-style-2 .td-big-grid-post .td-meta-info-container,
.td-md-is-safari .td-grid-style-3 .td-big-grid-post .td-meta-info-container {
    transform: none;
    -webkit-transform: none;
}

.td-md-is-os-x .td_block_big_grid_6 .td-tiny-thumb .td-post-category {
    padding: 4px 5px 3px;
}

/*  ----------------------------------------------------------------------------
      Chrome
  */
.td-md-is-chrome .td_block_inner_overflow .td_module_wrap,
.td-md-is-chrome .td_block_inner_overflow .item-details {
    position: relative;
}

.td-audio-player {
    height: 40px;
    font-size: 16px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.td-audio-player .compactSound__artwork {
    display: none;
}

.td-audio-player .mejs-container,
.td-audio-player .mejs-container .mejs-controls,
.td-audio-player .mejs-embed,
.td-audio-player .mejs-embed body {
    background: transparent;
    background-color: transparent;
}

.td-audio-player .mejs-container {
    width: auto !important;
}

.td-audio-player .mejs-button {
    width: auto;
    height: auto;
    font-size: inherit;
}

.td-audio-player .mejs-button button {
    position: relative;
    background: transparent;
    width: auto;
    height: auto;
    margin: 0;
    font-size: inherit;
}

.td-audio-player .mejs-button button:after {
    position: relative;
    display: block;
    font-family: 'newspaper', sans-serif;
    line-height: 1;
    color: #111;
}

.td-audio-player .mejs-playpause-button {
    margin-right: 0.75em;
}

.td-audio-player .mejs-playpause-button button:after {
    font-size: 2.625em;
}

.td-audio-player .mejs-play button:after {
    content: '\e9cf';
}

.td-audio-player .mejs-pause button:after {
    content: '\e9ce';
}

.td-audio-player .mejs-replay button:after {
    content: '\e9d2';
}

.td-audio-player .mejs-volume-button {
    margin-left: 1.25em;
    margin-right: 0.5em;
}

.td-audio-player .mejs-volume-button button:after {
    font-size: 1.375em;
}

.td-audio-player .mejs-mute button:after {
    content: '\e9d0';
}

.td-audio-player .mejs-unmute button:after {
    content: '\e9d1';
}

.td-audio-player .mejs-controls {
    position: relative;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.td-audio-player .mejs-controls .mejs-time-rail {
    height: auto;
    margin: 0 0.625em;
    padding-top: 0;
    font-size: inherit;
}

.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-total,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
    border-radius: 100px;
    height: 0.625em;
}

.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
    height: inherit;
}

.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-total {
    position: relative;
    margin-top: 0;
    background: #eee;
    outline: none;
}

.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: transparent;
}

.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #4db2ec;
}

.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle-content {
    border-width: 0.25em;
}

.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle-content {
    top: -0.375em;
    width: 0.875em;
    height: 0.875em;
    background-color: #fff;
    border-color: #fff;
    border-radius: 50%;
    transform: none;
    -webkit-transform: none;
    -webkit-box-shadow: 0 0 1px #000000;
    box-shadow: 0 0 1px #000000;
    overflow: hidden;
}

.td-audio-player .mejs-controls .mejs-horizontal-volume-slider {
    height: auto;
    width: auto;
}

.td-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: relative;
    top: 0;
    background: #eee;
    width: 3.125em;
    height: 0.625em;
    font-size: inherit;
    border-radius: 100px;
    overflow: hidden;
}

.td-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #4db2ec;
}

.td-audio-player .mejs-time-float {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-color: transparent;
}

.td-audio-player .mejs-time-float .mejs-time-float-current {
    font-size: 0.8em;
}

.td-audio-player .mejs-time-float .mejs-time-float-corner {
    top: calc(100% + 1px);
    border-color: rgba(0, 0, 0, 0.7) transparent transparent;
}

.td-audio-player .mejs-time {
    padding: 0;
    height: auto;
    font-size: 0.85em;
    line-height: 1;
    color: #000;
}

.td-js-loaded .td-audio-player {
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
}

.wp-block-image.td-caption-align-left figcaption .mfp-title,
.wp-block-image.td-caption-align-left figcaption {
    text-align: left;
}

.wp-block-image.td-caption-align-center figcaption .mfp-title,
.wp-block-image.td-caption-align-center figcaption {
    text-align: center;
}

.wp-block-image.td-caption-align-right figcaption .mfp-title,
.wp-block-image.td-caption-align-right figcaption {
    text-align: right;
}

.wp-block-image.td-img-style-shadow {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.mfp-figure.td-caption-align-left figcaption .mfp-title {
    text-align: left;
}

.mfp-figure.td-caption-align-center figcaption .mfp-title {
    text-align: center;
}

.mfp-figure.td-caption-align-right figcaption .mfp-title {
    text-align: right;
}

p.has-drop-cap[class*="dropcapp"]:first-letter {
    float: left;
    display: block;
    font-size: 50px;
    line-height: 56px;
    background-color: #4db2ec;
    color: white;
    text-align: center;
    margin: 9px 13px 0 0;
    padding: 2px 14px 4px;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
}

p.has-drop-cap.dropcapp1:first-letter {
    padding-left: 18px;
    padding-right: 17px;
    font-size: 40px;
    border-radius: 70px;
}

p.has-drop-cap.dropcapp2:first-letter,
p.has-drop-cap.dropcapp3:first-letter {
    background-color: transparent !important;
    color: #4B4B4B;
    font-size: 79px;
    line-height: 69px;
    margin: 0 9px 0 0;
    padding: 0 13px 0 0;
}

p.has-drop-cap.dropcapp3:first-letter {
    font-weight: bold;
}

p.has-drop-cap.dropcapp4 {
    margin-top: 40px;
}

p.has-drop-cap.dropcapp4:first-letter {
    background-color: #000;
    font-size: .85em;
    line-height: 1;
    color: #fff;
    border-radius: 100px;
    margin: -2px 15px 0 0;
    padding: 9px 11px;
}

p.has-drop-cap.dropcapp4:after {
    padding-top: 0;
}

p span.td_text_columns_two_cols {
    display: block;
}

.wp-block-button .wp-block-button__link {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
    padding: 9px 12px;
    font-size: 16px;
    line-height: 20px;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #4db2ec;
}

.wp-block-button.td_btn_small .wp-block-button__link {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.wp-block-button.td_btn_normal .wp-block-button__link {
    padding: 9px 12px;
    font-size: 16px;
    line-height: 20px;
}

.wp-block-button.td_btn_large .wp-block-button__link {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.wp-block-button.is-style-round .wp-block-button__link {
    border-radius: 4px;
}

.wp-block-button.is-style-shadow .wp-block-button__link {
    top: 0;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
    transition: top 0.1s ease;
    -webkit-transition: top 0.1s ease;
}

.wp-block-button.is-style-shadow .wp-block-button__link:hover {
    top: -3px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}

.wp-block-button.is-style-3d .wp-block-button__link {
    top: 0;
    transition: top 0.1s ease;
    -webkit-transition: top 0.1s ease;
}

.wp-block-button.is-style-3d .wp-block-button__link:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 0;
    transition: height 0.1s ease;
    -webkit-transition: height 0.1s ease;
}

.wp-block-button.is-style-3d .wp-block-button__link:hover {
    top: 5px;
}

.wp-block-button.is-style-3d .wp-block-button__link:hover:after {
    height: 0;
}