/*--------------------------------------------------------------
    >>> TABLE OF CONTENTS:
----------------------------------------------------------------
    1.0 Reset
    2.0 Extend Lib
    3.0 Common
    4.0 Menu
    5.0 Block & Module
    6.0 Widget
    7.0 Main Layout
    8.0 Page
    9.0 Single
    10.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a {
    color: inherit;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

li {
    list-style-type: none;
}

a:hover, a:focus, a:active {
    outline: 0;
    text-decoration: none;
}

a img {
    border: 0;
}

.alignnone {
    margin: 21px 0 0 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0 21px 0 0;
}

.alignleft, a img.alignleft {
    float: left;
    margin: 0 24px 0 0;
}

.alignright, a img.alignright {
    float: right;
    margin: 0 0 24px 24px;
}

a img.alignnone {
    margin: 5px 24px 24px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.wp-caption {
    max-width: 100% !important; /* Image does not overflow the content area */
    overflow: hidden;
    margin-bottom: 20px;
}

.wp-caption.alignnone {
    margin: 5px 24px 24px 0;
}

.wp-caption.aligncenter {
    margin-top: 5px;
    margin-bottom: 24px;
}

.wp-caption img {
    border: 0 none;
    max-width: 100%;
    height: auto;
    margin: 0 auto 4px auto;
    float: left;
    padding: 0;
    width: auto;
}

.wp-caption p, .wp-caption-text {
    font-style: italic;
    font-size: 0.83em;
    text-align: center;
    color: #666;
}

kbd {
    padding: 4px 7px;
    background: #333;
    color: #fff !important;
}

/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/*--------------------------------------------------------------
    2.0 Extend Lib
--------------------------------------------------------------*/

/*!
     * Justified Gallery - v3.5.0
     * http://miromannino.github.io/Justified-Gallery/
     * Copyright (c) 2014 Miro Mannino
     * Licensed under the MIT license.
     */
@-webkit-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@-moz-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@-o-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@-webkit-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden
}

.justified-gallery > a, .justified-gallery > div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: 0
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif
}

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
    display: initial;
    opacity: .7;
    filter: "alpha(opacity=70)";
    -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
    -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
    -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease
}

.justified-gallery > .entry-visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
    -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
    -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease
}

.justified-gallery > .spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    opacity: initial;
    filter: initial;
    overflow: initial
}

