body {
    margin: 0;
}

.mx_image_background {
    background-color: #f2f2f2;
}

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

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #1f1f1f;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/* Tables ========================================================================== */

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

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
}

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

.td-container {
    width: 1068px;
    margin-right: auto;
    margin-left: auto;
}

.td-pb-row {
    *zoom: 1;
    margin-right: -24px;
    margin-left: -24px;
}

.td-pb-row:before,
.td-pb-row:after {
    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: 24px;
    padding-left: 24px;
    position: relative;
}

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

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

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

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

/* Main Grid ========================================================================== */

.td-pb-span1 {
    width: 8.33333333%;
}

.td-pb-span2 {
    width: 16.66666667%;
}

.td-pb-span3 {
    width: 25%;
}

.td-pb-span4 {
    width: 33.33333333%;
}

.td-pb-span5 {
    width: 41.66666667%;
}

.td-pb-span6 {
    width: 50%;
}

.td-pb-span7 {
    width: 58.33333333%;
}

.td-pb-span8 {
    width: 66.66666667%;
}

.td-pb-span9 {
    width: 75%;
}

.td-pb-span10 {
    width: 83.33333333%;
}

.td-pb-span11 {
    width: 91.66666667%;
}

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

/* Grid in Grid ========================================================================== */

.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: 33.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: 66.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-pb-row .td-pb-row .td-pb-span12 {
    width: 100%;
}

/* hacks Visual Composer ========================================================================== */

.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 {
    *zoom: 1;
    margin-left: -24px;
    margin-right: -24px;
}

.td-block-row:before,
.td-block-row:after {
    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: 24px;
    padding-left: 24px;
}

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

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

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

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

.td-block-span4 .td_module_6:last-child {
    border: 0;
}

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

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

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

    .td-container {
        width: 980px;
    }

    .td-pb-row {
        *zoom: 1;
        margin-right: -20px;
        margin-left: -20px;
    }

    .td-pb-row:before,
    .td-pb-row:after {
        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: 20px;
        padding-left: 20px;
    }

    .td-block-row {
        *zoom: 1;
        margin-left: -20px;
        margin-right: -20px;
    }

    .td-block-row:before,
    .td-block-row:after {
        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: 24px;
        padding-left: 24px;
    }
}

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

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

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

@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: 20px;
        padding-left: 20px;
    }
}

@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: 14px;
        padding-left: 14px;
    }
}

@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-container {
        width: 740px;
    }

    .td-pb-row {
        *zoom: 1;
        margin-right: -14px;
        margin-left: -14px;
    }

    .td-pb-row:before,
    .td-pb-row:after {
        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: 14px;
        padding-left: 14px;
    }

    .td-block-row {
        *zoom: 1;
        margin-left: -14px;
        margin-right: -14px;
    }

    .td-block-row:before,
    .td-block-row:after {
        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: 24px;
        padding-left: 24px;
    }
}

@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: 20px;
        padding-left: 20px;
    }
}

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

@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: 20px;
        padding-left: 20px;
    }
}

@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: 14px;
        padding-left: 14px;
    }
}

@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 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .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;
        padding-right: 0;
        padding-left: 0;
    }

    .td-pb-row .td-pb-span1,
    .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,
    .td-pb-row .td-pb-span10,
    .td-pb-row .td-pb-span11,
    .td-pb-row .td-pb-span12 {
        float: none;
        width: 100%;
    }

    .td-pb-row .td-pb-row {
        padding-right: 0;
        padding-left: 0;
    }

    .td-pb-row .td-pb-row .td-pb-span1,
    .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,
    .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 {
        width: 100%;
    }

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

    .td-block-row:before,
    .td-block-row:after {
        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: 24px;
        padding-left: 24px;
    }

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

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

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

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

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

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

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

/* Header ========================================================================== */

.td-header-wrap {
    position: relative;
    z-index: 2000;
}

.td-header-row {
    *zoom: 1;
}

.td-header-row:before,
.td-header-row:after {
    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: 24px;
    padding-left: 24px;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-header-row [class*="td-header-sp"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-header-row [class*="td-header-sp"] {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 767px) {
    .td-header-row [class*="td-header-sp"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.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;
}

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

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

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

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

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

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

    .td-header-wrap .td-affix .td-main-menu-logo {
        height: 48px !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-header-wrap .td-affix .sf-menu > li > a {
        line-height: 48px !important;
    }
}

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

.td-logo {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: inherit !important;
}

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

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

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

@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 {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Header menu affix ========================================================================== */

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

.admin-bar .td-header-menu-wrap.td-affix {
    top: 32px;
}

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

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

.td-header-gradient {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3fafb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3fafb));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3fafb 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f3fafb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f3fafb 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3fafb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3fafb', GradientType=0);
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

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

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

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

.td-header-top-menu-full {
    position: relative;
    z-index: 9999;
}

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

.td-banner-wrap-full {
    position: relative;
}

.td-header-menu-wrap-full {
    z-index: 9998;
    position: relative;
}

@media (max-width: 767px) {
    .td-header-wrap .td-header-menu-wrap-full,
    .td-header-wrap .td-header-menu-wrap,
    .td-header-wrap .td-header-main-menu {
        background-color: #222 !important;
        height: 54px !important;
    }

    .td-header-header {
        padding: 0;
    }

    .header-search-wrap .td-icon-search {
        color: #fff !important;
    }
}

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

    .td-affix #td-header-menu {
        min-height: 48px !important;
    }
}

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

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

.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;
    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;
    color: #777;
    padding-top: 2px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .td-logo-text-container .td-tagline-text {
        font-size: 11px;
    }
}

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

.td-banner-wrap-full,
.td-header-menu-wrap-full {
    background-color: #fff;
}

/* -------------------------------------------------------------------
  Style 8
----------------------------------------------------------------------  */

.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-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, 0.95);
}

.td-header-style-8 .td-social-icon-wrap .td-icon-font {
    color: #1f1f1f;
}

.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: #1f1f1f;
    border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .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) {
    .td-header-style-8 .td-header-top-menu {
        margin-left: 152px;
        width: 588px;
        padding: 0;
        min-height: 29px;
    }
}

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

.td-header-style-8 .td-header-top-menu a {
    color: #1f1f1f;
}

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

.td-header-style-8 .td-header-sp-logo {
    position: absolute;
    width: 208px;
    height: 52px;
    top: 11px;
    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: 142px;
        height: 36px;
        top: 6px;
    }
}

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

.td-header-style-8 .td-header-sp-logo img {
    max-height: 86px;
    right: auto;
}

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

.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 > div,
    .td-header-style-8 .td-g-rec-id-header > div,
    .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
    .td-header-style-8 .td-g-rec-id-header > .adsbygoogle {
        margin: 24px auto 0 auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-header-style-8 .td-a-rec-id-header > div,
    .td-header-style-8 .td-g-rec-id-header > div,
    .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
    .td-header-style-8 .td-g-rec-id-header > .adsbygoogle {
        margin: 14px auto 0 auto !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: #1f1f1f;
}

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

.td-header-style-8 .td-header-main-menu {
    float: left;
    width: 100%;
    padding-left: 220px;
    background-color: transparent !important;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-header-style-8 .td-header-main-menu {
        padding-left: 212px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-header-style-8 .td-header-main-menu {
        padding-left: 152px;
    }
}

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

.td-header-style-8 .sf-menu > .current-menu-item,
.td-header-style-8 .sf-menu > .current-menu-ancestor,
.td-header-style-8 .sf-menu > .current-category-ancestor,
.td-header-style-8 .sf-menu > li:hover,
.td-header-style-8 .sf-menu > .sfHover {
    background-color: #eef3f4;
    -webkit-box-shadow: inset 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 16px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .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;
}

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

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

.td_category_template_2 .td-header-style-8,
.td_category_template_5 .td-header-style-8 {
    border-bottom: 1px solid #f2f2f2;
}

.menu-bottom-container {
    float: right;
}

.menu-bottom-container ul {
    list-style: none;
    margin: 20px 0;
}

.menu-bottom-container ul li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}

.menu-bottom-container ul li a {
    color: #1f1f1f;
    border-bottom: 1px dashed #9c9c9c;
    padding: 1px 0;
    font-size: 15px;
    font-weight: 500;
}

.menu-bottom-container ul li a i {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    font-size: 20px;
}

.menu-bottom-container ul li a i.fa-calculator {
    left: -6px;
}

.menu-bottom-container ul li a:hover {
    border-bottom: 1px dashed transparent;
}

.useful-widget {
    font-size: 14px;
    font-style: italic;
}

/*  ----------------------------------------------------------------------------
    main menu
*/
.td-header-main-menu {
    position: relative;
    z-index: 999;
    padding-right: 48px;
}

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

/*  ----------------------------------------------------------------------------
    SF menu
*/
.sf-menu,
.sf-menu ul,
.sf-menu li {
    margin: 0;
    list-style: none;
}

.sf-menu {
    text-align: right;
}

.sf-menu ul {
    text-align: left;
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    display: inline-block;
    position: relative;
}

.sf-menu li .fa-chevron-down {
    position: absolute;
    top: 50%;
    margin-top: 2px;
    padding-left: 5px;
    font-size: 9px;
}

.sf-menu li .td-only-icon {
    margin-right: 0;
}

.sf-menu .td-menu-item > a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: auto;
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0 !important;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

.sf-menu > .current-menu-ancestor,
.sf-menu > .current-category-ancestor,
.sf-menu > .current-menu-item {
    z-index: 0;
}

/*  ----------------------------------------------------------------------------
    All the links
*/
/* remove the down arrow on links with  (icons menus) */
.td-no-down-arrow > a .sf-sub-indicator {
    display: none;
}

.sf-menu > li > a {
    font-family: "Roboto Condensed", Verdana, Arial, Helvetica, sans-serif;
    padding: 21px 10px 5px 10px;
    line-height: 48px;
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
}

.sf-menu > li > a .fa-home {
    font-size: 22px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .sf-menu > li > a {
        padding: 12px 9px 0 9px;
        font-size: 11px;
        line-height: 36px;
    }

    .sf-menu > li > a .fa-home {
        font-size: 20px;
        position: relative;
        top: 2px;
    }
}

/* menu icons */
.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;
}

/* hover and current menu */
.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > .current-category-ancestor > a,
.sf-menu > li > a:hover,
.sf-menu > .sfHover > a {
    background-color: transparent;
    z-index: 999;
}

.td-affix {
    /* hover and current menu */
}

.td-affix .sf-menu > .current-menu-item > a,
.td-affix .sf-menu > .current-menu-ancestor > a,
.td-affix .sf-menu > .current-category-ancestor > a,
.td-affix .sf-menu > li > a:hover,
.td-affix .sf-menu > .sfHover > a {
    background-color: transparent;
}

/* Bottom border on Main Menu */
.sf-menu > li > a:after {
    background-color: transparent;
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* hover and current menu border */
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after {
    background-color: #ef8937;
}

#td-header-menu {
    min-height: 48px;
}

/*  ----------------------------------------------------------------------------
    submenu
*/
.td-normal-menu ul {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.sf-menu ul {
    text-align: left;
    background-color: #fff;
}

.sf-menu ul .td-menu-item > a {
    padding: 8px 14px;
    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;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .sf-menu ul .td-menu-item > a {
        padding: 5px 12px 6px 12px;
        font-size: 11px;
    }
}

.sf-menu ul .td-icon-menu-down {
    float: right;
    top: 0;
    font-size: 9px;
}

.sf-menu ul .td-menu-item > a:hover,
.sf-menu ul .sfHover > a,
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-category-ancestor > a,
.sf-menu ul .current-menu-item > a {
    color: #fff;
    background-color: #ef8937;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    outline: 0;
}

/*  ----------------------------------------------------------------------------
    arrows
*/
.sf-menu .td-icon-menu-down {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    padding-left: 7px;
    font-size: 9px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .sf-menu .td-icon-menu-down {
        padding-left: 6px;
    }
}

.sf-menu .sub-menu {
    -webkit-backface-visibility: hidden;
}

.sf-menu .sub-menu .td-icon-menu-down {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    line-height: 19px;
}

.sf-menu .td-menu-badge {
    font-size: 10px;
    background-color: #222;
    color: #fff;
    border-radius: 2px;
    padding: 0 4px 1px;
    margin-left: 6px;
    line-height: 1;
    position: relative;
    top: -1px;
}

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

.sf-menu .menu-item-530 a,
.sf-menu .menu-item-13 a {
    padding-right: 20px;
    min-width: 1px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .sf-menu a.sf-with-ul {
        padding-right: 22px;
    }
}

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;
}

/*  ----------------------------------------------------------------------------
    Search
*/
#td-top-search {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
}

@media (max-width: 767px) {
    #td-top-search {
        top: 0;
        margin-top: 0;
    }
}

#td-header-search {
    width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #e1e1e1;
    border-radius: 3px 0 0 3px;
}

@media (max-width: 767px) {
    #td-header-search {
        width: 91%;
        font-size: 16px;
    }
}

.header-search-wrap #td-header-search-button,
.header-search-wrap #td-header-search-button-mob {
    display: block;
    position: relative;
}

@media (max-width: 767px) {
    .header-search-wrap #td-header-search-button {
        display: none;
    }
}

.header-search-wrap #td-header-search-button-mob {
    display: none;
}

@media (max-width: 767px) {
    .header-search-wrap #td-header-search-button-mob {
        display: block;
    }
}

.header-search-wrap .td-icon-search {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin-top: 8px;
}

