/*!
Theme Name: 	Matichon Theme V2
Theme URI:
Description:    Matichon Theme V2
Version: 		1.0.0
Author:         Matichon Development Team
Author URI:
License:
License URI:
Tags:black, white, one-column, two-columns, fixed-layout
*/
body {
    visibility: visible !important;
    margin: 0;
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    line-height: 1.7;
}

.mx_image_background {
    background-color: #f2f2f2;
}

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

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

.clearfix:after {
    clear: both;
}

.mb-24 {
    margin-bottom: 24px;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    color: #ff8300;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    color: #C2C2C2;
    border-color: #c2c2c2;
    border-style: solid;
    border-top: none;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

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

.td-category-grid,
.td-main-content-wrap {
    background-color: #fff
}

.td-container,
.tdc-row {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.td-container:after,
.td-container:before,
.tdc-row:after,
.tdc-row:before {
    display: table;
    content: '';
    line-height: 0
}

.td-container:after,
.tdc-row:after {
    clear: both
}

/*.tdc-row.stretch_row .td-element-style {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important
}*/

.tdc-row.stretch_row_content {
    width: 100% !important
}

.tdc-row.stretch_row_content .td-pb-row {
    margin-left: 0;
    margin-right: 0
}

.tdc-row.stretch_row_content .td-pb-row [class*=td-pb-span] {
    padding-left: 0;
    padding-right: 0
}

.tdc-row.stretch_row_content_no_space {
    width: 100% !important
}

.tdc-row.stretch_row_content_no_space .td-pb-row {
    margin-left: 0;
    margin-right: 0
}

.td-pb-row {
    display: flex;
    flex-direction: column;
    overflow: visible !important;
    flex-wrap: wrap;
}

.tdc-inner-columns {
    width: 100%;
}

.td-pb-row:after,
.td-pb-row:before {
    display: table;
    content: ""
}

.td-pb-row:after {
    clear: both
}

.td-boxed-layout .vc_row {
    width: auto !important;
    left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.td-pb-row [class*=td-pb-span] {
    /*width: 100%;*/
    display: block;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    position: relative;
    float: left;
}


@media (max-width:767px) {

    .tdc-row.stretch_row_content .td-element-style,
    .tdc-row.stretch_row_content_no_space .td-element-style {
        width: 100vw !important;
        left: 50% !important;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%)
    }

}

.vc_row-no-padding.td-pb-row [class*=td-pb-span] {
    padding-left: 0;
    padding-right: 0
}

.td-ss-main-sidebar,
.td-ss-row .td-pb-span4 .wpb_wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}


.td-pb-span12 {
    width: 100%
}

.td-pb-row .td-pb-row .td-pb-span12 {
    width: 100%
}

.wpb_row {
    margin-bottom: 0
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0
}

.vc_row .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

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

.td-block-row:after,
.td-block-row:before {
    display: table;
    content: ""
}

.td-block-row:after {
    clear: both
}

.td-block-row [class*=td-block-span] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 8px;
    padding-left: 8px
}

.td-block-span3 {
    width: 25%
}

.td-block-span4 {
    width: 33.33333333%
}

.td-block-span6 {
    width: 50%
}

.td-block-span8 {
    width: 66.66666667%
}

.td-block-span9 {
    width: 75%
}

.td-block-span12 {
    width: 100%
}

@media (min-width:1019px) and (max-width:1140px) {


    .td-pb-row:after,
    .td-pb-row:before {
        display: table;
        content: ""
    }

    .td-pb-row:after {
        clear: both
    }

    .td-pb-row [class*=td-pb-span] {
        display: block;
        min-height: 1px;
        float: left;
        padding-right: 8px;
        padding-left: 8px
    }

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

    .td-block-row:after,
    .td-block-row:before {
        display: table;
        content: ""
    }

    .td-block-row:after {
        clear: both
    }

    .td-block-row [class*=td-block-span] {
        display: block;
        min-height: 1px;
        float: left;
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (min-width:1019px) and (max-width:1140px) and (min-width:1019px) and (max-width:1140px) {
    .td-block-row [class*=td-block-span] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (min-width:1019px) and (max-width:1140px) and (min-width:768px) and (max-width:1018px) {
    .td-block-row [class*=td-block-span] {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (min-width:1019px) and (max-width:1140px) and (max-width:767px) {
    .td-block-row [class*=td-block-span] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .td-pb-row:after,
    .td-pb-row:before {
        display: table;
        content: ""
    }

    .td-pb-row:after {
        clear: both
    }

    .td-block-row:after,
    .td-block-row:before {
        display: table;
        content: ""
    }

    .td-block-row:after {
        clear: both
    }

    .td-block-row [class*=td-block-span] {
        display: block;
        min-height: 1px;
        float: left;
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (min-width:768px) and (max-width:1018px) and (min-width:1019px) and (max-width:1140px) {
    .td-pb-row [class*=td-pb-span] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (min-width:768px) and (max-width:1018px) and (max-width:767px) {
    .td-pb-row [class*=td-pb-span] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) and (max-width:1018px) and (min-width:1019px) and (max-width:1140px) {
    .td-block-row [class*=td-block-span] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (min-width:768px) and (max-width:1018px) and (min-width:768px) and (max-width:1018px) {
    .td-block-row [class*=td-block-span] {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (min-width:768px) and (max-width:1018px) and (max-width:767px) {
    .td-block-row [class*=td-block-span] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:767px) {

    .td-container,
    .tdc-row {
        width: 100%;
        /*padding-left: 0;
        padding-right: 0;*/
    }

    .td-pb-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .td-pb-row [class*=td-pb-span] {
        display: block;
        min-height: 1px;
        float: left;
    }

    .td-pb-row .td-pb-span1,
    .td-pb-row .td-pb-span10,
    .td-pb-row .td-pb-span11,
    .td-pb-row .td-pb-span12,
    .td-pb-row .td-pb-span2,
    .td-pb-row .td-pb-span3,
    .td-pb-row .td-pb-span4,
    .td-pb-row .td-pb-span5,
    .td-pb-row .td-pb-span6,
    .td-pb-row .td-pb-span7,
    .td-pb-row .td-pb-span8,
    .td-pb-row .td-pb-span9 {
        float: none;
        width: 100%
    }

    .td-pb-row .td-pb-row .td-pb-span1,
    .td-pb-row .td-pb-row .td-pb-span10,
    .td-pb-row .td-pb-row .td-pb-span11,
    .td-pb-row .td-pb-row .td-pb-span12,
    .td-pb-row .td-pb-row .td-pb-span2,
    .td-pb-row .td-pb-row .td-pb-span3,
    .td-pb-row .td-pb-row .td-pb-span4,
    .td-pb-row .td-pb-row .td-pb-span5,
    .td-pb-row .td-pb-row .td-pb-span6,
    .td-pb-row .td-pb-row .td-pb-span7,
    .td-pb-row .td-pb-row .td-pb-span8,
    .td-pb-row .td-pb-row .td-pb-span9 {
        width: 100%
    }

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

    .td-block-row:after,
    .td-block-row:before {
        display: table;
        content: ""
    }

    .td-block-row:after {
        clear: both
    }

    .td-block-row [class*=td-block-span] {
        display: block;
        min-height: 1px;
        float: left;
        padding-right: 8px;
        padding-left: 8px
    }

    .td-block-span12,
    .td-block-span3,
    .td-block-span4,
    .td-block-span6,
    .td-block-span9 {
        float: none;
        width: 100%
    }
}



@font-face {
    font-family: ud-social-icon;
    src: url(images/icons/ud-social-icons.eot?12);
    src: url(images/icons/ud-social-icons.eot?12#iefix) format('embedded-opentype'), url(images/icons/ud-social-icons.woff?12) format('woff'), url(images/icons/ud-social-icons.ttf?12) format('truetype'), url(images/icons/ud-social-icons.svg?12#ud-social-icon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" ud-social-icon-"]:before,
[class^=ud-social-icon-]:before {
    font-family: ud-social-icon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=ud-social-icon-] {
    line-height: 1;
    text-align: center;
    display: inline-block
}

.ud-social-icon-line:before {
    content: '\e005'
}

@font-face {
    font-family: UnixdevMatichon;
    src: url(images/ud-icon/ud-matichon-icon.eot?1i9xsa);
    src: url(images/ud-icon/ud-matichon-icon.eot?1i9xsa#iefix) format('embedded-opentype'), url(images/ud-icon/ud-matichon-icon.ttf?1i9xsa) format('truetype'), url(images/ud-icon/ud-matichon-icon.woff?1i9xsa) format('woff'), url(images/ud-icon/ud-matichon-icon.svg?1i9xsa#ud-icon) format('svg');
    font-weight: 400;
    font-style: normal
}

.ud-icon {
    font-family: UnixdevMatichon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ud-icon>div {
    display: inline-block
}

.ud-icon-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle
}

.ud-icon-stack-child {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.ud-icon-circle:before {
    content: "\e900"
}

.ud-icon-clock:before {
    content: "\e901"
}

.ud-icon-left-arrow:before {
    content: "\e902"
}

.ud-icon-right-arrow:before {
    content: "\e907"
}

.ud-icon-left-arrow-2 .path1:before {
    content: "\e903";
    color: #fff
}

.ud-icon-left-arrow-2 .path2:before {
    content: "\e904";
    margin-left: -.65625em;
    color: #222
}

.ud-icon-right-arrow-2 .path1:before {
    content: "\e908";
    color: #fff
}

.ud-icon-right-arrow-2 .path2:before {
    content: "\e909";
    margin-left: -.65625em;
    color: #222
}

.ud-icon-magnifier:before {
    content: "\e905"
}

.ud-icon-m-circle:before {
    content: "\e906"
}

.ud-icon-stroke-circle:before {
    content: "\e90a"
}

/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: 2s linear infinite fa-spin;
    animation: 2s linear infinite fa-spin
}

.fa-pulse {
    -webkit-animation: 1s steps(8) infinite fa-spin;
    animation: 1s steps(8) infinite fa-spin
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\f952"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\f907"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\f913"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\f955"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\f91a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\f956"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\f91e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\f957"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\f941"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\f949"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(includes/fonts/fa-brands-400.eot);
    src: url(includes/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(includes/fonts/fa-brands-400.woff2) format("woff2"), url(includes/fonts/fa-brands-400.woff) format("woff"), url(includes/fonts/fa-brands-400.ttf) format("truetype"), url(includes/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(includes/fonts/fa-regular-400.eot);
    src: url(includes/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(includes/fonts/fa-regular-400.woff2) format("woff2"), url(includes/fonts/fa-regular-400.woff) format("woff"), url(includes/fonts/fa-regular-400.ttf) format("truetype"), url(includes/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(includes/fonts/fa-solid-900.eot);
    src: url(includes/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(includes/fonts/fa-solid-900.woff2) format("woff2"), url(includes/fonts/fa-solid-900.woff) format("woff"), url(includes/fonts/fa-solid-900.ttf) format("truetype"), url(includes/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.ud-footer-wrapper {
    position: relative;
    background-color: #222
}

.ud-bottom-affix {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    z-index: 9999;
    position: fixed !important;
    background-color: rgba(255, 255, 255, 0);
    bottom: 0
}

.ud-truehits-wrapper {
    font-family: sans-serif;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 5px 10px 10px 0;
    vertical-align: bottom
}

.ud-post-social-sharing {
    margin-bottom: 16px
}

.ud-post-social-sharing ul {
    margin: 0;
    height: 28px
}

.ud-post-social-sharing li {
    display: inline-block;
    height: 28px;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: middle
}

.ud-sharing-summary {
    color: #222;
    font-size: 20px;
    line-height: 1;
    display: none;
    vertical-align: middle;
    height: 28px;
    margin-right: 12px;
    text-align: center
}

.ud-sharing-summary .td-icon-share {
    top: 4px;
    position: relative
}

.ud-sharing-summary .ud-social-total-count {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    vertical-align: top;
    margin-left: 8px
}

.ud-sharing-summary .ud-social-total-count span {
    font-size: 10px;
    display: block
}

[class*=td-icon-] {
    font-family: sans-serif
}

.fb-page {
    width: 100%;
    text-align: center
}



/*.ud-post-category-title {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: 2px solid #ff8300
}

.ud-post-category-title a,
.ud-post-category-title label,
.ud-post-category-title span {
    line-height: 1;
    display: inline-block;
    padding: 10px 10px 4px;
    background-color: #ff8300;
    color: #fff
}*/

.vc_row.ud_block_wrap,
.vc_row.vc_inner.ud_block_wrap {
    margin-left: 0;
    margin-right: 0
}

.td-main-content-wrap .td_block_wrap.ud_block_with_block_readmore {
    padding-bottom: 42px
}

.td-main-content-wrap .ud_loop_wrap {
    overflow: hidden
}

.td-main-content-wrap .block-title {
    font-family: 'DB Heavent', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0px;
}

.td-main-content-wrap .block-title a,
.td-main-content-wrap .block-title label,
.td-main-content-wrap .block-title span {
    line-height: 1 !important;
    display: inline-block;
    padding: 0px;
    color: #000
}

@media (min-width:768px) {

    #tdc-rows .ud-equal-height-block,
    #tdc-rows .ud-equal-height-row {
        display: block
    }

    .td-md-is-android .ud-equal-height-block .td-block-row,
    .td-md-is-chrome .ud-equal-height-block .td-block-row,
    .td-md-is-firefox .ud-equal-height-block .td-block-row,
    .td-md-is-ios .ud-equal-height-block .td-block-row,
    .td-md-is-os-x .ud-equal-height-block .td-block-row,
    .td-md-is-safari .ud-equal-height-block .td-block-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box
    }

    .td-md-is-android .ud-equal-height-block [class^=td-block-span],
    .td-md-is-chrome .ud-equal-height-block [class^=td-block-span],
    .td-md-is-firefox .ud-equal-height-block [class^=td-block-span],
    .td-md-is-ios .ud-equal-height-block [class^=td-block-span],
    .td-md-is-os-x .ud-equal-height-block [class^=td-block-span],
    .td-md-is-safari .ud-equal-height-block [class^=td-block-span] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .td-md-is-android .ud-equal-height-block [class^=td-block-span] .td_module_wrap,
    .td-md-is-chrome .ud-equal-height-block [class^=td-block-span] .td_module_wrap,
    .td-md-is-firefox .ud-equal-height-block [class^=td-block-span] .td_module_wrap,
    .td-md-is-ios .ud-equal-height-block [class^=td-block-span] .td_module_wrap,
    .td-md-is-os-x .ud-equal-height-block [class^=td-block-span] .td_module_wrap,
    .td-md-is-safari .ud-equal-height-block [class^=td-block-span] .td_module_wrap {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .td-md-is-android .ud-equal-height-row,
    .td-md-is-android .ud-equal-height-row .wpb_column,
    .td-md-is-android .ud-equal-height-row .wpb_column .vc_column-inner,
    .td-md-is-chrome .ud-equal-height-row,
    .td-md-is-chrome .ud-equal-height-row .wpb_column,
    .td-md-is-chrome .ud-equal-height-row .wpb_column .vc_column-inner,
    .td-md-is-firefox .ud-equal-height-row,
    .td-md-is-firefox .ud-equal-height-row .wpb_column,
    .td-md-is-firefox .ud-equal-height-row .wpb_column .vc_column-inner,
    .td-md-is-ios .ud-equal-height-row,
    .td-md-is-ios .ud-equal-height-row .wpb_column,
    .td-md-is-ios .ud-equal-height-row .wpb_column .vc_column-inner,
    .td-md-is-os-x .ud-equal-height-row,
    .td-md-is-os-x .ud-equal-height-row .wpb_column,
    .td-md-is-os-x .ud-equal-height-row .wpb_column .vc_column-inner,
    .td-md-is-safari .ud-equal-height-row,
    .td-md-is-safari .ud-equal-height-row .wpb_column,
    .td-md-is-safari .ud-equal-height-row .wpb_column .vc_column-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box
    }

    .td-md-is-android .ud-equal-height-row .wpb_column .vc_column-inner>.wpb_wrapper,
    .td-md-is-android .ud-equal-height-row .wpb_column>.wpb_wrapper,
    .td-md-is-chrome .ud-equal-height-row .wpb_column .vc_column-inner>.wpb_wrapper,
    .td-md-is-chrome .ud-equal-height-row .wpb_column>.wpb_wrapper,
    .td-md-is-firefox .ud-equal-height-row .wpb_column .vc_column-inner>.wpb_wrapper,
    .td-md-is-firefox .ud-equal-height-row .wpb_column>.wpb_wrapper,
    .td-md-is-ios .ud-equal-height-row .wpb_column .vc_column-inner>.wpb_wrapper,
    .td-md-is-ios .ud-equal-height-row .wpb_column>.wpb_wrapper,
    .td-md-is-os-x .ud-equal-height-row .wpb_column .vc_column-inner>.wpb_wrapper,
    .td-md-is-os-x .ud-equal-height-row .wpb_column>.wpb_wrapper,
    .td-md-is-safari .ud-equal-height-row .wpb_column .vc_column-inner>.wpb_wrapper,
    .td-md-is-safari .ud-equal-height-row .wpb_column>.wpb_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%
    }

    .td-md-is-android .ud-equal-height-row .td_block_wrap,
    .td-md-is-chrome .ud-equal-height-row .td_block_wrap,
    .td-md-is-firefox .ud-equal-height-row .td_block_wrap,
    .td-md-is-ios .ud-equal-height-row .td_block_wrap,
    .td-md-is-os-x .ud-equal-height-row .td_block_wrap,
    .td-md-is-safari .ud-equal-height-row .td_block_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .td-md-is-android .ud-equal-height-row .td_block_inner,
    .td-md-is-chrome .ud-equal-height-row .td_block_inner,
    .td-md-is-firefox .ud-equal-height-row .td_block_inner,
    .td-md-is-ios .ud-equal-height-row .td_block_inner,
    .td-md-is-os-x .ud-equal-height-row .td_block_inner,
    .td-md-is-safari .ud-equal-height-row .td_block_inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .ud-equal-height-row .td_block_wrap.td_block_slide {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .td-main-content-wrap .ud_block_wrap_with_title_gap {
        margin-top: 60px
    }
}

.td-main-content-wrap .td-post-header figure img {
    margin-bottom: 0
}

.td-main-content-wrap .td_block_15 .td_block_inner {
    padding-right: 0
}

.td-main-content-wrap .post {
    margin-bottom: 16px
}

.td-main-content-wrap .ud_without_content_grid {
    padding-top: 0
}

.td-main-content-wrap .ud_without_content_grid .block-title {
    font-family: 'DB Heavent', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
    background-color: #222;
    margin-top: 0
}

.td-main-content-wrap .ud_without_content_grid .block-title a,
.td-main-content-wrap .ud_without_content_grid .block-title label,
.td-main-content-wrap .ud_without_content_grid .block-title span {
    line-height: 1 !important;
    display: inline-block;
    padding: 10px 10px 4px;
    color: #fff
}

.td-main-content-wrap .td_block_wrap.td_with_ajax_pagination,
.td-main-content-wrap .td_block_wrap.ud_block_with_readmore {
    padding-bottom: 0px
}

.error404 .td-ss-main-content .block-title,
.error404 .td-ss-main-content .td-page-title,
.page-template-page-pagebuilder-latest .td-ss-main-content .block-title,
.page-template-page-pagebuilder-latest .td-ss-main-content .td-page-title,
.page-template-page-pagebuilder-title .td-ss-main-content .block-title,
.page-template-page-pagebuilder-title .td-ss-main-content .td-page-title,
.page-template-page-sea-games-2019 .td-ss-main-content .block-title,
.page-template-page-sea-games-2019 .td-ss-main-content .td-page-title {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: 2px solid #ff8300
}

.error404 .td-ss-main-content .block-title a,
.error404 .td-ss-main-content .block-title label,
.error404 .td-ss-main-content .block-title span,
.error404 .td-ss-main-content .td-page-title a,
.error404 .td-ss-main-content .td-page-title label,
.error404 .td-ss-main-content .td-page-title span,
.page-template-page-pagebuilder-latest .td-ss-main-content .block-title a,
.page-template-page-pagebuilder-latest .td-ss-main-content .block-title label,
.page-template-page-pagebuilder-latest .td-ss-main-content .block-title span,
.page-template-page-pagebuilder-latest .td-ss-main-content .td-page-title a,
.page-template-page-pagebuilder-latest .td-ss-main-content .td-page-title label,
.page-template-page-pagebuilder-latest .td-ss-main-content .td-page-title span,
.page-template-page-pagebuilder-title .td-ss-main-content .block-title a,
.page-template-page-pagebuilder-title .td-ss-main-content .block-title label,
.page-template-page-pagebuilder-title .td-ss-main-content .block-title span,
.page-template-page-pagebuilder-title .td-ss-main-content .td-page-title a,
.page-template-page-pagebuilder-title .td-ss-main-content .td-page-title label,
.page-template-page-pagebuilder-title .td-ss-main-content .td-page-title span,
.page-template-page-sea-games-2019 .td-ss-main-content .block-title a,
.page-template-page-sea-games-2019 .td-ss-main-content .block-title label,
.page-template-page-sea-games-2019 .td-ss-main-content .block-title span,
.page-template-page-sea-games-2019 .td-ss-main-content .td-page-title a,
.page-template-page-sea-games-2019 .td-ss-main-content .td-page-title label,
.page-template-page-sea-games-2019 .td-ss-main-content .td-page-title span {
    line-height: 1;
    display: inline-block;
    padding: 10px 10px 4px;
    background-color: #ff8300;
    color: #fff
}

.ud-main-slide-row .td-pb-span4 .item-details {
    margin-right: -10px
}

.ud-main-slide-row .td-pb-span4 .td_block_wrap {
    background-color: #f4ede0;
    height: 520px !important;
    padding-bottom: 0;
    margin-bottom: 16px;
    margin-left: -16px;
    overflow-y: auto;
    -ms-overflow-style: auto
}

.ud-main-slide-row .td-pb-span4 .td_block_wrap .td_block_inner {
    padding-left: 16px;
    padding-right: 16px
}

.ud-main-slide-row .td-pb-span4 .td_block_wrap .block-title {
    position: relative;
    display: inline-block;
    font-size: 19px;
    margin-bottom: 12px;
    background-color: #ff8300
}

.ud-main-slide-row .td-pb-span4 .td_block_wrap .block-title a,
.ud-main-slide-row .td-pb-span4 .td_block_wrap .block-title span {
    padding: 5px 10px 3px;
    font-weight: 400;
    display: block;
    color: #fff
}

.ud-main-slide-row .td-pb-span4 .td_block_wrap .block-title:after {
    content: '';
    position: absolute;
    top: 0;
    right: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 4px 0 0;
    border-color: #ff8300 transparent transparent
}

.ud-main-slide-row .td-pb-span4 .td_block_wrap .td_module_wrap {
    padding-bottom: 16px;
    margin-bottom: 0
}

.ud-main-slide-row .ud_readmore_wrap {
    position: absolute;
    right: 10px;
    top: 5px;
    left: auto;
    bottom: auto;
    border-bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.ud-main-slide-row .ud_readmore_wrap a {
    color: #ad5800 !important;
    font-size: 14px !important
}

.ud-main-slide-row .td_block_slide.td_block_wrap {
    margin-bottom: 0 !important
}

.ud-main-slide-row .td-pb-span4 ::-webkit-scrollbar {
    width: 10px
}

.ud-main-slide-row .td-pb-span4 ::-webkit-scrollbar-track {
    display: none
}

.ud-main-slide-row .td-pb-span4 ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0)
}

.ud-main-slide-row .td-pb-span4:hover ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .2)
}

.td_block_related_posts {
    border-top: 1px solid #000
}

.ud_readmore_wrap {
    /*position: absolute;
    left: 0;
    bottom: 0;
    font-family: sans-serif*/
    display: block;
    text-align: center;
}

.ud_readmore_wrap a {
    font-family: 'DB Heavent', sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #FC7A32;
    text-decoration: none;
    line-height: 1.1;
    padding: 5px 20px;
    border: 1px solid #FC7A32;
    background-color: #FFF8F2;
    border-radius: 25px;
    transition: all 0.2s ease;
}

.ud_readmore_wrap a:active,
.ud_readmore_wrap a:hover {
    background-color: #f7d3af;

}

.ud_data_time {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #ff8300
}

.ud-header-ads-wrap {
    background-color: #fff
}

.ud-header-ads-wrap.td-pb-row [class*=td-pb-span] {
    float: right
}

.ud-header-ads-wrap.td-pb-row .td-pb-span4 {
    z-index: 1
}

.ud-matichon-group-info-wrap {
    margin-top: 0;
    margin-bottom: 16px;
    background-color: #f2f2f2;
    height: 90px
}

.ud-matichon-group-info-wrap h4 {
    font-family: 'DB Heavent', sans-serif;
    line-height: 1.2;
    margin: 0 16px 0 0;
    padding: 4px 8px 2px;
    font-size: 15px;
    display: inline;
    float: left;
    background-color: #222;
    color: #fff;
    position: relative
}

.ud-matichon-group-info-wrap h4:after {
    content: '';
    position: absolute;
    top: 0;
    right: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 4px 0 0;
    border-color: #222 transparent transparent
}

.ud-matichon-group-info-wrap .ud-matichon-group-info {
    padding: 6px 10px;
    display: block;
    font-size: 12px;
    line-height: 20px
}

.ud-matichon-group-info-wrap .ud-matichon-group-info a {
    display: inline-block;
    color: #222
}

.ud-matichon-group-info-wrap .ud-matichon-group-info a:hover {
    color: #222;
    text-decoration: underline
}

@media (min-width:1019px) and (max-width:1140px) {
    .ud-main-slide-row .td-pb-span4 .td_block_wrap {
        height: 453px !important
    }

    .ud-matichon-group-info-wrap {
        height: 100px
    }
}

[class*=ud-general-span] {
    float: left
}

.ud-general-span1 {
    width: 8.33333333%
}

.ud-general-span2 {
    width: 16.66666667%
}

.ud-general-span3 {
    width: 25%
}

.ud-general-span4 {
    width: 33.33333333%
}

.ud-general-span5 {
    width: 41.66666667%
}

.ud-general-span6 {
    width: 50%
}

.ud-general-span7 {
    width: 58.33333333%
}

.ud-general-span8 {
    width: 66.66666667%
}

.ud-general-span9 {
    width: 75%
}

.ud-general-span10 {
    width: 83.33333333%
}

.ud-general-span11 {
    width: 91.66666667%
}

.ud-general-span12 {
    width: 100%
}

.sf-menu>li a i.td-only-icon {
    font-size: 30px;
    line-height: 45px
}

@media (min-width:768px) and (max-width:1018px) {
    .ud-main-slide-row .td-pb-span4 .item-details {
        margin-right: 0
    }

    .ud-main-slide-row .td-pb-span4 .td_block_wrap {
        height: 350px !important;
        margin-left: -12px
    }

    .ud-main-slide-row .td-pb-span4 .td_block_wrap .td_block_inner {
        padding-left: 12px;
        padding-right: 12px
    }

    .ud_data_time {
        font-size: 21px
    }

    .ud-matichon-group-info-wrap .ud-matichon-group-info {
        font-size: 10px;
        padding: 0 6px
    }

    .ud-matichon-group-info-wrap {
        height: 100px
    }

    .sf-menu>li a i.td-only-icon {
        font-size: 22px
    }
}

.sf-menu>li .ud-icon-only span,
.td-mobile-main-menu>li .ud-icon-only i {
    display: none
}

.ud-social-circle-button .ud-icon-stroke-circle {
    font-size: 1em;
    color: #222
}

.ud-social-circle-button [class*=td-icon-] {
    font-size: .5em;
    margin-top: .5em;
    text-align: center;
    color: #222
}

.ud-article-info-table {
    width: auto;
    font-size: 15px;
    line-height: 25px
}

.ud-article-info-table th {
    background-color: #eee;
    border: 1px solid #c8c8c8;
    white-space: nowrap
}

.ud-article-info-table td {
    border: 1px solid #c8c8c8
}

.vc_separator {
    margin-bottom: 16px
}

.ud-block-style-1 .block-title {
    font-family: 'DB Heavent', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 16px
}

.ud-block-style-1 .block-title a,
.ud-block-style-1 .block-title label,
.ud-block-style-1 .block-title span {
    line-height: 1 !important;
    display: inline-block;
    padding: 10px 0 4px;
    color: #000
}

.ud-block-style-2 .block-title {
    font-family: 'DB Heavent', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 16px;
    background-color: #222
}

.ud-block-style-2 .block-title a,
.ud-block-style-2 .block-title label,
.ud-block-style-2 .block-title span {
    line-height: 1 !important;
    display: inline-block;
    padding: 10px 10px 4px;
    color: #fff
}

.ud-line-friend {
    padding-top: 1px
}

.ud-line-friend #line-cta-qr {
    text-align: right;
    width: 40%;
    margin-bottom: 16px
}

@media (min-width:768px) and (max-width:1018px) {
    .ud-line-friend #line-cta-qr {
        width: 34%
    }
}

.ud-line-friend #line-cta-text {
    padding-top: 10px;
    width: 44%;
    text-align: center;
    margin-bottom: 16px
}

.td-header-wrap {
    position: relative;
    z-index: 2000
}

.td-header-row {
    font-family: 'DB Heavent', sans-serif
}

.td-header-row:after,
.td-header-row:before {
    display: table;
    content: ""
}

.td-header-row:after {
    clear: both
}

.td-header-row [class*=td-header-sp] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 8px;
    padding-left: 8px
}

@media (min-width:1019px) and (max-width:1140px) {
    .ud-line-friend #line-cta-text {
        width: 48%
    }

    .td-header-row [class*=td-header-sp] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .ud-line-friend #line-cta-text {
        width: 60%
    }

    .td-header-row [class*=td-header-sp] {
        padding-right: 5px;
        padding-left: 5px
    }
}

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

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

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

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

@media (max-width:767px) {
    .ud-main-slide-row .td-pb-span4 .item-details {
        margin-right: 0
    }

    .ud-main-slide-row .td-pb-span4 .td_block_wrap {
        height: auto !important
    }

    .ud-main-slide-row .td-pb-span4 .td_block_wrap .td_block_inner {
        padding-left: 16px;
        padding-right: 16px
    }

    .ud-main-slide-row .td_block_wrap {
        margin-left: -12px;
        margin-right: -12px
    }

    .ud-header-ads-wrap.td-pb-row [class*=td-pb-span] {
        float: none
    }

    .ud-line-friend #line-cta-qr,
    .ud-matichon-group-info-wrap {
        display: none
    }

    .ud-line-friend #line-cta-text {
        padding-top: 0;
        width: 100%
    }

    .td-header-row [class*=td-header-sp] {
        padding-right: 0;
        padding-left: 0
    }

    .td-main-menu-logo {
        display: block;
        margin-right: 0;
        height: auto;
        text-align: center;
        padding-top: 2px
    }

    .td-main-menu-logo img {
        margin: auto;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        padding: 0
    }
}

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

@media (max-width:500px) {
    .td-main-menu-logo img {
        max-width: 220px
    }
}

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

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

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

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

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

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

    .td-affix #td-header-menu {
        min-height: 48px !important
    }
}

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

.td-logo {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: inherit !important
}

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

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

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

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

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

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

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

.td-logo-in-header .td-sticky-mobile.td-header-logo,
.td-logo-in-menu .td-sticky-disable.td-mobile-logo {
    display: none
}

.td-logo-in-menu .td-sticky-disable.td-header-logo {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

.td-affix .td-logo-in-menu .td-main-logo {
    display: none
}

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

.td-header-menu-wrap.td-affix {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    z-index: 9998;
    position: fixed !important;
    background-color: rgba(255, 255, 255, .95);
    top: 0
}

.admin-bar .td-header-menu-wrap.td-affix {
    top: 32px
}

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

    .admin-bar .td-header-menu-wrap.td-affix {
        top: 46px
    }

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

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

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

.td-header-gradient:before {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==);
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -12px;
    z-index: 1
}

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

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

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

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

.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
    position: absolute;
    display: block;
    bottom: 100%;
    background-color: rgba(25, 25, 25, .95);
    padding: 12px 20px;
    margin: 0 -20px 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0)
}

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

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

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

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

.td-header-top-menu-full {
    position: relative;
    z-index: 9999
}

.td-banner-wrap-full {
    position: relative
}

.td-header-menu-wrap-full {
    z-index: 9998;
    position: relative
}

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

    .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
        padding: 6px 0
    }

    .td-wpml .td-subfooter-menu .menu-item-first a {
        margin-left: 16px
    }

    .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {
        margin-top: 0;
        margin-bottom: 16px
    }

    .td-wpml .td-header-sp-top-menu,
    .td-wpml .td-header-top-menu-full {
        display: block !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .td-header-top-menu-full {
        display: none
    }

    .td-header-wrap .td-header-main-menu,
    .td-header-wrap .td-header-menu-wrap,
    .td-header-wrap .td-header-menu-wrap-full {
        background-color: #fff !important;
        height: 54px !important
    }
}

@-moz-document url-prefix() {
    @media (min-width:768px) {

        .td-header-style-12 .td-main-menu-logo a img,
        .td-header-style-5 .td-main-menu-logo a img,
        .td-header-style-6 .td-main-menu-logo a img {
            top: -1px
        }
    }
}

.td-logo-text-container {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    z-index: 1
}

.td-logo-text-container span {
    display: inline-block;
    width: 100%
}

.td-logo-text-container .td-logo-text {
    font-size: 75px;
    font-family: serif;
    color: #222;
    line-height: 1
}

@media (max-width:767px) {
    .td-logo-text-container .td-logo-text {
        font-size: 36px
    }
}

.td-logo-text-container .td-logo {
    line-height: 1 !important
}

.td-logo-text-container .td-tagline-text {
    letter-spacing: 1.8px;
    font-size: 12px;
    font-family: serif;
    color: #777;
    padding-top: 2px;
    padding-bottom: 10px
}

.td-banner-wrap-full,
.td-header-menu-wrap-full {
    background-color: #fff
}

.td-header-style-1 .td-header-top-menu-full {
    background-color: #222
}

.td-header-style-1 .td-header-sp-logo {
    width: 500px;
    position: relative;
    height: 70px;
    margin: 40px 0 0;
    padding-left: 0
}

.td-header-style-1 .td-header-sp-logo img {
    left: auto;
    max-height: 90px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-header-style-1 .td-header-sp-logo {
        width: 300px;
        margin: 40px 0 10px;
        max-height: 60px
    }

    .td-header-style-1 .td-header-sp-logo img {
        max-height: 60px
    }

    .td-header-style-1 .td-header-sp-recs {
        margin: 0
    }
}

.td-header-style-1 .td-header-sp-recs {
    margin: 0
}

@media (max-width:767px) {
    .td-logo-text-container .td-tagline-text {
        font-size: 11px
    }

    .td-header-style-1 .td-header-sp-logo,
    .td-logo-mobile-loaded {
        display: none
    }

    .td-header-style-1 .td-header-sp-recs {
        margin: 0
    }
}

@media (min-width:768px) {

    .td-header-style-12 .td-affix .td-main-menu-logo img,
    .td-header-style-5 .td-affix .td-main-menu-logo img,
    .td-header-style-6 .td-affix .td-main-menu-logo img {
        top: 0
    }

    .td-header-style-1 .td-header-sp-recs .td-a-rec-id-header>div,
    .td-header-style-1 .td-header-sp-recs .td-g-rec-id-header>.adsbygoogle {
        margin: auto
    }
}

.td-header-style-1 .header-search-wrap .td-icon-search {
    color: #000
}

.td-header-style-1 .td-header-rec-wrap {
    display: block
}

.td-header-style-1 .td-header-rec-wrap .td-adspot-title {
    margin-bottom: 0;
    top: -21px
}

.td-header-style-1 .sf-menu a.sf-with-ul {
    padding-right: 16px
}

.td-header-style-1 .sf-menu>li>a {
    padding: 0 8px;
    line-height: 45px;
    font-size: 20px;
    color: #222;
    font-weight: 400
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-header-style-1 .sf-menu>li>a {
        padding: 0 6px;
        font-size: 19px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-header-style-1 .td-header-rec-wrap .td-adspot-title {
        top: -17px
    }

    .td-header-style-1 .sf-menu a.sf-with-ul {
        padding-right: 14px
    }

    .td-header-style-1 .sf-menu>li>a {
        padding: 0 5px;
        font-size: 15px
    }
}

.td-header-style-1 .sf-menu .ud-icon-only {
    font-size: 30px;
    line-height: 40px
}

.td-header-style-1 .td-header-main-menu {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.td-header-style-1 .td-header-menu-wrap.td-affix {
    background-color: #fff
}

.td-header-style-1 .td-header-menu-wrap.td-affix .td-header-main-menu {
    border-bottom: 1px solid #000
}

@media (max-width:767px) {
    .td-header-style-1 .td-header-rec-wrap .td-adspot-title {
        top: 0;
        margin-bottom: -10px
    }

    .td-header-style-1 .td-header-main-menu {
        border-top: 0;
        border-bottom: 0
    }

    .td-header-style-1 .td-header-menu-wrap.td-affix img {
        top: 0;
        margin-top: auto;
        margin-bottom: auto
    }
}

.td-header-style-1 .td-header-menu-wrap .menu-item-first a {
    padding: 0 5px
}

.td-header-style-1 .ud-header-social-widget {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    font-size: 28px
}

.td-header-style-1 .ud-header-social-widget .ud-social-circle-button {
    margin-right: 12px
}

.td-header-style-1 .ud-header-social-widget .ud-social-circle-button:hover .ud-icon-circle {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.td-header-style-1 .ud-header-widgets {
    position: relative;
    margin: 58px 0 0 24px;
    float: left;
    font-size: 30px;
    line-height: 1em
}

.td-header-style-1 .ud-header-widgets .td_web_title {
    font-family: 'DB Heavent', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1.05
}

.td-header-style-1 .ud-header-widgets .td_web_title a {
    color: #000
}

.td-header-style-1 .ud-header-widgets .td_web_title a:hover {
    color: #ff8300
}

.td-header-style-1 .ud-header-widgets .ud-social-circle-button {
    margin-left: 12px
}

.td-header-style-1 .ud-header-widgets .ud-social-circle-button:first-child {
    margin-left: 0
}

.td-header-style-1 .ud-header-widgets .ud-social-circle-button:hover .ud-icon-circle {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.td-header-style-1 .ud-header-widgets .ud-social-circle-button .ud-icon-circle {
    vertical-align: middle
}

.td-header-style-1 .ud-header-widgets .td_data_time {
    display: block;
    margin-top: 0;
    margin-right: 0;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #777
}

.td-header-style-1 .ud-sub-logo {
    position: relative;
    height: 40px;
    margin: 54px 0 0;
    float: right
}

@media (min-width:768px) and (max-width:1018px) {
    .td-header-style-1 .ud-header-widgets .td_data_time {
        font-size: 12px
    }

    .td-header-style-1 .ud-sub-logo {
        width: 199px;
        height: auto;
        margin: 52px 16px 0 0
    }
}

.td-header-style-1 .ud-sub-logo .ud-sub-logo-link img {
    max-height: 40px
}

.td-header-style-1 .sf-menu>.current-category-ancestor>a,
.td-header-style-1 .sf-menu>.current-menu-ancestor>a,
.td-header-style-1 .sf-menu>.current-menu-item>a,
.td-header-style-1 .sf-menu>.sfHover>a,
.td-header-style-1 .sf-menu>li>a:hover {
    color: #ff8300
}

.td-header-style-1 .sf-menu>li>a:after {
    display: none
}

.td-header-style-2 .td-header-top-menu-full {
    background-color: #222
}

.td-header-style-2 .td-header-sp-logo {
    width: 284px;
    position: relative;
    height: 90px;
    margin: 24px 28px 0
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-header-style-2 .td-header-sp-logo {
        width: 224px;
        margin: 24px 14px 0
    }
}

.td-header-style-2 .td-header-sp-logo img {
    max-height: 90px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-header-style-2 .td-header-sp-logo {
        width: 214px;
        height: 60px;
        margin-top: 14px
    }

    .td-header-style-2 .td-header-sp-logo img {
        max-height: 60px
    }
}

.td-header-style-2 .td-header-sp-recs {
    margin: 24px 0 0
}

@media (min-width:768px) {

    .td-header-style-2 .td-header-sp-recs .td-a-rec-id-header>div,
    .td-header-style-2 .td-header-sp-recs .td-g-rec-id-header>.adsbygoogle {
        margin: auto
    }
}

.td-header-style-2 .header-search-wrap .td-icon-search {
    color: #000
}

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

.td-header-style-2 .td-header-rec-wrap .td-adspot-title {
    margin-bottom: 0;
    top: -21px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-header-style-2 .td-header-sp-recs {
        margin-top: 14px
    }

    .td-header-style-2 .td-header-rec-wrap .td-adspot-title {
        top: -17px
    }
}

@media (max-width:767px) {

    .td-header-style-1 .ud-header-widgets,
    .td-header-style-1 .ud-sub-logo,
    .td-header-style-2 .td-header-sp-logo {
        display: none
    }

    .td-header-style-2 .td-header-sp-recs {
        margin: 0
    }

    .td-header-style-2 .header-search-wrap .td-icon-search {
        color: #fff
    }

    .td-header-style-2 .td-header-rec-wrap .td-adspot-title {
        top: 0;
        margin-bottom: -10px
    }

    .td-header-style-3 .td-header-sp-logo {
        display: none
    }
}

@media (min-width:1019px) {

    .homepage-post.single_template_7 .td-header-style-2 .td-header-sp-recs,
    .single_template_10 .td-header-style-2 .td-header-sp-recs,
    .single_template_11 .td-header-style-2 .td-header-sp-recs,
    .single_template_6 .td-header-style-2 .td-header-sp-recs,
    .single_template_7 .td-header-style-2 .td-header-sp-recs,
    .single_template_8 .td-header-style-2 .td-header-sp-recs,
    .td_category_template_2 .td-header-style-2 .td-header-sp-recs,
    .td_category_template_5 .td-header-style-2 .td-header-sp-recs,
    .td_category_template_6 .td-header-style-2 .td-header-sp-recs,
    .td_category_template_8 .td-header-style-2 .td-header-sp-recs {
        margin-bottom: 24px
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .homepage-post.single_template_7 .td-header-style-2 .td-header-sp-recs,
    .single_template_10 .td-header-style-2 .td-header-sp-recs,
    .single_template_11 .td-header-style-2 .td-header-sp-recs,
    .single_template_6 .td-header-style-2 .td-header-sp-recs,
    .single_template_7 .td-header-style-2 .td-header-sp-recs,
    .single_template_8 .td-header-style-2 .td-header-sp-recs,
    .td_category_template_2 .td-header-style-2 .td-header-sp-recs,
    .td_category_template_5 .td-header-style-2 .td-header-sp-recs,
    .td_category_template_6 .td-header-style-2 .td-header-sp-recs,
    .td_category_template_8 .td-header-style-2 .td-header-sp-recs {
        margin-bottom: 14px
    }
}

@media (min-width:1019px) {
    .td_category_template_7 .td-header-style-2 .td-header-sp-recs {
        margin-bottom: 6px
    }
}

.td_category_template_2 .td-header-style-2,
.td_category_template_5 .td-header-style-2 {
    border-bottom: 1px solid #f2f2f2
}

.td-header-style-3 .td-header-menu-wrap-full {
    background-color: transparent !important
}

.td-header-style-3 .td-header-top-menu-full {
    background-color: #111
}

.td-header-style-3 .td-header-sp-logo {
    width: 284px;
    position: relative;
    height: 90px;
    margin: 28px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-header-style-3 .td-header-sp-logo {
        width: 224px;
        margin-left: 0
    }
}

.td-header-style-3 .td-header-sp-logo img {
    max-height: 90px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-header-style-3 .td-header-sp-logo {
        width: 214px;
        height: 60px;
        margin: 14px 28px 0
    }

    .td-header-style-3 .td-header-sp-logo img {
        max-height: 60px
    }
}

.td-header-style-3 .td-header-sp-recs {
    margin: 28px 0
}

.td-header-style-3 .header-search-wrap .td-icon-search {
    color: #fff
}

.td-header-style-3 .td-header-main-menu {
    background-color: #151515
}

.td-header-style-3 .sf-menu>li>a {
    color: #fff
}

.td-header-style-3 .sf-menu>li>a:after {
    display: none
}

.td-header-style-3 .black-menu .sf-menu>.current-category-ancestor>a,
.td-header-style-3 .black-menu .sf-menu>.current-menu-ancestor>a,
.td-header-style-3 .black-menu .sf-menu>.current-menu-item>a,
.td-header-style-3 .black-menu .sf-menu>.sfHover>a,
.td-header-style-3 .black-menu .sf-menu>li>a:hover {
    background-color: #ff8300
}

.td-header-style-3 .td-affix {
    background-color: transparent !important
}

.td-header-style-3 .td-affix .td-header-main-menu {
    background-color: #151515
}

.td-header-style-3 .td-header-rec-wrap .td-adspot-title {
    margin-bottom: 0;
    top: -21px
}

.td_category_template_2 .td-header-style-3,
.td_category_template_5 .td-header-style-3 {
    border-bottom: 1px solid #f2f2f2
}

.td-boxed-layout .td-header-style-3 .td-header-menu-wrap {
    background-color: #151515 !important
}

.td-full-layout .td-header-style-3 .td-header-main-menu {
    padding-left: 21px
}

.td-full-layout .td-header-style-3 .td-no-subcats .td-mega-span:first-child {
    margin-left: 17px
}

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

    .td-full-layout .td-header-style-3 .td-no-subcats .td-mega-span:first-child {
        margin-left: 18px
    }
}

.td-full-layout .td-header-style-3 .td-mega-menu ul {
    width: 1100px !important;
    left: 0 !important;
    box-shadow: none;
    border-top: none
}

.td-full-layout .td-header-style-3 .td-mega-menu .td_block_mega_menu .td-next-prev-wrap {
    margin: 0 0 18px 18px
}

.td-full-layout .td-header-style-3 .td_mega_menu_sub_cats {
    width: 208px;
    padding-top: 18px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-full-layout .td-header-style-3 .td-mega-menu ul {
        width: 980px !important
    }

    .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats {
        width: 192px
    }
}

.td-full-layout .td-header-style-3 .td_mega_menu_sub_cats a {
    padding: 5px 18px
}

.td-full-layout .td-header-style-3 .block-mega-child-cats {
    max-height: 216px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-header-style-3 .td-header-sp-recs {
        margin: 14px 0
    }

    .td-header-style-3 .td-header-rec-wrap .td-adspot-title {
        top: -17px
    }

    .td-full-layout .td-header-style-3 .td-mega-menu ul {
        width: 740px !important
    }

    .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats {
        width: 144px
    }

    .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats a {
        padding: 3px 18px
    }

    .td-full-layout .td-header-style-3 .block-mega-child-cats {
        max-height: 192px
    }
}

.td-full-layout .td-header-style-3 .td-mega-row {
    padding: 18px 0 12px
}

.td-full-layout .td-header-style-3 .td-mega-span {
    width: 192px;
    min-height: 199px;
    margin-left: 18px
}

.td-full-layout .td-header-style-3 .td-mega-span .entry-thumb {
    min-height: 132px
}

.td-header-style-4 .td-header-top-menu-full {
    background-color: #111
}

.td-header-style-4 .td-main-menu-logo {
    margin: 0;
    display: block
}

.td-header-style-4 .td-main-menu-logo img {
    margin: 0 21px 0 0
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-full-layout .td-header-style-3 .td-mega-span {
        width: 174px;
        min-height: 187px
    }

    .td-full-layout .td-header-style-3 .td-mega-span .entry-thumb {
        min-height: 120px
    }

    .td-header-style-4 .td-main-menu-logo img {
        margin: 0 14px
    }

    .td-header-style-4 .sf-menu>li>a {
        padding: 0 12px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-full-layout .td-header-style-3 .td-mega-span {
        width: 126px;
        min-height: 174px
    }

    .td-full-layout .td-header-style-3 .td-mega-span .entry-thumb {
        min-height: 87px
    }

    .td-header-style-4 .td-main-menu-logo img {
        margin: 0 10px
    }
}

@media (max-width:767px) {
    .td-header-style-3 .td-header-sp-recs {
        margin: 0
    }

    .td-header-style-3 .td-header-main-menu {
        padding-left: 2px
    }

    .td-header-style-3 .td-header-rec-wrap .td-adspot-title {
        top: 0;
        margin-bottom: -10px
    }

    .td-header-style-4 .td-main-menu-logo {
        float: left;
        display: inline;
        width: 0
    }

    .td-header-style-4 .td-main-menu-logo img {
        margin: auto
    }
}

@media (min-width:768px) {

    .td-header-style-3 .td-header-sp-recs .td-a-rec-id-header>div,
    .td-header-style-3 .td-header-sp-recs .td-g-rec-id-header>.adsbygoogle {
        margin: auto
    }

    .td-header-style-4 .td-main-menu-logo img {
        top: -1px
    }

    .td-header-style-4 .td-affix .td-main-menu-logo img {
        top: 0
    }

    .td-header-style-7 .td-header-sp-logo img {
        top: -1px
    }

    .td-header-style-7 .td-affix .td-header-sp-logo img {
        top: 0
    }
}

.td-header-style-4 .td-header-sp-recs {
    width: 100%
}

.td-header-style-4 .td-header-sp-recs img {
    position: relative
}

.td-header-style-4 .td-header-sp-recs .adsbygoogle {
    position: relative;
    display: block !important
}

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

.td-header-style-4 .header-search-wrap .td-icon-search {
    color: #fff
}

.td-header-style-4 .td-header-menu-wrap-full {
    background-color: transparent !important
}

.td-header-style-4 .td-header-main-menu {
    background-color: #151515
}

.td-header-style-4 .black-menu .sf-menu>.current-category-ancestor>a,
.td-header-style-4 .black-menu .sf-menu>.current-menu-ancestor>a,
.td-header-style-4 .black-menu .sf-menu>.current-menu-item>a,
.td-header-style-4 .black-menu .sf-menu>.sfHover>a,
.td-header-style-4 .black-menu .sf-menu>li>a:hover {
    background-color: #ff8300
}

.td-header-style-4 .sf-menu>li>a {
    color: #fff
}

.td-header-style-4 .sf-menu>li>a:after {
    display: none
}

.td-header-style-4 .td-affix {
    background-color: transparent !important
}

.td-header-style-4 .td-affix .td-header-main-menu {
    background-color: #151515
}

.td_category_template_2 .td-header-style-4,
.td_category_template_5 .td-header-style-4 {
    border-bottom: 1px solid #f2f2f2
}

.td-boxed-layout .td-header-style-4 .td-header-menu-wrap {
    background-color: #151515 !important
}

.td-full-layout .td-header-style-4 .td-main-menu-logo {
    margin: 0;
    display: block
}

.td-full-layout .td-header-style-4 .td-main-menu-logo img {
    margin: 0 21px
}

.td-full-layout .td-header-style-4 .td-no-subcats .td-mega-span:first-child {
    margin-left: 17px
}

.td-full-layout .td-header-style-4 .td-mega-menu ul {
    width: 1068px !important;
    left: 0 !important;
    box-shadow: none;
    border-top: none
}

.td-full-layout .td-header-style-4 .td-mega-menu .td-next-prev-wrap {
    margin: 0 0 18px 18px
}

.td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
    width: 208px;
    padding-top: 18px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-header-style-4 .sf-menu a.sf-with-ul {
        padding-right: 26px
    }

    .td-full-layout .td-header-style-4 .td-main-menu-logo img {
        margin: 0 14px
    }

    .td-full-layout .td-header-style-4 .td-mega-menu ul {
        width: 980px !important
    }

    .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
        width: 192px
    }
}

.td-full-layout .td-header-style-4 .td_mega_menu_sub_cats a {
    padding: 5px 18px
}

.td-full-layout .td-header-style-4 .block-mega-child-cats {
    max-height: 216px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-full-layout .td-header-style-4 .td-main-menu-logo img {
        margin: 0 10px
    }

    .td-full-layout .td-header-style-4 .td-mega-menu ul {
        width: 740px !important
    }

    .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
        width: 144px
    }

    .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats a {
        padding: 3px 18px
    }

    .td-full-layout .td-header-style-4 .block-mega-child-cats {
        max-height: 192px
    }
}

.td-full-layout .td-header-style-4 .td-mega-row {
    padding: 18px 0 12px
}

.td-full-layout .td-header-style-4 .td-mega-span {
    width: 192px;
    min-height: 199px;
    margin-left: 18px
}

.td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
    min-height: 132px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-full-layout .td-header-style-4 .td-mega-span {
        width: 174px;
        min-height: 187px
    }

    .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
        min-height: 120px
    }

    .td-header-style-5 .sf-menu>li>a {
        padding: 0 12px
    }
}

.td-header-style-5 .td-header-top-menu-full {
    background-color: #f9f9f9
}

.td-header-style-5 .td-header-top-menu-full .td-header-top-menu,
.td-header-style-5 .td-header-top-menu-full a,
.td-header-style-5 .td-social-icon-wrap .td-icon-font {
    color: #000
}

.td-header-style-5 .top-header-menu .sub-menu {
    background-color: #f9f9f9
}

.td-header-style-5 .td-main-menu-logo {
    display: block;
    margin-right: 0;
    height: 60px
}

.td-header-style-5 .td-main-menu-logo a {
    line-height: 60px
}

.td-header-style-5 .td-main-menu-logo img {
    max-height: 60px;
    margin-right: 20px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-full-layout .td-header-style-4 .td-mega-span {
        width: 126px;
        min-height: 174px
    }

    .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
        min-height: 87px
    }

    .td-header-style-5 .td-main-menu-logo img {
        margin-right: 10px
    }
}

@media (max-width:767px) {
    .td-header-style-4 .td-header-rec-wrap {
        width: 100% !important;
        padding: 0 10px
    }

    .td-full-layout .td-header-style-4 .td-main-menu-logo img {
        margin: auto
    }

    .td-header-style-5 .td-main-menu-logo {
        float: left;
        margin: 0;
        display: inline;
        width: 0;
        height: 0
    }

    .td-header-style-5 .td-main-menu-logo img {
        max-height: 48px;
        margin: auto
    }
}

.td-header-style-5 .td-header-sp-recs {
    width: 100%
}

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

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

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

.td-header-style-5 .header-search-wrap .td-icon-search {
    color: #fff
}

.td-header-style-5 .td-header-menu-wrap-full {
    background-color: #151515
}

.td-header-style-5 #td-header-menu {
    min-height: 60px
}

.td-header-style-5 .black-menu .sf-menu>.current-category-ancestor>a,
.td-header-style-5 .black-menu .sf-menu>.current-menu-ancestor>a,
.td-header-style-5 .black-menu .sf-menu>.current-menu-item>a,
.td-header-style-5 .black-menu .sf-menu>.sfHover>a,
.td-header-style-5 .black-menu .sf-menu>li>a:hover {
    background-color: #ff8300
}

.td-header-style-5 .sf-menu>li>a {
    color: #fff;
    line-height: 60px
}

.td-header-style-5 .sf-menu>li>a:after {
    display: none
}

.td-header-style-5 .td-mega-menu ul {
    border-top: none
}

@media (max-width:767px) {
    .td-header-style-5 .td-header-menu-wrap-full {
        height: 54px !important
    }

    .td-header-style-5 #td-header-menu {
        min-height: 54px
    }

    .td-header-style-5 .td-header-main-menu {
        height: 54px
    }
}

.td-header-style-5 .td-affix {
    background-color: rgba(22, 22, 22, .9)
}

.td-header-style-5 .td-affix #td-header-menu {
    min-height: 48px
}

@media (min-width:1019px) {

    .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-5 .td-a-rec-id-header>div,
    .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-5 .td-g-rec-id-header>div {
        margin: 24px auto 0 !important
    }

    .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-5 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-5 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-5 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-5 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-5 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-5 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-5 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-5 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-5 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-5 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-5 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-5 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-5 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-5 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-5 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-5 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-5 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-5 .td-g-rec-id-header>div {
        margin-bottom: 24px !important
    }
}

.td_category_template_2 .td-header-style-5,
.td_category_template_5 .td-header-style-5 {
    border-bottom: 1px solid #f2f2f2
}

.td-header-style-6 .td-header-top-menu-full {
    background-color: #f9f9f9
}

.td-header-style-6 .td-header-top-menu-full .td-header-top-menu,
.td-header-style-6 .td-header-top-menu-full a,
.td-header-style-6 .td-social-icon-wrap .td-icon-font {
    color: #000
}

.td-header-style-6 .top-header-menu .sub-menu {
    background-color: #f9f9f9
}

.td-header-style-6 .td-main-menu-logo {
    display: block;
    margin-right: 42px;
    height: 80px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-header-style-5 .sf-menu a.sf-with-ul {
        padding-right: 26px
    }

    .td-header-style-6 .td-main-menu-logo {
        margin-right: 20px
    }

    .td-header-style-6 .sf-menu>li>a {
        padding: 0 12px
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-5 .td-a-rec-id-header>div,
    .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-5 .td-g-rec-id-header>div {
        margin: 14px auto 0 !important
    }

    .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-5 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-5 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-5 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-5 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-5 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-5 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-5 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-5 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-5 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-5 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-5 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-5 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-5 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-5 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-5 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-5 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-5 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-5 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-5 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-5 .td-g-rec-id-header>div {
        margin-bottom: 14px !important
    }

    .td-header-style-6 .td-main-menu-logo {
        margin-right: 10px
    }
}

.td-header-style-6 .td-main-menu-logo a {
    line-height: 80px
}

.td-header-style-6 .td-main-menu-logo img {
    max-height: 80px
}

@media (max-width:767px) {
    .td-header-style-6 .td-main-menu-logo {
        float: left;
        margin: 0;
        display: inline;
        width: 0;
        height: 0
    }

    .td-header-style-6 .td-main-menu-logo img {
        max-height: 48px
    }
}

.td-header-style-6 .td-header-sp-recs {
    width: 100%
}

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

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

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

.td-header-style-6 .header-search-wrap .td-icon-search {
    color: #fff
}

.td-header-style-6 .td-header-menu-wrap-full {
    background-color: #151515
}

.td-header-style-6 #td-header-menu {
    min-height: 80px
}

.td-header-style-6 .black-menu .sf-menu>.current-category-ancestor>a,
.td-header-style-6 .black-menu .sf-menu>.current-menu-ancestor>a,
.td-header-style-6 .black-menu .sf-menu>.current-menu-item>a,
.td-header-style-6 .black-menu .sf-menu>.sfHover>a,
.td-header-style-6 .black-menu .sf-menu>li>a:hover {
    background-color: #ff8300
}

.td-header-style-6 .sf-menu {
    float: right
}

.td-header-style-6 .sf-menu>li>a {
    color: #fff;
    line-height: 80px
}

.td-header-style-6 .sf-menu>li>a:after {
    display: none
}

.td-header-style-6 .td-mega-menu ul {
    border-top: none
}

.td-header-style-6 .td-affix {
    background-color: rgba(22, 22, 22, .9)
}

.td-header-style-6 .td-affix #td-header-menu {
    min-height: 48px
}

@media (min-width:1019px) {

    .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-6 .td-a-rec-id-header>div,
    .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-6 .td-g-rec-id-header>div {
        margin: 24px auto 0 !important
    }

    .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-6 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-6 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-6 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-6 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-6 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-6 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-6 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-6 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-6 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-6 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-6 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-6 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-6 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-6 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-6 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-6 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-6 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-6 .td-g-rec-id-header>div {
        margin-bottom: 24px !important
    }
}

.td_category_template_2 .td-header-style-6,
.td_category_template_5 .td-header-style-6 {
    border-bottom: 1px solid #f2f2f2
}

.td-header-style-7 .td-header-top-menu-full {
    background-color: #fff
}

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

.td-header-style-7 .td-header-top-menu {
    color: #000;
    border-bottom: 1px solid #e0e0e0
}

@media (max-width:767px) {
    .td-header-style-6 #td-header-menu {
        min-height: 54px
    }

    .td-header-style-6 .td-header-main-menu {
        height: 54px
    }

    .td-header-style-7 .td-header-top-menu {
        padding: 5px 0
    }

    .td-header-style-7 .td-header-sp-logo {
        display: none
    }
}

.td-header-style-7 .td-social-icon-wrap .td-icon-font {
    color: #000
}

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

.td-header-style-7 .td-header-sp-logo {
    margin-right: 42px;
    float: left;
    height: 106px;
    padding: 0
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-header-style-6 .sf-menu a.sf-with-ul {
        padding-right: 26px
    }

    .td-header-style-7 .td-header-sp-logo {
        margin-right: 20px
    }

    .td-header-style-7 .sf-menu>li>a {
        padding: 0 12px
    }
}

.td-header-style-7 .td-header-sp-logo a {
    line-height: 106px
}

@media (min-width:768px) and (max-width:1018px) {

    .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-6 .td-a-rec-id-header>div,
    .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-6 .td-g-rec-id-header>div {
        margin: 14px auto 0 !important
    }

    .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-6 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-6 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-6 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-6 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-6 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-6 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-6 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-6 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-6 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-6 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-6 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-6 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-6 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-6 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-6 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-6 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-6 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-6 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-6 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-6 .td-g-rec-id-header>div {
        margin-bottom: 14px !important
    }

    .td-header-style-7 .td-header-sp-logo {
        margin-right: 10px;
        height: 54px
    }

    .td-header-style-7 .td-header-sp-logo a {
        line-height: 54px
    }
}

.td-header-style-7 .td-header-sp-logo img {
    max-height: 106px;
    position: relative;
    padding: 6px 0;
    line-height: 106px;
    vertical-align: middle
}

.td-header-style-7 .td-main-menu-logo {
    display: none
}

.td-header-style-7 .td-header-sp-recs {
    width: 100%
}

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

@media (min-width:1019px) {

    .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-7 .td-a-rec-id-header>div,
    .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-7 .td-g-rec-id-header>div {
        margin: 24px auto 0 !important
    }

    .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-7 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-7 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-7 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-7 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-7 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-7 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-7 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-7 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-7 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-7 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-7 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-7 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-7 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-7 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-7 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-7 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-7 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-7 .td-g-rec-id-header>div {
        margin-bottom: 24px !important
    }
}

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

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

.td-header-style-7 #td-top-search {
    margin-top: 0;
    top: auto;
    bottom: 17px
}

.td-header-style-7 .header-search-wrap .td-icon-search {
    color: #000
}

.td-header-style-7 .td-header-main-menu,
.td-header-style-7 .td-header-menu-wrap-full {
    position: relative
}

.td-header-style-7 #td-header-menu {
    min-height: 106px
}

.td-header-style-7 .sf-menu {
    margin-top: 28px;
    float: right
}

.td-header-style-7 .sf-menu>li>a {
    line-height: 78px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-header-style-7 .td-header-sp-logo img {
        max-width: 140px;
        max-height: 54px;
        line-height: 54px;
        padding: 3px 0
    }

    .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-7 .td-a-rec-id-header>div,
    .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-7 .td-g-rec-id-header>div {
        margin: 14px auto 0 !important
    }

    .td-header-style-7 #td-top-search {
        bottom: 0
    }

    .td-header-style-7 #td-header-menu {
        min-height: 54px
    }

    .td-header-style-7 .sf-menu {
        margin-top: 6px
    }

    .td-header-style-7 .sf-menu>li>a {
        line-height: 48px
    }
}

.td-header-style-7 .td-affix .td-header-sp-logo {
    display: none
}

.td-header-style-7 .td-affix .td-logo-sticky {
    display: block
}

.td-header-style-7 .td-affix #td-header-menu {
    min-height: 48px
}

.td-header-style-7 .td-affix .sf-menu {
    margin-top: 0
}

.td-header-style-7 .td-affix #td-top-search {
    bottom: 0
}

.td_category_template_2 .td-header-style-7,
.td_category_template_5 .td-header-style-7 {
    border-bottom: 1px solid #f2f2f2
}

.td-header-style-8 .td-header-top-menu-full {
    background-color: #fff
}

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

.td-header-style-8 .td-header-menu-wrap-full .td-header-sp-logo {
    display: none
}

.td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-sp-logo {
    display: block;
    bottom: 0;
    top: 0;
    width: 168px;
    height: auto
}

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

    .td-header-style-7 #td-top-search {
        bottom: 0
    }

    .td-header-style-7 .header-search-wrap .td-icon-search {
        color: #fff
    }

    .td-header-style-7 #td-header-menu {
        min-height: 54px
    }

    .td-header-style-7 .td-header-main-menu {
        height: 54px
    }

    .td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-sp-logo {
        display: none
    }
}

.td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-main-menu {
    padding-left: 0
}

.td-header-style-8 .td-header-menu-wrap {
    display: table;
    width: 100%
}

.td-header-style-8 .td-header-menu-wrap.td-affix {
    background-color: rgba(255, 255, 255, .95)
}

.td-header-style-8 .td-social-icon-wrap .td-icon-font {
    color: #000
}

.td-header-style-8 .td-header-header {
    clear: both
}

.td-header-style-8 #td-header-menu {
    min-height: 48px !important
}

.td-header-style-8 .td-header-top-menu {
    margin-left: 282px;
    width: 786px;
    min-height: 53px;
    padding: 12px 0;
    color: #000;
    border-bottom: 1px solid #e0e0e0
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-header-style-7 .sf-menu a.sf-with-ul {
        padding-right: 26px
    }

    .td-header-style-8 .td-header-top-menu {
        margin-left: 212px;
        width: 768px;
        padding: 0;
        min-height: 29px
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-7 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-7 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-7 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-7 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-7 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-7 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-7 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-7 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-7 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-7 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-7 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-7 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-7 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-7 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-7 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-7 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-7 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-7 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-7 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-7 .td-g-rec-id-header>div {
        margin-bottom: 14px !important
    }

    .td-header-style-8 .td-header-top-menu {
        margin-left: 152px;
        width: 588px;
        padding: 0;
        min-height: 29px
    }
}

.td-header-style-8 .td-header-top-menu a {
    color: #000
}

.td-header-style-8 .top-header-menu .sub-menu {
    background-color: #fff !important
}

.td-header-style-8 .td-header-sp-logo {
    position: absolute;
    width: 238px;
    height: 94px;
    top: 6px;
    z-index: 10000
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-header-style-8 .td-header-sp-logo {
        width: 190px;
        height: 89px;
        top: -6px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-header-style-8 .td-header-sp-logo {
        width: 140px;
        height: 87px;
        top: -5px
    }
}

.td-header-style-8 .td-header-sp-logo img {
    max-height: 86px;
    right: auto
}

.td-header-style-8 .td-header-sp-recs {
    width: 100%
}

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

@media (min-width:1019px) {

    .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-8 .td-a-rec-id-header>div,
    .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-8 .td-g-rec-id-header>div {
        margin: 24px auto 0 !important
    }

    .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-8 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-8 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-8 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-8 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-8 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-8 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-8 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-8 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-8 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-8 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-8 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-8 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-8 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-8 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-8 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-8 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-8 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-8 .td-g-rec-id-header>div {
        margin-bottom: 24px !important
    }
}

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

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

.td-header-style-8 .header-search-wrap .td-icon-search {
    color: #000
}

.td-header-style-8 .td-header-main-menu {
    float: left;
    width: 100%;
    padding-left: 282px;
    background-color: transparent !important
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-header-style-8 .td-header-main-menu {
        padding-left: 212px
    }

    .td-header-style-12 .td-header-menu-wrap .sf-menu>li>a {
        padding: 0 13px
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-8 .td-a-rec-id-header>div,
    .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-8 .td-g-rec-id-header>div {
        margin: 14px auto 0 !important
    }

    .td-header-style-8 .td-header-main-menu {
        padding-left: 152px
    }
}

.td-header-style-8 .sf-menu>li>a {
    line-height: 53px !important
}

.td-header-style-8 .sf-menu>.current-category-ancestor>a,
.td-header-style-8 .sf-menu>.current-menu-ancestor>a,
.td-header-style-8 .sf-menu>.current-menu-item>a,
.td-header-style-8 .sf-menu>.sfHover>a,
.td-header-style-8 .sf-menu>li>a:hover {
    background-color: transparent !important
}

@media (max-width:767px) {

    .td-header-style-8 .td-header-sp-logo,
    .td-header-style-8 .td-header-top-menu {
        display: none
    }

    .td-header-style-8 .td-main-menu-logo {
        display: block
    }

    .td-header-style-8 .header-search-wrap .td-icon-search {
        color: #fff
    }

    .td-header-style-8 .td-header-main-menu {
        padding-left: 0
    }

    .td-header-style-8 .td-header-menu-wrap .td-container {
        padding: 0
    }
}

.td-header-style-8 .td-affix .td-header-sp-logo img {
    max-height: 46px;
    padding: 2px 0
}

.td_category_template_2 .td-header-style-8,
.td_category_template_5 .td-header-style-8 {
    border-bottom: 1px solid #f2f2f2
}

.td-header-style-9 .td-header-top-menu-full {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0
}

.td-header-style-9 .td-header-top-menu-full .td-header-top-menu,
.td-header-style-9 .td-header-top-menu-full a,
.td-header-style-9 .td-social-icon-wrap .td-icon-font {
    color: #000
}

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

.td-header-style-9 .td-logo-wrap-full {
    min-height: 130px;
    line-height: 130px
}

.td-header-style-9 .td-logo-wrap-full a {
    position: relative;
    z-index: 1;
    line-height: 130px;
    display: inline-block;
    vertical-align: middle
}

.td-header-style-9 .td-logo-wrap-full .td-logo {
    line-height: 130px
}

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

    .td-header-style-9 .td-logo-wrap-full .td-logo,
    .td-header-style-9 .td-logo-wrap-full a {
        line-height: 90px
    }

    .td-header-style-9 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
        display: block
    }

    .td-header-style-9 .td-logo-in-header .td-header-logo,
    .td-header-style-9 .td-main-menu-logo .td-main-logo {
        display: none
    }
}

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

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

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

.td-header-style-9 .td-header-sp-recs {
    width: 100%
}

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

@media (min-width:1019px) {

    .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-9 .td-a-rec-id-header>div,
    .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-9 .td-g-rec-id-header>div {
        margin: 24px auto 0 !important
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-8 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-8 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-8 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-8 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-8 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-8 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-8 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-8 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-8 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-8 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-8 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-8 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-8 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-8 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-8 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-8 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-8 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-8 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-8 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-8 .td-g-rec-id-header>div {
        margin-bottom: 14px !important
    }

    .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-9 .td-a-rec-id-header>div,
    .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-9 .td-g-rec-id-header>div {
        margin: 14px auto 0 !important
    }
}

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

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

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

.td-header-style-9 .header-search-wrap .td-icon-search {
    color: #000
}

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

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

.td_category_template_2 .td-header-style-9,
.td_category_template_5 .td-header-style-9 {
    border-bottom: 1px solid #f2f2f2
}

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

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

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

.td-header-style-10 .td-logo-wrap-full {
    min-height: 130px;
    line-height: 130px
}

.td-header-style-10 .td-logo-wrap-full a {
    position: relative;
    z-index: 1;
    line-height: 130px;
    display: inline-block;
    vertical-align: middle
}

.td-header-style-10 .td-logo-wrap-full .td-logo {
    line-height: 130px
}

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

    .td-header-style-10 .td-logo-wrap-full .td-logo,
    .td-header-style-10 .td-logo-wrap-full a {
        line-height: 90px
    }

    .td-header-style-10 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
        display: block
    }

    .td-header-style-10 .td-logo-in-header .td-header-logo,
    .td-header-style-10 .td-main-menu-logo .td-main-logo {
        display: none
    }
}

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

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

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

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

.td-header-style-10 .td-header-sp-recs {
    width: 100%
}

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

@media (min-width:1019px) {

    .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-9 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-9 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-9 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-9 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-9 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-9 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-9 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-9 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-9 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-9 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-9 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-9 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-9 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-9 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-9 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-9 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-9 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-9 .td-g-rec-id-header>div {
        margin-bottom: 24px !important
    }

    .td-header-style-10 .td-logo-sticky img {
        max-width: inherit
    }

    .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-10 .td-a-rec-id-header>div,
    .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-10 .td-g-rec-id-header>div {
        margin: 24px auto 0 !important
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-9 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-9 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-9 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-9 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-9 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-9 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-9 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-9 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-9 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-9 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-9 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-9 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-9 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-9 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-9 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-9 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-9 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-9 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-9 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-9 .td-g-rec-id-header>div {
        margin-bottom: 14px !important
    }

    .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-10 .td-a-rec-id-header>div,
    .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-10 .td-g-rec-id-header>div {
        margin: 14px auto 0 !important
    }
}

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

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

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

.td-header-style-10 .header-search-wrap .td-icon-search {
    color: #000
}

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

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

.td-header-style-10 .td-header-main-menu {
    padding-left: 48px
}

.td-header-style-10 #td-header-menu {
    display: table;
    margin: 0 auto
}

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

    .td_block_1 .td-block-row:last-child .td_module_4:last-child {
        padding-bottom: 0
    }
}

.td_category_template_2 .td-header-style-10,
.td_category_template_5 .td-header-style-10 {
    border-bottom: 1px solid #f2f2f2
}

.td-header-style-11 .td-header-top-menu-full {
    background-color: #222
}

.td-header-style-11 .td-header-top-menu-full .td-header-top-menu,
.td-header-style-11 .td-header-top-menu-full a {
    color: #fff
}

.td-header-style-11 .top-header-menu .sub-menu {
    background-color: #222
}

.td-header-style-11 .td-logo-wrap-full {
    width: 100%;
    min-height: 160px;
    line-height: 160px;
    border-bottom: 1px solid #eee
}

.td-header-style-11 .td-logo-wrap-full a {
    position: relative;
    z-index: 1;
    line-height: 160px;
    display: inline-block;
    vertical-align: middle
}

.td-header-style-11 .td-logo-wrap-full .td-logo {
    line-height: 160px
}

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

    .td-header-style-10 .td-header-main-menu {
        padding-left: 2px
    }

    .td-header-style-10 #td-header-menu {
        display: block
    }

    .td-header-style-11 .td-logo-wrap-full {
        line-height: 90px;
        min-height: 90px
    }

    .td-header-style-11 .td-logo-wrap-full .td-logo,
    .td-header-style-11 .td-logo-wrap-full a {
        line-height: 90px
    }

    .td-header-style-11 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
        display: block
    }

    .td-header-style-11 .td-logo-in-header .td-header-logo,
    .td-header-style-11 .td-main-menu-logo .td-main-logo {
        display: none
    }
}

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

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

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

.td-header-style-11 .td-header-sp-recs {
    width: 100%
}

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

@media (min-width:1019px) {

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

    .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-11 .td-a-rec-id-header>div,
    .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-11 .td-g-rec-id-header>div {
        margin: 24px auto 0 !important
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-10 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-10 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-10 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-10 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-10 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-10 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-10 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-10 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-10 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-10 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-10 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-10 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-10 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-10 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-10 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-10 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-10 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-10 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-10 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-10 .td-g-rec-id-header>div {
        margin-bottom: 14px !important
    }

    .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-11 .td-a-rec-id-header>div,
    .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-11 .td-g-rec-id-header>div {
        margin: 14px auto 0 !important
    }
}

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

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

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

.td-header-style-11 .header-search-wrap .td-icon-search {
    color: #000
}

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

.td-header-style-11 .sf-menu>li>a {
    line-height: 52px
}

.td-header-style-11 .td-affix:after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMCFg8LBQd761rpAAAAFklEQVQI12MQAEIFIDQAwgAGByAEAwAUCAGRLNh3YwAAAABJRU5ErkJggg==);
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -12px;
    z-index: 1
}

.td_category_template_2 .td-header-style-11 .td-logo-wrap-full,
.td_category_template_5 .td-header-style-11 .td-logo-wrap-full {
    border-bottom: 0
}

@media (min-width:1019px) {

    .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-11 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-11 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-11 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-11 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-11 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-11 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-11 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-11 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-11 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-11 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-11 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-11 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-11 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-11 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-11 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-11 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-11 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-11 .td-g-rec-id-header>div {
        margin-bottom: 24px !important
    }
}

.td_category_template_2 .td-header-style-11,
.td_category_template_5 .td-header-style-11 {
    border-bottom: 1px solid #f2f2f2
}

.td-header-style-12 .td-header-top-menu-full {
    background-color: #2b2b2b;
    z-index: 1
}

.td-header-style-12 .td-header-top-menu-full .td-header-top-menu {
    text-transform: uppercase
}

.td-header-style-12 .top-header-menu .sub-menu {
    background-color: #222
}

.td-header-style-12 .td-header-sp-top-menu,
.td-header-style-12 .td-header-sp-top-widget,
.td-header-style-12 .top-header-menu>li {
    line-height: 54px
}

.td-header-style-12 .td-main-menu-logo {
    display: block;
    height: 80px;
    margin-right: 0
}

.td-header-style-12 .td-main-menu-logo a {
    line-height: 80px
}

.td-header-style-12 .td-main-menu-logo img {
    max-height: 66px;
    margin-right: 22px
}

@media (min-width:768px) and (max-width:1018px) {

    .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-11 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-11 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-11 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-11 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-11 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-11 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-11 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-11 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-11 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-11 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-11 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-11 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-11 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-11 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-11 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-11 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-11 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-11 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-11 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-11 .td-g-rec-id-header>div {
        margin-bottom: 14px !important
    }

    .td-header-style-12 .td-main-menu-logo img {
        margin-right: 12px
    }
}

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

    .td-header-style-12 .td-main-menu-logo {
        display: inline;
        width: 0;
        height: 0
    }

    .td-header-style-12 .td-main-menu-logo img {
        max-height: 48px;
        margin: auto
    }
}

.td-header-style-12 .td-header-sp-recs {
    width: 100%
}

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

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

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

.td-header-style-12 .header-search-wrap .td-icon-search {
    color: #fff
}

.td-header-style-12 .td-header-menu-wrap-full {
    background-color: #ff8300
}

.td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%)
}

.td-header-style-12 .sf-menu>.current-category-ancestor>a,
.td-header-style-12 .sf-menu>.current-menu-ancestor>a,
.td-header-style-12 .sf-menu>.current-menu-item>a,
.td-header-style-12 .sf-menu>.sfHover>a,
.td-header-style-12 .sf-menu>li>a:hover {
    background-color: rgba(0, 0, 0, .3) !important
}

.td-header-style-12 .td-affix {
    background-color: #ff8300
}

.td-header-style-12 .td-header-menu-wrap .td-header-main-menu {
    background-color: transparent
}

.td-header-style-12 .td-header-menu-wrap .sf-menu>li>a {
    color: #fff;
    line-height: 80px
}

.td-header-style-12 .td-header-menu-wrap .sf-menu>li>a:after {
    display: none
}

.td-header-style-12 .td-mega-menu ul {
    border-top: none
}

@media (min-width:1019px) {

    .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-12 .td-a-rec-id-header>div,
    .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-12 .td-g-rec-id-header>div {
        margin: 24px auto 0 !important
    }

    .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-12 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-12 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-12 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-12 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-12 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-12 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-12 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-12 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-12 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-12 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-12 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-12 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-12 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-12 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-12 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-12 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-12 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-12 .td-g-rec-id-header>div {
        margin-bottom: 24px !important
    }
}

.td_category_template_2 .td-header-style-12,
.td_category_template_5 .td-header-style-12 {
    border-bottom: 1px solid #f2f2f2
}

.td-header-main-menu {
    position: relative;
    z-index: 999;
    padding-right: 48px
}

.sf-menu,
.sf-menu li,
.sf-menu ul {
    margin: 0;
    list-style: none
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
    background-color: #fff
}

.sf-menu>li.td-normal-menu>ul.sub-menu {
    left: -15px
}

@media (min-width:768px) and (max-width:1018px) {

    .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .td-header-style-12 .td-a-rec-id-header>div,
    .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .td-header-style-12 .td-g-rec-id-header>div {
        margin: 14px auto 0 !important
    }

    .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header>div,
    .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header>div,
    .single_template_10 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-12 .td-a-rec-id-header>div,
    .single_template_10 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .single_template_10 .td-header-style-12 .td-g-rec-id-header>div,
    .single_template_11 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-12 .td-a-rec-id-header>div,
    .single_template_11 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .single_template_11 .td-header-style-12 .td-g-rec-id-header>div,
    .single_template_6 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-12 .td-a-rec-id-header>div,
    .single_template_6 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .single_template_6 .td-header-style-12 .td-g-rec-id-header>div,
    .single_template_7 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-12 .td-a-rec-id-header>div,
    .single_template_7 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .single_template_7 .td-header-style-12 .td-g-rec-id-header>div,
    .single_template_8 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-12 .td-a-rec-id-header>div,
    .single_template_8 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .single_template_8 .td-header-style-12 .td-g-rec-id-header>div,
    .td_category_template_2 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-12 .td-a-rec-id-header>div,
    .td_category_template_2 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_2 .td-header-style-12 .td-g-rec-id-header>div,
    .td_category_template_5 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-12 .td-a-rec-id-header>div,
    .td_category_template_5 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_5 .td-header-style-12 .td-g-rec-id-header>div,
    .td_category_template_6 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-12 .td-a-rec-id-header>div,
    .td_category_template_6 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_6 .td-header-style-12 .td-g-rec-id-header>div,
    .td_category_template_8 .td-header-style-12 .td-a-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-12 .td-a-rec-id-header>div,
    .td_category_template_8 .td-header-style-12 .td-g-rec-id-header>.adsbygoogle,
    .td_category_template_8 .td-header-style-12 .td-g-rec-id-header>div {
        margin-bottom: 14px !important
    }

    .sf-menu>li.td-normal-menu>ul.sub-menu {
        left: -5px
    }
}

.sf-menu ul li {
    width: 100%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    float: left;
    position: relative
}

.sf-menu li .fa {
    margin-right: 10px;
    font-size: 1.4em;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.sf-menu li .td-only-icon {
    margin-right: 0
}

.sf-menu .td-menu-item>a {
    display: block;
    position: relative
}

.sf-menu li.sfHover ul,
.sf-menu li:hover ul {
    left: 0;
    top: auto;
    z-index: 99
}

ul.sf-menu li.sfHover li ul,
ul.sf-menu li:hover li ul {
    top: -999em
}

ul.sf-menu li li.sfHover ul,
ul.sf-menu li li:hover ul {
    left: 10em;
    top: 0 !important
}

ul.sf-menu li li.sfHover li ul,
ul.sf-menu li li:hover li ul {
    top: -999em
}

.sf-menu>.current-category-ancestor,
.sf-menu>.current-menu-ancestor,
.sf-menu>.current-menu-item {
    z-index: 0
}

.td-no-down-arrow>a .sf-sub-indicator {
    display: none
}

.sf-menu>li>a {
    padding: 0 14px;
    line-height: 48px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden
}

.sf-menu .menu_icon {
    position: relative;
    top: 13px;
    float: left
}

.sf-menu .sub-menu .menu_icon {
    top: 0
}

.sf-menu .menu_hidden {
    display: none !important
}

.sf-menu>.current-category-ancestor>a,
.sf-menu>.current-menu-ancestor>a,
.sf-menu>.current-menu-item>a,
.sf-menu>.sfHover>a,
.sf-menu>li>a:hover {
    background-color: transparent;
    z-index: 999
}

.td-affix .sf-menu>.current-category-ancestor>a,
.td-affix .sf-menu>.current-menu-ancestor>a,
.td-affix .sf-menu>.current-menu-item>a,
.td-affix .sf-menu>.sfHover>a,
.td-affix .sf-menu>li>a:hover {
    background-color: transparent
}

.sf-menu>li>a:after {
    background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s
}

.sf-menu>.current-category-ancestor>a:after,
.sf-menu>.current-menu-ancestor>a:after,
.sf-menu>.current-menu-item>a:after,
.sf-menu>.sfHover>a:after,
.sf-menu>li:hover>a:after {
    background-color: #ff8300;
    width: 100%
}

.td-normal-menu ul {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .15)
}

.sf-menu .td-normal-menu ul {
    padding: 15px 0
}

.sf-menu .td-normal-menu ul ul {
    margin: -15px 0
}

.sf-menu ul .td-menu-item>a {
    padding: 7px 30px;
    font-size: 16px;
    line-height: 20px;
    color: #111
}

.sf-menu ul .td-menu-item>a .fa {
    font-size: 1em;
    position: relative;
    top: -1px;
    width: 20px;
    margin-right: 5px;
    text-align: center
}

.sf-menu ul .td-icon-menu-down {
    float: right;
    top: 0;
    font-size: 7px
}

.sf-menu ul .current-category-ancestor>a,
.sf-menu ul .current-menu-ancestor>a,
.sf-menu ul .current-menu-item>a,
.sf-menu ul .sfHover>a,
.sf-menu ul .td-menu-item>a:hover {
    color: #ff8300
}

.sf-menu a:active,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu li.sfHover,
.sf-menu li:hover {
    outline: 0
}

.sf-menu .td-icon-menu-down {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    padding-left: 4px;
    font-size: 9px
}

@media (min-width:768px) and (max-width:1018px) {
    .sf-menu>li>a {
        padding: 0 9px;
        font-size: 11px
    }

    .sf-menu .td-normal-menu ul {
        padding: 8px 0
    }

    .sf-menu .td-normal-menu ul ul {
        margin: -8px 0
    }

    .sf-menu ul .td-menu-item>a {
        padding: 5px 16px 6px;
        font-size: 13px
    }

    .sf-menu .td-icon-menu-down {
        padding-left: 2px
    }
}

.sf-menu .sub-menu {
    -webkit-backface-visibility: hidden
}

.sf-menu .sub-menu .td-icon-menu-down {
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -9px;
    line-height: 19px
}

.sf-menu .td-menu-badge {
    font-size: 10px;
    background-color: #f0f8ff;
    color: #ff8300;
    border-radius: 10px;
    padding: 1px 7px 2px;
    margin-left: 6px;
    line-height: 1;
    position: relative;
    top: -1px
}

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

    .sf-menu,
    .td-menu-badge {
        display: none
    }
}

.sf-menu a.sf-with-ul {
    padding-right: 31px;
    min-width: 1px
}

a.sf-with-ul i.td-icon-menu-down:before {
    content: '\e808'
}

ul.sf-js-enabled>li>a>i.td-icon-menu-down:before {
    content: '\e806' !important
}

.td-mega-menu {
    position: static !important
}

.td-mega-menu ul.sub-menu {
    position: absolute;
    width: 1114px !important;
    height: auto;
    left: -23px !important;
    display: none;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.td-mega-menu .td_block_mega_menu .td-next-prev-wrap {
    margin: 0 0 22px 22px
}

.td-mega-menu-page .td-mega-grid {
    padding: 22px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-header-style-12 .td-header-menu-wrap .sf-menu a.sf-with-ul {
        padding-right: 28px
    }

    .td-mega-menu ul.sub-menu {
        width: 1024px !important
    }

    .td-mega-menu-page .td-mega-grid {
        padding: 21px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .sf-menu a.sf-with-ul {
        padding-right: 22px
    }

    .td-mega-menu ul.sub-menu {
        width: 786px !important
    }

    .td-mega-menu-page .td-mega-grid {
        padding: 22px
    }
}

.td-mega-menu-page .td-mega-grid .td_block_wrap {
    padding-bottom: 26px
}

.td-mega-menu-page .wpb_content_element {
    clear: both
}

.td-mega-menu-page .wpb_content_element .td_block_wrap .td-pulldown-filter-display-option {
    display: none
}

.td-mega-menu-page .wpb_content_element .widgettitle:after {
    width: 1200px
}

.td-mega-menu-page .wpb_content_element ul {
    display: inline-block !important;
    position: relative !important;
    width: 100% !important;
    border: none !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.td-mega-menu-page .wpb_content_element ul li {
    webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    float: none !important;
    width: auto !important;
    line-height: 30px !important;
    margin-left: 0;
    padding: 0 !important;
    list-style-type: disc !important;
    list-style-position: inside
}

.td-mega-menu-page .wpb_content_element ul li ul {
    opacity: 1 !important;
    margin-top: 4px !important;
    margin-left: 21px !important;
    padding-bottom: 0 !important
}

.td-mega-menu-page .wpb_content_element ul li ul li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.td-mega-menu-page .wpb_content_element ul li a {
    background-color: transparent !important;
    line-height: 26px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #222 !important
}

.td-mega-menu-page .wpb_content_element ul li a i {
    display: none
}

.td-mega-menu-page .wpb_content_element ul li a:hover {
    background-color: transparent !important;
    color: #ff8300 !important
}

.td-mega-menu-page .vc_wp_custommenu ul li {
    padding: 5px 0 !important;
    border-top: 1px dashed #ededed;
    list-style-type: none !important
}

.td-mega-menu-page .vc_wp_custommenu ul li:first-child {
    border: none
}

.td-mega-menu-page .vc_wp_custommenu ul li:last-child {
    border-bottom: 1px dashed #ededed
}

.td-mega-menu-page .vc_wp_custommenu ul li li {
    border-top: 1px dashed #ededed !important
}

.td_block_mega_menu {
    display: table;
    width: 100%;
    margin-bottom: 0 !important
}

.td_mega_menu_sub_cats {
    width: 218px;
    max-width: 218px;
    text-align: right;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    padding-top: 22px;
    background-color: #fafafa;
    position: relative
}

.td_mega_menu_sub_cats:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #eaeaea
}

.td_mega_menu_sub_cats a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 5px 22px;
    position: relative;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.td_mega_menu_sub_cats .cur-sub-cat {
    background-color: #fff;
    color: #ff8300;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

.td_mega_menu_sub_cats .cur-sub-cat:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 1
}

.block-mega-child-cats {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 252px;
    -webkit-overflow-scrolling: touch
}

@media (min-width:1019px) and (max-width:1140px) {
    .td_mega_menu_sub_cats {
        width: 200px;
        max-width: 200px
    }

    .td_mega_menu_sub_cats a {
        padding: 4px 22px
    }

    .block-mega-child-cats {
        max-height: 238px
    }
}

.td-mega-row {
    display: table-cell;
    padding: 22px 0 10px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_mega_menu_sub_cats {
        width: 152px;
        max-width: 152px
    }

    .td_mega_menu_sub_cats a {
        font-size: 11px;
        padding: 3px 22px
    }

    .block-mega-child-cats {
        max-height: 224px
    }

    .td-mega-row {
        padding-bottom: 6px
    }
}

.td-mega-span {
    width: 196px;
    min-height: 202px;
    float: left;
    margin-left: 22px
}

.td-mega-span .td-module-thumb {
    position: relative;
    margin-bottom: 0
}

.td-mega-span .entry-thumb {
    min-height: 135px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-mega-span {
        width: 178px;
        min-height: 189px
    }

    .td-mega-span .entry-thumb {
        min-height: 122px
    }

    .td-header-top-menu {
        overflow: visible
    }
}

.td-mega-span h3 {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 13px;
    margin: 7px 0 0;
    line-height: 18px
}

.td-mega-span h3 a {
    color: #333;
    display: block;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.td-mega-span h3 a:hover,
.td_mod_mega_menu:hover .entry-title a {
    color: #ff8300
}

#td-top-search {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px
}

#td-header-search {
    width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #eaeaea !important;
    font-family: sans-serif
}

.header-search-wrap #td-header-search-button,
.header-search-wrap #td-header-search-button-mob {
    display: block;
    position: relative
}

.header-search-wrap #td-header-search-button-mob {
    display: none
}

.header-search-wrap .td-icon-search {
    display: inline-block;
    font-size: 19px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center
}

@media (min-width:768px) and (max-width:1018px) {
    .td-mega-span {
        width: 130px;
        min-height: 176px
    }

    .td-mega-span .entry-thumb {
        min-height: 89px
    }

    .td-mega-span h3 {
        font-size: 12px;
        line-height: 16px
    }

    .header-search-wrap .td-icon-search {
        width: 15px;
        font-size: 16px
    }
}

@media (max-width:767px) {
    #td-top-search {
        top: 0;
        margin-top: 0
    }

    #td-header-search {
        width: 91%;
        font-size: 16px
    }

    .header-search-wrap #td-header-search-button {
        display: none
    }

    .header-search-wrap #td-header-search-button-mob {
        display: block
    }

    .header-search-wrap .td-icon-search {
        height: 54px;
        width: 45px;
        line-height: 54px;
        font-size: 22px;
        margin-right: 2px
    }
}

.header-search-wrap .td-drop-down-search {
    position: absolute;
    top: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    right: 0;
    border-radius: 0;
    border: none;
    width: 342px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0)
}

.header-search-wrap .td-drop-down-search .btn {
    position: absolute;
    height: 32px;
    min-width: 67px;
    line-height: 17px;
    padding: 7px 15px 8px;
    text-shadow: none;
    vertical-align: top;
    right: 20px;
    margin: 0 !important;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.header-search-wrap .td-drop-down-search .btn:hover {
    background-color: #ff8300
}

.header-search-wrap .td-drop-down-search:before {
    position: absolute;
    top: -9px;
    right: 19px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px;
    border-color: transparent transparent #ff8300
}

@media (min-width:768px) and (max-width:1018px) {
    .header-search-wrap .td-drop-down-search:before {
        right: 4px
    }
}

.header-search-wrap .td-drop-down-search:after {
    position: absolute;
    top: -3px;
    display: block;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #ff8300
}

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

.header-search-wrap .td-post-category {
    z-index: 2;
    position: relative
}

.header-search-wrap .td-drop-down-search-open {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.header-search-wrap .td-search-form {
    margin: 20px
}

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

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

.header-search-wrap .result-msg a:hover {
    color: #ff8300
}

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

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

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

.header-search-wrap .td_module_mx2 {
    padding-bottom: 0
}

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

.header-search-wrap .meta-info {
    line-height: 14px
}

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

.td-demo-multicolumn-2 .sub-menu {
    padding: 14px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
}

.td-menu-mob-open-menu .td-demo-multicolumn-2 .sub-menu {
    padding: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1
}

.td-menu-mob-open-menu .td-demo-menuitem-hide {
    display: none
}

.td-demo-menuitem-hide {
    visibility: hidden
}

.td-mega-menu-page .sub-menu ul {
    display: inline-block !important;
    position: initial !important;
    width: auto !important
}

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

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

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

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

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

.td-header-sp-top-widget {
    line-height: 28px;
    text-align: right;
    padding-left: 0 !important;
    padding-right: 0 !important
}

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

@media (max-width:767px) {
    .header-search-wrap .td-drop-down-search {
        width: 100%
    }

    .td-header-sp-top-menu {
        display: none !important
    }

    .td-header-sp-top-widget {
        width: 100%;
        text-align: center
    }
}

.td_data_time {
    display: inline-block;
    margin-right: 32px
}

.menu-top-container {
    display: inline-block;
    margin-right: 16px
}

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

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

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

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

.top-header-menu li a:hover {
    color: #ff8300
}

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

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

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

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

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

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

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

.top-header-menu .td_user_logd_in {
    font-weight: 700
}

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

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

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

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

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

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

.td-social-icon-wrap>a {
    display: inline-block
}

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

.top-bar-style-1 .td-header-sp-top-widget {
    float: right
}

.top-bar-style-2 .td_ul_login,
.top-bar-style-2 .td_ul_logout {
    margin-right: 32px
}

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

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

.top-bar-style-4 .td-header-sp-top-menu,
.top-bar-style-4 .td-header-sp-top-widget {
    float: right
}

#td-outer-wrap {
    overflow: hidden
}

#td-top-mobile-toggle {
    display: none
}

#td-top-mobile-toggle a {
    display: inline-block
}

#td-top-mobile-toggle i {
    font-size: 27px;
    width: 45px;
    line-height: 54px;
    height: 54px;
    display: inline-block;
    padding-top: 1px;
    color: #000
}

.admin-bar #td-mobile-nav {
    padding-top: 32px
}

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

    #td-outer-wrap {
        overflow: hidden;
        margin: auto;
        width: 100%;
        -webkit-transition: transform .7s;
        -moz-transition: transform .7s;
        -o-transition: transform .7s;
        transition: transform .7s;
        -webkit-transform-origin: 50% 200px 0;
        -moz-transform-origin: 50% 200px 0;
        -o-transform-origin: 50% 200px 0;
        transform-origin: 50% 200px 0
    }

    #td-top-mobile-toggle {
        display: inline-block;
        position: relative
    }

    .admin-bar #td-mobile-nav {
        padding-top: 46px
    }
}

.td-menu-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: fixed;
    display: block;
    width: 100%;
    height: 113%;
    z-index: 9999;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0)
}

.td-menu-background:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .95;
    background: #222
}

#td-mobile-nav {
    padding: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
    transform: translate3d(-99%, 0, 0);
    -webkit-transform: translate3d(-99%, 0, 0);
    -moz-transform: translate3d(-99%, 0, 0);
    -ms-transform: translate3d(-99%, 0, 0);
    -o-transform: translate3d(-99%, 0, 0);
    left: -1%;
    font-family: 'DB Heavent', sans-serif;
    height: 1px;
    overflow: hidden
}

#td-mobile-nav .td_display_err {
    text-align: center;
    color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    margin: -9px -30px 24px;
    font-size: 14px;
    border-radius: 0;
    padding: 12px;
    position: relative;
    background-color: rgba(255, 255, 255, .06);
    display: none
}

#td-mobile-nav input:invalid {
    box-shadow: none !important
}

#td-mobile-nav,
.td-menu-background {
    visibility: visible;
    -webkit-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
    -moz-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
    -o-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
    transition: transform .5s cubic-bezier(.79, .14, .15, .86)
}

#td-mobile-nav .td-menu-socials {
    padding: 0 65px 0 20px;
    overflow: hidden;
    height: 60px
}

#td-mobile-nav .td-social-icon-wrap {
    margin: 20px 5px 0 0;
    display: inline-block
}

#td-mobile-nav .td-social-icon-wrap i {
    border: none;
    background-color: transparent;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    vertical-align: middle
}

#td-mobile-nav .td-social-icon-wrap .td-icon-instagram {
    font-size: 16px
}

.td-mobile-close {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1000
}

.td-mobile-close .td-icon-close-mobile {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    color: #fff;
    top: 4px;
    position: relative
}

.td-mobile-content {
    padding: 20px 20px 0
}

.td-mobile-content .fa {
    margin-right: 10px;
    min-width: 22px !important;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;
    top: -1px
}

.td-mobile-content .sub-menu .fa {
    margin-right: 5px;
    min-width: 16px !important;
    font-size: 13px
}

.td-mobile-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.td-mobile-content li {
    float: none;
    margin-left: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.td-mobile-content li a {
    display: block;
    line-height: 24px;
    font-size: 24px;
    color: #fff;
    margin-left: 0;
    padding: 12px 30px 12px 12px;
    font-weight: 400
}

.td-mobile-content .td-icon-menu-right {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: -4px;
    z-index: 1000;
    font-size: 14px;
    padding: 6px 12px;
    float: right;
    color: #fff;
    -webkit-transform-origin: 50% 48% 0;
    -moz-transform-origin: 50% 48% 0;
    -o-transform-origin: 50% 48% 0;
    transform-origin: 50% 48% 0;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.td-mobile-content .td-icon-menu-right:before {
    content: '\e83d'
}

.td-mobile-content .td-sub-menu-open>a i {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0)
}

.td-mobile-content .td-sub-menu-open>ul {
    display: block;
    max-height: 2000px;
    opacity: .9
}

.td-mobile-content .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
    transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1)
}

.td-mobile-content .sub-menu .td-icon-menu-right {
    font-size: 11px;
    right: -2px;
    top: 8px;
    color: #fff
}

.td-mobile-content .sub-menu a {
    padding: 9px 26px 9px 36px !important;
    line-height: 23px;
    font-size: 18px;
    font-weight: 400
}

.td-mobile-content .sub-menu .sub-menu a {
    padding-left: 55px !important
}

.td-mobile-content .sub-menu .sub-menu .sub-menu a {
    padding-left: 74px !important
}

.td-mobile-content .current-category-ancestor>a,
.td-mobile-content .current-menu-ancestor>a,
.td-mobile-content .current-menu-item>a {
    color: #feb972
}

.td-mobile-content .menu_icon {
    display: none
}

.td-mobile-content .menu-item-has-children a {
    width: 100%;
    z-index: 1
}

.td-menu-mob-open-menu,
.td-mobile-content .td-link-element-after {
    position: relative
}

.td-menu-mob-open-menu #wpadminbar {
    position: fixed !important
}

.td-menu-mob-open-menu #td-outer-wrap {
    position: fixed;
    transform: scale3d(.9, .9, .9);
    -webkit-transform: scale3d(.9, .9, .9);
    -moz-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    -o-transform: scale3d(.9, .9, .9);
    -webkit-box-shadow: 0 0 46px #000;
    -moz-box-shadow: 0 0 46px #000;
    box-shadow: 0 0 46px #000
}

.td-menu-mob-open-menu #td-mobile-nav {
    height: auto;
    overflow: auto;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    left: 0
}

.td-menu-mob-open-menu .td-menu-background {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.td-menu-mob-open-menu.admin-bar #td-mobile-nav {
    padding-top: 0
}

.td-mobile-container {
    padding-bottom: 20px;
    position: relative;
    opacity: 1;
    -webkit-transition: .5s .5s;
    -moz-transition: .5s .5s;
    -o-transition: .5s .5s;
    transition: .5s .5s
}

.td-hide-menu-content .td-mobile-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.td-hide-menu-content .td-mobile-content {
    display: none
}

#td-mobile-nav .td-login-animation {
    opacity: 0;
    -webkit-transition: .5s .5s;
    -moz-transition: .5s .5s;
    -o-transition: .5s .5s;
    transition: .5s .5s;
    position: absolute;
    top: 0;
    width: 100%
}

#td-mobile-nav .td-login-animation .td-login-inputs {
    height: 76px
}

#td-mobile-nav .td-login-hide {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden !important
}

#td-mobile-nav .td-login-show {
    visibility: visible !important;
    opacity: 1
}

#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
}

@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, .1);
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, .1);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .1);
    overflow: hidden;
    position: relative
}

@media (max-width:320px) {
    #td-mobile-nav .td-menu-avatar .td-avatar-container {
        -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, .1);
        -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, .1);
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .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: 700;
    margin: 0 100px 0 95px;
    overflow: hidden;
    height: 60px
}

@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, .1);
    background-color: rgba(255, 255, 255, .03);
    font-size: 14px;
    font-weight: 700
}

#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: 700;
    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: .3
}

#td-mobile-nav .td-guest-wrap .td-menu-login a {
    cursor: pointer
}

#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);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    line-height: 74px;
    width: 74px
}

#td-mobile-nav .td-register-section .td-login-input {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: 0 0;
    outline: 0;
    margin: 18px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .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: .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, .36);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .36);
    box-shadow: 0 0 8px rgba(0, 0, 0, .36);
    margin: 17px 0 15px;
    font-size: 17px;
    border-radius: 0;
    background-color: #fff;
    opacity: .8;
    text-shadow: none
}

#td-mobile-nav .td-register-section .td-login-info-text {
    text-align: center;
    margin-bottom: 20px
}

#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: 700;
    width: 100%;
    margin-bottom: 10px
}

.td-search-wrap-mob {
    padding: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    text-align: center;
    z-index: 9999;
    visibility: hidden;
    color: #fff;
    font-family: 'DB Heavent', sans-serif
}

.td-search-wrap-mob .td-drop-down-search {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-backface-visibility: hidden;
    position: relative
}

.td-search-wrap-mob #td-header-search-mob {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    height: 40px;
    line-height: 36px;
    border: 0;
    background: 0 0;
    outline: 0;
    margin: 8px 0;
    padding: 0;
    text-align: center
}

.td-search-wrap-mob .td-search-input {
    margin: 0 5%;
    position: relative
}

.td-search-wrap-mob .td-search-input span {
    opacity: .8;
    font-size: 20px
}

.td-search-wrap-mob .td-search-input:after,
.td-search-wrap-mob .td-search-input:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: .2
}

.td-search-wrap-mob .td-search-input:after {
    opacity: .8;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: transform .5s .8s;
    -moz-transition: transform .5s .8s;
    -o-transition: transform .5s .8s;
    transition: transform .5s .8s
}

.td-search-wrap-mob .td_module_wrap {
    text-align: left
}

.td-search-wrap-mob .td_module_wrap .entry-title {
    font-size: 18px;
    line-height: 23px
}

.td-search-wrap-mob .td_module_wrap .entry-title a,
.td-search-wrap-mob .td_module_wrap:hover .entry-title a {
    color: #fff
}

.td-search-wrap-mob .td-post-date {
    color: #ddd;
    opacity: .8
}

.td-search-wrap-mob .td-search-form {
    margin-bottom: 30px
}

.td-search-wrap-mob .td-aj-search-results {
    margin: 0 5%;
    text-align: left
}

.td-search-wrap-mob .td-module-thumb {
    top: auto;
    left: auto
}

.td-search-wrap-mob .result-msg {
    margin: 0 5%
}

.td-search-wrap-mob .result-msg a {
    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, .36);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .36);
    box-shadow: 0 0 8px rgba(0, 0, 0, .36);
    margin: 10px 0 40px;
    font-size: 17px;
    border-radius: 0;
    background-color: #fff;
    opacity: .8
}

.td-search-wrap-mob #ud-header-search-top-mop-btn {
    display: none;
    margin: 30px 5% 0
}

.td-search-wrap-mob #ud-header-search-top-mop-btn input#ud-header-search-top-mop {
    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, .36);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .36);
    box-shadow: 0 0 8px rgba(0, 0, 0, .36);
    margin: 10px 0 40px;
    font-size: 17px;
    border-radius: 0;
    background-color: #fff;
    opacity: .8
}

.td-search-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: fixed;
    display: block;
    width: 100%;
    height: 113%;
    z-index: 9999;
    -webkit-transition: .5s cubic-bezier(.79, .14, .15, .86);
    -moz-transition: .5s cubic-bezier(.79, .14, .15, .86);
    -o-transition: .5s cubic-bezier(.79, .14, .15, .86);
    transition: .5s cubic-bezier(.79, .14, .15, .86);
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    visibility: hidden
}

.td-search-background:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .95;
    background: #222
}

.td-search-close {
    text-align: right;
    z-index: 1000
}

.td-search-close .td-icon-close-mobile {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    color: #fff;
    position: relative;
    top: 4px;
    right: 0
}

.td-search-opened {
    position: relative
}

.td-search-opened #wpadminbar {
    position: fixed !important
}

.td-search-opened #td-outer-wrap {
    position: fixed;
    transform: scale3d(.9, .9, .9);
    -webkit-transform: scale3d(.9, .9, .9);
    -moz-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    -o-transform: scale3d(.9, .9, .9);
    -webkit-box-shadow: 0 0 46px;
    -moz-box-shadow: 0 0 46px;
    box-shadow: 0 0 46px
}

.td-search-opened .td-search-wrap-mob .td-drop-down-search {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s .3s;
    -moz-transition: .5s .3s;
    -o-transition: .5s .3s;
    transition: .5s .3s
}

.td-search-opened .td-search-background {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    visibility: visible
}

.td-search-opened .td-search-input:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1)
}

.td-search-opened.admin-bar .td-search-wrap-mob {
    padding-top: 0
}

.admin-bar .td-search-wrap-mob {
    padding-top: 32px
}

#td-mobile-nav label {
    position: absolute;
    top: 26px;
    left: 10px;
    font-size: 17px;
    color: #fff;
    opacity: .6;
    pointer-events: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.td-login-inputs {
    position: relative
}

body,
p {
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    line-height: 1.1;
}

p {
    margin-top: 0;
    margin-bottom: 21px
}

a:active,
a:focus {
    outline: 0
}

ins {
    background: #fff;
    text-decoration: none
}

code {
    position: relative;
    top: -1px;
    border: none;
    background-color: #f1f1f1;
    padding: 2px 6px
}

pre {
    overflow: auto;
    background-color: #f1f1f1;
    padding: 4px 10px;
    border: none;
    border-radius: 0;
    margin-top: 24px
}

cite {
    font-family: sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    color: #000
}

cite a {
    color: #000
}

cite a:hover {
    color: #ff8300
}

q {
    font-style: italic
}

ol,
ul {
    padding: 0
}

ol li,
ul li {
    line-height: 24px;
    margin-left: 21px
}

.dl-horizontal a {
    font-weight: 500 !important
}

.dl-horizontal dt {
    width: 70px;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px
}

.dl-horizontal dd {
    margin-left: 90px;
    line-height: 24px;
    font-size: 14px
}

address {
    font-size: inherit !important;
    line-height: inherit !important;
    margin-bottom: 21px
}

big {
    text-transform: uppercase
}

embed,
table {
    width: 100%
}

table th {
    text-align: left;
    border: 1px solid #ededed;
    padding: 2px 8px
}

table td {
    border: 1px solid #ededed;
    padding: 2px 8px
}

table .odd td {
    background-color: #fcfcfc
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
    color: #111;
    font-weight: 400;
    margin: 6px 0
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: #111
}

h1 {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
}

h2 {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
}

h3 {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
}

h4 {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
}

h5 {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}

h6 {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.videopress-placeholder {
    width: 100% !important;
}

.videopress-poster {
    height: auto !important;
    width: 100% !important
}

.video-player {
    width: 100% !important
}

textarea {
    overflow: auto;
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 168px;
    min-height: 168px;
    padding: 6px 9px
}

input[type=email]:active,
input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=url]:active,
input[type=url]:focus,
textarea:active,
textarea:focus {
    border-color: #b0b0b0 !important
}

input:focus,
input[type]:focus,
textarea:focus {
    outline: 0
}

input[type=submit] {
    font-family: sans-serif;
    font-size: 13px;
    background-color: #222;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

input[type=submit]:hover {
    background-color: #ff8300
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px
}

@media (max-width:767px) {
    .admin-bar .td-search-wrap-mob {
        padding-top: 46px
    }

    input[type=email],
    input[type=tel],
    input[type=text],
    input[type=url],
    textarea {
        font-size: 16px
    }
}

input[type=password] {
    width: 100%;
    position: relative;
    top: 0;
    display: inline-table;
    vertical-align: middle;
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #ccc;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
    margin-bottom: 10px
}

.mce-content-body img,
.td-post-content img,
.td_block_text_with_title img,
.woocommerce #tab-description img,
.wpb_text_column img {
    margin-bottom: 21px
}

.mce-content-body figure img,
.td-post-content figure img,
.td_block_text_with_title figure img,
.woocommerce #tab-description figure img,
.wpb_text_column figure img {
    margin-bottom: 0
}

.mce-content-body .alignnone,
.td-post-content .alignnone,
.td_block_text_with_title .alignnone,
.woocommerce #tab-description .alignnone,
.wpb_text_column .alignnone {
    display: inline-block;
    margin: 0
}

img.wp-smiley {
    width: auto
}

.wp-caption-dd,
.wp-caption-text {
    font-family: sans-serif;
    text-align: left;
    margin: 6px 0 26px;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    color: #444
}

.wp-caption {
    text-align: center;
    max-width: 100% !important
}

.wp-caption img {
    max-width: 100% !important
}

.alignnone {
    margin-top: 0
}

.aligncenter {
    text-align: center;
    clear: both;
    display: block;
    margin: 6px auto
}

figure.aligncenter,
figure.alignleft,
figure.alignright {
    margin-bottom: 0
}

.aligncenter img,
.alignnone img {
    width: 100%
}

.alignleft {
    float: left;
    margin-top: 6px;
    margin-right: 24px;
    margin-bottom: 6px !important;
    margin-left: 0
}

@media (min-width:1019px) and (max-width:1140px) {
    .alignleft {
        max-width: 312px !important;
        margin-right: 21px
    }

    .mceContentBody-max-width-big .alignleft,
    .td-pb-span12 .alignleft {
        max-width: 550px !important
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .alignleft {
        max-width: 220px !important;
        margin-right: 21px
    }
}

@media (max-width:767px) {
    input[type=password] {
        font-size: 16px
    }

    .mce-content-body .alignnone,
    .td-post-content .alignnone,
    .td_block_text_with_title .alignnone,
    .woocommerce #tab-description .alignnone,
    .wpb_text_column .alignnone {
        margin: 0
    }

    .alignleft {
        max-width: 220px !important;
        margin-right: 21px
    }
}

@media (max-width:500px) {
    .alignleft {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        margin-bottom: 21px
    }

    .alignleft img {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .alignleft figcaption {
        text-align: center
    }
}

.mce-content-body .alignleft {
    margin: 6px 24px 6px 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.alignright {
    float: right;
    margin-top: 6px;
    margin-right: 0;
    margin-bottom: 6px !important;
    margin-left: 24px
}

@media (min-width:1019px) and (max-width:1140px) {
    .alignright {
        max-width: 312px !important;
        margin-left: 21px
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .mceContentBody-max-width-big .alignleft,
    .td-pb-span12 .alignleft {
        max-width: 400px !important
    }

    .alignright {
        max-width: 220px !important;
        margin-left: 21px
    }
}

@media (max-width:767px) {
    .alignright {
        max-width: 220px !important;
        margin-left: 21px
    }
}

@media (max-width:500px) {
    .alignright {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        margin-bottom: 21px
    }

    .alignright img {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .alignright figcaption {
        text-align: center
    }
}

.mce-content-body .alignright {
    margin: 6px 0 6px 24px
}

@media (min-width:1019px) and (max-width:1140px) {

    .mceContentBody-max-width-big .alignright,
    .td-pb-span12 .alignright {
        max-width: 550px !important
    }
}

.mce-content-body,
.td-page-content,
.td-post-content,
.td_block_text_with_title,
.woocommerce #tab-description,
.wpb_text_column {
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #666
}

.mce-content-body a:hover,
.td-page-content a:hover,
.td-post-content a:hover,
.td_block_text_with_title a:hover,
.woocommerce #tab-description a:hover,
.wpb_text_column a:hover {
    text-decoration: underline
}

.mce-content-body ol,
.mce-content-body ul,
.td-page-content ol,
.td-page-content ul,
.td-post-content ol,
.td-post-content ul,
.td_block_text_with_title ol,
.td_block_text_with_title ul,
.woocommerce #tab-description ol,
.woocommerce #tab-description ul,
.wpb_text_column ol,
.wpb_text_column ul {
    margin-bottom: 26px
}

.mce-content-body li,
.mce-content-body p,
.td-page-content li,
.td-page-content p,
.td-post-content li,
.td-post-content p,
.td_block_text_with_title li,
.td_block_text_with_title p,
.woocommerce #tab-description li,
.woocommerce #tab-description p,
.wpb_text_column li,
.wpb_text_column p {
    font-family: 'Sarabun', sans-serif;
    font-size: 20px;
    line-height: 1.7;
}

.mce-content-body p,
.td-page-content p,
.td-post-content p,
.td_block_text_with_title p,
.woocommerce #tab-description p,
.wpb_text_column p {
    margin-bottom: 24px
}

.mce-content-body .td-arrow-list,
.td-page-content .td-arrow-list,
.td-post-content .td-arrow-list,
.td_block_text_with_title .td-arrow-list,
.woocommerce #tab-description .td-arrow-list,
.wpb_text_column .td-arrow-list {
    list-style: none;
    margin-left: 16px
}

.mce-content-body .td-arrow-list li:before,
.td-page-content .td-arrow-list li:before,
.td-post-content .td-arrow-list li:before,
.td_block_text_with_title .td-arrow-list li:before,
.woocommerce #tab-description .td-arrow-list li:before,
.wpb_text_column .td-arrow-list li:before {
    font-family: newspaper, sans-serif;
    content: '\e803';
    float: left;
    margin-left: -16px;
    line-height: 26px;
    font-size: 14px
}

.mce-content-body embed,
.mce-content-body iframe,
.mce-content-body object,
.td-page-content embed,
.td-page-content iframe,
.td-page-content object,
.td-post-content embed,
.td-post-content iframe,
.td-post-content object,
.td_block_text_with_title embed,
.td_block_text_with_title iframe,
.td_block_text_with_title object,
.woocommerce #tab-description embed,
.woocommerce #tab-description iframe,
.woocommerce #tab-description object,
.wpb_text_column embed,
.wpb_text_column iframe,
.wpb_text_column object {
    max-width: 100% !important
}

.mce-content-body iframe.instagram-media,
.td-page-content iframe.instagram-media,
.td-post-content iframe.instagram-media,
.td_block_text_with_title iframe.instagram-media,
.woocommerce #tab-description iframe.instagram-media,
.wpb_text_column iframe.instagram-media {
    margin: 1px 0 12px !important
}

.entry-title a:hover,
.td-post-category:hover,
.td_block_wrap a:hover,
.widget a:hover {
    text-decoration: none !important
}

.bbpress blockquote,
.comment-content blockquote,
.mce-content-body blockquote,
.td-page-content blockquote,
.td-post-content blockquote,
.td_block_text_with_title blockquote,
.woocommerce #tab-description blockquote,
.wpb_text_column blockquote {
    padding: 0;
    position: relative;
    border-left: none;
    margin: 40px 5% 38px
}

.bbpress blockquote p,
.comment-content blockquote p,
.mce-content-body blockquote p,
.td-page-content blockquote p,
.td-post-content blockquote p,
.td_block_text_with_title blockquote p,
.woocommerce #tab-description blockquote p,
.wpb_text_column blockquote p {
    font-family: sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    color: #ff8300;
    word-wrap: break-word
}

@media (min-width:768px) and (max-width:1018px) {

    .mceContentBody-max-width-big .alignright,
    .td-pb-span12 .alignright {
        max-width: 400px !important
    }

    .bbpress blockquote p,
    .comment-content blockquote p,
    .mce-content-body blockquote p,
    .td-page-content blockquote p,
    .td-post-content blockquote p,
    .td_block_text_with_title blockquote p,
    .woocommerce #tab-description blockquote p,
    .wpb_text_column blockquote p {
        font-size: 24px;
        line-height: 32px
    }
}

.bbpress .twitter-tweet p,
.comment-content .twitter-tweet p,
.mce-content-body .twitter-tweet p,
.td-page-content .twitter-tweet p,
.td-post-content .twitter-tweet p,
.td_block_text_with_title .twitter-tweet p,
.woocommerce #tab-description .twitter-tweet p,
.wpb_text_column .twitter-tweet p {
    font-family: initial;
    font-size: initial;
    line-height: initial;
    font-style: initial;
    text-align: initial;
    text-transform: initial;
    color: initial;
    font-weight: initial
}

.bbpress .td_quote_right,
.comment-content .td_quote_right,
.mce-content-body .td_quote_right,
.td-page-content .td_quote_right,
.td-post-content .td_quote_right,
.td_block_text_with_title .td_quote_right,
.woocommerce #tab-description .td_quote_right,
.wpb_text_column .td_quote_right {
    float: right;
    width: 50%;
    margin: 21px 0 21px 21px
}

@media (max-width:767px) {

    .bbpress blockquote,
    .comment-content blockquote,
    .mce-content-body blockquote,
    .td-page-content blockquote,
    .td-post-content blockquote,
    .td_block_text_with_title blockquote,
    .woocommerce #tab-description blockquote,
    .wpb_text_column blockquote {
        margin: 20px 3% 18px
    }

    .bbpress blockquote p,
    .comment-content blockquote p,
    .mce-content-body blockquote p,
    .td-page-content blockquote p,
    .td-post-content blockquote p,
    .td_block_text_with_title blockquote p,
    .woocommerce #tab-description blockquote p,
    .wpb_text_column blockquote p {
        font-size: 22px;
        line-height: 30px
    }

    .bbpress .td_quote_right,
    .comment-content .td_quote_right,
    .mce-content-body .td_quote_right,
    .td-page-content .td_quote_right,
    .td-post-content .td_quote_right,
    .td_block_text_with_title .td_quote_right,
    .woocommerce #tab-description .td_quote_right,
    .wpb_text_column .td_quote_right {
        float: none;
        width: auto;
        margin-right: 5%;
        margin-left: 5%
    }
}

.bbpress .td_quote_left,
.comment-content .td_quote_left,
.mce-content-body .td_quote_left,
.td-page-content .td_quote_left,
.td-post-content .td_quote_left,
.td_block_text_with_title .td_quote_left,
.woocommerce #tab-description .td_quote_left,
.wpb_text_column .td_quote_left {
    float: left;
    width: 50%;
    margin: 18px 18px 18px 0
}

.bbpress .td_quote_left p,
.comment-content .td_quote_left p,
.mce-content-body .td_quote_left p,
.td-page-content .td_quote_left p,
.td-post-content .td_quote_left p,
.td_block_text_with_title .td_quote_left p,
.woocommerce #tab-description .td_quote_left p,
.wpb_text_column .td_quote_left p {
    text-align: left
}

@media (max-width:767px) {

    .bbpress .td_quote_left,
    .comment-content .td_quote_left,
    .mce-content-body .td_quote_left,
    .td-page-content .td_quote_left,
    .td-post-content .td_quote_left,
    .td_block_text_with_title .td_quote_left,
    .woocommerce #tab-description .td_quote_left,
    .wpb_text_column .td_quote_left {
        float: none;
        width: auto;
        margin-right: 5%;
        margin-left: 5%
    }

    .bbpress .td_quote_left p,
    .comment-content .td_quote_left p,
    .mce-content-body .td_quote_left p,
    .td-page-content .td_quote_left p,
    .td-post-content .td_quote_left p,
    .td_block_text_with_title .td_quote_left p,
    .woocommerce #tab-description .td_quote_left p,
    .wpb_text_column .td_quote_left p {
        text-align: center
    }
}

.bbpress .td_quote_box,
.comment-content .td_quote_box,
.mce-content-body .td_quote_box,
.td-page-content .td_quote_box,
.td-post-content .td_quote_box,
.td_block_text_with_title .td_quote_box,
.woocommerce #tab-description .td_quote_box,
.wpb_text_column .td_quote_box {
    margin: 0;
    background-color: #fcfcfc;
    border-left: 2px solid #ff8300;
    padding: 15px 23px 0;
    position: relative;
    top: 6px;
    clear: both
}

.bbpress .td_quote_box p,
.comment-content .td_quote_box p,
.mce-content-body .td_quote_box p,
.td-page-content .td_quote_box p,
.td-post-content .td_quote_box p,
.td_block_text_with_title .td_quote_box p,
.woocommerce #tab-description .td_quote_box p,
.wpb_text_column .td_quote_box p {
    font-family: sans-serif;
    color: #777;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 16px;
    margin: 0;
    text-transform: none
}

.bbpress .td_box_left,
.comment-content .td_box_left,
.mce-content-body .td_box_left,
.td-page-content .td_box_left,
.td-post-content .td_box_left,
.td_block_text_with_title .td_box_left,
.woocommerce #tab-description .td_box_left,
.wpb_text_column .td_box_left {
    width: 40%;
    float: left;
    margin: 0 34px 20px 0
}

@media (max-width:767px) {

    .bbpress .td_box_left,
    .comment-content .td_box_left,
    .mce-content-body .td_box_left,
    .td-page-content .td_box_left,
    .td-post-content .td_box_left,
    .td_block_text_with_title .td_box_left,
    .woocommerce #tab-description .td_box_left,
    .wpb_text_column .td_box_left {
        float: none;
        margin: 0 0 36px;
        width: auto
    }
}

.bbpress .td_box_left p,
.comment-content .td_box_left p,
.mce-content-body .td_box_left p,
.td-page-content .td_box_left p,
.td-post-content .td_box_left p,
.td_block_text_with_title .td_box_left p,
.woocommerce #tab-description .td_box_left p,
.wpb_text_column .td_box_left p {
    text-align: left
}

.bbpress .td_box_right,
.comment-content .td_box_right,
.mce-content-body .td_box_right,
.td-page-content .td_box_right,
.td-post-content .td_box_right,
.td_block_text_with_title .td_box_right,
.woocommerce #tab-description .td_box_right,
.wpb_text_column .td_box_right {
    width: 30%;
    float: right;
    margin: 0 0 20px 34px
}

@media (max-width:767px) {

    .bbpress .td_box_right,
    .comment-content .td_box_right,
    .mce-content-body .td_box_right,
    .td-page-content .td_box_right,
    .td-post-content .td_box_right,
    .td_block_text_with_title .td_box_right,
    .woocommerce #tab-description .td_box_right,
    .wpb_text_column .td_box_right {
        float: none;
        margin: 0 0 36px;
        width: auto
    }
}

.bbpress .td_box_right p,
.comment-content .td_box_right p,
.mce-content-body .td_box_right p,
.td-page-content .td_box_right p,
.td-post-content .td_box_right p,
.td_block_text_with_title .td_box_right p,
.woocommerce #tab-description .td_box_right p,
.wpb_text_column .td_box_right p {
    text-align: left
}

.bbpress .td_box_center,
.comment-content .td_box_center,
.mce-content-body .td_box_center,
.td-page-content .td_box_center,
.td-post-content .td_box_center,
.td_block_text_with_title .td_box_center,
.woocommerce #tab-description .td_box_center,
.wpb_text_column .td_box_center {
    margin: 0 0 29px
}

@media (max-width:767px) {

    .bbpress .td_box_center,
    .comment-content .td_box_center,
    .mce-content-body .td_box_center,
    .td-page-content .td_box_center,
    .td-post-content .td_box_center,
    .td_block_text_with_title .td_box_center,
    .woocommerce #tab-description .td_box_center,
    .wpb_text_column .td_box_center {
        margin-bottom: 36px
    }
}

.bbpress .td_pull_quote,
.comment-content .td_pull_quote,
.mce-content-body .td_pull_quote,
.td-page-content .td_pull_quote,
.td-post-content .td_pull_quote,
.td_block_text_with_title .td_pull_quote,
.woocommerce #tab-description .td_pull_quote,
.wpb_text_column .td_pull_quote {
    padding: 18px 25px;
    margin: 0;
    clear: both
}

.bbpress .td_pull_quote p,
.comment-content .td_pull_quote p,
.mce-content-body .td_pull_quote p,
.td-page-content .td_pull_quote p,
.td-post-content .td_pull_quote p,
.td_block_text_with_title .td_pull_quote p,
.woocommerce #tab-description .td_pull_quote p,
.wpb_text_column .td_pull_quote p {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: none;
    text-align: center
}

.bbpress .td_pull_quote p:first-child:before,
.comment-content .td_pull_quote p:first-child:before,
.mce-content-body .td_pull_quote p:first-child:before,
.td-page-content .td_pull_quote p:first-child:before,
.td-post-content .td_pull_quote p:first-child:before,
.td_block_text_with_title .td_pull_quote p:first-child:before,
.woocommerce #tab-description .td_pull_quote p:first-child:before,
.wpb_text_column .td_pull_quote p:first-child:before {
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMAd+67mWZR3SKqMxGIzB8/1rAAAABlSURBVAjXFcexDQEBAAXQd+KCRm4CDZURFGICMYFadTHBxQQmEDHCzWAI9XGJ8s/ANS95FBvccKwYr5kuUQ/5omm5dpQ9Fu+H2efEPX07Sg62f+bJ2T6pJkmnTi5FslM2L56r9geMACBhjTsodgAAAABJRU5ErkJggg==) no-repeat;
    left: 0;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.bbpress .td_pull_quote p:after,
.comment-content .td_pull_quote p:after,
.mce-content-body .td_pull_quote p:after,
.td-page-content .td_pull_quote p:after,
.td-post-content .td_pull_quote p:after,
.td_block_text_with_title .td_pull_quote p:after,
.woocommerce #tab-description .td_pull_quote p:after,
.wpb_text_column .td_pull_quote p:after {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMA3ZnuqndmIhG7VYhEMzOiL2oAAABkSURBVAjXY+D1E2PgULZuYGB89+4A07t3AQzn3r1T4Hv3ToCh7t27CUDRBwxAYQe2d+8MGBiuAuWr5BwYGBjeFTAwzEtgYOB6xMDA8RAowGnOwMD6CsjIA4oWKwBFXYGcLQ0MAFHHH+tW1OhlAAAAAElFTkSuQmCC) no-repeat
}

.bbpress .td_pull_left,
.comment-content .td_pull_left,
.mce-content-body .td_pull_left,
.td-page-content .td_pull_left,
.td-post-content .td_pull_left,
.td_block_text_with_title .td_pull_left,
.woocommerce #tab-description .td_pull_left,
.wpb_text_column .td_pull_left {
    width: 40%;
    float: left;
    margin-right: 34px
}

@media (max-width:767px) {

    .bbpress .td_pull_left,
    .comment-content .td_pull_left,
    .mce-content-body .td_pull_left,
    .td-page-content .td_pull_left,
    .td-post-content .td_pull_left,
    .td_block_text_with_title .td_pull_left,
    .woocommerce #tab-description .td_pull_left,
    .wpb_text_column .td_pull_left {
        float: none;
        margin: 0 0 30px;
        width: auto
    }
}

.bbpress .td_pull_right,
.comment-content .td_pull_right,
.mce-content-body .td_pull_right,
.td-page-content .td_pull_right,
.td-post-content .td_pull_right,
.td_block_text_with_title .td_pull_right,
.woocommerce #tab-description .td_pull_right,
.wpb_text_column .td_pull_right {
    width: 30%;
    float: right;
    margin-left: 34px
}

@media (max-width:767px) {

    .bbpress .td_pull_right,
    .comment-content .td_pull_right,
    .mce-content-body .td_pull_right,
    .td-page-content .td_pull_right,
    .td-post-content .td_pull_right,
    .td_block_text_with_title .td_pull_right,
    .woocommerce #tab-description .td_pull_right,
    .wpb_text_column .td_pull_right {
        float: none;
        margin: 0 0 30px;
        width: auto
    }
}

.bbpress .td_pull_center,
.comment-content .td_pull_center,
.mce-content-body .td_pull_center,
.td-page-content .td_pull_center,
.td-post-content .td_pull_center,
.td_block_text_with_title .td_pull_center,
.woocommerce #tab-description .td_pull_center,
.wpb_text_column .td_pull_center {
    margin: 17px 0;
    padding: 15px 50px
}

@media (max-width:767px) {

    .bbpress .td_pull_center,
    .comment-content .td_pull_center,
    .mce-content-body .td_pull_center,
    .td-page-content .td_pull_center,
    .td-post-content .td_pull_center,
    .td_block_text_with_title .td_pull_center,
    .woocommerce #tab-description .td_pull_center,
    .wpb_text_column .td_pull_center {
        padding: 15px 20px
    }

    .td_module_1 .entry-thumb {
        width: 100%
    }
}

blockquote small {
    margin-top: 5px;
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    color: #444
}

blockquote.pull-right {
    padding-left: 20px;
    border-right: none
}

blockquote.pull-right:after {
    border-right: 2px solid #fb5502;
    width: 40px;
    right: -40px
}

.bbpress .dropcap,
.comment-content .dropcap,
.mce-content-body .dropcap,
.td-page-content .dropcap,
.td-post-content .dropcap,
.td_block_text_with_title .dropcap,
.woocommerce #tab-description .dropcap,
.wpb_text_column .dropcap {
    float: left;
    display: block;
    font-size: 50px;
    line-height: 56px;
    background-color: #ff8300;
    color: #fff;
    text-align: center;
    margin: 9px 13px 0 0;
    padding: 2px 10px 4px;
    font-family: sans-serif;
    text-transform: uppercase;
    min-width: 62px;
    min-height: 62px
}

.bbpress .dropcap1,
.comment-content .dropcap1,
.mce-content-body .dropcap1,
.td-page-content .dropcap1,
.td-post-content .dropcap1,
.td_block_text_with_title .dropcap1,
.woocommerce #tab-description .dropcap1,
.wpb_text_column .dropcap1 {
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    font-size: 40px;
    padding: 2px 14px 4px
}

.bbpress .dropcap2,
.comment-content .dropcap2,
.mce-content-body .dropcap2,
.td-page-content .dropcap2,
.td-post-content .dropcap2,
.td_block_text_with_title .dropcap2,
.woocommerce #tab-description .dropcap2,
.wpb_text_column .dropcap2 {
    background-color: transparent !important;
    color: #4b4b4b;
    font-size: 79px;
    line-height: 69px;
    margin: 0 9px 0 0;
    padding: 0 13px 0 0
}

.bbpress .dropcap3,
.comment-content .dropcap3,
.mce-content-body .dropcap3,
.td-page-content .dropcap3,
.td-post-content .dropcap3,
.td_block_text_with_title .dropcap3,
.woocommerce #tab-description .dropcap3,
.wpb_text_column .dropcap3 {
    background-color: transparent !important;
    color: #4b4b4b;
    font-weight: 700;
    font-size: 79px;
    line-height: 69px;
    margin: 0 9px 0 0;
    padding: 0 13px 0 0
}

.td_text_columns_two_cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule-style: solid;
    -moz-column-rule-style: solid;
    column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    -moz-column-rule-width: 1px;
    column-rule-width: 1px;
    -webkit-column-rule-color: #e9e9e9;
    -moz-column-rule-color: #e9e9e9;
    column-rule-color: #e9e9e9;
    margin-bottom: 26px
}

.td_btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600
}

.td_btn_sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.td_btn_sm.td_round_btn {
    border-radius: 3px
}

.td_btn_md {
    padding: 9px 12px;
    font-size: 16px;
    line-height: 20px
}

.td_btn_md.td_round_btn {
    border-radius: 4px
}

.td_btn_lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33
}

.td_btn_lg.td_round_btn {
    border-radius: 6px
}

.td_default_btn,
.td_round_btn {
    transition: background-color .1s;
    -webkit-transition: background-color .1s;
    background-color: #ff8300
}

.td_default_btn:hover,
.td_round_btn:hover {
    background-color: #444 !important
}

.td_default_btn:active,
.td_round_btn:active {
    background-color: #000 !important
}

.td_outlined_btn {
    border-radius: 4px;
    color: #ff8300;
    background-color: transparent;
    transition: .1s;
    -webkit-transition: .1s;
    border: 2px solid #ff8300
}

.td_outlined_btn:hover {
    background-color: #ff8300;
    color: #fff
}

.td_outlined_btn:active {
    background-color: #444 !important;
    border-color: #444
}

.td_shadow_btn {
    background-color: #ff8300;
    top: 0;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25);
    transition: top .1s;
    -webkit-transition: top .1s
}

.td_shadow_btn:hover {
    top: -3px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .25)
}

.td_shadow_btn:active {
    background-color: #444 !important
}

.td_3D_btn {
    background-color: #ff8300;
    top: 0;
    transition: top .1s;
    -webkit-transition: top .1s
}

.td_3D_btn:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, .25);
    z-index: 0;
    transition: height .1s;
    -webkit-transition: height .1s
}

.td_3D_btn:hover {
    top: 5px
}

.td_3D_btn:hover:after,
.td_3D_btn:hover:before {
    height: 0
}

.td_3D_btn:active {
    background-color: #444 !important
}

.td_text_highlight_0 {
    background-color: rgba(0, 0, 0, .77);
    padding: 5px 0 6px;
    margin: 0 8px;
    box-shadow: 8px 0 0 rgba(0, 0, 0, .77), -8px 0 0 rgba(0, 0, 0, .77);
    color: #2a2a2a;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.td_text_highlight_0:hover {
    color: #f9f9f9;
    cursor: default
}

.td_text_highlight_marker {
    padding: 5px 0 6px;
    margin: 0 8px;
    color: #fff;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.td_text_highlight_marker:hover {
    color: #f9f9f9
}

.td_text_highlight_marker_red {
    background-color: rgba(255, 28, 26, .62);
    box-shadow: 8px 0 0 rgba(255, 28, 26, .62), -8px 0 0 rgba(255, 28, 26, .62)
}

.td_text_highlight_marker_blue {
    background-color: rgba(57, 213, 255, .75);
    box-shadow: 8px 0 0 rgba(57, 213, 255, .75), -8px 0 0 rgba(57, 213, 255, .75)
}

.td_text_highlight_marker_green {
    background-color: rgba(77, 216, 69, .65);
    box-shadow: 8px 0 0 rgba(77, 216, 69, .65), -8px 0 0 rgba(77, 216, 69, .65)
}

.td_text_highlight_marker_yellow {
    background-color: rgba(255, 203, 0, .75);
    box-shadow: 8px 0 0 rgba(255, 203, 0, .75), -8px 0 0 rgba(255, 203, 0, .75)
}

.td_text_highlight_marker_pink {
    background-color: rgba(255, 101, 243, .75);
    box-shadow: 8px 0 0 rgba(255, 101, 243, .75), -8px 0 0 rgba(255, 101, 243, .75)
}

.td-paragraph-padding-0 {
    display: block;
    padding-left: 0;
    padding-right: 6%
}

.td-paragraph-padding-1 {
    display: block;
    padding-left: 6%;
    padding-right: 6%
}

.td-paragraph-padding-2 {
    display: block;
    padding-left: 12%;
    padding-right: 12%
}

.td-paragraph-padding-3 {
    display: block;
    padding-left: 6%;
    padding-right: 12%
}

.td-paragraph-padding-4 {
    display: block;
    padding-left: 6%;
    padding-right: 0
}

.td-paragraph-padding-5 {
    display: block;
    padding-left: 18%;
    padding-right: 18%
}

.td-paragraph-padding-6 {
    display: block;
    padding-left: 12%;
    padding-right: 6%
}

.mceContentBody-max-width-small .td-paragraph-padding-0,
.td-pb-span8 .td-paragraph-padding-0 {
    padding-right: 4%
}

.mceContentBody-max-width-small .td-paragraph-padding-1,
.td-pb-span8 .td-paragraph-padding-1 {
    padding-left: 4%;
    padding-right: 4%
}

.mceContentBody-max-width-small .td-paragraph-padding-2,
.td-pb-span8 .td-paragraph-padding-2 {
    padding-left: 8%;
    padding-right: 8%
}

.mceContentBody-max-width-small .td-paragraph-padding-3,
.td-pb-span8 .td-paragraph-padding-3 {
    padding-left: 4%;
    padding-right: 8%
}

.mceContentBody-max-width-small .td-paragraph-padding-4,
.td-pb-span8 .td-paragraph-padding-4 {
    padding-left: 4%
}

.mceContentBody-max-width-small .td-paragraph-padding-5,
.td-pb-span8 .td-paragraph-padding-5 {
    padding-left: 12%;
    padding-right: 12%
}

.mceContentBody-max-width-small .td-paragraph-padding-6,
.td-pb-span8 .td-paragraph-padding-6 {
    padding-left: 8%;
    padding-right: 4%
}

@media (max-width:500px) {

    .td-paragraph-padding-0,
    .td-paragraph-padding-1,
    .td-paragraph-padding-2,
    .td-paragraph-padding-3,
    .td-paragraph-padding-4,
    .td-paragraph-padding-5,
    .td-paragraph-padding-6 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

.td_module_wrap {
    position: relative;
    padding-bottom: 0px
}

.td_module_wrap .entry-title {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 6px
}

.td_module_wrap:hover .entry-title a {
    color: #ff8300
}

.td-module-thumb {
    position: relative;
    margin-bottom: 13px
}

.td-module-thumb .entry-thumb {
    display: block;
    width: 100%;
}

.td-video-play-ico>img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}



.td_module_wrap.td-meta-info-hide .td-module-meta-info {
    min-height: 1px;
    margin-top: -4px
}

.entry-review-stars {
    display: inline-block;
    position: relative;
    top: 1px
}

.td-post-author-name {
    font-weight: 700;
    position: relative;
    top: 2px
}

.td-post-author-name a {
    color: #000
}

.td-post-author-name span {
    color: #ccc;
    margin: 0 2px;
    font-weight: 400
}

.td-post-author-name div {
    display: inline;
    margin-right: 2px
}

.td-post-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px
}

.td-module-comments {
    position: relative;
    float: right;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1
}

.td-module-comments a {
    color: #fff;
    background-color: #000;
    display: inline-block;
    min-width: 17px;
    padding: 3px 4px 4px 5px;
    position: relative
}

.td-module-comments a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #000 transparent transparent
}

.td-excerpt {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    font-family: sans-serif;
    margin-top: 9px
}

.more-link-wrap,
.td-read-more {
    font-family: 'DB Heavent', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;

}


.more-link-wrap a,
.td-read-more a {
    color: #FC7A32;
    background-color: #FFF8F2;
    border: 1px solid #FC7A32;
    padding: 3px 20px;
    border-radius: 50px;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.type2 .td-read-more a {
    color: #111111;
    background-color: #FFFFFF;
    border: 1px solid #111111;
}

.type2 .td-read-more a:hover {
    color: #111111;
    background-color: #d9d7d7;
    border: 1px solid #111111;
}

.more-link-wrap a:hover,
.td-read-more a:hover {
    color: #FC7A32;
    background-color: #ffd3ac;
    border: 1px solid #FC7A32;
}

.more-link-wrap a svg,
.td-read-more a svg {
    transition: all 0.2s ease;
}

.more-link-wrap a:hover svg,
.td-read-more a:hover svg {
    transform: translateX(5px);
}

.td-admin-edit {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3);
    color: #fff !important;
    padding: 3px 10px;
    font-size: 13px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.td-admin-edit:hover {
    background-color: #000
}

.td-module-thumb:hover .td-admin-edit {
    display: block
}

.td-post-category {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top
}

.td-post-category:hover {
    background-color: #ff8300
}

.td-module-image {
    position: relative
}

.td-module-image .td-post-category {
    position: absolute;
    bottom: 0
}

.td-module-meta-info .td-post-category {
    display: inline-block
}

.td-module-comments,
.td-post-author-name {
    display: none
}

.td_module_1 {
    padding-bottom: 24px
}

.td_module_1 .entry-title {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px
}

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

.td_module_2 {
    padding-bottom: 32px
}

.td_module_2 .entry-title {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px
}

@media (min-width:768px) and (max-width:1018px) {

    .td_module_2 .entry-title,
    .td_module_3 .entry-title {
        font-size: 22px;
        line-height: 25px
    }
}



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

@media (max-width:767px) {

    .td_module_2 .entry-thumb,
    .td_module_3 .entry-thumb,
    .td_module_4 .entry-thumb,
    .td_module_5 .entry-thumb {
        width: 100%
    }
}



.td_module_7 {
    padding-bottom: 26px
}

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

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

.td_module_7 .entry-title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500
}

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

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

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

@media (min-width:768px) and (max-width:1140px) {

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

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

    .td_module_8 .td-post-author-name {
        display: none
    }
}

@media (max-width:500px) {

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

.td_module_8 {
    padding-bottom: 25px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 16px
}

.td_module_8 .entry-title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 4px
}

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

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

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

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

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

.td_module_9 .td_quote_on_blocks {
    text-align: center
}

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

.td_module_10 {
    padding-bottom: 24px
}

.td_module_10 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0
}

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

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

    .td_module_10 .td-module-thumb {
        width: 150px
    }
}

.td_module_10 .item-details {
    margin-left: 244px;
    min-height: 161px
}

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

    .td_module_10 .td-excerpt {
        display: none
    }
}

.td_module_10 .entry-title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 5px
}

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

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

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

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

    .td-pb-span8 .td_module_10 .td-excerpt {
        font-size: 13px;
        line-height: 16px
    }
}

.td-pb-span4 .td_module_10 {
    padding-bottom: 40px
}

.td-pb-span4 .td_module_10 .td-module-thumb {
    width: 80px
}

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

.td-pb-span4 .td_module_10 .item-details {
    margin-left: 0;
    min-height: 70px
}

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

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

    .td_module_10 .item-details {
        margin-left: 110px;
        min-height: 69px
    }

    .td_module_10 .entry-title {
        font-size: 20px;
        line-height: 25px
    }

    .td_module_10 .td-video-play-ico img {
        width: 20px
    }

    .td-pb-span4 .td_module_10 .td-module-thumb {
        width: 100px
    }

    .td-pb-span4 .td_module_10 .item-details {
        padding-left: 0;
        min-height: 69px
    }
}

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

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

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

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

.td-pb-span4 .td_module_10 .td-video-play-ico img {
    width: 20px
}

.td_module_11 {
    padding-bottom: 48px
}

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

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

.td_module_11 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0
}

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

    .td_module_11 .td-module-thumb {
        width: 200px
    }
}

.td_module_11 .item-details {
    margin-left: 350px;
    min-height: 235px
}

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

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

.td_module_11 .entry-title {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 11px
}

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

    .td_module_11 .td-read-more {
        display: none
    }
}

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

    .td_module_11 .td-module-thumb {
        width: 100px
    }

    .td_module_11 .item-details {
        margin-left: 0;
        min-height: 73px;
        padding-left: 110px
    }

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

.td_module_11 .td-excerpt {
    margin-bottom: 15px
}

.td_module_11 .td-read-more {
    margin-bottom: 0
}

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

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

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

    .td-pb-span8 .td_module_11 .td-module-thumb {
        width: 192px
    }

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

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

.td-pb-span4 .td_module_11 .td-module-thumb {
    position: relative;
    margin-bottom: 8px
}

.td-pb-span4 .td_module_11 .item-details {
    margin-left: 0
}

@media (max-width:767px) {

    .td_module_11 .td-excerpt,
    .td_module_11 .td-read-more {
        display: none
    }

    .td_module_11 .td-video-play-ico>img {
        width: 20px;
        height: 20px
    }

    .td-pb-span4 .td_module_11 .td-module-thumb {
        position: absolute
    }

    .td-pb-span4 .td_module_11 .item-details {
        margin-left: 220px
    }
}

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

.td_module_12 .entry-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 8px
}

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

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

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

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

.td_module_13 .entry-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 8px
}

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

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

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

.td_module_14 {
    padding-bottom: 40px
}

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

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

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

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

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

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

    .td_module_14 .entry-title {
        font-size: 22px;
        line-height: 30px
    }
}

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

    .td-pb-span4 .td_module_11 .item-details {
        margin-left: 0;
        min-height: 73px
    }

    .td_module_14 .entry-title {
        font-size: 18px;
        line-height: 26px;
        margin-left: 14px;
        margin-right: 14px
    }
}

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

.td_module_14 .td-module-meta-info {
    position: absolute;
    margin: 0;
    padding: 0 60px;
    bottom: -43px;
    width: 100%
}

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

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

.td_module_14 .td-module-meta-holder {
    background-color: #fff;
    padding: 10px 20px 17px
}

.td_module_14 .td-module-thumb {
    margin-bottom: 60px
}

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

    .td_module_14 .td-post-author-name {
        margin-left: 14px
    }

    .td_module_14 .td-module-comments {
        margin-right: 14px
    }
}

.td_module_14 .td-excerpt {
    padding: 0 80px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 11px
}

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

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

    .td_module_14 .td-post-category {
        display: none
    }

    .td_module_14 .td-module-thumb {
        margin-bottom: 70px
    }

    .td_module_14 .td-excerpt {
        padding: 0 60px;
        margin-top: -5px
    }
}

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

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

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

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

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

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

.td-pb-span8 .td_module_14 .td-excerpt {
    padding: 0 60px
}

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

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

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

.td_module_15 {
    padding-bottom: 20px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 40px
}

.td_module_15 .entry-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 8px;
    margin-top: 0
}

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

.td_module_15 .entry-title a:hover,
.td_module_15 .td-module-meta-info a:hover {
    text-decoration: none
}

.td_module_15.post {
    margin-top: 0
}

.td_module_15.post .td-post-comments {
    display: inline-block;
    float: none;
    margin-left: 22px;
    vertical-align: top;
    position: relative;
    top: 2px
}

.td_module_15.post .td-post-comments a {
    color: #444
}

.td_module_15.post .td-module-meta-info {
    margin-bottom: 21px
}

.td_module_15 .entry-review-stars {
    top: 5px
}

.td_module_15 .td-post-content {
    padding-bottom: 0
}

.td_module_15 .td-icon-comments {
    font-size: 9px;
    margin-right: 5px;
    vertical-align: middle
}

.td_module_16 {
    padding-bottom: 40px
}

.td_module_16 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0
}

.td_module_16 .item-details {
    margin-left: 174px;
    min-height: 150px
}

.td_module_16 .entry-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px
}

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

    .td_module_16 .entry-title {
        font-size: 17px;
        line-height: 22px
    }
}

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

    .td_module_16 .td-module-thumb {
        width: 80px
    }

    .td_module_16 .item-details {
        margin-left: 95px;
        min-height: 80px
    }

    .td_module_16 .entry-title {
        font-weight: 500
    }

    .td_module_16 .td-excerpt {
        display: none
    }

    .td_module_17 .td-module-image {
        margin-left: -10px;
        margin-right: -10px
    }
}

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

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

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

@media (max-width:1018px) {
    .td_module_17 {
        padding-bottom: 10px
    }

    .td_module_17 .entry-title {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 13px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.td_module_17 .td-read-more a:hover {
    color: #ff8300
}

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

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

.td_module_18 {
    padding-bottom: 40px
}

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

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

.td_module_18 .entry-title {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    margin: 9px 0 12px
}

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

    .td_module_18 .meta-info-container {
        padding-bottom: 0
    }

    .td_module_18 .entry-title {
        font-size: 22px;
        line-height: 28px;
        margin: 8px 0
    }
}

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

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

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

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

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

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

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

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

.td_module_18 .td-excerpt {
    font-size: 15px;
    line-height: 27px;
    margin-top: 20px
}

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

    .td_module_18 .td-excerpt {
        font-size: 13px;
        line-height: 23px
    }
}

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

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

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

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

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



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

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

    .td_module_19 .td-module-thumb {
        width: 210px
    }
}

.td_module_mx1 {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 3px
}

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

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

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

.td_module_mx1 .entry-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 21px
}

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

.td_module_mx1 .td-video-play-ico img {
    z-index: 1
}

.td_module_mx1 .td-icon-star,
.td_module_mx1 .td-icon-star-empty,
.td_module_mx1 .td-icon-star-half {
    color: #fff
}

.td_module_mx1 .td-module-thumb {
    margin-bottom: 0;
    overflow: hidden;
    height: 220px
}

.td_module_mx1 .td-module-thumb .entry-thumb {
    max-width: none
}

@media (max-width:1140px) {
    .td-full-layout .td-header-style-4 .td-no-subcats .td-mega-span:first-child {
        margin-left: 18px
    }

    #td-outer-wrap {
        overflow: hidden
    }

    .td_module_mx1 .td-module-thumb {
        height: auto
    }

    .td_module_mx1 .td-module-thumb .entry-thumb {
        max-width: 100%;
        width: 100%
    }
}

.td_module_mx1 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%)
}

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

    .td_module_mx1 .td-video-play-ico img {
        top: auto;
        left: auto;
        bottom: 10px;
        right: 10px
    }

    .td_module_mx1 .td-icon-star,
    .td_module_mx1 .td-icon-star-empty,
    .td_module_mx1 .td-icon-star-half {
        font-size: 14px;
        width: 17px
    }

    .td_module_mx1 .td-author-date {
        display: block;
        margin-top: 5px
    }

    .td_block_inner .td_module_mx2 .item-details {
        margin-left: 95px
    }

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

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

.td_module_mx2 {
    padding-bottom: 0
}

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

.td_module_mx2:after {
    clear: both
}

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

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

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

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

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

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

.td_module_mx3 {
    position: relative;
    padding-bottom: 53px;
    margin-bottom: 18px
}

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

    .td_module_mx3:nth-child(2n) {
        margin-left: 4%
    }
}

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

    .td_module_mx3 {
        width: 100%;
        float: left;
        padding-bottom: 75px
    }

    .td_module_mx3:nth-child(2n) {
        margin-left: 0
    }
}

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

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

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

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

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

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

    .td_module_mx3 .entry-thumb {
        width: 100%
    }
}

.td_module_mx3 .entry-title {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    font-style: normal;
    margin: 0 0 12px;
    height: auto;
    bottom: 0
}

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

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

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

    .td_module_mx4 .td-module-thumb {
        margin-bottom: 0
    }
}

.td_module_mx4 .entry-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0
}

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

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

@media (max-width:767px) {
    .td_module_mx4 .td-video-play-ico img {
        width: 30px
    }

    .td-column-3 .td_module_mx4 .entry-title {
        font-size: 20px;
        line-height: 22px
    }
}

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

    .td_module_mx4 .td-video-play-ico img {
        width: 20px
    }

    .td_module_mx4 {
        min-height: 69px;
        padding-bottom: 0;
        margin-bottom: 30px
    }

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

    .td-column-3 .td_module_mx4 .entry-title {
        padding-left: 115px;
        font-size: 14px;
        line-height: 21px
    }
}

.td-column-1 .td_module_mx4 {
    padding-bottom: 22px
}

.td-column-1 .td_module_mx4 .entry-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}*/

@media (min-width:768px) and (max-width:1018px) {
    .td-column-1 .td_module_mx4 .entry-title {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width:767px) {

    .td_module_70 {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

.td-column-1 .td_module_mx4 .td-video-play-ico img {
    width: 30px
}

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

    .td-column-1 .td_module_mx4 {
        margin-bottom: 0
    }

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

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

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

.td_module_70 {
    padding-bottom: 16px
}

.td_module_70 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_module_70 .td-module-thumb {
        width: 64px;
        height: 64px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px
    }
}

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

.td_module_70 .item-details {
    margin-left: 90px;
    min-height: 70px;
    position: relative
}

.td_module_70 .entry-title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

@media (min-width:768px) and (max-width:1018px) {
    .td_module_70 .entry-thumb {
        height: 64px
    }

    .td_module_70 .item-details {
        margin-left: 80px
    }

    .td_module_70 .entry-title {
        font-size: 13px
    }
}

.td-pb-span8 .td_module_70 {
    float: left;
    width: 33.3333333%
}

@media (max-width:767px) {
    .td-pb-span8 .td_module_70 {
        width: 100%;
        float: none
    }
}

.td-pb-span12 .td_module_70 {
    float: left;
    width: 25%
}

@media (max-width:767px) {
    .td-pb-span12 .td_module_70 {
        width: 100%;
        float: none
    }
}

.td_module_71 {
    padding-bottom: 16px
}

.td_module_71 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    overflow: hidden;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_module_71 .td-module-thumb {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }
}

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

.td_module_71 .item-details {
    margin-left: 62px;
    min-height: 50px;
    position: relative
}

.td_module_71 .entry-title {
    font-size: 20px !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    font-family: sans-serif !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

@media (min-width:768px) and (max-width:1018px) {
    .td_module_71 .entry-thumb {
        height: 40px
    }

    .td_module_71 .item-details {
        margin-left: 52px
    }

    .td_module_71 .entry-title {
        font-size: 13px
    }
}

.td_module_72 {
    padding-bottom: 24px
}

.td_module_72 .entry-title {
    font-size: 22px;
    line-height: 27px
}

.td-column-3 .td_module_72 .entry-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700
}

.td_module_80 .td-module-thumb {
    margin-bottom: 10px;
    min-height: 455px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td_module_80 .td-module-thumb {
        min-height: 405px
    }

    .iosSlider-col-3 {
        height: 532px
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .td-column-3 .td_module_72 .entry-title,
    .td_module_72 .entry-title {
        font-size: 24px;
        line-height: 30px
    }

    .td_module_80 .entry-title {
        font-size: 20px;
        line-height: 24px
    }

    .td_module_80 .td-module-thumb {
        min-height: 305px
    }
}

.td_module_money {
    background-color: #fff;
    margin-bottom: 24px;
    padding-bottom: 0
}

.td_module_money .td-module-image .td-module-thumb {
    margin-bottom: 0
}

.td_module_money .entry-thumb {
    width: 100%
}

.td_module_money .td-module-info {
    position: relative;
    padding: 13px;
    margin-bottom: 0
}

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

.td_module_money .td-module-info .td-module-meta-info .td-post-date {
    top: 0
}

.td_module_money .td-module-info .td-module-meta-info .td-post-recommend-tag {
    background-color: #ff8300;
    color: #fff;
    padding: 5px 10px
}

.td_module_money .td-module-info .td-module-meta-info .td-post-share {
    float: right
}

.td_module_money .td-module-info .entry-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px
}

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

    .td_module_money .td-module-info .entry-title {
        font-size: 14px
    }
}

.td_module_money .td-module-info .entry-title a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.td_module_mx7 .td-module-thumb {
    margin-bottom: 9px
}

.td_module_mx7 .entry-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700
}

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

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

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

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

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

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

@media (max-width:767px) {

    .td_module_72 .entry-thumb,
    .td_module_80 .entry-thumb {
        width: 100%
    }

    .td_module_80 .td-module-thumb {
        min-height: auto
    }

    .td_module_mx7 .entry-thumb {
        width: 100%
    }

    .td-column-3 .td_module_mx7 .td-post-author-name {
        display: none
    }

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

    .td-column-3 .td_module_mx7 .td-video-play-ico img {
        width: 40px
    }
}

.td_module_mx8:hover .entry-title a {
    color: #fff !important
}

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

.td_module_mx8 .td-module-thumb a:last-child:after {
    bottom: 0;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%)
}

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

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

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

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

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

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

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

.td_module_mx8 .td-post-date {
    margin-right: 22px
}

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

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

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

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

.td_module_mx16 {
    padding-bottom: 35px
}

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

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

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

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

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

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

    .td-pb-span4 .td_module_mx8 .td-video-play-ico>img {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        bottom: auto;
        left: auto
    }

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

    .td_module_mx16 .entry-title {
        font-size: 19px;
        line-height: 22px;
        font-weight: 700
    }

    .td_module_mx16 .td-module-image {
        width: 80px
    }
}

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

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

.td_module_mx16 .td-video-play-ico>img {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto
}

.td_module_mx16 .td-item-details {
    margin-left: 120px;
    min-height: 140px
}

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

    .td_module_mx16 .td-read-more {
        display: none
    }
}

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

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

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

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

.td_module_mx16 .td-read-more {
    margin: 13px 0 0
}

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

.td_module_mx17 .td-module-image {
    height: 450px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative
}

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

    .td_module_mx17 .td-module-image {
        height: auto;
        margin-bottom: 0
    }
}

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

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

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

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

.td_module_mx17 .entry-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 10px
}

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

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

.td_module_mx17 .td-video-play-ico>img {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto
}

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

.td_module_mx17 .td-post-author-name {
    font-size: 13px
}

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

.td_module_mx17 .td-post-author-name:hover {
    color: #ff8300
}

.td_module_mx17 .td-post-date {
    font-size: 13px
}

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

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

.td_block_slide {
    position: relative;
    overflow: hidden
}

.td_block_slide .td-module-thumb,
.td_block_slide .td-slide-meta,
.td_block_slide .td-video-play-ico,
.td_block_slide i {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-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 img {
    width: 40px !important;
    min-height: initial
}

.td_block_slide .td-admin-edit {
    height: auto !important
}

.td_block_slide .td_module_slide {
    z-index: 1;
    visibility: hidden !important
}

.td_block_slide .td-image-gradient:before {
    height: 50%
}

.td_block_slide .td-slide-meta {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 22px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

@media (max-width:767px) {
    .td_block_slide .td-slide-meta {
        padding: 6px 12px 0
    }
}

.td_block_slide .td-slide-meta a,
.td_block_slide .td-slide-meta span {
    color: #fff
}

.td_block_slide .entry-title {
    margin: 8px 0 5px;
    font-family: 'DB Heavent', sans-serif;
    line-height: 1.1;
    font-size: 28px;
}

.td_block_slide .entry-review-stars {
    margin-right: 22px;
    top: 0
}

.td_block_slide .td-post-date {
    color: #fff
}

.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-icon-left,
.td_block_slide .td-icon-right,
.td_block_slide .ud-icon-left-arrow-2,
.td_block_slide .ud-icon-right-arrow-2 {
    padding: 20px;
    position: absolute;
    display: block;
    height: 68px;
    margin-top: -40px;
    top: 50%;
    font-size: 26px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.td_block_slide .td-icon-left,
.td_block_slide .ud-icon-left-arrow-2 {
    left: 0
}

.td_block_slide .td-icon-right,
.td_block_slide .ud-icon-right-arrow-2 {
    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
}

@media (min-width:768px) and (max-width:1018px) {
    .iosSlider-col-3 {
        height: 402px
    }
}

@media (max-width:767px) {
    .iosSlider-col-3 {
        height: 298px
    }
}

.iosSlider-col-3 .td_module_slide {
    height: 580px
}

@media (min-width:1019px) and (max-width:1140px) {
    .iosSlider-col-3 .td_module_slide {
        height: 532px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .iosSlider-col-3 .td_module_slide {
        height: 402px
    }
}

@media (max-width:767px) {
    .iosSlider-col-3 .td_module_slide {
        height: 298px
    }
}

.iosSlider-col-3 .entry-title {
    font-size: 48px;
    line-height: 58px
}

@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,
    .iosSlider-col-3 .td_module_slide {
        height: 163px
    }

    .iosSlider-col-3 .td_module_slide .entry-thumb,
    .iosSlider-col-3 .td_module_slide .td-module-thumb {
        height: 100%
    }

    .iosSlider-col-3 .entry-title {
        font-size: 18px;
        line-height: 24px
    }
}

.iosSlider-col-2 .td_module_slide {
    height: 520px
}

@media (min-width:1019px) and (max-width:1140px) {
    .iosSlider-col-2 .td_module_slide {
        height: 453px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .iosSlider-col-2 .td_module_slide {
        height: 350px
    }
}

@media (max-width:767px) {
    .iosSlider-col-2 .td_module_slide {
        height: 337px
    }
}

@media (max-width:1018px) {
    .td_block_slide .td-video-play-ico img {
        bottom: auto;
        top: 12px;
        left: auto;
        right: 12px
    }

    .td_block_slide .td-image-gradient:before {
        height: 100%
    }

    .iosSlider-col-3 .td-module-meta-info {
        padding-bottom: 0
    }

    .td_block_unixdev_slide .td-video-play-ico img {
        bottom: auto;
        top: 12px;
        left: auto;
        right: 12px
    }
}

@media (max-width:500px) {
    .iosSlider-col-2 .td_module_slide {
        height: 221px
    }
}

.iosSlider-col-1 .td_module_slide {
    height: 385px
}

@media (min-width:1019px) and (max-width:1140px) {
    .iosSlider-col-1 .td_module_slide {
        height: 354px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .iosSlider-col-1 .td_module_slide {
        height: 268px
    }
}

@media (max-width:767px) {
    .iosSlider-col-1 .td_module_slide {
        height: 303px
    }
}

@media (max-width:500px) {
    .iosSlider-col-1 .td_module_slide {
        height: 200px
    }
}

.td-js-loaded .td_block_slide .td_module_slide,
.td_block_slide .td_module_slide:first-child,
.td_block_slide .ud-slider-loaded .td_module_slide {
    visibility: visible !important
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ff8300;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff8300
}

.td_block_unixdev_slide {
    position: relative;
    overflow: hidden
}

.td_block_unixdev_slide .td-module-thumb,
.td_block_unixdev_slide .td-slide-meta,
.td_block_unixdev_slide .td-video-play-ico,
.td_block_unixdev_slide i {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.td_block_unixdev_slide .td-module-thumb {
    margin-bottom: 0;
    z-index: -1;
    position: static
}

.td_block_unixdev_slide .td-video-play-ico img {
    width: 40px !important;
    min-height: initial
}

.td_block_unixdev_slide .td-admin-edit {
    height: auto !important
}

.td_block_unixdev_slide .td_module_unixdev_slide {
    z-index: 1;
    visibility: hidden !important
}

.td_block_unixdev_slide .td-image-gradient:before {
    height: 50%
}

.td_block_unixdev_slide .td-slide-meta {
    z-index: 2;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 13px
}

.td_block_unixdev_slide .entry-title {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px
}

@media (max-width:1018px) {
    .td_block_unixdev_slide .td-image-gradient:before {
        height: 100%
    }

    .td_block_unixdev_slide .entry-title {
        font-size: 14px
    }
}

.td_block_unixdev_slide .entry-title a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.td_block_unixdev_slide .entry-review-stars {
    margin-right: 22px;
    top: 0
}

.td_block_unixdev_slide .td-post-date {
    top: 0
}

.td_block_unixdev_slide .td-post-recommend-tag {
    background-color: #ff8300;
    color: #fff;
    padding: 5px 10px;
    margin-left: 5px
}

.td_block_unixdev_slide .td-post-views {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
    line-height: 15px
}

.td_block_unixdev_slide .td-icon-views {
    position: relative;
    line-height: 17px;
    font-size: 14px;
    margin-right: 5px;
    vertical-align: top
}

.td_block_unixdev_slide .td-post-comments {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px
}

.td_block_unixdev_slide .td-icon-comments {
    margin-right: 5px;
    font-size: 9px;
    position: relative;
    top: 1px
}

.td_block_unixdev_slide .td-icon-left,
.td_block_unixdev_slide .td-icon-right,
.td_block_unixdev_slide .ud-icon-left-arrow-2,
.td_block_unixdev_slide .ud-icon-right-arrow-2 {
    padding: 20px;
    position: absolute;
    display: block;
    height: 68px;
    margin-top: -40px;
    top: 50%;
    font-size: 26px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.td_block_unixdev_slide .td-icon-left,
.td_block_unixdev_slide .ud-icon-left-arrow-2 {
    left: 0
}

.td_block_unixdev_slide .td-icon-right,
.td_block_unixdev_slide .ud-icon-right-arrow-2 {
    right: 0
}

.td_block_unixdev_slide .td_module_wrap:hover .entry-title a {
    color: #fff
}

.td-ss-main-sidebar .td_block_unixdev_slide,
.td-ss-row .td-pb-span4 .td_block_unixdev_slide {
    overflow: visible
}

.td-theme-slider .slide-meta-cat a {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px;
    padding: 4px 7px 3px;
    line-height: 14px;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

@media (max-width:767px) {
    .td-theme-slider .slide-meta-cat a {
        font-size: 10px;
        padding: 2px 5px;
        margin-bottom: 0;
        line-height: 13px
    }
}

.td-theme-slider:hover .td-icon-left,
.td-theme-slider:hover .td-icon-right,
.td-theme-slider:hover .ud-icon-left-arrow-2,
.td-theme-slider:hover .ud-icon-right-arrow-2 {
    opacity: 1;
    z-index: 1
}

.td-theme-slider:hover .slide-meta-cat a {
    background-color: #ff8300
}

.iosSlider-col-3,
.iosSlider-col-3 .td_module_unixdev_slide,
.iosSlider-col-3 .td_module_unixdev_slide .entry-thumb,
.iosSlider-col-3 .td_module_unixdev_slide .td-module-thumb {
    height: 100%
}

.iosSlider-col-3 .td-module-meta-info {
    padding-bottom: 0;
    margin-bottom: 0
}

.iosSlider-col-3 .td-icon-left,
.iosSlider-col-3 .td-icon-right,
.iosSlider-col-3 .ud-icon-left-arrow-2,
.iosSlider-col-3 .ud-icon-right-arrow-2 {
    font-size: 55px
}

@media (max-width:1018px) {

    .iosSlider-col-3 .td-icon-left,
    .iosSlider-col-3 .td-icon-right,
    .iosSlider-col-3 .ud-icon-left-arrow-2,
    .iosSlider-col-3 .ud-icon-right-arrow-2 {
        font-size: 38px
    }

    .iosSlider-col-2 .td-module-meta-info {
        margin-bottom: 16px
    }
}

.iosSlider-col-3 .entry-thumb {
    width: 1100px
}

.iosSlider-col-2 {
    height: 520px
}

@media (min-width:1019px) and (max-width:1140px) {
    .iosSlider-col-2 {
        height: 453px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .iosSlider-col-2 {
        height: 350px
    }
}

@media (max-width:767px) {
    .iosSlider-col-2 {
        height: 337px
    }
}

.iosSlider-col-2 .td_module_unixdev_slide {
    height: 520px
}

@media (min-width:1019px) and (max-width:1140px) {
    .iosSlider-col-2 .td_module_unixdev_slide {
        height: 453px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .iosSlider-col-2 .td_module_unixdev_slide {
        height: 350px
    }
}

@media (max-width:767px) {
    .iosSlider-col-2 .td_module_unixdev_slide {
        height: 337px
    }
}

.iosSlider-col-2 .entry-title {
    font-size: 30px;
    line-height: 40px
}

@media (max-width:500px) {

    .iosSlider-col-2,
    .iosSlider-col-2 .td_module_unixdev_slide {
        height: 221px
    }

    .iosSlider-col-2 .entry-title {
        font-size: 24px;
        line-height: 32px
    }
}

.iosSlider-col-2 .entry-thumb {
    width: 768px
}

.iosSlider-col-2 .td-module-meta-info {
    margin-bottom: 16px
}

.iosSlider-col-1 {
    height: 385px
}

@media (min-width:1019px) and (max-width:1140px) {
    .iosSlider-col-1 {
        height: 354px
    }
}

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

    .iosSlider-col-1 {
        height: 268px
    }
}

@media (max-width:767px) {
    .iosSlider-col-1 {
        height: 303px
    }
}

.iosSlider-col-1 .td_module_unixdev_slide {
    height: 385px
}

@media (min-width:1019px) and (max-width:1140px) {
    .iosSlider-col-1 .td_module_unixdev_slide {
        height: 354px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .iosSlider-col-1 .td_module_unixdev_slide {
        height: 268px
    }

    .iosSlider-col-1 .td-post-comments,
    .iosSlider-col-1 .td-post-views {
        display: none
    }
}

@media (max-width:767px) {
    .iosSlider-col-1 .td_module_unixdev_slide {
        height: 303px
    }
}

.iosSlider-col-1 .entry-title {
    font-size: 18px;
    line-height: 24px
}

@media (max-width:767px) {
    .iosSlider-col-1 .entry-title {
        font-size: 26px;
        line-height: 32px
    }
}

/*.iosSlider-col-1 .entry-thumb {
    width: 324px
}*/

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

    .td_block_wrap {
        margin-bottom: 16px
    }
}

@media (max-width:500px) {

    .iosSlider-col-1,
    .iosSlider-col-1 .td_module_unixdev_slide {
        height: 200px
    }

    .iosSlider-col-1 .entry-title {
        font-size: 18px;
        line-height: 24px
    }

    .iosSlider-col-1 .entry-thumb {
        width: 500px
    }
}

@media (min-width:500px) and (max-width:584px) {

    .iosSlider-col-2 img,
    .iosSlider-col-3 img {
        min-height: 303px
    }
}

.td-js-loaded .td_block_unixdev_slide .td_module_unixdev_slide,
.td_block_unixdev_slide .td_module_unixdev_slide:first-child,
.td_block_unixdev_slide .ud-slider-loaded .td_module_unixdev_slide {
    visibility: visible !important
}

.td_block_unixdev_slide .td-post-share {
    float: right
}

.td_block_wrap {
    margin-bottom: 0;
    position: relative;
    clear: both
}

.td_block_wrap .td-module-comments,
.td_block_wrap .td-post-author-name {
    display: none
}

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

.td-block-title-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.td-block-title-wrap.left {
    justify-content: start;
}

.td-block-title-wrap.center {
    justify-content: center;
}

.td-block-title-wrap.right {
    justify-content: end;
}

.td_with_ajax_pagination {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    overflow: hidden
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #ff8300 !important
}

.block-title,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.wpb_tabs .wpb_tabs_nav {
    border-color: #ff8300
}

.td_block_wrap .td-subcat-item .td-cur-simple-item {
    color: #ff8300
}

.td-next-prev-wrap {
    position: absolute;
    right: 0;
    bottom: 0
}

.td-next-prev-wrap a {
    display: inline-block;
    margin-left: 7px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #8a8a8a;
    text-align: center;
    vertical-align: middle;
    font-size: 7px;
    color: #8a8a8a
}

.td-next-prev-wrap a:hover {
    background-color: #ff8300;
    border-color: #ff8300;
    color: #fff
}

.td-next-prev-wrap .ajax-page-disabled {
    opacity: .5
}

.td-next-prev-wrap .td-ajax-next-page {
    padding-left: 2px
}

.td-next-prev-wrap .td-ajax-prev-page {
    padding-right: 1px
}

.td_ajax_load_more {
    display: inline-block;
    font-family: 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
}

.td_ajax_load_more.ajax-page-disabled {
    visibility: hidden !important
}

@-moz-document url-prefix() {
    .td-theme-slider .slide-meta-cat a {
        padding: 3px 7px 4px
    }

    @media (max-width:767px) {
        .td-theme-slider .slide-meta-cat a {
            line-height: 12px
        }
    }

    .block-title a,
    .block-title label,
    .block-title span {
        padding: 6px 12px 5px
    }

    .td-next-prev-wrap a {
        line-height: 23px
    }

    .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: #ff8300;
    border-color: #ff8300;
    color: #fff;
    text-decoration: none !important
}

.td_block_inner_overflow {
    overflow: hidden
}

.td_block_inner_overflow .td-module-image {
    min-height: 20px
}

.td-load-more-infinite-wrap {
    display: none
}

.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: sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1
}

.td-subcat-filter .td-subcat-list a:hover {
    color: #ff8300
}

.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 i,
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more span {
    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;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-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;
    background-color: rgba(255, 255, 255, .95);
    z-index: 999;
    border-width: 0 1px 1px;
    border-color: #ededed;
    border-style: solid;
    display: none
}

.td-subcat-filter .td-subcat-dropdown a {
    font-family: 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: #ff8300
}

.td-subcat-filter .td-subcat-dropdown li {
    margin-left: 0
}

.td-subcat-filter .td-subcat-dropdown span {
    font-family: sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1
}

.td-js-loaded .td-subcat-filter {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

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

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

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

.td_block_1 .td_module_4 .td-module-thumb {
    margin-bottom: 0
}

.td_block_1 .td_module_4 .item-details {
    padding: 12px;
    background-color: #f4ede0
}

@media (min-width:768px) and (max-width:1018px) {
    .td_block_1 .td_module_4 .item-details {
        padding: 10px
    }
}

@media (max-width:500px) {
    .td_block_1 .td_module_4 .item-details {
        padding: 10px
    }
}

@media (max-width:767px) {

    .td_block_wrap .td-load-more-wrap,
    .td_block_wrap .td-next-prev-wrap {
        margin-bottom: 0
    }

    .td-post-header .ud-post-category-title {
        text-align: right
    }

    .td_block_padding .td-block-row:last-child>div:last-child .td_module_wrap {
        padding-bottom: 0
    }

    .td_block_bot_line .td-block-row:last-child>div:last-child .td_module_wrap {
        margin-bottom: 0;
        border-bottom: 0
    }

    .td_block_1.td-column-2 .td_module_4,
    .td_block_1.td-column-3 .td_module_4 {
        padding-bottom: 21px
    }

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

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

@media (min-width:767px) {

    .td_block_1.td-column-1 .td-load-more-wrap,
    .td_block_1.td-column-1 .td-next-prev-wrap {
        margin-top: 25px
    }

    .td_block_11 .td-load-more-wrap,
    .td_block_11 .td-next-prev-wrap,
    .td_block_12 .td-load-more-wrap,
    .td_block_12 .td-next-prev-wrap,
    .td_block_7 .td-load-more-wrap,
    .td_block_7 .td-next-prev-wrap,
    .td_block_8 .td-load-more-wrap,
    .td_block_8 .td-next-prev-wrap {
        margin-top: 26px
    }
}

.td_block_2 .td_module_2 {
    padding-bottom: 16px
}

.td_block_2 .td_module_2 .td-module-thumb {
    margin-bottom: 0
}

.td_block_2 .td_module_2 .item-details {
    padding: 12px;
    background-color: #f4ede0
}

@media (min-width:768px) and (max-width:1018px) {
    .td_block_2 .td_module_2 .item-details {
        padding: 10px
    }
}

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

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

.td_block_6 .block-title,
.td_block_9 .block-title {
    margin-bottom: 21px
}

@media (min-width:768px) {
    .td_block_padding .td-block-row:last-child .td_module_wrap {
        padding-bottom: 0
    }

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

    .td_block_1.td-column-1 .td-block-span12:last-child .td_module_6,
    .td_block_1.td-column-2 .td-block-row:last-child .td_module_6:last-child,
    .td_block_1.td-column-3 .td-block-row:last-child .td_module_6:last-child {
        padding-bottom: 0
    }

    .td_block_2 .td-block-row:first-child,
    .td_block_2 .td-block-row:first-child [class*=td-block-span] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box
    }

    .td_block_2 .td-block-row:first-child [class*=td-block-span] .td_module_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .td_block_2 .td-block-row:first-child [class*=td-block-span] .td_module_2 .item-details {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .td_block_6 .td-block-row:last-child .td_module_wrap {
        margin-bottom: 0
    }

    .td_block_17 .td-block-row:last-child .td-block-span4 .td_module_8:last-child,
    .td_block_17 .td-block-row:last-child .td-block-span6 .td_module_8:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

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

.td_block_11 .td-block-span12:last-child .td_module_wrap,
.td_block_12 .td-block-span12:last-child .td_module_wrap {
    padding-bottom: 0
}

.td_block_13 {
    margin-bottom: 40px
}

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

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

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

.td_block_13.td-column-2 .td-load-more-wrap,
.td_block_13.td-column-2 .td-next-prev-wrap,
.td_block_13.td-column-3 .td-load-more-wrap,
.td_block_13.td-column-3 .td-next-prev-wrap {
    margin-top: 40px
}

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

    .td_block_13.td-column-2 .td-load-more-wrap,
    .td_block_13.td-column-2 .td-next-prev-wrap,
    .td_block_13.td-column-3 .td-load-more-wrap,
    .td_block_13.td-column-3 .td-next-prev-wrap {
        margin-top: 30px
    }
}

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

.td_block_14 .td_block_inner {
    margin-right: -3px
}

@media (max-width:500px) {
    .td_block_2 .td_module_2 .item-details {
        padding: 10px
    }

    .td_block_11.td-column-1 .td_module_10 {
        padding-bottom: 26px
    }

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

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

    .td_block_14 .td_block_inner {
        margin-right: 0
    }
}

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

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

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

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

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

@media (min-width:767px) {

    .td_block_10 .td-load-more-wrap,
    .td_block_10 .td-next-prev-wrap,
    .td_block_9 .td-load-more-wrap,
    .td_block_9 .td-next-prev-wrap {
        margin-top: 25px
    }

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

    .td_block_14.td-column-2 .td-load-more-wrap,
    .td_block_14.td-column-2 .td-next-prev-wrap,
    .td_block_14.td-column-3 .td-load-more-wrap,
    .td_block_14.td-column-3 .td-next-prev-wrap {
        margin-top: 26px
    }
}

@media (max-width:767px) {

    .td_block_14 .td-block-row:last-child>div:last-child .td_module_mx1,
    .td_block_6 .td-block-row:last-child>div:last-child .td_module_wrap {
        margin-bottom: 0
    }

    .td_block_14 .td-block-span12,
    .td_block_14 .td-block-span4 {
        width: 50%;
        float: left;
        padding-right: 3px
    }

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

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

@media (max-width:500px) {

    .td_block_14 .td-block-span12,
    .td_block_14 .td-block-span4,
    .td_block_14 .td-block-span6 {
        width: 100%;
        float: left;
        padding-right: 0
    }

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

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

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

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

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

    .td-pb-span4 .td_block_14 .td-load-more-wrap,
    .td-pb-span4 .td_block_14 .td-next-prev-wrap {
        padding-top: 20px
    }
}

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

.td_block_15 .td-column-3 .td-block-row .td-block-span4 {
    padding-right: 22px;
    padding-left: 0;
    width: 20%
}


.td-column-1.td_block_15 {
    overflow: hidden
}

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

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

.td_block_16 .td-column-3 .td-block-row {
    margin-right: -22px;
    margin-left: 0
}

.td_block_16 .td-column-3 .td-block-row .td-block-span4 {
    width: 20%;
    padding-right: 22px;
    padding-left: 0
}

@media (min-width:768px) and (max-width:1018px) {
    .td_block_15 .td-column-1 {
        margin-right: -10px
    }

    .td_block_15 .td-column-1 .td-block-span12 {
        padding-right: 10px
    }

    .td_block_15 .entry-title {
        font-size: 14px
    }

    .td_block_16 .td-column-3 .td-block-row {
        margin-right: -15px
    }

    .td_block_16 .td-column-3 .td-block-row .td-block-span4 {
        padding-right: 15px
    }

    .td_block_16 .td-excerpt {
        display: none
    }
}

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

    .td_block_15.td-column-1 .td_module_mx4 {
        margin-bottom: 0
    }

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

    .td_block_16 .td-column-3 .td-block-row {
        margin-right: 0
    }

    .td_block_16 .td-column-3 .td-block-row .td-block-span4 {
        padding-right: 0;
        width: 100%
    }
}

.td_block_16 .td-column-2 .td-block-row {
    margin-right: -21px;
    margin-left: 0
}

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

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

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

    .td_block_16 .td-column-2 .td-block-row .td-block-span4 {
        width: 100%;
        padding-right: 0
    }

    .td_block_16 .td-excerpt {
        display: none
    }

    .td_block_16 .td_module_mx7 {
        padding-bottom: 16px
    }

    .td_block_16 .td_module_mx7 .entry-title {
        font-size: 14px;
        line-height: 20px
    }

    .td_block_16 .td_module_mx7 .td-module-image {
        width: 100px;
        float: left;
        margin-bottom: 26px
    }

    .td_block_16 .td_module_mx7 .td-module-thumb {
        margin-bottom: 0
    }

    .td_block_16 .td_module_mx7 .item-details {
        margin-left: 115px
    }

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

    .td_block_17 .td-block-row:last-child .td-block-span4:last-child .td_module_8:last-child,
    .td_block_17 .td-block-row:last-child .td-block-span6:last-child .td_module_8:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

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

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

.td_block_17 .td-column-2 .td-block-row:last-child .td_module_4,
.td_block_17 .td-column-3 .td-block-row:last-child .td_module_4 {
    padding-bottom: 0
}

.td_block_18 .td-block-span12 {
    width: 100%
}

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

@media (max-width:767px) {

    .td_block_17 .td-column-2 .td-block-row:last-child .td_module_4,
    .td_block_17 .td-column-3 .td-block-row:last-child .td_module_4 {
        padding-bottom: 16px;
        border-bottom: 1px dashed #f2f2f2;
        margin-bottom: 14px
    }

    .td_block_18 .td_module_mx8 .td-module-thumb {
        margin-bottom: 20px
    }

    .td_block_18 .td_module_mx8 .entry-title {
        font-size: 18px;
        line-height: 24px
    }

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

    .td_block_18 .td_module_mx2 .item-details {
        padding-top: 0;
        margin-bottom: 26px
    }

    .td_block_18 .td_module_mx2 .item-details .entry-title {
        margin-bottom: 3px
    }
}

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

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

.td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
    margin-bottom: 20px
}

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

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

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

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

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

    .td_block_18 .td-column-1 .td_module_mx8 .entry-title {
        font-size: 15px;
        line-height: 19px
    }

    .td_block_18 .td-column-1 .td_module_mx8 .td-post-category {
        display: none
    }

    .td_block_18 .td-column-2 .td_module_mx8 {
        padding-bottom: 25px
    }
}

.td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info {
    bottom: 20px
}

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

    .td_block_18 .td-column-2 .td_module_mx8 {
        padding-bottom: 6px
    }

    .td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info {
        bottom: 14px
    }

    .td_block_18 .td-column-2 .td_module_10 .td-module-meta-info {
        margin-bottom: 0
    }
}

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

.td_block_18 .td-column-3 .td_module_mx8 .td-module-meta-info {
    bottom: 20px
}

@media (min-width:767px) {

    .td_block_15.td-column-3 .td-load-more-wrap,
    .td_block_15.td-column-3 .td-next-prev-wrap {
        margin-top: 36px
    }

    .td_block_15.td-column-1 .td-load-more-wrap,
    .td_block_15.td-column-1 .td-next-prev-wrap,
    .td_block_15.td-column-2 .td-load-more-wrap,
    .td_block_15.td-column-2 .td-next-prev-wrap {
        margin-top: 21px
    }

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

    .td_block_17.td-column-1 .td-load-more-wrap,
    .td_block_17.td-column-1 .td-next-prev-wrap,
    .td_block_18.td-column-2 .td-load-more-wrap,
    .td_block_18.td-column-2 .td-next-prev-wrap,
    .td_block_18.td-column-3 .td-load-more-wrap,
    .td_block_18.td-column-3 .td-next-prev-wrap {
        margin-top: 30px
    }
}

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

    .td_block_18 .td-column-2 .td_module_10 .td-excerpt {
        margin-top: 3px
    }

    .td_block_18 .td-column-3 .td_module_mx8 {
        padding-bottom: 25px
    }

    .td_block_18 .td_module_10 {
        padding-bottom: 30px
    }

    .td_block_18 .td_module_10 .td-excerpt {
        margin-top: 3px
    }
}

.td_block_19 .td_module_mx1 {
    margin-bottom: 26px
}

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

    .td_block_18 .td-column-3 .td_module_mx8 .td-module-meta-info {
        bottom: 14px
    }

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

    .td_block_19 .td_module_mx2 .item-details {
        padding-top: 0;
        margin-bottom: 26px
    }

    .td_block_19 .td_module_mx2 .item-details .entry-title {
        margin-bottom: 3px
    }
}

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

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

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

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

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

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

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

    .td_block_19 .td-block-row:last-child>div:last-child .td_module_wrap.td_module_mx1,
    .td_block_19 .td-block-row:last-child>div:last-child .td_module_wrap.td_module_mx2,
    .td_block_19 .td-block-row:last-child>div:last-child .td_module_wrap.td_module_mx2 .item-details {
        margin-bottom: 0
    }

    .td_block_20 .td_module_mx3 {
        width: 100%
    }

    .td_block_20 .td_module_mx3:nth-child(2n) {
        margin-left: 0
    }
}

.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx1,
.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx2,
.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx2 .item-details {
    margin-bottom: 0
}

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

.td_block_20 .td-module-meta-info {
    margin-left: 0
}

.td_block_20 .td-post-author-name,
.td_block_20 .td-post-date {
    margin-left: 0;
    line-height: 17px;
    vertical-align: top;
    top: -1px
}

.td_block_20 .td-module-comments {
    margin-right: 0;
    position: absolute;
    right: 20px;
    bottom: 12px
}

.td_block_20 .td_module_14 .td-module-thumb {
    margin-bottom: 12px
}

.td_block_20 .td_module_14 .td-module-meta-holder {
    padding: 14px 20px 12px
}

@media (max-width:500px) {
    .td_block_20 .td_module_14 .td-module-meta-holder {
        padding: 10px 10px 12px
    }
}

.td_block_20 .td_module_14 .td-module-meta-info {
    bottom: 0;
    padding: 0;
    width: 90%
}

.td_block_20 .td_module_14 .td-excerpt {
    padding: 0 10px 0 20px;
    width: 90%
}

.td_block_20 .td_module_14 .entry-title {
    bottom: auto
}

@media (max-width:500px) {
    .td_block_20 .td_module_14 .td-excerpt {
        padding-left: 10px
    }

    .td_block_20 .td_module_14 .entry-title {
        margin-right: 0;
        margin-left: 0
    }
}

.td_block_20 .td_module_14 .entry-title:after {
    display: none
}

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

.td_block_20 .td_module_mx3 {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #ededed
}

.td_block_20 .td_module_mx3:last-child {
    border-bottom: 0
}

.td_block_20 .td_module_mx3 .td-module-meta-info {
    bottom: 25px;
    border-bottom: 0;
    margin: 0;
    width: 90%;
    padding: 14px 16px 12px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_block_20 .td_module_mx3 .td-module-meta-info {
        padding: 6px 0 0
    }

    .td_block_20 .td_module_mx3 .td-module-comments,
    .td_block_20 .td_module_mx3 .td-post-author-name,
    .td_block_20 .td_module_mx3 .td-post-date {
        display: none
    }
}

.td_block_20 .td_module_mx3 .entry-title {
    font-weight: 500
}

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

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

.td_block_20 .td_module_mx3 .td-module-thumb {
    margin-bottom: 0
}

.td_block_20 .td-video-play-ico>img {
    top: 24px;
    bottom: auto;
    right: 24px;
    left: auto
}

.td_block_20 .td-load-more-wrap,
.td_block_20 .td-next-prev-wrap {
    margin-top: 40px
}

@media (max-width:500px) {
    .td_block_20 .td_module_mx3 .td-module-meta-info {
        padding: 10px 20px 12px 10px
    }

    .td_block_20 .td_module_mx3 .entry-title {
        font-size: 18px;
        line-height: 26px;
        margin-right: 0;
        margin-left: 0
    }

    .td_block_20 .td-load-more-wrap,
    .td_block_20 .td-next-prev-wrap {
        margin-bottom: 0
    }
}

.td_block_20.td-column-1 .td_module_mx3:last-child {
    margin-bottom: 0
}

.td_block_20.td-column-1 .td-load-more-wrap,
.td_block_20.td-column-1 .td-next-prev-wrap {
    margin-top: 1px
}

.td_block_20 .td_module_wrap:last-child,
.td_block_21 .td_module_16 .td-module-meta-info {
    margin-bottom: 0
}

.td_block_21.td-column-1 .td-module-thumb {
    width: 100px
}

.td_block_21.td-column-1 .item-details {
    margin-left: 115px;
    min-height: 100px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_block_21.td-column-1 .td-module-thumb {
        width: 50px
    }

    .td_block_21.td-column-1 .item-details {
        margin-left: 60px;
        min-height: 50px
    }
}

@media (max-width:767px) {
    .td_block_21.td-column-1 .td-module-thumb {
        width: 80px
    }

    .td_block_21.td-column-1 .item-details {
        margin-left: 95px;
        min-height: 80px
    }
}

.td_block_21.td-column-1 .entry-title {
    font-size: 17px;
    line-height: 23px;
    min-height: 0;
    padding-left: 0
}

@media (min-width:768px) and (max-width:1018px) {
    .td_block_21.td-column-1 .entry-title {
        font-size: 14px;
        line-height: 21px
    }

    .td_block_21.td-column-1 .td-post-author-name {
        display: none
    }
}

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

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

.td_block_21.td-column-1 .td-excerpt {
    display: none
}

.td_block_21.td-column-1 .td_module_16 {
    padding-bottom: 19px
}

@media (min-width:767px) {

    .td_block_21.td-column-1 .td-load-more-wrap,
    .td_block_21.td-column-1 .td-next-prev-wrap {
        margin-top: 26px
    }

    .td_block_21.td-column-2 .td-load-more-wrap,
    .td_block_21.td-column-2 .td-next-prev-wrap,
    .td_block_21.td-column-3 .td-load-more-wrap,
    .td_block_21.td-column-3 .td-next-prev-wrap {
        margin-top: 30px
    }
}

.td_block_21 .td_module_wrap:last-child {
    padding-bottom: 0
}

.td_block_22 .td-column-1 .entry-title {
    font-size: 26px;
    line-height: 30px
}

@media (max-width:1018px) {
    .td_block_22 .td-column-1 .entry-title {
        font-size: 21px;
        line-height: 28px
    }
}

.td_block_22 .td-column-1 .td-excerpt {
    font-size: 15px;
    line-height: 26px;
    margin-top: 19px
}

.td_block_22 .td-column-1 .td-read-more {
    margin-top: 15px
}

.td_block_22 .td-column-1 .td_module_wrap {
    padding-bottom: 20px
}

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

    .td_block_22 .td-column-1 .td-read-more {
        margin-top: 8px
    }

    .td_block_22 .td-column-1 .td_module_wrap {
        padding-bottom: 10px
    }
}

.td_block_22 .td-column-1 .td-module-meta-holder {
    height: 41px;
    padding: 12px 12px 12px 15px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_block_22 .td-column-1 .td-module-meta-holder {
        height: 33px;
        padding: 8px 12px 8px 10px;
        font-size: 11px
    }
}

.td_block_22 .td-column-3 .entry-title {
    font-size: 34px;
    line-height: 44px
}

@media (max-width:1018px) {
    .td_block_22 .td-column-3 .entry-title {
        font-size: 21px;
        line-height: 28px
    }
}

.td_block_22.td_with_ajax_pagination .td-module-image {
    margin: 0
}

.td_block_22 .td_module_wrap:last-child {
    padding-bottom: 0
}

.td_block_22 .td_module_wrap:last-child .td-read-more {
    margin-bottom: 0
}

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

    .td_block_23 .td-column-1 .td-post-author-name {
        display: none
    }
}

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

.td_block_23 .td_module_wrap:last-child .meta-info-container {
    padding-bottom: 0;
    border-bottom: none
}

.td_block_23 .td_module_wrap:last-child .td-read-more {
    margin-bottom: 0
}

.td_block_23 .td-column-3 .entry-title {
    font-size: 34px;
    line-height: 44px
}

@media (max-width:1018px) {
    .td_block_23 .td-column-3 .entry-title {
        font-size: 22px;
        line-height: 28px
    }
}


@media (min-width:768px) {

    .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx1,
    .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx2,
    .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx2 .item-details {
        margin-bottom: 0
    }

    .td_block_25 .td-block-row:last-child>div .td_module_wrap:last-child,
    .td_block_25.td-column-1 .td-block-span12:last-child .td_module_wrap {
        padding-bottom: 0
    }
}

.td-trending-now-wrapper {
    padding: 0 42px;
    height: 25px;
    position: relative;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    overflow: hidden
}

.td-trending-now-wrapper .td-next-prev-wrap {
    position: absolute;
    right: 42px;
    top: 0;
    margin: 0;
    z-index: 1
}

@media (min-width:768px) and (max-width:1018px) {
    .td-trending-now-wrapper {
        padding: 0 30px
    }

    .td-trending-now-wrapper .td-next-prev-wrap {
        right: 30px
    }
}

@media (max-width:767px) {

    .td_block_25.td-column-1 .td-block-span12:last-child .td_module_wrap,
    .td_block_25.td-column-2 .td-block-span6:last-child .td_module_wrap:last-child,
    .td_block_25.td-column-3 .td-block-span4:last-child .td_module_wrap:last-child {
        padding-bottom: 0
    }

    .td-trending-now-wrapper {
        padding: 0;
        text-align: center;
        height: auto
    }

    .td-trending-now-wrapper .td-next-prev-wrap {
        display: none
    }
}

.td-trending-now-wrapper:hover .td-trending-now-title {
    background-color: #ff8300
}

.td-trending-now-wrapper .td-trending-now-nav-right {
    padding-left: 2px
}

.td-trending-now-title {
    background-color: #222;
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    line-height: 22px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

@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 {
    height: 25px;
    vertical-align: top;
    padding: 0 0 0 15px;
    display: inline-block
}

.td-trending-now-display-area .entry-title {
    font-size: 15px;
    line-height: 25px;
    margin: 0
}

@media (max-width:767px) {
    .td-trending-now-display-area {
        padding: 0;
        display: block;
        height: 26px;
        position: relative;
        top: 10px
    }

    .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;
    padding-right: 119px;
    height: 25px;
    overflow: hidden
}

.td-trending-now-post:first-child {
    opacity: 1;
    z-index: 1;
    opacity: 1
}

@media (min-width:768px) and (max-width:1018px) {
    .td-trending-now-post {
        padding-right: 107px
    }

    .homepage-post .td-post-template-7 .td-post-header header .entry-title {
        font-size: 36px;
        line-height: 46px
    }
}

.td-next-prev-wrap .td-trending-now-nav-right {
    margin-right: 0
}

.td-main-page-wrap .td-container>.td-pb-row:first-child .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row:first-child .wpb_wrapper>.td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child {
    position: relative;
    margin: -24px 0 24px;
    z-index: 1
}

@media (max-width:767px) {
    .td-trending-now-post {
        height: 20px;
        width: 100%;
        padding-right: 0
    }

    .td-main-page-wrap .td-container>.td-pb-row:first-child .td_block_trending_now:first-child,
    .td-main-page-wrap .tdc-row:first-child .wpb_wrapper>.td_block_trending_now:first-child,
    .td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child {
        margin-bottom: 0;
        padding: 4px 0 12px
    }
}

.td-main-page-wrap .td-container>.td-pb-row:first-child>.td-trending-style2,
.td-main-page-wrap .tdc-row:first-child .wpb_wrapper>>.td-trending-style2,
.td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type>.td-trending-style2 {
    padding-bottom: 20px
}

.td-trending-style2 {
    border: 1px solid #eaeaea;
    padding-top: 20px !important;
    padding-bottom: 20px;
    margin-bottom: 26px !important
}

.td_quote_on_blocks {
    font-family: sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    text-transform: uppercase;
    color: #ff8300;
    margin-top: 10px
}

.td-homepage-post .entry-title {
    margin-top: 0
}

.td_block_popular_categories {
    padding-bottom: 0
}

.td_block_homepage_full_1 {
    padding-bottom: 0;
    margin-bottom: 0
}

.td_block_text_with_title {
    margin-bottom: 16px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0)
}

.td_block_text_with_title p:last-child {
    margin-bottom: 0
}

.td_block_author .block-title {
    float: none;
    margin-bottom: 20px;
    width: 100%
}

.td_block_author .td_author_wrap {
    font-family: sans-serif;
    text-align: center
}

.td_block_author .avatar {
    margin-bottom: 7px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}

.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;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-style: italic;
    color: #555
}

.td_block_author .td-author-page {
    font-family: sans-serif;
    font-size: 15px;
    margin-top: 12px;
    font-weight: 600
}

.td_block_author a {
    color: #000
}

.td_block_author a:hover {
    color: #ff8300
}

.td_block_single_image a {
    display: block
}

.td_block_image_box .td-custom {
    position: relative
}

.td_block_image_box .td-custom a:hover:after {
    opacity: .6
}

.td_block_image_box .td-custom-image a {
    display: block;
    background-size: cover;
    background-position: center
}

@media (max-width:767px) {

    .td-main-page-wrap .td-container>.td-pb-row:first-child>.td-trending-style2,
    .td-main-page-wrap .tdc-row:first-child .wpb_wrapper>>.td-trending-style2,
    .td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type>.td-trending-style2 {
        padding: 4px 2px 12px
    }

    .homepage-post .td-post-template-7 .td-post-header header .entry-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 7px
    }

    .td-stretch-content .td_block_single_image {
        margin-right: -10px;
        margin-left: -10px
    }

    .td_block_image_box .td-custom {
        margin: 0 -10px
    }

    .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: .4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.td_block_image_box .td-custom-image a:after {
    content: '';
    border: 1px solid #fff;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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
}

.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
}

.td_block_image_box .td-image-box-row:after,
.td_block_image_box .td-image-box-row:before {
    display: table;
    content: "";
    line-height: 0
}

.td_block_image_box .td-image-box-row:after {
    clear: both
}

.td_block_image_box .td-image-box-span {
    padding: 0 20px;
    float: left
}

.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
}

@media (max-width:767px) {
    .td_block_image_box .entry-title {
        font-size: 16px
    }

    .td_block_image_box .td-image-box-row {
        margin: 0 -10px
    }

    .td_block_image_box .td-image-box-span {
        width: 100% !important;
        float: none;
        padding: 0 10px
    }

    .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
}

@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
}

.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
}

@media (max-width:767px) {
    .td_block_image_box .td-small-image .td-custom-image a {
        height: 160px
    }

    .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:after,
.td_block_image_box.td-image-box-style-2 .td-custom-image a:before {
    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_separator {
    width: 100%;
    align-items: center
}

.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%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.td-single-image-style-rounded a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.td-single-image-style-border,
.td-single-image-style-bordered-shadow,
.td-single-image-style-circle-border,
.td-single-image-style-circle-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-outline,
.td-single-image-style-round-border,
.td-single-image-style-round-border-shadow,
.td-single-image-style-round-outline {
    margin-bottom: 22px;
    background-color: #ebebeb
}

@media (max-width:767px) {

    .td-single-image-style-border,
    .td-single-image-style-bordered-shadow,
    .td-single-image-style-circle-border,
    .td-single-image-style-circle-border-shadow,
    .td-single-image-style-circle-outline,
    .td-single-image-style-outline,
    .td-single-image-style-round-border,
    .td-single-image-style-round-border-shadow,
    .td-single-image-style-round-outline {
        margin-bottom: 32px
    }
}

.td-single-image-style-border,
.td-single-image-style-circle-border,
.td-single-image-style-round-border {
    padding: 6px
}

.td-single-image-style-bordered-shadow,
.td-single-image-style-circle-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-round-outline {
    padding: 1px
}

.td-single-image-style-bordered-shadow a:after,
.td-single-image-style-bordered-shadow a:before,
.td-single-image-style-circle-border-shadow a:after,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-outline a:after,
.td-single-image-style-outline a:before,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-outline a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.td-single-image-style-bordered-shadow a:after,
.td-single-image-style-circle-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-round-outline a:after {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 6px;
    -moz-box-shadow: inset 0 0 0 6px;
    box-shadow: inset 0 0 0 6px
}

.td-single-image-style-bordered-shadow a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-round-outline a:before {
    color: #ebebeb;
    -webkit-box-shadow: inset 0 0 0 7px;
    -moz-box-shadow: inset 0 0 0 7px;
    box-shadow: inset 0 0 0 7px
}

.td-single-image-style-bordered-shadow a,
.td-single-image-style-circle-border-shadow a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-round-border-shadow a,
.td-single-image-style-round-shadow a,
.td-single-image-style-shadow a {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.td-single-image-style-3d-shadow {
    position: relative
}

.td-single-image-style-3d-shadow:after,
.td-single-image-style-3d-shadow:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 30%;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    box-shadow: 0 15px 10px rgba(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);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-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);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.td-single-image-style-3d-shadow a {
    z-index: 1
}

.td-single-image-style-circle,
.td-single-image-style-circle a,
.td-single-image-style-circle-border,
.td-single-image-style-circle-border a,
.td-single-image-style-circle-border-shadow,
.td-single-image-style-circle-border-shadow a,
.td-single-image-style-circle-border-shadow a:after,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-outline a,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-shadow,
.td-single-image-style-circle-shadow a,
.td-single-image-style-round,
.td-single-image-style-round a,
.td-single-image-style-round-border,
.td-single-image-style-round-border a,
.td-single-image-style-round-border-shadow,
.td-single-image-style-round-border-shadow a,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-round-outline,
.td-single-image-style-round-outline a,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-shadow,
.td-single-image-style-round-shadow a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.td-single-image-style-circle a,
.td-single-image-style-circle-border a,
.td-single-image-style-circle-border-shadow a,
.td-single-image-style-circle-outline a,
.td-single-image-style-circle-shadow a {
    height: 0;
    padding-bottom: 100%
}

.td_block_empty_space,
.vc_empty_space {
    margin-bottom: 0
}

.td-menu-blocks-custom {
    margin-bottom: 30px;
    padding: 0 60px
}

@media (max-width:1018px) {
    .td_quote_on_blocks {
        font-size: 22px;
        line-height: 28px
    }

    .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: 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: #ff8300;
    background-color: #ff8300;
    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: 20px 2px 2px !important;
    text-align: center;
    line-height: 17px !important;
    font-size: 10px
}

.td-menu-block-headers li.current-menu-item img {
    border-color: #ff8300
}

.td-menu-block-headers li.current-menu-item a {
    color: #ff8300
}

.td-menu-block-headers li:hover img {
    border-color: #ff8300
}

.td-menu-block-headers li img {
    display: block;
    border: 1px solid #eaeaea;
    width: 110px
}

@media (max-width:767px) {
    .td-menu-block-headers li {
        margin-top: 15px !important;
        font-size: 9px
    }

    .td-menu-block-headers li img {
        width: 82px
    }
}

.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
}

.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: 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: #ff8300;
    background-color: #ff8300;
    color: #fff !important
}

.td-tab-blocks-custom {
    margin-bottom: 0 !important
}

.td-tab-blocks-custom ul.wpb_tabs_nav {
    border-bottom: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.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 li {
    display: inline-block;
    margin: 0 2px;
    background-color: transparent !important
}

.td-tab-blocks-custom ul.wpb_tabs_nav li a {
    padding: 5px 13px !important;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 18px
}

.td-tab-blocks-custom ul.wpb_tabs_nav li a:hover {
    background-color: #111;
    color: #fff
}

.vc_single_image a {
    position: relative;
    width: 100%;
    display: block;
    background-size: cover
}

.td-custom-menu-blocks {
    margin-bottom: 25px
}

.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
}

@media (min-width:768px) and (max-width:1018px) {
    .td-tab-blocks-custom ul.wpb_tabs_nav {
        margin-bottom: 20px
    }

    .td-tab-blocks-custom ul.wpb_tabs_nav li a {
        padding: 4px 9px !important;
        font-size: 12px
    }

    .td-custom-menu-blocks {
        margin-bottom: 15px
    }

    .td-custom-menu-blocks .vc_wp_custommenu {
        margin-bottom: 0
    }

    .td-custom-menu-blocks .wpb_text_column h2 {
        font-size: 21px;
        line-height: 28px
    }
}

@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 {
        margin: 0 0 6px;
        float: none
    }

    .td-tab-blocks-custom ul.wpb_tabs_nav li a {
        padding: 4px 7px !important;
        font-size: 12px;
        line-height: 16px
    }

    .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
}

.td-custom-menu-blocks .wpb_text_column h2 {
    margin: 0 !important
}

.td-custom-menu-blocks .td-custom-menu-list {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    text-align: center;
    margin: 0 10px
}

.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, .15);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
    opacity: 0;
    z-index: 1000;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    column-count: 2;
    column-gap: 0
}

.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
}

.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: #ff8300
}

.td-custom-menu-blocks .td-custom-menu-list ul li a {
    display: block;
    padding: 7px 14px
}

@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-bottom: 10px !important
    }

    .td-custom-menu-blocks .td-custom-menu-list {
        position: static
    }

    .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 {
        font-size: 11px
    }

    .td-custom-menu-blocks .td-custom-menu-list ul li a img {
        max-width: 33px
    }

    .td-custom-menu-blocks .td-custom-title-left {
        position: absolute !important
    }
}

.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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-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
}

@media (max-width:1018px) {
    .td-list-menu-inline {
        padding: 0
    }

    .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 .current-menu-parent>a,
.td-custom-menu-blocks .td-custom-menu-list:hover>a {
    color: #ff8300
}

.td-custom-menu-blocks .current-menu-parent>a span,
.td-custom-menu-blocks .td-custom-menu-list:hover>a span {
    background-color: #ff8300
}

.td-custom-menu-blocks .td-custom-menu-hidden {
    visibility: hidden
}

.td-custom-menu-blocks .td-menu-blocks ul {
    width: 500px;
    column-count: 3;
    column-gap: 0
}

.td_block_unixdev_1 .td-block-span6 {
    width: 66.6666666%
}

@media (max-width:767px) {
    .td-custom-menu-blocks .td-menu-blocks {
        margin: 0 10px 0 auto;
        display: table
    }

    .td-custom-menu-blocks .td-custom-menu-list ul li a span {
        padding-top: 5px
    }

    .td_block_unixdev_1 .td-block-span6 {
        float: none;
        width: 100%
    }

    .global-block-template-2 .td-related-title a {
        font-size: 15px
    }
}

.td_block_unixdev_columnist_1 .td_module_70 {
    width: 100%
}

.td_block_unixdev_2 .td-block-title-wrap,
.td_block_unixdev_slide .td-block-title-wrap {
    margin-bottom: 20px
}

.td_block_unixdev_2 .td-block-title-wrap .block-title,
.td_block_unixdev_slide .td-block-title-wrap .block-title {
    background-color: #ff8300;
    padding: 10px 15px
}

.td_block_unixdev_2 .td-block-title-wrap .block-title a,
.td_block_unixdev_slide .td-block-title-wrap .block-title a {
    padding: 0;
    color: #fff
}

.td_block_unixdev_2 .td-block-title-wrap .td-subcat-filter,
.td_block_unixdev_slide .td-block-title-wrap .td-subcat-filter {
    position: static;
    text-align: left;
    background-color: #ededed;
    border-bottom: 2px solid #ff8300
}

.td_block_unixdev_2 .td-block-title-wrap .td-subcat-filter .td-subcat-list,
.td_block_unixdev_slide .td-block-title-wrap .td-subcat-filter .td-subcat-list {
    line-height: 30px
}

.td_block_unixdev_2 .td-block-title-wrap .td-subcat-filter .td-subcat-list .td-subcat-item,
.td_block_unixdev_slide .td-block-title-wrap .td-subcat-filter .td-subcat-list .td-subcat-item {
    line-height: 30px;
    margin-left: 0
}

.td_block_unixdev_2 .td-block-title-wrap .td-subcat-filter .td-subcat-list .td-subcat-item .td-subcat-link,
.td_block_unixdev_slide .td-block-title-wrap .td-subcat-filter .td-subcat-list .td-subcat-item .td-subcat-link {
    line-height: 35px;
    padding: 0 15px;
    display: block
}

.td_block_unixdev_2 .td-block-title-wrap .td-subcat-filter .td-subcat-list .td-subcat-item .td-cur-simple-item,
.td_block_unixdev_slide .td-block-title-wrap .td-subcat-filter .td-subcat-list .td-subcat-item .td-cur-simple-item {
    background-color: #ff8300;
    color: #fff;
    border-top: 2px solid #ff8300;
    margin-top: -2px
}

.td_block_unixdev_2 .td_block_inner_readmore,
.td_block_unixdev_slide .td_block_inner_readmore {
    text-align: center
}

.td_block_unixdev_2 .td_block_inner_readmore a,
.td_block_unixdev_slide .td_block_inner_readmore a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    background: #ff8300;
    color: #fff
}

.td_block_unixdev_slide .td_block_inner_readmore {
    margin-top: 20px
}

.td_block_unixdev_slide .td-a-rec-id-ud_b9y_home_ad {
    width: 320px;
    margin: 15px auto 10px
}

.td_ajax_dropdown {
    position: relative
}

.td_ajax_dropdown .td-ajax-filter-title {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 27px 5px 10px;
    position: relative
}

.td_ajax_dropdown .td-ajax-filter-title .td-icon-font {
    position: absolute;
    right: 10px
}

.td_ajax_dropdown .td-ajax-filter-dropdown {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ccc;
    width: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    display: none
}

.td_ajax_dropdown .td-ajax-filter-dropdown.td-ajax-filter-active {
    visibility: visible;
    opacity: 1;
    display: block
}

.td_ajax_dropdown .td-ajax-filter-dropdown .td-subcat-item {
    border-top: 1px solid #000;
    margin: 0 10px;
    padding: 0
}

.td_ajax_dropdown .td-ajax-filter-dropdown .td-subcat-item:first-child {
    border-top: 0
}

.td_ajax_dropdown .td-ajax-filter-dropdown .td-subcat-item .td-subcat-link {
    padding: 5px 0;
    display: block;
    color: #000
}

.td_block_unixdev_2 .td-block-span4:nth-child(3n+1) {
    clear: left
}

.td_block_unixdev_2 .td-a-rec {
    width: 330px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0
}

.td_block_unixdev_2 .td-has_ads .td-block-span4:nth-child(3) {
    clear: left
}

.td_block_unixdev_2 .td-has_ads .td-block-span4:nth-child(3n+1) {
    clear: none
}

.td_block_unixdev_2 .td-has_ads .td-block-span4:nth-child(6) {
    display: none
}

.show-mobile {
    display: block
}

.show-desktop {
    display: none
}

@media (min-width:992px) {
    .show-mobile {
        display: none
    }

    .show-desktop {
        display: block
    }
}

.ud_block_wrapper {
    position: relative
}

.td-post-share .udblock_share_show_btn {
    padding: 0;
    margin: 0;
    background: 0 0;
    border: 0
}

.udblock__textwrap {
    overflow: hidden;
    position: relative
}

.udblock__share_wrap {
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #f2f2f2;
    transition: left .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.udblock__share_wrap .udblock__share_close_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: 0 0;
    border: none;
    display: inline-block;
    font-size: 1.5rem
}

.udblock__share_wrap .udblock__share-link {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #000;
    font-size: 1rem;
    color: #fff
}

.udblock__share_wrap .share-link-facebook {
    background-color: #3b5999
}

.udblock__share_wrap .share-link-twitter {
    background-color: #2baae1
}

.udblock__share_wrap .share-link-line {
    background-color: #20b24b
}

.udblock__share_wrap .share-link-copy {
    background-color: #be2227
}

.td-block-title a,
.td-block-title span {
    display: inline-block
}

.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,
.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 {
    margin-left: 0 !important
}

.global-block-template-2 .td-related-title a {
    padding: 0 20px 0 0
}

.global-block-template-2 .td-related-title .td-cur-simple-item {
    color: #ff8300
}

.global-block-template-3 .td-related-title a {
    margin-right: 10px
}

.global-block-template-3 .td-related-title .td-cur-simple-item {
    background-color: #ff8300
}

.global-block-template-4 .td-related-title a:before {
    border-color: transparent !important
}

.global-block-template-4 .td-related-title .td-cur-simple-item {
    background-color: #ff8300
}

.global-block-template-4 .td-related-title .td-cur-simple-item:before {
    border-color: #ff8300 transparent transparent !important
}

.global-block-template-5 .td-related-title a:last-child {
    border: none
}

.global-block-template-5 .td-related-title .td-cur-simple-item {
    color: #ff8300
}

.global-block-template-6 .td-related-title a {
    padding: 10px 10px 0
}

.global-block-template-6 .td-related-title .td-cur-simple-item,
.global-block-template-7 .td-related-title .td-cur-simple-item {
    color: #ff8300
}

@media (max-width:767px) {
    .global-block-template-3 .td-related-title a {
        margin-right: 0;
        font-size: 14px
    }

    .global-block-template-4 .td-related-title a {
        margin-right: 0;
        font-size: 15px
    }

    .global-block-template-5 .td-related-title a {
        font-size: 15px
    }

    .global-block-template-6 .td-related-title a {
        font-size: 14px
    }

    .global-block-template-8 .td-related-title a,
    .global-block-template-9 .td-related-title a {
        font-size: 15px
    }
}

.global-block-template-8 .td-related-title a:before {
    display: none
}

.global-block-template-8 .td-related-title .td-cur-simple-item {
    color: #ff8300
}

.global-block-template-9 .td-related-title {
    margin-top: 0 !important
}

.global-block-template-9 .td-related-title a {
    margin-right: 20px
}

.global-block-template-9 .td-related-title .td-cur-simple-item {
    color: #ff8300
}

.global-block-template-10 .td-related-title {
    margin-top: 0 !important
}

.global-block-template-10 .td-related-title a {
    margin-right: 20px
}

.global-block-template-10 .td-related-title .td-cur-simple-item {
    color: #ff8300
}

.global-block-template-11 .td-related-title a {
    margin-right: 20px
}

@media (max-width:767px) {

    .global-block-template-10 .td-related-title a,
    .global-block-template-11 .td-related-title a {
        font-size: 15px
    }
}

.global-block-template-11 .td-related-title .td-cur-simple-item {
    color: #ff8300
}

.global-block-template-12 .td-related-title a,
.global-block-template-13 .td-related-title a {
    margin-right: 20px;
    font-size: 20px
}

@media (max-width:767px) {

    .global-block-template-12 .td-related-title a,
    .global-block-template-13 .td-related-title a {
        font-size: 15px
    }
}

.global-block-template-12 .td-related-title .td-cur-simple-item,
.global-block-template-13 .td-related-title .td-cur-simple-item {
    color: #ff8300
}

.global-block-template-12 .td-related-title>a.td-related-left,
.global-block-template-12 .td-related-title>a.td-related-right,
.global-block-template-13 .td-related-title>a.td-related-left,
.global-block-template-13 .td-related-title>a.td-related-right {
    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
}

@media (max-width:767px) {

    .global-block-template-12 .td-comments-title span,
    .global-block-template-13 .td-comments-title span {
        font-size: 15px
    }
}

.global-block-template-14 .td-related-title a,
.global-block-template-15 .td-related-title a {
    margin: 0 12px !important;
    font-size: 14px
}

@media (max-width:767px) {

    .global-block-template-14 .td-related-title a,
    .global-block-template-15 .td-related-title a {
        margin: 0 8px !important
    }

    .global-block-template-16 .td-related-title a {
        font-size: 15px
    }
}

.global-block-template-14 .td-related-title .td-cur-simple-item,
.global-block-template-15 .td-related-title .td-cur-simple-item {
    color: #ff8300
}

.global-block-template-16 .td-related-title a {
    margin-right: 20px
}

.global-block-template-16 .td-related-title .td-cur-simple-item {
    color: #ff8300
}

.global-block-template-17 .td-related-title a {
    margin-right: 10px;
    margin-left: 10px
}

.global-block-template-17 .td-related-title .td-cur-simple-item {
    color: #ff8300
}

.td-block-title-wrap .td-wrapper-pulldown-filter {
    font-family: 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
}

@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,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i {
    color: #ff8300
}

.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: rgba(255, 255, 255, .95);
    z-index: 999;
    display: none;
    margin: 0;
    border: 1px solid #ededed
}

.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: #ff8300
}

.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
}

@media (max-width:767px) {
    .global-block-template-17 .td-related-title a {
        margin: 0 8px !important;
        font-size: 14px
    }

    .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: #ff8300
}

.td_block_template_2 .td-block-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 31px
}

.td_block_template_2 .td-block-title>* {
    color: #000
}

.td_block_template_3 .td-block-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 31px
}

.td_block_template_3 .td-block-title>* {
    background-color: #000;
    color: #fff;
    padding: 0 10px
}

@-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
}

.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;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #000 transparent transparent
}

@-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
}

.td_block_template_5 .td-block-title>* {
    padding: 0 12px;
    border-left: 4px solid #ff8300
}

.td_block_template_5 .td-subcat-dropdown,
.td_block_template_5 .td-subcat-filter {
    line-height: 25px
}

.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_7 .td-block-title {
    font-size: 13px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 45px;
    padding: 0;
    position: relative
}

.td_block_template_7 .td-block-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAABmZmZ+SwYRAAAAAnRSTlMAOF6RdaYAAAAVSURBVAjXY1BgcGBoAEIHIEuAQQAAEdAB4b4poC8AAAAASUVORK5CYII=) top left
}

.td_block_template_7 .td-block-title>* {
    background-color: #fff;
    color: #000;
    padding: 0 5px;
    margin-left: 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
}

@-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
}

.td_block_template_8 .td-block-title>* {
    position: relative;
    padding-right: 20px;
    color: #000
}

.td_block_template_8 .td-block-title>:before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    left: 100%;
    background-color: #f5f5f5
}

.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
}

.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;
    background-color: #ff8300
}

.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_10 .td-block-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 24px;
    line-height: 37px;
    padding: 0;
    position: relative
}

.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_11 .td-block-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 2px;
    margin-bottom: 24px;
    line-height: 44px;
    padding: 0;
    position: relative
}

.td_block_template_11 .td-block-title:after,
.td_block_template_11 .td-block-title:before {
    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_12 .td-block-title {
    font-size: 26px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 26px;
    padding: 0;
    letter-spacing: -.6px
}

@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: 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 .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s
}

.td_block_template_12 .td-pulldown-category i {
    font-size: 10px;
    margin-left: 10px
}

.td_block_template_12 .td-pulldown-category:hover {
    opacity: .9
}

.td_block_template_12 .td-pulldown-category:hover span {
    transform: translate3d(-6px, 0, 0);
    -webkit-transform: translate3d(-6px, 0, 0);
    -moz-transform: translate3d(-6px, 0, 0);
    -ms-transform: translate3d(-6px, 0, 0);
    -o-transform: translate3d(-6px, 0, 0)
}

.td_block_template_13 .td-block-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 26px;
    line-height: 26px !important;
    padding: 0;
    letter-spacing: -.6px;
    margin-top: 36px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0)
}

@media (max-width:1018px) {
    .td_block_template_13 .td-block-title {
        font-size: 22px;
        margin-bottom: 16px;
        margin-top: 26px
    }
}

.td_block_template_13 .td-block-title>a,
.td_block_template_13 .td-block-title>span {
    margin-left: 12px
}

@media (max-width:767px) {
    .td_block_template_12 .td-pulldown-category span {
        display: none
    }

    .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 !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: 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 .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s
}

.td_block_template_13 .td-pulldown-category i {
    font-size: 10px;
    margin-left: 10px
}

.td_block_template_13 .td-pulldown-category:hover {
    opacity: .9
}

.td_block_template_13 .td-pulldown-category:hover span {
    transform: translate3d(-6px, 0, 0);
    -webkit-transform: translate3d(-6px, 0, 0);
    -moz-transform: translate3d(-6px, 0, 0);
    -ms-transform: translate3d(-6px, 0, 0);
    -o-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
}

@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 {
        padding-left: 24px;
        padding-right: 20px !important
    }

    .td-pb-span4 .td_block_template_12 .td-pulldown-category span {
        display: none
    }

    .td_block_template_13 .td-block-subtitle {
        font-size: 70px;
        bottom: -15px
    }

    .td-pb-span4 .td_block_template_13 .td-pulldown-category span {
        display: none
    }
}

@media (max-width:767px) {
    .td_block_template_13 .td-pulldown-category span {
        display: none
    }

    .td_block_template_13 .td-block-subtitle {
        font-size: 60px;
        bottom: -12px
    }

    .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
        display: none
    }
}

.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
}

@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
}

@media (min-width:768px) and (max-width:1018px) {
    .td-pb-span12 .td_block_template_13 .td-block-title {
        margin-bottom: 26px
    }

    .td-crumb-container {
        padding-top: 0
    }
}

.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,
.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: .8
}

.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: #ff8300;
    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: .8
}

.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
}

.td_block_template_16 .td-block-title:after,
.td_block_template_16 .td-block-title:before {
    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_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: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;
    border-color: #111 transparent transparent
}

.td_block_template_17 .td-block-title-wrap {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    z-index: 1
}

.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: .8
}

.td_block_template_17.td_block_social_counter,
.td_block_template_17.widget {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0)
}

.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
}

@-moz-document url-prefix() {

    .td-pulldown-syle-default .td-subcat-list,
    .td-pulldown-syle-default .td-subcat-more {
        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: #ff8300
}

.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 i,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span {
    color: #ff8300
}

.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 i,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span {
    color: #ff8300
}

.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
}

.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,
.td-footer-wrapper div .td_block_template_2 .td-block-title>* {
    color: #fff
}

.td-footer-wrapper div .td_block_template_3 .td-block-title>*,
.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
}

.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 {
    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:after,
.td-footer-wrapper div .td_block_template_11 .td-block-title:before {
    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: .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:after,
.td-footer-wrapper div .td_block_template_16 .td-block-title:before {
    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
}

.td-crumb-container {
    min-height: 0;
    margin-bottom: 0;
    padding-top: 0
}

.entry-crumbs {
    font-family: 'DB Heavent', sans-serif;
    font-size: 24px;
    color: #c3c3c3;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 20px;
    font-weight: 400;
}

.entry-crumbs a.entry-crumb {
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.entry-crumbs a.entry-crumb:hover {
    text-decoration: none;
    color: #777
}

.entry-crumbs .td-bred-no-url-last {
    color: #FC7A32;
    cursor: default
}

.entry-crumbs a.entry-crumb {
    color: #c3c3c3
}


.entry-crumbs .td-bread-sep {
    font-size: 8px;
    margin: 0 5px
}

.td-sidebar-left .td-crumb-container {
    padding-left: 372px
}

@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
    }

    .td-post-sharing-bottom .td-social-but-text,
    .td-post-sharing-top .td-social-but-text {
        display: none
    }
}

.td-sidebar-left-content {
    float: right !important
}

.td-category {
    list-style: none;
    font-family: sans-serif;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1
}

.td-category li {
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 1
}

.td-category a {
    color: #fff;
    background-color: #222;
    padding: 3px 6px 4px;
    white-space: nowrap;
    display: inline-block
}

.td-category a:hover {
    opacity: .9
}

.post {
    background-color: #fff
}

.post header .entry-title {
    margin-top: 0;
    margin-bottom: 7px;
    word-wrap: break-word;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    font-family: 'DB Heavent', sans-serif
}

.td-post-sub-title {
    font-family: sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 24px;
    color: #999;
    margin: 9px 0 14px
}

@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_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-crumb-container {
        padding-top: 0
    }

    .single-post .td-bred-no-url-last {
        display: none
    }

    .td-sidebar-left .td-crumb-container {
        padding-left: 0
    }

    .td-sidebar-left-content {
        float: none !important
    }

    .single .td-category {
        margin-bottom: 0
    }

    .td-post-sub-title {
        margin: 0 0 16px
    }
}

.bypostauthor {
    line-height: 1
}

header .td-module-meta-info {
    font-family: 'DB Heavent', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}

header .td-post-author-name {
    font-weight: 400;
    color: #444;
    float: left
}

header .td-post-author-name a {
    font-weight: 700;
    margin-right: 3px
}

header .td-post-date {
    margin-left: 4px;
    color: #444;
    float: left
}

header .td-post-views {
    float: right;
    margin-right: 22px
}

header .td-post-views span {
    line-height: 15px;
    vertical-align: top
}

header .td-icon-views {
    position: relative;
    line-height: 17px;
    font-size: 14px;
    margin-right: 5px
}

header .td-post-comments {
    float: right;
    position: relative;
    top: 2px
}

header .td-post-comments a {
    color: #444
}

header .td-post-comments i {
    vertical-align: middle
}

header .td-icon-comments {
    margin-right: 5px;
    font-size: 9px
}

.td-post-sharing {
    font-family: sans-serif;
    margin-bottom: 21px
}

.td-default-sharing,
.td-post-sharing a {
    display: inline-block;
    vertical-align: middle
}

.td-social-sharing-buttons {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 10px 5px;
    width: auto;
    margin-right: 10px;
    height: 28px;
    min-width: 28px;
    text-align: center
}

.td-social-sharing-buttons:hover {
    opacity: .8
}

.td-social-sharing-buttons .td-sp {
    width: 14px;
    height: 20px
}

@media (max-width:580px) {
    .td-social-sharing-buttons {
        height: 32px;
        min-width: 32px;
        padding: 9px 0 7px
    }
}

.td-social-but-text {
    display: inline-block;
    position: relative;
    line-height: 16px;
    margin-left: 8px
}

.td-social-facebook {
    background-color: #516eab
}

.td-social-facebook .td-icon-facebook {
    font-size: 16px;
    position: relative;
    top: -1px
}

.td-social-facebook .td-social-but-text {
    top: -3px
}

.td-social-twitter {
    background-color: #000
}

.td-social-twitter .td-icon-twitter {
    font-size: 14px;
    position: relative
}

.td-social-twitter .td-social-but-text {
    top: -1px
}

.td-social-google {
    background-color: #eb4026
}

.td-social-google .td-icon-googleplus {
    font-size: 16px;
    position: relative;
    top: -1px;
    left: 0
}

.td-social-google .td-social-but-text {
    top: -3px
}

.td-social-pinterest {
    background-color: #ca212a;
    margin-right: 0
}

@media (max-width:767px) {
    .td-social-pinterest {
        margin-right: 10px
    }
}

.td-social-pinterest .td-icon-pinterest {
    font-size: 13px;
    position: relative;
    top: 1px
}

.td-social-whatsapp {
    display: none !important;
    background-color: #7bbf6a;
    margin-right: 0
}

@media (max-width:767px) {
    .td-social-whatsapp {
        display: inline-block !important
    }

    .td-post-sharing {
        text-align: center
    }

    .td-with-like .td-post-share-title,
    .td-with-like .td-social-but-text {
        display: none
    }

    .td-post-sharing-top {
        margin-top: 15px;
        margin-bottom: 20px
    }

    .td-post-sharing-bottom {
        padding: 20px 0
    }
}

.td-social-whatsapp i {
    font-size: 20px;
    bottom: 2px;
    right: 2px
}

.ud-social-sharing-line {
    background-color: #00b900
}

.ud-social-sharing-line .ud-social-icon-line {
    font-size: 18px;
    position: relative;
    top: -2px
}

.ud-social-sharing-line .td-social-but-text {
    top: -6px
}

.td-classic-sharing {
    display: inline-block;
    vertical-align: middle
}

.td-classic-sharing ul {
    margin: 0 0 0 30px;
    height: 20px
}

.td-classic-sharing li {
    display: inline-block;
    height: 20px;
    margin-left: 0
}

.td-classic-twitter {
    position: relative;
    top: -1px;
    left: 2px
}

.td-classic-twitter .twitter-share-button {
    margin: 0 !important
}

.td-post-share-title {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-right: 20px;
    vertical-align: middle
}

@media (max-width:1140px) {
    .td-pb-span8 .td-with-like .td-social-but-text {
        display: none
    }
}

@media (max-width:1018px) {
    /*.post header .entry-title {
        font-size: 32px;
        line-height: 36px
    }*/

    .td-pb-span8 .td-with-like .td-post-share-title {
        display: none
    }

    .td-pb-span8 .td-post-sharing-bottom.td-with-like {
        padding: 18px
    }
}

@media (max-width:580px) {

    .td-post-sharing-bottom .td-social-but-text,
    .td-post-sharing-top .td-social-but-text {
        display: none
    }

    .td-default-sharing {
        margin-right: 0
    }

    .td-classic-sharing {
        width: 100%;
        margin-top: 20px
    }

    .td-classic-sharing ul {
        margin-left: 0
    }

    .td-post-share-title {
        display: none
    }
}

.post footer {
    clear: both
}

.page-nav.page-nav-post {
    margin-top: 0
}

.td-post-source-tags,
.td-post-source-tags a {
    font-size: 14px
}

.td-post-source-tags .td-no-tags {
    margin-bottom: 34px
}

.td-post-source-via {
    font-family: sans-serif;
    font-weight: 600
}

.td-post-small-box {
    margin-bottom: 4px;
    line-height: 25px;
    clear: left;
    height: 25px;
    display: table
}

.td-post-small-box span {
    background-color: #222;
    padding: 5px 9px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    float: left;
    height: 25px
}

.td-post-small-box a {
    display: block;
    float: left;
    border: 1px solid #ededed;
    margin-left: 4px;
    line-height: 1;
    color: #111;
    padding: 5px 8px;
    height: 25px
}

.td-post-small-box a:hover {
    color: #fff;
    background-color: #ff8300;
    border-color: #ff8300
}

.td-tags {
    margin: 0 0 30px;
    font-family: sans-serif;
    display: table;
    line-height: 20px;
    font-weight: 600
}

.td-tags li {
    list-style: none;
    display: inline-block;
    line-height: 20px;
    margin-left: 0;
    float: left;
    margin-bottom: 4px
}

.td-tags a,
.td-tags span {
    margin-right: 4px;
    margin-left: 0
}

.td-post-next-prev-content {
    display: inline-block;
    font-family: sans-serif
}

.td-post-next-prev-content span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #c1c1c1;
    margin-bottom: 7px
}

.td-post-next-prev-content a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 24px;
    margin-bottom: 0
}

.td-post-next-prev-content a:hover {
    color: #ff8300
}

.td-post-next-post {
    text-align: right
}

.td-next-prev-separator {
    display: none
}

.author-box-wrap {
    border: 1px solid #ededed;
    padding: 21px;
    margin-bottom: 48px
}

.author-box-wrap .avatar {
    float: left;
    max-width: 96px
}

.author-box-wrap .desc {
    margin-left: 117px;
    font-size: 12px
}

@media (max-width:767px) {

    .td-post-next-post,
    .td-post-prev-post {
        width: 50%
    }

    .author-box-wrap {
        text-align: center
    }

    .author-box-wrap .avatar {
        margin-bottom: 5px;
        float: none
    }

    .author-box-wrap .desc {
        margin-left: 0
    }
}

.author-box-wrap .td-social-icon-wrap .td-icon-font {
    color: #222
}

.author-box-wrap .td-author-social {
    margin-bottom: -5px
}

.author-box-wrap .td-author-social a {
    color: #444;
    margin-top: 11px
}

.author-box-wrap .td-author-social a:hover {
    color: #ff8300
}

.author-box-wrap .td-author-social .td-icon-font {
    font-size: 15px;
    width: auto;
    min-width: 18px;
    height: auto;
    margin-right: 15px
}

.td-author-name {
    font-family: sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    margin: 7px 0 8px
}

.td-author-name a {
    color: #222
}

.td-author-name a:hover {
    color: #ff8300
}

.td-author-url {
    font-size: 11px;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 6px
}

.td-author-url a {
    color: #444
}

.td-author-url a:hover {
    color: #ff8300
}

.td-related-row {
    margin-right: -16px
}

.td-related-row:after,
.td-related-row:before {
    display: table;
    content: ""
}

.td-related-row:after {
    clear: both
}

.td-related-row [class*=td-related-span] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 8px;
    padding-left: 8px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-related-row [class*=td-related-span] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-related-row [class*=td-related-span] {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (max-width:767px) {
    .td-related-row [class*=td-related-span] {
        padding-right: 0;
        padding-left: 0
    }
}

.td-related-row .td-related-span4 {
    width: 33.33333333%;
    padding-left: 0;
    padding-right: 16px
}

@media (max-width:500px) {
    .td-related-row .td-related-span4 {
        padding-right: 10px
    }

    .td-related-row {
        margin-right: -10px
    }

    .td-related-row .td-video-play-ico img {
        width: 20px
    }
}

.td-related-full-width .td-related-row {
    margin-right: -22px
}

.td-related-full-width .td-related-row .td-related-span4 {
    width: 20%;
    padding-right: 22px;
    position: relative
}

.td_block_related_posts {
    position: relative
}

.td_block_related_posts .td-module-thumb {
    margin-bottom: 12px
}

.td_block_related_posts .td-module-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0
}

@media (max-width:767px) {
    .td-related-full-width .td-related-row .td-related-span4 {
        width: 100%;
        padding-right: 0
    }

    .td-related-full-width .td-related-row {
        margin-right: 0
    }

    .td-related-full-width .td-related-row .td-video-play-ico img {
        width: 20px
    }

    .td_block_related_posts .td-module-thumb {
        margin-bottom: 0
    }

    .td_block_related_posts .td-video-play-ico>img {
        width: 25px
    }

    .td_block_related_posts .td-module-title {
        font-size: 16px;
        line-height: 22px
    }

    .td_block_related_posts .td-related-span4 {
        width: 100%
    }

    .td_block_related_posts .td-module-image {
        position: absolute;
        width: 100px
    }

    .td_block_related_posts .item-details {
        padding-left: 110px;
        min-height: 70px;
        margin-bottom: 26px
    }
}

.td_block_related_posts .td-next-prev-wrap {
    margin-top: 0
}

.td-related-title {
    font-family: 'DB Heavent', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: 16px
}

.td-related-title a,
.td-related-title label,
.td-related-title span {
    line-height: 1 !important;
    display: inline-block;
    padding: 10px 0 4px;
    color: #000
}

@-moz-document url-prefix() {

    .td_block_template_1 .td-related-title>.td-related-left,
    .td_block_template_1 .td-related-title>.td-related-right {
        padding: 8px 12px 6px
    }
}

.td_mod_related_posts:hover h3>a {
    color: #ff8300
}

.td-parallax-header {
    margin-bottom: 60px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-parallax-header {
        margin-bottom: 36px
    }

    .td-post-template-1 .td-pb-span8 .td-featured-image-rec {
        width: 250px;
        margin-right: 17px
    }
}

.wp-embedded-content {
    width: 100%
}

.td-image-gradient:before {
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%)
}

.td-post-content p:empty {
    display: none
}

.td-post-featured-image {
    position: relative
}

.td-post-featured-image img {
    display: block;
    margin-bottom: 0px;
    width: 100%;
    border-radius: 15px;
}

.td-post-featured-image .wp-caption-text {
    margin-bottom: 0px;
    z-index: 1
}

.td-post-content {
    margin-top: 21px;
    padding-bottom: 16px
}

.td-post-content p {
    word-wrap: break-word
}

.td-post-content img {
    display: block
}

.td-post-content table {
    margin-bottom: 21px
}

.td-post-content .td-gallery {
    clear: both
}

.td-post-content .fb-video {
    margin-bottom: 26px
}

.td-post-content #fb-root+p {
    margin: 0
}

.td-post-template-default .td-post-title .td-post-comments {
    margin-left: 22px
}

.td-post-template-default .td-post-title div.td-post-views {
    margin-right: 0
}

.td-post-template-1 .td-post-header .entry-title {
    font-size: 38px;
    line-height: 44px
}

.td-post-template-1 .td-post-sharing-top {
    margin-bottom: 30px
}

.td-post-template-1 .td-featured-image-rec {
    float: left;
    width: 300px;
    margin-right: 21px
}

@media (max-width:767px) {
    .td-parallax-header {
        margin-bottom: 25px
    }

    .td-post-content {
        margin-top: 16px
    }

    .td-post-template-1 .td-post-sharing-top {
        margin-bottom: 20px
    }

    .td-post-template-1 .td-featured-image-rec {
        width: auto;
        margin-right: 15px
    }
}

@media (max-width:500px) {
    .td-post-template-1 .td-featured-image-rec {
        width: 100%;
        margin-right: 0
    }
}

.td-post-template-1 .td-featured-image-rec .wpb_video_wrapper,
.td-post-template-1 .td-featured-image-rec img {
    margin-bottom: 21px
}

.td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
    float: left;
    width: 60%
}

.td-post-template-1 .td-post-title .td-post-comments {
    margin-left: 22px
}

.td-post-template-1 .td-post-title .td-post-views {
    margin-right: 0
}

.td-post-template-1 .wpb_video_wrapper .twitter-video {
    min-width: 300px !important
}

.wpb_video_wrapper {
    margin-bottom: 26px
}

.wpb_video_wrapper .fb-video {
    margin-bottom: 0
}

.wpb_video_wrapper iframe {
    display: block
}

.wpb_video_wrapper .twitter-video {
    max-width: none !important
}

.td-post-template-2 .td-post-content {
    margin-top: 0
}

.td-post-template-2 .td-post-header .entry-title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 5px
}

@media (max-width:767px) {
    .td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
        float: none;
        width: 100%
    }

    .td-post-template-2 .td-post-header .entry-title {
        margin-bottom: 9px
    }
}

.td-post-template-2 .td-post-title .td-category {
    margin-bottom: 5px
}

.td-post-template-2 .td-post-title .td-post-date {
    margin-right: 22px;
}

.td-post-template-2 .td-post-title .td-post-comments,
.td-post-template-2 .td-post-title .td-post-views {
    float: none;
    display: inline-block;
    vertical-align: top
}

.td-post-template-2 .td-post-featured-image img {
    width: auto
}

.td-post-template-2 .td-post-sharing-top {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .td-post-template-2 .td-post-sharing-top {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.td-post-template-2 .td-post-sub-title {
    font-size: 19px;
    line-height: 25px;
    margin: 12px 0 20px
}

@media (max-width:767px) {
    .td-post-template-2 .td-post-sub-title {
        margin: 0 0 16px
    }

    .td-post-template-3 .td-crumb-container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.td-post-template-3 .td-crumb-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    min-height: 0
}

.td-post-template-3 .td-crumb-container .entry-crumbs {
    padding-top: 15px;
    padding-bottom: 15px
}

.td-post-template-3 .td-post-header-holder {
    position: relative;
    min-height: 300px;
    background-color: #444;
    margin-bottom: 36px;
    overflow: hidden
}

.td-post-template-3 .td-post-header-holder .wp-caption-text {
    display: none
}

.td-post-template-3 .td-post-featured-image img {
    margin-bottom: 0
}

.td-post-template-3 .td-post-title {
    position: absolute;
    bottom: 0;
    padding: 0 30px 9px;
    width: 80%;
    z-index: 1
}

@media (max-width:1018px) {
    .td-image-gradient:before {
        height: 100%
    }

    /*.td-post-template-default .td-post-header header .entry-title {
        font-size: 30px;
        line-height: 40px
    }*/

    .td-post-template-1 .td-post-header header .entry-title,
    .td-post-template-2 .td-post-header header .entry-title {
        font-size: 32px;
        line-height: 36px
    }

    .td-post-template-3 .td-crumb-container .entry-crumbs {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .td-post-template-3 .td-post-header-holder {
        margin-bottom: 30px
    }

    .td-post-template-3 .td-post-title {
        width: 100%
    }
}

.td-post-template-3 .td-post-title .td-category {
    margin-bottom: 5px
}

.td-post-template-3 .td-post-title .td-post-date {
    margin-right: 22px
}

.td-post-template-3 .td-post-title .td-post-comments,
.td-post-template-3 .td-post-title .td-post-views {
    float: none;
    display: inline-block;
    vertical-align: top
}

.td-post-template-3 .td-post-title .td-post-author-name,
.td-post-template-3 .td-post-title .td-post-author-name a,
.td-post-template-3 .td-post-title .td-post-comments a,
.td-post-template-3 .td-post-title .td-post-date,
.td-post-template-3 .td-post-title .td-post-views {
    color: #fff
}

.td-post-template-3 .td-post-title .wp-caption-text {
    color: #fff;
    position: absolute;
    bottom: 27px;
    right: 21px;
    margin-bottom: 0;
    height: 17px;
    max-width: 40%;
    overflow: hidden;
    text-align: right
}

.td-post-template-3 .td-post-header .entry-title {
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #fff
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-1 .wpb_video_wrapper .twitter-video {
        min-width: 200px !important
    }

    .td-post-template-3 .td-post-header header .entry-title {
        font-size: 36px;
        line-height: 46px
    }
}

@media (max-width:767px) {
    .td-post-template-3 .td-post-header-holder {
        margin-bottom: 21px;
        min-height: 200px
    }

    .td-post-template-3 .td-post-title {
        padding: 0 14px
    }

    .td-post-template-3 .td-post-header header .entry-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .td-post-template-3 .td-post-header.td-container {
        padding-right: 0;
        padding-left: 0
    }
}

.td-post-template-3 .td-post-sub-title {
    color: #ddd;
    margin-bottom: 25px;
    font-size: 19px;
    line-height: 25px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-3 .td-post-sub-title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 22px
    }
}

.td-post-template-3 .td-post-content {
    margin-top: 0
}

.td-post-template-3 .td-image-gradient:before {
    z-index: 1
}

@media (max-width:767px) {
    .td-post-template-3 .td-post-sub-title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px;
        color: #fff
    }

    .td-post-template-3 .td-post-sharing-top {
        margin-top: 0
    }
}

.td-post-template-3 .td-pb-span12.td-main-content .td-post-sharing-top {
    text-align: center
}

.td-boxed-layout .td-post-template-3 .td-post-title {
    padding: 0 48px 25px
}

.td-boxed-layout .td-post-template-3 .td-post-header-holder {
    width: 1164px;
    left: -48px
}

@media (max-width:1140px) {
    .td-boxed-layout .td-post-template-3 .td-post-title {
        padding: 0 21px 9px
    }

    .td-boxed-layout .td-post-template-3 .td-post-header-holder {
        width: 100%;
        left: 0
    }
}

.td-post-template-4 .td-crumb-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    min-height: 0
}

.td-post-template-4 .td-crumb-container .entry-crumbs {
    margin-bottom: 0;
    padding-top: 15px
}

@media (max-width:1018px) {
    .td-post-template-4 .td-post-header header .entry-title {
        font-size: 32px;
        line-height: 36px
    }

    .td-post-template-4 .td-crumb-container .entry-crumbs {
        margin-bottom: -24px;
        padding-top: 10px
    }
}

.td-post-template-4 .td-post-header-holder {
    position: relative;
    min-height: 240px;
    margin-bottom: 48px;
    padding-top: 13px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-4 .td-post-header-holder {
        margin-bottom: 30px;
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .td-post-template-4 .td-post-header-holder {
        padding-top: 30px;
        margin-bottom: 0;
        background-color: transparent;
        min-height: 0
    }

    .td-post-template-4 .td-post-featured-image {
        margin-bottom: 13px
    }
}

.td-post-template-4 .td-post-header-holder .wp-caption-text {
    display: none
}

.td-post-template-4 .td-post-featured-image {
    background-color: #444
}

.td-post-template-4 .td-post-title {
    width: 720px;
    position: absolute;
    bottom: 0;
    padding: 21px 21px 0 0;
    background-color: #fff;
    z-index: 1
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-post-template-4 .td-post-title {
        width: 664px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-4 .td-post-title {
        width: 498px
    }
}

@media (max-width:767px) {
    .td-post-template-4 .td-post-featured-image .entry-thumb {
        margin-bottom: 0
    }

    .td-post-template-4 .td-post-title {
        width: 100%;
        padding: 0;
        position: relative
    }
}

.td-post-template-4 .td-post-title h1.entry-title {
    margin-bottom: 14px
}

.td-post-template-4 .td-post-title .td-category {
    margin-bottom: 7px
}

.td-post-template-4 .td-post-title .td-module-meta-info {
    margin-bottom: 0;
    position: relative;
    bottom: -4px
}

@media (max-width:767px) {
    .td-post-template-4 .td-post-title .td-category {
        margin-bottom: 0
    }

    .td-post-template-4 .td-post-title .td-module-meta-info {
        bottom: 0
    }
}

.td-post-template-4 .td-post-title .wp-caption-text {
    color: #fff;
    position: absolute;
    bottom: 17px;
    right: 21px;
    margin-bottom: 0;
    max-width: 300px;
    text-align: right
}

.td-post-template-4 .td-post-title .td-post-views {
    margin-right: 0
}

.td-post-template-4 .td-post-title .td-post-comments {
    margin-left: 22px
}

.td-post-template-4 .td-post-sub-title {
    margin-bottom: 18px
}

.td-post-template-4 .td-post-content {
    margin-top: 0
}

.td-post-template-4 .td-image-gradient:before {
    height: 57%
}

@media (max-width:1018px) {
    .td-post-template-4 .td-post-title h1.entry-title {
        margin-bottom: 9px
    }

    .td-post-template-5 .td-post-header header .entry-title {
        font-size: 32px;
        line-height: 36px
    }
}

.td-post-template-5 .td-post-title .td-post-comments {
    margin-left: 22px
}

.td-post-template-5 .td-post-title .td-post-views {
    margin-right: 0
}

.td-post-template-5 .td-crumb-container {
    margin-bottom: 9px
}

.td-post-template-6 .td-post-header {
    height: 700px;
    position: relative;
    width: 1128px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-post-template-6 .td-post-header {
        width: 1040px;
        height: 600px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-6 .td-post-header {
        width: 740px;
        height: 500px
    }
}

@media (max-width:767px) {
    .td-post-template-4 .td-post-content {
        margin-top: 16px
    }

    .td-post-template-4 .td-image-gradient:before {
        display: none
    }

    .td-post-template-6 .td-post-header {
        width: 100%;
        height: auto;
        padding: 0
    }
}

.td-post-template-6 .td-post-header-holder {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    padding: 21px 30px 0
}

.td-post-template-6 .entry-crumbs {
    margin-bottom: 9px
}

.td-post-template-6 .td-post-header .entry-title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 11px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-6 .td-post-header-holder {
        padding: 21px 21px 0
    }

    .td-post-template-6 .td-post-header header .entry-title {
        font-size: 36px;
        line-height: 46px
    }
}

.td-post-template-6 .td-post-title .td-category {
    margin-bottom: 5px
}

.td-post-template-6 .td-post-title .td-post-date {
    margin-right: 22px
}

.td-post-template-6 .td-post-title .td-post-comments,
.td-post-template-6 .td-post-title .td-post-views {
    float: none;
    display: inline-block;
    vertical-align: top
}

.td-post-template-6 .td-post-title .td-module-meta-info {
    margin-bottom: 0
}

.td-post-template-6 .td-main-content,
.td-post-template-6 .td-main-sidebar {
    margin-top: 48px
}

@media (max-width:767px) {
    .td-post-template-6 .td-post-header-holder {
        padding: 10px 10px 0;
        position: relative
    }

    .td-post-template-6 .td-post-header header .entry-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 9px
    }

    .td-post-template-6 .td-post-title .td-category {
        margin-bottom: 0
    }

    .td-post-template-6 .td-main-content {
        margin-top: 0
    }

    .td-post-template-6 .td-main-sidebar {
        margin-top: 28px
    }
}

.td-post-template-6 .td-post-content {
    margin-top: 0
}

@media (max-width:767px) {
    .td-post-template-6 .td-post-content {
        margin-top: 16px
    }
}

.td-post-template-6 .td-post-sub-title {
    font-size: 19px;
    line-height: 25px;
    margin: 9px 0 18px
}

.td-post-template-6 #td-full-screen-header-image {
    position: absolute
}

.td-image-gradient-style6:after {
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .3)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .3) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .3) 100%)
}

.td-full-screen-header-image-wrap {
    position: relative;
    overflow: hidden
}

#td-full-screen-header-image {
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    text-align: center
}

.td-post-template-7 .td-post-header {
    height: 700px;
    position: relative
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-post-template-7 .td-post-header {
        height: 600px
    }
}

.td-post-template-7 .td-post-header-holder {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%
}

.td-post-template-7 .td-crumb-container {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0
}

.td-post-template-7 .td-post-title .td-category {
    margin-bottom: 5px
}

.td-post-template-7 .td-post-title .td-post-author-name,
.td-post-template-7 .td-post-title .td-post-author-name a,
.td-post-template-7 .td-post-title .td-post-comments a,
.td-post-template-7 .td-post-title .td-post-date,
.td-post-template-7 .td-post-title .td-post-views {
    color: #fff
}

.td-post-template-7 .td-post-title .td-post-date {
    margin-right: 22px
}

.td-post-template-7 .td-post-title .td-post-comments,
.td-post-template-7 .td-post-title .td-post-views {
    float: none;
    display: inline-block;
    vertical-align: top
}

.td-post-template-7 .entry-crumbs,
.td-post-template-7 .entry-crumbs a {
    color: #fff
}

.td-post-template-7 .td-post-header .entry-title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 14px;
    color: #fff
}

.td-post-template-7 .td-post-header .entry-title a {
    color: #fff
}

.td-post-template-7 .td-post-sub-title {
    font-size: 19px;
    line-height: 25px;
    color: #ddd;
    margin-bottom: 25px
}

.td-post-template-7 .td-read-down {
    bottom: 0;
    z-index: 1;
    text-align: center
}

.td-post-template-7 .td-read-down a {
    display: inline-block
}

.td-post-template-7 .td-read-down .td-icon-read-down {
    font-size: 44px;
    opacity: .8;
    color: #fff;
    bottom: -10px;
    position: relative
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-7 .td-post-header {
        height: 500px
    }

    .td-post-template-7 .td-crumb-container {
        padding-top: 12px
    }

    .td-post-template-7 .td-post-header header .entry-title {
        font-size: 36px;
        line-height: 46px
    }

    .td-post-template-7 .td-post-sub-title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 22px
    }

    .td-post-template-7 .td-read-down .td-icon-read-down {
        font-size: 25px;
        bottom: 0
    }
}

@media (max-width:767px) {
    .td-post-template-6 #td-full-screen-header-image {
        position: relative;
        height: 240px
    }

    .td-image-gradient-style6:after {
        display: none
    }

    .td-post-template-7 .td-post-header {
        height: auto;
        min-height: 400px
    }

    .td-post-template-7 .td-post-header-holder {
        width: auto;
        padding-right: 10px
    }

    .td-post-template-7 .td-crumb-container {
        left: 10px;
        padding-right: 10px;
        padding-top: 10px
    }

    .td-post-template-7 .td-post-header header .entry-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 7px
    }

    .td-post-template-7 .td-post-sub-title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px;
        color: #fff
    }

    .td-post-template-7 .td-read-down .td-icon-read-down {
        font-size: 25px;
        bottom: 0
    }
}

.td-post-template-7 .td-main-content,
.td-post-template-7 .td-main-sidebar {
    margin-top: 48px
}

@media (max-width:767px) {
    .td-post-template-7 .td-main-content {
        margin-top: 0
    }

    .td-post-template-7 .td-main-sidebar {
        margin-top: 28px
    }
}

.td-post-template-7 .td-post-content {
    margin-top: 0
}

.td-post-template-7 #td-full-screen-header-image {
    position: absolute
}

.td-post-template-7 .td-pb-span12.td-main-content .td-post-sharing-top {
    text-align: center
}

@media (max-width:767px) {

    .td-post-template-7 .td-post-content,
    .td-post-template-7 .td-post-sharing-top {
        margin-top: 21px
    }
}

.td-image-gradient-style7:after {
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, .8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .3)), color-stop(18%, rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, .8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, .8) 100%)
}

.td-post-template-8-box {
    margin: 0 auto;
    width: 1164px;
    padding: 0 48px;
    background-color: #fff
}

.td-post-template-8 {
    background: 0 0
}

.td-post-template-8 .td-post-header {
    margin: 0 auto;
    width: 1164px;
    height: 570px;
    position: relative;
    display: table;
    background-color: rgba(0, 0, 0, .5)
}

.td-post-template-8 .td-post-header-holder {
    display: table-cell;
    padding: 20px 48px;
    z-index: 1;
    vertical-align: bottom;
    text-align: left
}

@media (max-width:1180px) {
    .td-post-template-8-box {
        width: 100%;
        padding: 0
    }

    .td-post-template-8 .td-post-header {
        width: 100%
    }

    .td-post-template-8 .td-post-header-holder {
        padding: 20px 0;
        width: 1100px
    }
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-post-template-8 .td-post-header-holder {
        padding: 20px 0;
        width: 980px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-8 .td-post-header {
        height: 450px
    }

    .td-post-template-8 .td-post-header-holder {
        padding: 20px 0;
        width: 740px
    }
}

@media (max-width:767px) {
    .td-post-template-8 .td-post-header {
        height: 340px
    }

    .td-post-template-8 .td-post-sharing-top {
        margin-top: 21px
    }

    .td-post-template-8 .td-post-header-holder {
        padding: 10px
    }
}

.td-post-template-8 .td-crumb-container {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1100px;
    margin: auto
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-post-template-8 .td-crumb-container {
        width: 980px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-8 .td-crumb-container {
        width: 740px
    }

    .td-post-template-8 .td-post-header header .entry-title {
        font-size: 36px;
        line-height: 46px
    }
}

.td-post-template-8 .entry-crumbs,
.td-post-template-8 .entry-crumbs a {
    color: #fff
}

.td-post-template-8 .td-post-title .td-category {
    margin-bottom: 5px
}

.td-post-template-8 .td-post-title .td-module-meta-info {
    margin-bottom: 0
}

@media (max-width:767px) {
    .td-post-template-8 .td-crumb-container {
        width: 100%;
        padding: 11px
    }

    .td-post-template-8 .td-post-title .td-module-meta-info {
        margin-bottom: 5px
    }
}

.td-post-template-8 .td-post-title .td-post-author-name,
.td-post-template-8 .td-post-title .td-post-author-name a,
.td-post-template-8 .td-post-title .td-post-comments a,
.td-post-template-8 .td-post-title .td-post-date,
.td-post-template-8 .td-post-title .td-post-views {
    color: #fff
}

.td-post-template-8 .td-post-title .td-post-date {
    margin-right: 22px
}

.td-post-template-8 .td-post-title .td-post-comments,
.td-post-template-8 .td-post-title .td-post-views {
    float: none;
    display: inline-block;
    vertical-align: top
}

.td-post-template-8 .td-post-title {
    width: 81%
}

.td-post-template-8 .td-post-header .entry-title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 14px;
    color: #fff
}

.td-post-template-8 .td-post-header .entry-title a {
    color: #fff
}

.td-post-template-8 .td-post-sub-title {
    font-size: 19px;
    line-height: 25px;
    color: #ddd;
    margin-bottom: 21px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-8 .td-post-sub-title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width:767px) {
    .td-post-template-8 .td-post-header header .entry-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 7px
    }

    .td-post-template-8 .td-post-sub-title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px;
        color: #fff
    }
}

.td-post-template-8 .td-main-content,
.td-post-template-8 .td-main-sidebar {
    margin-top: 48px
}

@media (min-width:1019px) and (max-width:1140px) {

    .td-post-template-8 .td-main-content,
    .td-post-template-8 .td-main-sidebar {
        margin-top: 26px
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .td-post-template-8 .td-main-content,
    .td-post-template-8 .td-main-sidebar {
        margin-top: 21px
    }

    .td-post-template-11 .td-video-template-bg .td-pb-span4 {
        clear: both;
        width: 100%
    }
}

@media (max-width:767px) {
    .td-post-template-8 .td-main-content {
        margin-top: 0
    }

    .td-post-template-8 .td-main-sidebar {
        margin-top: 28px
    }
}

.td-post-template-8 .td-post-content {
    margin-top: 0
}

@media (max-width:767px) {
    .td-post-template-8 .td-post-content {
        margin-top: 21px
    }
}

.td-post-template-8 .td-pb-span12.td-main-content .td-post-sharing-top {
    text-align: center
}

.td-image-gradient-style8:after {
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-box-shadow: inset 0 0 188px 0 #000;
    -moz-box-shadow: inset 0 0 188px 0 #000;
    box-shadow: inset 0 0 188px 0 #000;
    z-index: -1
}

.td-post-template-9 .td-crumb-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    min-height: 0
}

.td-post-template-9 .td-crumb-container .entry-crumbs {
    margin-bottom: -35px;
    padding-top: 15px
}

.td-post-template-9 .td-post-featured-video {
    margin-bottom: 48px;
    padding-top: 48px
}

@media (max-width:1018px) {
    .td-post-template-8 .td-post-title {
        width: 100%
    }

    .td-post-template-9 .td-post-header header .entry-title {
        font-size: 32px;
        line-height: 36px
    }

    .td-post-template-9 .td-crumb-container .entry-crumbs {
        margin-bottom: -24px;
        padding-top: 10px
    }

    .td-post-template-9 .td-post-featured-video {
        margin-bottom: 30px;
        padding-top: 30px
    }

    .td-post-template-10 .td-post-header header .entry-title {
        font-size: 32px;
        line-height: 36px
    }
}

.td-post-template-9 .td-post-featured-video iframe {
    display: block
}

@media (max-width:767px) {
    .td-post-template-9 .td-post-featured-video {
        margin-bottom: 13px;
        padding-top: 34px
    }

    .td-post-template-9 .td-post-featured-video .wpb_video_wrapper {
        margin-bottom: 13px
    }

    .td-post-template-9 .td-post-featured-image img {
        margin-bottom: 0
    }

    .td-post-template-11 .td-post-featured-video {
        clear: both
    }
}

.td-post-template-9 .td-post-title .td-post-comments {
    margin-left: 22px
}

.td-post-template-9 .td-post-title .td-post-views {
    margin-right: 0
}

.td-post-template-10 .td-crumb-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    min-height: 0
}

.td-post-template-10 .td-crumb-container .entry-crumbs {
    margin-bottom: -35px;
    padding-top: 15px
}

.td-post-template-10 .entry-crumbs a:hover {
    color: #fff
}

.td-post-template-10 .td-post-featured-video {
    padding-bottom: 48px;
    padding-top: 48px
}

@media (max-width:1018px) {
    .td-post-template-10 .td-crumb-container .entry-crumbs {
        margin-bottom: -23px;
        padding-top: 9px
    }

    .td-post-template-10 .td-post-featured-video {
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-top: 30px
    }

    .td-post-template-11 .td-post-header header .entry-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media (max-width:1018px) and (max-width:767px) {
    .td-post-template-10 .td-post-featured-video {
        margin-bottom: 13px;
        padding-bottom: 15px;
        padding-top: 30px
    }
}

.td-post-template-10 .td-post-featured-video .wpb_video_wrapper,
.td-post-template-10 .td-post-featured-video img {
    margin-bottom: 0
}

.td-post-template-10 .td-post-featured-video iframe,
.td-post-template-10 .td-post-featured-video img {
    display: block;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5)
}

.td-post-template-10 .td-container .td-pb-row {
    padding-top: 48px
}

.td-post-template-10 .td-post-title .wp-caption-text {
    color: #c3c3c3;
    margin-bottom: 0
}

.td-post-template-10 .td-post-title .td-post-comments {
    margin-left: 22px
}

.td-post-template-10 .td-post-title .td-post-views {
    margin-right: 0
}

.td-video-template-bg {
    background-color: #222
}

.td-video-template-bg .td-category a {
    background-color: #111
}

.td-post-template-11 .td-video-template-bg .td-pb-span4 {
    float: right
}

.td-post-template-11 .td-crumb-container {
    margin-top: 0;
    margin-bottom: 13px;
    padding-top: 14px
}

.td-post-template-11 .entry-crumbs a:hover {
    color: #fff
}

.td-post-template-11 .td-post-featured-video {
    padding-bottom: 21px
}

.td-post-template-11 .td-post-featured-video img {
    margin-bottom: 0
}

.td-post-template-11 .td-post-featured-video iframe {
    display: block
}

.td-post-template-11 .wpb_video_wrapper {
    margin-bottom: 0
}

.td-post-template-11 .td-post-sharing-top {
    margin-bottom: 0;
    margin-top: 21px;
    text-align: center
}

.td-post-template-11 .td-post-header {
    padding-bottom: 21px
}

.td-post-template-11 .td-post-header .entry-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff
}

.td-post-template-11 .td-post-sub-title {
    color: #ddd;
    font-size: 14px;
    margin-bottom: 10px
}

.td-post-template-11 .td-post-title .td-module-meta-info {
    margin-bottom: 36px
}

@media (max-width:1018px) {
    .td-post-template-11 .td-post-title .td-module-meta-info {
        margin-bottom: 12px
    }
}

.td-post-template-11 .td-post-title .td-post-date {
    margin-right: 22px
}

.td-post-template-11 .td-post-title .td-post-comments,
.td-post-template-11 .td-post-title .td-post-views {
    float: none;
    display: inline-block;
    vertical-align: top
}

.td-post-template-11 .td-post-title .td-post-author-name,
.td-post-template-11 .td-post-title .td-post-comments a,
.td-post-template-11 .td-post-title .td-post-date,
.td-post-template-11 .td-post-title .td-post-views {
    color: #aaa
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-11 .td-post-featured-video {
        clear: both;
        width: 100%
    }

    .td-post-template-11 .td-post-header {
        padding-bottom: 16px
    }

    .td-post-template-11 .td-post-title .td-post-comments,
    .td-post-template-11 .td-post-title .td-post-views {
        margin-top: 0
    }

    .td-post-template-11 .td-post-title .td-post-author-name,
    .td-post-template-11 .td-post-title .td-post-comments a,
    .td-post-template-11 .td-post-title .td-post-date,
    .td-post-template-11 .td-post-title .td-post-views {
        float: left
    }

    .td-post-template-11 .td-post-title .td-post-comments {
        width: 60%
    }

    .td-post-template-11 .td-post-title .td-post-views {
        clear: left;
        float: none
    }
}

.td-post-template-11 .td-post-title .td-post-author-name a {
    color: #e6e6e6
}

.td-post-template-11 .td-post-title .wp-caption-text {
    color: #c3c3c3;
    margin-bottom: 0
}

.td-post-template-11 .td-post-title .td-category a {
    background-color: #000
}

.td-post-template-11 .td_block_related_posts {
    margin-bottom: 0
}

.td-post-template-11 .td_block_related_posts .td-post-category {
    margin-right: 0
}

@media (max-width:767px) {
    .td-post-template-11 .td-post-header {
        padding-bottom: 0
    }

    .td-post-template-11 .td_block_related_posts .td-related-span4 {
        margin-top: 0;
        margin-bottom: 0
    }

    .td-post-template-11 .td_block_related_posts .item-details {
        padding-right: 10px
    }

    .td-post-template-11 .td_block_related_posts .td-related-row {
        margin-right: 0
    }
}

.td-post-template-11 .td-related-title {
    padding: 10px 0 0 !important;
    margin-bottom: 0;
    text-align: left !important;
    line-height: 1 !important;
    background-color: transparent !important;
    letter-spacing: normal !important;
    margin-top: 0 !important;
    border: none !important;
    top: auto !important;
    font-size: 14px !important
}

.td-post-template-11 .td-related-title:after,
.td-post-template-11 .td-related-title:before {
    display: none !important
}

@media (max-width:767px) {
    .td-post-template-11 .td-related-title {
        margin-bottom: 16px
    }
}

.td-post-template-11 .td-related-title .td-related-left,
.td-post-template-11 .td-related-title .td-related-right {
    color: #fff;
    background-color: transparent !important;
    border: none !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    padding: 9px 20px 5px 0 !important;
    margin-left: 0 !important
}

.td-post-template-11 .td-related-title .td-related-left:after,
.td-post-template-11 .td-related-title .td-related-left:before,
.td-post-template-11 .td-related-title .td-related-right:after,
.td-post-template-11 .td-related-title .td-related-right:before {
    display: none !important
}

.td-post-template-11 .td-related-title .td-related-right {
    margin-right: 30px !important
}

.td-post-template-11 .td-related-title .td-related-left {
    padding-left: 0
}

.td-post-template-11 .td-related-title .td-related-left:hover,
.td-post-template-11 .td-related-title .td-related-right:hover {
    color: #ff8300
}

.td-post-template-11 .td-related-title .td-cur-simple-item {
    background-color: transparent;
    color: #ff8300
}

.td-post-template-11 .td-related-span4 {
    margin-top: 12px;
    margin-bottom: 32px
}

.td-post-template-11 .td_block_related_posts .td-next-prev-wrap {
    position: absolute;
    right: 0;
    top: 13px
}

.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a {
    border: none;
    margin-right: 0;
    margin-left: 10px;
    font-size: 10px;
    padding: 0;
    line-height: 25px;
    width: 20px
}

.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover {
    background-color: transparent;
    border: none;
    color: #ff8300
}

.td-post-template-11 .td_mod_related_posts .td-module-title {
    margin-bottom: 0
}

@media (min-width:768px) and (max-width:1018px) {
    .td-post-template-11 .td_mod_related_posts .td-module-title {
        font-size: 11px;
        line-height: 15px
    }
}

.td-post-template-11 .td_mod_related_posts a {
    color: #fff
}

.td-post-template-11 .td-main-content,
.td-post-template-11 .td-main-sidebar {
    margin-top: 48px
}

@media (max-width:767px) {

    .td-post-template-11 .td-main-content,
    .td-post-template-11 .td-main-sidebar {
        margin-top: 28px
    }
}

.td-post-template-11 .td-post-content {
    margin-top: 0
}

@media (max-width:500px) {
    .td-post-template-11 .td_block_related_posts .td-module-thumb {
        margin-bottom: 0
    }

    .td-post-template-11 .td_block_related_posts .td-post-category {
        word-wrap: break-word;
        width: auto
    }

    .td-post-template-11 .td-related-title>.td-related-right {
        padding-left: 0
    }
}

.td-video-template-bg-small {
    background-color: #1d1d1d
}

.td-post-template-12 .td-post-header,
.td-post-template-13 .td-post-header {
    margin-bottom: 40px
}

.td-post-template-12 .td-post-header .entry-title,
.td-post-template-13 .td-post-header .entry-title {
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    padding: 10px 8%;
    letter-spacing: .02em
}

@media (max-width:767px) {

    .td-post-template-12 .td-post-header,
    .td-post-template-13 .td-post-header {
        margin-bottom: 20px
    }

    .td-post-template-12 .td-post-header .entry-title,
    .td-post-template-13 .td-post-header .entry-title {
        padding: 10px
    }
}

.td-post-template-12 .td-post-header .td-a-rec>div,
.td-post-template-12 .td-post-header .td-g-rec .adsbygoogle,
.td-post-template-13 .td-post-header .td-a-rec>div,
.td-post-template-13 .td-post-header .td-g-rec .adsbygoogle {
    margin-bottom: 9px;
    margin-top: 9px
}

.td-post-template-12 .td-post-header .td-crumb-container,
.td-post-template-13 .td-post-header .td-crumb-container {
    padding-top: 11px
}

.td-post-template-12 .td-post-header .td-post-title,
.td-post-template-13 .td-post-header .td-post-title {
    margin-top: 16px;
    text-align: center
}

.td-post-template-12 .td-post-header .td-post-title .td-category,
.td-post-template-13 .td-post-header .td-post-title .td-category {
    margin-bottom: 5px
}

.td-post-template-12 .td-post-header .td-post-title .td-post-date,
.td-post-template-13 .td-post-header .td-post-title .td-post-date {
    margin-right: 22px
}

.td-post-template-12 .td-post-header .td-post-title .td-post-comments,
.td-post-template-12 .td-post-header .td-post-title .td-post-views,
.td-post-template-13 .td-post-header .td-post-title .td-post-comments,
.td-post-template-13 .td-post-header .td-post-title .td-post-views {
    float: none;
    display: inline-block;
    vertical-align: top
}

.td-post-template-12 .td-post-header .td-post-title .td-post-author-name,
.td-post-template-12 .td-post-header .td-post-title .td-post-date,
.td-post-template-13 .td-post-header .td-post-title .td-post-author-name,
.td-post-template-13 .td-post-header .td-post-title .td-post-date {
    float: none
}

@media (max-width:1018px) {

    .td-post-template-12 .td-post-header header .entry-title,
    .td-post-template-13 .td-post-header header .entry-title {
        font-size: 32px;
        line-height: 36px
    }
}

.td-post-template-12 .td-post-sharing-top,
.td-post-template-13 .td-post-sharing-top {
    text-align: center;
    margin-bottom: 30px
}

@media (max-width:767px) {

    .td-post-template-12 .td-post-sharing-top,
    .td-post-template-13 .td-post-sharing-top {
        margin-top: 5px;
        margin-bottom: 20px
    }
}

.td-post-template-12 .td-post-content,
.td-post-template-12 .td_smart_list_1,
.td-post-template-12 .td_smart_list_2,
.td-post-template-12 .td_smart_list_3,
.td-post-template-12 .td_smart_list_4,
.td-post-template-12 .td_smart_list_5,
.td-post-template-12 .td_smart_list_6,
.td-post-template-12 .td_smart_list_7,
.td-post-template-12 .td_smart_list_8,
.td-post-template-13 .td-post-content,
.td-post-template-13 .td_smart_list_1,
.td-post-template-13 .td_smart_list_2,
.td-post-template-13 .td_smart_list_3,
.td-post-template-13 .td_smart_list_4,
.td-post-template-13 .td_smart_list_5,
.td-post-template-13 .td_smart_list_6,
.td-post-template-13 .td_smart_list_7,
.td-post-template-13 .td_smart_list_8 {
    margin-top: 0
}

.td-post-template-12 .td-post-sub-title,
.td-post-template-13 .td-post-sub-title {
    font-size: 19px;
    line-height: 25px;
    margin: 12px 0 20px
}

.tdc-columns {
    width: 100%
}

@media (max-width:767px) {

    .td-post-template-12 .td-post-sub-title,
    .td-post-template-13 .td-post-sub-title {
        margin: 0 0 16px
    }
}

.td-post-template-6 .td-ss-main-sidebar,
.td-post-template-7 .td-ss-main-sidebar {
    -webkit-transform: translate3d(0, 0, 0)
}

.comment {
    list-style: none;
    margin-left: 0;
    padding-bottom: 13px;
    border-bottom: 1px dashed #ededed;
    margin-bottom: 21px
}

.comment:first-child {
    border-top: none
}

.comment .avatar {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 50px
}

.comment cite {
    font-family: sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1
}

.comment .comment-content,
.comment .comment-meta,
.comment .comment-respond {
    margin-left: 70px
}

.comment .comment-content {
    margin-top: 7px
}

.comment .comment-content p {
    margin-bottom: 21px
}

.comment .comment-content p:last-child {
    margin-bottom: 0
}

.comment p {
    margin-bottom: 0;
    word-wrap: break-word
}

.comment .logged-in-as {
    margin-bottom: 10px
}

.comment .children {
    margin-left: 70px;
    padding-top: 16px;
    border-top: 1px dashed #ededed;
    margin-top: 13px
}

.comment .children .children {
    margin-left: 56px
}

.comment .children .comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.comment .children .comment .avatar {
    width: 36px;
    height: 36px;
    position: relative;
    top: 5px
}

.comment .children .comment .comment-content,
.comment .children .comment .comment-meta,
.comment .children .comment .comment-respond {
    margin-left: 56px
}

.td-comments-title-wrap {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0)
}

.comment-link {
    font-size: 11px;
    line-height: 1;
    color: #b4b4b4;
    padding-left: 10px
}

@media (max-width:500px) {
    .comment cite {
        font-size: 16px
    }

    .comment cite a {
        display: block
    }

    .comment .children {
        margin-left: 34px
    }

    .comment .children .children {
        margin-left: 0
    }

    .comment .children .comment .avatar {
        top: 0
    }

    .comment-link {
        padding-left: 0;
        margin-bottom: 5px;
        margin-top: 5px;
        display: block
    }
}

.comment-meta {
    margin-top: 3px
}

.comment-respond {
    margin-bottom: 21px
}

.comment-reply-link {
    font-size: 11px;
    color: #b4b4b4
}

.comment-reply-link:hover {
    color: #ff8300
}

.single .comments {
    margin-bottom: 48px;
    padding-top: 10px;
    margin-top: -10px
}

#reply-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 10px
}

.logged-in-as {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px
}

.logged-in-as a {
    color: #111;
    font-weight: 600
}

.logged-in-as a:hover {
    color: #ff8300
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: 400;
    color: #111;
    margin-left: 10px
}

#cancel-comment-reply-link:hover {
    color: #ff8300
}

.comment .comment-form-input-wrap {
    margin-top: 0;
    margin-bottom: 21px
}

.comment-subscription-form {
    margin-bottom: 3px;
    font-size: 13px
}

.comment-subscription-form .subscribe-label {
    margin-left: 3px;
    position: relative;
    top: -1px
}

@media (max-width:767px) {
    .comment-respond {
        margin-left: 0 !important
    }

    .logged-in-as a:last-child {
        display: block;
        float: right
    }

    .td-login-comment {
        background-color: #222;
        width: 100%;
        margin-top: 20px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700
    }

    .td-login-comment a {
        color: #fff;
        padding: 14px 0 15px;
        line-height: 19px;
        display: block
    }

    .comments .comment-form .submit {
        width: 100%;
        font-size: 15px;
        font-weight: 700;
        padding: 15px 0;
        text-transform: uppercase
    }
}

.comments {
    clear: both
}

.comment-form .td-warning-author,
.comment-form .td-warning-comment,
.comment-form .td-warning-email,
.comment-form .td-warning-email-error {
    display: none
}

.comment-form textarea {
    display: block
}

.td-comment-form-warnings .td-warning-author,
.td-comment-form-warnings .td-warning-comment,
.td-comment-form-warnings .td-warning-email,
.td-comment-form-warnings .td-warning-email-error {
    margin-bottom: -11px;
    color: #ff7a7a;
    font-size: 11px;
    font-style: italic;
    line-height: 15px
}

.td-form-author,
.td-form-comment,
.td-form-email,
.td-form-url {
    margin-top: 0;
    margin-bottom: 21px
}

@media (max-width:767px) {
    .comment-pagination {
        margin-bottom: 25px;
        margin-left: -3%;
        margin-right: -3%;
        text-align: center
    }

    .comment-pagination a {
        background-color: #222;
        color: #fff;
        padding: 14px 0;
        display: inline-block;
        width: 45%;
        text-align: center;
        line-height: 1;
        margin: 0 2%;
        font-size: 13px
    }

    .comment-list li:last-child {
        border: none
    }
}

.td-page-title {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    margin-top: 0;
    border-bottom: 2px solid #ff8300;
    margin-bottom: 16px
}

.td-page-title a,
.td-page-title label,
.td-page-title span {
    line-height: 1;
    display: inline-block;
    padding: 10px 10px 4px;
    background-color: #ff8300;
    color: #fff
}

@media (min-width:768px) and (max-width:1018px) {
    body .td-page-title {
        font-size: 26px;
        line-height: 34px;
        margin: -2px 0 19px
    }

    .page-template-default .td-crumb-container,
    .page-template-page-pagebuilder-title .td-crumb-container {
        margin-bottom: 0
    }
}

.page-template-default .wpb_text_column p:last-child,
.page-template-page-pagebuilder-title .wpb_text_column p:last-child {
    margin-bottom: 26px
}

.page-template-default .wpb_text_column figure img,
.page-template-page-pagebuilder-title .wpb_text_column figure img {
    margin-bottom: 0 !important
}

.page-template-default .readmore,
.page-template-page-pagebuilder-title .readmore {
    margin-bottom: 20px
}

.page-template-default .readmore .wpb_wrapper,
.page-template-default .readmore .wpb_wrapper a,
.page-template-default .readmore .wpb_wrapper p,
.page-template-page-pagebuilder-title .readmore .wpb_wrapper,
.page-template-page-pagebuilder-title .readmore .wpb_wrapper a,
.page-template-page-pagebuilder-title .readmore .wpb_wrapper p {
    margin-bottom: 0
}

.page-template-default .readmore a,
.page-template-page-pagebuilder-title .readmore a {
    display: inline-block;
    font-size: 16px;
    font-family: 'DB Heavent', sans-serif;
    font-weight: 600;
    color: #222;
    text-decoration: none
}

.page-template-default .readmore a:after,
.page-template-page-pagebuilder-title .readmore a:after {
    content: ">";
    margin-left: 5px
}

.page-template-default .readmore a:hover,
.page-template-page-pagebuilder-title .readmore a:hover {
    color: #ff8300;
    text-decoration: none
}

.page-template-page-pagebuilder-title .td-main-content-wrap {
    padding-top: 16px
}

.td-main-content-wrap {
    padding-bottom: 40px;
    /*padding-top: 16px*/
}

.td-main-page-wrap {
    padding-top: 0px
}

.td-author-page {
    font-size: 12px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-author-page {
        margin-bottom: 40px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-author-page {
        margin-bottom: 28px
    }
}

@media (max-width:767px) {
    body .td-page-title {
        font-size: 24px;
        line-height: 32px
    }

    /*.td-main-content-wrap {
        padding-bottom: 26px;
        padding-top: 16px
    }*/

    /*.td-main-page-wrap {
        padding-top: 16px
    }*/

    .td-author-page {
        margin-bottom: 28px
    }
}

.td-author-counters {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px
}

@media (max-width:767px) {
    .td-author-counters {
        margin-bottom: 10px
    }
}

.td-author-counters span {
    background-color: #222;
    padding: 4px 9px 3px;
    margin-right: 10px;
    position: relative;
    top: 0
}

@-moz-document url-prefix() {
    .td-author-counters span {
        padding: 3px 9px;
        top: -1px
    }
}

.td-404-title {
    font-family: 'DB Heavent', sans-serif;
    font-size: 40px;
    color: #222;
    text-align: center;
    line-height: 50px;
    margin: 50px 0 17px
}

@media (max-width:767px) {
    .td-404-title {
        font-size: 34px;
        line-height: 44px
    }
}

.td-404-sub-title {
    font-family: 'DB Heavent', sans-serif;
    font-size: 21px;
    line-height: 24px;
    color: #a6a6a6;
    text-align: center;
    margin: 0 0 40px
}

@media (max-width:767px) {
    .td-404-sub-title {
        font-size: 17px;
        line-height: 22px
    }
}

.td-404-sub-sub-title {
    text-align: center;
    margin-bottom: 70px;
    font-family: 'DB Heavent', sans-serif
}

.td-404-sub-sub-title a {
    background-color: #222;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    padding: 6px 15px;
    margin-left: 6px
}

.td-404-sub-sub-title a:hover {
    color: #fff;
    background-color: #ff8300
}

.td-404-head {
    text-align: center
}

.td-attachment-page-content p {
    color: #444;
    font-size: 11px;
    font-style: italic;
    line-height: 17px
}

.td-attachment-prev {
    display: inline-block;
    margin: 10px 0 21px
}

.td-attachment-prev img {
    width: 100px;
    height: 100px
}

.td-attachment-next {
    float: right;
    margin: 10px 0 21px
}

.td-attachment-next img {
    width: 100px;
    height: 100px
}

.td-search-query {
    color: #ff8300
}

.search-page-search-wrap {
    margin: 37px 0 51px
}

.td-search-form-widget {
    position: relative;
    line-height: 21px
}

.td-search-form-widget .wpb_button {
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: none;
    padding: 7px 15px 8px;
    line-height: 16px;
    margin: 0
}

.td-search-form-widget .wpb_button:hover {
    background-color: #ff8300
}

.td-search-form-widget div {
    text-align: left
}

.td-search-form-widget .td-widget-search-input {
    width: 95%;
    border-right: 0;
    height: 32px;
    line-height: 21px;
    position: relative;
    top: 0;
    display: inline-table;
    vertical-align: middle
}

.td_search_subtitle {
    position: relative;
    top: 11px;
    left: 2px;
    font-size: 12px
}

.page-nav {
    margin: 16px 0;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 100%
}

.page-nav a:hover {
    z-index: 3;
    color: #ff8300;
    background-color: #eee;
    border-color: #ddd
}

.page-nav a,
.page-nav span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    margin-left: -1px;
    color: #c7b190;
    border: 1px solid #c7b190;
    border-radius: 0 !important
}

.page-nav i {
    font-size: 12px;
    line-height: 1;
    display: inline-table
}

.page-nav .pages {
    display: none;
    float: right;
    margin: 0;
    border: none;
    padding: 6px 0 6px 6px
}

@media (max-width:767px) {
    .page-nav {
        margin-right: auto;
        margin-left: auto;
        display: table;
        width: auto
    }

    .page-nav .extend,
    .page-nav .first,
    .page-nav .last,
    .page-nav .pages {
        display: none
    }
}

.page-nav .current {
    background-color: #ff8300;
    color: #fff;
    border-color: #ff8300
}

.page-nav:first-child>div {
    padding: 5px 11px;
    border: 1px solid #ff8300;
    display: inline-block;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color: #fff;
    line-height: 21px;
    float: left;
    background-color: #ff8300
}

.page-nav .td-icon-menu-right {
    padding-left: 1px
}

.page-nav .td-icon-menu-left {
    padding-right: 1px
}

.td-page-content {
    padding-bottom: 26px
}

.td-page-content table {
    margin-bottom: 21px
}

.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;
    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
}

.td-review-stars {
    text-align: center
}

.td-review-final-score {
    line-height: 80px;
    font-size: 48px;
    margin-bottom: 5px
}

.td-rating-bar-wrap {
    margin: 0 0 7px;
    background-color: #f5f5f5
}

.td-rating-bar-wrap div {
    height: 20px;
    background-color: #ff8300;
    max-width: 100%
}

.td-review-row-bars .td-review-desc {
    display: inline-block;
    padding-bottom: 2px
}

.td-review-percent {
    float: right;
    padding-bottom: 2px
}

.td-review-summary {
    padding: 21px 0 0;
    vertical-align: top
}

@media (max-width:767px) {
    .td-review-stars {
        width: 134px
    }

    .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 {
        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
}

@-moz-document url-prefix() {
    .td-review-summary .block-title {
        padding: 7px 12px
    }
}

.td-review-summary-content {
    font-size: 12px;
    margin-right: 21px
}

.td-review-score {
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0;
    vertical-align: bottom;
    width: 150px
}

@media (max-width:767px) {
    .td-review-summary .block-title {
        margin: 14px 0 0 14px
    }

    .td-review-summary-content {
        margin: 14px
    }

    .td-review-score {
        display: block;
        width: 100%;
        padding: 0;
        border-left: 0;
        border-right: 0
    }

    .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
    }
}

.td-review-overall {
    padding: 0 0 28px;
    line-height: 14px
}

.td-review-overall span {
    font-size: 11px
}

.td-review-final-star {
    margin-bottom: 5px
}

@media (max-width:500px) {
    .td-review-row-stars .td-review-desc {
        width: 55%
    }

    .td-review-row-stars .td-review-stars {
        width: 45%
    }
}

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

.gallery-item .gallery-caption {
    text-align: center;
    margin: 0
}

.gallery-item .gallery-icon img {
    display: inline-block
}

.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
    margin-bottom: 20px
}

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

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

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

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

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

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

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

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

.gallery-columns-1 .gallery-item {
    margin-bottom: 30px;
    position: relative
}

.gallery-columns-1 .gallery-item img {
    display: block
}

.gallery-columns-1 .gallery-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #0e0e0e;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    padding: 8px 14px 10px
}

.post_td_gallery {
    font-family: sans-serif;
    color: #fff;
    margin-bottom: 24px;
    background-color: #222;
    overflow: hidden;
    clear: both
}

.td-gallery-slide-top {
    position: relative;
    min-height: 44px;
    background-color: #111
}

.td-gallery-title {
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    padding: 16px 20px;
    width: 80%
}

@media (max-width:767px) {
    .td-gallery-title {
        width: 65%;
        font-size: 13px;
        line-height: 17px;
        padding: 16px
    }
}

.td-gallery-controls-wrapper {
    height: 28px;
    margin: auto !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.td-gallery-slide-count {
    display: inline-block;
    margin-right: 7px;
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle
}

@media (max-width:767px) {
    .td-gallery-slide-count {
        margin-right: 0
    }
}

.td-gallery-slide-prev-next-but {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle
}

.td-gallery-slide-prev-next-but .td-icon-left,
.td-gallery-slide-prev-next-but .td-icon-right {
    font-size: 16px;
    padding: 0 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:767px) {
    .td-gallery-slide-prev-next-but {
        margin-right: 8px
    }

    .td-gallery-slide-prev-next-but .td-icon-left,
    .td-gallery-slide-prev-next-but .td-icon-right {
        padding: 0 6px
    }
}

.td-gallery-slide-prev-next-but .td-icon-left:before {
    content: '\e80c'
}

.td-gallery-slide-prev-next-but .td-icon-right:before {
    content: '\e80d'
}

.td-gallery-slide-copywrite {
    float: right;
    padding: 4px 6px;
    text-align: left;
    font-style: italic;
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    background-color: rgba(0, 0, 0, .8)
}

.td-button {
    margin: 0 4.2px 0 4.3px;
    background-size: cover !important
}

.td-doubleSlider-1 {
    overflow: hidden;
    width: auto;
    height: 580px
}

.td-doubleSlider-1 .td-slide-galery-figure {
    width: 1100px;
    height: 580px;
    text-align: center;
    position: relative
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-doubleSlider-1 .td-slide-galery-figure {
        width: 980px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-doubleSlider-1 {
        height: 420px
    }

    .td-doubleSlider-1 .td-slide-galery-figure {
        width: 740px;
        height: 420px
    }
}

.td-doubleSlider-1 .td-slide-item img {
    max-width: none;
    max-height: 100%
}

@media (max-width:767px) {
    .td-doubleSlider-1 {
        height: 260px
    }

    .td-doubleSlider-1 .td-slide-galery-figure {
        width: 100%;
        height: 260px
    }

    .td-doubleSlider-1 .td-slide-item img {
        max-width: 100%
    }

    .td-doubleSlider-1 .td-slide-item {
        width: 100%
    }
}

.td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img {
    margin: auto;
    overflow: auto;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%
}

.td-doubleSlider-1 .td-slide-item .td-slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left
}

.td-doubleSlider-1 .td-slide-item .td-slide-caption span {
    font-family: sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    width: 100%;
    float: left;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, .6)
}

.td-doubleSlider-1 .td-slide-item .td-slide-caption.td-gallery-slide-content {
    width: 100%
}

.td-slide-on-2-columns .td-gallery-title {
    width: 73%
}

.td-slide-on-2-columns .td-doubleSlider-1 {
    height: 420px
}

.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
    width: 696px;
    height: 420px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
        width: 640px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-slide-on-2-columns .td-doubleSlider-1 {
        height: 320px
    }

    .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
        width: 484px;
        height: 320px
    }
}

.td-slide-on-2-columns .td-button {
    margin: 0 5px
}

.td-doubleSlider-2 {
    padding: 20px 0 10px;
    height: 80px !important;
    width: 100%;
    background-color: #111;
    visibility: hidden
}

@media (max-width:767px) {
    .td-slide-on-2-columns .td-gallery-title {
        width: 65%
    }

    .td-slide-on-2-columns .td-doubleSlider-1 {
        height: 260px
    }

    .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
        width: 100%;
        height: 260px
    }

    .td-doubleSlider-2 {
        display: none
    }
}

.td-doubleSlider-2 .td-slider {
    width: 100%;
    height: 100%;
    overflow-wrap: normal
}

.td-doubleSlider-2 .td-button {
    top: -10px;
    display: inline-block;
    width: 80px !important;
    height: 60px;
    background-size: cover !important;
    background-position: center !important
}

.td-doubleSlider-2 .td-button:hover {
    cursor: pointer
}

.td-doubleSlider-2 .td-button .td-border {
    height: 60px;
    width: 80px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-doubleSlider-2 .td-button {
        top: -9px !important;
        width: 56px !important;
        height: 58px
    }

    .td-doubleSlider-2 .td-button .td-border {
        height: 58px;
        width: 56px
    }
}

.td-doubleSlider-2.td_center_slide2 {
    text-align: center;
    padding: 25px 0 10px
}

.td-doubleSlider-2.td_center_slide2 .td-slider {
    display: inline-block
}

.td-doubleSlider-2.td_center_slide2 .td-button {
    position: relative;
    top: -15px;
    margin: 0 2px 0 3px
}

.td-js-loaded .td-doubleSlider-2 {
    visibility: visible
}

.td-pb-span12 .td-slide-on-2-columns .td-slide-galery-figure {
    width: 1100px
}

.single .td-pb-span12 .wpb_text_column .td-slide-on-2-columns .td-slide-galery-figure {
    width: 100%
}

.td-pulldown-filter-list {
    display: none
}

.td-category-pulldown-filter:hover .td-pulldown-filter-list {
    display: block
}

.td-category-header {
    background-color: #fff;
    clear: both
}

.td-category-header .td-container {
    position: relative
}

.td-category-header .td-page-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}

.td-category-header .entry-category a {
    font-size: 11px;
    padding: 4px 8px 5px
}

.td-category-header .td-category-pulldown-filter {
    position: absolute;
    top: 49px;
    right: 0
}

@media (min-width:768px) and (max-width:1018px) {
    .td-category-header .td-category-pulldown-filter {
        top: 46px
    }
}

@media (max-width:767px) {
    .td-category-header .td-category-pulldown-filter {
        top: 50px;
        right: 10px
    }
}

.td-category-header .td-pulldown-filter-display-option {
    background-color: #222;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 13px 4px;
    font-size: 11px;
    white-space: nowrap
}

.td-category-header .td-icon-menu-down {
    font-size: 9px;
    margin-left: 2px;
    position: relative;
    top: -1px
}

.td-category-header .td-pulldown-filter-list {
    position: absolute;
    z-index: 2;
    right: 0;
    background-color: #222;
    padding: 6px 0;
    text-align: left;
    margin: 4px 0 0;
    min-width: 113px
}

.td-category-header .td-pulldown-filter-list a {
    background-color: transparent !important
}

.td-category-header .td-pulldown-filter-item {
    list-style: none;
    margin-left: 0;
    line-height: 1
}

.td-category-header .td-pulldown-category-filter-link {
    padding: 0 13px;
    display: inline-block;
    font-size: 10px;
    line-height: 24px;
    width: 100%;
    color: #fff;
    text-transform: none
}

.td-category-header .td-pulldown-category-filter-link:hover {
    color: #ff8300
}

.td-category-description {
    width: 90%
}

@media (max-width:767px) {
    .td-category-description {
        width: 100%
    }
}

.td-category-description p {
    font-style: italic;
    font-family: sans-serif;
    color: #777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 15px
}

@-moz-document url-prefix() {
    .td-category-header .td-pulldown-filter-display-option {
        padding: 4px 13px 5px
    }
}

.td-category-siblings {
    z-index: 2;
    opacity: 0;
    width: 744px;
    position: relative
}

@media (min-width:768px) and (max-width:1018px) {
    .td-category-siblings {
        width: 560px
    }
}

.td-category-siblings .td-category {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    overflow: hidden
}

.td-category-siblings .td-subcat-more {
    line-height: 1;
    padding: 4px 5px 3px
}

.td-category-siblings .td-subcat-dropdown {
    background-color: transparent;
    display: inline-block;
    padding: 0;
    position: absolute;
    border: 1px solid #eaeaea;
    color: #222;
    top: 0
}

.td-category-siblings .td-subcat-dropdown i {
    margin: 0;
    top: 0
}

.td-category-siblings .td-subcat-dropdown ul {
    z-index: 999;
    border: 1px solid #e6e6e6;
    margin: 0
}

.td-category-siblings .td-subcat-dropdown:hover {
    border-color: #222;
    color: #fff;
    background-color: #222
}

.td-category-siblings .td-subcat-dropdown:hover ul {
    display: block;
    border-color: #222;
    right: -1px;
    top: 23px
}

.td-category-siblings .td-subcat-dropdown:hover ul:before {
    background-color: #222;
    content: '';
    height: 4px;
    position: absolute;
    right: -1px;
    top: -5px;
    width: 21px
}

.td-category-siblings .td-subcat-dropdown li {
    list-style: none;
    margin-left: 0
}

.td-category-siblings .td-subcat-dropdown a {
    display: block;
    color: #fff !important;
    padding: 0 13px;
    white-space: nowrap;
    text-transform: none;
    font-size: 10px
}

.td-category-siblings .td-subcat-dropdown a:hover {
    color: #ff8300
}

.td-category-siblings .td-subcat-dropdown a.td-current-sub-category {
    background-color: transparent;
    color: #ff8300
}

.td-js-loaded .td-category-siblings {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

@media (max-width:767px) {
    .td-category-siblings {
        margin-right: 0;
        width: auto
    }

    .td-category-siblings .td-subcat-dropdown {
        position: absolute;
        top: 0
    }

    /*.category .td-crumb-container {
        margin-bottom: 3px;
        padding-top: 15px
    }*/

    .category .td-category-grid .td_block_wrap {
        padding-bottom: 16px
    }

    .category .td-main-content .td-load-more-wrap {
        margin-bottom: 26px
    }

    .td_category_template_1 .td-category-pulldown-filter {
        display: none
    }
}

.td_category_template_1 .td-category-header {
    padding-top: 16px
}

.td_category_template_1 .td-category-header .td-page-title {
    margin-top: 16px;
    margin-bottom: 16px
}

.td_category_template_1 .td-category-description p {
    margin-top: 12px;
    margin-bottom: 5px
}

@media (max-width:1018px) {
    .td_category_template_1 .td-category-header {
        padding-top: 16px
    }

    .td_category_template_1 .td-category-description p {
        margin-top: 9px
    }
}

.td_category_template_1.td_category_top_posts_style_disable .td-category-description p {
    margin-bottom: 6px
}

.td_category_template_1.td_category_top_posts_style_disable .td-category-header {
    padding-bottom: 0
}

.td_category_template_2 .td-category-header {
    background-color: #fcfcfc;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px
}

.td_category_template_2 .td-category-pulldown-filter {
    top: 42px
}

.td_category_template_2 .td-crumb-container {
    margin-bottom: 2px
}

.td_category_template_2 .td-category-description p {
    margin-top: 12px;
    margin-bottom: 1px
}

@media (max-width:767px) {
    .td_category_template_1.td_category_top_posts_style_disable .td-category-description p {
        margin-bottom: 5px
    }

    .td_category_template_2 .td-category-header {
        padding-bottom: 14px
    }

    .td_category_template_2 .td-category-pulldown-filter {
        display: none
    }

    .td_category_template_2 .td-crumb-container {
        padding-top: 15px;
        margin-bottom: 3px
    }

    .td_category_template_2 .td-category-description p {
        margin-top: 9px;
        margin-bottom: 0
    }
}

.td_category_template_2 .td-category-grid {
    padding-top: 26px
}

.td_category_template_2.td_category_top_posts_style_disable .td-main-content-wrap {
    padding-top: 26px
}

.td_category_template_3 .td-category-header {
    padding-bottom: 23px
}

.td_category_template_3 .td-crumb-container {
    margin-bottom: 2px
}

.td_category_template_3 .td-category-siblings {
    margin-top: 13px;
    margin-bottom: 6px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_category_template_2 .td-category-pulldown-filter {
        top: 40px
    }

    .td_category_template_3 .td-category-header {
        padding-bottom: 19px
    }

    .td_category_template_3 .td-category-siblings {
        margin-top: 14px;
        margin-bottom: 1px
    }
}

.td_category_template_3 .td-category-siblings .td-subcat-dropdown {
    border-color: #222;
    color: #fff;
    background-color: #222
}

.td_category_template_3 .td-category-description p {
    margin-top: 19px
}

@media (max-width:1018px) {
    .td_category_template_3 .td-category-description p {
        margin-top: 15px
    }
}

.td_category_template_3 .entry-category,
.td_category_template_3 .td-category {
    margin-bottom: 0
}

.td_category_template_3 .td-current-sub-category {
    background-color: #ff8300
}

.td_category_template_3 .td-category-pulldown-filter {
    top: 83px
}

@media (max-width:767px) {

    .td_category_template_2 .td-category-grid,
    .td_category_template_2.td_category_top_posts_style_disable .td-main-content-wrap {
        padding-top: 21px
    }

    .td_category_template_3 .td-category-header {
        padding-bottom: 20px
    }

    .td_category_template_3 .td-category-siblings {
        margin-top: 14px;
        margin-bottom: 0
    }

    .td_category_template_3 .td-category-pulldown-filter {
        display: none
    }
}

.td_category_template_4 .td-category-header {
    padding-bottom: 23px
}

.td_category_template_4 .td-crumb-container {
    margin-bottom: 3px
}

.td_category_template_4 .td-category-siblings {
    margin-top: 13px;
    margin-bottom: 6px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_category_template_3 .td-category-pulldown-filter {
        top: 80px
    }

    .td_category_template_4 .td-category-header {
        padding-bottom: 19px
    }

    .td_category_template_4 .td-category-siblings {
        margin-top: 14px;
        margin-bottom: 1px
    }
}

.td_category_template_4 .td-category-siblings .td-category {
    margin-bottom: 0
}

.td_category_template_4 .td-category-siblings .td-category a {
    background-color: transparent;
    color: #222;
    border: 1px solid #eaeaea;
    padding: 3px 7px 4px
}

.td_category_template_4 .td-category-siblings .td-category a:hover {
    border-color: #ff8300;
    background-color: #ff8300;
    color: #fff
}

.td_category_template_4 .td-category-siblings .td-category .td-current-sub-category {
    background-color: #222;
    border-color: #222;
    color: #fff
}

.td_category_template_4 .td-category-siblings .entry-category {
    margin-bottom: 0
}

.td_category_template_4 .td-category-description p {
    margin-top: 19px
}

.td_category_template_4 .td-category-pulldown-filter {
    top: 83px
}

@media (max-width:767px) {
    .td_category_template_4 .td-category-header {
        padding-bottom: 20px
    }

    .td_category_template_4 .td-category-siblings {
        margin-top: 14px;
        margin-bottom: 0
    }

    .td_category_template_4 .td-category-pulldown-filter {
        display: none
    }
}

@-moz-document url-prefix() {

    .td_category_template_3 .td-category-siblings .td-subcat-more,
    .td_category_template_4 .td-category-siblings .td-subcat-more {
        padding: 3px 5px 4px
    }
}

.td_category_template_5 .td-category-header {
    padding-bottom: 18px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_category_template_4 .td-category-pulldown-filter {
        top: 81px
    }

    .td_category_template_5 .td-category-header {
        padding-bottom: 13px
    }
}

@media (max-width:767px) {
    .td_category_template_5 .td-category-header {
        padding-bottom: 14px
    }
}

.td_category_template_5 .td-crumb-container {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0
}

.td_category_template_5 .td-scrumb-holder {
    min-height: 62px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #f2f2f2
}

.td_category_template_5 .td-category-pulldown-filter {
    top: 16px
}

.td_category_template_5 .td-page-title {
    margin-top: 18px
}

@media (max-width:1018px) {
    .td_category_template_4 .td-category-description p {
        margin-top: 15px
    }

    .td_category_template_5 .td-page-title {
        margin-top: 13px
    }
}

.td_category_template_5 .td-category-description p {
    margin-top: 12px;
    margin-bottom: 5px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_category_template_5 .td-crumb-container {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .td_category_template_5 .td-scrumb-holder {
        min-height: 52px
    }

    .td_category_template_5 .td-category-pulldown-filter {
        top: 11px
    }

    .td_category_template_5 .td-category-description p {
        margin-top: 9px;
        margin-bottom: 6px
    }
}

@media (max-width:767px) {
    .td_category_template_5 .td-crumb-container {
        padding-bottom: 9px;
        padding-top: 9px
    }

    .td_category_template_5 .td-scrumb-holder {
        min-height: 0
    }

    .td_category_template_5 .td-category-pulldown-filter {
        display: none
    }

    .td_category_template_5 .td-category-description p {
        margin-top: 4px;
        margin-bottom: 0
    }
}

.td_category_template_6 .td-category-header {
    margin: 0 auto;
    width: 1164px;
    min-height: 364px;
    display: table;
    position: relative;
    background-color: rgba(0, 0, 0, .5)
}

@media (max-width:1180px) {
    .td_category_template_6 .td-category-header {
        width: 100%
    }
}

.td_category_template_6 .td-category-header .td-page-title,
.td_category_template_6 .td-category-header p {
    color: #fff
}

.td_category_template_6 .td-pulldown-container {
    width: 1100px;
    height: 51px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

@media (min-width:1019px) and (max-width:1140px) {
    .td_category_template_6 .td-pulldown-container {
        width: 980px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td_category_template_6 .td-pulldown-container {
        width: 740px
    }
}

@media (max-width:767px) {
    .td_category_template_6 .td-pulldown-container {
        width: 100%
    }
}

.td_category_template_6 .td-crumb-container {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1100px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td_category_template_6 .td-crumb-container {
        width: 980px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td_category_template_6 .td-crumb-container {
        width: 740px
    }
}

.td_category_template_6 .entry-crumbs,
.td_category_template_6 .entry-crumbs a {
    color: #fff
}

.td_category_template_6 .td-category-pulldown-filter {
    z-index: 2;
    bottom: 26px;
    top: auto
}

@media (max-width:767px) {
    .td_category_template_6 .td-crumb-container {
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
        width: 100%
    }

    .td_category_template_6 .td-category-pulldown-filter {
        display: table;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        position: relative
    }
}

.td_category_template_6 .td-pulldown-filter-display-option {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 4px 13px 3px
}

.td_category_template_6 .td-pulldown-filter-display-option:hover {
    background-color: #222;
    border-color: #222
}

.td_category_template_6 .td-pulldown-filter-list {
    margin-top: 4px
}

.td_category_template_6 .td-category-description {
    width: 100%
}

.td_category_template_6 .td-category-description p {
    margin-top: 25px;
    margin-bottom: 25px
}

.td_category_template_6 .td-main-content-wrap {
    padding-top: 48px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_category_template_6 .td-main-content-wrap {
        padding-top: 26px
    }
}

@media (max-width:767px) {
    .td_category_template_6 .td-main-content-wrap {
        padding-top: 40px
    }
}

.td_category_template_6 .td-category-grid {
    padding-top: 48px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_category_template_6 .td-category-grid {
        padding-top: 26px
    }
}

@media (max-width:767px) {
    .td_category_template_6 .td-category-grid {
        padding-top: 40px
    }
}

.td_category_template_6 .td-category-grid .td_block_wrap {
    padding-bottom: 0
}

@-moz-document url-prefix() {
    .td_category_template_6 .td-pulldown-filter-display-option {
        padding: 3px 13px 4px
    }
}

.td-category-title-holder {
    display: table-cell;
    padding: 110px 15%;
    z-index: 2;
    text-align: center;
    vertical-align: middle
}

.td-category-title-holder .td-page-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 54px
}

.td_category_template_7 .td-category-header {
    margin-bottom: 0;
    position: relative
}

.td_category_template_7 .td-crumb-container {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0
}

.td_category_template_7 .td-category-title-holder {
    padding: 80px 15% 89px;
    display: table;
    width: 100%
}

.td_category_template_7 .td-category-pulldown-filter {
    top: 18px
}

.td_category_template_7 .td-category-description {
    width: 100%
}

.td_category_template_7 .td-category-description p {
    margin-top: 25px
}

@media (max-width:767px) {
    .td-category-title-holder {
        padding: 80px 5%
    }

    .td-category-title-holder .entry-title.td-page-title {
        font-size: 30px;
        line-height: 40px
    }

    .td_category_template_7 .td-crumb-container {
        left: 10px
    }

    .td_category_template_7 .td-pulldown-container {
        height: 56px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%
    }

    .td_category_template_7 .td-category-title-holder {
        padding: 60px 5% 69px
    }

    .td_category_template_7 .td-category-pulldown-filter {
        display: table;
        right: 0;
        left: 0;
        margin: auto;
        position: relative;
        bottom: 0;
        top: auto
    }

    .td_category_template_7 .td-category-description p {
        margin-bottom: 28px;
        margin-top: 7px
    }
}

.td_category_template_8 .td-category-header {
    position: relative;
    background-color: rgba(0, 0, 0, .5);
    margin-bottom: 0
}

.td_category_template_8 .td-category-header .td-container {
    height: 364px;
    display: table
}

.td_category_template_8 .td-category-header .td-page-title,
.td_category_template_8 .td-category-header p {
    color: #fff
}

.td_category_template_8 .td-category-header .td-page-title {
    margin-top: -14px
}

.td_category_template_8 .td-category-header .td-category {
    margin-bottom: 0;
    vertical-align: top
}

.td_category_template_8 .td-category-header .td-category a {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 3px 7px 4px
}

.td_category_template_8 .td-category-header .td-category a:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
    opacity: 1
}

.td_category_template_8 .td-category-header .td-category a.td-current-sub-category {
    background-color: #ff8300;
    border-color: #ff8300;
    color: #fff
}

.td_category_template_8 .td-crumb-container {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0
}

.td_category_template_8 .entry-crumbs,
.td_category_template_8 .entry-crumbs a {
    color: #fff
}

.td_category_template_8 .td-category-pulldown-filter {
    z-index: 2;
    bottom: 26px;
    top: auto
}

.td_category_template_8 .td-pulldown-filter-display-option {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 4px 13px 3px
}

.td_category_template_8 .td-pulldown-filter-display-option:hover {
    background-color: #222;
    border-color: #222
}

.td_category_template_8 .td-pulldown-filter-list {
    margin-top: 4px
}

.td_category_template_8 .td-category-description {
    margin-top: 16px;
    width: 100%
}

.td_category_template_8 .td-category-grid {
    padding-top: 48px
}

@media (min-width:768px) and (max-width:1018px) {
    .td_category_template_8 .td-category-grid {
        padding-top: 26px
    }
}

@media (max-width:767px) {
    .td_category_template_8 .td-crumb-container {
        left: 10px
    }

    .td_category_template_8 .td-category-pulldown-filter {
        display: none
    }

    .td_category_template_8 .td-category-grid {
        padding-top: 40px
    }

    .td-more-articles-box {
        display: none !important
    }
}

.td_category_template_8 .td-category-grid .td_block_wrap {
    padding-bottom: 0
}

.td_category_template_8 .td-main-content-wrap {
    padding-top: 48px
}

.td_category_template_8 .td-category-title-holder {
    text-align: left;
    position: relative;
    padding: 63px 5% 63px 0
}

.td_category_template_8 .td-category-siblings {
    margin-top: 12px
}

.td_category_template_8 .td-subcat-dropdown {
    padding: 0;
    color: #fff;
    vertical-align: top
}

@-moz-document url-prefix() {
    .td_category_template_8 .td-category-pulldown-filter .td-pulldown-filter-display-option {
        padding: 3px 13px 4px
    }

    .td_category_template_8 .td-category-header .td-category a {
        padding: 4px 7px 3px
    }
}

#ud-sub-cat {
    font-family: 'DB Heavent', sans-serif;
    border-bottom: 2px solid #ff8300;
    margin-top: -10px;
    padding-bottom: 10px;
    padding-left: 0
}

#ud-sub-cat li {
    margin: 0;
    font-size: 17px;
    list-style: none;
    display: inline-block;
    padding-right: 10px
}

#ud-sub-cat li a {
    color: #000
}

#ud-sub-cat .current-cat a {
    color: #ff8300
}

.td-more-articles-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    width: 341px;
    bottom: 48px;
    right: -384px;
    background-color: #fff;
    padding: 16px 20px 0;
    border-style: solid;
    border-color: #ededed;
    border-width: 1px 0 1px 1px;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: .5s cubic-bezier(.265, .365, .26, .865);
    -moz-transition: .5s cubic-bezier(.265, .365, .26, .865);
    -o-transition: .5s cubic-bezier(.265, .365, .26, .865);
    transition: .5s cubic-bezier(.265, .365, .26, .865)
}

.td-more-articles-box-title {
    font-family: sans-serif;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    min-width: 300px;
    margin-bottom: 18px
}

.td-content-more-articles-box .td_module_1,
.td-content-more-articles-box .td_module_3 {
    padding-bottom: 20px
}

.td-content-more-articles-box .td_module_4 {
    margin-bottom: 20px
}

.td-content-more-articles-box .td_module_2 {
    padding-bottom: 10px
}

.td-content-more-articles-box .td_module_5:last-child,
.td-content-more-articles-box .td_module_9:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.td-content-more-articles-box .td-module-thumb {
    height: auto !important
}

.td-close-more-articles-box {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 14px;
    top: 21px;
    line-height: 26px;
    padding: 2px 11px;
    font-size: 17px
}

.td-front-end-display-block {
    right: 0;
    visibility: visible
}

#td_css_split_separator {
    visibility: visible
}

@font-face {
    font-family: newspaper;
    src: url(images/icons/newspaper.eot?14);
    src: url(images/icons/newspaper.eot?14#iefix) format('embedded-opentype'), url(images/icons/newspaper.woff?14) format('woff'), url(images/icons/newspaper.ttf?14) format('truetype'), url(images/icons/newspaper.svg?14#newspaper) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" td-icon-"]:before,
[class^=td-icon-]:before {
    font-family: newspaper;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=td-icon-] {
    line-height: 1;
    text-align: center;
    display: inline-block
}

.td-icon-logout:before {
    content: '\e800'
}

.td-icon-down:before {
    content: '\e801'
}

.td-icon-left:before {
    content: '\e802'
}

.td-icon-right:before {
    content: '\e803'
}

.td-icon-up:before {
    content: '\e804'
}

.td-icon-views:before {
    content: '\e805'
}

.td-icon-menu-down:before {
    content: '\e806'
}

.td-icon-left-arrow:before {
    content: '\e807'
}

.td-icon-right-arrow:before {
    content: '\e808'
}

.td-icon-menu-up:before {
    content: '\e809'
}

.td-icon-search:before {
    content: '\e80a'
}

.td-icon-user:before {
    content: '\e80b'
}

.td-icon-menu-left:before {
    content: '\e80c'
}

.td-icon-menu-right:before {
    content: '\e80d'
}

.td-icon-star:before {
    content: '\e80f'
}

.td-icon-mail:before {
    content: '\e810'
}

.td-icon-behance:before {
    content: '\e811'
}

.td-icon-blogger:before {
    content: '\e812'
}

.td-icon-delicious:before {
    content: '\e813'
}

.td-icon-deviantart:before {
    content: '\e814'
}

.td-icon-digg:before {
    content: '\e815'
}

.td-icon-dribbble:before {
    content: '\e816'
}

.td-icon-evernote:before {
    content: '\e817'
}

.td-icon-facebook:before {
    content: '\e818'
}

.td-icon-flickr:before {
    content: '\e819'
}

.td-icon-forrst:before {
    content: '\e81a'
}

.td-icon-googleplus:before {
    content: '\e81b'
}

.td-icon-instagram:before {
    content: '\e81d'
}

.td-icon-lastfm:before {
    content: '\e81e'
}

.td-icon-linkedin:before {
    content: '\e81f'
}

.td-icon-mail-1:before {
    content: '\e820'
}

.td-icon-myspace:before {
    content: '\e821'
}

.td-icon-path:before {
    content: '\e822'
}

.td-icon-paypal:before {
    content: '\e823'
}

.td-icon-pinterest:before {
    content: '\e825'
}

.td-icon-reddit:before {
    content: '\e827'
}

.td-icon-rss:before {
    content: '\e828'
}

.td-icon-share:before {
    content: '\e829'
}

.td-icon-skype:before {
    content: '\e82a'
}

.td-icon-soundcloud:before {
    content: '\e82b'
}

.td-icon-spotify:before {
    content: '\e82c'
}

.td-icon-stackoverflow:before {
    content: '\e82d'
}

.td-icon-steam:before {
    content: '\e82e'
}

.td-icon-stumbleupon:before {
    content: '\e82f'
}

.td-icon-tumblr:before {
    content: '\e830'
}

.td-icon-twitter:before {
    content: '\e831'
}

.td-icon-vimeo:before {
    content: '\e832'
}

.td-icon-windows:before {
    content: '\e833'
}

.td-icon-wordpress:before {
    content: '\e834'
}

.td-icon-yahoo:before {
    content: '\e835'
}

.td-icon-youtube:before {
    content: '\e836'
}

.td-icon-vk:before {
    content: '\e837'
}

.td-icon-grooveshark:before {
    content: '\e838'
}

.td-icon-star-empty:before {
    content: '\e839'
}

.td-icon-star-half:before {
    content: '\e83a'
}

.td-icon-close:before {
    content: '\e83c'
}

.td-icon-read-down:before {
    content: '\e83d'
}

.td-icon-comments:before {
    content: "\e83b"
}

.td-icon-mobile:before {
    content: '\e83e'
}

.td-icon-whatsapp:before {
    content: '\f232'
}

.td-icon-commenting:before {
    content: '\f27a'
}

.td-icon-close-mobile:before {
    content: '\e900'
}

.td-icon-modal-back:before {
    content: '\e901'
}

.td-icon-modal-close:before {
    content: '\e902'
}

.td-icon-category:before {
    content: '\e903'
}

.td-icon-block-header:before {
    content: '\e904'
}

.td-icon-home:before {
    content: '\e905'
}

.td-social-icon-wrap:hover .td-icon-font {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #fff
}

.td-social-icon-wrap:hover i.td-icon-behance {
    color: #000
}

.td-social-icon-wrap:hover i.td-icon-blogger {
    color: #ffa900
}

.td-social-icon-wrap:hover i.td-icon-delicious {
    color: #39f
}

.td-social-icon-wrap:hover i.td-icon-deviantart {
    color: #4e6252
}

.td-social-icon-wrap:hover i.td-icon-digg {
    color: #000
}

.td-social-icon-wrap:hover i.td-icon-dribbble {
    color: #ea4c89
}

.td-social-icon-wrap:hover i.td-icon-evernote {
    color: #07c257
}

.td-social-icon-wrap:hover i.td-icon-facebook {
    color: #3b5998
}

.td-social-icon-wrap:hover i.td-icon-flickr {
    color: #ff0084
}

.td-social-icon-wrap:hover i.td-icon-forrst {
    color: #3b7140
}

.td-social-icon-wrap:hover i.td-icon-googleplus {
    color: #dd4b39
}

.td-social-icon-wrap:hover i.td-icon-grooveshark {
    color: #f77f00
}

.td-social-icon-wrap:hover i.td-icon-instagram {
    color: #3f729b
}

.td-social-icon-wrap:hover i.td-icon-lastfm {
    color: #ce2127
}

.td-social-icon-wrap:hover i.td-icon-linkedin {
    color: #007bb6
}

.td-social-icon-wrap:hover i.td-icon-mail,
.td-social-icon-wrap:hover i.td-icon-myspace {
    color: #000
}

.td-social-icon-wrap:hover i.td-icon-path {
    color: #e62f17
}

.td-social-icon-wrap:hover i.td-icon-paypal {
    color: #009cde
}

.td-social-icon-wrap:hover i.td-icon-pinterest {
    color: #cb2027
}

.td-social-icon-wrap:hover i.td-icon-reddit {
    color: #ff4100
}

.td-social-icon-wrap:hover i.td-icon-rss {
    color: #f36f24
}

.td-social-icon-wrap:hover i.td-icon-share {
    color: #000
}

.td-social-icon-wrap:hover i.td-icon-skype {
    color: #01aef2
}

.td-social-icon-wrap:hover i.td-icon-soundcloud {
    color: #f50
}

.td-social-icon-wrap:hover i.td-icon-spotify {
    color: #81b900
}

.td-social-icon-wrap:hover i.td-icon-stackoverflow,
.td-social-icon-wrap:hover i.td-icon-steam {
    color: #000
}

.td-social-icon-wrap:hover i.td-icon-stumbleupon {
    color: #eb4923
}

.td-social-icon-wrap:hover i.td-icon-tumblr {
    color: #32506d
}

.td-social-icon-wrap:hover i.td-icon-twitter {
    color: #00aced
}

.td-social-icon-wrap:hover i.td-icon-vimeo {
    color: #5289cc
}

.td-social-icon-wrap:hover i.td-icon-vk {
    color: #45668e
}

.td-social-icon-wrap:hover i.td-icon-windows {
    color: #319de5
}

.td-social-icon-wrap:hover i.td-icon-wordpress {
    color: #222
}

.td-social-icon-wrap:hover i.td-icon-yahoo {
    color: #720e9e
}

.td-social-icon-wrap:hover i.td-icon-youtube {
    color: #b00
}

@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: 400;
    font-style: normal
}

[class*=" td-icons"]:before,
[class^=td-icons]:before {
    font-family: newspaper-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    -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,
.mist-n:before {
    content: '\e802';
    display: none
}

.scattered-clouds-d:before,
.scattered-clouds-n:before {
    content: '\e803';
    display: none
}

.shower-rain-d:before,
.shower-rain-n:before {
    content: '\e804';
    display: none
}

.snow-d:before,
.snow-n:before {
    content: '\e805';
    display: none
}

.thunderstorm-d:before,
.thunderstorm-n:before {
    content: '\e806';
    display: none
}

.broken-clouds-d:before,
.broken-clouds-n:before {
    content: '\e807';
    display: none
}

.clear-sky-d:before {
    content: '\e808';
    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"
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    outline: 0 !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;
    -moz-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-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    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: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #f3f3f3;
    font-size: 16px;
    line-height: 18px;
    padding-right: 15px
}

.mfp-arrow {
    font-family: newspaper, sans-serif;
    font-size: 30px;
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b {
    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: #fff
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:before {
    content: '\e808';
    color: #fff
}

.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, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.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, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: auto;
    padding: 0 65px 0 15px;
    z-index: 1
}

.mfp-title {
    text-align: left;
    line-height: 28px;
    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) {
    .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, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-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, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.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
}

.image-source-link {
    color: #98c3d1
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: .001;
    -webkit-backface-visibility: hidden;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-bg,
.mfp-wrap {
    z-index: 10000
}

.white-popup-block {
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    min-height: 500px;
    font-family: sans-serif;
    text-align: center;
    color: #fff;
    vertical-align: top;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(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, .8);
    background: -moz-linear-gradient(45deg, rgba(0, 69, 130, .8) 0, rgba(38, 134, 146, .8) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, rgba(0, 69, 130, .8)), color-stop(100%, rgba(38, 134, 146, .8)));
    background: -webkit-linear-gradient(45deg, rgba(0, 69, 130, .8) 0, rgba(38, 134, 146, .8) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 69, 130, .8) 0, rgba(38, 134, 146, .8) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 69, 130, .8) 0, rgba(38, 134, 146, .8) 100%);
    background: linear-gradient(45deg, rgba(0, 69, 130, .8) 0, rgba(38, 134, 146, .8) 100%);
    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 .td-login-wrap {
    position: relative
}

.mfp-content .td-back-button {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s cubic-bezier(.79, .14, .15, .86);
    -moz-transition: .5s cubic-bezier(.79, .14, .15, .86);
    -o-transition: .5s cubic-bezier(.79, .14, .15, .86);
    transition: .5s cubic-bezier(.79, .14, .15, .86);
    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: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    pointer-events: none
}

.mfp-content .td-login-inputs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .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: 0;
    border: 0
}

.mfp-content .td-login-input:focus~label,
.mfp-content .td-login-input:valid~label {
    top: -18px;
    font-size: 11px;
    opacity: .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 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
    border: 0;
    border-radius: 0;
    -webkit-transition: background-color .2s !important;
    -moz-transition: background-color .2s !important;
    -o-transition: background-color .2s !important;
    transition: background-color .2s !important
}

.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
    background-color: #deea4b
}

.mfp-content .td-login-info-text {
    display: block;
    margin-top: 6px;
    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 .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.mfp-content #register-link:hover:before {
    opacity: .2
}

.mfp-content .td-login-form-div {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0 20%
}

@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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition: .5s cubic-bezier(.79, .14, .15, .86);
    -moz-transition: .5s cubic-bezier(.79, .14, .15, .86);
    -o-transition: .5s cubic-bezier(.79, .14, .15, .86);
    transition: .5s cubic-bezier(.79, .14, .15, .86)
}

.mfp-content #td-login-div.td-display-none {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.79, .14, .15, .86);
    -moz-transition: .3s cubic-bezier(.79, .14, .15, .86);
    -o-transition: .3s cubic-bezier(.79, .14, .15, .86);
    transition: .3s cubic-bezier(.79, .14, .15, .86)
}

.mfp-content .td-login-animation #td-login-div {
    transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0)
}

.mfp-content .td-login-animation .td-back-button {
    visibility: visible;
    opacity: 1
}

.mfp-content #td-forgot-pass-div,
.mfp-content #td-register-div {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s cubic-bezier(.79, .14, .15, .86);
    -moz-transition: .5s cubic-bezier(.79, .14, .15, .86);
    -o-transition: .5s cubic-bezier(.79, .14, .15, .86);
    transition: .5s cubic-bezier(.79, .14, .15, .86);
    transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0)
}

.mfp-content #td-forgot-pass-div.td-display-block,
.mfp-content #td-register-div.td-display-block {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s cubic-bezier(.79, .14, .15, .86);
    -moz-transition: .3s cubic-bezier(.79, .14, .15, .86);
    -o-transition: .3s cubic-bezier(.79, .14, .15, .86);
    transition: .3s cubic-bezier(.79, .14, .15, .86);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-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;
    right: 27px;
    left: auto;
    opacity: 1
}

.mfp-content #login-form .mfp-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    font-size: 16px;
    vertical-align: bottom;
    color: #fff;
    content: '\e902'
}

.mfp-content #login-form #login-link {
    position: absolute;
    left: 26px;
    top: 28px;
    cursor: pointer
}

.mfp-content .td-login-panel-title {
    padding: 26px 0 22px;
    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: .8;
    z-index: -1
}

.mfp-content .td_display_msg_ok:before {
    background-color: #fff;
    opacity: .1
}

.mpf-td-login-effect .mfp-with-anim {
    opacity: 0;
    -webkit-transition: .4s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: .4s cubic-bezier(.55, 0, .1, 1);
    -o-transition: .4s cubic-bezier(.55, 0, .1, 1);
    transition: .4s cubic-bezier(.55, 0, .1, 1);
    transform: perspective(600px) scale(.4);
    -webkit-transform: perspective(600px) scale(.4);
    -moz-transform: perspective(600px) scale(.4);
    -ms-transform: perspective(600px) scale(.4);
    -o-transform: perspective(600px) scale(.4)
}

.mpf-td-login-effect.mfp-bg {
    opacity: 0;
    transition: .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);
    -moz-transform: perspective(600px) scale(1);
    -ms-transform: perspective(600px) scale(1);
    -o-transform: perspective(600px) scale(1)
}

.mpf-td-login-effect.mfp-ready.mfp-bg {
    opacity: .8
}

.mpf-td-login-effect.mfp-removing .mfp-with-anim {
    transform: perspective(600px) scale(.4);
    -webkit-transform: perspective(600px) scale(.4);
    -moz-transform: perspective(600px) scale(.4);
    -ms-transform: perspective(600px) scale(.4);
    -o-transform: perspective(600px) scale(.4);
    opacity: 0
}

.mpf-td-login-effect.mfp-removing.mfp-bg {
    opacity: 0
}

#login_pass,
#login_pass-mob {
    display: none !important
}

.mfp-ready #login_pass,
.td-login-show #login_pass-mob {
    display: inline-block !important
}

.td-a-rec img {
    display: block
}

.td-visible-desktop {
    display: table
}

.td-visible-phone,
.td-visible-tablet-l,
.td-visible-tablet-landscape,
.td-visible-tablet-portrait,
.td-visible-tablet-tp {
    display: none
}

@media (min-width:1019px) and (max-width:1140px) {

    .td-visible-tablet-l,
    .td-visible-tablet-landscape {
        display: table
    }

    .td-visible-desktop,
    .td-visible-phone,
    .td-visible-tablet-portrait,
    .td-visible-tablet-tp {
        display: none
    }
}

@media (min-width:768px) and (max-width:1018px) {

    .td-visible-tablet-portrait,
    .td-visible-tablet-tp {
        display: table
    }

    .td-visible-desktop,
    .td-visible-phone,
    .td-visible-tablet-l,
    .td-visible-tablet-landscape {
        display: none
    }
}

@media (max-width:767px) {
    .td-visible-phone {
        display: table
    }

    .td-visible-desktop,
    .td-visible-tablet-l,
    .td-visible-tablet-landscape,
    .td-visible-tablet-portrait,
    .td-visible-tablet-tp {
        display: none
    }

    .td-rec-hide-on-p {
        display: none !important
    }
}

@media (min-width:1141px) {
    .td-rec-hide-on-m {
        display: none !important
    }
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-rec-hide-on-tl {
        display: none !important
    }
}

.td-header-rec-wrap {
    position: relative;
    min-height: 90px
}

.td-header-rec-wrap .td-adspot-title {
    margin-bottom: -21px;
    position: relative;
    top: 3px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-rec-hide-on-tp {
        display: none !important
    }

    .td-header-rec-wrap {
        min-height: 60px
    }

    .td-header-rec-wrap .td-adspot-title {
        margin-bottom: -14px;
        top: 0
    }
}

.td-header-sp-recs {
    padding: 0 !important;
    width: 728px;
    position: relative;
    min-height: 0 !important
}

@media (min-width:768px) and (max-width:1018px) {
    .td-header-sp-recs {
        width: 470px
    }
}

@media (max-width:767px) {
    .td-header-rec-wrap {
        margin-left: auto;
        margin-right: auto;
        min-height: 0 !important
    }

    .td-header-rec-wrap .td-adspot-title {
        top: 0;
        margin-bottom: -10px
    }

    .td-header-sp-recs {
        width: 100%
    }
}

.td-header-sp-recs .adsbygoogle,
.td-header-sp-recs img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media (max-width:767px) {

    .td-header-sp-recs .adsbygoogle,
    .td-header-sp-recs img {
        position: relative;
        display: table;
        margin: 10px auto;
        width: 100%
    }
}

@media (min-width:768px) {

    .td-header-wrap .td-a-rec-id-header>div,
    .td-header-wrap .td-g-rec-id-header>.adsbygoogle {
        margin: 14px auto
    }
}

@media (min-width:1019px) {

    .td-header-wrap .td-a-rec-id-header>div,
    .td-header-wrap .td-g-rec-id-header>.adsbygoogle {
        margin: 24px auto
    }
}

.td-a-rec-id-content_bottom img,
.td-a-rec-id-content_inline img,
.td-a-rec-id-content_top 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,
.td-a-rec-id-post_style_12 img,
.td-a-rec-id-sidebar img,
.td-a-rec-id-smart_list_6 img,
.td-a-rec-id-smart_list_7 img,
.td-a-rec-id-smart_list_8 img {
    width: 100%
}

.td-g-rec-id-sidebar {
    text-align: center
}

.td-g-rec-id-sidebar .adsbygoogle {
    margin-bottom: 44px
}

.td-visible-desktop,
.td-visible-phone,
.td-visible-tablet-l,
.td-visible-tablet-landscape,
.td-visible-tablet-portrait,
.td-visible-tablet-tp {
    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-content_bottom,
.td-g-rec-id-content_top,
.td-g-rec-id-post_style_12,
.td-g-rec-id-ud_article_bottom_ad,
.td-g-rec-id-ud_article_bottom_ad_2,
.td-g-rec-id-ud_comment_bottom_ad,
.td-g-rec-id-ud_footer_sticky,
.td-g-rec-id-ud_latest_article_top_ad,
.td-g-rec-id-ud_prev_next_article_bottom_ad,
.td-g-rec-id-ud_related_article_bottom_ad {
    clear: both
}

.td-g-rec-id-content_bottom .adsbygoogle,
.td-g-rec-id-content_top .adsbygoogle,
.td-g-rec-id-post_style_12 .adsbygoogle,
.td-g-rec-id-ud_article_bottom_ad .adsbygoogle,
.td-g-rec-id-ud_article_bottom_ad_2 .adsbygoogle,
.td-g-rec-id-ud_comment_bottom_ad .adsbygoogle,
.td-g-rec-id-ud_footer_sticky .adsbygoogle,
.td-g-rec-id-ud_latest_article_top_ad .adsbygoogle,
.td-g-rec-id-ud_prev_next_article_bottom_ad .adsbygoogle,
.td-g-rec-id-ud_related_article_bottom_ad .adsbygoogle {
    margin-bottom: 21px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.td-a-rec-id-content_bottom,
.td-a-rec-id-content_top,
.td-a-rec-id-post_style_12 {
    clear: both;
    text-align: center
}

.td-a-rec-id-content_bottom>div,
.td-a-rec-id-content_top>div,
.td-a-rec-id-post_style_12>div {
    margin-bottom: 21px
}

.td-a-rec-id-content_bottom img,
.td-a-rec-id-content_top img,
.td-a-rec-id-post_style_12 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%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-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%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.td-a-rec-id-content_inlineleft,
.td-g-rec-id-content_inlineleft {
    float: left
}

.td-a-rec-id-content_inlineleft .td-adspot-title,
.td-g-rec-id-content_inlineleft .td-adspot-title {
    margin-right: 21px
}

@media (max-width:767px) {

    .td-a-rec-id-content_inlineleft .td-adspot-title,
    .td-g-rec-id-content_inlineleft .td-adspot-title {
        margin: 0
    }
}

.td-a-rec-id-content_inlineleft .adsbygoogle,
.td-a-rec-id-content_inlineleft>div,
.td-g-rec-id-content_inlineleft .adsbygoogle,
.td-g-rec-id-content_inlineleft>div {
    margin-bottom: 15px;
    margin-top: 9px;
    margin-right: 21px
}

@media (max-width:767px) {

    .td-a-rec-id-content_inlineleft .adsbygoogle,
    .td-a-rec-id-content_inlineleft>div,
    .td-g-rec-id-content_inlineleft .adsbygoogle,
    .td-g-rec-id-content_inlineleft>div {
        margin: 0 auto 26px
    }

    .td-a-rec-id-content_inlineleft,
    .td-g-rec-id-content_inlineleft {
        float: none;
        text-align: center
    }
}

.td-a-rec-id-content_inlineleft img,
.td-g-rec-id-content_inlineleft img {
    margin-bottom: 0
}

.td-a-rec-id-content_inlineright,
.td-g-rec-id-content_inlineright {
    float: right
}

.td-a-rec-id-content_inlineright .td-adspot-title,
.td-g-rec-id-content_inlineright .td-adspot-title {
    margin-left: 21px;
    margin-bottom: -6px
}

@media (max-width:767px) {

    .td-a-rec-id-content_inlineright .td-adspot-title,
    .td-g-rec-id-content_inlineright .td-adspot-title {
        margin: 0
    }
}

.td-a-rec-id-content_inlineright .adsbygoogle,
.td-a-rec-id-content_inlineright>div,
.td-g-rec-id-content_inlineright .adsbygoogle,
.td-g-rec-id-content_inlineright>div {
    margin-bottom: 15px;
    margin-top: 6px;
    margin-left: 21px
}

@media (max-width:767px) {

    .td-a-rec-id-content_inlineright .adsbygoogle,
    .td-a-rec-id-content_inlineright>div,
    .td-g-rec-id-content_inlineright .adsbygoogle,
    .td-g-rec-id-content_inlineright>div {
        margin: 0 auto 26px
    }

    .td-a-rec-id-content_inlineright,
    .td-g-rec-id-content_inlineright {
        float: none;
        text-align: center
    }
}

.td-a-rec-id-content_inlineright img,
.td-g-rec-id-content_inlineright img {
    margin-bottom: 0
}

.td-a-rec-id-footer_top,
.td-g-rec-id-footer_top {
    display: table;
    position: relative;
    text-align: center;
    margin: -12px auto 40px
}

.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 {
    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: 21px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.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 {
    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: #bbb;
    font-size: 10px;
    text-align: center;
    display: block
}

.td-g-rec-id-post_style_1 .adsbygoogle {
    margin-bottom: 15px
}

.td-a-rec-id-post_style_1 img {
    width: 100%
}

.td-g-rec-id-post_style_11 .adsbygoogle {
    margin-bottom: 21px
}

.td-a-rec-id-post_style_11>div {
    margin-bottom: 21px;
    margin-left: 0;
    margin-right: 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-g-rec-id-post_style_11 .adsbygoogle {
        margin-bottom: 0
    }

    .td-g-rec-id-post_style_11 {
        text-align: center
    }

    .td-a-rec-id-post_style_11>div {
        margin-bottom: 0
    }

    .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
}

.ud-sticky-bottom-ads .td-a-rec,
.ud-sticky-bottom-ads .td-g-rec {
    margin-bottom: 0
}

.ud-sticky-bottom-ads .td-g-rec {
    margin-bottom: -5px
}

.ud-sticky-bottom-ads .td-g-rec .adsbygoogle {
    margin-bottom: 0
}

.td-a-rec>a,
.td-a-rec>div,
.td-a-rec>img,
.td-a-rec>ins,
.td-g-rec>a,
.td-g-rec>div,
.td-g-rec>img,
.td-g-rec>ins {
    margin-bottom: 16px
}

.td-a-rec div[id*=google_ads_iframe],
.td-g-rec div[id*=google_ads_iframe] {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center
}

.td-a-rec .adsbygoogle,
.td-g-rec .adsbygoogle {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.ud-slide-ads-wrap {
    height: inherit
}

.ud-slide-ads-wrap .td-a-rec,
.ud-slide-ads-wrap .td-g-rec {
    position: relative
}

.td-post-content .td-a-rec,
.td-post-content .td-g-rec {
    padding-bottom: 26px
}

.td-a-rec-id-ud_footer_sticky_cat_ad>div,
.td-a-rec-id-ud_footer_sticky_cat_ad>img,
.td-a-rec-id-ud_footer_sticky_home_ad>div,
.td-a-rec-id-ud_footer_sticky_home_ad>img,
.td-a-rec-id-ud_footer_sticky_post_ad>div,
.td-a-rec-id-ud_footer_sticky_post_ad>img,
.td-g-rec-id-ud_footer_sticky_cat_ad>div,
.td-g-rec-id-ud_footer_sticky_cat_ad>img,
.td-g-rec-id-ud_footer_sticky_home_ad>div,
.td-g-rec-id-ud_footer_sticky_home_ad>img,
.td-g-rec-id-ud_footer_sticky_post_ad>div,
.td-g-rec-id-ud_footer_sticky_post_ad>img {
    margin-bottom: 0
}

.td-post-content .td-a-rec-id-ud_b7x_post_ad {
    padding-bottom: 0
}

.td-post-content .td-a-rec-id-ud_b7x_post_ad .matichon_responsive,
.td-post-content .td-a-rec-id-ud_b7x_post_ad>div {
    margin-bottom: 0
}

.widget {
    font-family: 'Sarabun', sans-serif;
    margin-bottom: 25px;
}

.widget a {
    color: #111
}

.widget a:hover {
    color: #ff8300
}

.widget ul {
    list-style: none;
    box-shadow: none
}

.widget li {
    line-height: 30px;
    list-style: none;
    margin-left: 12px
}

.widget li li {
    margin-left: 21px
}

.widget select {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 13px;
    padding: 0 5px
}

.widget .block-title {
    margin-bottom: 13px
}

.widget .block-title span a {
    padding: 0;
    color: inherit
}

.archive .widget_archive .current,
.archive .widget_archive .current a {
    color: #ff8300
}

.widget_calendar {
    margin-bottom: 36px
}

.widget_calendar .block-title {
    margin-bottom: 17px
}

.widget_calendar table {
    width: 100%;
    text-align: center
}

.widget_calendar th {
    text-align: center
}

.widget_calendar td {
    padding: 8px 0
}

@media (min-width:768px) and (max-width:1018px) {
    .widget_calendar td {
        padding: 5px 0
    }
}

.widget_calendar #today {
    background-color: #ededed;
    font-weight: 700;
    color: #000
}

.widget_calendar caption {
    font-weight: 700;
    padding-bottom: 10px
}

.widget_calendar thead tr {
    line-height: 34px
}

.widget_calendar tfoot td {
    border: none
}

.widget_calendar tfoot #prev {
    text-align: left
}

.widget_calendar tfoot #next {
    text-align: right
}

.widget_calendar tfoot a:hover {
    color: #ff8300
}

.widget_categories li span {
    float: right;
    margin-right: 10px
}

.td_wp_recentcomments,
.widget_recent_comments {
    margin-bottom: 42px;
    font-size: 12px;
    color: #444
}

.td_wp_recentcomments .block-title,
.widget_recent_comments .block-title {
    margin-bottom: 18px
}

.td_wp_recentcomments span a,
.widget_recent_comments span a {
    margin-right: 5px;
    margin-left: 0
}

.td_wp_recentcomments a,
.widget_recent_comments a {
    margin-left: 5px;
    font-style: italic;
    font-size: 13px;
    font-weight: 600
}

.td_wp_recentcomments .recentcomments,
.widget_recent_comments .recentcomments {
    display: block;
    margin: 10px 12px !important;
    line-height: 21px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #f1f1f1
}

.widget_recent_comments .recentcomments:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.td_wp_recentcomments>div:first-child .recentcomments {
    margin-top: 0 !important
}

.td_wp_recentcomments>div:last-child .recentcomments {
    border-bottom: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0
}

.td_wp_recentcomments a {
    color: #111
}

.td_wp_recentcomments a:hover {
    color: #ff8300
}

.widget_recent_entries {
    margin-bottom: 32px
}

.widget_recent_entries ul {
    margin-top: 13px
}

.widget_recent_entries li {
    margin-bottom: 8px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #f1f1f1;
    font-family: sans-serif
}

@media (min-width:768px) and (max-width:1018px) {
    .widget_calendar thead tr {
        line-height: 28px
    }

    .widget_recent_entries li {
        margin-bottom: 3px;
        padding-bottom: 2px
    }
}

.widget_recent_entries li:last-child {
    border-bottom: none
}

.widget_recent_entries li a {
    display: inline-block;
    line-height: 21px
}

.widget_recent_entries .post-date {
    display: block;
    font-family: sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #b5b5b5;
    font-style: italic;
    margin-bottom: 5px
}

.widget_rss {
    margin-bottom: 29px
}

.widget_rss .block-title {
    margin-bottom: 17px
}

.widget_rss .block-title span {
    padding: 0;
    line-height: 1
}

.widget_rss .block-title a:first-child {
    display: none
}

.widget_rss .block-title a:hover {
    color: #ff8300
}

.widget_rss .block-title .rsswidget {
    color: #fff;
    padding: 6px 12px 5px
}

.widget_rss li {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f1f1f1;
    line-height: 21px
}

.widget_rss li .rsswidget {
    margin-bottom: 8px;
    margin-right: 10px;
    padding-bottom: 7px;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 18px
}

.widget_rss li .rssSummary {
    font-size: 12px;
    color: #444
}

.widget_rss li:last-child {
    border-bottom: none
}

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-family: sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #b5b5b5;
    font-style: italic;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px
}

.widget_search {
    margin-bottom: 48px
}

.widget_search .block-title {
    margin-bottom: 26px
}

.widget_text ul {
    margin-bottom: 21px
}

.widget_text ul li {
    list-style: disc inside
}

.widget_text ol {
    margin-bottom: 21px
}

.widget_text ol li {
    list-style-type: decimal;
    margin: 0 0 0 21px;
    line-height: 24px
}

.widget_text a {
    color: #ff8300
}

.widget_text .block-title {
    margin-bottom: 14px
}

.widget_text .wp-smiley {
    width: auto
}

.widget_tag_cloud {
    margin-bottom: 48px
}

.widget_tag_cloud .block-title {
    margin-bottom: 26px
}

.widget_tag_cloud .tagcloud {
    padding: 0 12px
}

.widget_tag_cloud a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block
}

.wp-video {
    margin-bottom: 26px;
    position: relative
}

.wp-video .wp-video-shortcode {
    outline: 0
}

.widget_media_video .wp-video {
    margin-bottom: 0
}

.widget_media_audio .block-title,
.widget_media_image .block-title,
.widget_media_video .block-title {
    margin-bottom: 26px
}

@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) {
    .td-sp {
        background-image: url(images/sprite/elements@2x.png) !important;
        background-size: 90px 2100px !important
    }
}

.td-sp {
    background-image: url(images/sprite/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-googleplus {
    width: 32px;
    height: 32px;
    background-position: -20px -280px
}

.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
}

.td_block_social_counter {
    font-family: sans-serif;
    font-weight: 700;
    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, .1);
    position: absolute;
    right: -1px;
    top: 8px
}

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

.td-social-list:after {
    clear: both
}

.td_social_type {
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: background-color .2s cubic-bezier(0, 0, .58, 1);
    -moz-transition: background-color .2s cubic-bezier(0, 0, .58, 1);
    -o-transition: background-color .2s cubic-bezier(0, 0, .58, 1);
    transition: background-color .2s cubic-bezier(0, 0, .58, 1)
}

.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-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, .1);
    padding-left: 9px
}

.td_social_type .td_social_button {
    float: right;
    border-left: 1px solid rgba(255, 255, 255, .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
}

@media (min-width:1019px) and (max-width:1140px) {
    .td_social_type .td_social_button a:after {
        width: 300px
    }
}

.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-style1 .td_social_type .td-social-box,
.td-footer-wrapper .td-social-style7 .td_social_type .td-social-box,
.td-footer-wrapper .td_social_type:hover .td-social-box {
    background-color: #444
}

.td-footer-wrapper .td-social-style2,
.td-footer-wrapper .td-social-style2 .td_social_type,
.td-footer-wrapper .td-social-style8,
.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-style2 .td_social_type:hover a,
.td-footer-wrapper .td-social-style8 .td_social_type:hover,
.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-style3 .td_social_type a,
.td-footer-wrapper .td-social-style4,
.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-style3 .td_social_type:hover a,
.td-footer-wrapper .td-social-style4 .td_social_type:hover,
.td-footer-wrapper .td-social-style4 .td_social_type:hover a {
    color: #999
}

.td-footer-wrapper .td-social-style10,
.td-footer-wrapper .td-social-style9 {
    color: #fff
}

.td-footer-wrapper .td-social-style10 .td_social_type:hover,
.td-footer-wrapper .td-social-style9 .td_social_type:hover {
    color: #999
}

.td-footer-wrapper .td-social-style10 .td_social_type:hover .td-social-box,
.td-footer-wrapper .td-social-style9 .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: #f60
}

.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_googleplus .td-social-box {
    background-color: #eb4026
}

.td_social_instagram .td-social-box {
    background-color: #417096
}

.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
}

.td-social-boxed .td_social_type span {
    display: block;
    width: 100%;
    padding: 0
}

.td-social-boxed .td-sp {
    margin-top: 10px
}

.td-social-boxed .td-sp::after {
    display: none
}

.td-social-boxed .td_social_info {
    font-size: 17px;
    top: 0
}

.td-social-boxed .td_social_info_name {
    font-size: 13px;
    font-weight: 400
}

@media (min-width:768px) and (max-width:1018px) {
    .td_social_type .td_social_info_name {
        display: none
    }

    .td_social_type .td_social_button a:after {
        width: 228px
    }

    .td-social-boxed .td_social_type .td-social-box {
        height: 70px
    }

    .td-social-boxed .td-sp {
        margin-top: 4px
    }

    .td-social-boxed .td_social_info {
        font-size: 13px;
        top: -12px
    }

    .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%
}

.td-social-colored .td_social_facebook .td-sp {
    background-color: #516eab
}

.td-social-colored .td_social_rss .td-sp {
    background-color: #f60
}

.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_googleplus .td-sp {
    background-color: #eb4026
}

.td-social-colored .td_social_instagram .td-sp {
    background-color: #417096
}

.td-social-font-icons .td-sp {
    background: 0 0;
    font-family: newspaper, sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 400
}

.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:before {
    content: '\e818';
    color: #516eab
}

.td-social-font-icons .td_social_rss .td-sp:before {
    content: '\e828';
    color: #f60
}

.td-social-font-icons .td_social_soundcloud .td-sp:before {
    content: '\e82b';
    color: #ff5419
}

.td-social-font-icons .td_social_twitter .td-sp:before {
    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_googleplus .td-sp:before {
    content: '\e81b';
    color: #eb4026
}

.td-social-font-icons .td_social_instagram .td-sp:before {
    content: '\e81d';
    color: #417096
}

.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: #f60 !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_googleplus:hover .td-social-box {
    background-color: #eb4026 !important
}

.td-social-style1 .td_social_instagram:hover .td-social-box {
    background-color: #417096 !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,
.td-social-style2 .td_social_type:hover .td_social_type a {
    color: #555
}

.td-social-style2 .td-sp:after {
    top: 7px;
    background-color: #000;
    opacity: .1
}

.td-social-style2 .td_social_button {
    border-color: #ededed
}

.td-social-style3,
.td-social-style3 .td_social_type a {
    color: #000
}

.td-social-style3 .td_social_type .td_social_button {
    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,
.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;
    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_googleplus .td-sp {
    background-position: -17px -276px
}

.td-social-style3 .td_social_instagram .td-sp {
    background-position: -16px -224px
}

.td-social-style4,
.td-social-style4 .td_social_type a {
    color: #000
}

.td-social-style4 .td_social_type .td_social_button {
    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,
.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;
    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_googleplus .td-sp {
    background-position: -17px -276px
}

.td-social-style4 .td_social_instagram .td-sp {
    background-position: -16px -224px
}

.td-social-style5 .td-social-list {
    margin-left: -8px;
    margin-right: -8px
}

@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
}

@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-a-rec-id-footer_top>div img,
    .td-g-rec-id-footer_top>div img {
        width: 100%
    }

    .td-g-rec-id-post_style_1,
    .td-g-rec-id-post_style_11 {
        text-align: center
    }

    .td_social_type .td_social_button a:after {
        width: 100%
    }

    .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
}

@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
}

@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: #f60 !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_googleplus:hover .td-social-box {
    background-color: #eb4026 !important
}

.td-social-style7 .td_social_instagram: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
}

@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
}

@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,
.td-social-style8 .td_social_type:hover .td_social_type a {
    color: #555
}

.td-social-style8 .td-sp {
    font-size: 28px
}

@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-scroll-up {
        display: none
    }
}

.td-social-style8 .td-sp:after {
    top: 7px;
    background-color: #000;
    opacity: .1
}

.td-social-style8 .td-sp-twitter {
    font-size: 22px
}

.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 {
    padding: 0;
    border: none
}

.td-social-style9 .td_social_type:hover,
.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, .3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

.td-social-style9 .td_social_type .td_social_info {
    font-size: 15px;
    top: 5px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-social-style8 .td-sp-twitter {
        font-size: 18px
    }

    .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
}

.td-social-style9 .td_social_type .td-social-box {
    background-color: transparent;
    height: 130px
}

.td-social-style9 .td-sp {
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    margin: 0
}

.td-social-style9 .td-sp:after {
    display: none
}

.td-social-style9 .td_social_facebook .td-sp {
    background-position: -5px -5px
}

@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 {
        height: 90px
    }

    .td-social-style9 .td-sp {
        width: 48px;
        height: 48px;
        border-radius: 48px
    }

    .td-social-style9 .td_social_facebook .td-sp {
        background-position: -13px -13px
    }
}

.td-social-style9 .td_social_rss .td-sp {
    background-position: -4px -109px
}

@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
}

@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
}

@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
}

@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
}

@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_googleplus .td-sp {
    background-position: -5px -264px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-social-style9 .td_social_googleplus .td-sp {
        background-position: -13px -272px
    }
}

.td-social-style9 .td_social_instagram .td-sp {
    background-position: -4px -212px
}

.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 {
    padding: 0;
    border: none
}

.td-social-style10 .td_social_type:hover,
.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, .3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

.td-social-style10 .td_social_type .td_social_info {
    font-size: 15px;
    top: 5px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-social-style9 .td_social_instagram .td-sp {
        background-position: -12px -220px
    }

    .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
}

.td-social-style10 .td_social_type .td-social-box {
    background-color: transparent;
    height: 130px
}

.td-social-style10 .td-sp {
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    width: 64px;
    height: 64px;
    margin: 0
}

.td-social-style10 .td-sp:after {
    display: none
}

.td-social-style10 .td_social_facebook .td-sp {
    background-position: -5px -5px
}

@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 {
        height: 90px
    }

    .td-social-style10 .td-sp {
        width: 48px;
        height: 48px
    }

    .td-social-style10 .td_social_facebook .td-sp {
        background-position: -13px -13px
    }
}

.td-social-style10 .td_social_rss .td-sp {
    background-position: -4px -109px
}

@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
}

@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
}

@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
}

@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
}

@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_googleplus .td-sp {
    background-position: -5px -264px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-social-style10 .td_social_googleplus .td-sp {
        background-position: -13px -272px
    }
}

.td-social-style10 .td_social_instagram .td-sp {
    background-position: -4px -212px
}

.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%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

body .td-stretch-height {
    position: relative;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

body.td-ad-background-link {
    cursor: pointer
}

body.td-ad-background-link .td-container-wrap {
    cursor: auto
}

.td_stretch_container {
    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
}

@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 {
        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-social-style10 .td_social_instagram .td-sp {
        background-position: -12px -220px
    }

    .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_stretch_content {
    width: 100% !important
}

@media (min-width:1141px) {
    .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 .sf-menu .td-mega-menu ul {
        width: calc(100% + 2px) !important;
        left: 0 !important
    }

    .td_stretch_content .td_block_mega_menu {
        width: 1114px;
        margin-left: auto;
        margin-right: auto;
        overflow: visible
    }

    .td_stretch_content .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 {
        border-left: 1px solid #eaeaea
    }

    .td_stretch_content .td_block_mega_menu.td-no-subcats:before {
        display: none
    }

    .td_stretch_content .td-header-menu-wrap.td-affix {
        width: 100% !important
    }

    .td_stretch_content .td-drop-down-search {
        right: 10px
    }

    .td-header-style-3 .td_stretch_content .td-mega-row,
    .td-header-style-4 .td_stretch_content .td-mega-row {
        padding: 22px 0 16px
    }

    .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 #td-header-menu,
    .td-header-style-7 .td_stretch_content #td-header-menu {
        padding-right: 48px
    }

    .td-header-style-8 .td_stretch_content .td-header-top-menu {
        width: auto
    }

    .td-header-style-8 .td_stretch_content.td-header-top-menu-full .td-container {
        padding-left: 20px
    }

    .td-header-style-8 .td_stretch_content .td-header-sp-logo {
        left: 30px
    }

    .td-header-style-8 .td_stretch_content #td-header-menu {
        padding-left: 20px
    }

    .td-header-style-8 .td_stretch_content .td-container {
        padding-left: 0;
        padding-right: 0
    }

    .td-header-style-10 .td_stretch_content .td-affix .td-main-menu-logo {
        margin-left: 10px
    }
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-header-style-8 .td_stretch_content .td-header-sp-logo {
        height: 82px;
        top: 0
    }

    .td-header-style-8 .td_stretch_content.td-container {
        width: 980px !important
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-header-style-8 .td_stretch_content .td-header-sp-logo {
        height: 82px;
        top: 0
    }

    .td-header-style-8 .td_stretch_content.td-container {
        width: 740px !important
    }
}

.td-scroll-up {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #ff8300;
    z-index: 9999;
    transform: translate3d(0, 70px, 0);
    -webkit-transform: translate3d(0, 70px, 0);
    -moz-transform: translate3d(0, 70px, 0);
    -ms-transform: translate3d(0, 70px, 0);
    -o-transform: translate3d(0, 70px, 0);
    -webkit-transition: transform .4s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: transform .4s cubic-bezier(.55, 0, .1, 1);
    -o-transition: transform .4s cubic-bezier(.55, 0, .1, 1);
    transition: transform .4s cubic-bezier(.55, 0, .1, 1)
}

.td-scroll-up .td-icon-menu-up {
    position: relative;
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    width: 40px;
    top: 7px
}

.td-scroll-up-visible {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.td-live-theme-demos {
    color: #000;
    font-family: sans-serif;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 283px;
    background-color: #fff;
    z-index: 9999;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    transform: translateX(283px);
    -webkit-transform: translateX(283px);
    -moz-transform: translateX(283px);
    -ms-transform: translateX(283px);
    -o-transform: translateX(283px)
}

.td-live-theme-demos:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #e8e8e8;
    z-index: 1
}

.td-live-theme-demos .td-set-hide-show a {
    background-color: #fff;
    position: absolute;
    top: 145px;
    right: 280px;
    padding: 11px 10px;
    border: 1px solid #e8e8e8;
    z-index: -1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    width: 64px
}

.td-live-theme-demos .td-set-hide-show a a {
    color: #000
}

.td-live-theme-demos .td-skin-container {
    width: 283px
}

.td-live-theme-demos .td-skin-body {
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff
}

.td-live-theme-demos .td-skin-wrap {
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    z-index: 1
}

.td-live-theme-demos .td-skin-buy a {
    display: inline-block;
    color: #fff;
    background-color: #ff8300;
    padding: 12px 36px;
    border-radius: 2px;
    margin: 26px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px
}

.td-live-theme-demos .td-skin-buy a:hover {
    opacity: .9
}

.td-live-theme-demos .td-skin-header {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding: 0 12px 16px
}

@media (max-width:1366px) {
    .td-live-theme-demos {
        width: 202px;
        transform: translateX(202px);
        -webkit-transform: translateX(202px);
        -moz-transform: translateX(202px);
        -ms-transform: translateX(202px);
        -o-transform: translateX(202px)
    }

    .td-live-theme-demos .td-set-hide-show a {
        right: 200px
    }

    .td-live-theme-demos .td-skin-container {
        width: 202px
    }

    .td-live-theme-demos .td-skin-buy a {
        padding: 11px 16px;
        margin: 14px 0 17px;
        font-size: 13px;
        line-height: 18px
    }

    .td-live-theme-demos .td-skin-header {
        font-size: 14px;
        padding: 0 12px 10px
    }
}

.td-live-theme-demos .td-skin-desc {
    font-size: 13px;
    line-height: 18px;
    padding: 0 10px 22px
}

.td-live-theme-demos .td-skin-desc span {
    font-size: 14px;
    font-weight: 700
}

.td-live-theme-demos .td-set-theme-style,
.td-live-theme-demos .td-set-theme-style-empty {
    display: inline-block;
    float: left
}

.td-live-theme-demos .td-set-theme-style-empty a {
    cursor: default
}

.td-live-theme-demos .td-set-theme-style-link {
    position: relative;
    background-color: #222
}

.td-live-theme-demos .td-set-theme-style-link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0
}

.td-live-theme-demos .td-set-theme-style-link:after {
    content: '';
    width: 143px;
    height: 103px;
    background-color: transparent;
    position: absolute;
    top: -3px;
    left: 0
}

.td-live-theme-demos .td-set-theme-style-link:hover:before {
    opacity: .1
}

.td-live-theme-demos .td-demos-list:hover {
    cursor: pointer
}

.td-live-theme-demos .td-demos-list .td-set-theme-style-empty:nth-child(2n),
.td-live-theme-demos .td-demos-list .td-set-theme-style:nth-child(2n) {
    position: relative;
    left: 3px
}

.td-live-theme-demos .td-demos-list .td-set-theme-style-empty:nth-child(2n) .td-set-theme-style-link:after,
.td-live-theme-demos .td-demos-list .td-set-theme-style:nth-child(2n) .td-set-theme-style-link:after {
    width: 140px
}

.td-live-theme-demos .td-popup {
    position: relative;
    background-image: url(demos_popup/demos-popup.png?v=1);
    background-repeat: no-repeat;
    display: block;
    margin-top: 3px;
    width: 140px;
    height: 100px
}

.td-live-theme-demos .td-popup span {
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    transition: opacity .1s
}

.td-live-theme-demos .td-popup:hover span {
    opacity: .8 !important
}

.td-live-theme-demos .td-popup-art_creek span,
.td-live-theme-demos .td-popup-blog_architecture span,
.td-live-theme-demos .td-popup-blog_fitness span,
.td-live-theme-demos .td-popup-book_club span,
.td-live-theme-demos .td-popup-business span,
.td-live-theme-demos .td-popup-church span,
.td-live-theme-demos .td-popup-craft_ideas span,
.td-live-theme-demos .td-popup-erotic span,
.td-live-theme-demos .td-popup-gadgets span,
.td-live-theme-demos .td-popup-lifestyle span,
.td-live-theme-demos .td-popup-old_fashioned span,
.td-live-theme-demos .td-popup-photography span,
.td-live-theme-demos .td-popup-retro span,
.td-live-theme-demos .td-popup-sound_radar span,
.td-live-theme-demos .td-popup-voice span {
    background: url(demos_popup/new-badge.png)
}

.td-live-theme-demos .td-popup-animals {
    background-position: 0 0
}

.td-live-theme-demos .td-popup-black {
    background-position: 0 -100px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-skin-desc {
        font-size: 12px;
        padding: 0 19px 13px
    }

    .td-live-theme-demos .td-skin-desc span {
        font-size: 11px
    }

    .td-live-theme-demos .td-set-theme-style-link:after {
        width: 102px;
        height: 73px
    }

    .td-live-theme-demos .td-demos-list .td-set-theme-style-empty:nth-child(2n),
    .td-live-theme-demos .td-demos-list .td-set-theme-style:nth-child(2n) {
        left: 2px
    }

    .td-live-theme-demos .td-demos-list .td-set-theme-style-empty:nth-child(2n) .td-set-theme-style-link:after,
    .td-live-theme-demos .td-demos-list .td-set-theme-style:nth-child(2n) .td-set-theme-style-link:after {
        width: 100px
    }

    .td-live-theme-demos .td-popup {
        height: 71px;
        width: 100px;
        background-size: 100px 2982px
    }

    .td-live-theme-demos .td-popup span {
        width: 25px;
        height: 25px
    }

    .td-live-theme-demos .td-popup-black {
        background-position: 0 -71px
    }
}

.td-live-theme-demos .td-popup-blog {
    background-position: 0 -200px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-blog {
        background-position: 0 -142px
    }
}

.td-live-theme-demos .td-popup-blog_baby {
    background-position: 0 -300px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-blog_baby {
        background-position: 0 -213px
    }
}

.td-live-theme-demos .td-popup-blog_cars {
    background-position: 0 -400px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-blog_cars {
        background-position: 0 -284px
    }
}

.td-live-theme-demos .td-popup-blog_health {
    background-position: 0 -500px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-blog_health {
        background-position: 0 -355px
    }
}

.td-live-theme-demos .td-popup-blog_travel {
    background-position: 0 -600px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-blog_travel {
        background-position: 0 -426px
    }
}

.td-live-theme-demos .td-popup-cafe {
    background-position: 0 -700px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-cafe {
        background-position: 0 -497px
    }
}

.td-live-theme-demos .td-popup-cars {
    background-position: 0 -800px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-cars {
        background-position: 0 -568px
    }
}

.td-live-theme-demos .td-popup-college {
    background-position: 0 -900px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-college {
        background-position: 0 -639px
    }
}

.td-live-theme-demos .td-popup-default {
    background-position: 0 -1000px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-default {
        background-position: 0 -710px
    }
}

.td-live-theme-demos .td-popup-fashion {
    background-position: 0 -1100px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-fashion {
        background-position: 0 -781px
    }
}

.td-live-theme-demos .td-popup-health {
    background-position: 0 -1200px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-health {
        background-position: 0 -852px
    }
}

.td-live-theme-demos .td-popup-local_news {
    background-position: 0 -1300px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-local_news {
        background-position: 0 -923px
    }
}

.td-live-theme-demos .td-popup-magazine {
    background-position: 0 -1400px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-magazine {
        background-position: 0 -994px
    }
}

.td-live-theme-demos .td-popup-medicine {
    background-position: 0 -1500px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-medicine {
        background-position: 0 -1065px
    }
}

.td-live-theme-demos .td-popup-politics {
    background-position: 0 -1600px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-politics {
        background-position: 0 -1136px
    }
}

.td-live-theme-demos .td-popup-recipes {
    background-position: 0 -1700px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-recipes {
        background-position: 0 -1207px
    }
}

.td-live-theme-demos .td-popup-sport {
    background-position: 0 -1800px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-sport {
        background-position: 0 -1278px
    }
}

.td-live-theme-demos .td-popup-tech {
    background-position: 0 -1900px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-tech {
        background-position: 0 -1349px
    }
}

.td-live-theme-demos .td-popup-travel {
    background-position: 0 -2000px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-travel {
        background-position: 0 -1420px
    }
}

.td-live-theme-demos .td-popup-video {
    background-position: 0 -2100px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-video {
        background-position: 0 -1491px
    }
}

.td-live-theme-demos .td-popup-wedding {
    background-position: 0 -2200px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-wedding {
        background-position: 0 -1562px
    }
}

.td-live-theme-demos .td-popup-what {
    background-position: 0 -2300px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-what {
        background-position: 0 -1633px
    }
}

.td-live-theme-demos .td-popup-blog_beauty {
    background-position: 0 -2400px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-blog_beauty {
        background-position: 0 -1704px
    }
}

.td-live-theme-demos .td-popup-gadgets {
    background-position: 0 -2500px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-gadgets {
        background-position: 0 -1775px
    }
}

.td-live-theme-demos .td-popup-empty1 {
    background-position: 0 -2600px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-empty1 {
        background-position: 0 -1846px
    }
}

.td-live-theme-demos .td-popup-empty2 {
    background-position: 0 -2700px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-empty2 {
        background-position: 0 -1917px
    }
}

.td-live-theme-demos .td-popup-lifestyle {
    background-position: 0 -2800px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-lifestyle {
        background-position: 0 -1988px
    }
}

.td-live-theme-demos .td-popup-craft_ideas {
    background-position: 0 -2900px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-craft_ideas {
        background-position: 0 -2059px
    }
}

.td-live-theme-demos .td-popup-business {
    background-position: 0 -3000px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-business {
        background-position: 0 -2130px
    }
}

.td-live-theme-demos .td-popup-book_club {
    background-position: 0 -3100px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-book_club {
        background-position: 0 -2201px
    }
}

.td-live-theme-demos .td-popup-blog_architecture {
    background-position: 0 -3200px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-blog_architecture {
        background-position: 0 -2272px
    }
}

.td-live-theme-demos .td-popup-retro {
    background-position: 0 -3300px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-retro {
        background-position: 0 -2343px
    }
}

.td-live-theme-demos .td-popup-blog_fitness {
    background-position: 0 -3400px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-blog_fitness {
        background-position: 0 -2414px
    }
}

.td-live-theme-demos .td-popup-voice {
    background-position: 0 -3500px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-voice {
        background-position: 0 -2485px
    }
}

.td-live-theme-demos .td-popup-erotic {
    background-position: 0 -3600px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-erotic {
        background-position: 0 -2556px
    }
}

.td-live-theme-demos .td-popup-art_creek {
    background-position: 0 -3700px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-art_creek {
        background-position: 0 -2627px
    }
}

.td-live-theme-demos .td-popup-sound_radar {
    background-position: 0 -3800px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-sound_radar {
        background-position: 0 -2698px
    }
}

.td-live-theme-demos .td-popup-church {
    background-position: 0 -3900px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-church {
        background-position: 0 -2769px
    }
}

.td-live-theme-demos .td-popup-old_fashioned {
    background-position: 0 -4000px
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-old_fashioned {
        background-position: 0 -2840px
    }
}

.td-live-theme-demos .td-popup-photography {
    background-position: 0 -4100px
}

.td-live-theme-demos .td-screen-demo {
    width: 380px;
    height: 488px;
    z-index: 1;
    position: absolute;
    visibility: hidden;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0)
}

.td-live-theme-demos .td-screen-demo img {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.td-live-theme-demos .td-screen-demo-extend {
    width: 140px;
    height: 510px;
    right: 140px;
    z-index: 1;
    position: absolute;
    display: none;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0)
}

@media (max-width:1366px) {
    .td-live-theme-demos .td-popup-photography {
        background-position: 0 -2911px
    }

    .td-live-theme-demos .td-screen-demo-extend {
        width: 100px;
        right: 100px
    }
}

.td-live-theme-demos .td-skin-scroll {
    position: fixed;
    height: 36px;
    width: 45px;
    background-color: rgba(51, 51, 51, .9);
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
    padding-top: 6px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -webkit-transition: bottom .4s;
    -moz-transition: bottom .4s;
    -o-transition: bottom .4s;
    transition: bottom .4s
}

.td-live-theme-demos .td-skin-scroll i {
    color: #fff;
    font-size: 25px;
    display: block;
    cursor: pointer
}

.td-live-theme-demos.td-theme-settings-closed .td-screen-demo {
    visibility: hidden !important
}

.td-ts-closed-no-transition {
    transition: none !important
}

@-moz-document url-prefix() {
    .td-live-theme-demos .td-set-hide-show a {
        line-height: 16px
    }
}

.td-js-loaded .td-live-theme-demos {
    visibility: visible;
    -webkit-transition: transform .4s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: transform .4s cubic-bezier(.55, 0, .1, 1);
    -o-transition: transform .4s cubic-bezier(.55, 0, .1, 1);
    transition: transform .4s cubic-bezier(.55, 0, .1, 1)
}

body .td-live-theme-demos.td-theme-settings-small {
    -webkit-box-shadow: -1px 1.732px 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: -1px 1.732px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: -1px 1.732px 4px 0 rgba(0, 0, 0, .1);
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important
}

.td-customizer-change-layout {
    cursor: pointer
}

.td-customizer-change-layout span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    width: 77px;
    font-size: 11px;
    height: 28px;
    line-height: 27px;
    margin-bottom: 12px;
    border: 1px solid #ededed;
    color: #5a5a5a
}

.td-live-theme-demos-old {
    font-family: sans-serif;
    text-align: center;
    position: absolute;
    top: 251px;
    left: 0;
    width: 145px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-left: none;
    padding: 5px 12px;
    z-index: 9999;
    transform: translate3d(-145px, 0, 0);
    -webkit-transform: translate3d(-145px, 0, 0);
    -moz-transform: translate3d(-145px, 0, 0);
    -ms-transform: translate3d(-145px, 0, 0);
    -o-transform: translate3d(-145px, 0, 0);
    -webkit-transition: transform .4s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: transform .4s cubic-bezier(.55, 0, .1, 1);
    -o-transition: transform .4s cubic-bezier(.55, 0, .1, 1);
    transition: transform .4s cubic-bezier(.55, 0, .1, 1)
}

.td-live-theme-demos-old .td-set-hide-show {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px
}

.td-live-theme-demos-old .td-theme-color-active {
    border: 3px solid #eaeaea;
    margin: 1px;
    opacity: 1
}

.td-live-theme-demos-old .blog-stack #td-theme-settings {
    top: 320px
}

.td-live-theme-demos-old .td-skin-header {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px !important;
    color: #5a5a5a;
    padding: 1px 0 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid transparent
}

.td-live-theme-demos-old .td-skin-title {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 21px !important
}

.td-live-theme-demos-old .td-skin-content {
    display: inline-block;
    width: 100%
}

.td-live-theme-demos-old .td-set-theme-style {
    text-align: center
}

.td-live-theme-demos-old .td-set-theme-style .td-set-active {
    border: 1px solid #777
}

.td-live-theme-demos-old .td-set-theme-style a {
    display: block;
    position: relative;
    font-size: 10px;
    height: 30px;
    line-height: 27px;
    margin-bottom: 12px;
    border: 1px solid #ededed;
    color: #5a5a5a !important
}

.td-live-theme-demos-old .td-set-theme-style a span {
    color: #f26367;
    font-size: 9px;
    position: absolute;
    left: 3px;
    bottom: -5px
}

.td-live-theme-demos-old .td-set-theme-style a:hover {
    text-decoration: none !important;
    border: 1px solid #777
}

.td-live-theme-demos-old .td-set-hide-show a {
    background-color: #fff;
    position: absolute;
    top: 48px;
    left: 144px;
    padding: 11px 10px;
    border: 1px solid #e8e8e8;
    z-index: -1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    width: 64px
}

.td-live-theme-demos-old .td-set-hide-show a a {
    color: #000
}

body .td-live-theme-demos-old.td-theme-settings-small {
    -webkit-box-shadow: -1px 1.732px 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: -1px 1.732px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: -1px 1.732px 4px 0 rgba(0, 0, 0, .1);
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important
}

body .td-live-theme-demos-old.td-theme-settings-small .td-skin-header {
    border-bottom: 1px solid transparent
}

#td-theme-settings.td-live-theme-demos-old.td-theme-settings-no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

@media print {

    body,
    html {
        background-color: #fff;
        color: #000;
        margin: 0;
        padding: 0
    }

    img {
        max-width: 100%;
        display: block
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid
    }

    li,
    ol,
    ul {
        page-break-inside: avoid
    }

    table,
    td,
    tr {
        page-break-before: avoid
    }

    .single-post #comments,
    .single-post #td-theme-settings,
    .single-post .author-box-wrap .avatar,
    .single-post .td-a-rec,
    .single-post .td-category,
    .single-post .td-crumb-container,
    .single-post .td-footer-container,
    .single-post .td-footer-wrapper,
    .single-post .td-g-rec,
    .single-post .td-header-menu-wrap,
    .single-post .td-header-sp-ads,
    .single-post .td-header-top-menu,
    .single-post .td-header-wrap,
    .single-post .td-main-sidebar,
    .single-post .td-more-articles-box,
    .single-post .td-post-comments,
    .single-post .td-post-next-prev,
    .single-post .td-post-sharing,
    .single-post .td-post-source-tags,
    .single-post .td-post-views,
    .single-post .td-scroll-up,
    .single-post .td-sub-footer-container,
    .single-post .td_block_related_posts,
    .single-post .td_block_video_playlist,
    .single-post iframe {
        display: none !important
    }

    .backstretch {
        display: none
    }

    .td-main-content,
    header {
        width: 100% !important
    }
}

.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: sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin-left: 17px;
    margin-right: 17px;
    vertical-align: middle;
    line-height: 24px;
    padding: 10px 0
}

.td_wrapper_video_playlist {
    z-index: 1;
    position: relative
}

.td_wrapper_video_playlist .td_video_controls_playlist_wrapper {
    background-color: #ff8300;
    position: relative
}

.td_wrapper_video_playlist .td_video_controls_playlist_wrapper:before {
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAGBAMAAADwPukCAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlM9KRgMBADiSB2HAAAAFElEQVR4XmNgYBBgUGAwYHBgCAAAA3wA8fpXm6EAAAAASUVORK5CYII=) 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, .2);
    position: absolute;
    top: 14px;
    right: 0
}

.td_wrapper_video_playlist .td_vimeo_control,
.td_wrapper_video_playlist .td_youtube_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: sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    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: sans-serif;
    font-size: 10px;
    font-style: italic;
    color: #fff;
    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 #ff8300 !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: #333;
    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;
    margin: 0 30px 0 103px
}

.td_wrapper_video_playlist .td_video_title_and_time .td_video_title {
    font-family: sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    max-height: 30px;
    overflow: hidden
}

.td_wrapper_video_playlist .td_video_time {
    font-family: sans-serif;
    font-size: 10px;
    font-style: italic;
    color: #777;
    line-height: 13px
}

.td_wrapper_video_playlist .td_wrapper_player {
    background-color: #000;
    overflow: hidden
}

.td_wrapper_video_playlist .td_wrapper_player iframe {
    width: 100%;
    height: 100%
}

.td_wrapper_video_playlist .td_container_video_playlist {
    background-color: #222;
    vertical-align: top;
    overflow: hidden
}

.td_wrapper_video_playlist .td_playlist_clickable {
    overflow-y: auto;
    overflow-x: hidden;
    height: 347px
}

.td_video_playlist_column_3 .td_wrapper_player {
    display: block;
    width: 728px;
    height: 409px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td_video_playlist_column_3 .td_wrapper_player {
        height: 365px;
        width: 649px
    }
}

@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-live-theme-demos,
    .td-live-theme-demos-old {
        display: none
    }

    .td_video_playlist_title .td_video_title_text {
        text-align: center
    }

    .td_wrapper_video_playlist .td_wrapper_player {
        margin-bottom: -5px
    }

    .td_video_playlist_column_3 .td_wrapper_player {
        width: 100%;
        height: auto
    }
}

.td_video_playlist_column_3 .td_container_video_playlist {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 341px;
    height: 409px
}

@media (min-width:1019px) and (max-width:1140px) {
    .td_video_playlist_column_3 .td_container_video_playlist {
        height: 365px;
        width: 331px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td_video_playlist_column_3 .td_container_video_playlist {
        position: relative;
        width: 100%;
        height: 305px;
        right: 0
    }
}

@media (max-width:767px) {
    .td_video_playlist_column_3 .td_container_video_playlist {
        position: relative;
        width: 100%;
        height: 305px;
        right: 0
    }
}

.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
    height: 348px
}

@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 {
        height: 240px;
        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 {
        height: 240px;
        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:480px) {
    .td_video_playlist_column_3 .td_container_video_playlist {
        position: relative;
        width: 100%;
        height: 245px;
        right: 0
    }

    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
        height: 180px
    }
}

.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist {
    height: 348px
}

.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
}

@media (min-width:1019px) and (max-width:1140px) {
    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist {
        height: 300px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist {
        height: 240px
    }
}

@media (max-width:767px) {
    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist {
        height: 240px
    }

    .td_video_playlist_column_2 .td_wrapper_video_playlist {
        left: 0
    }
}

.td_video_playlist_column_2 .td_video_title_playing {
    max-height: 20px;
    top: 23px
}

.td_video_playlist_column_2 .td_wrapper_player {
    display: block;
    height: 391px
}

@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 {
    display: block;
    height: 305px
}

@media (max-width:480px) {
    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist {
        height: 180px
    }

    .td_video_playlist_column_2 .td_video_title_playing {
        max-height: 37px;
        top: 13px
    }

    .td_video_playlist_column_2 .td_container_video_playlist {
        height: 245px
    }
}

.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable {
    height: 240px
}

.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track {
    background-color: #383838
}

.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 10px
}

.td_video_playlist_column_1 .td_wrapper_player {
    display: block;
    height: 182px
}

@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 {
    display: block
}

.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
    height: 301px
}

@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,
    .td_video_playlist_column_1 .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,
    .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile,
    .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist {
        margin-right: 10px
    }
}

@media (max-width:480px) {
    .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable {
        height: 180px
    }

    .td_video_playlist_column_1 .td_container_video_playlist {
        height: 245px
    }

    .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist,
    .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
        height: 180px
    }
}

.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track {
    background-color: #383838
}

.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 10px
}

.wp-video-shortcode:focus {
    outline: 0 !important
}

.wpb_heading {
    background-color: #222;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 26px;
    margin-top: 0
}

.vc_single_image-img {
    display: 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
}

.vc_toggle_title {
    padding: 7px 13px 8px 36px !important;
    margin: 0;
    border: 1px solid #ededed
}

.vc_toggle_content {
    padding-left: 15px !important
}

.vc_toggle_active .vc_toggle_title {
    background-color: #fcfcfc !important
}

.vc_toggle_title:hover {
    background-color: #fcfcfc !important
}

.vc_toggle_title h4 {
    font-family: 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
}

.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
}

.wpb_content_element .icon-next:before {
    font-family: newspaper, sans-serif !important;
    content: '\e808' !important;
    color: #fff;
    font-size: 30px;
    top: 0 !important
}

.wpb_content_element .icon-prev:before {
    font-family: newspaper, sans-serif !important;
    content: '\e807' !important;
    color: #fff;
    font-size: 30px;
    top: 0 !important
}

.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 !important;
    font-family: 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
}

.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
}

@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 #ff8300;
    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: #ff8300;
    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 !important;
    font-family: 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
}

.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
}

.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:first-child.vc_active>a,
.td-tab-color .vc_tta-tabs-list li:first-child:hover>a {
    color: #e53935 !important
}

.td-tab-color .vc_tta-panels .vc_tta-panel:first-child .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
}

.vc_tta-accordion.vc_tta-o-no-fill .td_block_wrap {
    margin-left: -20px;
    margin-right: -20px
}

.vc_progress_bar .vc_label,
.vc_progress_bar div {
    border-radius: 0 !important
}

.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 !important;
    font-family: 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;
    border-style: solid;
    border-color: #222
}

.wpb_accordion .ui-state-active a {
    background-color: #222 !important;
    color: #fff !important;
    border: 0 !important
}

.wpb_accordion .wpb_accordion_header {
    background-color: #fff !important;
    margin-bottom: 10px !important
}

.wpb_accordion .wpb_accordion_header a {
    color: #222;
    padding: 10px 12px !important;
    font-family: 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
}

.vc_btn,
.wpb_button {
    display: inline-block;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-shadow: none;
    border: none;
    transition: none;
    border-radius: 0;
    margin-bottom: 21px
}

.vc_btn:hover,
.wpb_button:hover {
    text-shadow: none;
    text-decoration: none !important
}

a.vc_btn-black {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

a.vc_btn-black:hover {
    background-color: #ff8300;
    border-color: #ff8300;
    color: #ff8300
}

a.vc_btn-black.vc_btn_outlined:hover,
a.vc_btn-black.vc_btn_square_outlined:hover {
    color: #ff8300 !important
}

.wpb_default {
    background-color: #ff8300
}

.wpb_default:hover {
    text-shadow: none;
    background-color: #ff8300;
    opacity: .8;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.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
}

.wpb_video_widget .wpb_video_wrapper {
    margin-bottom: 0
}

.vc_custom_heading>* {
    margin-top: 0;
    margin-bottom: 26px
}

/*.widget {
    overflow: hidden
}*/

.vc_wp_archives ul,
.vc_wp_calendar ul,
.vc_wp_categories ul,
.vc_wp_custommenu ul,
.vc_wp_meta ul,
.vc_wp_pages ul,
.vc_wp_posts ul,
.vc_wp_recentcomments ul,
.vc_wp_rss ul,
.vc_wp_search ul,
.vc_wp_tagcloud ul,
.vc_wp_text ul {
    margin: 0
}

.widgettitle {
    background-color: #222;
    color: #fff;
    display: inline-block;
    padding: 6px 12px 4px;
    font-family: 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() {
    .wpb_tabs li a {
        padding: 7px 12px 5px !important;
        line-height: 16px
    }

    .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
}

.vc_wp_search .widgettitle,
.vc_wp_tagcloud .widgettitle,
.wpb_raw_code {
    margin-bottom: 26px
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block !important
}

.wpb_single_image {
    margin-bottom: 16px
}

.wpb_flickr_heading {
    display: table
}

.home .vc_row .vc_column_container .readmore {
    border-bottom: 1px solid #000;
    padding-bottom: 15px
}

.td-theme-wrap .td-header-wrap .td-spot-id-header {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

@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
    }

    .td-theme-wrap .td-header-wrap .td-spot-id-header {
        height: 60px;
        margin-top: 14px !important;
        margin-bottom: 14px !important
    }
}

.td-theme-wrap .td-header-wrap.td-header-style-1 .td-spot-id-header,
.td-theme-wrap .td-header-wrap.td-header-style-2 .td-spot-id-header,
.td-theme-wrap .td-header-wrap.td-header-style-3 .td-spot-id-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

@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-theme-wrap .td-header-wrap .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-1 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-2 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-3 .td-spot-id-header {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }
}

.td-theme-wrap .td-header-wrap.td-header-style-10 .td-spot-id-header,
.td-theme-wrap .td-header-wrap.td-header-style-11 .td-spot-id-header,
.td-theme-wrap .td-header-wrap.td-header-style-12 .td-spot-id-header,
.td-theme-wrap .td-header-wrap.td-header-style-5 .td-spot-id-header,
.td-theme-wrap .td-header-wrap.td-header-style-6 .td-spot-id-header,
.td-theme-wrap .td-header-wrap.td-header-style-7 .td-spot-id-header,
.td-theme-wrap .td-header-wrap.td-header-style-8 .td-spot-id-header,
.td-theme-wrap .td-header-wrap.td-header-style-9 .td-spot-id-header {
    margin-bottom: 0 !important
}

.td-theme-wrap .td-spot-id-footer_top {
    display: table;
    position: relative;
    text-align: center;
    margin: -12px auto 40px
}

.td-theme-wrap .td-spot-id-footer_top .tdc-placeholder-title {
    border: 1px solid rgba(136, 136, 136, .31)
}

.td-block-missing-settings,
.tdc-missing-external-shortcode,
.tdc_external_shortcode {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    padding: 20px;
    border: 1px solid #eeecf0;
    color: #000
}

.td-block-missing-settings span,
.tdc-missing-external-shortcode span,
.tdc_external_shortcode span {
    background-color: #ec4d4d;
    color: #fff;
    font-weight: 700;
    padding: 3px 8px 4px;
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-right: 10px
}

.td-element-style {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.td-smart-list-pagination {
    text-align: center;
    margin-bottom: 26px
}

.td-smart-list-button {
    font-family: 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 .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    margin: 0 10px
}

.td-smart-list-button:hover {
    text-decoration: none !important;
    background-color: #ff8300
}

.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: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    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;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 0;
    font-family: sans-serif;
    max-width: 40%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    cursor: pointer
}

@media (min-width:768px) and (max-width:1018px) {

    .td-theme-wrap .td-header-wrap.td-header-style-10 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-11 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-12 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-5 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-6 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-7 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-8 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-9 .td-spot-id-header {
        margin-top: 14px !important;
        margin-bottom: 0 !important
    }

    .td-smart-list-dropdown-wrap .td-smart-list-dropdown {
        max-width: 50%
    }
}

.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 #000;
    pointer-events: none
}

.td-smart-list-dropdown-wrap .td-smart-list-button {
    padding: 2px 18px;
    margin: 0;
    background-color: transparent !important;
    color: inherit
}

.td-smart-list-dropdown-wrap .td-smart-list-button i {
    display: none
}

.td-smart-list-dropdown-wrap .td-smart-list-button:hover {
    background-color: transparent !important;
    color: #ff8300
}

@media (max-width:767px) {

    .td-theme-wrap .td-header-wrap.td-header-style-10 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-11 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-12 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-5 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-6 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-7 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-8 .td-spot-id-header,
    .td-theme-wrap .td-header-wrap.td-header-style-9 .td-spot-id-header {
        margin-bottom: 10px !important
    }

    .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 {
        text-align: left
    }

    .td-smart-list-dropdown-wrap .td-smart-list-button {
        padding: 2px 6px
    }

    .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 {
        content: '\e80c'
    }

    .td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-right:before {
        content: '\e80d'
    }

    .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
}

.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;
    margin-bottom: 23px;
    display: inline-block
}

@media (max-width:500px) {
    .td-number-and-title {
        padding: 60px 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: #222;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.td-left-smart-list:hover,
.td-right-smart-list:hover {
    text-decoration: none !important;
    background-color: #ff8300
}

@-moz-document url-prefix() {
    .td-smart-list-dropdown-wrap .td-smart-list-container:before {
        top: 9px
    }

    .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: 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
}

.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: 700;
    font-size: 22px;
    line-height: 39px;
    color: #fff;
    background-color: #222;
    width: 37px;
    height: 37px;
    text-align: center;
    display: inline-block
}

.td_smart_list_3 {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.td_smart_list_3 .td-sml-current-item-title {
    margin-top: 6px
}

.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
}

@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;
        text-align: center
    }
}

.smart-list-style-4 .td-post-content {
    float: left
}

.smart-list-style-4 .td-post-sharing-top {
    margin-bottom: 0
}

.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
}

.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-sml-figure {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .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
    }
}

.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: sans-serif;
    background-color: rgba(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: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%)
}

.td_smart_list_5 figcaption div:empty {
    display: none
}

.td_smart_list_5 .td-sml-figure {
    position: relative
}

.td_smart_list_6 {
    margin-top: 38px;
    position: relative;
    z-index: 1;
    clear: both
}

.td_smart_list_6 .td-number-and-title {
    text-align: left;
    padding: 0;
    margin-bottom: 21px;
    position: relative
}

.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
}

.td_smart_list_6 .td-sml-current-item-title {
    margin-top: 5px;
    width: 100%;
    padding-left: 56px
}

@media (max-width:767px) {
    .td_smart_list_6 {
        margin-top: 20px
    }

    .td_smart_list_6 .td-number-and-title {
        margin-bottom: 10px
    }

    .td_smart_list_6 h2 {
        text-align: center;
        margin: 0
    }

    .td_smart_list_6 .td-sml-current-item-nr {
        position: relative
    }

    .td_smart_list_6 .td-sml-current-item-title {
        margin-top: 10px;
        padding-left: 0
    }
}

.td_smart_list_7 {
    margin-top: 38px;
    position: relative;
    z-index: 1;
    clear: both
}

.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
}

.td_smart_list_7 .td-sml-current-item-title {
    margin-top: 7px;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
    line-height: 28px
}

@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
    }
}

.td_smart_list_7 .td-item .td-smart-list-pagination {
    position: relative;
    display: inline-block;
    margin-bottom: 26px
}

.td_smart_list_7 .td-smart-list-pagination {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .td_smart_list_7 {
        margin-top: 20px
    }

    .td_smart_list_7 h2 {
        padding: 0;
        min-height: 0
    }

    .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 {
        margin-bottom: 0
    }

    .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
}

.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;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.td-weather-header {
    padding-left: 10px;
    font-family: sans-serif
}

.td-weather-city {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 7px
}

.td-weather-condition {
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    opacity: .8
}

.td-location-icon {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 22px;
    opacity: .6;
    z-index: 1
}

.td-location-icon:hover {
    cursor: pointer;
    opacity: .9
}

.td-weather-temperature {
    font-family: sans-serif;
    padding: 3px 0;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center
}

@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-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;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@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
}

@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: .6;
    line-height: 1;
    vertical-align: top
}

.td-weather-now .td-weather-unit {
    font-size: 16px;
    position: relative;
    top: -4px;
    font-weight: 400;
    opacity: .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
}

@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: sans-serif;
    font-size: 12px;
    position: relative;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
    float: left;
    opacity: .6
}

.td-weather-information:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #ff8300;
    opacity: .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: 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: #ff8300;
    opacity: .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: .5
}

.td-weather-days .td-day-degrees {
    font-size: 20px;
    position: relative;
    left: 4px;
    line-height: 14px;
    opacity: .7
}

.td-weather-days .td-circle {
    position: relative;
    right: 5px
}

.td-weather-animated-icon {
    float: left;
    text-align: right;
    margin-left: -15px;
    position: relative
}

@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(.72);
        -webkit-transform: scale(.72);
        -moz-transform: scale(.72);
        -ms-transform: scale(.72);
        -o-transform: scale(.72);
        margin-left: -20px
    }

    .td-weather-top-widget .td-weather-now {
        left: 0
    }
}

.td-weather-animated-icon span {
    width: 100px;
    height: 100px;
    display: inline-block;
    opacity: .4;
    margin-top: 4px
}

.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,
.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,
.mist-n {
    background: url(images/sprite/weather/mist.png) no-repeat
}

.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: 700;
    text-transform: uppercase;
    font-family: sans-serif;
    border: 0;
    padding: 0 10px
}

.td-weather-set-location .td-location-set-input:focus~label {
    top: -20px;
    font-size: 11px;
    opacity: .5
}

.td-show-location {
    display: block !important
}

.td-show-location label {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 13px;
    opacity: .6;
    pointer-events: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.td_block_weather .td-column-2,
.td_block_weather .td-column-3 {
    text-align: right;
    height: 90px
}

.td_block_weather .td-column-2 .td-weather-city,
.td_block_weather .td-column-3 .td-weather-city {
    position: absolute;
    top: 0
}

@media (max-width:1018px) {
    .td-weather-animated-icon span {
        margin-top: 0
    }

    .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: relative
    }
}

.td_block_weather .td-column-2 .td-weather-condition,
.td_block_weather .td-column-3 .td-weather-condition {
    position: absolute;
    bottom: 0
}

.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
}

.td_block_weather .td-column-2 .td-weather-temp-wrap,
.td_block_weather .td-column-3 .td-weather-temp-wrap {
    position: relative;
    top: -3px
}

@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 {
        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 {
        top: 0
    }
}

.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon {
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    margin-right: -15px;
    top: -5px
}

@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);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-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
}

@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-2 .td-weather-lo-hi,
.td_block_weather .td-column-3 .td-weather-animated-icon,
.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
}

@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
}

.td_block_weather .td-column-2 .td-weather-information:before,
.td_block_weather .td-column-3 .td-weather-information:before {
    top: auto;
    bottom: -4px
}

@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 {
        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
}

.td_block_weather .td-column-2 .td-weather-week:before,
.td_block_weather .td-column-3 .td-weather-week:before {
    display: none
}

.td_block_weather .td-column-3 .td-weather-temp-wrap {
    margin-right: 100px
}

@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: block
    }

    .td_block_weather .td-column-3 .td-weather-temp-wrap {
        margin-right: 0
    }
}

.td-weather-top-widget {
    display: inline-block;
    margin-right: 32px
}

.td-weather-top-widget .td-icons {
    background: 0 0;
    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
}

.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
}

.td-instagram-image {
    display: block;
    width: 100%
}

.td-instagram-element {
    position: relative;
    float: left
}

.td-instagram-element a {
    position: relative;
    display: block
}

.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 .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.td-instagram-element a:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.td-instagram-element:hover a:before {
    opacity: .4
}

.td-instagram-element:hover a:after {
    opacity: .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%
}

@media (max-width:767px) {
    .td-images-on-row-4 .td-instagram-element {
        width: 50%
    }
}

.td-images-on-row-5 .td-instagram-element {
    width: 20%
}

@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%
}

@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.28571429%
}

@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%
}

.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-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: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.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: #ff8300
}

.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 img,
.td_block_instagram .td-column-1 .td-images-on-row-4 .td-video-play-ico img,
.td_block_instagram .td-column-1 .td-images-on-row-5 .td-video-play-ico img,
.td_block_instagram .td-column-1 .td-images-on-row-6 .td-video-play-ico img,
.td_block_instagram .td-column-1 .td-images-on-row-7 .td-video-play-ico img,
.td_block_instagram .td-column-1 .td-images-on-row-8 .td-video-play-ico img {
    width: 24px
}

@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 img,
.td_block_instagram .td-column-2 .td-images-on-row-6 .td-video-play-ico img,
.td_block_instagram .td-column-2 .td-images-on-row-7 .td-video-play-ico img,
.td_block_instagram .td-column-2 .td-images-on-row-8 .td-video-play-ico img,
.td_block_instagram .td-column-3 .td-images-on-row-7 .td-video-play-ico img,
.td_block_instagram .td-column-3 .td-images-on-row-8 .td-video-play-ico img {
    width: 24px
}

.td_block_instagram .td-instagram-user a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    margin-right: 80px
}

.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: .1em;
    font-size: 15px;
    margin: 0;
    padding-bottom: 10px;
    font-family: sans-serif
}

.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link {
    font-weight: 600
}

@media (max-width:767px) {
    .td-images-on-row-8 .td-instagram-element {
        width: 50%
    }

    .td_block_instagram .td-instagram-element .td-video-play-ico img {
        width: 24px
    }

    .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
    }
}

.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: 700;
    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: sans-serif;
    margin-bottom: 35px
}

.td_block_exchange .td-exchange-header {
    position: relative;
    text-align: center;
    font-weight: 700;
    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: #ff8300;
    opacity: .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
}

@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: 700;
    display: inline-block;
    margin-left: 34px
}

.td_block_exchange .td-rate .td-exchange-value {
    float: right
}

.td_block_exchange .td-flags {
    background-image: url(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
}

@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+1):before {
        display: none
    }
}

.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
}

.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
}

@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+1):before {
        display: none
    }
}

.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
}

.td-footer-wrapper {
    background-color: #696969;
    padding-top: 54px;
    padding-bottom: 20px;
    color: #eaeaea;
    position: relative
}

@media (min-width:768px) and (max-width:1018px) {
    .td-footer-wrapper {
        padding-top: 44px
    }
}

.td-footer-wrapper .td_block_wrap {
    padding-bottom: 0;
    margin-bottom: 48px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

@media (max-width:767px) {
    .td-footer-wrapper {
        padding-top: 40px
    }

    .td-footer-wrapper .td_block_wrap {
        margin-bottom: 38px
    }
}

.td-footer-wrapper .td_block_wrap .td-block-span12:last-child .td_module_wrap {
    padding-bottom: 0
}

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

.td-footer-wrapper .block-title a,
.td-footer-wrapper .block-title label,
.td-footer-wrapper .block-title span {
    background-color: transparent;
    color: #fff;
    padding: 6px 0 5px;
    line-height: 1
}

.td-footer-wrapper .block-title {
    border-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 2px
}

.td-footer-wrapper a {
    color: #fff
}

.td-footer-wrapper ul {
    margin-bottom: 0
}

.td-footer-wrapper li {
    margin-left: 0
}

.td-footer-wrapper .td-post-category {
    background-color: #ff8300
}

.td-footer-wrapper .td-post-category:hover {
    opacity: .8
}

.td-footer-wrapper .widget_categories li span {
    margin-right: 0
}

.td-footer-wrapper .td-instagram-meta {
    color: #eee
}

.td-footer-wrapper .td-instagram-button {
    border-color: #444
}

.td-footer-wrapper .td-instagram-button:hover {
    border-color: #666
}

.td-footer-wrapper .td_block_exchange .td-exchange-rates .td-rate:before,
.td-footer-wrapper .td_block_exchange .td-rate {
    border-color: #444 !important
}

.td-footer-wrapper .td_block_exchange .td-exchange-header:before {
    opacity: .3
}

.td-footer-info {
    margin-bottom: 48px
}

@media (max-width:767px) {
    .td-footer-wrapper .block-title {
        margin-bottom: 21px
    }

    .td-footer-wrapper .widget .block-title {
        margin-bottom: 13px
    }

    .td-footer-wrapper .td-pb-span4 {
        margin-bottom: 38px
    }

    .td-footer-wrapper .td-pb-span4:last-child {
        margin-bottom: 0
    }

    .td-footer-info {
        margin-bottom: 38px;
        text-align: center
    }

    .footer-logo-wrap img {
        max-width: 70%
    }
}

.footer-logo-wrap {
    margin-bottom: 20px
}

.footer-text-wrap .footer-email-wrap {
    padding: 21px 0
}

.footer-text-wrap .footer-email-wrap a {
    color: #ff8300
}

.footer-text-wrap {
    font-family: sans-serif
}

.td-social-style-2 .td-social-icon-wrap {
    display: inline-block;
    margin: 5px 10px 10px 0
}

.td-social-style-2 .td-social-icon-wrap:last-child {
    margin-right: 0
}

.td-social-style-2 .td-icon-font {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, .03);
    position: relative
}

.td-social-style-2 .td-icon-font:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    opacity: .03
}

@media (min-width:768px) and (max-width:1018px) {
    .td-social-style-2 .td-icon-font {
        font-size: 12px;
        width: 32px;
        height: 32px;
        line-height: 32px
    }
}

.td-social-style-2 .td-icon-instagram {
    font-size: 16px
}

.td-footer-bottom-full {
    margin-top: 12px;
    padding-top: 50px;
    padding-bottom: 30px
}

.td-footer-bottom-full .td-container {
    position: relative
}

.td-footer-bottom-full .td-container:before {
    content: '';
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    top: -50px;
    width: 80%;
    left: 50%;
    margin-left: -40%
}

.td-footer-bottom-full .block-title {
    margin-bottom: 26px
}

@media (max-width:767px) {
    .td-footer-bottom-full {
        text-align: center;
        padding-bottom: 0
    }

    .td-footer-bottom-full .block-title {
        margin-bottom: 21px
    }
}

.td-footer-bottom-full .footer-email-wrap {
    padding-bottom: 0
}

.td-footer-bottom-full .footer-logo-wrap {
    margin-top: 35px;
    margin-bottom: 0
}

.td-footer-bottom-full .footer-text-wrap {
    font-size: 16px;
    line-height: 20px
}

@media (max-width:767px) {
    .td-footer-bottom-full .footer-logo-wrap {
        margin-top: 0
    }

    .td-footer-bottom-full .td-pb-row>div {
        margin-bottom: 50px
    }

    .td-footer-bottom-full .td-pb-row>div:last-child {
        margin-bottom: 0
    }

    .td-footer-template-2,
    .td-footer-template-3 {
        padding-top: 38px;
        padding-bottom: 10px
    }
}

.td-footer-template-2 .footer-logo-wrap,
.td-footer-template-3 .footer-logo-wrap {
    padding-top: 3px
}

.td-footer-template-4 {
    padding-top: 49px
}

@media (max-width:767px) {
    .td-footer-template-4 {
        padding-top: 38px;
        padding-bottom: 10px
    }

    .td-footer-template-13 .td-social-name {
        display: none
    }
}

.td-footer-template-4 .td-footer-info {
    text-align: center;
    margin-bottom: 38px
}

.td-footer-template-4 .footer-text-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto
}

.td-footer-template-13 {
    padding: 26px 0
}

@media (max-width:1018px) {
    .td-footer-template-13 {
        padding: 16px 0
    }
}

.td-footer-template-13 .td-social-name {
    color: #fff;
    font-size: 13px;
    margin-left: 10px
}

.td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
    margin-right: 30px;
    text-transform: uppercase;
    font-family: sans-serif
}

.td-footer-template-13 .td-social-style-2 i {
    border-radius: 100%;
    line-height: 41px
}

.td-footer-template-13 .td-social-style-2 i:after {
    border-radius: 100%;
    opacity: .05
}

.td-footer-template-13 .td-a-rec-id-footer_top,
.td-footer-template-13 .td-g-rec-id-footer_top {
    margin-top: 10px;
    margin-bottom: 32px
}

@media (min-width:768px) and (max-width:1018px) {
    .td-footer-template-13 .td-social-name {
        font-size: 11px;
        margin-left: 5px
    }

    .td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
        margin-right: 20px
    }

    .td-footer-template-13 .td-social-style-2 i {
        line-height: 32px
    }

    .td-footer-template-13 .td-a-rec-id-footer_top,
    .td-footer-template-13 .td-g-rec-id-footer_top {
        margin-bottom: 16px
    }
}

@media (max-width:767px) {
    .td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
        margin: 5px
    }

    .td-footer-template-13 .td-a-rec-id-footer_top,
    .td-footer-template-13 .td-g-rec-id-footer_top {
        margin: 5px auto 16px
    }
}

.td-footer-template-13 .footer-social-wrap {
    text-align: center
}

.td-footer-template-14 {
    padding: 0
}

.td-footer-template-14 .td-a-rec-id-footer_top,
.td-footer-template-14 .td-g-rec-id-footer_top {
    margin: 0 auto 37px
}

.td-footer-template-14 .td-footer-bottom-full {
    margin-top: 0;
    padding-top: 42px;
    padding-bottom: 40px
}

.td-sub-footer-container {
    background-color: #696969;
    color: #ccc;
    font-size: 12px;
    font-family: sans-serif
}

.td-sub-footer-copy {
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px
}

.td-sub-footer-container .td-sub-footer-menu {
    float: right
}

@media (max-width:767px) {
    .td-footer-template-14 .td-footer-bottom-full {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .td-sub-footer-container {
        text-align: center;
        padding: 6px 0
    }

    .td-sub-footer-copy {
        float: none !important
    }

    .td-sub-footer-container .td-sub-footer-menu {
        float: none
    }
}

.td-subfooter-menu {
    display: inline-block;
    margin: 7px 0;
    float: right
}

.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: #ff8300
}

.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
}

@media (min-width:1019px) and (max-width:1140px) {
    .td-subfooter-menu {
        padding-right: 40px
    }

    .td-stretch-content .td-big-grids {
        width: 980px
    }
}

@media (min-width:768px) and (max-width:1018px) {
    .td-subfooter-menu {
        padding-right: 48px
    }

    .td-stretch-content .td-big-grids {
        width: 740px
    }
}

.td-stretch-content .td-module-thumb .entry-thumb {
    width: 100%
}

.td-scroll-e-text-1-wrap {
    padding: 20px;
    margin: -20px -20px 4px
}

.td-scroll-e-text-1-wrap p {
    margin-bottom: 0
}

.td-scroll-e-text-1-wrap blockquote {
    margin-top: 18px;
    margin-bottom: 18px
}

.td-scroll-e-text-1-wrap h3 {
    margin-top: 12px
}

.td-scroll-e-text-2-wrap {
    border: 2px solid red;
    padding: 10px;
    margin: -10px -10px 14px
}

.td-scroll-e-text-2-wrap p {
    margin-bottom: 0
}

.td-scroll-e-text-2-wrap blockquote {
    margin-top: 18px;
    margin-bottom: 18px
}

.td-scroll-e-text-2-wrap h3 {
    margin-top: 12px
}

.td-scroll-e-image-zoom-in-wrap {
    position: relative;
    overflow: hidden
}

.td-scroll-e-image-zoom-in-wrap:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 999;
    box-shadow: inset 0 0 10px #000;
    background-color: transparent
}

.td-scroll-e-image-zoom-out-wrap {
    position: relative;
    overflow: hidden
}

.td-scroll-e-image-zoom-out-wrap:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 999;
    box-shadow: inset 0 0 10px #000;
    background-color: transparent
}

.td-scroll-e-image-fixed-wrap {
    position: relative;
    overflow: hidden
}

.td_animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.td_animated_long {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.td_animated_xlong {
    -webkit-animation-duration: .8s;
    animation-duration: .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
}

@-webkit-keyframes td_fadeInRight {
    0% {
        opacity: .05;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

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

@keyframes td_fadeInRight {
    0% {
        opacity: .05;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

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

.td_fadeInRight {
    -webkit-animation-name: td_fadeInRight;
    animation-name: td_fadeInRight
}

@-webkit-keyframes td_fadeInLeft {
    0% {
        opacity: .05;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

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

@keyframes td_fadeInLeft {
    0% {
        opacity: .05;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

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

.td_fadeInLeft {
    -webkit-animation-name: td_fadeInLeft;
    animation-name: td_fadeInLeft
}

@-webkit-keyframes td_fadeInDown {
    0% {
        opacity: .05;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

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

@keyframes td_fadeInDown {
    0% {
        opacity: .05;
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }

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

.td_fadeInDown {
    -webkit-animation-name: td_fadeInDown;
    animation-name: td_fadeInDown
}

@-webkit-keyframes td_fadeInUp {
    0% {
        opacity: .05;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

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

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

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

.td_fadeInUp {
    -webkit-animation-name: td_fadeInUp;
    animation-name: td_fadeInUp
}

@-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
}

@-webkit-keyframes td_fadeOut_to_1 {
    0% {
        opacity: 1
    }

    100% {
        opacity: .1
    }
}

@keyframes td_fadeOut_to_1 {
    0% {
        opacity: 1
    }

    100% {
        opacity: .1
    }
}

.td_fadeOut_to_1 {
    -webkit-animation-name: td_fadeOut_to_1;
    animation-name: td_fadeOut_to_1
}

@-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);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.td_fadeOutRight {
    -webkit-animation-name: td_fadeOutRight;
    animation-name: td_fadeOutRight
}

@-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);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-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
}

.td-loader-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 59px;
    height: 59px;
    margin-top: -29.5px;
    margin-left: -29.5px;
    -webkit-transition: .4s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: .4s cubic-bezier(.55, 0, .1, 1);
    -o-transition: .4s cubic-bezier(.55, 0, .1, 1);
    transition: .4s cubic-bezier(.55, 0, .1, 1)
}

@media (max-width:767px) {
    .td-subfooter-menu {
        float: none
    }

    .td-stretch-content .td-big-grids {
        width: 100%
    }

    .td-loader-gif {
        top: 200px
    }
}

.td-loader-infinite {
    top: auto;
    bottom: 0
}

.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;
    margin-left: -16px
}

.td-loader-blocks-load-more {
    top: auto;
    bottom: 48px
}

.td-loader-animation-start {
    opacity: 0;
    transform: perspective(600px) scale(.4);
    -webkit-transform: perspective(600px) scale(.4);
    -moz-transform: perspective(600px) scale(.4);
    -ms-transform: perspective(600px) scale(.4);
    -o-transform: perspective(600px) scale(.4)
}

.td-loader-animation-mid {
    opacity: 1;
    transform: perspective(600px) scale(1);
    -webkit-transform: perspective(600px) scale(1);
    -moz-transform: perspective(600px) scale(1);
    -ms-transform: perspective(600px) scale(1);
    -o-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(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

body.td-animation-stack-type0 .post img,
body.td-animation-stack-type0 .td-animation-stack .entry-thumb {
    opacity: 0
}

.td-animation-stack-type0-2 {
    opacity: 1 !important;
    transition: opacity .3s cubic-bezier(.39, .76, .51, .56)
}

body.td-animation-stack-type1 .post .entry-thumb,
body.td-animation-stack-type1 .post a.td-sml-link-to-image>img,
body.td-animation-stack-type1 .post img[class*=wp-image-],
body.td-animation-stack-type1 .td-animation-stack .entry-thumb {
    opacity: 0;
    transform: scale(.95)
}

.td-animation-stack-type1-2 {
    opacity: 1 !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -webkit-transition: transform .5s, opacity .3s cubic-bezier(.39, .76, .51, .56);
    -moz-transition: transform .5s, opacity .3s cubic-bezier(.39, .76, .51, .56);
    -o-transition: transform .5s, opacity .3s cubic-bezier(.39, .76, .51, .56);
    transition: transform .5s, opacity .3s cubic-bezier(.39, .76, .51, .56)
}

body.td-animation-stack-type2 .post .entry-thumb,
body.td-animation-stack-type2 .post a.td-sml-link-to-image>img,
body.td-animation-stack-type2 .post img[class*=wp-image-],
body.td-animation-stack-type2 .td-animation-stack .entry-thumb {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px)
}

.td-animation-stack-type2-2 {
    opacity: 1 !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -webkit-transition: transform .4s cubic-bezier(.13, .43, .57, .88), opacity .4s cubic-bezier(.13, .43, .57, .88);
    -moz-transition: transform .4s cubic-bezier(.13, .43, .57, .88), opacity .4s cubic-bezier(.13, .43, .57, .88);
    -o-transition: transform .4s cubic-bezier(.13, .43, .57, .88), opacity .4s cubic-bezier(.13, .43, .57, .88);
    transition: transform .4s cubic-bezier(.13, .43, .57, .88), opacity .4s cubic-bezier(.13, .43, .57, .88)
}

@media (min-width:1140px) {

    .ie10,
    .ie11,
    .ie8,
    .ie9 {
        margin-left: -1px
    }

    .ie10 .td-affix,
    .ie11 .td-affix,
    .ie8 .td-affix,
    .ie9 .td-affix {
        margin-left: 1px
    }
}

.ie10 .mce-content-body p,
.ie10 .td-post-content p,
.ie11 .mce-content-body p,
.ie11 .td-post-content p,
.ie8 .mce-content-body p,
.ie8 .td-post-content p,
.ie9 .mce-content-body p,
.ie9 .td-post-content p {
    letter-spacing: -.2px
}

.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,
.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 {
    transform: none
}

.ie10 .td_category_template_8 .td-category-header .td-category a,
.ie11 .td_category_template_8 .td-category-header .td-category a,
.ie8 .td_category_template_8 .td-category-header .td-category a,
.ie9 .td_category_template_8 .td-category-header .td-category a {
    padding: 3px 7px;
    line-height: 12px
}

.ie10 .td_block_template_1 .td-related-title>.td-related-left,
.ie10 .td_block_template_1 .td-related-title>.td-related-right,
.ie11 .td_block_template_1 .td-related-title>.td-related-left,
.ie11 .td_block_template_1 .td-related-title>.td-related-right,
.ie8 .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-left,
.ie9 .td_block_template_1 .td-related-title>.td-related-right {
    padding: 8px 12px 6px
}

.ie10 .td-left-smart-list,
.ie10 .td-right-smart-list,
.ie11 .td-left-smart-list,
.ie11 .td-right-smart-list,
.ie8 .td-left-smart-list,
.ie8 .td-right-smart-list,
.ie9 .td-left-smart-list,
.ie9 .td-right-smart-list {
    line-height: 38px
}

.ie10 .td-review-header .block-title,
.ie10 .td-review-summary .block-title,
.ie11 .td-review-header .block-title,
.ie11 .td-review-summary .block-title,
.ie8 .td-review-header .block-title,
.ie8 .td-review-summary .block-title,
.ie9 .td-review-header .block-title,
.ie9 .td-review-summary .block-title {
    padding: 8px 12px 7px
}

.ie10 .td-affix .td-main-menu-logo img,
.ie11 .td-affix .td-main-menu-logo img,
.ie8 .td-affix .td-main-menu-logo img,
.ie9 .td-affix .td-main-menu-logo img {
    top: -2px
}

@media (min-width:768px) {

    .ie10 .td-header-style-12 .td-main-menu-logo img,
    .ie10 .td-header-style-5 .td-main-menu-logo img,
    .ie10 .td-header-style-6 .td-main-menu-logo img,
    .ie11 .td-header-style-12 .td-main-menu-logo img,
    .ie11 .td-header-style-5 .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,
    .ie8 .td-header-style-5 .td-main-menu-logo img,
    .ie8 .td-header-style-6 .td-main-menu-logo img,
    .ie9 .td-header-style-12 .td-main-menu-logo img,
    .ie9 .td-header-style-5 .td-main-menu-logo img,
    .ie9 .td-header-style-6 .td-main-menu-logo img {
        top: -1px
    }
}

.ie10 .td-live-theme-demos .td-skin-scroll,
.ie11 .td-live-theme-demos .td-skin-scroll,
.ie8 .td-live-theme-demos .td-skin-scroll,
.ie9 .td-live-theme-demos .td-skin-scroll {
    -webkit-transition: .4s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: .4s cubic-bezier(.55, 0, .1, 1);
    -o-transition: .4s cubic-bezier(.55, 0, .1, 1);
    transition: .4s cubic-bezier(.55, 0, .1, 1);
    left: auto;
    right: -118px
}

@media (max-width:1366px) {

    .ie10 .td-live-theme-demos .td-skin-scroll,
    .ie11 .td-live-theme-demos .td-skin-scroll,
    .ie8 .td-live-theme-demos .td-skin-scroll,
    .ie9 .td-live-theme-demos .td-skin-scroll {
        right: -78px
    }
}

.ie10 .td-theme-settings-small .td-skin-scroll,
.ie11 .td-theme-settings-small .td-skin-scroll,
.ie8 .td-theme-settings-small .td-skin-scroll,
.ie9 .td-theme-settings-small .td-skin-scroll {
    right: 118px
}

@media (max-width:1366px) {

    .ie10 .td-theme-settings-small .td-skin-scroll,
    .ie11 .td-theme-settings-small .td-skin-scroll,
    .ie8 .td-theme-settings-small .td-skin-scroll,
    .ie9 .td-theme-settings-small .td-skin-scroll {
        right: 78px
    }
}

.ie10 .td-pulldown-syle-default .td-subcat-list,
.ie10 .td-pulldown-syle-default .td-subcat-more,
.ie11 .td-pulldown-syle-default .td-subcat-list,
.ie11 .td-pulldown-syle-default .td-subcat-more,
.ie8 .td-pulldown-syle-default .td-subcat-list,
.ie8 .td-pulldown-syle-default .td-subcat-more,
.ie9 .td-pulldown-syle-default .td-subcat-list,
.ie9 .td-pulldown-syle-default .td-subcat-more {
    position: relative;
    top: -1px
}

.ie8 .td-live-theme-demos {
    display: none
}

.ie8 .td-header-style-8 .td-affix .td-header-sp-logo {
    height: 48px;
    margin-top: 0
}

.ie8 .td-classic-sharing,
.ie8 .td-post-source-tags {
    display: none
}

.ie8 .td-stretch-height,
.ie8 .td-stretch-width {
    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 {
    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
}

.ie8 .td-header-style-1 .td-a-rec-id-header>div,
.ie8 .td-header-style-1 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td-header-style-2 .td-a-rec-id-header>div,
.ie8 .td-header-style-2 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td-header-style-3 .td-a-rec-id-header>div,
.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 .homepage-post.single_template_7 .td-a-rec-id-header>.adsbygoogle,
.ie8 .homepage-post.single_template_7 .td-a-rec-id-header>div,
.ie8 .homepage-post.single_template_7 .td-g-rec-id-header>.adsbygoogle,
.ie8 .homepage-post.single_template_7 .td-g-rec-id-header>div,
.ie8 .single_template_10 .td-a-rec-id-header>.adsbygoogle,
.ie8 .single_template_10 .td-a-rec-id-header>div,
.ie8 .single_template_10 .td-g-rec-id-header>.adsbygoogle,
.ie8 .single_template_10 .td-g-rec-id-header>div,
.ie8 .single_template_11 .td-a-rec-id-header>.adsbygoogle,
.ie8 .single_template_11 .td-a-rec-id-header>div,
.ie8 .single_template_11 .td-g-rec-id-header>.adsbygoogle,
.ie8 .single_template_11 .td-g-rec-id-header>div,
.ie8 .single_template_6 .td-a-rec-id-header>.adsbygoogle,
.ie8 .single_template_6 .td-a-rec-id-header>div,
.ie8 .single_template_6 .td-g-rec-id-header>.adsbygoogle,
.ie8 .single_template_6 .td-g-rec-id-header>div,
.ie8 .single_template_7 .td-a-rec-id-header>.adsbygoogle,
.ie8 .single_template_7 .td-a-rec-id-header>div,
.ie8 .single_template_7 .td-g-rec-id-header>.adsbygoogle,
.ie8 .single_template_7 .td-g-rec-id-header>div,
.ie8 .single_template_8 .td-a-rec-id-header>.adsbygoogle,
.ie8 .single_template_8 .td-a-rec-id-header>div,
.ie8 .single_template_8 .td-g-rec-id-header>.adsbygoogle,
.ie8 .single_template_8 .td-g-rec-id-header>div,
.ie8 .td_category_template_2 .td-a-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_2 .td-a-rec-id-header>div,
.ie8 .td_category_template_2 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_2 .td-g-rec-id-header>div,
.ie8 .td_category_template_5 .td-a-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_5 .td-a-rec-id-header>div,
.ie8 .td_category_template_5 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_5 .td-g-rec-id-header>div,
.ie8 .td_category_template_6 .td-a-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_6 .td-a-rec-id-header>div,
.ie8 .td_category_template_6 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_6 .td-g-rec-id-header>div,
.ie8 .td_category_template_8 .td-a-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_8 .td-a-rec-id-header>div,
.ie8 .td_category_template_8 .td-g-rec-id-header>.adsbygoogle,
.ie8 .td_category_template_8 .td-g-rec-id-header>div {
    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,
.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-4 .entry-title {
    background-color: transparent
}

.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: #000
}

.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: #000
}

.ie8 .td-module-comments a {
    padding: 3px 3px 4px
}

.ie8 .td-social-style-2 .td-icon-font {
    border: 1px solid #333
}

.ie8 .td_block_14 .td-load-more-wrap,
.ie8 .td_block_14 .td-next-prev-wrap {
    margin-top: 23px
}

.ie8 .td-g-rec-id-content_bottom,
.ie8 .td-g-rec-id-content_inline,
.ie8 .td-g-rec-id-content_top,
.ie8 .td-g-rec-id-footer_top,
.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-ud_article_bottom_ad,
.ie8 .td-g-rec-id-ud_article_bottom_ad_2,
.ie8 .td-g-rec-id-ud_comment_bottom_ad,
.ie8 .td-g-rec-id-ud_footer_sticky,
.ie8 .td-g-rec-id-ud_latest_article_top_ad,
.ie8 .td-g-rec-id-ud_prev_next_article_bottom_ad {
    display: block;
    margin-left: -16px;
    margin-right: -16px
}

.ie8 .td-g-rec-id-content_bottom .adsbygoogle,
.ie8 .td-g-rec-id-content_inline .adsbygoogle,
.ie8 .td-g-rec-id-content_top .adsbygoogle,
.ie8 .td-g-rec-id-footer_top .adsbygoogle,
.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-ud_article_bottom_ad .adsbygoogle,
.ie8 .td-g-rec-id-ud_article_bottom_ad_2 .adsbygoogle,
.ie8 .td-g-rec-id-ud_comment_bottom_ad .adsbygoogle,
.ie8 .td-g-rec-id-ud_footer_sticky .adsbygoogle,
.ie8 .td-g-rec-id-ud_latest_article_top_ad .adsbygoogle,
.ie8 .td-g-rec-id-ud_prev_next_article_bottom_ad .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 .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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGRiMmVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOGY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
}

.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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDE3NjQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M2MzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
}

.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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDc2MGI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiNzhiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
}

.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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTRhM2RiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiY2Y3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
}

.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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjRkMDNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyN2EzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
}

.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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDc2MGI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiNzhiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
}

.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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGRiMmVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOGY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
}

.ie9 .td-grid-style-1 .td-module-thumb a:last-child:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
}

.ie9 .td-stretch-height,
.ie9 .td-stretch-width {
    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
}

.ie9 #td-mobile-nav,
.ie9 .td-menu-background {
    left: -100%
}

.ie9 .td-menu-mob-open-menu #td-mobile-nav,
.ie9 .td-menu-mob-open-menu .td-menu-background {
    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
}

.ie10 .page-nav a {
    padding: 5px 11px 5px 12px
}

.ie10 .td-module-comments a {
    padding: 3px 4px 4px
}

.td-md-is-android .td-hover-1 .td-big-grid-post:hover .entry-thumb {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -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 .td-icon-menu-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 {
    line-height: 14px
}

.td-md-is-android .td-pulldown-syle-default .td-subcat-list,
.td-md-is-android .td-pulldown-syle-default .td-subcat-more i,
.td-md-is-android .td-pulldown-syle-default .td-subcat-more span,
.td-md-is-android .td_block_template_3 .td-subcat-list,
.td-md-is-android .td_block_template_3 .td-subcat-more i,
.td-md-is-android .td_block_template_3 .td-subcat-more span,
.td-md-is-android .td_block_template_4 .td-subcat-list,
.td-md-is-android .td_block_template_4 .td-subcat-more i,
.td-md-is-android .td_block_template_4 .td-subcat-more span,
.td-md-is-android .td_block_template_5 .td-subcat-list,
.td-md-is-android .td_block_template_5 .td-subcat-more i,
.td-md-is-android .td_block_template_5 .td-subcat-more span,
.td-md-is-android .td_block_template_7 .td-subcat-list,
.td-md-is-android .td_block_template_7 .td-subcat-more i,
.td-md-is-android .td_block_template_7 .td-subcat-more span {
    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 .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 .td-icon-menu-up {
    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 .td-icon-menu-right {
    padding-left: 2px
}

.td-md-is-android .page-nav .td-icon-menu-left {
    padding-right: 2px
}

.td-md-is-android .bbpress .dropcap,
.td-md-is-android .comment-content .dropcap,
.td-md-is-android .mce-content-body .dropcap,
.td-md-is-android .td-page-content .dropcap,
.td-md-is-android .td-post-content .dropcap,
.td-md-is-android .td_block_text_with_title .dropcap,
.td-md-is-android .woocommerce #tab-description .dropcap,
.td-md-is-android .wpb_text_column .dropcap {
    padding: 5px 13px 2px
}

.td-md-is-android .woocommerce .checkout input#place_order,
.td-md-is-android .woocommerce .product #respond input#submit,
.td-md-is-android .woocommerce .product a.button,
.td-md-is-android .woocommerce .woocommerce.widget .button,
.td-md-is-android .woocommerce-account div.woocommerce .button,
.td-md-is-android .woocommerce-checkout .woocommerce input.button,
.td-md-is-android .woocommerce-page .woocommerce a.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 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,
.td-md-is-android #buddypress div.generic-button.friendship-button a {
    padding: 5px 10px 4px
}

.td-md-is-android #buddypress #reply-title small a span,
.td-md-is-android #buddypress a.bp-primary-action 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 input#place_order,
    .td-md-is-android .woocommerce .product #respond input#submit,
    .td-md-is-android .woocommerce .product a.button,
    .td-md-is-android .woocommerce .woocommerce.widget .button,
    .td-md-is-android .woocommerce-account div.woocommerce .button,
    .td-md-is-android .woocommerce-checkout .woocommerce input.button,
    .td-md-is-android .woocommerce-page .woocommerce a.button {
        padding: 8px 10px 7px
    }

    .td-md-is-ios .td-trending-now-display-area {
        height: 27px
    }
}

.td-md-is-android .td-skin-scroll {
    display: none
}

.td-md-is-ios body {
    -webkit-font-smoothing: antialiased
}

.td-md-is-ios .td-hover-1 .td-big-grid-post:hover .entry-thumb {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -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 .td-icon-menu-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-list,
.td-md-is-ios .td-pulldown-syle-default .td-subcat-more,
.td-md-is-ios .td_block_template_11 .td-subcat-list,
.td-md-is-ios .td_block_template_11 .td-subcat-more {
    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
}

.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
}

.td-md-is-ios .td-module-comments a {
    padding: 3px 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 .td-404-sub-sub-title a,
.td-md-is-ios input[type=submit] {
    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 input#place_order,
.td-md-is-ios .woocommerce .product #respond input#submit,
.td-md-is-ios .woocommerce .product a.button,
.td-md-is-ios .woocommerce .woocommerce.widget .button,
.td-md-is-ios .woocommerce-account div.woocommerce .button,
.td-md-is-ios .woocommerce-checkout .woocommerce input.button,
.td-md-is-ios .woocommerce-page .woocommerce a.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 #reply-title small a span,
.td-md-is-ios #buddypress a.bp-primary-action span {
    padding: 0 3px 1px
}

@media (max-width:767px) {

    .td-md-is-ios .td-footer-wrapper .block-title a,
    .td-md-is-ios .td-footer-wrapper .block-title label,
    .td-md-is-ios .td-footer-wrapper .block-title span {
        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) {
    .ie11 {
        margin-left: -1px
    }

    .ie11 .td-affix {
        margin-left: 1px
    }

    .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-account div.woocommerce .button,
.td-md-is-safari .woocommerce-checkout .woocommerce input.button,
.td-md-is-safari .woocommerce-page .woocommerce a.button {
    padding: 9px 10px 10px
}

.td-md-is-safari .td-boxed-layout .td-post-template-3 .td-image-gradient:before,
.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-big-grid-post .td-meta-info-container {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0)
}

.td-md-is-os-x .td_block_big_grid_6 .td-tiny-thumb .td-post-category {
    padding: 4px 5px 3px
}

.td-md-is-chrome .td_block_inner_overflow .item-details,
.td-md-is-chrome .td_block_inner_overflow .td_module_wrap {
    position: relative
}

.desktop {
    display: none
}

@media(min-width:992px) {
    .desktop {
        display: block
    }

    .mobile {
        display: none
    }
}

.ud-sticky-bottom-ads-wrap-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    z-index: 10000002;
    position: fixed !important;
    bottom: 0
}

.ud-sticky-bottom-ads-2 {
    background-color: rgb(255 255 255 / 70%);
    border-top: 2px solid #fafafa;
    height: 0
}

.ud-sticky-bottom-ads-2.-active {
    height: auto
}

.ud-sticky-bottom-ads-wrap-2 .trigger-sticky-ads {
    display: flex;
    background-color: #fff;
    border-top-right-radius: 5px;
    border: 2px solid #fafafa;
    border-left: 0 none;
    border-bottom: 0 none
}

.ud-sticky-bottom-ads-wrap-2 .trigger-sticky-ads svg {
    transform: rotate(180deg)
}

.ud-sticky-bottom-ads-wrap-2 .trigger-sticky-ads.-active svg {
    transform: rotate(0)
}

@media (min-width:768px) {

    .td-header-style-1 .td-logo-wrap-full .td-header-row:after,
    .td-header-style-1 .td-logo-wrap-full .td-header-row:before {
        display: none
    }

    .td-header-style-1 .td-logo-wrap-full .td-header-row {
        display: grid;
        grid-template-columns: 300px 150px 1fr;
        gap: 24px;
        align-items: center
    }

    .td-header-style-1 .td-header-sp-logo {
        width: 100%;
        margin: 0
    }

    .td-header-style-1 .ud-header-widgets {
        margin: 0;
        float: none
    }

    .td-header-style-1 .ud-sub-logo {
        width: auto;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 110px;
        gap: 12px;
        align-items: end
    }

    .td-header-style-1 .ud-header-social-widget {
        justify-content: flex-end;
        display: flex;
        gap: 8px;
        font-size: 16px;
        line-height: 16px
    }

    .td-header-style-1 .ud-header-social-widget .ud-social-circle-button {
        margin-right: 0;
        border-radius: 50%;
        border: 2px solid #000;
        width: 28px;
        height: 28px;
        justify-content: center;
        align-items: center;
        color: #000;
        display: flex
    }
}

@media (min-width:1018px) {
    .td-header-style-1 .td-logo-wrap-full .td-header-row {
        grid-template-columns: 500px 150px 1fr
    }
}

.ud-footer-wrapper #ud-custom-ad-pos-takeover_ad,
.ud-footer-wrapper .td_block_wrap.td_block_ad_box.td_block_template_1.td-column-1 {
    margin-bottom: 0
}

.highlight-news-container {
    container-name: highlight-news-container;
    container-type: inline-size
}

.highlight-news-container .highlight-news-title {
    font-size: 1.5rem;
    margin: 0 0 16px;
    padding: 10px 0 4px;
    color: #000;
    font-family: 'DB Heavent', sans-serif;
    font-size: 1.875rem;
    font-weight: 400
}

.highlight-news-container .highlight-news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 16px
}

.highlight-news-container .highlight-news-list .highlight-news-item {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 12px
}

.highlight-news-container .highlight-news-list .highlight-news-item .highlight-news-item-thumbnail img {
    width: 100%
}

.highlight-news-container .highlight-news-list .highlight-news-item .highlight-news-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.highlight-news-container .highlight-news-list .highlight-news-item .highlight-news-item-content .highlight-news-item-title {
    margin: 0
}

.highlight-news-container .highlight-news-list .highlight-news-item .highlight-news-item-content .highlight-news-item-title .highlight-news-item-title-link {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #111;
    font-size: 1rem;
    line-height: 1.5;
    font-family: Sarabun, sans-serif;
    font-weight: 600
}

.highlight-news-container .highlight-news-list .highlight-news-item .highlight-news-item-content .highlight-news-item-meta {
    font-family: Sarabun, sans-serif;
    color: #aaa;
    font-size: .75rem
}

.highlight-news-container .highlight-news-list .highlight-news-item .highlight-news-item-content .highlight-news-item-meta .highlight-news-item-date {
    display: inline-block;
    line-height: 1.1
}

@container highlight-news-container (width <=350px) {
    .highlight-news-container .highlight-news-list .highlight-news-item {
        grid-template-columns: 140px 1fr
    }
}

@container highlight-news-container (width <=300px) {
    .highlight-news-container .highlight-news-list .highlight-news-item {
        grid-template-columns: 1fr
    }
}

/* Theme V2 - Single Page */
.mati-container {
    width: min(100% - 24px, 1440px);
    margin-inline: auto;
}

.mati-header-ads {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: min(100% - 24px, 1440px);
    margin-inline: auto;
    margin-top: 12px;
    margin-bottom: 12px;
}

.block7-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.block7-inner .td_module_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    transition: all 0.3s ease;
}

.block7-inner .td_module_wrap.td_module_6 .td-module-thumb {
    display: block;
    position: relative;
    width: auto;
    margin-bottom: 0px;
    grid-column: 1 / 3;
}

.block7-inner .td_module_wrap.td_module_6 .td-module-thumb a.ud-module-link {
    display: block;
    width: 100%;
    aspect-ratio: 40 / 25;
    overflow: hidden;
    border-radius: 5px;
}

.block7-inner .td_module_wrap.td_module_6 .td-module-thumb a.ud-module-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    border-radius: 5px;
}

.block7-inner .td_module_wrap:hover .td-module-thumb a.ud-module-link img {
    transform: scale(1.05);
}

.block7-inner .td_module_wrap .item-details {
    grid-column: 3 / 6;
    margin-left: 0px;
    min-height: auto;
}

.block7-inner .td_module_wrap .item-details .entry-title {
    font-family: 'DB Heavent', san-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease;
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0px;
}

.block7-inner .td_module_wrap .item-details .entry-title a {
    color: #111;
    text-decoration: none;
    transition: all 0.3s ease;
}

.block7-inner .td_module_wrap:hover .item-details .entry-title a {
    color: #ff8300;
    text-decoration: none;
    transition: all 0.3s ease;
}

.block7-inner .td_module_wrap .item-details .td-module-meta-info .td-post-date {
    font-family: 'DB Heavent', sans-serif;
    font-weight: 500;
    color: #ff8300;
    font-size: 20px;
}



/* Author Widget */
.matichon-author-widget {
    background: #ffffff;
}

.matichon-author-widget .author-widget-title {
    font-family: 'DB Heavent', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #111;
    margin: 0 0 14px 0;
    text-align: left;
}

.matichon-author-widget .author-widget-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
}

.matichon-author-widget .author-avatar {
    margin-bottom: 15px;
}

.matichon-author-widget .author-avatar img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 3px solid #f0f0f0;
}

.matichon-author-widget .author-info {
    width: 100%;
}

.matichon-author-widget .author-name {
    font-family: 'DB Heavent', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    margin: 0px;
}

.matichon-author-widget .author-bio {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 15px 0;
}

.matichon-author-widget .author-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.matichon-author-widget .author-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #333333;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.matichon-author-widget .author-social-link:hover {
    background-color: #ff8300;
    color: #ffffff;
    transform: translateY(-2px);
}

.matichon-author-widget .author-posts-link {
    display: inline-block;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ff8300;
    text-decoration: none;
    padding: 8px 20px;
    border: 1px solid #ff8300;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.matichon-author-widget .author-posts-link:hover {
    background-color: #ff8300;
    color: #ffffff;
}


/* Post Tags Widget */
.matichon-tags-widget {
    background: #ffffff;
}

.matichon-tags-widget .tags-widget-title {
    font-family: 'DB Heavent', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #111;
    margin: 0 0 14px 0;
    text-align: left;
}

.matichon-tags-widget .tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.matichon-tags-widget .tag-item {
    display: inline-block;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FC7A32;
    border: 1px solid #FC7A32;
    background-color: #FFF8F2;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.matichon-tags-widget .tag-item:hover {
    background-color: #ff8300;
    color: #ffffff;
    transform: translateY(-2px);
}


/* Social Share Widget */
.matichon-social-share-widget {
    background: #ffffff;
}

.matichon-social-share-widget .social-share-title {
    font-family: 'DB Heavent', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #111;
    margin: 0 0 14px 0;
    text-align: left;
}

.matichon-social-share-widget .social-share-buttons {
    display: flex;
    gap: 5px;
    align-items: start;
    flex-wrap: wrap;
}

.matichon-social-share-widget .social-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.matichon-social-share-widget .social-share-btn svg {
    width: 24px;
    height: 24px;
}

.matichon-social-share-widget .social-share-btn.facebook {
    background-color: #1877F2;
    color: #ffffff;
}

.matichon-social-share-widget .social-share-btn.facebook:hover {
    background-color: #145dbf;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(24, 119, 242, 0.3);
}

.matichon-social-share-widget .social-share-btn.twitter {
    background-color: #000000;
    color: #ffffff;
}

.matichon-social-share-widget .social-share-btn.twitter:hover {
    background-color: #333333;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.matichon-social-share-widget .social-share-btn.line {
    background-color: #06C755;
    color: #ffffff;
}

.matichon-social-share-widget .social-share-btn.line:hover {
    background-color: #05a547;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(6, 199, 85, 0.3);
}

.matichon-social-share-widget .social-share-btn.copy-link {
    background-color: #eb4026;
    color: #ffffff;
}

.matichon-social-share-widget .social-share-btn.copy-link:hover {
    background-color: #c7371f;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px #eb4026;
}

.td-main-sidebar.left {
    order: 3;
    margin-bottom: 24px;
    position: sticky;
    top: 80px;
}

.td-main-sidebar.right {
    order: 2;
    margin-bottom: 24px;
    position: sticky;
    top: 80px;
}

.td-main-content.content {
    order: 1;
    margin-bottom: 24px;
}


#footer-custom {
    padding-top: 0px;
}

#footer-custom .td-pb-row {
    width: 100%;
    margin: 0;
}

#footer-custom .td-footer-bottom-full {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer-custom .footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    gap: 15px;
    justify-content: start;
    align-items: flex-start;
    width: 100%;
}

#footer-custom .footer-grid .footer-logo {
    width: 153px;
    height: auto;
}

#footer-custom .footer-grid .footer-aboutus .title,
#footer-custom .footer-grid .footer-contactus .title,
#footer-custom .footer-grid .footer-follow .title {
    font-family: 'Kanit', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-top: 5px;
    color: #FFF;
}

#footer-custom .footer-grid .footer-aboutus .info,
#footer-custom .footer-grid .footer-contactus .info,
#footer-custom .footer-grid .footer-follow .info {
    font-family: 'Sarabun', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    color: #FFF;
}

#footer-custom .footer-grid .footer-follow .info .ud-truehits-wrapper {
    height: 0px;
}

#footer-custom .footer-grid .footer-follow .info .header-social-media-list,
.mobile-overlay-social-media-list {
    justify-content: start;
}

#footer-custom .footer-grid .footer-follow .info .header-social-media-list .header-social-media-item .header-social-media-link,
#footer-custom .footer-grid .footer-follow .info .mobile-overlay-social-media-list .mobile-overlay-social-media-item .mobile-overlay-social-media-link {
    width: 40px;
    height: 40px;
}

#footer-custom .footer-grid .footer-follow .info .header-social-media-list .header-social-media-item .header-social-media-link svg,
#footer-custom .footer-grid .footer-follow .info .mobile-overlay-social-media-list .mobile-overlay-social-media-item .mobile-overlay-social-media-link svg {
    width: 40px;
    height: 40px;
}

#footer-custom .footer-grid .footer-follow .info a.btn-job {
    font-family: 'Sarabun', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    display: block;
    background-color: #FC7A32;
    text-align: center;
    width: 100%;
    padding: 8px 15px;
    margin-top: 15px;
    border-radius: 76px;
    color: #FFF;
}

#sub-footer-custom {
    background: #262626 url("images/subfooter-bg.png") center center no-repeat;
    background-size: cover;
    font-family: 'Sarabun', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    color: #FFF;
}

#sub-footer-custom .td-pb-span.td-sub-footer-copy {
    width: 100%;
    text-align: center;
    padding: 8px 15px;
}

.author-name a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.tdc-row.stretch_row .td-element-style {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}


#td_3_col .td-pb-span4 {
    width: 100% !important;
}

#td_2_col .td-pb-span4,
#td_2_col .td-pb-span8 {
    width: 100% !important;
}

#td_7_3 .td-pb-span8,
#td_7_3 .td-pb-span4 {
    width: 100% !important;
}

#td_3_6_3,
#td_3_6_3 .tdc-columns {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
}

#td_3_6_3 .vc-column {
    width: 100% !important;
}

#td_3_6_3 .vc_column {
    order: 1;
}

#td_3_6_3 .vc_column:first-child {
    order: 2;
}

#td_3_6_3 .vc_column:last-child {
    order: 3;
}

#td_2_7_3,
#td_2_7_3 .tdc-columns {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
}

#td_2_7_3 .vc-column {
    width: 100% !important;
}

#td_2_7_3 .vc_column {
    order: 1;
}

#td_2_7_3 .vc_column:first-child {
    order: 3;
}

#td_2_7_3 .vc_column:last-child {
    order: 2;
}

.td-related-infographic .td-pb-row .td-pb-span3 {
    width: 100%;
}

#td_1_1,
#td_1_1 .tdc-columns {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
}

#td_1_1 .vc-column {
    width: 100% !important;
}


@media (max-width: 767px) {
    #footer-custom .footer-grid {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        justify-content: start;
        align-items: flex-start;
    }

    #footer-custom .footer-grid .footer-follow .info .header-social-media-list,
    .mobile-overlay-social-media-list {
        justify-content: start;
    }

    #footer-custom .footer-grid .footer-follow .info a.btn-job {
        width: auto;
        padding: 8px 30px;
        display: inline-block;
    }

    #footer-custom.td-footer-wrapper::before {
        background-image: url("images/footer-bg-mobile.png");
        background-position: top center;
        background-size: cover;
    }

    #footer-custom .td-footer-bottom-full {
        text-align: start;
    }
}


@media (min-width: 640px) {}

@media (min-width: 768px) {

    #td_1_1 .vc-column {
        width: 50% !important;
    }

    #td_3_6_3 .vc_column {
        width: 50% !important;
    }

    #td_3_6_3 .vc_column:first-child,
    #td_3_6_3 .vc_column:last-child {
        width: 25% !important;
    }

    #td_3_6_3 .tdc-column .vc_column {
        width: 100% !important;
    }

    #td_3_6_3 .tdc-column {
        width: 50% !important;
    }

    #td_3_6_3 .tdc-column:first-child,
    #td_3_6_3 .tdc-column:last-child {
        width: 25% !important;
    }

    #td_3_6_3 .vc_column {
        order: 2;
    }

    #td_3_6_3 .vc_column:first-child {
        order: 1;
    }

    #td_3_6_3 .vc_column:last-child {
        order: 3;
    }

    #td_2_7_3 .vc_column {
        width: 60% !important;
    }

    #td_2_7_3 .vc_column:first-child {
        width: 15% !important;
    }

    #td_2_7_3 .vc_column:last-child {
        width: 25% !important;
    }

    #td_2_7_3 .tdc-column .vc_column {
        width: 100% !important;
    }

    #td_2_7_3 .tdc-column {
        width: 50% !important;
    }

    #td_2_7_3 .tdc-column:first-child {
        width: 15% !important;
    }

    #td_2_7_3 .tdc-column:last-child {
        width: 25% !important;
    }

    #td_2_7_3 .vc_column {
        order: 2;
    }

    #td_2_7_3 .vc_column:first-child {
        order: 1;
    }

    #td_2_7_3 .vc_column:last-child {
        order: 3;
    }


    #td_7_3 .td-pb-span8 {
        width: 70% !important;
    }

    #td_7_3 .td-pb-span4 {
        width: 30% !important;
    }

    #td_2_col .td-pb-span4,
    #td_2_col .td-pb-span8 {
        width: 50% !important;
    }

    #td_3_col .td-pb-span4 {
        width: 33.3333% !important;
    }

    .single-page .td-pb-row {
        flex-direction: column !important;
    }

    .single-page .td-pb-row .td-pb-span2,
    .single-page .td-pb-row .td-pb-span7,
    .single-page .td-pb-row .td-pb-span3 {
        width: 100% !important;
    }

    .td-pb-row {
        flex-direction: row;
    }

    .td-pb-span1 {
        width: 8.33333333%
    }

    .td-pb-span2 {
        width: 16.66666667%
    }

    .td-pb-span3 {
        width: 25%
    }

    .td-pb-span4 {
        width: 32.33333333%
    }

    .td-pb-span5 {
        width: 41.66666667%
    }

    .td-pb-span6 {
        width: 50%
    }

    .td-pb-span7 {
        width: 58.33333333%
    }

    .td-pb-span8 {
        width: 67.66666667%
    }

    .td-pb-span9 {
        width: 75%
    }

    .td-pb-span10 {
        width: 83.33333333%
    }

    .td-pb-span11 {
        width: 91.66666667%
    }

    .td-pb-row .td-pb-row .td-pb-span1 {
        width: 8.33333333%
    }

    .td-pb-row .td-pb-row .td-pb-span2 {
        width: 16.66666667%
    }

    .td-pb-row .td-pb-row .td-pb-span3 {
        width: 25%
    }

    .td-pb-row .td-pb-row .td-pb-span4 {
        width: 29.33333333%
    }

    .td-pb-row .td-pb-row .td-pb-span5 {
        width: 41.66666667%
    }

    .td-pb-row .td-pb-row .td-pb-span6 {
        width: 50%
    }

    .td-pb-row .td-pb-row .td-pb-span7 {
        width: 58.33333333%
    }

    .td-pb-row .td-pb-row .td-pb-span8 {
        width: 70.66666667%
    }

    .td-pb-row .td-pb-row .td-pb-span9 {
        width: 75%
    }

    .td-pb-row .td-pb-row .td-pb-span10 {
        width: 83.33333333%
    }

    .td-pb-row .td-pb-row .td-pb-span11 {
        width: 91.66666667%
    }

    .td-main-content-wrap .block-title {
        font-size: 26px;
    }

    .more-link-wrap,
    .td-read-more {
        font-size: 16px;
    }

    .more-link-wrap a,
    .td-read-more a {
        padding: 3px 12px;
    }

    .td-related-infographic .td-pb-row {
        flex-direction: row !important;
    }

    .td-related-infographic .td-pb-row .td-pb-span3 {
        width: 50% !important;
    }
}

@media (min-width: 1024px) {

    .single-page .td-pb-row {
        flex-direction: row !important;
    }

    .single-page .td-pb-row .td-pb-span2 {
        width: 20% !important;
    }

    .single-page .td-pb-row .td-pb-span7 {
        width: 50% !important;
    }

    .single-page .td-pb-row .td-pb-span3 {
        width: 30% !important;
    }

    .wpb_row.td-pb-row .td-pb-span8 {
        width: 70% !important;
    }

    .wpb_row.td-pb-row .td-pb-span4 {
        width: 30% !important;
    }

    .td-pb-row {
        flex-direction: row;
    }

    .td-post-template-default .td-pb-row .td-pb-span2.td-main-sidebar {
        width: 16.66666667%;
    }

    .td-post-template-default .td-pb-row .td-pb-span7.td-main-content {
        width: 58.33333333%;
    }

    .td-post-template-default .td-pb-row .td-pb-span3.td-main-sidebar {
        width: 25%;
    }

    .mati-header .mati-container.breadcrumb {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mati-header .header-title {
        font-size: 58px;
    }

    .matichon-tags-widget .tags-list {
        flex-direction: column;
    }

    .td-main-sidebar.left {
        order: 1;
    }

    .td-main-sidebar.right {
        order: 3;
    }

    .td-main-content.content {
        order: 2;
    }

    .mati-subcategory {
        display: flex;
    }

    .ud-sub-category ul {
        justify-content: center;
    }

    .ud-sub-category ul li {
        display: flex;
    }

    .td-main-content-wrap .block-title {
        font-size: 36px;
    }

    .more-link-wrap,
    .td-read-more {
        font-size: 20px;
    }

    .more-link-wrap a,
    .td-read-more a {
        padding: 5px 20px;
    }

    .td-related-infographic .td-pb-row .td-pb-span3 {
        width: 25% !important;
    }
}

@media (min-width: 1280px) {

    .single-page .td-pb-row .td-pb-span2 {
        width: 15% !important;
    }

    .single-page .td-pb-row .td-pb-span7 {
        width: 60% !important;
    }

    .single-page .td-pb-row .td-pb-span3 {
        width: 25% !important;
    }

    .wpb_row.td-pb-row .td-pb-span8 {
        width: 75% !important;
    }

    .wpb_row.td-pb-row .td-pb-span4 {
        width: 25% !important;
    }

    .masthead-top {
        height: auto;
    }

    .header-actions-mobile {
        display: none;
    }

    .header-actions-desktop {
        display: flex;
    }

    .masthead-menu-container {
        display: grid;
    }

    .masthead {
        position: relative;
        height: auto;

    }

    .td-pb-row .td-pb-row {
        padding-right: 0px;
        padding-left: 0px;
    }

    body {
        padding-block-start: 0;
    }

    .post header .entry-title {
        font-size: 3.6rem;
    }

    .block7-inner .td_module_wrap .item-details .entry-title {
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
    }

    .td-pb-row {
        flex-direction: row;
    }

    .td-post-template-default .td-pb-row .td-pb-span2.td-main-sidebar {
        width: 16.66666667%;
    }

    .td-post-template-default .td-pb-row .td-pb-span7.td-main-content {
        width: 58.33333333%;
    }

    .td-post-template-default .td-pb-row .td-pb-span3.td-main-sidebar {
        width: 25%;
    }
}

@media (min-width: 1536px) {

    .td-container,
    .tdc-row {
        width: 1440px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 1920px) {}