.justified-gallery > .spinner > span {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
             * Remove all paddings around the image on small screen
             */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*form 7 contact */

.wpcf7-submit {
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: 1px;
}

.wpcf7-text {
    max-width: 420px;
}

.wpcf7-textarea {
    width: 100%;
    padding: 12px;
}

/*--------------------------------------------------------------
    3.0 - Common
--------------------------------------------------------------*/

.tn-main-container {
    overflow: hidden;
    position: relative;
}

.tn-section-full-width-wrap {
    overflow: hidden;
    margin-bottom: 60px;
}

.logo-area-inner {
    padding: 33px 0;
    margin-left: 24px;
    margin-right: 24px;
}

.tn-site-logo-wrap {
    text-align: center;
    display: block;
    float: none;
    position: relative;
    margin: 5px auto;
}

.tn-site-logo-wrap a.logo-image {
    display: block;
    height: 90px;
    width: 260px;
}

.tn-site-logo-wrap img.logo-image-data {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0 !important;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width: auto;
    position: absolute;
}

.tn-site-logo-wrap .title-logo {
    white-space: nowrap;
    margin-bottom: 12px;
    line-height: 1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.tn-site-logo-wrap .title-tagline {
    opacity: .7;
    white-space: nowrap;
}

.tn-site-logo-wrap a:hover, .tn-site-logo-wrap a:focus {
    text-decoration: none;
    color: #F7CA18;
}

.tn-header-ads-wrap {
    text-align: center;
    display: block;
    width: 749px;
    position: relative;
    margin: 15px auto;
}

.tn-ads-image {
    height: 90px;
    display: block;
}

.tn-ads-image img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 90px;
    text-align: center;
    margin: auto;
    width: auto;
    position: absolute;
}

@media (max-width: 1109px) {
    .tn-header-ads-wrap {
        max-width: 650px;
    }

    .tn-ads-image img {
        max-width: 468px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .tn-header-ads-wrap {
        width: 470px;
    }

    .tn-ads-image img {
        text-align: right;
    }
}

/* banner background parallax */
.banner-background-image-style {
    overflow: hidden;
    position: relative;
}

.tn-banner-parallax-wrap {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.logo-area-inner-parallax {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo-area-inner-parallax .tn-site-logo-wrap a.logo-image {
    width: auto;
}

.logo-area-inner-parallax .tn-site-logo-wrap img.logo-image-data {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto !important;
}

.logo-area-inner-parallax .tn-site-logo-wrap {
    float: none !important;
    text-align: center;
    width: auto !important;
}

.logo-area-inner-parallax .tn-site-logo-wrap .title-logo, .logo-area-inner-parallax .title-tagline {
    color: #fff;
}

@media (max-width: 767px) {
    .tn-banner-parallax-wrap {
        display: none !important;
        height: 200px !important;
    }

}

#tn-banner-image-parallax {
    height: 400px !important;
}

.tn-banner-parallax-wrap img {
    top: -72px !important;
}

.tn-tags-date-author {
    opacity: .7;
}

/*social */
.icon-social:before {
    font-family: FontAwesome;
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-google_plus:before {
    content: "\f0d5";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-vimeo:before {
    content: "\f194";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-rss:before {
    content: "\f09e";
}

.tn-social-bar-wrap {
    float: left;
    display: block;
    font-size: 13px !important;
}

.more-social-share {
    display: inline-block;
    width: 42px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.social-box-hidden-wrap a {
    width: 25%;
    float: left;
    display: block;
}

.more-social-share:before {
    content: "\f103";
    display: inline-block;
    font-family: FontAwesome;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform 0.35s;
}

.more-social-share:hover:before {
    color: #fff;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.social-box-hidden-wrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    z-index: 6666;
    right: 0;
    pointer-events: none;
    width: 200px;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, .05) !important;
    border-right: 1px solid transparent !important;
    border-top: 2px solid #F7CA18;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.35s ease-in-out 0.1s;
    -webkit-transition: all 0.35s ease-in-out 0.1s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.more-social-share:hover .social-box-hidden-wrap {
    pointer-events: auto;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.more-social-share:hover {
    background: #F7CA18;
    border-color: #F7CA18;
}

.icon-social {
    display: inline-block;
    width: 42px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    transition: all .5s !important;
    -o-transition: all .5s !important;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
}

.icon-social:hover {
    color: #F7CA18;
    -ms-transform: rotate(-360deg); /* IE 9 */
    -webkit-transform: rotate(-360deg); /* Chrome, Safari, Opera */
    transform: rotate(-360deg);
}

/*ajax load */
.next-prev-wrap {
    float: right;
    display: inline-block;
    padding-left: 6px;
    background: #fff;
}

.next-prev-wrap a {
    color: #333;
    padding: 0 9px;
}

.tn-black-style .next-prev-wrap a {
    color: #fff;
}

.next-prev-wrap a:first-child {
    margin-left: 0;
}

.tn-loader {
    background: rgba(255, 255, 255, 0) url('../images/ajax-loader.svg') no-repeat center center !important;
    position: absolute;
    opacity: 0.9;
    z-index: 992;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.block_inner_overflow {
    overflow: hidden;
}

.tn-ajax-disable {
    opacity: .3;
    cursor: context-menu;
}

.tn-load-more-wrap {
    display: block;
    margin-top: 30px;
    text-align: center;
    position: relative;

}

.tn-load-more-inner {
    position: relative;
    display: inline-block;
    padding: 1px;
    border: 1px solid #333;
    z-index: 9;
    background: #fff;
}

.tn-load-more-inner a {
    display: block;
    background: #333;
    line-height: 1em;
    padding: 6px 32px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    font-size: 1.1em;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.tn-black-style .tn-load-more-inner {
    background: #26282A;
    border-color: #fff;
}

.tn-black-style .tn-load-more-inner a {
    color: #111111;
    background: #fff;
}

.tn-load-more-inner a:hover, .tn-load-more-inner a:focus {
    color: #F7CA18;
    text-decoration: none;
}

.tn-load-more-liner {
    height: 1px;
    background: #333;
    position: absolute;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/*sub category */
.tn-sub-cate-wrap {
    display: block;
    background: #fff;
    float: right;
    padding: 5px 0 5px 12px;
}

.tn-sub-cate-element {
    display: inline-block;
}

.tn-sub-cate-element a {
    opacity: .7;
}

.tn-sub-cate-element:before {
    content: '|';
    padding: 6px;
    opacity: .7;
}

.tn-sub-cate-element:first-child:before {
    content: '';
    padding: 0;
}

.tn-sub-cate-element:last-child {
    padding-right: 0;
    margin-right: 0;
}

.tn-sub-cate-element a:hover, .tn-sub-cate-element a:focus {
    color: #F7CA18;
    opacity: 1;
}

/*meta thumb */
.tn-meta-counter-wrap {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 9px 6px;
    display: block;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(255, 255, 255, .2);
}

.tn-counter-num {
    display: block;
    font-size: 1.5em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 6px;
    line-height: 1em;
    font-weight: bold;
    text-align: left;
}

.tn-counter-content {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    line-height: 1em !important;
    text-emphasis: left;
    color: #fff !important;
}

/* breadcrumbs */
.tn-breadcrumbs-wrap {
    position: relative;
    min-height: 33px;
}

.tn-breadcrumbs-inner {
    text-transform: capitalize !important;
    opacity: .8;
    line-height: 1.7em;
    padding-left: 39px;
    padding-right: 24px;
    margin-bottom: 15px !important;
}

.tn-breadcrumbs-inner i {
    margin-left: 9px;
    margin-right: 9px;
}

.tn-breadcrumbs-inner a:hover {
    color: #F7CA18;
    opacity: 1;
}

.breadcrumbs-current {
    opacity: .5;
}

/*right main menu */
.tn-main-menu-right-area {
    display: block;
    float: right;
}

/*ajax search */
.tn-ajax-search-wrap {
    display: block;
    float: left;
    position: relative;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.search-form-wrap {
    display: none;
}

#ajax-form-search {
    font-size: 15px;
    display: block;
    padding: 0 12px;
    color: #999;
}

.tn-ajax-search-wrap:hover {
    background: #F7CA18;
}

.tn-ajax-search-wrap i {
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.tn-ajax-search-wrap:hover i {
    color: #fff;
}

.tn-ajax-search-icon {
    display: block;
    width: 42px;
    text-align: center;
}

.ajax-search-hover {
    background: #F7CA18;
    color: #fff !important;
}

.tn-search-form-wrap {
    position: absolute;
    text-align: left;
    right: 0;
    outline: none;
    color: #111111;
    display: none;
    top: 100%;
    background: #fff;
    padding: 18px;
    z-index: 99999;
    width: 330px;
    height: auto;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .05) !important;
    border-right: 1px solid transparent !important;
    border-top: 2px solid #F7CA18;
}

.tn-search-form-wrap fieldset {
    line-height: 0;
}

.no-result {
    padding-top: 24px;
    padding-bottom: 12px;
    font-size: .9em;
    font-style: italic;
    display: block;
}

#tn-search-form-text {
    width: 100%;
    padding: 9px 0;
    background: none;
    outline: none;
    line-height: 1.5em;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.search-loading {
    min-height: 44px;
    background: rgba(255, 255, 255, 0) url('../images/ajax-loader.svg') no-repeat center center;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.tn-ajax-not-found {
    padding: 15px;
    text-align: center;
    text-transform: capitalize;
}

.tn-block-search-wrap {
    padding-top: 12px;
}

/*post format */
.tn-post-format {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
}

.tn-post-format i {
    line-height: 52px;
    font-size: 32px;
}

.tn-post-format i.fa-play-circle {
    font-size: 46px;
}

.tn-post-format i.fa-headphones {
    font-size: 43px;
}

.tn-module4-inner .tn-post-format {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
}

.tn-module4-inner .tn-post-format i {
    line-height: 60px;
    font-size: 40px;
}

.tn-module4-inner .tn-post-format i.fa-headphones {
    font-size: 52px;
}

.tn-module4-inner .tn-post-format i.fa-play-circle {
    font-size: 57px;
}

/*to top button */
#tn-back-top {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 9px;
    right: 18px;
    overflow: hidden;
    border: none;
    z-index: 99990;
    cursor: pointer;
}

#tn-back-top i {
    font-size: 20px;
    width: 32px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    opacity: .4;
    color: #333;
    border: 1px solid #363636;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#tn-back-top:hover i, #tn-back-top:focus i {
    opacity: 1;
}

#tn-back-top:active, #tn-back-top:focus {
    outline: none;
}

#tn-back-top-inner {
    display: none !important;
}

/*pagination */
.tn-page-pagination-wrap {
    display: block;
    margin-bottom: 48px;
    padding: 9px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    border-top: 1px dashed rgba(0, 0, 0, .1);
}

.tn-page-pagination-inner {
    float: left;
    display: block;
}

.tn-pagination-text {
    float: right;
    display: block;
    line-height: 30px !important;
}

.tn-pagination-text span {
    font-style: italic;
}

.page-numbers {
    width: 24px;
    height: 30px;
    display: inline-block;
    position: relative;
    line-height: 30px;
    text-align: center;
    color: #333;
    box-shadow: 0 0 0 1px;
    -webkit-box-shadow: 0 0 0 1px;
    font-size: 14px;
    margin-right: 9px;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.page-numbers::after {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: #333;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.35s;
    -moz-transition: -moz-transform 0.2s, opacity 0.35s;
    transition: transform 0.2s, opacity 0.35s;
    pointer-events: none;
    position: absolute;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    content: '';
}

.page-numbers:hover::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.page-numbers:hover, .page-numbers:focus {
    color: #fff;
    box-shadow: 0 0 0 1px #333;
    -webkit-box-shadow: 0 0 0 1px #333;
}

.page-numbers:last-child {
    margin-right: 0;
}

.page-numbers.current {
    opacity: .6;
    color: #fff;
    box-shadow: 0 0 0 1px #333;
    -webkit-box-shadow: 0 0 0 1px #333;
    cursor: text;
}

.page-numbers.current::after {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background: #333;
}

.page-numbers.current:hover {
    text-decoration: none;
    opacity: .6;

}

.page-numbers:hover, .page-numbers:focus {
    border-color: #F7CA18;
    opacity: 1;
    text-decoration: none;
}

.tn-hidden {
    display: none !important;
}

.tn-more-result-wrap .more-result {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid;
    outline: none;
    color: #333;
    padding: 9px 12px;
    position: relative;
    text-transform: uppercase;
    line-height: 1em;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.tn-more-result-wrap .more-result:hover, .tn-more-result-wrap .more-result:focus {
    background: #333;
    color: #fff;
}

a.block-title {
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a.block-title:hover {
    color: #F7CA18;
}

.tn-module-title {
    margin-bottom: 12px;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.tn-module-excerpt {
    opacity: .83 !important;
}

.tn-module-title a:hover, .tn-module-title a:focus {
    color: #F7CA18;
}

.tn-read-more-wrap {
    margin-top: 15px;
    display: block;
}

.tn-read-more {
    display: inline-block;
    line-height: 1em;
    padding: 9px 12px;
    color: #333;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 0 1px;
    -webkit-box-shadow: 0 0 0 1px;
    z-index: 1;
    -webkit-transition: color 0.35s;
    -moz-transition: color 0.35s;
    transition: color 0.35s;
}

.tn-read-more:after {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: #333;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.35s;
    -moz-transition: -moz-transform 0.2s, opacity 0.35s;
    transition: transform 0.2s, opacity 0.35s;
    pointer-events: none;
    position: absolute;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    content: '';
}

.tn-black-style .tn-read-more {
    color: #fff;
    box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
}

.tn-black-style .tn-read-more:after {
    background: #fff;
}

.tn-read-more:hover:after, .tn-read-more:focus:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.tn-read-more:hover, .tn-read-more:focus {
    color: #fff;
    box-shadow: 0 0 0 1px #333;
    -webkit-box-shadow: 0 0 0 1px #333;
}

.tn-black-style .tn-read-more:hover, .tn-black-style .tn-read-more:focus {
    color: #111111;
    box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
}

.tn-category-tags-wrap {
    line-height: 1em;
    margin-bottom: 6px;
}

.tn-black-style .tn-category-tags-wrap, .tn-black-style .meta-tags-author, .tn-black-style .meta-tags-date {
    color: #fff !important;
}

.tn-category-tags:hover, .tn-category-tags:focus {
    color: #F7CA18;
}

.meta-tags-date {
    margin-bottom: 12px;
    display: block;
    font-style: italic !important;
    line-height: 1em;
    white-space: nowrap;
}

.meta-tags-author {
    text-transform: capitalize !important;
    font-style: italic !important;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
}

.meta-tags-author a {
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 3px;
    margin-right: 3px;
}

.meta-tags-author a:hover, .meta-tags-author a:focus {
    color: #F7CA18;
    opacity: 1;
}

.tn-thumb-wrap {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.tn-no-thumb-wrap {
    background: #F7CA18;
    position: relative;
}

.tn-no-thumb-wrap > a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.tn-no-thumb-wrap::after {
    content: "";
    display: block;
    padding-top: 75%;
}

.tn-module4-inner .tn-no-thumb-wrap::after {
    padding-top: 56%;
}

.tn-thumb-wrap img {
    position: relative;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);

}

.tn-thumb-wrap:hover img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.tn-thumb-wrap::before {
    z-index: 99;
    display: block;
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F7CA18;
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -ms-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
    opacity: .05;
}

.tn-thumb-wrap:hover::before, .tn-thumb-wrap:focus::before {
    opacity: .3;
}

.tn-thumb-wrap:hover a, .tn-thumb-wrap:hover a::after {
    opacity: 1;
}

.tn-thumb-wrap a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tn-thumb-wrap a::before,
.tn-thumb-wrap a::after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.tn-thumb-wrap a::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.tn-thumb-wrap a::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.tn-thumb-wrap:hover a::before,
.tn-thumb-wrap:hover a::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tn-module-meta-tags {
    position: relative;
    margin-top: -48px;
    background: #fff;
    box-shadow: 0 -20px 40px -30px #000;
    -webkit-box-shadow: 0 -20px 40px -30px #000;
    z-index: 1001;
    margin-left: 15px;
    margin-right: 15px;
    padding: 12px 18px 12px 18px;
}

.tn-black-style .tn-module-meta-tags, .tn-black-style .next-prev-wrap {
    background: #26282A;
}

.tn-module-meta {
    display: inline-block;
}

.tn-module-meta .meta-tags-date {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 0;
}

.tn-module2-wrap .tn-category-tags-wrap {
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 3px;
}

.tn-module2-wrap .tn-meta-counter-wrap {
    text-align: left;
}

/*--------------------------------------------------------------
    4.0 - Menu
--------------------------------------------------------------*/

#tn-top-bar-wrap {
    background: #fff;
    color: #777;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.tn-top-left-bar {
    display: block;
    float: left;
}

.tn-top-right-bar {
    display: block;
    float: right;
}

.tn-topbar-social-wrap .icon-social {
    width: 30px;
    line-height: 42px;
    font-size: 13px;
}

.tn-top-menu-wrap {
    float: left;
}

.tn-main-menu-inner {
    position: relative;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
}

.tn-main-menu-inner .tn-counter-num {
    font-size: 1.2em;
}

.tn-top-menu li {
    display: block;
    float: left;
    position: relative;
}

.tn-top-menu li a {
    display: block;
    opacity: .9;
    line-height: 42px;
    padding: 0 12px;
}

.tn-top-menu li a:hover, .tn-top-menu li a:focus {
    opacity: 1;
    background: rgba(0, 0, 0, .08);
}

.tn-top-menu li.current-menu-item > a {
    opacity: 1;
}

.tn-top-menu-wrap .sub-menu {
    position: absolute;
    background: #fff;
    z-index: 888889;
    display: block;
    opacity: 0;
    border-left: 1px solid rgba(0, 0, 0, .07) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .07) !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    pointer-events: none;
    visibility: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.35s ease-in-out 0.1s;
    -webkit-transition: all 0.35s ease-in-out 0.1s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.tn-top-menu-wrap > ul > li > .sub-menu {
    left: -12px;
    top: 100%;
}

.tn-top-menu-wrap > ul > li:hover > .sub-menu {
    pointer-events: auto;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.tn-top-menu-wrap .sub-menu li {
    position: relative;
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.tn-top-menu-wrap .sub-menu li:last-child {
    border-bottom: 0;
}

.tn-top-menu-wrap ul li .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.tn-top-menu-wrap > ul > li > .sub-menu > li:hover .sub-menu {
    pointer-events: auto;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.tn-top-menu-wrap .sub-menu li a {
    display: block;
    white-space: nowrap;
    line-height: 36px;
    min-width: 180px;
    padding: 0 24px;
    position: relative;
}

.tn-top-menu-wrap .sub-menu .menu-item-has-children > a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 24px;
    top: 0;
    line-height: 36px;
    font-size: 11px;
}

#tn-main-menu-sticky {
    position: relative;
    margin-bottom: 69px;
    display: block;
}

.tn-main-menu-wrap {
    background: #fff;
    box-shadow: 0 0 20px -7px #000;
    -moz-box-shadow: 0 0 20px -7px #000;
    -ms-box-shadow: 0 0 20px -7px #000;
    -o-box-shadow: 0 0 20px -7px #000;
    -webkit-box-shadow: 0 0 20px -7px #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 888888;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -ms-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.tn-main-menu-responsive {
    line-height: 0 !important;
}

.tn-main-menu-responsive.tn-menu-center {
    display: block;
    text-align: center;
}

.tn-main-menu-responsive.tn-menu-center ul {
    text-align: left;
}

.tn-main-menu-responsive.tn-menu-center .main-menu-wrap, .tn-main-menu-responsive.tn-menu-center .tn-main-menu-right-area {
    float: none;
    display: inline-block;
}

.tn-main-menu-responsive.tn-menu-center .tn-mobile-site-title {
    float: none;
}

.fixed-menu .tn-main-menu-responsive.tn-menu-center .tn-mobile-site-title {
    display: inline-block;
}

.tn-fixed-menu {
    -webkit-transform: translate3d(0, -54px, 0);
    transform: translate3d(0, -54px, 0);
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    position: fixed !important;
}

.tn-fixed-menu.fixed-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fixed-menu {
    opacity: .8;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -ms-transition: -ms-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
}

.fixed-menu:hover, .fixed-menu:focus {
    opacity: 1;
}

.main-menu-wrap {
    float: left;
    display: block;
}

.main-menu-wrap > ul > li {
    display: block;
    float: left;
    position: relative;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.main-menu-wrap > ul > li > a {
    padding: 0 15px;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 58px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    -webkit-transition: all .35s !important;
    -moz-transition: all .35s !important;
    -ms-transition: all .35s !important;
    -o-transition: all .35s !important;
    transition: all .35s !important;
}

.main-menu-wrap > ul > li:hover > a, .main-menu-wrap > ul > li:focus > a, .main-menu-wrap > ul > li.current-menu-item > a {
    color: #fff;
    background: #F7CA18;
}

.main-menu-wrap li.current-menu-item > a {
    color: #F7CA18;
}

.tn-dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    border-top: 2px solid #F7CA18;
    border-left: 1px solid rgba(0, 0, 0, .05) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.35s ease-in-out 0.1s;
    -webkit-transition: all 0.35s ease-in-out 0.1s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.tn-sub-menu {
    background: #fff;
    padding: 6px 0;
    position: relative;
}

.main-menu-wrap > ul > li.menu-item-has-children:hover .tn-dropdown-menu {
    left: 0;
    pointer-events: auto;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.tn-sub-menu li {
    line-height: 36px;
    position: relative;
}

.tn-sub-menu li a {
    display: block;
    white-space: nowrap;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    min-width: 180px;
}

.tn-sub-menu > li.menu-item-has-children > a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 24px;
    top: 0;
    line-height: 36px;
    font-size: 11px;
}

.tn-sub-menu li a:hover {
    color: #F7CA18;
}

.tn-sub-menu li:last-child > a {
    border-bottom: 0;
}

.tn-sub-menu > li > ul {
    position: absolute;
    left: 100%;
    top: -2px;
    border-top: 2px solid #F7CA18;
    border-left: 1px solid rgba(0, 0, 0, .05) !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.35s ease-in-out 0.1s;
    -webkit-transition: all 0.35s ease-in-out 0.1s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.tn-sub-menu > li.menu-item-has-children:hover ul {
    pointer-events: auto;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.tn-has-mega-menu {
    position: static !important;
}

.tn-mega-menu-wrap, .tn-mega-menu-col {
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    left: 0;
    padding: 24px 15px;
    pointer-events: none;
    border-top: 2px solid #F7CA18;
    border-left: 1px solid rgba(0, 0, 0, .05) !important;
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    background: #fff;
    z-index: 9999;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.35s ease-in-out 0.1s;
    -webkit-transition: all 0.35s ease-in-out 0.1s;
    -moz-transition: all 0.35s ease-in-out 0.1s;
    -o-transition: all 0.35s ease-in-out 0.1s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu-wrap > ul > li:hover .tn-mega-menu-wrap, .main-menu-wrap > ul > li:hover > .tn-mega-menu-col {
    pointer-events: auto;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.tn-mega-menu-wrap .tn-sub-menu-wrap {
    float: right;
    width: 20%;
    padding-right: 9px;
    padding-left: 12px;
}

.tn-mega-menu-wrap .tn-has-child {
    width: 80%;
    float: left;
}

.tn-block-nav-big {
    padding-left: 9px;
    padding-right: 24px;
}

@media (min-width: 1110px) {
    .tn-block-nav-big .tn-thumb-wrap img {
        min-height: 252px;
    }
}

@media (min-width: 768px) and (max-width: 1109px) {
    .tn-block-nav-big .tn-thumb-wrap img {
        min-height: 152px;
    }

}

@media (max-width: 767px) {
    .tn-block-nav-big .tn-thumb-wrap img {
        width: 100%;
    }
}

.tn-block-nav-small {
    padding-left: 12px;
    padding-right: 12px;
}

.tn-mega-menu-wrap .tn-module3-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.tn-mega-menu-wrap .tn-sub-menu-wrap {
    padding-right: 9px;
    padding-left: 12px;
}

.tn-mega-menu-wrap .tn-module-nav-wrap .tn-module-title a {
    font-size: 1em;
}

.tn-module-nav-wrap .tn-module3-meta-tags {
    margin-top: 9px;
    margin-bottom: 15px;
}

.tn-module-nav-wrap .tn-module-title {
    margin-bottom: 0;
}

#tn-main-mobile-menu {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
}

.tn-mobile-main-menu-button {
    display: none;
    line-height: 54px;
    height: 54px;
    font-size: 24px;
}

#tn-button-mobile-menu-open {
    display: block;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    left: 12px;
}

#tn-button-mobile-menu-open:hover, #tn-button-mobile-menu-open:focus {
    color: #F7CA18;
}

.tn-mega-menu-col .tn-sub-menu-wrap > ul > li {
    display: block;
    width: 25%;
    float: left;
    position: relative;
}

.tn-mega-menu-col .tn-sub-menu {
    display: block;
    overflow: hidden !important;
    position: relative !important;
    visibility: visible !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    border-left: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    opacity: 1;
    border-top: 0;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.tn-mega-menu-col > .tn-sub-menu-wrap > .tn-sub-menu > li:last-child > a {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.tn-mega-menu-col .tn-sub-menu a {
    min-width: inherit !important;
}

.tn-mega-menu-col .tn-sub-menu-wrap > ul > li > a {
    font-size: .9em;
    line-height: 36px;
    position: relative;
}

.tn-mega-menu-col .tn-sub-menu-wrap > ul > li > a:after {
    content: "\f107";
}

/* mobile menu */
.tn-main-mobile-menu-wrap {
    background: #26282A;
    color: #8C919A;
    width: 300px;
    z-index: 10000;
    left: -300px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    position: absolute;
    top: 0;
    padding: 0 24px;
    height: 100%;
    overflow-x: hidden;
    visibility: hidden;
    -webkit-box-shadow: inset -1.5em 0 1.5em -.75em rgba(0, 0, 0, .4);
    -moz-box-shadow: inset -1.5em 0 1.5em -.75em rgba(0, 0, 0, .4);
    box-shadow: inset -1.5em 0 1.5em -.75em rgba(0, 0, 0, .4);
}

#tn-main-site-wrap.mobile-js-menu {
    overflow-x: hidden;
}

#tn-main-site-wrap.mobile-js-menu #tn-main-mobile-menu {
    visibility: visible;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

#tn-main-site-wrap.mobile-js-menu #tn-main-container {
    position: relative;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    height: 100%;
    overflow: hidden;
}

.tn-text-site-title {
    display: none;
    line-height: 58px !important;
}

.tn-text-site-title a:hover, .tn-text-site-title:focus, .tn-mobile-site-title:hover, .tn-mobile-site-title:focus {
    color: #F7CA18;
}

.tn-mobile-site-title {
    display: none;
    position: relative;
    float: left;
    margin: 0 21px 0 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

@media (max-width: 767px) {
    .tn-mobile-site-title {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: 0;
        margin-right: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

.fixed-menu .tn-mobile-site-title {
    display: block;
}

.tn-mobile-site-title a {
    white-space: nowrap;
    display: block;
    max-height: 54px;
    overflow: hidden;
}

.tn-mobile-site-title a img {
    max-height: 54px;
}

.tn-mobile-site-title a span {
    line-height: 54px;
    display: block;
}

.tn-mobile-menu-button {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #333;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
    -moz-transition: background-color 0.35s;
}

.tn-mobile-menu-button:before, .tn-mobile-menu-button:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.tn-mobile-menu-button:before {
    -webkit-transform: translateY(-350%);
    transform: translateY(-350%);
}

.tn-mobile-menu-button:after {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
}

.tn-open-mobile-menu .tn-mobile-menu-button:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.tn-open-mobile-menu .tn-mobile-menu-button:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.tn-open-mobile-menu .tn-mobile-menu-button {
    background-color: transparent;
}

/* menu responsive */
@media (max-width: 767px) {

    #tn-main-mobile-menu {
        display: block;
    }

    .tn-mobile-site-title, .fixed-menu .tn-main-menu-responsive.tn-menu-center .tn-mobile-site-title {
        display: block;
    }

    .tn-mobile-main-menu-button {
        display: block;
        float: left;
    }

    .tn-main-menu-responsive .main-menu-wrap, .tn-main-menu-responsive.tn-menu-center .main-menu-wrap, #tn-top-bar-wrap, .tn-banner-wrap.banner-classic-style, .tn-social-bar-wrap {
        display: none;
    }

    .tn-main-menu-responsive.tn-menu-center .tn-main-menu-right-area {
        float: right;
        display: block;
    }

}

#tn-close-mobile-menu {
    display: block;
    text-align: center;
    padding: 18px;
    font-size: 24px;
    border-bottom: 1px dashed #2F3133;
}

#tn-main-mobile-menu #tn-close-mobile-menu {
    color: inherit;
}

#tn-main-mobile-menu #tn-close-mobile-menu:hover, #tn-main-mobile-menu #tn-close-mobile-menu:focus {
    color: #F7CA18;
}

.tn-main-mobile-menu-wrap .tn-mobile-menu > ul > li > a {
    color: #8C919A;
}

.tn-mobile-menu li a {
    display: block;
    border-bottom: 1px dashed #2F3133;
    line-height: 19px !important;
    font-size: 15px !important;
    padding: 15px 0;
}

.tn-mobile-menu a:hover, .tn-mobile-menu a:focus, .tn-main-mobile-menu-wrap .tn-mobile-menu > ul > li > a:hover, .tn-main-mobile-menu-wrap .tn-mobile-menu > ul > li > a:focus {
    color: #F7CA18;
}

.tn-mobile-menu .sub-menu a {
    line-height: 19px !important;
    font-size: 13px !important;
    padding-left: 18px;
    color: #8C919A;
    text-transform: uppercase !important;
}

.tn-mobile-menu ul ul .sub-menu a {
    padding-left: 36px;
}

#tn-main-container {
    position: relative;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

/*--------------------------------------------------------------
    5.0 - Block & Module
    --------------------------------------------------------------*/

/*all block */
.no-block-post-found {
    font-size: .83em;
    font-style: italic;
    border: 1px dashed rgba(0, 0, 0, .1);
    padding: 10px;
    text-align: center;
    margin-left: 12px;
}

.tn-black-style .no-block-post-found {
    border-color: #444;
}

.tn-category-tags-wrap a {
    margin-right: 6px;
}

.tn-category-tags-wrap a::after {
    content: '.';
    margin-left: 6px;
}

.tn-category-tags-wrap a:last-child {
    margin-right: 0;
}

.tn-category-tags-wrap a:last-child::after {
    content: '';
    margin-left: 0;
}

.tn-block-content-wrap {
    position: relative;
}

/*block 3 */
.tn-block3-content-wrap, .tn-block5-content-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.tn-block3-content-wrap .row:last-child .tn-module2-wrap, .tn-block5-content-wrap .row:last-child .tn-module2-wrap {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.tn-block3-content-wrap .row:last-child .tn-module3-wrap, .tn-block5-content-wrap .row:last-child .tn-module3-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.tn-block3-element, .tn-block5-element, .tn-block8-element, .tn-block9-element {
    padding-right: 15px;
    padding-left: 15px;
}

/*module*/
.tn-module-section {
    padding-left: 12px;
    padding-right: 12px;
}

.tn-module-section:first-child {
    padding-left: 0;
}

.tn-module-section:last-child {
    padding-right: 0;
}

/* small module */
.tn-module-small-wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.tn-module-small-wrap:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tn-module-small-wrap .tn-thumb-wrap, .tn-module-small-wrap .tn-no-thumb-wrap {
    width: 90px;
    height: auto;
    float: right;
    margin-left: 15px;
}

.tn-module-small-wrap .tn-module-small-inner-style3 .tn-thumb-wrap, .tn-module-small-wrap .tn-module-small-inner-style3 .tn-no-thumb-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 15px;
}

.tn-module-small-wrap .tn-module-title {
    margin-bottom: 9px;
}

.module-small-style2.tn-module-small-wrap .tn-module-title {
    margin-left: 45px;
}

.tn-module-small-wrap .tn-thumb-wrap a::before, .tn-module-small-wrap .tn-thumb-wrap a::after {
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
}

.tn-module-small-wrap .tn-module-small-inner-style3 .tn-thumb-wrap a::before, .tn-module-small-wrap .tn-module-small-inner-style3 .tn-thumb-wrap a::after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}

.tn-module-small-wrap:last-child {
    margin-bottom: 0;
}

.tn-module-small-wrap .meta-tags-date {
    margin-bottom: 0;
    opacity: .7;

}

.module-small-style2.tn-module-small-wrap .meta-tags-date {
    margin-left: 45px;
}

.tn-module-small-num-count {
    display: block;
    float: left;
    width: 32px;
    color: #333;
    margin-right: 15px;
    border: 1px solid;
    font-style: italic;
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    padding: 6px 0;
}

/*module 1 */
.tn-module1-wrap {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.tn-module1-fw-mode {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.tn-module1-inner .meta-tags-date, .tn-module1-inner .meta-tags-author {
    padding-right: 3px;
}

.row:last-child .tn-module1-fw-mode {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.tn-module1-wrap:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.module1-section-left {
    text-align: right;
}

.tn-module1-wrap .tn-category-tags {
    display: block;
    padding-right: 6px;
    border-right: 3px solid #F7CA18;
    margin-bottom: 6px;
}

.tn-module1-wrap .tn-category-tags:last-child {
    margin-bottom: 0;
}

.tn-module1-wrap .tn-post-format, .tn-main-menu-wrap .tn-module3-wrap .tn-post-format {
    height: 42px;
    width: 42px;
    margin-left: -21px;
    margin-right: -21px;
}

.tn-module1-wrap .tn-post-format i, .tn-main-menu-wrap .tn-module3-wrap .tn-post-format i {
    font-size: 28px;
    line-height: 42px;
}

.tn-module1-wrap .tn-post-format i.fa-play-circle, .tn-main-menu-wrap .tn-module3-wrap .tn-post-format i.fa-play-circle {
    font-size: 37px;
}

.tn-module1-wrap .tn-post-format i.fa-headphones, .tn-main-menu-wrap .tn-module3-wrap .tn-post-format i.fa-headphones {
    font-size: 35px;
}

@media (min-width: 1110px) {
    .tn-module1-inner .tn-thumb-wrap img {
        min-height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 1109px) {
    .tn-module1-inner .tn-thumb-wrap img {
        min-height: 171px;
    }
}

@media (max-width: 767px) {
    .tn-module1-inner .tn-thumb-wrap img {
        width: 100%;
    }
}

/* module 2 */
.tn-module2-wrap {
    text-align: center;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.tn-module2-wrap .tn-category-tags-wrap::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    background: #F7CA18;
}

.tn-module2-wrap .tn-module-title {
    padding: 0 21px;
}

.tn-module2-wrap .tn-module-excerpt {
    padding: 0 18px;
}

@media (min-width: 1110px) {
    .tn-module2-inner .tn-thumb-wrap img {
        min-height: 250px;
    }

    .tn-black-style .tn-module2-inner .tn-thumb-wrap img {
        min-height: 236px;
    }
}

@media (min-width: 768px) and (max-width: 1109px) {
    .tn-module2-inner .tn-thumb-wrap img {
        min-height: 156px;
    }

    .tn-black-style .tn-module2-inner .tn-thumb-wrap img {
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .tn-module2-inner .tn-thumb-wrap img {
        width: 100%;
    }

    .tn-black-style .tn-module2-inner .tn-thumb-wrap img {
        width: 100%;
    }
}

/*module 3 */
.tn-module3-wrap {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.tn-module3-meta-tags {
    display: block;
    margin-top: 9px;
    overflow: hidden;
    margin-bottom: 0;
}

.tn-module3-meta-tags .tn-category-tags-wrap {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    border-left: 3px solid #F7CA18;
    padding-left: 6px;
}

.tn-module3-meta-right {
    display: inline-block;
    float: right;
}

.tn-module3-meta-tags .meta-tags-date {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 0;
}

.tn-module3-wrap .tn-module-title {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}

.tn-module3-thumb {
    position: relative;
}

.tn-module3-thumb .tn-read-more-wrap {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.tn-module3-thumb .tn-read-more-wrap a {
    color: #fff;
    box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

@media (min-width: 1110px) {
    .tn-module3-thumb img {
        min-height: 250px;
    }

    .tn-black-style .tn-module3-thumb img {
        min-height: 236px;
    }
}

@media (min-width: 768px) and (max-width: 1109px) {
    .tn-module3-thumb img {
        min-height: 156px;
    }

    .tn-black-style .tn-module3-thumb img {
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .tn-module3-thumb img {
        width: 100%;
    }

    .tn-black-style .tn-module3-thumb img {
        width: 100%;
    }
}

/*block navigation */
.tn-block-nav-element {
    padding: 0 9px;
}

@media (min-width: 1110px) {
    .tn-block-nav-element .tn-module3-thumb .tn-thumb-wrap img {
        min-height: 180px;
    }
}

@media (min-width: 768px) and (max-width: 1109px) {
    .tn-block-nav-element .tn-module3-thumb .tn-thumb-wrap img {
        min-height: 117px;
    }
}

@media (max-width: 767px) {
    .tn-block-nav-element .tn-module3-thumb .tn-thumb-wrap img {
        width: 100%;
    }
}

/*block slider */
.slick-slider {
    margin-bottom: 0;
}

.tn-module-slider-wrap {
    padding: 2px;
    position: relative;
}

.tn-module-small-slider-wrap {
    padding: 1px;
    position: relative;
}

.tn-slider-thumb-wrap {
    position: relative;
    overflow: hidden;
}

.tn-slider-init {
    opacity: 0;
    overflow: hidden;
    max-height: 455px;
}

.tn-single-thumb-wrap .tn-slider-init {
    height: 388px;
}

.tn-block1-content-wrap .tn-slider-init {
    height: 216px;
}

.tn-block2-content-wrap .tn-slider-init {
    height: 455px;
}

@media (min-width: 1200px) {
    .tn-block1-content-wrap .tn-slider-init {
        height: 274px;
    }

    .tn-block2-content-wrap .tn-slider-init {
        height: 465px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tn-block1-content-wrap .tn-slider-init {
        height: 253px;
    }

    .tn-block2-content-wrap .tn-slider-init {
        height: 411px;
    }
}

@media (max-width: 767px) {
    .tn-block1-content-wrap .tn-slider-init {
        height: 237px;
    }

    .tn-block2-content-wrap .tn-slider-init {
        height: 360px;
    }
}

.slider-loading {
    background: rgba(255, 255, 255, 0) url('../images/ajax-loader.svg') no-repeat center center !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 992;
    display: block;
}

.tn-block-slider-wrap {
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    -o-transition: opacity .15s;
}

.tn-slider-thumb-wrap img {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.tn-slider-thumb-wrap a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    right: 0;
    background: #F7CA18;
    opacity: .04;
}

.tn-slider-thumb-wrap:hover a {
    opacity: .3;
}

.tn-slider-thumb-wrap .tn-meta-counter-wrap {
    left: 30px;
    border-width: 3px;
    font-size: 1.2em;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    top: -50%;
}

.slick-active .tn-slider-thumb-wrap .tn-meta-counter-wrap {
    top: 30px;
}

.tn-module-slider-content-wrap {
    position: absolute;
    right: 60px;
    /* bottom: 42px; */
    bottom: -100%;
    border-left: 3px solid #F7CA18;
    display: block;
    width: 42%;
    background: rgba(255, 255, 255, .83);
    padding: 15px 30px;
    z-index: 99;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition-delay: .35s;
    -moz-transition-delay: .35s;
    -webkit-transition-delay: .35s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.slick-active .tn-module-slider-content-wrap {
    bottom: 42px;
}

.tn-module-slider-wrap .tn-category-tags-wrap {
    display: block;
    margin-bottom: 6px;
    float: left;
}

.tn-module-slider-content-wrap .meta-tags-date {
    float: right;
    padding-right: 4px;
    white-space: nowrap;
}

.tn-module-slider-meta-tags {
    overflow: hidden;
    display: block;
    margin-bottom: 3px;
}

.tn-module-small-slider-wrap .tn-tags-date-author {
    display: inline-block;
}

.tn-module-slider-wrap .tn-module-title a {
    font-size: 1.1em;
}

.tn-module-slider-wrap .tn-read-more-wrap {
    float: right;
}

.tn-block-slider-wrap:hover .tn-slider-nav {
    opacity: 1;
    visibility: visible;
}

.tn-slider-nav {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    font-size: 36px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-box-shadow: 0 0 0 4px #fff;
    color: #fff;
    top: 50%;
    z-index: 99;
    margin-top: -24px;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .1);
}

.tn-slider-nav:before {
    z-index: -1;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.35s;
    -moz-transition: -moz-transform 0.2s, opacity 0.35s;
    transition: transform 0.2s, opacity 0.35s;
    pointer-events: none;
    position: absolute;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
    content: '';
}

.tn-slider-nav:hover, .tn-slider-nav:focus {
    background: rgba(255, 255, 255, .3);

}

.tn-slider-nav:hover:before {
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.tn-slider-nav:hover i, .tn-slider-nav:focus i {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    color: #333;
}

.tn-slider-nav i {
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    line-height: 44px;
    text-align: center;
    padding: 0;
    z-index: 99;
    margin: 0;
    display: block;
}

.tn-slider-prev {
    left: 236px;
}

.tn-slider-next {
    right: 236px;
}

/* block small slider */
.tn-module-small-slider-content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    min-width: 70%;
    border: 1px solid #fff;
    background: rgba(225, 255, 255, .1);
}

.tn-module-small-slider-content-wrap .tn-module-title a, .tn-module-small-slider-content-wrap .tn-category-tags,
.tn-module-small-slider-content-wrap .meta-tags-date {
    color: #fff;
}

.tn-block1-content-wrap .tn-slider-prev {
    left: 95px;
}

.tn-block1-content-wrap .tn-slider-next {
    right: 95px;
}

.tn-block1-content-wrap .tn-slider-nav {
    border-width: 1px;
    line-height: 46px;
    font-size: 24px;
    box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
}

.tn-block1-content-wrap .tn-slider-nav i {
    line-height: 46px;
}

.tn-module-small-slider-content-wrap .tn-module-slider-meta-tags {
    display: inline-block;
}

.tn-module-small-slider-content-wrap .tn-category-tags-wrap {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 0;

}

.tn-module-small-slider-content-wrap .tn-category-tags-wrap::after {
    content: '-';
    display: inline-block;
    margin-left: 6px;
}

.tn-module-small-slider-content-wrap .meta-tags-date {
    display: inline-block;
    margin-bottom: 0;
}

.tn-module-small-slider-content-wrap .tn-meta-counter-wrap {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 0;
    border: 0 none;
    background: transparent;
}

.tn-module-small-slider-content-wrap .tn-counter-num, .tn-module-small-slider-content-wrap .tn-counter-content {
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;

}

.tn-module-small-slider-content-wrap .tn-counter-num {
    margin-right: 6px;
}

/*block 6 */
.tn-block6-element {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.tn-block6-element:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.tn-module4-inner .tn-module-title a {
    font-size: 1.5em;
    line-height: 1.3em;
}

.tn-module4-content {
    position: relative;
    z-index: 1001;
    background: #fff;
    margin: -72px 48px 0 48px;
    padding: 15px 24px 0 24px;
}

.tn-module4-content .tn-module-title {
    margin-bottom: 18px;
}

.tn-module4-meta-tags {
    overflow: hidden;
    margin-bottom: 6px;
}

.tn-module4-meta-tags .tn-category-tags-wrap {
    display: inline-block;
    text-align: left;
    padding-left: 6px;
    border-left: 3px solid #F7CA18;
}

.tn-module4-meta-tags .tn-module4-meta-right {
    text-align: right;
    float: right;
    display: inline-block;
}

.tn-module4-date-wrap {
    display: block;
    background: #333;
    width: 60px;
    position: relative;
    float: left;
    margin-right: 18px;
}

.tn-module4-date-wrap .meta-tags-day {
    display: block;
    font-size: 3.2em;
    background: #fff;
    margin: 1px;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    padding: 9px 0;
}

.tn-module4-date-wrap .meta-tags-month {
    display: block;
    color: #F7CA18;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    padding: 6px 0;
}

.tn-module4-thumb .tn-meta-counter-wrap {
    left: 48px;
    top: 36px;
}

.tn-module4-thumb .tn-thumb-wrap a::before, .tn-module4-thumb .tn-thumb-wrap a::after {
    border: 0;
}

.tn-module4-thumb img {
    transform: scale(1, 1) !important;
    -webkit-transform: scale(1, 1) !important;
}

@media (min-width: 1110px) {
    .tn-module4-thumb img {
        min-height: 390px;
    }
}

@media (min-width: 768px) and (max-width: 1109px) {
    .tn-module4-thumb img {
        min-height: 262px;
    }
}

@media (max-width: 767px) {
    .tn-module4-thumb img {
        width: 100%;
    }
}

.tn-module4-content .tn-read-more {
    float: right;
}

/* module 5 */
.tn-module5-wrap {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.tn-module5-wrap:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.tn-module5-meta-tags {
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
}

.tn-module5-wrap .tn-module-title {
    margin-bottom: 12px;
}

.tn-module5-meta-tags .tn-category-tags-wrap {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    border-left: 3px solid #F7CA18;
    padding-left: 6px;
}

.tn-module5-meta-right {
    float: right;
    display: inline-block;
}

.tn-module5-meta-tags .meta-tags-date {
    display: inline-block;
    text-align: right;
    margin-right: 9px;
    margin-bottom: 0;
}

.tn-module5-fw-mode {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.row:last-child .tn-module5-fw-mode {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

@media (min-width: 1110px) {
    .tn-module5-inner .tn-thumb-wrap img {
        min-height: 209px;
    }
}

@media (min-width: 768px) and (max-width: 1109px) {
    .tn-module5-inner .tn-thumb-wrap img {
        min-height: 137px;
    }
}

@media (max-width: 767px) {
    .tn-module5-inner .tn-thumb-wrap img {
        width: 100%;
    }
}

/* block image */
.tn-block-image-content-wrap {
    position: absolute;
    left: 50%;
    width: 66%;
    color: #fff;
    padding: 36px 60px;
    background: rgba(255, 255, 255, .2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* block background parallax */
.tn-block-parallax-wrap {
    height: 520px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#tn-block-image-parallax {
    height: 660px !important;
}

.tn-block-parallax-wrap img {
    top: -72px !important;
}

@media (min-width: 1200px) {
    .tn-block-parallax-wrap {
        height: 560px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tn-block-parallax-wrap {
        height: 396px;
    }

    #tn-block-image-parallax {
        height: 592px !important;
    }

    .tn-block-parallax-wrap img {
        top: -60px !important;
    }
}

@media (max-width: 767px) {
    .tn-block-parallax-wrap {
        height: auto;
    }

    .tn-block-img-content-inner .tn-block-parallax-wrap {
        height: 300px;
    }

    #tn-block-image-parallax {
        height: 422px !important;
    }

    .tn-block-parallax-wrap img {
        top: -52px !important;
    }
}

.tn-block-image-title {
    margin-bottom: 36px;
    white-space: nowrap;
}

.tn-block-image-title h3 {
    text-transform: uppercase;
    font-size: 58px;
    line-height: 58px;
    color: #ffffff;
}

.tn-block-image-content p {
    color: #fff;
    opacity: .8;
}

.tn-block-image-read-more-wrap {
    display: block;
    text-align: center;
    margin-top: 24px;
}

.tn-block-image-read-more.tn-read-more {
    display: inline-block;
    color: #fff;
    box-shadow: 0 0 0 3px #fff;
    -webkit-box-shadow: 0 0 0 3px #fff;
    line-height: 1em;
    text-transform: uppercase;
    padding: 14px 24px;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.tn-block-image-read-more.tn-read-more:after {
    background-color: #fff;
}

.tn-block-image-read-more.tn-read-more:hover {
    color: #333;
}

/*block code */
.tn-block-code-wrap {
    padding-left: 24px;
    padding-right: 24px;
}

.tn-block-code-content-inner img {
    max-width: 100%;
    height: auto;
}

.tn-block-code-content-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*block 8,9*/
.tn-block8-content-wrap .row:last-child .tn-module2-wrap, .tn-block9-content-wrap .row:last-child .tn-module3-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

/*back style */
.tn-black-style {
    color: #fff;
}

.tn-black-style .tn-module-excerpt, .tn-black-style .tn-module-title {
    color: #fff !important;
}

.tn-black-style-inner {
    background: #26282A;
    padding: 24px 15px;
    margin: 0 15px;
}

@media (max-width: 767px) {
    .tn-black-style-inner {
        padding: 24px 0;
    }
}

.tn-black-style .widget-title h3, .tn-black-style .block-title-wrap h3, .tn-black-style .tn-sub-cate-wrap {
    background: #26282A;
    color: #fff;
}

.tn-black-style .block-title-wrap {
    border-color: #fff;
}

.tn-black-style .tn-sub-cate-element {
    color: #fff;
}

.tn-black-style .tn-load-more-liner {
    background: #8C919A;
}

.tn-black-style .tn-loader {
    background: #26282A url('../images/footer-ajax-loader.svg') no-repeat center center !important;
}

/*--------------------------------------------------------------
    6.0 - Widget
--------------------------------------------------------------*/

/*flickr widget */
.tn-flickr-wrap {
    display: block;
    overflow: hidden;
}

.tn-flickr-img {
    float: left;
    width: 25%;
    padding: 1px;
}

.tn-flickr-img a {
    display: block;
    position: relative;
}

.tn-flickr-img a::before {
    content: '';
    background: #F7CA18;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    bottom: 0;
    opacity: 0;
    right: 0;
}

.tn-flickr-img a:hover::before {
    opacity: .3;
}

.tn-flickr-img img {
    width: 100%;
    height: auto;
}

/*default widget */
.postform, .widget_archive select {
    width: 100%;
    padding: 7px 12px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, .2);
}

.tagcloud a {
    font-size: 15px !important;
    display: inline-block;
    margin-right: 3px;
    padding: 6px 12px;
    border: 1px dashed;
    margin-bottom: 9px;
}

.tagcloud a:hover {
    color: #F7CA18;
    border-color: inherit;
}

/*calendar */
#wp-calendar {
    width: 100%;
}

#wp-calendar tr {
    background: 0;
}

#wp-calendar td {
    padding: 2%;
}

#wp-calendar caption {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin: 0 0 6px;
}

#wp-calendar thead {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    background: #f2f2f2;
}

#wp-calendar thead th {
    height: 30px;
    font-weight: normal;
}

#wp-calendar tbody {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

#wp-calendar tbody td {
    font-size: 1.2em;
    text-align: center;
}

#wp-calendar tbody td#today {
    color: #F7CA18;
}

#wp-calendar tbody td a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    background: #fff4be;
}

#wp-calendar tfoot {
    font-size: 90%;
    text-transform: uppercase
}

#wp-calendar tfoot #next {
    text-align: right;
}

/* widget comment + recent */
.widget_recent_entries, .widget_recent_comments {
    counter-reset: count;
}

.recentcomments, .widget_recent_entries li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    display: block;
    overflow: hidden;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    line-height: 1.6em;
}

.recentcomments:last-child, .widget_recent_entries li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.recentcomments a {
    font-style: italic;
}

.recentcomments a:hover, .recentcomments a:focus {
    color: #F7CA18;
}

.widget_recent_entries li a:hover, .widget_recent_entries li a:focus {
    color: #F7CA18;
}

.comment-author-link {
    font-weight: bold;
}

.widget_recent_entries li::before, .widget_recent_comments li::before {
    content: counter(count);
    counter-increment: count;
    display: block;
    float: left;
    width: 32px;
    margin-right: 15px;
    border: 1px solid #333;
    font-style: italic;
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    padding: 6px 0;
}

.widget_meta li, .widget_archive li {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

.widget_meta li::before, .widget_archive li::before {
    content: '';
    margin-right: 9px;
    display: inline-block;
    background: #333;
    width: 4px;
    height: 4px;
}

.widget_meta li a, .widget_archive li a {
    text-decoration: underline;
}

/* rss widget */
cite {
    font-style: italic;
    font-size: .9em;
}

.rsswidget {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 6px;
}

.widget_rss li .rsswidget {
    text-decoration: underline;
    line-height: 1.5em;
}

.widget_rss li .rsswidget:hover {
    text-decoration: none;
}

.rsswidget:last-child {
    margin-right: 0;
}

.rss-date {
    display: block;
    margin: 9px 0;
    font-size: .9em;
    font-style: italic;
}

.rssSummary {
    display: block;
    overflow: hidden;
}

.widget_rss li {
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}

.widget_rss li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

/* widget text */
.widget_text img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.widget_text p {
    margin-bottom: 12px;
}

.widget_text input, .widget_text select {
    max-width: 100%;
}

/*widget category */

.widget_nav_menu ul ul li,
.widget_categories ul ul li {
    padding: 12px 0 12px 15px;
    text-transform: none;
    font-style: normal !important;
}

.widget_nav_menu ul ul li:last-child,
.widget_categories ul ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.cat-item, .widget_pages li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    overflow: hidden;
}

.cat-item:first-child, .widget_pages li:first-child {
    padding-top: 0;
}

.cat-item {
    text-align: right;
}

.cat-item a {
    float: left;
}

.cat-item:last-child, .widget_pages li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_nav_menu ul li {
    padding: 12px 0;
}

.widget_nav_menu .menu-item {
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.widget_nav_menu ul li:last-child, .widget_categories ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_nav_menu .current-menu-item > a {
    background: 0;
    color: inherit;
}

.widget_nav_menu .menu-item a:hover, .widget_nav_menu .menu-item:focus, .cat-item a:hover, .cat-item a:focus, .widget_pages li a:hover,
.widget_pages li a:focus, .widget_meta li a:hover, .widget_meta li a:focus, .widget_archive li a:hover, .widget_archive li a:focus {
    color: #F7CA18;
}

/*login widget */
.tn-login-element {
    line-height: 42px;
    padding: 0 9px;
    position: relative;
}

.tn-login-element:hover a, .tn-login-element:focus a {
    color: #F7CA18;
}

.tn-login-element:last-child {
    margin-right: 0;
}

.tn-widget-author-thumb {
    padding-left: 0;
    padding-right: 0;
}

.tn-login-element i {
    margin-left: 6px;
}

.tn-login-element .fa-sign-out {
    margin-left: 0;
    margin-right: 6px;
}

.tn-login-form-popup {
    background: none repeat scroll 0 0 white;
    margin: 0 auto;
    max-width: 350px;
    position: relative;
    text-align: left;
    vertical-align: top;
}

/*social count */
.tn-social-count-wrap .counter-element i {
    display: block;
    float: left;
    width: 32px;
    margin-right: 15px;
    border: 1px solid;
    font-style: italic;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.counter-element {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.counter-element:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.num-count {
    line-height: 45px;
    font-weight: bold;
}

.text-count {
    font-size: 14px;
    margin-left: 3px;
}

.color-facebook:hover {
    color: rgb(76, 102, 164);
}

.color-google:hover {
    color: rgb(221, 75, 57);
}

.color-youtube:hover {
    color: rgb(204, 24, 30);
}

.color-linkedin:hover {
    color: rgb(0, 123, 182);
}

.color-pinterest:hover {
    color: rgb(203, 32, 39);
}

.color-flickr:hover {
    color: rgb(255, 0, 130);
}

.color-tumblr:hover {
    color: rgb(50, 80, 109);
}

.color-skype:hover {
    color: rgb(0, 170, 280);
}

.color-twitter:hover {
    color: rgb(47, 194, 239);
}

.color-email:hover {
    color: rgb(0, 153, 148)
}

.color-digg:hover {
    color: rgb(80, 80, 80);
}

.color-vimeo:hover {
    color: rgb(68, 187, 225);
}

.color-soundcloud:hover {
    color: rgb(255, 102, 0);
}

.color-rss:hover {
    color: rgb(244, 166, 42);
}

.color-dribbble:hover {
    color: rgb(234, 76, 137);
}

.color-instagram:hover {
    color: rgb(81, 127, 164)
}

/*twitter widget */
.tn-twitter-content-wrap {
    padding-right: 9px;
}

.tn-twitter-content {
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.tn-twitter-content:after {
    content: "\f099";
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    opacity: 0.3;
    top: 100%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    text-align: center;
    line-height: 16px;
}

.tn-twitter-content:last-child:after {
    display: none;
}

.tn-twitter-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.tn-twitter-content a {
    font-style: italic;
    font-size: .9em;
}

.tn-twitter-content a:hover, .tn-twitter-content a:focus {
    color: #F7CA18;
}

.tn-twitter-content i {
    display: block;
    margin-bottom: 12px;
    text-align: center;
    font-size: 18px;
}

.tn-twitter-widget-icon {
    margin-right: 9px;
    font-size: 1.3em;
}

.tn-twitter-content p {
    line-height: 1.7em;
}

/* about widget */
.about-widget-name {
    line-height: 1;
    overflow: hidden;
    margin-top: -7px;
    margin-bottom: 18px;
}

.about-widget-image {
    text-align: center;
}

.about-widget-image img {
    max-width: 240px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 24px;
}

.about-widget-name h3 {
    white-space: nowrap;
    color: #fff;
}

.about-social-wrap .tn-topbar-social-wrap .icon-social {
    font-size: 22px;
    width: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.about-widget-content {
    margin-bottom: 18px;
}

.about-widget-content a {
    text-decoration: underline;
}

/* search widget */
.tn-search-form {
    position: relative;
    overflow: hidden;
}

.tn-search-field {
    width: 100%;
    padding: 0 15px;
    height: 46px;
    border: 1px solid #999;
    color: #999;
    outline: 0;
}

.tn-search-button {
    position: absolute !important;
    right: 0;
    top: 0;
    background: #26282A;
    height: 48px;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    min-width: 90px;
    color: #fff;
}

#tn-footer .tn-search-button {
    background: #111111;
}

.tn-search-button:hover {
    background: #333;
}

/* instagram widget */
.tn-section-top-bottom .widget-title {
    display: none !important;
}

.AlpinePhotoTiles_cascade_column_inner {
    margin: 0 0 !important;
}

.AlpinePhotoTiles-image {
    margin: 1px !important;
}

.AlpinePhotoTiles-link {
    position: relative;
}

.fancyboxForAlpine-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
}

.AlpinePhotoTiles-link::before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #F7CA18;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.AlpinePhotoTiles-link:hover::before, .AlpinePhotoTiles-link:focus::before {
    opacity: .25;
}

@media (max-width: 767px) {
    .AlpinePhotoTiles_cascade_column {
        width: 20% !important;
    }
}

/*--------------------------------------------------------------
    7.0 - Main Layout
--------------------------------------------------------------*/
.tn-container {
    max-width: 1110px;
    margin: 0 auto;
}

#tn-main-site-wrap {
    margin: 0 auto;
    position: relative;
}

.tn-section-full-width-wrap .block-title-wrap {
    margin-left: 12px;
    margin-right: 12px;
}

.tn-section-full-width-wrap .tn-container {
    padding-left: 12px;
    padding-right: 12px;
}

.tn-sidebar-wrap, .tn-content-wrap {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 60px;
}

.tn-sidebar-sticky {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.tn-top-bar-inner {
    padding: 0 24px;
}

.topbar-right-element {
    display: inline-block;
}

.widget-title, .block-title-wrap {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    background: url('../images/title-bar.png') 0 50% repeat-x;
}

#tn-footer .widget-title, #tn-footer .block-title-wrap, .tn-black-style .widget-title, .tn-black-style .block-title-wrap {
    background: url('../images/title-bar-footer.png') 0 50% repeat-x;
}

.widget-title h3, .block-title-wrap h3 {
    position: relative;
    display: block;
    float: left;
    padding: 2px 12px 2px 0;
    background: #fff;
}

#tn-footer .widget-title h3, #tn-footer .block-title-wrap h3 {
    background: #26282A;
    color: #aaa;
}

#tn-footer .next-prev-wrap {
    background: #26282A;
}

.tn-block-wrap, .widget {
    margin-bottom: 48px;
}

.tn-block-wrap:last-child, .widget:last-child {
    margin-bottom: 0;
}

/*footer */
.tn-section-top-bottom {
    margin-bottom: 0;
    display: block;
}

#tn-footer {
    background: #26282A;
}

.tn-copyright-wrap {
    background: #222222;
}

.tn-copyright-classic .copyright {
    display: block;
    float: left;
}

.tn-copyright-center .copyright {
    display: block;
    text-align: center;
    margin-top: 16px;
}

.copyright a {
    text-transform: uppercase;
}

.copyright a:hover {
    color: #F7CA18;
}

.copyright i, .copyright span {
    padding: 0 3px;
    color: #F7CA18;
}

.copyright-social-wrap {
    text-align: center;
}

.copyright-social-wrap a.icon-social {
    border: 1px solid #555;
    margin-right: 12px;
    margin-bottom: 12px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.copyright-social-wrap a.icon-social:hover {
    transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -o-transform: rotate(405deg);
}

.copyright-social-wrap a.icon-social:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    display: inline-block;
}

.copyright-social-wrap a.icon-social:last-child {
    margin-right: 0;
}

.copyright-social-wrap .tn-topbar-social-wrap {
    line-height: 32px;
}

.tn-sidebar-footer {
    padding: 48px 24px;
    color: #8c919a;
}

.tn-copyright-wrap {
    padding: 30px 0;
    color: #8c919a;
    overflow: hidden;
}

.tn-copyright-inner {
    padding: 0 24px;
    display: block;
}

#tn-footer tr:nth-child(odd) td, #tn-footer #wp-calendar thead {
    background: #292A30;
}

#tn-footer .widget-title, #tn-footer .block-title-wrap {
    color: #fff;
}

#tn-footer .next-prev-wrap a {
    color: #8c919a;
}

#tn-footer .tn-loader {
    background: rgba(0, 0, 0, 0) url('../images/footer-ajax-loader.svg') no-repeat center center !important;
}

#tn-footer .tn-copyright-classic .footer-menu-wrap {
    opacity: .7;
}

#tn-footer .tn-copyright-classic .footer-menu-wrap {
    display: block;
    float: right;
}

#tn-footer .tn-copyright-center .footer-menu-wrap {
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 28px;
}

#tn-footer .footer-menu-wrap li {
    margin-right: 9px;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    display: inline-block;
}

#tn-footer .footer-menu-wrap li a {
    display: inline-block;
    white-space: nowrap;
}

#tn-footer .footer-menu-wrap li::before {
    content: '.';
    display: inline-block;
    margin-right: 9px;
}

#tn-footer .footer-menu-wrap li:first-child::before {
    content: '';
    margin-right: 0;
}

#tn-footer .footer-menu-wrap li:hover a {
    text-decoration: underline;
    color: #F7CA18;
    opacity: 1;
}