.header-search-wrap .td-icon-search:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1f1f1f;
}

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

    .header-search-wrap .td-icon-search {
        height: 36px;
        width: 36px;
        line-height: 36px;
        margin-top: 12px;
    }

    .header-search-wrap .td-icon-search:before {
        font-size: 18px;
    }

    .td-header-main-menu {
        padding-right: 36px;
    }

    .sf-menu li .fa-chevron-down {
        margin-top: 1px;
    }
}

@media (max-width: 767px) {
    .header-search-wrap .td-icon-search {
        height: 54px;
        width: 54px;
        line-height: 54px;
        font-size: 22px;
        margin: 0;
    }
}

.header-search-wrap .td-drop-down-search {
    position: absolute;
    top: 100%;
    z-index: 999;
    display: none;
    right: 0;
    border-radius: 0;
    border: none;
    width: 342px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .header-search-wrap .td-drop-down-search {
        width: 100%;
    }
}

.header-search-wrap .td-drop-down-search .btn {
    position: absolute;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    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 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    border-radius: 0 3px 3px 0;
}

.header-search-wrap .td-drop-down-search .btn:hover {
    background-color: #319153;
}

.header-search-wrap .td-drop-down-search:before {
    position: absolute;
    top: -10px;
    right: 19px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #ef8937 transparent;
}

.header-search-wrap .td-drop-down-search:after {
    position: absolute;
    top: -4px;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #ef8937;
}

.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 {
    display: block;
}

.header-search-wrap .td-search-form {
    margin: 20px;
}

.header-search-wrap .result-msg {
    text-align: center;
    padding: 4px 0 6px 0;
    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: #319153;
}

.header-search-wrap .td-aj-search-results {
    background-color: #fdfdfd;
    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: #f0f0f0;
}

.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;
}

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

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

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

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

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

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

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

/* right widget side */
.td-header-sp-top-widget {
    line-height: 28px;
    text-align: right;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  ----------------------------------------------------------------------------
    top-menu social widget
*/

.td-social-icon-wrap > a {
    display: inline-block;
}

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

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

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

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

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

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

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

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

/*
  Mobile menu
*/

@media (max-width: 1140px) {
    #td-outer-wrap {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    #td-outer-wrap {
        overflow: auto;
        margin: auto;
        width: 100%;
        -webkit-transition: transform 0.7s ease;
        -moz-transition: transform 0.7s ease;
        -o-transition: transform 0.7s ease;
        transition: transform 0.7s ease;
        -webkit-transform-origin: 50% 200px 0;
        -moz-transform-origin: 50% 200px 0;
        -o-transform-origin: 50% 200px 0;
        transform-origin: 50% 200px 0;
    }
}

/* toggle button - burger button */
#td-top-mobile-toggle {
    display: none;
    /* responsive phone */
}

@media (max-width: 767px) {
    #td-top-mobile-toggle {
        display: inline-block;
        position: relative;
    }
}

#td-top-mobile-toggle a {
    display: inline-block;
}

#td-top-mobile-toggle i {
    font-size: 26px;
    width: 54px;
    line-height: 54px;
    height: 54px;
    display: inline-block;
    padding-top: 1px;
    color: #1f1f1f;
    text-align: center;
}

/*
    Mobile opened menu with admin bar
*/
.admin-bar #td-mobile-nav {
    padding-top: 32px;
}

@media (max-width: 767px) {
    .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;
    visibility: hidden;
    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-search-background:before,
.td-menu-background:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.98;
    background: #232323;
    background: -moz-linear-gradient(top, #232323 0%, #319153 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #232323), color-stop(100%, #319153));
    background: -webkit-linear-gradient(top, #232323 0%, #319153 100%);
    background: -o-linear-gradient(top, #333145 0%, #319153 100%);
    background: -ms-linear-gradient(top, #232323 0%, #319153 100%);
    background: linear-gradient(to bottom, #232323 0%, #319153 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#319153', GradientType=0);
}

#td-mobile-nav {
    padding: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    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: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

#td-mobile-nav .td_display_err {
    text-align: center;
    color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    margin: -9px -30px 24px;
    font-size: 14px;
    border-radius: 0;
    padding: 12px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.06);
    display: none;
}

#td-mobile-nav input:invalid {
    box-shadow: none !important;
}

.td-js-loaded .td-menu-background,
.td-js-loaded #td-mobile-nav {
    visibility: visible;
    -webkit-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -moz-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -o-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

#td-mobile-nav {
    height: 1px;
    overflow: hidden;
}

#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;
}

.td-mobile-close,
.td-search-close {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1000;
}

.td-mobile-close .td-icon-close-mobile,
.td-search-close .td-icon-close-mobile {
    height: 60px;
    width: 60px;
    color: #fff;
    top: 10px;
    right: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    border-radius: 100px;
    text-align: center;
    font: normal normal normal 28px/59px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.td-mobile-close .td-icon-close-mobile:before,
.td-search-close .td-icon-close-mobile:before {
    content: "\f00d";
}

.td-mobile-content {
    padding: 20px 20px 0;
}

.td-mobile-container {
    padding-bottom: 20px;
    position: relative;
}

.td-mobile-content {
    /* first submenu */
    /* hide the icons */
    /* reposition the main menu */
}

.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: 21px;
    font-size: 21px;
    color: #fff;
    margin-left: 0;
    padding: 12px 40px 12px 12px;
    font-weight: bold;
}

.td-mobile-content .td-icon-menu-right {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    cursor: pointer;
    top: 3px;
    right: -4px;
    z-index: 1000;
    float: right;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    background: rgba(255, 255, 255, 0.1);
    -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 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    border-radius: 40px;

}

.td-mobile-content .td-icon-menu-right:before {
    content: "\f0d9";
    position: relative;
    top: 0;
    left: -2px;
}

.td-mobile-content .td-sub-menu-open > a i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.td-mobile-content .td-sub-menu-open > ul {
    display: block;
    max-height: 2000px;
    opacity: 0.9;
}

.td-mobile-content .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /* 2nd level submenu */
}

.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: 22px;
    font-size: 20px;
    font-weight: normal;
}

.td-mobile-content .sub-menu .sub-menu {
    /* 3rd level submenu */
}

.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-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a {
    color: #ef8937;
}

.td-mobile-content .menu_icon {
    display: none;
}

.td-mobile-content .menu-item-has-children a {
    width: 100%;
    z-index: 1;
}

.td-mobile-content .td-link-element-after {
    position: relative;
}

.td-menu-mob-open-menu {
    position: relative;
}

.td-menu-mob-open-menu #wpadminbar {
    position: fixed !important;
}

.td-menu-mob-open-menu #td-outer-wrap {
    position: fixed;
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
    -webkit-box-shadow: 0 0 46px #a40900;
    -moz-box-shadow: 0 0 46px #a40900;
    box-shadow: 0 0 46px #a40900;
}

.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;
}

/*


  Mobile menu - login


*/
/*
    Animation
*/
.td-mobile-container {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.td-hide-menu-content .td-mobile-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.td-hide-menu-content .td-mobile-content {
    display: none;
}

#td-mobile-nav .td-login-animation {
    opacity: 0;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    position: absolute;
    top: 0;
    width: 100%;
}

#td-mobile-nav .td-login-hide {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden !important;
}

#td-mobile-nav .td-login-show {
    visibility: visible !important;
    opacity: 1;
}

/*
    Logged section
*/
#td-mobile-nav .td-menu-login-section {
    list-style: none;
    position: relative;
    margin-top: 20px;
}

#td-mobile-nav .td-menu-login-section .td-logged-wrap {
    height: 60px;
    line-height: 60px;
}

@media (max-width: 320px) {
    #td-mobile-nav .td-menu-login-section .td-logged-wrap {
        height: 40px;
        line-height: 40px;
    }
}

#td-mobile-nav .td-menu-login-section a {
    color: #fff;
}

#td-mobile-nav .td-menu-avatar {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0;
}

#td-mobile-nav .td-menu-avatar .td-avatar-container {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}

@media (max-width: 320px) {
    #td-mobile-nav .td-menu-avatar .td-avatar-container {
        -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
        -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
        width: 40px;
        height: 40px;
    }
}

#td-mobile-nav .td-menu-avatar .avatar {
    position: absolute;
    margin: 0 auto;
    left: -9999px;
    right: -9999px;
    max-width: none;
    width: 100%;
    height: 100%;
}

#td-mobile-nav .td-menu-username {
    font-size: 20px;
    font-weight: bold;
    margin: 0 100px 0 95px;
    overflow: hidden;
    height: 60px;
}

@media (max-width: 320px) {
    #td-mobile-nav .td-menu-username {
        font-size: 18px;
        height: 40px;
        margin: 0 100px 0 75px;
    }
}

#td-mobile-nav .td-menu-logout {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0;
}

#td-mobile-nav .td-menu-logout a {
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    font-size: 14px;
    font-weight: bold;
}

/*
    Guest section
*/
#td-mobile-nav .td-guest-wrap {
    height: 40px;
    text-align: center;
}

#td-mobile-nav .td-guest-wrap .td-menu-avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: auto;
    left: auto;
    margin-right: 15px;
}

#td-mobile-nav .td-guest-wrap .td-menu-avatar .td-avatar-container {
    width: 40px;
    height: 40px;
}

#td-mobile-nav .td-guest-wrap .td-menu-login {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}

#td-mobile-nav .td-guest-wrap .td-menu-login span {
    background-color: #fff;
    width: 1px;
    height: 20px;
    display: inline-block;
    margin: 0 13px;
    line-height: 20px;
    position: relative;
    top: 3px;
    opacity: 0.3;
}

#td-mobile-nav .td-guest-wrap .td-menu-login a {
    cursor: pointer;
}

/*
    Register section
*/
#td-mobile-nav .td-register-section {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    z-index: -1;
}

#td-mobile-nav .td-register-section a {
    color: #fff;
}

#td-mobile-nav .td-register-section .td-icon-read-down {
    font-size: 23px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -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: normal;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    outline: 0;
    margin: 18px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    box-shadow: none;
}

#td-mobile-nav .td-register-section .td-login-input:focus ~ label,
#td-mobile-nav .td-register-section .td-login-input:valid ~ label {
    top: -6px;
    font-size: 14px;
    opacity: 0.4;
}

#td-mobile-nav .td-register-section .td-login-form-wrap {
    padding: 0 30px;
}

#td-mobile-nav .td-register-section .td-login-button {
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    line-height: 50px;
    color: #1f1f1f;
    border: none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
    margin: 17px 0 15px;
    font-size: 17px;
    border-radius: 0;
    background-color: #fff;
    opacity: 0.8;
    text-shadow: none;
}

#td-mobile-nav .td-register-section .td-login-info-text {
    text-align: center;
    margin-bottom: 20px;
}

#td-mobile-nav .td-login-title {
    position: absolute;
    top: 0;
    padding: 0 50px;
    text-align: center;
    line-height: 74px;
    text-transform: uppercase;
    width: 100%;
    font-size: 17px;
    height: 74px;
    overflow: hidden;
    z-index: -1;
}

#td-mobile-nav .td-login-panel-title {
    text-align: center;
    font-size: 16px;
    padding: 30px 10px;
}

#td-mobile-nav .td-login-panel-title span {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

/*
    Search
*/

.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: -apple-system, ".SFNSText-Regular", "San Francisco", "Rubik", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

.td-search-wrap-mob .td-drop-down-search {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.td-search-wrap-mob #td-header-search-mob {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    height: 40px;
    line-height: 36px;
    border: 0;
    background: transparent;
    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: 0.8;
    font-size: 18px;
}

.td-search-wrap-mob .td-search-input:before,
.td-search-wrap-mob .td-search-input:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0.2;
}

.td-search-wrap-mob .td-search-input:after {
    opacity: 0.8;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: transform 0.5s ease 0.8s;
    -moz-transition: transform 0.5s ease 0.8s;
    -o-transition: transform 0.5s ease 0.8s;
    transition: transform 0.5s ease 0.8s;
}

.td-search-wrap-mob .td_module_wrap {
    text-align: left;
}

.td-search-wrap-mob .td_module_wrap .entry-title {
    font-size: 16px;
    line-height: 20px;
}

.td-search-wrap-mob .td_module_wrap .entry-title a {
    color: #fff;
}

.td-search-wrap-mob .td_module_wrap:hover .entry-title a {
    color: #fff;
}

.td-search-wrap-mob .td-post-date {
    color: #ddd;
    opacity: 0.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: #1f1f1f;
    border: none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
    margin: 10px 0 40px;
    font-size: 17px;
    border-radius: 0;
    background-color: #fff;
    opacity: 0.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: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.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-opened {
    position: relative;
}

.td-search-opened #wpadminbar {
    position: fixed !important;
}

.td-search-opened #td-outer-wrap {
    position: fixed;
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.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: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.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;
}

/*
    Search opened menu with admin bar
*/
.admin-bar .td-search-wrap-mob {
    padding-top: 32px;
}

@media (max-width: 767px) {
    .admin-bar .td-search-wrap-mob {
        padding-top: 46px;
    }
}

#td-mobile-nav label {
    position: absolute;
    top: 26px;
    left: 10px;
    font-size: 17px;
    color: #fff;
    opacity: 0.6;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.td-login-inputs {
    position: relative;
}

/*
----------------------------------------------------------------------------
  Site wide > typography style
----------------------------------------------------------------------------
*/

body {
    font-family: "Rubik", Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

p {
    margin-top: 0;
    margin-bottom: 22px;
}

a:active,
a:focus {
    /* IE remove focus */
    outline: none;
}

a {
    color: #319153;
    text-decoration: none;
}

ins {
    background: white;
    text-decoration: none;
}

code {
    position: relative;
    top: -1px;
    border: none;
    background-color: #F1F1F1;
    padding: 2px 6px;
}

pre {
    background-color: #f1f1f1;
    padding: 4px 10px 4px 10px;
    border: none;
    border-radius: 0;
    margin-top: 24px;
}

cite {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    color: #1f1f1f;
}

cite a {
    color: #1f1f1f;
}

cite a:hover {
    color: #319153;
}

q {
    font-style: italic;
}

ul,
ol {
    padding: 0;
}

ul li,
ol 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 {
    width: 100%;
}

/*  ----------------------------------------------------------------------------
     table
*/
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;
}