#tn-footer .footer-menu-wrap li:last-child {
    margin-right: 0;
}

#tn-footer #wp-calendar, #tn-footer .cat-item, #tn-footer .widget_pages li, #tn-footer .widget_recent_entries li, #tn-footer .rssSummary,
#tn-footer .textwidget, #tn-footer .widget_nav_menu ul, #tn-footer .tn-module-small-wrap .tn-module-title, #tn-footer .meta-tags-date,
#tn-footer .tn-module-small-num-count {
    color: inherit !important;
}

#tn-footer .widget_meta li::before, #tn-footer .widget_archive li::before {
    background: #8C919A;
}

/*--------------------------------------------------------------
    8.0 - Page
    --------------------------------------------------------------*/
/*custom page */
.tn-page-title, .page-title {
    margin-bottom: 24px;
    position: relative;
}

.page-title {
    font-size: 42px !important;
    line-height: 54px !important;
}

.tn-page-title span {
    font-size: 2.4em;
    color: #111111;
    line-height: 1.2em;
}

/*category*/
.tn-category-wrap {
    margin-bottom: 48px;
    margin-left: -15px;
    margin-right: -15px;
}

.tn-category-wrap .tn-module5-wrap, .tn-category-wrap .tn-module1-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.tn-category-wrap .tn-module5-fw-mode .tn-module5-wrap, .tn-category-wrap .tn-module1-fw-mode .tn-module1-wrap {
    padding-left: 0;
    padding-right: 0;
}

.tn-category-wrap .row:last-child .tn-module2-wrap, .tn-category-wrap .row:last-child .tn-module3-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.no-found-post {
    font-size: .9em;
    font-style: italic;
    margin-top: 24px;
    color: #F7CA18;
}

.tn-header-category-wrap {
    margin-bottom: 48px;
}

.tn-category-title h1 {
    font-size: 1.8em;
    line-height: 1em;
    padding: 6px 0;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 6px;
}

.tn-header-category-wrap .tn-category-title span {
    color: #F7CA18;
    letter-spacing: 1px;
}

.tn-cate-description {
    margin-top: 9px;
    font-size: .83em;
    opacity: .83;
    font-style: italic;
}

/*author page*/
.tn-author-page-wrap, .tn-archive-page-wrap, .tn-search-page-wrap {
    margin-bottom: 48px;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.tn-author-page-wrap .tn-module5-wrap, .tn-archive-page-wrap .tn-module5-wrap, .tn-search-page-wrap .tn-module5-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.tn-author-page-wrap .tn-module1-wrap, .tn-archive-page-wrap .tn-module1-wrap, .tn-search-page-wrap .tn-module1-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.tn-author-page-wrap .row:last-child .tn-module2-wrap, .tn-author-page-wrap .row:last-child .tn-module3-wrap {
    padding-bottom: 0;
    border: 0;
    margin-top: 0;
}

.tn-archive-page-wrap .row:last-child .tn-module2-wrap, .tn-archive-page-wrap .row:last-child .tn-module3-wrap {
    padding-bottom: 0;
    border: 0;
    margin-top: 0;
}

.tn-search-page-wrap .row:last-child .tn-module2-wrap, .tn-search-page-wrap .row:last-child .tn-module3-wrap {
    padding-bottom: 0;
    border: 0;
    margin-top: 0;
}

.tn-header-author-wrap, .tn-search-page-title-wrap {
    margin-bottom: 24px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    padding-bottom: 24px;
}

.tn-author-page-title h1 {
    font-size: 1.8em;
    line-height: 1em;
    padding: 6px 0;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 9px;
}

.tn-header-author-wrap .tn-author-page-title span {
    color: #F7CA18;
    font-weight: normal;
}

.tn-author-page-description {
    font-size: .9em;
    color: #999;
    margin-left: 84px;
    font-style: italic;
}

.tn-author-page-content-wrap {
    margin-top: 12px;
}

.tn-author-page-content-wrap .author-social {
    margin-top: 16px;
    margin-left: 84px;
}

.tn-page-author-thumb {
    display: block;
    float: left;
    margin-right: 18px;
    border: 1px solid #333;
    padding: 1px;
    overflow: hidden;
    width: 75px;
}

.tn-page-author-thumb img {
    width: 100%;
    height: auto;

}

.tn-page-classic-layout {
    padding: 0 15px;
}

.tn-page-classic-fw-mode {
    padding: 0 105px;
}

.tn-archive-page-title-wrap {
    margin-top: 12px;
}

.tn-archive-page-title {
    padding-bottom: 24px;
    line-height: 1em !important;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 24px;
}

/* 404 */
.error-404-content-wrap {
    margin-bottom: 60px;
}

.error-404-content-wrap {
    text-align: center;
}

.logo-404 {
    display: block;
}

.logo-404 h1 {
    overflow: hidden;
    font-size: 200px;
    display: block;
    margin: 0 24px 90px 24px;
    line-height: 1em !important;
}

.title-404 {
    padding-bottom: 48px;
    color: #666 !important;
}

/*--------------------------------------------------------------
    9.0 - Single
    --------------------------------------------------------------*/

/* comment box */
.comment-body {
    position: relative;
}

.reply {
    margin-top: 9px;
    overflow: hidden;
}

.comment-reply-link {
    color: #999;
    float: right;
    font-size: .83em;
}

.comment-content {
    margin-top: 6px;
    position: relative;
    display: block;
}

.comment-content p {
    margin-bottom: 0;
}

.comment-awaiting-moderation {
    color: #999;
    float: right;
    font-size: 13px;
}

.comment-awaiting-moderation:before {
    content: "\f071";
    font-family: FontAwesome;
    margin-right: 6px;
}

.comment-reply-link:hover, .comment-edit-link:hover {
    color: #333;
    text-decoration: underline !important;
}

.comment-edit-link {
    margin-left: 15px;
    color: #999;
    font-size: .9em;
}

.comment-metadata {
    position: absolute;
    top: 24px;
    left: 60px;
    font-size: 0.9em;
}

.comment-meta time {
    color: #999999;
    font-style: italic;
    font-size: .9em;

}

.comment-metadata a:hover {
    text-decoration: none;
    color: #333;
}

.comment-author {
    height: auto;
    margin-right: 15px;
    overflow: hidden;
    float: left;
}

.comment-author img {
    border-radius: 50%;
    width: 42px;
    height: auto;
}

.comment-author .fn {
    line-height: 1em;
    position: absolute;
    left: 60px;
    top: 3px;
    font-size: .9em;
}

.comment-author .fn a {
    color: #333;
}

.comment-list .children {
    margin-left: 30px;
    margin-top: 12px;
}

.comment-list li {
    margin-bottom: 12px;
}

.comment-meta {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.comment-content {
    padding: 15px 24px;
    border: 1px solid rgba(0, 0, 0, .05);
    position: relative;
}

.comment-content::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 9px;
    top: -6px;
    border-style: solid;
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent #E2E2E2 transparent;
}

.comments-area {
    margin-top: 48px;
}

.comment-author .says {
    display: none;
}

#reply-title {
    font-size: 1.2em;
    color: #999;
    margin: 15px 0;
}