/*  ----------------------------------------------------------------------------
    h
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f1f1f;
    font-weight: 500;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: #1f1f1f;
}

h1 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 33px;
    margin-bottom: 23px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 27px;
    margin-bottom: 17px;
}

h4 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 24px;
    margin-bottom: 14px;
}

h5 {
    font-size: 13px;
    line-height: 25px;
    margin-top: 21px;
    margin-bottom: 11px;
}

h6 {
    font-size: 10px;
    line-height: 24px;
    margin-top: 21px;
    margin-bottom: 11px;
}

.videopress-placeholder {
    width: 100% !important;
}

.videopress-poster {
    height: auto !important;
    width: 100% !important;
}

.video-player {
    width: 100% !important;
}

/*
----------------------------------------------------------------------------
  Site wide > Forms
----------------------------------------------------------------------------
*/
textarea {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #399169;
    width: 100%;
    max-width: 100%;
    height: 168px;
    min-height: 168px;
    padding: 6px 9px 6px 9px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    textarea {
        font-size: 16px;
    }
}

textarea:active,
textarea:focus {
    border-color: #b0b0b0;
}

textarea:focus,
input:focus,
input[type]:focus {
    outline: 0 none;
}

/* Input buttons */
input[type=submit] {
    font-size: 13px;
    background-color: #ef8937;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    border-radius: 3px;
}

input[type=submit]:hover {
    background-color: #319153;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
    font-size: 14px;
    line-height: 22px;
    color: #444;
    border: 1px solid #399169;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    input[type=text],
    input[type=url],
    input[type=tel],
    input[type=email] {
        font-size: 16px;
    }
}

input[type=text]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=email]:active,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus {
    border-color: #b0b0b0;
}

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 #399169;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
    margin-bottom: 10px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    input[type=password] {
        font-size: 16px;
    }
}

/*
----------------------------------------------------------------------------
  Site wide > WordPress Text, Images & Captions
----------------------------------------------------------------------------
*/
/*  ----------------------------------------------------------------------------
    text and Images align
*/
.td-post-content a {
    text-decoration: underline;
}

.td-post-content a:hover {
    color: #ef7f1a;
}

.td-post-content img,
.wpb_text_column img,
.td_block_text_with_title img {
    margin-bottom: 21px;
}

.td-post-content figure img,
.wpb_text_column figure img,
.td_block_text_with_title figure img {
    margin-bottom: 0;
}

.td-post-content .alignnone,
.wpb_text_column .alignnone,
.td_block_text_with_title .alignnone {
    display: inline-block;
    margin: 0 10px;
}

.td-post-featured-image figure img {
    margin-bottom: 0;
}

img.wp-smiley {
    width: auto;
}

.wp-caption-text,
.wp-caption-dd {
    text-align: left;
    margin: 6px 0 26px 0;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    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-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
}

figure.alignright,
figure.alignleft,
figure.aligncenter {
    margin-bottom: 0;
}

.alignnone img,
.aligncenter 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;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .alignleft {
        max-width: 220px !important;
        margin-right: 21px;
    }
}

@media (max-width: 767px) {
    .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;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-pb-span12 .alignleft,
    .mceContentBody-max-width-big .alignleft {
        max-width: 550px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span12 .alignleft,
    .mceContentBody-max-width-big .alignleft {
        max-width: 400px !important;
    }
}

/*  ----------------------------------------------------------------------------
    Screen reader text
*/
.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) {
    .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) {
    .td-pb-span12 .alignright,
    .mceContentBody-max-width-big .alignright {
        max-width: 550px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span12 .alignright,
    .mceContentBody-max-width-big .alignright {
        max-width: 400px !important;
    }
}

/*
----------------------------------------------------------------------------
  Css for:
  Page content
  Post content
  TinyMCE content
----------------------------------------------------------------------------
*/
.td-page-content,
.td-post-content,
.wpb_text_column,
.td_block_text_with_title {
    font-size: 15px;
    line-height: 26px;
    color: #222;
}

.td-page-content h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
}

.td-page-content h3 {
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
}

.td-page-content a:hover,
.td-post-content a:hover,
.wpb_text_column a:hover,
.td_block_text_with_title a:hover,
.mce-content-body a:hover {
    text-decoration: underline;
}

.td-page-content ul,
.td-post-content ul,
.wpb_text_column ul,
.td_block_text_with_title ul,
.mce-content-body ul {
    margin-bottom: 26px;
}

.td-page-content p,
.td-post-content p,
.td_block_text_with_title p,
.mce-content-body p,
.wpb_text_column p,
.td-page-content li,
.td-post-content li,
.wpb_text_column li,
.td_block_text_with_title li,
.mce-content-body li {
    font-size: 16px;
    line-height: 26px;
}

.wpb_text_column.main-text p {
    font-style: italic;
    color: #777;
    font-size: 15px;
    line-height: 21px;
}

.td-page-content p,
.td-post-content p,
.wpb_text_column p,
.td_block_text_with_title p,
.mce-content-body p {
    margin-bottom: 26px;
}

.td-page-content .td-arrow-list,
.td-post-content .td-arrow-list,
.wpb_text_column .td-arrow-list,
.td_block_text_with_title .td-arrow-list,
.mce-content-body .td-arrow-list {
    list-style: none;
    margin-left: 16px;
}

.td-page-content .td-arrow-list li:before,
.td-post-content .td-arrow-list li:before,
.wpb_text_column .td-arrow-list li:before,
.td_block_text_with_title .td-arrow-list li:before,
.mce-content-body .td-arrow-list li:before {
    font-family: 'newspaper', sans-serif;
    content: '\e803';
    float: left;
    margin-left: -16px;
    line-height: 26px;
    font-size: 14px;
}

.entry-title a,
.td-post-category,
.widget a {
    border-bottom: 1px solid transparent;
}

.entry-title a:hover,
.td-post-category:hover,
.widget a:hover {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    color: #ef8937;
}

.td_block_wrap a:hover {
    text-decoration: none;
    color: #ef8937;
}

/*  ----------------------------------------------------------------------------
    quote
*/
.td-page-content blockquote,
.td-post-content blockquote,
.wpb_text_column blockquote,
.td_block_text_with_title blockquote,
.comment-content blockquote {
    padding: 0;
    position: relative;
    border-left: none;
    margin: 40px 5% 38px 5%;
}

@media (max-width: 767px) {
    .td-page-content blockquote,
    .td-post-content blockquote,
    .wpb_text_column blockquote,
    .mce-content-body blockquote,
    .comment-content blockquote {
        margin: 20px 3% 18px 3%;
    }
}

.td-page-content blockquote p,
.td-post-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.comment-content blockquote p {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    color: #319153;
    word-wrap: break-word;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-page-content blockquote p,
    .td-post-content blockquote p,
    .wpb_text_column blockquote p,
    .td_block_text_with_title blockquote p,
    .comment-content blockquote p {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .td-page-content blockquote p,
    .td-post-content blockquote p,
    .wpb_text_column blockquote p,
    .td_block_text_with_title blockquote p,
    .comment-content blockquote p {
        font-size: 22px;
        line-height: 30px;
    }
}

.td-page-content .twitter-tweet p,
.td-post-content .twitter-tweet p,
.wpb_text_column .twitter-tweet p,
.td_block_text_with_title .twitter-tweet p,
.comment-content .twitter-tweet p {
    font-size: initial;
    line-height: initial;
    font-style: initial;
    text-align: initial;
    text-transform: initial;
    color: initial;
    font-weight: initial;
}

.td-page-content .td_quote_right,
.td-post-content .td_quote_right,
.wpb_text_column .td_quote_right,
.td_block_text_with_title .td_quote_right,
.mce-content-body .td_quote_right,
.comment-content .td_quote_right {
    float: right;
    width: 50%;
    margin: 21px 0 21px 21px;
}

@media (max-width: 767px) {
    .td-page-content .td_quote_right,
    .td-post-content .td_quote_right,
    .wpb_text_column .td_quote_right,
    .td_block_text_with_title .td_quote_right,
    .mce-content-body .td_quote_right,
    .comment-content .td_quote_right {
        float: none;
        width: auto;
        margin-right: 5%;
        margin-left: 5%;
    }
}

.td-page-content .td_quote_left,
.td-post-content .td_quote_left,
.wpb_text_column .td_quote_left,
.td_block_text_with_title .td_quote_left,
.comment-content .td_quote_left {
    float: left;
    width: 50%;
    margin: 18px 18px 18px 0;
}

@media (max-width: 767px) {
    .td-page-content .td_quote_left,
    .td-post-content .td_quote_left,
    .wpb_text_column .td_quote_left,
    .td_block_text_with_title .td_quote_left,
    .comment-content .td_quote_left {
        float: none;
        width: auto;
        margin-right: 5%;
        margin-left: 5%;
    }
}

.td-page-content .td_quote_left p,
.td-post-content .td_quote_left p,
.wpb_text_column .td_quote_left p,
.td_block_text_with_title .td_quote_left p,
.comment-content .td_quote_left p {
    text-align: left;
}

@media (max-width: 767px) {
    .td-page-content .td_quote_left p,
    .td-post-content .td_quote_left p,
    .wpb_text_column .td_quote_left p,
    .td_block_text_with_title .td_quote_left p,
    .comment-content .td_quote_left p {
        text-align: center;
    }
}

.td-page-content .td_quote_box,
.td-post-content .td_quote_box,
.wpb_text_column .td_quote_box,
.td_block_text_with_title .td_quote_box,
.comment-content .td_quote_box {
    margin: 0;
    background-color: #FCFCFC;
    border-left: 2px solid #319153;
    padding: 15px 23px 0 23px;
    position: relative;
    top: 6px;
    clear: both;
}

.td-page-content .td_quote_box p,
.td-post-content .td_quote_box p,
.wpb_text_column .td_quote_box p,
.td_block_text_with_title .td_quote_box p,
.comment-content .td_quote_box p {
    color: #777777;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 16px;
    margin: 0;
    text-transform: none;
}

.td-page-content .td_box_left,
.td-post-content .td_box_left,
.wpb_text_column .td_box_left,
.td_block_text_with_title .td_box_left,
.comment-content .td_box_left {
    width: 40%;
    float: left;
    margin: 0 34px 20px 0;
}

@media (max-width: 767px) {
    .td-page-content .td_box_left,
    .td-post-content .td_box_left,
    .wpb_text_column .td_box_left,
    .td_block_text_with_title .td_box_left,
    .comment-content .td_box_left {
        float: none;
        margin: 0 0 36px 0;
        width: auto;
    }
}

.td-page-content .td_box_left p,
.td-post-content .td_box_left p,
.wpb_text_column .td_box_left p,
.td_block_text_with_title .td_box_left p,
.comment-content .td_box_left p {
    text-align: left;
}

.td-page-content .td_box_right,
.td-post-content .td_box_right,
.wpb_text_column .td_box_right,
.td_block_text_with_title .td_box_right,
.comment-content .td_box_right {
    width: 30%;
    float: right;
    margin: 0 0 20px 34px;
}

@media (max-width: 767px) {
    .td-page-content .td_box_right,
    .td-post-content .td_box_right,
    .wpb_text_column .td_box_right,
    .td_block_text_with_title .td_box_right,
    .comment-content .td_box_right {
        float: none;
        margin: 0 0 36px 0;
        width: auto;
    }
}

.td-page-content .td_box_right p,
.td-post-content .td_box_right p,
.wpb_text_column .td_box_right p,
.td_block_text_with_title .td_box_right p,
.comment-content .td_box_right p {
    text-align: left;
}

.td-page-content .td_box_center,
.td-post-content .td_box_center,
.wpb_text_column .td_box_center,
.td_block_text_with_title .td_box_center,
.comment-content .td_box_center {
    margin: 0 0 29px 0;
}

@media (max-width: 767px) {
    .td-page-content .td_box_center,
    .td-post-content .td_box_center,
    .wpb_text_column .td_box_center,
    .td_block_text_with_title .td_box_center,
    .comment-content .td_box_center {
        margin-bottom: 36px;
    }
}

.td-page-content .td_pull_quote,
.td-post-content .td_pull_quote,
.wpb_text_column .td_pull_quote,
.td_block_text_with_title .td_pull_quote,
.comment-content .td_pull_quote {
    padding: 18px 25px;
    margin: 0;
    clear: both;
}

.td-page-content .td_pull_quote p,
.td-post-content .td_pull_quote p,
.wpb_text_column .td_pull_quote p,
.td_block_text_with_title .td_pull_quote p,
.comment-content .td_pull_quote p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
}

.td-page-content .td_pull_quote p:first-child:before,
.td-post-content .td_pull_quote p:first-child:before,
.wpb_text_column .td_pull_quote p:first-child:before,
.td_block_text_with_title .td_pull_quote p:first-child:before,
.comment-content .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;
}

.td-page-content .td_pull_quote p:after,
.td-post-content .td_pull_quote p:after,
.wpb_text_column .td_pull_quote p:after,
.td_block_text_with_title .td_pull_quote p:after,
.comment-content .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;
}

.td-page-content .td_pull_left,
.td-post-content .td_pull_left,
.wpb_text_column .td_pull_left,
.td_block_text_with_title .td_pull_left,
.comment-content .td_pull_left {
    width: 40%;
    float: left;
    margin-right: 34px;
}