.comment-respond {
    padding-bottom: 15px;
}

#cancel-comment-reply-link {
    color: #F7CA18;
    line-height: 1em;
    font-size: .83em;
    font-style: italic;
    display: inline-block;
    padding: 4px 7px;
    margin-left: 6px;
}

.comment-form {
    list-style: none;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    display: block;
    vertical-align: middle;
    position: relative;
}

.comment-form-author {
    padding: 15px 10px 30px 0;
}

.comment-form-email {
    padding: 15px 0 30px 10px;
}

@media (max-width: 767px ) {
    .comment-form-author {
        padding: 15px 0 30px 0;
    }

    .comment-form-email {
        padding: 15px 0 30px 0;
    }
}

.comment-form-comment textarea {
    width: 100%;
    resize: none;
    border: 1px solid #999;
    padding: 15px;
    outline: none;
    float: left;
    display: block;
}

.comment-form-comment textarea:focus {
    border: 1px solid #333;
}

.form-submit {
    display: inline-block;
    border: 2px solid #333;
}

#comment-submit, .form-submit #submit, input[type="submit"] {
    text-decoration: none;
    border: none;
    font-size: 1.15em;
    text-transform: uppercase;
    color: #fff;
    margin: 1px;
    background: #333;
    padding: 9px 15px;
    outline: none;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    position: relative;
}

#comment-submit:hover, .form-submit #submit:hover {
    color: #F7CA18;
}

.comment-form .logged-in-as {
    font-size: .9em;
    margin-left: 0;
    color: #999;
}

.comment-form .logged-in-as a {
    color: #F7CA18;
    padding: 0 6px;
}

.comment-form .logged-in-as a:hover, .comment-form .logged-in-as a:focus {
    text-decoration: underline;
}

.form-allowed-tags {
    padding-bottom: 15px;
    margin: 0;
}

input[type="text"], input[type="email"], input[type="password"] {
    display: block;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #cbcbcb;
    outline: 0;
    padding: 12px;
}

textarea {
    border: 1px solid #cbcbcb;
    padding: 12px;
    outline: 0;
    display: block;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
    border: 1px solid #333;
}

textarea:hover, textarea:focus {
    border: 1px solid #333;
}

.comment-respond label {
    display: none;
}

.comment-form-comment {
    margin: 30px 0 !important;
}

/* fix disqus_thread */
#disqus_thread {
    display: block;
    margin: 20px 15px 60px 15px;
}

/*single title*/
.tn-single-title {
    font-size: 2.4em;
    line-height: 1.2em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.tn-single-thumb-wrap .tn-single-title {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.tn-single-title-wrap {
    margin-bottom: 24px;
    overflow: hidden;
}

.tn-single-title-style2-wrap, .tn-single-style3-no-thumb {
    padding: 24px 24px 36px;
}

.tn-single-top-style5-no-thumb-wrap {
    padding-top: 24px;
}

.tn-single-style3-no-thumb .tn-single-title-style3-wrap {
    text-shadow: none;
}

/* single featured background image */

.tn-single-thumb-parallax {
    height: 540px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#tn-single-image-parallax {
    height: 630px !important;
}

.tn-single-thumb-parallax img {
    top: -60px !important;
}

@media (min-width: 1200px) {
    .tn-single-thumb-parallax {
        height: 572px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tn-single-thumb-parallax {
        height: 412px;
    }

    #tn-single-image-parallax {
        height: 570px !important;
    }

    .tn-single-thumb-parallax img {
        top: -60px !important;
    }
}

@media (max-width: 767px) {
    .tn-single-thumb-parallax {
        height: auto;
    }

    .tn-single-style3-wrap.tn-single-thumb-parallax {
        height: 300px;
    }

    #tn-single-image-parallax {
        height: 422px !important;
    }

    .tn-single-thumb-parallax img {
        top: -52px !important;
    }

    .tn-single-style3-wrap .tn-single-thumb-parallax img {
        top: -22px !important;
    }
}

.tn-single-style3-wrap {
    margin-bottom: 48px;
}

.tn-single-style3-content-wrap {
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

.tn-single-style3-content-wrap .tn-single-top-meta-right {
    color: #fff;
}

.tn-single-style3-content-inner {
    padding: 90px 24px 18px;
}

.tn-single-title-style3-wrap {
    padding-bottom: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.tn-single-style3-wrap .tn-single-title {
    color: #fff;
}

.tn-single-style3-wrap .tn-category-tags-wrap a {
    color: #fff;
}

.tn-single-thumb-wrap {
    display: block;
    position: relative;
    margin-bottom: 24px;
}

.tn-single-thumb-wrap:hover .tn-block-slider-wrap .tn-slider-nav {
    opacity: 1;
    visibility: visible;
}

.tn-single-thumb-inner {
    overflow: hidden;
    margin-top: 12px;
    padding: 3px;
    border: 1px solid #333;
}

@media (min-width: 1110px) {
    .col-sm-8 > .tn-single-thumb-wrap > .tn-single-thumb-inner {
        min-height: 394px;
    }
}

@media (min-width: 768px) and (max-width: 1109px) {
    .col-sm-8 > .tn-single-thumb-wrap > .tn-single-thumb-inner {
        min-height: 257px;
    }
}

@media (max-width: 767px) {
    .col-sm-8 > .tn-single-thumb-wrap > .tn-single-thumb-inner {
        width: 100%;
    }
}

.tn-single-thumb-wrap img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/*single style */
.tn-single-meta-inner {
    display: block;
    padding-right: 24px;
    z-index: 99;
}

.single-post-content {
    margin-bottom: 48px;
}

.tn-single-content-wrap .single-post-content > p:first-of-type:first-letter {
    font-size: 70px;
    float: left;
    line-height: 60px;
    padding: 4px 12px 0 0;
}

.tn-single-content-wrap th, .tn-single-content-wrap td {
    text-align: left;
    padding: 3px 12px;
}

.tn-single-content-wrap dl {
    margin-bottom: 1em;
}

.tn-single-content-wrap tr.odd {
    background: #f2f2f2;
}

.tn-single-content-wrap p {
    line-height: 1.6em;
    margin-bottom: 1.5em;
}

.tn-single-content-wrap p:last-child {
    margin-bottom: 0;
}

.tn-single-content-wrap iframe {
    max-width: 100%;
    min-height: 320px;
    height: auto;
}

.tn-single-content-wrap img {
    max-width: 100%;
    height: auto;
}

.tn-single-content-wrap a {
    color: #F7CA18;
}

.tn-single-content-wrap a:hover, .tn-single-content-wrap a:focus {
    text-decoration: underline;
}

.tn-single-no-left-col {
    margin-left: 30px;
    margin-right: 30px;
}

.tn-single-content-wrap h1, .tn-single-content-wrap h2, .tn-single-content-wrap h3, .tn-single-content-wrap h4, .tn-single-content-wrap h5, .tn-single-content-wrap h6 {
    font-weight: bold;
    color: #333;
    margin-bottom: 18px;
    margin-top: 0;
}

.tn-single-content-wrap h1 {
    font-size: 54px;
    line-height: 58px;
    color: #111111;
}

.tn-single-content-wrap h2 {
    font-size: 42px;
    line-height: 48px;
    color: #111111;
}

.tn-single-content-wrap h3 {
    font-size: 32px;
    line-height: 38px;
}

.tn-single-content-wrap h4 {
    font-size: 28px;
    line-height: 32px;
}

.tn-single-content-wrap h5 {
    font-size: 18px;
    line-height: 22px;
}

.tn-single-content-wrap h6 {
    font-size: 16px;
    line-height: 18px;
}

.tn-single-content-wrap blockquote p:first-child {
    font-size: 1em;
    font-weight: normal;
}

.tn-single-content-wrap ol {
    list-style-type: decimal;
    margin-left: 30px;
    margin-bottom: 1.5em;
}

.tn-single-content-wrap ul {
    margin-left: 30px;
    margin-bottom: 1.5em;
}

.tn-single-content-wrap a:hover, .tn-single-content-wrap a:focus {
    color: #F7CA18;
}

.tn-single-content-wrap li {
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
}

.tn-single-content-wrap ul li {
    list-style: disc;
    color: #333;
}

.tn-single-content-wrap ol li {
    list-style: decimal;
    color: #333;
}

.tn-single-content-wrap li:last-child {
    margin-bottom: 0;
}

.tn-single-content-wrap strong {
    color: #333;
    font-weight: bold;
}

blockquote {
    color: #000;
    background: #f2f2f2;
    padding: 32px 12px 12px 12px;
    font-size: 22px;
    line-height: 1.5em;
    quotes: "\201C" "\201D" "\2018" "\2019";
    margin: 0 0 1em 0;
}

blockquote p {
    display: inline;
}

blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .15em;
    vertical-align: -.4em;
    color: #F7CA18;
}

blockquote:after {
    content: close-quote;
    font-size: 4em;
    line-height: .1em;
    margin-left: .15em;
    vertical-align: -.7em;
    color: #F7CA18;
}

blockquote p, .tn-single-content-wrap blockquote ul, .tn-single-content-wrap blockquote ol {
    margin-bottom: 1em !important;
    line-height: 1.3em !important;

}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 1em !important;
    line-height: 1.3em !important;
    display: inline;
}

table caption {
    padding: 0 0 9px 0;
    width: auto;
    font-weight: bold;
    text-align: center;
}

table {
    max-width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    border-right: 1px dashed rgba(0, 0, 0, .1);
}

th, td {
    line-height: 24px;
    text-align: center;
    line-height: 24px;
    border-left: 1px dashed rgba(0, 0, 0, .1);
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

tr:nth-child(odd) td {
    background: #fcfcfc;
}

dt, dd {
    line-height: 1.6em;
}

pre {
    padding: 1.5em;
    border: 1px dashed #999;
    background: #f2f2f2;
    margin-bottom: 1.5em;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.5em;
    border-radius: 0;
}

.tn-single-content-wrap table {
    margin-bottom: 1.5em;
}

.drop-caps {
    float: left;
    font-size: 1.9em;
    line-height: 1em;
    background: #F7CA18;
    color: #fff;
    padding: 7px 10px;
    margin-top: 4px;
    margin-right: 12px
}

/* single meta */
.tn-single-date-wrap {
    display: block;
    border: 1px solid #26282A;
    color: inherit;
    max-width: 75px;
    margin-bottom: 18px;
    position: relative;
    cursor: pointer;
}

.tn-hidden-link-left-col {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-tags-day {
    display: block;
    font-size: 3.4em;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    padding: 12px 0;
}

.single-tags-month {
    background: #26282A;
    display: block;
    color: #F7CA18;
    text-align: center;
    line-height: 1em;
    padding: 6px 0;
}

.tn-single-date-archive {
    position: absolute;
    left: 120%;
    top: 0;
    display: block;
    text-align: center;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    opacity: 0;
    z-index: 99;
    cursor: auto;
    visibility: hidden;
    pointer-events: none;
}

.tn-single-date-archive-inner {
    position: relative;
    margin-left: 9px;
    background: #fff;
    padding: 18px 24px;
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1);
    min-width: 240px;
    border-left: 2px solid #F7CA18;
}

.tn-single-date-archive-inner::before {
    position: absolute;
    left: -9px;
    top: 9px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 9px 7px 0;
    border-color: transparent #F7CA18 transparent transparent;
}

.tn-single-date-wrap:hover .tn-single-date-archive {
    left: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.date-archive-content {
    font-style: italic;
    line-height: 1.6em;
    font-size: .83em;
    margin-bottom: 9px;
}

.tn-single-date-archive-inner a {
    font-weight: bold;
}

.single-tags-author {
    display: block;
    position: relative;
    cursor: pointer;
    max-width: 75px;
    border: 1px solid #333;
    padding: 2px;
    height: auto;
    margin-bottom: 18px;
}

.single-tags-author img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.single-tags-author-content, .single-tags-share-content {
    position: absolute;
    left: 120%;
    top: 0;
    display: block;
    text-align: center;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    opacity: 0;
    z-index: 99;
    cursor: auto;
    visibility: hidden;
    pointer-events: none;
}

.single-tags-author-content-inner, .single-tags-share-content-inner {
    position: relative;
    margin-left: 9px;
    background: #fff;
    padding: 18px 24px;
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1);
    min-width: 240px;
    border-left: 2px solid #F7CA18;
}

.single-tags-author-content-inner::before, .single-tags-share-content-inner::before {
    position: absolute;
    left: -9px;
    top: 9px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 9px 7px 0;
    border-color: transparent #F7CA18 transparent transparent;
}

.single-tags-author:hover .single-tags-author-content, .single-tags-share:hover .single-tags-share-content {
    left: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.single-tags-author-content a {
    color: #333;
}

.single-tags-author-description {
    font-style: italic;
    font-size: .83em;
    line-height: 1.6em;
    margin: 9px 0;
}

.single-tags-author-more {
    display: block;
    margin-top: 15px;
}

.single-tags-author-more a {
    color: inherit;
    display: inline-block;
    line-height: 1em;
    padding: 6px 9px;
    border: 1px solid;
    transition: all .35s !important;
    -webkit-transition: all .35s !important;
    -moz-transition: all .35s !important;
    -o-transition: all .35s !important;
}

.single-tags-author-more a:focus, .single-tags-author-more a:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
    border-color: inherit;
}

.single-tags-author-name {
    display: block;
    position: relative;
    padding-bottom: 9px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}

.single-tags-author-name::after {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background: #F7CA18;
    left: 50%;
    bottom: 0;
    margin-left: -12px;
}

.single-tags-share {
    display: block;
    max-width: 75px;
    position: relative;
    height: auto;
    max-height: 75px;
    border: 1px solid #F7CA18;
    text-align: center;
    cursor: pointer;
    margin-bottom: 48px;
}

.single-tags-share-content {
    text-align: left;
}

.single-tags-share-content-inner .tn-share-social-box a {
    margin-bottom: 12px;
    width: 190px;
    margin-right: 0;
    text-decoration: none;
}

.single-tags-share-content-inner .tn-share-social-box a:last-child {
    margin-bottom: 0;
}

.single-tags-share-icon {
    font-size: 42px;
    line-height: 69px;
    display: block;
    margin: 2px;
    background: #F7CA18;
    color: #fff;
}

/*single top meta */
.tn-single-top-meta-wrap {
    display: block;
    margin-bottom: 18px;
    overflow: hidden;
}

.tn-single-top-meta-wrap .tn-category-tags-wrap {
    display: inline-block;
    padding-left: 6px;
    border-left: 3px solid #F7CA18;
    margin-bottom: 0;
}

.tn-single-top-meta-date-wrap {
    display: none;
    white-space: nowrap;
}

.tn-single-top-meta-right {
    float: right;
    display: inline-block;
    font-style: italic;
    opacity: .7;
    padding-right: 4px;
}

.tn-single-top-meta-right span {
    margin-left: 3px;
}

.tn-single-top-meta-right a:hover, .tn-single-top-meta-right a:focus {
    text-decoration: underline;
}

.tn-single-top-meta-right i {
    margin-right: 4px;
}

.tn-single-top-meta-view-wrap {
    margin-right: 12px;
}

/*like post */
.tn-social-like-post {
    margin-bottom: 48px;
    margin-top: -28px;
}

.tn-social-like-post ul {
    margin-left: 0;
}

.tn-social-like-post ul li {
    display: inline;
    list-style: none;
}

.tn-social-like-post ul li::before {
    background: none;
}

/*social share top */
.tn-single-share-wrap {
    display: block;
    padding: 9px 0;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.tn-single-top-share-wrap {
    margin-bottom: 24px;
}

.tn-single-bottom-share-wrap {
    margin-bottom: 48px;
}

.tn-single-share-button {
    display: inline-block;
    margin-right: 12px;
    overflow: hidden;
    line-height: 1em;
}

.tn-single-share-button:last-child {
    margin-right: 0;
}

.tn-single-share-button i {
    width: 23px;
    font-size: 15px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background: #fff;
    text-align: center;
    margin: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.tn-social-text {
    color: #fff;
    line-height: 22px;
    padding: 0 12px;
    font-weight: bold;
}

/* color */
.tn-social-facebook {
    background: rgb(76, 102, 164);
}

.tn-social-facebook i {
    color: rgb(76, 102, 164);
}

.tn-social-facebook:hover {
    background: rgba(76, 102, 164, 0.7);
}

.tn-social-google {
    background: rgb(221, 75, 57);
}

.tn-social-google i {
    color: rgb(221, 75, 57);
}

.tn-social-google:hover {
    background: rgba(221, 75, 57, .7);
}

.tn-social-linkedin {
    background: rgb(0, 123, 182);
}

.tn-social-linkedin i {
    color: rgb(0, 123, 182);
}

.tn-social-linkedin:hover {
    background: rgba(0, 123, 182, .7);
}

.tn-social-pinterest {
    background: rgb(203, 32, 39);
}

.tn-social-pinterest i {
    color: rgb(203, 32, 39);
}

.tn-social-pinterest:hover {
    background: rgba(203, 32, 39, .7);
}

.tn-social-tumblr {
    background: rgb(50, 80, 109);
}

.tn-social-tumblr i {
    color: rgb(50, 80, 109);
}

.tn-social-tumblr:hover {
    background: rgba(50, 80, 109, .7);
}

.tn-social-twitter {
    background: rgb(47, 194, 239);
}

.tn-social-twitter i {
    color: rgb(47, 194, 239);
}

.tn-social-twitter:hover {
    background: rgba(47, 194, 239, 0.7);
}

.tn-single-top-share-wrap .tn-share-social-box, .tn-single-bottom-share-wrap .tn-share-social-box {
    display: inline-block;
}

.top-social-count {
    display: inline-block;
    margin-right: 48px;

}

.top-single-count-num {
    line-height: 24px !important;
    font-size: 32px;
    font-weight: bold;
    opacity: .7;
    margin-right: 6px;
}

.top-single-count-text {
    color: #F7CA18;
    letter-spacing: 1px;
    font-weight: 400 !important;
}

/*top tags */
.tn-single-tags {
    display: inline-block;
    margin-right: 6px;
}

.tn-single-tags-element {
    display: inline-block;
    margin-right: 9px;
}

.tn-single-tags-element:last-child {
    margin-right: 0;
}

/* single media overlay */
.tn-single-media-icon {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 72px;
    height: 72px;
    margin-left: -36px;
    margin-top: -36px;
    text-align: center;
    box-shadow: 0 0 0 4px #fff;
    -webkit-box-shadow: 0 0 0 4px #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    z-index: 10;
    -webkit-transition: opacity .5s !important;
    -moz-transition: opacity .5s !important;
    -ms-transition: opacity .5s !important;
    -o-transition: opacity .5s !important;
    transition: opacity .5s !important;
}

.tn-single-media-icon i {
    font-size: 60px;
    line-height: 72px;
}

.tn-single-media-icon i.fa-play-circle {
    font-size: 72px;
}

.tn-single-media-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.tn-single-media-parallax {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: block;
    top: -9999px;
    visibility: hidden;
    z-index: 50;
}

.tn-iframe-center {
    top: 50% !important;
    visibility: visible !important;
}

.tn-index-overlay {
    z-index: 40 !important;
    opacity: 1;
}

.tn-single-audio-parallax {
    width: 50%;
    margin-left: 25%;
}

.tn-single-video-parallax {
    width: 30%;
    margin-left: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.tn-single-video-parallax iframe {
    -webkit-box-shadow: 0 0 28px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 28px 10px rgba(0, 0, 0, .5);
}

/*single related */
.tn-module-related-wrap {
    padding: 0 12px;
}

.tn-module-related-wrap .tn-post-format {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
}

.tn-module-related-wrap .tn-meta-counter-wrap {
    left: 9px;
    top: 6px;
    transform: scale(0.72);
    -webkit-transform: scale(0.72);
    -moz-transform: scale(0.72);
    -o-transform: scale(0.72);
}

.tn-single-related-content {
    margin: 0 -12px;
}

.tn-module-related-thumb {
    margin-bottom: 6px;
}

.tn-module-related-meta-tags {
    overflow: hidden;
    margin-bottom: 9px;
}

.tn-module-related-meta-tags span {
    display: inline-block;
    margin: 0;
}

.tn-module-related-meta-tags .meta-tags-author {
    float: right;
}

.tn-single-related-content .tn-module-title {
    margin-bottom: 0;
}

/*single navigation */
.tn-single-nav-wrap {
    display: block;
    margin-bottom: 48px;
}

.tn-single-nav-prev {
    padding-right: 1px;
}

.tn-single-nav-next {
    padding-left: 1px;
    float: right;
}

.tn-single-nav-title {
    position: absolute;
    color: #fff !important;
    top: 50%;
    text-align: center;
    left: 50%;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    width: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.tn-single-nav-title i {
    font-size: 36px;
    line-height: 36px;
    display: block;
}

/* nav style 2 */
.tn-single-nav-style2-wrap {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s;
    -o-transition: opacity .35s;
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
}

.show-single-nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto !important;
}

.tn-single-nav-style2-prev {
    position: fixed;
    top: 50%;
    left: 0;
    display: block;
    outline: none;
    text-align: left;
    z-index: 2000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tn-single-nav-style2-next {
    position: fixed;
    top: 50%;
    right: 0;
    display: block;
    outline: none;
    text-align: left;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tn-single-nav-style2-prev .tn-single-nav-style2-button, .tn-single-nav-style2-next .tn-single-nav-style2-button {
    position: relative;
    z-index: 2000;
    display: block;
    height: 108px;
    line-height: 108px;
    padding: 0 12px;
    background: #26282A;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tn-single-nav-style2-prev .tn-single-nav-style2-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 110%;
    background: #fff;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.35s 0.35s;
    transition: transform 0.35s 0.35s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);

}

.tn-single-nav-style2-next .tn-single-nav-style2-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 110%;
    z-index: -1;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.35s 0.35s;
    transition: transform 0.35s 0.35s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);

}

.tn-single-nav-style2-content {
    position: absolute;
    top: 0;
    padding: 18px 160px 18px 70px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    width: 440px;
    height: 108px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.tn-single-nav-style2-prev .tn-single-nav-style2-content {
    left: 0;
    text-align: right;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tn-single-nav-style2-next .tn-single-nav-style2-content {
    right: 0;
    padding: 20px 70px 20px 150px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tn-single-nav-style2-next:hover .tn-single-nav-style2-content, .tn-single-nav-style2-prev:hover .tn-single-nav-style2-content {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

.tn-single-nav-style2-content .tn-thumb-wrap {
    position: absolute;
    top: 9px;
    width: 120px;
}

.tn-single-nav-style2-content .tn-thumb-wrap a::before, .tn-single-nav-style2-content .tn-thumb-wrap a::after {
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
}

.tn-single-nav-style2-next .tn-thumb-wrap {
    left: 9px;
}

.tn-single-nav-style2-prev .tn-thumb-wrap {
    right: 9px;
}

.tn-single-nav-style2-title {
    margin: 0;
}

.tn-single-nav-style2-meta {
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding-top: 9px;
    display: inline-block;
    line-height: 1em;
}

.tn-single-nav-style2-next i, .tn-single-nav-style2-prev i {
    transition: color .35s .35s;
    -webkit-transition: color .35s .35s;
    -moz-transition: color .35s .35s;
    -o-transition: color .35s .35s;
}

.tn-single-nav-style2-prev:hover i, .tn-single-nav-style2-next:hover i {
    color: #333;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
}

.tn-single-nav-style2-prev:hover .tn-single-nav-style2-button::before, .tn-single-nav-style2-next:hover .tn-single-nav-style2-button::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.tn-single-nav-style2-prev:hover .tn-single-nav-style2-content, .tn-single-nav-style2-next:hover .tn-single-nav-style2-content {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* single navigation */
.tn-page-links {
    margin-bottom: 1.5em;
    display: block;
    text-align: center;
    font-weight: bold;
}

.tn-page-links a, .tn-page-links > span {
    display: inline-block;
    padding: 0 6px;
}

.tn-page-links a:hover {
    color: #333;
}

/*default gallery */
.tn-default-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5em;
    display: none;
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
    padding-top: 21px;
    padding-left: 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);;
}

.mfp-bottom-bar {
    position: absolute;
    padding: 15px;
    left: 0;
    bottom: 45px;
    width: 100%;
    cursor: auto;
    top: auto;
}

.mfp-title {
    float: left;
}

.mfp-counter {
    margin-right: 18px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    font-size: 48px;
}

/*single post style 4 */

.tn-single-style4-wrap {
    margin-bottom: 0 !important;
}

.tn-single-style4-no-thumb-wrap {
    display: block;
    padding-bottom: 96px;
}

.tn-single-style4-no-thumb-wrap .tn-iframe-inner-image .tn-video-wrap {
    padding-bottom: 50%;
    margin-bottom: 0;
}

.tn-single-style4-no-thumb-inner {
    padding-left: 24px;
    padding-right: 24px;
}

.tn-single-style4-no-thumb-inner .tn-iframe-inner-image {
    margin-bottom: 12px;
}

.tn-single-style4-main-wrap {
    background: #fff;
    margin-top: -96px;
    padding-top: 24px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .tn-single-style4-main-wrap {
        margin-top: -66px;
        max-width: 980px;
    }

    .tn-single-media-icon {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}

@media (max-width: 991px)and (min-width: 768px) {
    .tn-single-style4-main-wrap {
        margin-top: -66px;
    }

    .tn-single-media-icon {
        transform: scale(0.83);
        -webkit-transform: scale(0.83);
        margin-top: -46px;
    }
}

@media (max-width: 767px) {
    .tn-single-media-icon {
        display: none;
    }

    .tn-single-style4-main-wrap {
        margin-top: -66px;
    }
}

/* video & audio thumb*/

.tn-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border: 0;

}

.tn-audio-wrap {
    margin-top: -10%;
    position: relative;
    padding-bottom: 20%;
    height: 0;
    border: 0;
}

.tn-audio-wrap.tn-audio-wrap-no-thumb {
    margin-top: 0;
}

.tn-video-wrap iframe, .tn-audio-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tn-iframe-inner-image {
    margin-bottom: 18px;
}

.tn-single-top-style5-wrap .tn-iframe-inner-image .tn-audio-wrap {
    padding-bottom: 20%;
}

@media (min-width: 1200px) {
    .tn-single-top-style5-wrap .tn-single-thumb-wrap .tn-slider-init {
        height: 477px;
    }
}

.tn-single-top-style5-wrap .tn-single-thumb-wrap .tn-slider-init {
    height: 412px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tn-single-top-style5-wrap .tn-single-thumb-wrap .tn-slider-init {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .tn-single-top-style5-wrap .tn-single-thumb-wrap .tn-slider-init {
        height: 320px;
    }

    .tn-single-thumb-wrap .tn-slider-nav {
        display: none;
    }
}

.tn-iframe-inner-image .tn-audio-wrap {
    padding-bottom: 15%;
}

.tn-iframe-inner-image .tn-video-wrap {
    padding-bottom: 36%;
}

/*single style 5 */

.tn-single-top-style5-inner {
    margin: 0 24px 36px 24px;
    overflow: hidden;
}

@media (min-width: 1110px) {
    .tn-single-top-style5-inner .tn-single-thumb-inner {
        min-height: 485px;
    }
}

@media (min-width: 768px) and (max-width: 1109px) {
    .tn-single-top-style5-inner .tn-single-thumb-inner {
        min-height: 342px;
    }

}

@media (max-width: 767px) {
    .tn-single-top-style5-inner .tn-single-thumb-inner {
        width: 100%;
        min-height: 200px;
    }
}

.tn-single-top-style5-inner .tn-audio-wrap {
    margin-top: 0;
}

.tn-single-top-style5-inner .tn-single-thumb-wrap {
    margin-bottom: 0;
}

.tn-single-top-style5-inner .tn-iframe-inner-image .tn-video-wrap {
    padding-bottom: 50%;
}

.tn-single-top-style5-inner .tn-iframe-inner-image {
    margin-bottom: 9px;
}

.tn-single-top-style5-inner .tn-single-title-style3-wrap {
    padding-bottom: 0;
    text-shadow: none;
}

.tn-single-top-style5-inner .tn-category-tags-wrap {
    color: #fff;
}

.tn-single-big-thumb-title-inner {
    position: absolute;
    bottom: 3px;
    left: 3px;
    padding: 48px 24px 12px 24px;
    color: #fff;
    right: 3px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

.tn-single-big-thumb-title-inner .tn-single-top-meta-right {
    color: #fff;
}

.tn-single-big-thumb-title-wrap .tn-single-thumb-wrap {
    position: relative;
}

.tn-single-big-thumb-title-wrap .tn-single-title-wrap {
    margin-bottom: 18px;
    color: #fff !important;
}

/*author box */
.tn-author-box-wrap {
    margin-bottom: 48px;
    padding: 24px;
    background: #eee;
}

.tn-author-thumb {
    float: left;
    width: 48px;
    margin-bottom: 6px;
    margin-right: 18px;
}

.tn-author-thumb img {
    width: 100%;
    height: auto;
    border: 1px solid #333;
    padding: 1px;
}

.tn-author-box-wrap .author-title {
    margin-bottom: 9px;
}

.tn-author-box-wrap .author-title a {
    line-height: 1em;
    display: inline-block;
    border-left: 3px solid #F7CA18;
    padding-left: 9px;
}

.tn-author-box-wrap .author-title a:hover, .tn-author-box-wrap .author-title a:focus {
    color: #F7CA18;
}

.author-description {
    font-size: .9em;
    margin-left: 66px;
    font-style: italic;
    margin-bottom: 15px;
}

.author-social {
    display: block;
    overflow: hidden;
    margin-left: 68px;
}

.tn-author-bar-full-box a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.tn-author-bar-full-box i {
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.tn-author-bar-full-box a:hover i, .tn-author-bar-full-box a:focus i {
    color: #F7CA18;
    -ms-transform: rotate(-360deg); /* IE 9 */
    -webkit-transform: rotate(-360deg); /* Chrome, Safari, Opera */
    transform: rotate(-360deg);
}

.tn-author-bar-full-box a:hover, .tn-author-bar-full-box a:focus {
    border-color: #F7CA18;
}

.tn-author-bar-full-box a:last-child {
    margin-right: 0;
}

.tn-single-tags-source-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 12px;
    margin-top: 30px;
}

.tn-tags-box-element {
    margin-bottom: 18px;
}

.tn-tags-box-element:last-child {
    margin-bottom: 0;
}

.tn-single-content-wrap .tn-single-tag-box-wrap a, .tn-single-content-wrap .tn-single-source-box-wrap a {
    display: inline-block;
    padding: 6px 9px;
    margin: 1px 6px;
    border: 1px dashed;
    line-height: 1em;
    font-size: 15px;
    text-transform: none;
    color: #333;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.tn-single-tag-box-wrap a:hover, .tn-single-source-box-wrap a:hover {
    color: #F7CA18;
    border-color: inherit;
}

.tn-single-tag-title {
    min-width: 60px;
    display: inline-block;
}

.tn-single-thumb-wrap .tn-slider-prev {
    left: 30px;
}

.tn-single-thumb-wrap .tn-slider-next {
    right: 30px;
}

/*--------------------------------------------------------------
    10.0 - Responsive
--------------------------------------------------------------*/

@media (max-width: 767px) {
    .alignleft, .alignright {
        float: none;
        margin-right: 0;
        margin-left: 0;
        display: block;
        width: 100% !important;
        text-align: center;
    }

    .wp-caption img {
        float: none;
    }

    .tn-sidebar-footer {
        padding-bottom: 0;
    }

    .tn-audio-wrap {
        margin-top: -45px;
    }

    .copyright {
        float: none;
        text-align: center;
    }

    #tn-footer .footer-menu-wrap {
        float: none;
        text-align: center;
        margin-top: 12px;
    }

    .tn-sidebar-footer:last-child {
        padding-bottom: 48px;
    }

    .tn-module-title a {
        font-size: .9em;
    }

    .tn-single-no-left-col {
        margin-left: 12px;
        margin-right: 12px;
    }

    .tn-module-slider-content-wrap .tn-module-excerpt, .tn-module-slider-content-wrap .tn-read-more-wrap {
        display: none;
    }

    .tn-module-slider-content-wrap .tn-module-title {
        margin-bottom: 0;
    }

    .tn-block8-content-wrap .row:last-child .tn-module2-wrap, .tn-block9-content-wrap .row:last-child .tn-module3-wrap {
        margin-bottom: 18px;
        padding-bottom: 18px;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
    }

    .tn-block8-content-wrap .row:last-child .tn-block8-element:last-child .tn-module2-wrap, .tn-block9-content-wrap .row:last-child .tn-block9-element:last-child .tn-module3-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .tn-block3-content-wrap .row:last-child .tn-module3-wrap, .tn-block5-content-wrap .row:last-child .tn-module3-wrap {
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
    }

    .tn-block3-content-wrap .row:last-child .tn-module2-wrap, .tn-block5-content-wrap .row:last-child .tn-module2-wrap {
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
    }

    .tn-block3-content-wrap .row:last-child .tn-block3-element:last-child .tn-module3-wrap, .tn-block5-content-wrap .row:last-child .tn-block5-element:last-child .tn-module3-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .tn-block3-content-wrap .row:last-child .tn-block3-element:last-child .tn-module2-wrap, .tn-block5-content-wrap .row:last-child .tn-block5-element:last-child .tn-module2-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .tn-module5-inner .tn-post-format, .tn-module5-inner .tn-meta-counter-wrap {
        display: none;
    }

    .tn-module5-inner .tn-module-section:first-child {
        padding-right: 6px;
        margin-top: 4px;
    }

    .tn-module4-content {
        margin-left: 24px;
        margin-right: 24px;
        margin-top: -48px;
    }

    .tn-module4-inner .tn-meta-counter-wrap {
        left: 24px;
        top: 24px;
    }

    .tn-module4-inner .tn-module-title a {
        font-size: 1em;
    }

    .tn-module4-date-wrap {
        font-size: .83em;
        width: 48px;
    }

    .tn-module-slider-content-wrap {
        width: 80%;
    }

    .module1-section-center {
        padding-right: 6px;
        margin-top: 4px;
        padding-left: 0;
    }

    .tn-module1-inner .tn-post-format, .tn-module1-inner .tn-meta-counter-wrap {
        display: none;
    }

    .tn-module1-inner .tn-thumb-wrap a::before, .tn-module1-inner .tn-thumb-wrap a::after {
        border: 0 none;
    }

    .tn-module5-inner .tn-thumb-wrap a::before, .tn-module5-inner .tn-thumb-wrap a::after {
        border: 0 none;
    }

    .tn-sub-cate-wrap {
        display: none;
    }

    .author-social {
        margin-left: 0;
    }

    .tn-single-nav-title h3 {
        font-size: .9em;
    }

    .tn-single-title {
        font-size: 1.6em;
    }

    .single-post-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .tn-single-content-wrap iframe {
        min-height: 180px;
    }

    .tn-single-top-meta-date-wrap {
        display: inline-block;
        margin-right: 9px;
    }

    .related-content-element {
        margin-bottom: 18px;
        padding-bottom: 18px;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
    }

    .related-content-element:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .related-content-element .tn-module-title a {
        font-size: 1em;
    }

    .tn-single-share-wrap .tn-share-social-box {
        float: right;
        display: block;
        white-space: nowrap;
    }

    .tn-social-text {
        display: none;
    }

    .tn-block-image-content-wrap {
        width: 80%;
        padding: 30px;
    }

    .tn-block-image-title h3 {
        font-size: 30px;
        line-height: 35px;
        white-space: normal;
    }

    .tn-block-image-content p {
        display: none;
    }

    .tn-block-image-read-more.tn-read-more {
        font-size: 13px;
        padding: 9px 12px;
    }

    .tn-block-image-title {
        margin-bottom: 24px;
    }

    .about-widget .tn-topbar-social-wrap {
        text-align: center;
    }

    .tn-page-pagination-inner {
        float: none;
        text-align: center;
    }

    .tn-pagination-text {
        display: none;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .tn-module-title a {
        font-size: .83em;
    }

    .tn-module-slider-content-wrap .tn-module-title {
        margin-bottom: 0;
    }

    .tn-module-slider-content-wrap .tn-module-excerpt, .tn-module-slider-content-wrap .tn-read-more-wrap {
        display: none;
    }

    .tn-slider-next {
        right: 70px;
    }

    .tn-slider-prev {
        left: 70px;
    }

    .tn-module4-content {
        margin-left: 24px;
        margin-right: 24px;
        margin-top: -48px;
    }

    .tn-module4-inner .tn-meta-counter-wrap {
        left: 24px;
        top: 18px;
    }

    .tn-module4-inner .tn-module-title a {
        font-size: 1.3em;
    }

    .tn-module-slider-content-wrap {
        width: 50%;
    }

    .tn-module1-inner .tn-post-format, .tn-module1-inner .tn-meta-counter-wrap {
        display: none;
    }

    .tn-module1-inner .tn-thumb-wrap a::before, .tn-module1-inner .tn-thumb-wrap a::after {
        border-top: 0 none;
        border-bottom: 0 none;
    }

    .module1-section-center {
        padding-right: 6px;
        margin-top: 4px;
        padding-left: 0;
    }

    .tn-sub-cate-inner {
        display: none;
    }

    .author-social {
        margin-left: 0;
    }

    .tn-single-nav-title h3 {
        font-size: .83em;
    }

    .tn-single-title {
        font-size: 2em;
    }

    .tn-block-image-content-wrap {
        width: 80%;
        padding: 30px 42px;
    }

    .tn-block-image-title h3 {
        font-size: 42px;
        line-height: 42px;
    }

    .tn-block-image-read-more.tn-read-more {
        padding: 9px 15px;
        font-size: 15px;
    }

}

@media (max-width: 479px) {
    .tn-module4-content {
        margin-left: 12px;
        margin-right: 12px;
        margin-top: -24px;
    }

    .tn-module4-inner .tn-meta-counter-wrap {
        left: 12px;
        top: 15px;
    }

    .tn-module4-inner .tn-module-title a {
        font-size: .83em;
    }

    .tn-module-slider-content-wrap {
        width: 80%;
        right: 24px;
    }

    .slick-active .tn-module-slider-content-wrap {
        bottom: 12px;
    }

    .tn-module4-date-wrap {
        font-size: .83em;
        width: 48px;
    }

    .tn-module-slider-wrap .tn-module-title a {
        font-size: .83em;
    }

    .tn-module-slider-wrap .tn-post-format, .tn-module-slider-wrap .tn-meta-counter-wrap {
        display: none;
    }

    .tn-single-title {
        font-size: 1.2em;
    }

    .single-post-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .tn-slider-next {
        right: 125px;
    }

    .tn-slider-prev {
        left: 125px;
    }
}