@media (max-width: 767px) {
    .td-page-content .td_pull_left,
    .td-post-content .td_pull_left,
    .wpb_text_column .td_pull_left,
    .td_block_text_with_title .td_pull_left,
    .comment-content .td_pull_left {
        float: none;
        margin: 0 0 30px 0;
        width: auto;
    }
}

.td-page-content .td_pull_right,
.td-post-content .td_pull_right,
.wpb_text_column .td_pull_right,
.td_block_text_with_title .td_pull_right,
.comment-content .td_pull_right {
    width: 30%;
    float: right;
    margin-left: 34px;
}

@media (max-width: 767px) {
    .td-page-content .td_pull_right,
    .td-post-content .td_pull_right,
    .wpb_text_column .td_pull_right,
    .td_block_text_with_title .td_pull_right,
    .comment-content .td_pull_right {
        float: none;
        margin: 0 0 30px 0;
        width: auto;
    }
}

.td-page-content .td_pull_center,
.td-post-content .td_pull_center,
.wpb_text_column .td_pull_center,
.td_block_text_with_title .td_pull_center,
.comment-content .td_pull_center {
    margin: 17px 0;
    padding: 15px 50px;
}

@media (max-width: 767px) {
    .td-page-content .td_pull_center,
    .td-post-content .td_pull_center,
    .wpb_text_column .td_pull_center,
    .td_block_text_with_title .td_pull_center,
    .comment-content .td_pull_center {
        padding: 15px 20px;
    }
}

blockquote small {
    margin-top: 5px;
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    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;
}

/*  ----------------------------------------------------------------------------
    dropcaps
*/
.td-page-content .dropcap,
.td-post-content .dropcap,
.wpb_text_column .dropcap,
.td_block_text_with_title .dropcap,
.comment-content .dropcap {
    float: left;
    display: block;
    font-size: 50px;
    line-height: 56px;
    background-color: #319153;
    color: white;
    text-align: center;
    margin: 9px 13px 0 0;
    padding: 2px 10px 4px;
    text-transform: uppercase;
    min-width: 62px;
    min-height: 62px;
}

.td-page-content .dropcap1,
.td-post-content .dropcap1,
.wpb_text_column .dropcap1,
.td_block_text_with_title .dropcap1,
.comment-content .dropcap1 {
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    font-size: 40px;
    padding: 2px 14px 4px;
}

.td-page-content .dropcap2,
.td-post-content .dropcap2,
.wpb_text_column .dropcap2,
.td_block_text_with_title .dropcap2,
.comment-content .dropcap2 {
    background-color: transparent !important;
    color: #4B4B4B;
    font-size: 79px;
    line-height: 69px;
    margin: 0 9px 0 0;
    padding: 0 13px 0 0;
}

.td-page-content .dropcap3,
.td-post-content .dropcap3,
.wpb_text_column .dropcap3,
.td_block_text_with_title .dropcap3,
.comment-content .dropcap3 {
    background-color: transparent !important;
    color: #4B4B4B;
    font-weight: bold;
    font-size: 79px;
    line-height: 69px;
    margin: 0 9px 0 0;
    padding: 0 13px 0 0;
}

/*  ----------------------------------------------------------------------------
    text columns
*/
.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;
}

/*  ----------------------------------------------------------------------------
    text highlighting
*/
.td_text_highlight_0 {
    background-color: rgba(0, 0, 0, 0.77);
    padding: 5px 0 6px 0;
    margin: 0 8px 0 8px;
    box-shadow: 8px 0 0 rgba(0, 0, 0, 0.77), -8px 0 0 rgba(0, 0, 0, 0.77);
    color: #2a2a2a;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -o-transition: color 400ms;
    transition: color 400ms;
}

.td_text_highlight_0:hover {
    color: #F9F9F9;
    cursor: default;
}

.td_text_highlight_marker {
    padding: 5px 0 6px 0;
    margin: 0 8px 0 8px;
    color: white;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -o-transition: color 400ms;
    transition: color 400ms;
}

.td_text_highlight_marker:hover {
    color: #F9F9F9;
}

.td_text_highlight_marker_red {
    background-color: rgba(255, 28, 26, 0.62);
    box-shadow: 8px 0 0 rgba(255, 28, 26, 0.62), -8px 0 0 rgba(255, 28, 26, 0.62);
}

.td_text_highlight_marker_blue {
    background-color: rgba(57, 213, 255, 0.75);
    box-shadow: 8px 0 0 rgba(57, 213, 255, 0.75), -8px 0 0 rgba(57, 213, 255, 0.75);
}

.td_text_highlight_marker_green {
    background-color: rgba(77, 216, 69, 0.65);
    box-shadow: 8px 0 0 rgba(77, 216, 69, 0.65), -8px 0 0 rgba(77, 216, 69, 0.65);
}

.td_text_highlight_marker_yellow {
    background-color: rgba(255, 203, 0, 0.75);
    box-shadow: 8px 0 0 rgba(255, 203, 0, 0.75), -8px 0 0 rgba(255, 203, 0, 0.75);
}

.td_text_highlight_marker_pink {
    background-color: rgba(255, 101, 243, 0.75);
    box-shadow: 8px 0 0 rgba(255, 101, 243, 0.75), -8px 0 0 rgba(255, 101, 243, 0.75);
}

/*  ----------------------------------------------------------------------------
    custom post padding
*/
.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%;
}

.td-pb-span8 .td-paragraph-padding-0,
.mceContentBody-max-width-small .td-paragraph-padding-0 {
    padding-right: 4%;
}

.td-pb-span8 .td-paragraph-padding-1,
.mceContentBody-max-width-small .td-paragraph-padding-1 {
    padding-left: 4%;
    padding-right: 4%;
}

.td-pb-span8 .td-paragraph-padding-2,
.mceContentBody-max-width-small .td-paragraph-padding-2 {
    padding-left: 8%;
    padding-right: 8%;
}

.td-pb-span8 .td-paragraph-padding-3,
.mceContentBody-max-width-small .td-paragraph-padding-3 {
    padding-left: 4%;
    padding-right: 8%;
}

.td-pb-span8 .td-paragraph-padding-4,
.mceContentBody-max-width-small .td-paragraph-padding-4 {
    padding-left: 4%;
}

.td-pb-span8 .td-paragraph-padding-5,
.mceContentBody-max-width-small .td-paragraph-padding-5 {
    padding-left: 12%;
    padding-right: 12%;
}

.td-pb-span8 .td-paragraph-padding-6,
.mceContentBody-max-width-small .td-paragraph-padding-6 {
    padding-left: 8%;
    padding-right: 4%;
}

/* responsive phone */
@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;
    }
}

/*  ----------------------------------------------------------------------------
    Default Module - Module 1
*/
/*  ----------------------------------------------------------------------------
    Modules
*/
.td_module_wrap {
    position: relative;
    padding-bottom: 35px;
}

.td_module_wrap .entry-title {
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 6px 0;
}

/*  ----------------------------------------------------------------------------
    thumbnail
*/

.img-block {
    position: relative;
    overflow: hidden;
    display: block;
    height: 160px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #dadada;
}

.img-block .img-box {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.img-block .img-box img {
    width: 100%;
    height: auto;
}

.td-module-thumb {
    position: relative;
    margin-bottom: 13px;
}

.td-module-thumb .entry-thumb {
    display: block;
}

.td-video-play-ico > img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/*  ----------------------------------------------------------------------------
   module meta info
*/
.td-module-meta-info {
    font-size: 11px;
    margin: 12px 0 6px 0;
    line-height: 1;
    min-height: 17px;
}

.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: bold;
    display: inline-block;
    position: relative;
    top: 2px;
}

.td-post-author-name a {
    color: #1f1f1f;
}

.td-post-author-name span {
    color: #ccc;
    margin: 0 2px 0 2px;
    font-weight: normal;
}

.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,
.td-module-share,
.td-module-views {
    position: relative;
    float: left;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    color: #c3c3c3;
    margin-right: 14px;
}

.td-module-comments i,
.td-module-share i,
.td-module-views i {
    margin-right: 4px;
}

.td-module-comments a,
.td-module-share a,
.td-module-views a {
    color: #c3c3c3;
    display: inline-block;
    position: relative;
}

/*  ----------------------------------------------------------------------------
    excerpt
*/

.td-excerpt {
    margin-top: 10px;
    font-weight: 300;
}

.td-read-more,
.more-link-wrap {
    display: inline-block;
    margin-bottom: 20px;
}

.td-read-more a,
.more-link-wrap a {
    background-color: #319153;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 15px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.td-read-more a:hover,
.more-link-wrap a:hover {
    background-color: #222222 !important;
    text-decoration: none;
}

/*  ----------------------------------------------------------------------------
    admin edit
*/
.td-admin-edit {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff !important;
    padding: 3px 10px;
    font-size: 13px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.td-admin-edit:hover {
    background-color: #1f1f1f;
}

.td-module-thumb:hover .td-admin-edit {
    display: block;
}

.td-post-category {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top;
}

.td-post-category:hover {
    background-color: #319153;
}

.td-module-image {
    position: relative;
    margin-bottom: 15px;
}

.td-module-image .td-post-category {
    position: absolute;
    bottom: 0;
}

.td-module-meta-info .td-post-category {
    display: inline-block;
}

/*  ----------------------------------------------------------------------------
    Module 2
*/
.td_module_2 {
    padding-bottom: 32px;
}

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

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

/*  ----------------------------------------------------------------------------
    Module 4
*/
.td_module_4 {
    padding-bottom: 40px;
}

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

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

/*  ----------------------------------------------------------------------------
    Module 6
*/
.td_module_6 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px dashed #e6e6e6;
}

.td_module_6 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.td_module_6 .td-module-thumb img {
    border: 1px solid #dadada;
}

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

.td_module_6 .item-details {
    margin-left: 116px;
    min-height: 70px;
}

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

.td_module_6 .entry-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    font-weight: 500;
    overflow: hidden;
    max-height: 62px;
}

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

    .td-page-content p,
    .td-post-content p,
    .td_block_text_with_title p,
    .mce-content-body p,
    .wpb_text_column p,
    .td-page-content li,
    .td-post-content li,
    .wpb_text_column li,
    .td_block_text_with_title li,
    .mce-content-body li {
        font-size: 15px;
        line-height: 24px;
    }
}

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

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

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

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

#td_css_split_separator {
    visibility: visible;
}

.td-block-missing-settings {
    font-size: 11px;
    text-align: left;
    padding: 20px;
    background-color: #faf8fc;
    border: 1px solid #eeecf0;
}

.td-block-missing-settings span {
    background-color: #fe6c61;
    color: white;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

/*  ----------------------------------------------------------------------------
    Module 10
*/
.td_module_10 {
    padding-bottom: 40px;
}

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

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

.td_module_10 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
}

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

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

.td_module_10 .item-details {
    margin-left: 244px;
    min-height: 150px;
}

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

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

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

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

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

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

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

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

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

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

.td-pb-span4 .td_module_10 {
    padding-bottom: 40px;
}

.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;
    }
}

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

.td-pb-span4 .td_module_10 .item-details {
    margin-left: 0;
    min-height: 70px;
}

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

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

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

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

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

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

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

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

/*  ----------------------------------------------------------------------------
    Block Wrap
*/
.td_block_wrap {
    padding-bottom: 22px;
    position: relative;
    clear: both;
}

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

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

@media (max-width: 767px) {
    .td_block_wrap .td-next-prev-wrap,
    .td_block_wrap .td-load-more-wrap {
        margin-bottom: 0;
    }
}

.td_block_wrap .td-subcat-item .td-cur-simple-item {
    color: #1f1f1f;
}

.td-page-content .td_block_wrap {
    line-height: 21px;
}

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

.td_with_ajax_pagination {
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    overflow: hidden;
}

/*  ----------------------------------------------------------------------------
    Block Titles + Line
*/
.block-title {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #222222;
}

.block-title a,
.block-title span,
.block-title label {
    font-family: "Roboto Condensed", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: inline-block;
    padding: 9px 13px;
    background-color: #222222;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .block-title a,
    .block-title span,
    .block-title label {
        font-size: 14px;
    }
}

@-moz-document url-prefix() {
    .block-title a,
    .block-title span,
    .block-title label {
        padding: 6px 12px 5px 12px;
    }
}

.block-title > span,
.block-title > a,
.block-title > label,
.widgettitle,
.widgettitle:after,
.td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.td-related-title .td-cur-simple-item,
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more {
    background: #6c6c6c;
    background: -moz-linear-gradient(top, #6c6c6c 0%, #1f1f1f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #6c6c6c), color-stop(100%, #1f1f1f));
    background: -webkit-linear-gradient(top, #6c6c6c 0%, #1f1f1f 100%);
    background: -o-linear-gradient(top, #6c6c6c 0%, #1f1f1f 100%);
    background: -ms-linear-gradient(top, #6c6c6c 0%, #1f1f1f 100%);
    background: linear-gradient(to bottom, #6c6c6c 0%, #1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6c6c', endColorstr='#1f1f1f', GradientType=0);
}

.block-title,
.td-related-title,
.wpb_tabs .wpb_tabs_nav {
    border-color: #1f1f1f;
}

.td_block_wrap .td-subcat-item .td-cur-simple-item {
    color: #319153;
}

.home .block-title,
.widget_text .block-title,
.widget .block-title {
    text-align: right;
    border-color: #2e8d50;
}

.home .block-title {
    text-align: left;
}

.home .block-title > span,
.widget_text .block-title span,
.widget .block-title span {
    background: #389b5b;
    background: -moz-linear-gradient(top, #389b5b 0%, #2e8d50 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #389b5b), color-stop(100%, #2e8d50));
    background: -webkit-linear-gradient(top, #389b5b 0%, #2e8d50 100%);
    background: -o-linear-gradient(top, #389b5b 0%, #2e8d50 100%);
    background: -ms-linear-gradient(top, #389b5b 0%, #2e8d50 100%);
    background: linear-gradient(to bottom, #389b5b 0%, #2e8d50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#389b5b', endColorstr='#2e8d50', GradientType=0);
}

/*  ----------------------------------------------------------------------------
    Ajax Next Prev
*/
.td-next-prev-wrap {
    position: relative;
    clear: both;
}

.td-next-prev-wrap a {
    display: inline-block;
    margin-right: 7px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #b7b7b7;
    border-radius: 3px;
}

.td-next-prev-wrap a:hover {
    background-color: #319153;
    border-color: #319153;
    color: #fff;
}

.td-next-prev-wrap .ajax-page-disabled {
    opacity: 0.5;
}

.td-next-prev-wrap .td-ajax-next-page {
    padding-left: 2px;
}

.td-next-prev-wrap .td-ajax-prev-page {
    padding-right: 1px;
}

@-moz-document url-prefix() {
    .td-next-prev-wrap a {
        line-height: 23px;
    }
}

/*  ----------------------------------------------------------------------------
    Load more button
*/
.td_ajax_load_more {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    background: #f1f7f7;
    background: -moz-linear-gradient(top, #f1f7f7 0%, #e8f3f3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f1f7f7), color-stop(100%, #e8f3f3));
    background: -webkit-linear-gradient(top, #f1f7f7 0%, #e8f3f3 100%);
    background: -o-linear-gradient(top, #f1f7f7 0%, #e8f3f3 100%);
    background: -ms-linear-gradient(top, #f1f7f7 0%, #e8f3f3 100%);
    background: linear-gradient(to bottom, #f1f7f7 0%, #e8f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f7f7', endColorstr='#e8f3f3', GradientType=0);
    border: 1px solid #cce7eb;
    border-radius: 3px;
    padding: 10px 20px;
}

.td_ajax_load_more i {
    font-size: 14px;
    margin-left: 6px;
    position: relative;
    top: 0;
}

.td_ajax_load_more.ajax-page-disabled {
    visibility: hidden !important;
}

@-moz-document url-prefix() {
    .td_ajax_load_more {
        padding: 7px 10px 9px;
    }
}

.td-load-more-wrap {
    text-align: center;
    clear: both;
}

.td-load-more-wrap a {
    color: #1f1f1f;
    font-family: "Roboto Condensed", Verdana, Arial, Helvetica, sans-serif;
}

.td-load-more-wrap a:hover {
    color: #fff;
    background: #389b5b;
    background: -moz-linear-gradient(top, #389b5b 0%, #318950 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #389b5b), color-stop(100%, #318950));
    background: -webkit-linear-gradient(top, #389b5b 0%, #318950 100%);
    background: -o-linear-gradient(top, #389b5b 0%, #318950 100%);
    background: -ms-linear-gradient(top, #389b5b 0%, #318950 100%);
    background: linear-gradient(to bottom, #389b5b 0%, #318950 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#389b5b', endColorstr='#318950', GradientType=0);
    border: 1px solid #2a7e47;
    text-decoration: none !important;
}

.td_block_inner_overflow {
    overflow: hidden;
}

/*  ----------------------------------------------------------------------------
    infinite loader
*/
.td-load-more-infinite-wrap {
    display: none;
}

/*  ----------------------------------------------------------------------------
    Block category filter
*/
.td-subcat-filter {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    min-height: 30px;
}

.td-subcat-filter ul {
    margin: 0;
}

.td-subcat-filter .td-display-filter {
    display: none !important;
}

.td-subcat-filter .td-subcat-list {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}

.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-size: 13px;
    color: #777;
    line-height: 1;
}

.td-subcat-filter .td-subcat-list a:hover {
    color: #319153;
}

.td-subcat-filter .td-subcat-dropdown {
    display: inline-block;
    text-align: right;
}

.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more span,
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more i {
    color: #fff;
}

.td-subcat-filter .td-subcat-dropdown:hover ul {
    display: block;
}

.td-subcat-filter .td-subcat-dropdown .td-subcat-more {
    cursor: pointer;
    height: 30px;
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 3px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.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: 30px;
    padding: 6px 0 8px 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    border-width: 0 1px 1px 1px;
    border-color: #ededed;
    border-style: solid;
    display: none;
}

.td-subcat-filter .td-subcat-dropdown a {
    font-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: #319153;
}

.td-subcat-filter .td-subcat-dropdown li {
    margin-left: 0;
}

.td-subcat-filter .td-subcat-dropdown span {
    font-size: 13px;
    color: #777;
    line-height: 1;
}

@-moz-document url-prefix() {
    .td-subcat-filter .td-subcat-dropdown .td-subcat-more {
        height: 31px !important;
    }
}

.td-js-loaded .td-subcat-filter {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/*  ----------------------------------------------------------------------------
    Block 4
*/
.td_block_4 .td-block-span12:last-child .td_module_2,
.td_block_4 .td-block-row:last-child .td_module_2 {
    padding-bottom: 21px;
}

/*
  General big grids
*/

.td-big-grid-post {
    position: relative;
    overflow: hidden;
}

.td-big-grid-post .entry-review-stars {
    color: #fff;
    margin-top: -5px;
}

.td-big-grid-post .td-post-category {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 3px 7px;
    line-height: 13px;
    pointer-events: auto;
}

.td-big-grid-post .td-meta-info-container {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    width: 100%;
}

.td-big-grid-post .td-meta-align {
    pointer-events: none;
}

.td-big-grid-post .td-post-author-name a,
.td-big-grid-post .td-post-author-name span,
.td-big-grid-post .td-post-date {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.td-big-grid-post .entry-title {
    margin: 0;
}

.td-big-grid-post .entry-title a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.td-big-grid-post .td-module-meta-info {
    margin: 11px 0 20px 20px;
    min-height: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .td-big-grid-post .td-module-meta-info {
        margin-left: 17px;
    }
}

.td-big-grid-post .td-post-author-name {
    pointer-events: auto;
}

.td-big-grid-post .td-big-grid-meta {
    z-index: 1;
}

@media (max-width: 1018px) {
    .td-big-grid-post .td-video-play-ico img {
        width: 30px !important;
    }
}

.td-big-grid-post.td-big-thumb .td-big-grid-meta {
    font-size: 27px;
}

@media (max-width: 1140px) {
    .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        line-height: 1.3;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        font-size: 80%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        font-size: 22px;
    }
}

.td-big-grid-post.td-medium-thumb .td-big-grid-meta {
    font-size: 24px;
}

@media (max-width: 767px) {
    .td-big-grid-post.td-medium-thumb .td-big-grid-meta {
        font-size: 16px;
    }
}

@media (max-width: 1140px) {
    .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
        line-height: 1.3;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
        font-size: 85%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
        font-size: 65%;
    }
}

@media (max-width: 767px) {
    .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

.td-big-grid-post.td-small-thumb .td-big-grid-meta {
    font-size: 16px;
}

@media (max-width: 1140px) {
    .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
        line-height: 1.4;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
        font-size: 90%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
        font-size: 80%;
    }
}

@media (max-width: 767px) {
    .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

.td-big-grid-post.td-tiny-thumb .td-big-grid-meta {
    font-size: 15px;
}

@media (max-width: 1140px) {
    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
        line-height: 1.4;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
        font-size: 90%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
        font-size: 70%;
    }
}

@media (max-width: 767px) {
    .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

.td-big-grid-post .td-module-thumb {
    overflow: hidden;
    margin: 0;
}

.td-big-grid-post .td-module-thumb img {
    max-width: none;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-big-grid-post .entry-thumb {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-big-grid-post .entry-thumb {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .td-big-grid-post .entry-thumb {
        width: 100%;
    }
}

.td-big-grid-post .td-module-thumb {
    background-color: #e5e5e5;
}

.td-big-grid-post .td-post-author-name,
.td-big-grid-post .td-post-date {
    top: 0;
}

.td-big-grid-post .td-video-play-ico img {
    z-index: 1;
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta .entry-title {
        font-size: 16px !important;
        line-height: 21px !important;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_8 .td-big-grid-post-0.td-big-grid-post .td-big-grid-meta .entry-title,
    .td_block_big_grid_8 .td-big-grid-post-1.td-big-grid-post .td-big-grid-meta .entry-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 767px) {
    .td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title,
    .td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        font-size: 70%;
    }
}

@media (max-width: 767px) {
    .td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
        font-size: 60%;
    }
}

.td_block_big_grid_1,
.td_block_big_grid_2,
.td_block_big_grid_3,
.td_block_big_grid_4,
.td_block_big_grid_5,
.td_block_big_grid_6,
.td_block_big_grid_7,
.td_block_big_grid_8,
.td_block_big_grid_9,
.td_block_big_grid_10,
.td_block_big_grid_11,
.td_block_big_grid_12 {
    padding-bottom: 48px;
}

@media (max-width: 767px) {
    .td_block_big_grid_1,
    .td_block_big_grid_2,
    .td_block_big_grid_3,
    .td_block_big_grid_4,
    .td_block_big_grid_5,
    .td_block_big_grid_6,
    .td_block_big_grid_7,
    .td_block_big_grid_8,
    .td_block_big_grid_9,
    .td_block_big_grid_10,
    .td_block_big_grid_11,
    .td_block_big_grid_12 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 767px) {
    .vc_tta-tabs .td_block_big_grid_1,
    .vc_tta-tabs .td_block_big_grid_2,
    .vc_tta-tabs .td_block_big_grid_3,
    .vc_tta-tabs .td_block_big_grid_4,
    .vc_tta-tabs .td_block_big_grid_5,
    .vc_tta-tabs .td_block_big_grid_6,
    .vc_tta-tabs .td_block_big_grid_7,
    .vc_tta-tabs .td_block_big_grid_8,
    .vc_tta-tabs .td_block_big_grid_9,
    .vc_tta-tabs .td_block_big_grid_10,
    .vc_tta-tabs .td_block_big_grid_11,
    .vc_tta-tabs .td_block_big_grid_12 {
        margin-left: 0;
        margin-right: 0;
    }
}

/*
  scroll bar
*/

@media (max-width: 767px) {
    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll {
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
        overflow-y: hidden;
        padding-top: 3px;
        z-index: 0;
        -webkit-overflow-scrolling: touch;
        transform: translate3d(0, 0, 0);
    }

    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
        margin-left: 3px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post:first-child {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-module-thumb {
        width: 100%;
        height: 170px;
    }
}

@media (max-width: 767px) {
    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
        display: inline-block;
        white-space: normal;
        float: none;
        vertical-align: top;
        width: 80%;
    }
}

@media (max-width: 767px) {
    .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll.td-scroll-full .td-big-grid-post {
        width: 100%;
    }
}

/*
  Big grid 1
*/

.td_block_big_grid_1 .td-big-grid-post {
    float: left;
}

.td_block_big_grid_1 .td-big-thumb {
    margin-right: 3px;
}

.td_block_big_grid_1 .td-big-thumb .td-module-thumb {
    width: 532px;
    height: 399px;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
        width: 504px;
        height: 355px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
        width: 374px;
        height: 271px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
        width: 100%;
        height: auto;
    }
}

.td_block_big_grid_1 .td-small-thumb .td-module-thumb {
    width: 265px;
    height: 198px;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_1 .td-small-thumb .td-module-thumb {
        width: 235px;
        height: 176px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_1 .td-small-thumb .td-module-thumb {
        width: 180px;
        height: 134px;
    }
}

@media (max-width: 767px) {
    .td_block_big_grid_1 .td-big-grid-post-0 {
        width: 100%;
        float: none;
    }
}

.td_block_big_grid_1 .td-big-grid-post-1,
.td_block_big_grid_1 .td-big-grid-post-3 {
    margin-right: 3px;
}

.td_block_big_grid_1 .td-big-grid-post-1,
.td_block_big_grid_1 .td-big-grid-post-2 {
    margin-bottom: 3px;
}

.td_block_big_grid_1.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_1.td-grid-style-6 .td-module-meta-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .td_block_big_grid_1 .td-module-empty {
        display: none !important;
    }
}

.td_block_big_grid_1 .td-module-empty .td-module-thumb {
    width: 265px;
    height: 198px;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_block_big_grid_1 .td-module-empty .td-module-thumb {
        width: 235px;
        height: 176px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_block_big_grid_1 .td-module-empty .td-module-thumb {
        width: 180px;
        height: 134px;
    }
}

/*  ----------------------------------------------------------------------------
    Breadcrumbs
*/
.td-crumb-container {
    min-height: 35px;
    margin-bottom: 9px;
    padding-top: 18px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-crumb-container {
        padding-top: 16px;
    }
}

@media (max-width: 767px) {
    .td-crumb-container {
        padding-top: 11px;
    }
}

.entry-crumbs {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    padding-top: 1px;
    padding-bottom: 2px;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.entry-crumbs .fa-home {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 7px;
}

.entry-crumbs a {
    color: #999;
    text-decoration: underline;
}

.entry-crumbs a:hover {
    color: #ef8937;
    text-decoration: none;
}

.entry-crumbs .td-bread-sep {
    font-size: 12px;
    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;
    }
}

@media (max-width: 767px) {
    .td-sidebar-left .td-crumb-container {
        padding-left: 0;
    }
}

.td-sidebar-left-content {
    float: right !important;
}

@media (max-width: 767px) {
    .td-sidebar-left-content {
        float: none !important;
    }
}

/*  ----------------------------------------------------------------------------
    Source and Via
*/
.td-post-source-tags {
    font-size: 11px;
}

.td-post-source-tags a {
    font-size: 11px;
}

.td-post-source-tags .td-no-tags {
    margin-bottom: 34px;
}

.td-post-source-via {
    font-weight: 600;
}

/*  ----------------------------------------------------------------------------
    Related / similar articles
*/
.td-related-row {
    margin-right: -21px;
    *zoom: 1;
}

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

.td-related-row:after {
    clear: both;
}

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

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

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

@media (max-width: 767px) {
    .td-related-row [class*="td-related-span"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.td-related-row .td-related-span4 {
    width: 33.33333333%;
    padding-left: 0;
    padding-right: 21px;
}

@media (max-width: 500px) {
    .td-related-row .td-related-span4 {
        padding-right: 10px;
    }
}

@media (max-width: 500px) {
    .td-related-row {
        margin-right: -10px;
    }

    .td-related-row .td-video-play-ico 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;
}

@media (max-width: 767px) {
    .td-related-full-width .td-related-row .td-related-span4 {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .td-related-full-width .td-related-row .td-video-play-ico img {
        width: 20px;
    }
}

.td_block_related_posts {
    position: relative;
}

.td_block_related_posts .td-module-thumb {
    margin-bottom: 7px;
}

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

@media (max-width: 767px) {
    .td_block_related_posts .td-video-play-ico > img {
        width: 25px;
    }
}

.td_block_related_posts .td-module-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .td_block_related_posts .td-module-title {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (max-width: 767px) {
    .td_block_related_posts .td-related-span4 {
        width: 100%;
    }

    .td_block_related_posts .td-module-image {
        position: absolute;
        width: 100px;
    }

    .td_block_related_posts .item-details {
        padding-left: 110px;
        min-height: 70px;
        margin-bottom: 26px;
    }
}

.td-related-title {
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 27px;
    border-bottom: 2px solid #212121;
    font-family: "Roboto Condensed", Verdana, Arial, Helvetica, sans-serif;
}

.td-related-title > .td-related-left,
.td-related-title > .td-related-right {
    line-height: 1;
    display: inline-block;
    padding: 9px 12px;
    white-space: nowrap;
}

@media (max-width: 500px) {
    .td-related-title > .td-related-left,
    .td-related-title > .td-related-right {
        width: 100%;
    }
}

.td-related-title > .td-related-left:hover,
.td-related-title > .td-related-right:hover {
    color: inherit;
}

.td-related-title .td-cur-simple-item {
    background-color: #222222;
    color: #fff;
}

.td-related-title .td-cur-simple-item:hover {
    color: #fff;
}

@-moz-document url-prefix() {
    .td-related-title > .td-related-left,
    .td-related-title > .td-related-right {
        padding: 8px 12px 6px 12px;
    }
}

.td_mod_related_posts:hover h3 > a {
    color: #319153;
}

/*  Style 1  ================*/
.td-grid-style-1 .td-meta-info-container {
    bottom: 0;
}

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

@media (max-width: 767px) {
    .td-grid-style-1 .td-module-thumb a:last-child:before {
        height: 130% !important;
    }
}

.td-grid-style-1 .td-post-category {
    background-color: rgba(0, 0, 0, 0.7);
}

.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
    width: 80%;
    margin: 0 0 0 20px;
}

@media (max-width: 767px) {
    .td-grid-style-1 .td-big-thumb .td-big-grid-meta {
        width: 90%;
        margin-left: 15px;
    }
}

.td-grid-style-1 .td-big-thumb .entry-title {
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
}

@media (max-width: 767px) {
    .td-grid-style-1 .td-big-thumb .td-module-meta-info {
        margin-bottom: 18px;
    }
}

.td-grid-style-1 .td-medium-thumb .td-big-grid-meta {
    width: 80%;
    margin: 20px 0 14px 19px;
}

@media (max-width: 767px) {
    .td-grid-style-1 .td-medium-thumb .td-big-grid-meta {
        margin: 0 15px 11px;
    }
}

.td-grid-style-1 .td-medium-thumb .entry-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.td-grid-style-1 .td-small-thumb .td-big-grid-meta {
    margin: 0 15px 11px;
}

.td-grid-style-1 .td-small-thumb .entry-title {
    margin-top: 2px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.td-grid-style-1 .td-tiny-thumb .td-big-grid-meta {
    margin: 0 10px 10px 14px;
}

.td-grid-style-1 .td-tiny-thumb .entry-title {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
}

.td-grid-style-1 .td-tiny-thumb .td-post-category {
    font-size: 9px;
    font-weight: 600;
    padding: 3px 5px;
    line-height: 1;
}

.td-grid-style-1.td-hover-1 .td-module-thumb .entry-thumb {
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}

.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.td-grid-style-1.td-hover-1 .td-post-category {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category {
    background-color: #4db2ec;
}

@media (max-width: 767px) {
    .td-grid-style-1 .td-video-play-ico img {
        bottom: auto;
        left: auto;
        margin: 20px 20px 0;
    }
}

/*  ----------------------------------------------------------------------------
    Default Post Template
*/
.td-post-content p:empty {
    display: none;
}

.td-post-featured-image {
    position: relative;
}

.td-post-featured-image img {
    display: block;
    margin-bottom: 26px;
    width: 100%;
}

.td-post-featured-image .wp-caption-text {
    margin-bottom: 26px;
    z-index: 1;
}

.td-post-content {
    margin-top: 21px;
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    .td-post-content {
        margin-top: 16px;
    }
}

.td-post-content img {
    display: block;
}

.td-post-content table {
    margin-bottom: 21px;
}

.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;
}

@media (max-width: 1018px) {
    .td-post-template-default .td-post-header header .entry-title {
        font-size: 32px;
        line-height: 36px;
    }
}

.td-post-template-default .td-post-featured-image img {
    width: auto;
}

/*  ----------------------------------------------------------------------------
    Post title
*/
.post {
    background-color: #fff;
}

.post header .entry-title {
    margin-top: 0;
    word-wrap: break-word;
}

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

@media (max-width: 767px) {
    .post header .entry-title {
        margin-top: 3px;
        margin-bottom: 9px;
    }
}

/*  ----------------------------------------------------------------------------
    Subtitle
*/
.td-post-sub-title {
    font-family: 'Rubik', arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 24px;
    color: #999;
    margin: 9px 0 14px 0;
}

@media (max-width: 767px) {
    .td-post-sub-title {
        margin: 0 0 16px;
    }
}

/*  ----------------------------------------------------------------------------
    Template 1
*/

@media (max-width: 1018px) {
    .td-post-template-1 .td-post-header header .entry-title {
        font-size: 26px;
        line-height: 32px;
    }

    h2 {
        font-size: 20px;
        line-height: 32px;
    }

    h3 {
        font-size: 18px;
        line-height: 26px;;
    }
}

.td-post-template-1 .td-post-sharing-top {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .td-post-template-1 .td-post-sharing-top {
        margin-bottom: 20px;
    }
}

.td-post-template-1 .td-featured-image-rec {
    float: left;
    width: 300px;
    margin-right: 21px;
}

@media (max-width: 767px) {
    .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 img,
.td-post-template-1 .td-featured-image-rec .wpb_video_wrapper {
    margin-bottom: 21px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-post-template-1 .td-pb-span8 .td-featured-image-rec {
        width: 200px;
        margin-right: 17px;
    }
}

.td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
    float: left;
    width: 60%;
}

@media (max-width: 767px) {
    .td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
        float: none;
        width: 100%;
    }
}

.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;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-post-template-1 .wpb_video_wrapper .twitter-video {
        min-width: 200px !important;
    }
}

/* Video */
.wpb_video_wrapper {
    margin-bottom: 26px;
}

.wpb_video_wrapper iframe {
    display: block;
}

.wpb_video_wrapper .twitter-video {
    max-width: none !important;
}

/*  ----------------------------------------------------------------------------
    Comment section
*/
.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-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 500px) {
    .comment cite {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .comment cite a {
        display: block;
    }
}

.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;
}

@media (max-width: 500px) {
    .comment .children {
        margin-left: 34px;
    }
}

.comment .children .children {
    margin-left: 56px;
}

@media (max-width: 500px) {
    .comment .children .children {
        margin-left: 0;
    }
}

.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;
}

@media (max-width: 500px) {
    .comment .children .comment .avatar {
        top: 0;
    }
}

.comment .children .comment .comment-content,
.comment .children .comment .comment-meta,
.comment .children .comment .comment-respond {
    margin-left: 56px;
}

.comment-link {
    font-size: 11px;
    line-height: 1;
    color: #b4b4b4;
    padding-left: 10px;
}

@media (max-width: 500px) {
    .comment-link {
        padding-left: 0;
        margin-bottom: 5px;
        margin-top: 5px;
        display: block;
    }
}

.comment-meta {
    margin-top: 3px;
}

.comment-respond {
    margin-bottom: 21px;
}

@media (max-width: 767px) {
    .comment-respond {
        margin-left: 0 !important;
    }
}

.comment-reply-link {
    font-size: 11px;
    color: #b4b4b4;
}

.comment-reply-link:hover {
    color: #319153;
}

.single .comments {
    margin-bottom: 48px;
    padding-top: 10px;
    margin-top: -10px;
}

/*  ----------------------------------------------------------------------------
    Comment form
*/
#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: #111111;
    font-weight: 600;
}

.logged-in-as a:hover {
    color: #319153;
}

@media (max-width: 767px) {
    .logged-in-as a:last-child {
        display: block;
        float: right;
    }
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: 400;
    color: #111111;
    margin-left: 10px;
}

#cancel-comment-reply-link:hover {
    color: #319153;
}

.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) {
    .td-login-comment {
        background-color: #222;
        width: 100%;
        margin-top: 20px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }

    .td-login-comment a {
        color: #fff;
        padding: 14px 0 15px;
        line-height: 19px;
        display: block;
    }
}

@media (max-width: 767px) {
    .comments .comment-form .submit {
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        padding: 15px 0;
        text-transform: uppercase;
    }
}

.comments {
    clear: both;
}

@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;
    }
}

@media (max-width: 767px) {
    .comment-list li:last-child {
        border: none;
    }
}

/*  ----------------------------------------------------------------------------
    Page title
*/
.td-page-title {
    margin: -10px 0 10px 0;
}

@media (min-width: 768px) and (max-width: 1018px) {
    body .td-page-title {
        font-size: 26px;
        line-height: 34px;
        margin: -2px 0 19px 0;
    }
}

@media (max-width: 767px) {
    body .td-page-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .page-template-page-pagebuilder-title .td-crumb-container,
    .page-template-default .td-crumb-container {
        margin-bottom: 0;
    }
}

/*  ----------------------------------------------------------------------------
    Default page template
*/
.td-main-content-wrap {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .td-main-content-wrap {
        padding-bottom: 26px;
    }

    .home .td-main-content-wrap {
        padding-top: 22px;
    }
}

/*  ----------------------------------------------------------------------------
    404 page
*/
.td-404-title {
    font-size: 40px;
    color: #222222;
    text-align: center;
    line-height: 50px;
    margin: 50px 0 17px 0;
}

@media (max-width: 767px) {
    .td-404-title {
        font-size: 34px;
        line-height: 44px;
    }
}

.td-404-sub-title {
    font-size: 21px;
    line-height: 24px;
    color: #a6a6a6;
    text-align: center;
    margin: 0 0 40px 0;
}

@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;
}

.td-404-sub-sub-title a {
    background-color: #222222;
    border: medium none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    padding: 8px 15px;
    margin-left: 6px;
}

.td-404-sub-sub-title a:hover {
    color: #fff;
    background-color: #319153;
}

.td-404-head {
    text-align: center;
}

/*  ----------------------------------------------------------------------------
    Search page
*/
.td-search-query {
    color: #319153;
}

.search-page-search-wrap {
    margin: 37px 0 51px 0;
}

.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 15px;
    line-height: 16px;
    margin: 0;
}

.td-search-form-widget .wpb_button:hover {
    background-color: #319153;
}

.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;
}

/*  ----------------------------------------------------------------------------
    Pagination
*/
.page-nav {
    margin: 30px 0 30px 0;
    display: inline-block;
    width: 100%;
}

@media (max-width: 767px) {
    .page-nav {
        margin-right: auto;
        margin-left: auto;
        display: table;
        width: auto;
    }
}

.page-nav a:hover {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.page-nav a,
.page-nav span {
    padding: 5px 11px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color: #666;
    float: left;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .page-nav .first,
    .page-nav .last {
        display: none;
    }
}

.page-nav .extend {
    border: none;
}

@media (max-width: 767px) {
    .page-nav .extend {
        display: none;
    }
}

.page-nav i {
    font-size: 18px;
    line-height: 1;
    display: inline-table;
}

.page-nav .pages {
    float: right;
    margin: 0;
    border: none;
    padding: 6px 0 6px 6px;
}

@media (max-width: 767px) {
    .page-nav .pages {
        display: none;
    }
}

.page-nav .current {
    background-color: #319153;
    color: #fff;
    border-color: #319153;
}

.page-nav:first-child > div {
    padding: 5px 11px;
    border: 1px solid #319153;
    display: inline-block;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color: #fff;
    line-height: 21px;
    float: left;
    background-color: #319153;
}

.page-nav .td-icon-menu-right {
    padding-left: 1px;
}

.page-nav .td-icon-menu-left {
    padding-right: 1px;
}

/*  ----------------------------------------------------------------------------
    Typography
*/
.td-page-content {
    padding-bottom: 26px;
}

.td-page-content table {
    margin-bottom: 21px;
}

/*  ----------------------------------------------------------------------------
    General Category Templates
*/
.td-pulldown-filter-list {
    display: none;
}

.td-category-pulldown-filter:hover .td-pulldown-filter-list {
    display: block;
}

.td-category-header {
    background-color: #fff;
    clear: both;
}

.td-category-header .td-container {
    position: relative;
}

.td-page-header .td-page-title,
.td-category-header .td-page-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 12px;
}

.td-category-header .td-page-title {
    margin-top: 14px;
}

.td-category-header .entry-category a {
    font-size: 11px;
    padding: 4px 8px 5px 8px;
}

.td-category-head {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #212121;
}

.td-category-head .td-category-pulldown-filter {
    position: absolute;
    bottom: 0;
    right: 0;
}

.orderby_cat {
    position: absolute;
    top: 5px;
    left: -120px;
    font-size: 13px;
    width: 120px;
    text-align: right;
    padding-right: 10px;
}

.td-category-head .td-pulldown-filter-display-option {
    background: #6c6c6c;
    background: -moz-linear-gradient(top, #6c6c6c 0%, #1f1f1f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #6c6c6c), color-stop(100%, #1f1f1f));
    background: -webkit-linear-gradient(top, #6c6c6c 0%, #1f1f1f 100%);
    background: -o-linear-gradient(top, #6c6c6c 0%, #1f1f1f 100%);
    background: -ms-linear-gradient(top, #6c6c6c 0%, #1f1f1f 100%);
    background: linear-gradient(to bottom, #6c6c6c 0%, #1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6c6c', endColorstr='#1f1f1f', GradientType=0);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 13px;
    white-space: nowrap;
    border-radius: 3px 3px 0 0;
    font-family: "Roboto Condensed", Verdana, Arial, Helvetica, sans-serif;
}

.td-category-head .td-icon-menu-down {
    font-size: 9px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.td-category-head .td-pulldown-filter-list {
    position: absolute;
    z-index: 2;
    right: 0;
    background-color: #222222;
    padding: 6px 0;
    text-align: left;
    margin: 4px 0 0;
    min-width: 113px;
}

.td-category-head .td-pulldown-filter-list a {
    background-color: transparent !important;
}

.td-category-head .td-pulldown-filter-item {
    list-style: none;
    margin-left: 0;
    line-height: 1;
}

.td-category-head .td-pulldown-category-filter-link {
    padding: 0 13px;
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    width: 100%;
    color: #fff;
    text-transform: none;
}

.td-category-head .td-pulldown-category-filter-link:hover {
    color: #ff9f29;
}

.td-category-description p {
    font-style: italic;
    color: #777;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
}

@-moz-document url-prefix() {
    .td-category-header .td-pulldown-filter-display-option {
        padding: 4px 13px 5px 13px;
    }
}

.td-category-siblings {
    z-index: 2;
    opacity: 0;
    width: 744px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-category-siblings {
        width: 560px;
    }
}

@media (max-width: 767px) {
    .td-category-siblings {
        margin-right: 0;
        width: auto;
    }
}

.td-category-siblings .td-category {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    overflow: hidden;
}

.td-category-siblings .td-subcat-more {
    line-height: 1;
    padding: 4px 5px 3px;
}

.td-category-siblings .td-subcat-dropdown {
    background-color: transparent;
    display: inline-block;
    padding: 0;
    position: absolute;
    border: 1px solid #eaeaea;
    color: #222;
    top: 0;
}

@media (max-width: 767px) {
    .td-category-siblings .td-subcat-dropdown {
        position: absolute;
        top: 0;
    }
}

.td-category-siblings .td-subcat-dropdown i {
    margin: 0;
    top: 0;
}

.td-category-siblings .td-subcat-dropdown ul {
    z-index: 999;
    border: 1px solid #e6e6e6;
    margin: 0;
}

.td-category-siblings .td-subcat-dropdown:hover {
    border-color: #222;
    color: #fff;
    background-color: #222;
}

.td-category-siblings .td-subcat-dropdown:hover ul {
    display: block;
    border-color: #222;
    right: -1px;
    top: 23px;
}

.td-category-siblings .td-subcat-dropdown:hover ul:before {
    background-color: #222;
    content: '';
    height: 4px;
    position: absolute;
    right: -1px;
    top: -5px;
    width: 21px;
}

.td-category-siblings .td-subcat-dropdown li {
    list-style: none;
    margin-left: 0;
}

.td-category-siblings .td-subcat-dropdown a {
    display: block;
    color: #fff !important;
    padding: 0 13px;
    white-space: nowrap;
    text-transform: none;
    font-size: 10px;
}

.td-category-siblings .td-subcat-dropdown a:hover {
    color: #319153;
}

.td-category-siblings .td-subcat-dropdown a.td-current-sub-category {
    background-color: transparent;
    color: #319153;
}

.td-js-loaded .td-category-siblings {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 767px) {
    .category .td-crumb-container {
        margin-bottom: 3px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .category .td-category-grid .td_block_wrap {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .category .td-main-content .td-load-more-wrap {
        margin-bottom: 26px;
    }
}

/*  ----------------------------------------------------------------------------
    Category Template 1
*/
.td_category_template_1 .td-category-header {
    padding-bottom: 18px;
}

@media (max-width: 1018px) {
    .td_category_template_1 .td-category-header {
        padding-bottom: 14px;
    }
}

.td_category_template_1 .td-category-description p {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .td_category_template_1 .td-category-pulldown-filter {
        display: none;
    }
}

#td_css_split_separator {
    visibility: visible;
}

/*  ----------------------------------------------------------------------------
    WordPress default widgets
*/
.widget {
    margin-bottom: 38px;
}

.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;
}

.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: bold;
    color: #a40900;
}

.widget_calendar caption {
    font-weight: bold;
    padding-bottom: 10px;
}

.widget_calendar thead tr {
    line-height: 34px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .widget_calendar thead tr {
        line-height: 28px;
    }
}

.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: #319153;
}

.widget_categories li span {
    float: right;
    margin-right: 10px;
}

.widget_recent_comments {
    font-size: 14px;
    margin-bottom: 42px;
    color: #444;
}

.widget_recent_comments .block-title {
    margin-bottom: 18px;
}

.widget_recent_comments span a {
    margin-right: 5px;
    margin-left: 0;
}

.widget_recent_comments a {
    margin-left: 5px;
    font-style: italic;
    font-weight: 500;
}

.widget_recent_comments li {
    margin: 10px 12px !important;
    line-height: 21px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #f1f1f1;
}

.widget_recent_comments li .comment-author-link {
    font-weight: 700;
}

.widget_recent_comments li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.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;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .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-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: #319153;
}

.widget_rss .block-title .rsswidget {
    color: #fff;
    padding: 6px 12px 5px 12px;
}

.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-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-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 {
    margin-bottom: 17px;
}

.widget_text .block-title {
    margin-bottom: 26px;
}

.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: none;
}

.td-boxed-layout #td-outer-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1164px;
}

.td-scroll-up {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: #319153;
    border-radius: 3px;
    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 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    -moz-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    -o-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.td-scroll-up .fa {
    position: relative;
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    width: 40px;
    top: 7px;
}

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

.td-scroll-up-visible {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

@media print {
    html,
    body {
        background-color: #FFF;
        color: #1f1f1f;
        margin: 0;
        padding: 0;
    }

    img {
        max-width: 100%;
        display: block;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    ul,
    ol,
    li {
        page-break-inside: avoid;
    }

    table,
    tr,
    td {
        page-break-before: avoid;
    }

    .single-post .td-header-wrap,
    .single-post .td-main-sidebar,
    .single-post #td-theme-settings,
    .single-post .td-header-top-menu,
    .single-post .td-header-menu-wrap,
    .single-post .td-header-sp-ads,
    .single-post .td-main-sidebar,
    .single-post .td-post-source-tags,
    .single-post .td-post-sharing,
    .single-post .td-post-next-prev,
    .single-post .td_block_related_posts,
    .single-post #comments,
    .single-post .td-footer-container,
    .single-post .td-footer-wrapper,
    .single-post .td-sub-footer-container,
    .single-post .td-category,
    .single-post .td-post-views,
    .single-post .td-post-comments,
    .single-post .td-scroll-up,
    .single-post iframe,
    .single-post .td-more-articles-box,
    .single-post .td_block_video_playlist,
    .single-post .td-crumb-container,
    .single-post .td-g-rec,
    .single-post .td-a-rec,
    .single-post .author-box-wrap .avatar {
        display: none !important;
    }

    .backstretch {
        display: none;
    }

    .td-main-content,
    header {
        width: 100% !important;
    }
}

/*
    GENERAL
*/
.wpb_heading {
    background-color: #222;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 26px;
    margin-top: 0;
}

/*
    Text block
*/
.wpb_text_column h1:first-child,
.wpb_text_column h2:first-child,
.wpb_text_column h3:first-child,
.wpb_text_column h4:first-child,
.wpb_text_column h5:first-child {
    margin-top: 0;
}

/*
    Buttons
*/
.wpb_button,
.vc_btn {
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    text-shadow: none;
    border: none;
    transition: none;
    border-radius: 0;
    margin-bottom: 21px;
}

.wpb_button:hover,
.vc_btn:hover {
    text-shadow: none;
    text-decoration: none !important;
}

a.vc_btn-black {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.vc_btn-black:hover {
    background-color: #319153;
    border-color: #319153;
    color: #319153;
}

a.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover {
    color: #319153 !important;
}

.wpb_default {
    background-color: #319153;
}

.wpb_default:hover {
    text-shadow: none;
    background-color: #319153;
    opacity: 0.8;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

/*
    Video
*/
.wpb_video_widget .wpb_video_wrapper {
    margin-bottom: 0;
}

/*
    Custom heading
*/
.vc_custom_heading > * {
    margin-top: 0;
    margin-bottom: 26px;
}

/*
    Widgets
*/
.widget {
    overflow: hidden;
}

.vc_wp_rss ul,
.vc_wp_archives ul,
.vc_wp_categories ul,
.vc_wp_posts ul,
.vc_wp_text ul,
.vc_wp_custommenu ul,
.vc_wp_tagcloud ul,
.vc_wp_pages ul,
.vc_wp_calendar ul,
.vc_wp_recentcomments ul,
.vc_wp_meta ul,
.vc_wp_search ul {
    margin: 0;
}

.widgettitle {
    background-color: #222;
    color: #fff;
    display: inline-block;
    padding: 6px 12px 4px;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 14px;
    margin-top: 0;
    min-height: 30px;
    position: relative;
}

.widgettitle:after {
    content: '';
    height: 2px;
    width: 300%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #222;
}

.widgettitle a {
    color: #fff;
}

@-moz-document url-prefix() {
    .widgettitle {
        line-height: 18px;
    }
}

.vc_wp_rss {
    margin-bottom: 0;
}

.vc_wp_rss .widgettitle a:first-child {
    display: none;
}

.vc_wp_rss .widget_rss {
    margin-bottom: 21px;
}

.vc_wp_rss ul {
    margin: 4px 0 0 12px;
}

.vc_wp_rss ul li {
    margin-left: 0;
    padding-bottom: 0;
}

.vc_wp_archives ul {
    margin: 0;
}

.vc_wp_text .textwidget {
    margin: 12px 0 43px 0;
}

.vc_wp_tagcloud .widgettitle {
    margin-bottom: 26px;
}

.vc_wp_search .widgettitle {
    margin-bottom: 26px;
}

.wpb_raw_code {
    margin-bottom: 26px;
}

.wpb_single_image .vc_single_image-wrapper {
    display: block;
}

.wpb_flickr_heading {
    display: table;
}

/*  ----------------------------------------------------------------------------
    Footer General
*/
.td-footer-wrapper {
    background-color: #222222;
    padding-top: 34px;
    color: #eaeaea;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-footer-wrapper {
        padding-top: 44px;
    }
}

@media (max-width: 767px) {
    .td-footer-wrapper {
        padding-top: 40px;
    }
}

.td-footer-wrapper .td_block_wrap {
    padding-bottom: 0;
    margin-bottom: 48px;
}

@media (max-width: 767px) {
    .td-footer-wrapper .td_block_wrap {
        margin-bottom: 38px;
    }
}

.td-footer-wrapper .td_block_wrap .td-block-span12:last-child .td_module_wrap {
    padding-bottom: 0;
}

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

.td-footer-wrapper .block-title a,
.td-footer-wrapper .block-title span,
.td-footer-wrapper .block-title label {
    background-color: transparent;
    padding: 0;
    color: #fff;
}

.td-footer-wrapper .block-title {
    border-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .td-footer-wrapper .block-title {
        margin-bottom: 21px;
    }
}

@media (max-width: 767px) {
    .td-footer-wrapper .widget .block-title {
        margin-bottom: 13px;
    }
}

.td-footer-wrapper a {
    color: #fff;
}

.td-footer-wrapper ul {
    margin-bottom: 0;
}

.td-footer-wrapper li {
    margin-left: 0;
}

.td-footer-wrapper .td-post-category {
    background-color: #319153;
}

.td-footer-wrapper .td-post-category:hover {
    opacity: 0.8;
}

.td-footer-wrapper .widget_categories li span {
    margin-right: 0;
}

.td-footer-wrapper .td-instagram-meta {
    color: #eee;
}

.td-footer-wrapper .td-instagram-button {
    border-color: #444;
}

.td-footer-wrapper .td-instagram-button:hover {
    border-color: #666;
}

.td-footer-wrapper .td_block_exchange .td-rate,
.td-footer-wrapper .td_block_exchange .td-exchange-rates .td-rate:before {
    border-color: #444 !important;
}

.td-footer-wrapper .td_block_exchange .td-exchange-header:before {
    opacity: 0.3;
}

@media (max-width: 767px) {
    .td-footer-wrapper .td-pb-span4 {
        margin-bottom: 0;
    }

    .td-footer-wrapper .td-pb-span4:last-child {
        margin-bottom: 0;
    }
}

.td-footer-info {
    margin-bottom: 1px;
}

@media (max-width: 767px) {
    .td-footer-info {
        margin-bottom: 28px;
        text-align: center;
    }
}

.footer-logo-wrap {
    margin-bottom: 5px;
}

.footer-logo-wrap > a > img {
 filter:invert(100%);
 max-height:50px;
}

@media (max-width: 767px) {
    .footer-logo-wrap img {
        max-width: 70%;
    }
}

.footer-text-wrap .footer-email-wrap {
    padding: 21px 0;
}

.footer-text-wrap .footer-email-wrap a {
    color: #319153;
}

.td-social-style-2 .td-social-icon-wrap {
    display: inline-block;
    margin: 5px 10px 10px 0;
}

.td-social-style-2 .td-social-icon-wrap:last-child {
    margin-right: 0;
}

.td-social-style-2 .td-icon-font {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}

.td-social-style-2 .td-icon-font:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    opacity: 0.03;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-social-style-2 .td-icon-font {
        font-size: 12px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
}

.td-footer-bottom-full {
    margin-top: 12px;
    padding-top: 50px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .td-footer-bottom-full {
        text-align: center;
        padding-bottom: 0;
    }
}

.td-footer-bottom-full .td-container {
    position: relative;
}

.td-footer-bottom-full .td-container:before {
    content: '';
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -50px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
}

.td-footer-bottom-full .block-title {
    margin-bottom: 26px;
}

@media (max-width: 767px) {
    .td-footer-bottom-full .block-title {
        margin-bottom: 21px;
    }
}

.td-footer-bottom-full .footer-email-wrap {
    padding-bottom: 0;
}

.td-footer-bottom-full .footer-logo-wrap {
    margin-top: 35px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .td-footer-bottom-full .footer-logo-wrap {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .td-footer-bottom-full .td-pb-row > div {
        margin-bottom: 50px;
    }

    .td-footer-bottom-full .td-pb-row > div:last-child {
        margin-bottom: 0;
    }
}

/*  ----------------------------------------------------------------------------
    Footer Template 3
*/

@media (max-width: 767px) {
    .td-footer-template-3 {
        padding-top: 38px;
        padding-bottom: 10px;
    }
}

.td-footer-template-3 .footer-logo-wrap {
    padding-top: 3px;
}

/*  ----------------------------------------------------------------------------
    Sub Footer
*/
.td-sub-footer-container {
    background-color: #0d0d0d;
    color: #ccc;
    font-size: 12px;
}

@media (max-width: 767px) {
    .td-sub-footer-container {
        text-align: center;
        padding: 6px 0;
    }
}

.td-sub-footer-copy {
    font-size: 12px;
    line-height: 18px;
    color: #5a5a5a;
    margin: 0;
}

/* Sub Footer Menu */

.td-subfooter-menu {
    display: inline-block;
    margin: 0;
    padding: 15px 0;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-subfooter-menu {
        padding-right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-subfooter-menu {
        padding-right: 48px;
    }
}

@media (max-width: 767px) {
    .td-subfooter-menu {
        float: none;
    }
}

.td-subfooter-menu li {
    display: inline-block;
    margin-left: 0;
    line-height: 18px;
}

.td-subfooter-menu li a:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 0 12px 0 0;
    background: #ccc;
    border-radius: 100%;
    vertical-align: middle;
}

.td-subfooter-menu li:first-child a:before {
    display: none;
}

.td-subfooter-menu li a {
    margin-right: 12px;
    line-height: 18px;
    display: inline-block;
    color: #ccc;
}

.td-subfooter-menu li a:hover {
    color: #319153;
}

.td-subfooter-menu li:last-child a {
    margin-right: 0;
}

.td-subfooter-menu ul {
    display: none;
}

.td-subfooter-menu .fa {
    margin-right: 3px;
}

.footer-discription {
    padding-top: 8px;
}

.footer-discription p {
    margin-bottom: 25px;
}

.LiveInternet {
    float: right;
    margin: 10px 0 0;
    opacity: 0.4;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.LiveInternet img {
    float: left;
}

.LiveInternet:hover {
    opacity: 1;
}

@media (max-width: 767px) {

    .footer-discription {
        padding: 0;
    }

    .logo-footer {
        text-align: center;
    }

    .td-sub-footer-menu {
        position: relative;
        padding-bottom: 40px;
    }

    .LiveInternet {
        float: none;
        position: absolute;
        left: 50%;
        margin: 0 0 0 -15px;
        bottom: 14px;
    }

    .td-subfooter-menu li {
        display: block;
    }

    .td-subfooter-menu li a:before {
        display: none;
    }

    .td-subfooter-menu li a {
        margin: 0 0 10px;
        line-height: 30px;
        display: block;
        padding: 0 10px;
        border: 2px solid #222;
        border-radius: 20px;
    }
}

/*  ----------------------------------------------------------------------------
    loader
*/
.td-loader-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 59px;
    height: 59px;
    margin-top: -29.5px;
    /* Half the height */
    margin-left: -29.5px;
    /* Half the width */
    /* responsive phone */
    -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
    /* custom */
}

@media (max-width: 767px) {
    .td-loader-gif {
        top: 200px;
    }
}

/*  ----------------------------------------------------------------------------
    infinite loader - the small loader used on infinite scroll
*/
.td-loader-infinite {
    top: auto;
    bottom: 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;
    /* Half the height */
    margin-left: -16px;
    /* Half the width */
}

.td-loader-blocks-load-more {
    top: auto;
    bottom: 48px;
}

.td-loader-animation-start {
    opacity: 0;
    transform: perspective(600px) scale(0.4);
    -webkit-transform: perspective(600px) scale(0.4);
    -moz-transform: perspective(600px) scale(0.4);
    -ms-transform: perspective(600px) scale(0.4);
    -o-transform: perspective(600px) scale(0.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;
}

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

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

.td_module_mx2:after {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

.vc_separator {
    position: relative;
    margin-bottom: 20px;
}

.vc_icon_element-icon.fa {
    font-size: 2.15em;
    background: #fff;
    padding: 0 10px;
    position: relative;
}

.vc_separator .vc_sep_holder.vc_sep_holder_l {
    position: absolute;
    border-bottom: 2px dashed #e6e6e6;
    width: 100%;
    top: 50%;
    left: 0;
}

.info-support,
.sidebar-btn-block,
.main-footer-btn .vc_column-inner {
    text-align: center;
    background: #f1f7f7;
    background: -moz-linear-gradient(top, #f1f7f7 0%, #e8f3f3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f1f7f7), color-stop(100%, #e8f3f3));
    background: -webkit-linear-gradient(top, #f1f7f7 0%, #e8f3f3 100%);
    background: -o-linear-gradient(top, #f1f7f7 0%, #e8f3f3 100%);
    background: -ms-linear-gradient(top, #f1f7f7 0%, #e8f3f3 100%);
    background: linear-gradient(to bottom, #f1f7f7 0%, #e8f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f7f7', endColorstr='#e8f3f3', GradientType=0);
    border: 1px solid #cce7eb;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 20px;
}

.sidebar-btn-block .img {
    display: block;
    transition: all .05s ease-in-out;
}

.main-footer-btn .size-full {
    transition: all .05s ease-in-out;
}

.main-footer-btn .size-full:hover,
.sidebar-btn-block .img:hover {
    -ms-transform: scale(1.05, 1.05);;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.btn-orange,
.sidebar-btn-block .btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
    line-height: 28px;
    background: #ef8937;
    border-radius: 3px;
    margin-top: 10px;
}

.btn-orange:hover,
.sidebar-btn-block .btn:hover {
    background: #319153;
}

.main-footer-btn h2 {
    font-family: "Roboto Condensed", Verdana, Arial, Helvetica, sans-serif;
    min-height: 74px;
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-footer-btn h4 {
    font-weight: 400;
    min-height: 68px;
    font-size: 16px;
    color: #929292;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 20px;
}

.main-footer-btn p {
    margin-bottom: 0;
}

.main-footer-btn a:hover {
    opacity: 0.9;
}

.inmain-content {
    background: #fdfff6;
    border: 1px solid #e3e5dc;
    border-radius: 3px;
    padding: 20px 20px 10px;
    margin-bottom: 40px;
}

.inmain-content p {
    margin-bottom: 15px;
}

.wpb_text_column img.logo-content {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.rpwe-block ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.rpwe-block li {
    border-top: 2px dashed #e6e6e6;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 20px;
    list-style-type: none;
}

.rpwe-block a {
    display: inline;
    text-decoration: none;
}

.rpwe-block h3 {
    background: none;
    clear: none;
    margin-bottom: 0;
    color: #1f1f1f;
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.rpwe-thumb {
    border: 1px solid #EEE;
    box-shadow: none;
    margin: 2px 10px 2px 0;
    padding: 3px;
}

.rpwe-summary {
    font-size: 12px;
}

.rpwe-time {
    color: #bbb;
    font-size: 11px;
}

.rpwe-comment {
    color: #bbb;
    font-size: 11px;
    padding-left: 5px;
}

.rpwe-alignleft {
    display: inline;
    float: left;
}

.rpwe-alignright {
    display: inline;
    float: right;
}

.rpwe-aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rpwe-clearfix:before, .rpwe-clearfix:after {
    content: "";
    display: table;
}

.rpwe-clearfix:after {
    clear: both;
}

.rpwe-clearfix {
    zoom: 1;
}

.info-support {
    text-align: left;
    padding: 14px 20px;
    margin-bottom: 10px;
}

.info-support.state {
    padding: 20px;
    text-align: center;
    margin-bottom: 26px;
    margin-top: 20px;
}

.info-support.state p {
    margin: 0;
}

.info-support.state .btn-state {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
    background: #ef8937;
    border-radius: 3px;
    margin: 10px 0 5px 0;
}

.info-support.state .btn-state:hover {
    text-decoration: none;
    background: #319153;
}

.info-support.state .btn-state i {
    font-size: 24px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.info-support li {
    margin: 12px 0;
    padding-left: 50px;
    position: relative;
}

.info-support li .icon-block {
    position: absolute;
    left: 2px;
    top: 8px;
    text-align: center;
    background: #37a239;
    border-radius: 40px;
    height: 35px;
    width: 35px;
}

.info-support li .icon-block i {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
}

.info-support li .cont-nomber {
    font-family: "Roboto Condensed", Verdana, Arial, Helvetica, sans-serif;
    font-size: 26px;
}

.info-support li .cont-disc {
    font-size: 13px;
    line-height: 20px;
    color: #a3a3a3;
}

.info-support li.country .cont-nomber:before {
    content: "8 (800) 555-55-50";
}

.info-support li.sity .cont-nomber:before {
    content: "+7 (495) 500-55-50";
}

.info-support li.mobile .cont-nomber:before {
    content: "900";
}

.info-support li.country .cont-disc:before {
    content: "Бесплатный звонок по России";
}

.info-support li.sity .cont-disc:before {
    content: "Телефон в Москве";
}

.info-support li.mobile .cont-disc:before {
    content: "Для мобильных";
}

.adsbyheight {
    width: 580px;
    height: 400px;
}

.adsbyheight-side {
    width: 300px;
    height: 600px;
}

@media (max-width: 1018px) {
    .adsbyheight {
        width: 100%;
        height: 260px;
    }

    .adsbyheight-side {
        width: 100%;
        height: 600px;
    }
}

@media (max-width: 767px) {

    #menu-bottom {
        opacity: 0;
        position: absolute;
    }

    .entry-crumbs {
        padding-bottom: 8px;
    }

    .adsbyheight {
        width: 580px;
        height: 400px;
    }

    .adsbyheight-side {
        width: 580px;
        height: 400px;
    }

    .q2w3-fixed-widget-container,
    .q2w3-widget-clone-td-default {
        height: auto !important;
    }

    .widget.widget_text {
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
    }

    .rpwe-block h3 {
        text-align: center;
    }

    .td-mobile-content .fa {
        display: none;
    }

    .td-mobile-content .fa.fa-home {
        text-align: left;
        display: block;
    }

    .td-mobile-content .fa.fa-home:before {
        font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
        font-size: 21px;
        color: #fff;
        font-weight: bold;
        content: "Главная";
    }

    .td-mobile-content .current-menu-item > a .fa.fa-home:before {
        color: #ef8937;
    }
}

@media (max-width: 650px) {
    .td-post-template-1 .td-post-header header .entry-title {
        font-size: 24px;
        line-height: 28px;
    }

    h2 {
        font-size: 18px;
        line-height: 26px;
    }

    h2 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 600px) {
    .adsbyheight {
        width: 100%;
        height: 260px;
    }

    .adsbyheight-side {
        width: 300px;
        height: 600px;
    }
}

.su-info {
    background: #fffbd3;
    padding: 12px 10px 20px 10px;
    border: 1px solid #e7de83;
}

.su-info .su-service-title i {
    top: 12px;
    left: 14px;
}

.five-columns div.td-pb-span2 {
    float: left;
    width: 18.8%;
    padding: 0;
    margin-right: 5px;
    min-height: 0;
    height: 100%;
}

.social-likes-block.social-likes-block_top {
    width: 100%;
    float: right;
    margin-bottom: 0;
}

.social-likes-block.social-likes-block_top ul.full li {
    width: 39px;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 1px;
    line-height: 25px;
}

.social-likes-block.social-likes-block_top ul {
    padding: 0;
}

.social-likes-block_top.social-likes-block .counter-block.counter-block_top {
    min-width: 65px;
}

.counter-box_top.counter-box {
    padding-right: 0;
    padding-left: 0;
    margin-right: 10px;
    margin-bottom: 1px;
}