/*
 Template:     fmagazine
*/

.fa-search:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z'/%3E%3C/svg%3E");
    width: 16px;
    display: inline-block;
}
.fa-angle-right:before {
    content: ">";
}

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c4eb8936e2c051892e38)
 * Config saved to config.json and https://gist.github.com/c4eb8936e2c051892e38
 */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}

@charset "UTF-8";
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    background-color: #fff;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
#slickGallery-nav .slick-track .slick-slide {
    max-height: 100px;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
    background-color: #fff;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
} /* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"),
        url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
} /* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
} /* Dots */
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
} /*# sourceMappingURL=slick.css.map */

/*--------------------------------------------------------------
    fmagazine theme css
--------------------------------------------------------------*/
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
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%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: 400;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
a {
    color: inherit;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.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;
}
.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;
    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; /*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;
}
@-webkit-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}
@-moz-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}
@-o-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}
@keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.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: 0.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;
}
.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: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.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: #fff;
    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: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    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 #fff;
    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 #fff;
    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: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-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: #444;
}
.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) {
    .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;
}
.wpcf7 p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px !important;
    font-weight: 700;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"] {
    position: relative;
    width: 50%;
    padding-top: 10px;
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    display: block;
    margin-top: 10px;
}
.wpcf7-submit {
    font-size: 15px !important;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
}
.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, 0.2);
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.tn-site-logo-wrap .title-tagline {
    opacity: 0.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-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: 0.7;
}
.icon-social:before {
    font-family: FontAwesome;
}
.icon-facebook:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    display: block;
}
.fa-star:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    display: inline-block;
    filter: invert(75%) sepia(47%) saturate(1005%) hue-rotate(334deg) brightness(100%) contrast(103%);
}
.icon-twitter:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    display: block;
}
.icon-google_plus:before {
    content: "\f0d5";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-youtube:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    display: block;
}
.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: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    display: block;
}
.icon-rss:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM128 416c0 35.3-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    display: block;
}
.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 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -o-transition: -o-transform 0.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, 0.05) !important;
    border-right: 1px solid transparent !important;
    border-top: 2px solid #f7ca18;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 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, 0.1);
    transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
}
.icon-social:hover {
    color: #f7ca18;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.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: 0.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: #111;
    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;
}
.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 {
    margin-left: 12px;
    color: #798794;
}
.tn-sub-cate-element a.active {
    color: #0066b2;
}
.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;
}
.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, 0.2);
}
.tn-counter-num {
    display: block;
    font-size: 1.5em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 6px;
    line-height: 1em;
    font-weight: 700;
    text-align: left;
}
.tn-counter-content {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1em !important;
    text-emphasis: left;
    color: #fff !important;
}
.tn-breadcrumbs-wrap {
    position: relative;
    min-height: 33px;
}
.tn-breadcrumbs-inner {
    text-transform: capitalize !important;
    opacity: 0.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,
.tn-breadcrumbs-inner a:hover {
    color: #0066b2;
}
.breadcrumbs-current {
    color: #798794;
}
.tn-main-menu-right-area {
    display: block;
    float: right;
}
.tn-ajax-search-wrap {
    display: block;
    float: left;
    position: relative;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.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 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    text-shadow: 1px 1px 1px rgba(0, 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: #111;
    display: none;
    top: 100%;
    background: #fff;
    padding: 18px;
    z-index: 99999;
    width: 330px;
    height: auto;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 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: 15px;
    padding-bottom: 12px;
    font-style: italic;
    display: block;
}
#tn-search-form-text {
    width: 100%;
    background: none;
    outline: none;
    line-height: 1.5em;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px dashed #cbcbcb;
}
.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: 25px;
}
.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, 0.2);
    background: rgba(255, 255, 255, 0.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;
}
#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: 0.4;
    color: #333;
    border: 1px solid #363636;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.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;
}
.tn-page-pagination-wrap {
    display: block;
    margin-bottom: 48px;
    padding: 9px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    border-top: 1px dashed rgba(0, 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 {
    padding: 0px 10px;
    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 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.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,
.page-numbers:focus {
    color: #000000;
}
.page-numbers:last-child {
    margin-right: 0;
}
.page-numbers.current {
    opacity: 0.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: 0.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 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.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 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
a.block-title:hover {
    color: #f7ca18;
}
.tn-module-title {
    margin-bottom: 12px;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.tn-module-excerpt {
    opacity: 0.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: #111;
    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;
    line-height: 1em;
    white-space: nowrap;
}
.meta-tags-author {
    text-transform: capitalize !important;
    font-style: italic !important;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.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%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: auto !important;
}
.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 0.35s;
    -moz-transition: opacity 0.35s;
    -ms-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
    opacity: 0.05;
}
.tn-thumb-wrap:hover::before,
.tn-thumb-wrap:focus::before {
    opacity: 0.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;
    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;
}
.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;
}
.config-error {
    display: block;
    line-height: 45px;
    text-align: Center;
    color: #ff9b8e;
    font-size: 14px;
}
.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;
}
.tn-top-left-bar {
    display: block;
}
.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: 0.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, 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, 0.07) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 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, 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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.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 {
    position: absolute;
    top: 0;
}
.tn-fixed-menu.fixed-menu {
    position: fixed;
    top: 0;
    -webkit-animation: showStickyMenu 0.2s;
    animation: showStickyMenu 0.2s;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.fixed-menu {
    opacity: 0.8;
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -ms-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
@-webkit-keyframes showStickyMenu {
    from {
        -webkit-transform: scaleY(0);
        opacity: 0;
    }
    to {
        -webkit-transform: scaleY(1);
        opacity: 1;
    }
}
@keyframes showStickyMenu {
    from {
        transform: scaleY(0);
        opacity: 0;
    }
    to {
        transform: scaleY(1);
        opacity: 1;
    }
}
.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 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.main-menu-wrap > ul > li > a {
    padding: 0 15px;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 4.2;
    font-weight: 400;
    transition: all 0.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, 0.05) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 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;
}
.global-nav__main > ul > li.menu-item-has-children.hover .tn-dropdown-menu,
.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: 0;
    padding-right: 0;
    border: 0;
    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, 0.05) !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 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, 0.05) !important;
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 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;
}
.global-nav__main > ul > li:hover .tn-mega-menu-wrap,
.global-nav__main > ul > li:hover > .tn-mega-menu-col,
.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, 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: 0.9em;
    line-height: 36px;
    position: relative;
}
.tn-mega-menu-col .tn-sub-menu-wrap > ul > li > a:after {
    content: "\f107";
}
.tn-main-mobile-menu-wrap {
    background: #798794;
    color: #fff;
    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;
}
#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;
}
.box-layout,
.box-margin-layout {
    max-width: 1200px;
    margin: 0 auto;
}
.box-margin-layout {
    margin: 30px auto !important;
}
.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;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.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: 0;
    -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;
}
@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;
}
#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: #fff;
}
.tn-mobile-menu li a {
    display: block;
    line-height: 19px !important;
    font-size: 16px !important;
    padding: 15px 0;
    width: 200px;
}
.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%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.no-block-post-found {
    font-size: 0.83em;
    font-style: italic;
    border: 1px dashed rgba(0, 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;
}
.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;
}
.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;
}
.tn-module-small-wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 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: 0.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;
}
.tn-module1-wrap {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed rgba(0, 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, 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%;
    }
}
.tn-module2-wrap {
    text-align: center;
    border-bottom: 1px dashed rgba(0, 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-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%;
    }
}
.tn-module3-wrap {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px dashed rgba(0, 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%;
    }
}
.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%;
    }
}
.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 0.15s;
    -webkit-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
}
.tn-slider-thumb-wrap img {
    height: 100%;
}
.tn-slider-thumb-wrap a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    right: 0;
    background: #f7ca18;
    opacity: 0.04;
}
.tn-slider-thumb-wrap:hover a {
    opacity: 0.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 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.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: -100%;
    border-left: 3px solid #f7ca18;
    display: block;
    width: 42%;
    background: rgba(255, 255, 255, 0.83);
    padding: 15px 30px;
    z-index: 99;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -webkit-transition-delay: 0.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;
    color: #fff;
    top: 50%;
    z-index: 99;
    margin-top: -24px;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
    opacity: 0.4;
}
.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 i {
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    line-height: 44px;
    text-align: center;
    padding: 0;
    z-index: 99;
    margin: 0;
    display: block;
}
.tn-slider-prev {
    left: 40px;
}
.box-layout .tn-block2-wrap .tn-slider-prev,
.box-layout .tn-block1-wrap .tn-slider-prev,
.box-margin-layout .tn-block2-wrap .tn-slider-prev,
.box-margin-layout .tn-block1-wrap .tn-slider-prev {
    left: 121px;
}
.tn-slider-next {
    right: 40px;
}
.box-layout .tn-block2-wrap .tn-slider-next,
.box-layout .tn-block1-wrap .tn-slider-next,
.box-margin-layout .tn-block2-wrap .tn-slider-next,
.box-margin-layout .tn-block1-wrap .tn-slider-next {
    right: 121px;
}
.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;
    min-width: 70%;
    border: 1px solid #fff;
    background: rgba(225, 255, 255, 0.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: 700;
}
.tn-module-small-slider-content-wrap .tn-counter-num {
    margin-right: 6px;
}
.tn-block6-element {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(0, 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;
    padding: 15px 24px 0;
}
.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: 700;
    line-height: 1em;
    padding: 9px 0;
}
.tn-module4-date-wrap .meta-tags-month {
    display: block;
    color: #f7ca18;
    letter-spacing: 1px;
    font-weight: 700;
    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;
}
.tn-module5-wrap {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed rgba(0, 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, 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%;
    }
}
.tn-block-image-content-wrap {
    position: absolute;
    left: 50%;
    width: 66%;
    color: #fff;
    padding: 36px 60px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    text-align: center;
    transform: translate(-50.1%, -50.1%);
    -webkit-transform: translate(-50.1%, -50.1%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.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: #fff;
}
.tn-block-image-content p {
    color: #fff;
    opacity: 0.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 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.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;
}
.tn-block-code-content-wrap {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    overflow: hidden;
}
.tn-section-content-wrap .tn-block-code-content-wrap {
    padding-left: 0;
    padding-right: 0;
}
.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%;
}
.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;
}
.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;
}
.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 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    bottom: 0;
    opacity: 0;
    right: 0;
}
.tn-flickr-img a:hover::before {
    opacity: 0.3;
}
.tn-flickr-img img {
    width: 100%;
    height: auto;
}
.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, 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;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar tr {
    background: 0;
}
#wp-calendar td {
    padding: 2%;
}
#wp-calendar caption {
    font-weight: 700;
    font-size: 1.2em;
    text-align: center;
    margin: 0 0 6px;
}
#wp-calendar thead {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    background: #f2f2f2;
}
#wp-calendar thead th {
    height: 30px;
    font-weight: 400;
}
#wp-calendar tbody {
    border-bottom: 1px dashed rgba(0, 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;
}
.textwidget img,
.textwidget iframe {
    max-width: 100%;
    overflow: hidden;
}
.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, 0.1);
    display: block;
    overflow: hidden;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.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: 700;
}
.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;
}
cite {
    font-style: italic;
    font-size: 0.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: 0.9em;
    font-style: italic;
}
.rssSummary {
    display: block;
    overflow: hidden;
}
.widget_rss li {
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.widget_rss li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.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_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, 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, 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;
}
.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-form-popup-wrap {
    position: relative;
    background: #fff;
    padding: 15px 30px 20px;
    width: auto;
    max-width: 350px;
    margin: 20px auto;
    -webkit-box-shadow: 0 0 28px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 28px 10px rgba(0, 0, 0, 0.5);
}
.tn-login-el {
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.tn-login-el i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 1;
    padding: 12px;
    color: #999;
}
.tn-login-input {
    padding: 12px 30px 12px 12px !important;
    font-size: 16px;
    text-transform: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid;
}
.tn-login-input:hover,
.tn-login-input:focus {
    border-bottom-color: #999;
}
.tn-form-popup-wrap input[type="button"] {
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #999;
    display: block;
    width: 100%;
    font-weight: 300 !important;
    text-transform: uppercase;
    outline: none;
    padding: 12px;
    font-size: 15px !important;
    margin-top: 32px;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    -ms-transition: all 0.35s !important;
    -o-transition: all 0.35s !important;
    transition: all 0.35s !important;
}
.tn-form-popup-wrap input[type="button"]:focus,
.tn-form-popup-wrap input[type="button"]:hover {
    background: #333;
    color: #fff;
}
.tn-login-info-text {
    color: #999;
    display: block;
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}
.tn-login-info-text a:hover,
.tn-login-info-text a:focus {
    color: #333;
    text-decoration: underline;
}
.tn-login-tab-wrap,
.forgot-pass-text {
    display: block;
    text-align: center;
    margin-bottom: 32px;
}
.tn-login-tab-element {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tn-login-tab-element.login-tab-hidden a {
    color: #aaa;
}
.tn-login-tab-element.login-tab-hidden a:hover,
.tn-login-tab-element.login-tab-hidden a:focus {
    color: #111;
}
.tn-login-tab-element span {
    margin: 0 12px;
    color: #111 !important;
}
.tn-form-popup-wrap .mfp-close {
    background: #bbb;
    color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.tn-hide {
    display: none;
}
#tn-login-error,
#tn-register-error,
#tn-forgot-error {
    font-size: 14px;
    text-transform: capitalize;
    color: #999;
    border-left: 7px solid #ed5454;
    line-height: 1em;
    padding-left: 6px;
    display: block;
    font-style: italic;
    margin-bottom: 15px;
}
.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, 0.1);
}
.counter-element:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.num-count {
    line-height: 45px;
    font-weight: 700;
}
.text-count {
    font-size: 14px;
    margin-left: 3px;
}
.color-facebook:hover {
    color: #4c66a4;
}
.color-google:hover {
    color: #dd4b39;
}
.color-youtube:hover {
    color: #cc181e;
}
.color-linkedin:hover {
    color: #007bb6;
}
.color-pinterest:hover {
    color: #cb2027;
}
.color-flickr:hover {
    color: #ff0082;
}
.color-tumblr:hover {
    color: #32506d;
}
.color-skype:hover {
    color: #0af;
}
.color-twitter:hover {
    color: #2fc2ef;
}
.color-email:hover {
    color: #009994;
}
.color-digg:hover {
    color: #505050;
}
.color-vimeo:hover {
    color: #44bbe1;
}
.color-soundcloud:hover {
    color: #f60;
}
.color-rss:hover {
    color: #f4a62a;
}
.color-dribbble:hover {
    color: #ea4c89;
}
.color-instagram:hover {
    color: #517fa4;
}
.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, 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, 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: 0.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-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;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.about-widget-content {
    margin-bottom: 18px;
}
.about-widget-content a {
    text-decoration: underline;
}
.tn-search-field {
    width: 100%;
    padding: 0 15px;
    height: 46px;
    border: 1px solid #999;
    color: #999;
    outline: 0;
}
input[type="submit"].tn-search-button {
    position: absolute;
    right: 0;
    top: 0;
    background: #26282a;
    height: 48px;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    min-width: 90px;
    color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
input[type="submit"].tn-search-button:hover,
input[type="submit"].tn-search-button:focus {
    opacity: 0.7;
}
#tn-footer .tn-search-button {
    background: #111;
}
.tn-search-button:hover {
    background: #333;
}
.tn-section-top-bottom .widget-title {
    display: none !important;
}
.instagram-content-wrap.row,
.flickr-widget-wrap.row {
    margin-left: 0;
    margin-right: 0;
}
.instagram-el {
    padding: 2px !important;
    display: block;
}
.instagram-el img,
.footer-instagram-el img {
    width: 100%;
    height: auto;
}
.tn-col-7 {
    float: left;
    width: 14.285%;
}
.tn-col-8 {
    float: left;
    width: 12.5%;
}
.tn-col-9 {
    float: left;
    width: 11.11111%;
}
.tn-col-10 {
    float: left;
    width: 10%;
}
.instagram-content-wrap.tn-container {
    margin: auto;
}
.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;
}
#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;
}
.tn-section-top-bottom {
    margin-bottom: 0;
    display: block;
}
#tn-footer {
    background: #26282a;
}
.tn-footer-ads-wrap {
    display: block;
    text-align: center;
    margin-top: 48px;
    position: relative;
}
.tn-copyright-wrap {
    background: #222;
}
.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 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    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;
}
.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: 0.7;
    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 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.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;
}
.tn-sidebar-wrap .mc4wp-form label {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.widget_mc4wp_widget {
    background-color: #f7f7f7;
    padding: 20px;
}
.widget_mc4wp_widget .widget-title h3 {
    background-color: #f7f7f7;
}
.mc4wp-form input[type="submit"] {
    display: block;
    margin-top: 15px;
    width: 100%;
}
.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: #111;
    line-height: 1.2em;
}
.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: 0.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: 0.83em;
    opacity: 0.83;
    font-style: italic;
}
.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, 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: 400;
}
.tn-author-page-description {
    font-size: 0.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, 0.1);
    margin-bottom: 24px;
}
.error-404-content-wrap {
    margin-bottom: 60px;
    text-align: center;
}
.logo-404 {
    display: block;
}
.logo-404 h1 {
    overflow: hidden;
    font-size: 200px;
    display: block;
    margin: 0 24px 90px;
    line-height: 1em !important;
}
.title-404 {
    padding-bottom: 48px;
    color: #666 !important;
}
.comment-body {
    position: relative;
}
.reply {
    margin-top: 9px;
    overflow: hidden;
}
.tn-single-ads {
    margin-bottom: 24px;
    text-align: center;
    display: block;
}
@media (min-width: 1110px) {
    .tn-single-ads {
        margin-left: -35px;
    }
}
.comment-reply-link {
    color: #999;
    float: right;
    font-size: 0.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: 0.9em;
}
.comment-metadata {
    position: absolute;
    top: 24px;
    left: 60px;
    font-size: 0.9em;
}
.comment-meta time {
    color: #999;
    font-style: italic;
    font-size: 0.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: 0.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, 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;
    border-color: transparent transparent #e2e2e2;
}
.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: 0.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;
    }
    .comment-form-email {
        padding: 15px 0 30px;
    }
}
.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 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    position: relative;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
    opacity: 0.7;
}
form {
    position: relative;
    overflow: hidden;
}
#comment-submit:hover,
.form-submit #submit:hover {
    color: #f7ca18;
}
.comment-form .logged-in-as {
    font-size: 0.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;
    box-shadow: none;
    padding: 12px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
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 #999;
}
textarea:hover,
textarea:focus {
    border: 1px solid #999;
}
.comment-respond label {
    display: none;
}
.comment-form-comment {
    margin: 30px 0 !important;
}
#disqus_thread {
    display: block;
    margin: 20px 15px 60px;
}
.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, 0.2);
}
.tn-single-title-wrap {
    margin-bottom: 24px;
    overflow: hidden;
}
.tn-single-title-style2-wrap,
.tn-single-style3-no-thumb {
    padding: 20px 0px 36px;
}
.tn-single-top-style5-no-thumb-wrap {
    padding-top: 24px;
}
.tn-single-style3-no-thumb .tn-single-title-style3-wrap {
    text-shadow: none;
}
.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, 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;
}
.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 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: 700;
    color: #333;
    margin-bottom: 18px;
    margin-top: 0;
}
.tn-single-content-wrap blockquote p:first-child {
    font-size: 1em;
    font-weight: 400;
}
.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: 700;
}
blockquote {
    color: #000;
    background: #f2f2f2;
    padding: 32px 12px 12px;
    font-size: 22px;
    line-height: 1.5em;
    quotes: "\201C""\201D""\2018""\2019";
    margin: 0 0 1em;
}
blockquote p {
    display: inline;
}
blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.15em;
    vertical-align: -0.4em;
    color: #f7ca18;
}
blockquote:after {
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.15em;
    vertical-align: -0.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;
    width: auto;
    font-weight: 700;
    text-align: center;
}
table {
    max-width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
}
th,
td {
    line-height: 24px;
    text-align: center;
    line-height: 24px;
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-bottom: 1px dashed rgba(0, 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;
}
.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: 700;
    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 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.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, 0.1);
    -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 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: 0.83em;
    margin-bottom: 9px;
}
.tn-single-date-archive-inner a {
    font-weight: 700;
}
.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 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.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, 0.1);
    -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 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: 0.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 0.35s !important;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    -o-transition: all 0.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: 700;
}
.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;
}
.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 {
    display: none;
    white-space: nowrap;
}
.tn-single-top-meta-date.disable-left-col {
    display: inline-block;
}
.tn-single-top-meta-right {
    float: right;
    display: inline-block;
    font-style: italic;
    opacity: 0.7;
}
.single-meta-right-el 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-social-like-post {
    margin-bottom: 48px;
    margin-top: -28px;
    max-height: 20px;
    overflow: hidden;
}
.tn-social-like-post ul {
    margin-left: 0;
    max-height: 20px;
    overflow: hidden;
}
.tn-social-like-post ul li {
    display: inline;
    list-style: none;
    margin-right: 10px;
}
.tn-social-like-post ul li:last-child {
    margin-right: 0;
}
.tn-social-like-post ul li::before {
    background: none;
}
.tn-single-share-wrap {
    display: block;
    padding: 9px 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-bottom: 1px dashed rgba(0, 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, 0.2);
}
.tn-social-text {
    color: #fff;
    line-height: 22px;
    padding: 0 12px;
    font-weight: 700;
}
.tn-social-facebook {
    background: #4c66a4;
}
.tn-social-facebook i {
    color: #4c66a4;
}
.tn-social-facebook:hover {
    background: rgba(76, 102, 164, 0.7);
}
.tn-social-google {
    background: #dd4b39;
}
.tn-social-google i {
    color: #dd4b39;
}
.tn-social-google:hover {
    background: rgba(221, 75, 57, 0.7);
}
.tn-social-linkedin {
    background: #007bb6;
}
.tn-social-linkedin i {
    color: #007bb6;
}
.tn-social-linkedin:hover {
    background: rgba(0, 123, 182, 0.7);
}
.tn-social-pinterest {
    background: #cb2027;
}
.tn-social-pinterest i {
    color: #cb2027;
}
.tn-social-pinterest:hover {
    background: rgba(203, 32, 39, 0.7);
}
.tn-social-tumblr {
    background: #32506d;
}
.tn-social-tumblr i {
    color: #32506d;
}
.tn-social-tumblr:hover {
    background: rgba(50, 80, 109, 0.7);
}
.tn-social-twitter {
    background: #2fc2ef;
}
.tn-social-twitter i {
    color: #2fc2ef;
}
.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: 700;
    opacity: 0.7;
    margin-right: 6px;
}
.top-single-count-text {
    color: #f7ca18;
    letter-spacing: 1px;
    font-weight: 400 !important;
}
.tn-single-tags {
    display: inline-block;
}
.single-meta-right-el {
    margin-right: 12px;
}
.tn-single-tags-element {
    display: inline-block;
    margin-right: 9px;
}
.tn-single-tags-element:last-child {
    margin-right: 0;
}
.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, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 10;
    -webkit-transition: opacity 0.5s !important;
    -moz-transition: opacity 0.5s !important;
    -ms-transition: opacity 0.5s !important;
    -o-transition: opacity 0.5s !important;
    transition: opacity 0.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, 0.5);
    box-shadow: 0 0 28px 10px rgba(0, 0, 0, 0.5);
}
.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;
}
.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, 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;
}
.tn-single-nav-style2-wrap {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.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, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 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, 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 0.35s 0.35s;
    -webkit-transition: color 0.35s 0.35s;
    -moz-transition: color 0.35s 0.35s;
    -o-transition: color 0.35s 0.35s;
}
.tn-single-nav-style2-prev:hover i,
.tn-single-nav-style2-next:hover i {
    color: #333;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.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: 0;
    transition-delay: 0;
}
.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);
}
.tn-page-links {
    margin-bottom: 1.5em;
    display: block;
    text-align: center;
    font-weight: 700;
}
.tn-page-links a,
.tn-page-links > span {
    display: inline-block;
    padding: 0 6px;
}
.tn-page-links a:hover {
    color: #333;
}
.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;
}
.mfp-bg.mpf-login-effect {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.mfp-removing.mfp-bg.mfp-ready.mpf-login-effect {
    opacity: 0;
}
.mfp-bg.mfp-ready.mpf-login-effect {
    opacity: 0.8;
}
.mpf-login-effect.mfp-ready .mfp-animation {
    opacity: 1;
    transform: perspective(600px) scale(1);
    transform: translate3d(0, -120px, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.mpf-login-effect .mfp-animation {
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: translate3d(0, -120px, 0);
    -webkit-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -ms-transform: translate3d(0, -90px, 0);
    -o-transform: translate3d(0, -90px, 0);
}
.mpf-login-effect.mfp-ready.mfp-removing .mfp-animation {
    opacity: 0;
    -webkit-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -ms-transform: translate3d(0, -90px, 0);
    -o-transform: translate3d(0, -90px, 0);
}
.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 {
        left: 15px;
        top: 30px;
        margin-left: 0;
        margin-top: 0;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }
    .tn-single-video-parallax {
        width: 80%;
        margin-left: 10%;
    }
    .tn-single-style4-main-wrap {
        margin-top: -66px;
    }
}
.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%;
}
.tn-single-top-style5-inner {
    margin: 0 24px 36px;
    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;
    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;
}
html .tn-author-box-wrap {
    margin-top: 50px;
    border-width: 0px;
    border-top: 1px solid #000000;
    margin-bottom: 48px;
    padding: 24px 0px;
    background: #ffffff;
}
.tn-author-thumb {
    float: left;
    width: 48px;
    margin-bottom: 6px;
    margin-right: 18px;
}
.tn-author-thumb img {
    width: 100%;
    height: auto;
    max-width: 120px;
}
.tn-author-box-wrap .author-title {
    margin-bottom: 0px;
    line-height: 1em;
}
.west_related_date {
    opacity: 0.75;
    color: #000000;
}
.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;
}
.tn-author-box-wrap .author-description {
    font-size: 14px;
    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, 0.2);
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.tn-author-bar-full-box i {
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.tn-author-bar-full-box a:hover i,
.tn-author-bar-full-box a:focus i {
    color: #f7ca18;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    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, 0.1);
    border-bottom: 1px dashed rgba(0, 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 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.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;
}
@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;
    }
    .tn-footer-ads-wrap {
        margin-top: 24px;
    }
    .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: 0.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, 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, 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, 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: 0.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: 0.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 {
        display: inline-block;
    }
    .related-content-element {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
    .related-content-element:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .related-content-element .tn-module-title a {
        font-size: 16px;
    }
    .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;
    }
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="password"] {
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .tn-module-title a {
        font-size: 0.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: 0.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: 0.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: 0.83em;
        width: 48px;
    }
    .tn-module-slider-wrap .tn-module-title a {
        font-size: 0.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;
    }
}
.main-menu-wrap .tn-sub-menu .menu-item a {
    line-height: 3;
}
.aligncenter iframe,
.aligncenter figure,
.instagram-media,
.twitter-tweet {
    margin: 0 auto !important;
}
.aligncenter .getty.embed.image {
    display: block !important;
    margin: 0 auto;
}

.tn-main-menu-responsive.tn-menu-center .tn-mobile-site-title {
    display: block;
}









/*
Theme Name:     fmagazine child
Description:    Make your modifications to F Magazine in this child theme.
Version:        1.0
Theme URI: 		http://fmagazine.themeruby.com
Author: 		ThemeRuby
Author URI:     http://themeforest.net/user/theme-ruby
Template:      	fmagazine
Tags:           black, white, yellow, two-columns, right-sidebar, responsive-layout, custom-colors, translation-ready

/* Your CSS code goes here
-------------------------------------- */

/* 2020 */
.ador_learning .tn-thumb-wrap a {
    position: relative;
}
.ador_learning .atv-series h3.tn-module-title {
    text-align: center;
}
.ador_learning {
    margin-bottom: 60px;
    margin-top: 20px;
}
.search-results .tn-block5-element {
    margin-bottom: 40px;
}
.search-results .tn-block5-element[data-pos="4"],
.search-results .tn-block5-element[data-pos="7"],
.search-results .tn-block5-element[data-pos="10"],
.search-results .tn-block5-element[data-pos="13"],
.search-results .tn-block5-element[data-pos="16"],
.search-results .tn-block5-element[data-pos="19"] {
    clear: left;
}
.search-results #ador_search_header {
    margin-bottom: 24px;
    margin-top: 4px;
    font-size: 1.6em;
}
.ador_search_title {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 4px;
    display: block;
}
.search-results .tn-block5-element img {
    max-width: 100%;
    margin-bottom: 18px;
}
.ador_container {
    padding-left: 10px;
    padding-right: 10px;
}
.search-results .ador_container {
    margin-bottom: 60px;
}

/* 2020 - END */
/* temp logo fix */
.tn-main-menu-wrap .menu-item-type-custom {
    padding: 0 !important;
}
.main-menu-wrap .menu-item a {
    color: #333 !important;
}
.tn-main-menu-wrap {
    border-color: #333 !important;
}
/*Font Styles*/
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "icomoon";
    src: url(../fmagazine-child/assets/fonts/icomoon.eot);
    src: url(../fmagazine-child/assets/fonts/icomoon.eot?#iefix) format("eot"),
        url(../fmagazine-child/assets/fonts/icomoon.svg#icomoon) format("svg"),
        url(../fmagazine-child/assets/fonts/icomoon.woff) format("woff"),
        url(../fmagazine-child/assets/fonts/icomoon.ttf) format("truetype");
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "iCons";
    src: url(../fmagazine-child/assets/fonts/iCons.eot);
    src: url(../fmagazine-child/assets/fonts/iCons.eot?#iefix) format("embedded-opentype"),
        url(../fmagazine-child/assets/fonts/iCons.woff) format("woff"),
        url(../fmagazine-child/assets/fonts/iCons.ttf) format("truetype"),
        url(../fmagazine-child/assets/fonts/iCons.svg#iCons) format("svg");
}

body {
    font-family: "Lato", "Open Sans", sans-serif;
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 1.4rem;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    background-color: #f1f1f4;
}
body * {
    -webkit-font-smoothing: subpixel-antialiased !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
    color: #333e49;
    text-rendering: optimizeLegibility;
}

/* meta color */
.tn-read-more,
.tn-more-result-wrap .more-result,
.page-numbers {
    color: #595959;
}

.single-tags-month {
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.tn-module4-date-wrap,
.single-tags-month {
    background: #595959;
    display: inline-block;
}

/*black style background */
/* custom color */
/* text color */
.main-menu li > a,
.fa-search:before {
    color: #333 !important;
}

#menu-adorama-menu {
    text-transform: uppercase;
}
#menu-adorama-menu li > a {
    color: #798794 !important;
    font-size: 1.3rem;
    margin-right: 12px;
}
#menu-adorama-menu li:first-child > a {
    color: #0066b2 !important;
}

.tn-category-tags:hover,
.meta-tags-author a:hover,
.meta-tags-author a:focus,
.main-menu-wrap li.current-menu-ancestor > a,
.main-menu-wrap li.current-menu-item > a,
.tn-sub-menu li a:hover,
#tn-button-mobile-menu-open:hover,
#tn-button-mobile-menu-open:focus,
.tn-text-site-title a:hover,
#tn-main-mobile-menu #tn-close-mobile-menu:hover,
#tn-main-mobile-menu #tn-close-mobile-menu:focus,
.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,
.no-found-post,
.tn-header-author-wrap .tn-author-page-title span,
#cancel-comment-reply-link,
#comment-submit:hover,
.form-submit #submit:hover,
.comment-form .logged-in-as a,
.tn-single-content-wrap a:hover,
.tn-single-content-wrap a:focus,
blockquote::before,
blockquote::after,
.tn-header-category-wrap .tn-category-title span,
.single-tags-month,
.top-single-count-text,
.tn-author-bar-full-box a:hover i,
.tn-author-bar-full-box a:focus i,
.tn-site-logo-wrap a:hover,
.tn-site-logo-wrap a:focus,
.icon-social:hover,
.tn-load-more-inner a:hover,
.tn-load-more-inner a:focus,
.tn-sub-cate-element a:hover,
.tn-sub-cate-element a:focus,
.tn-breadcrumbs-inner a:hover,
.tagcloud a:hover,
#wp-calendar tbody td#today,
.recentcomments a:hover,
.recentcomments a:focus,
.widget_recent_entries li a:hover,
.widget_recent_entries li a:focus,
.tn-login-element:hover a,
.tn-module4-date-wrap .meta-tags-month,
a.block-title:hover,
.tn-module-title a:hover,
.tn-module-title a:focus,
.tn-twitter-content a:hover,
.tn-twitter-content a:focus,
#tn-footer .footer-menu-wrap li:hover a,
.copyright a:hover,
.copyright i,
.copyright span,
.tn-author-box-wrap .author-title a:hover,
.tn-author-box-wrap .author-title a:focus,
.tn-single-tag-box-wrap a:hover,
.tn-single-source-box-wrap a:hover,
.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,
.tn-single-content-wrap a,
.tn-mobile-site-title:hover,
.tn-mobile-site-title:focus {
    color: #34aedb;
    text-decoration: none;
}

/* background */
.tn-module2-wrap .tn-category-tags-wrap::after,
.tn-slider-thumb-wrap a,
.tn-thumb-wrap::before,
.main-menu-wrap > ul > li:hover > a,
.main-menu-wrap > ul > li:focus > a,
.main-menu-wrap > ul > li.current-menu-item > a,
.tn-single-content-wrap li::before,
.drop-caps,
.single-tags-author-name::after,
.single-tags-share-icon,
.more-social-share:hover,
.tn-ajax-search-wrap:hover,
.ajax-search-hover,
.tn-flickr-img a::before,
.tn-no-thumb-wrap {
    background: #34aedb;
}

/* selector */
::selection {
    background: #34aedb;
    color: #fff;
}

::-moz-selection {
    background: #34aedb;
    color: #fff;
}

/*border color */
.tn-module1-wrap .tn-category-tags,
.tn-module3-meta-tags .tn-category-tags-wrap,
.tn-module-slider-content-wrap,
.tn-module4-meta-tags .tn-category-tags-wrap,
.tn-module5-meta-tags .tn-category-tags-wrap,
.tn-dropdown-menu,
.tn-mega-menu-wrap,
pre,
.tn-single-date-archive-inner,
.single-tags-author-content-inner,
.single-tags-share-content-inner,
.single-tags-share,
.tn-single-top-meta-wrap .tn-category-tags-wrap,
.tn-author-box-wrap .author-title a,
.tn-author-bar-full-box a:hover,
.tn-author-bar-full-box a:focus,
.more-social-share:hover,
.tn-mega-menu-col,
.tn-sub-menu > li > ul,
.tn-search-form-wrap,
.social-box-hidden-wrap {
    border-color: #34aedb;
}

.single-tags-author-content-inner::before,
.single-tags-share-content-inner::before,
.tn-single-date-archive-inner::before {
    border-right-color: #34aedb;
}

/* custom multi color */
.tn-category-3 .meta-tags-author a:hover,
.tn-category-3 .tn-slider-nav:hover,
.tn-category-3 .tn-module-title a:hover,
.tn-category-3 .tn-module-title a:focus,
.tn-category-3 .tn-category-tags:hover,
.tn-category-3 .tn-module4-date-wrap .meta-tags-month,
.tn-sub-cate-element.tn-category-3 a:hover,
.tn-sub-cate-element.tn-category-3 a:focus,
.tn-header-category-wrap .tn-category-title span.tn-category-3,
.tn-sub-menu li.tn-menu-category-3 :hover a {
    color: #222;
}

.tn-module1-wrap.tn-category-3 .tn-category-tags,
.tn-category-3 .tn-module3-meta-tags .tn-category-tags-wrap,
.tn-category-3 .tn-module-slider-content-wrap,
.tn-category-3 .tn-module4-meta-tags .tn-category-tags-wrap,
.tn-category-3 .tn-module5-meta-tags .tn-category-tags-wrap,
.tn-category-3 .tn-read-more:focus,
.tn-category-tags-wrap.tn-category-3,
.tn-menu-category-3 .tn-mega-menu-wrap {
    border-color: #222;
}

.tn-category-3 .tn-slider-thumb-wrap a,
.tn-category-3 .tn-thumb-wrap::before,
.tn-module2-wrap.tn-category-3 .tn-category-tags-wrap::after,
.main-menu-wrap > ul > li.tn-menu-category-3 > a:hover,
.main-menu-wrap > ul > li.current-menu-item.tn-menu-category-3 > a,
.main-menu-wrap > ul > li.tn-menu-category-3 > a:focus {
    background: #222;
}

/* fix sub title font */
.tn-sub-cate-wrap {
    line-height: 18px !important;
}

/* header area background */
/* logo height*/
.tn-site-logo-wrap a.logo-image {
    height: 160px;
}
.west_featured_post > .west_66 {
    cursor: pointer;
}
.west_featured_post img {
    max-width: 100%;
    height: auto;
}
.west-mobile-menu .tn-dropdown-menu {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    position: static;
    visibility: visible;
    border-width: 0px !important;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 0%);
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 0%);
    pointer-events: auto;
}
.west-mobile-menu .tn-dropdown-menu a {
    font-size: 1.3rem;
}
/*Fixed Top Nav*/
.tn-breadcrumbs-wrap {
    min-height: 33px;
    top: inherit;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #333;
    position: relative;
    color: #fff;
}

.tn-breadcrumbs-inner {
    padding: 10px 0px;
}

.home .tn-breadcrumbs-wrap {
    display: none;
}

.tn-breadcrumbs-inner {
    margin-bottom: 0 !important;
}

#tn-top-bar-wrap {
    background-color: #f1f1f1;
    max-height: 50px;
}

.tn-module2-inner .tn-thumb-wrap {
    overflow: hidden;
    height: 280px;
}

.tn-module4-inner .tn-thumb-wrap {
    overflow: hidden;
    height: 320px;
}

.tn-module4-inner .tn-thumb-wrap img {
    height: auto;
}

.tn-module-slider-wrap {
    background-color: #000;
}

.tn-top-menu-wrap img {
    max-height: 20px;
    -webkit-filter: grayscale(0.95);
    filter: grayscale(0.95);
}

.tn-top-menu-wrap img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.tn-sub-menu:hover {
    background-color: #4ea6b5;
    color: #fff;
}

.tn-top-menu-wrap b {
    font-size: 12px;
}

.tn-top-menu-wrap b:before {
    font-family: "icomoon";
    font-size: 24px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 5px;
    color: inherit;
    transition: all 100ms;
}

.tn-top-menu-wrap b.shop:before {
    content: "S";
}

.tn-top-menu-wrap b:hover {
    color: #0083e2;
}

.tn-top-menu-wrap b.rent:before {
    content: "R";
}

.tn-top-menu-wrap b.used:before {
    content: "u";
}

.tn-top-menu-wrap b.print:before {
    content: "P";
}

.tn-top-menu-wrap b.prints:before {
    content: "P";
}

.icon-social,
.icon-social:before {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/*Hiding meta tags in modules*/
.tn-single-content-wrap .tn-single-tag-box-wrap a,
.tn-single-content-wrap .tn-single-source-box-wrap a {
    margin: 6px;
}

.tn-category-tags-wrap {
    border-left: 0 !important;
}

.tn-module5-meta-tags,
.tn-category-wrap .tn-read-more-wrap,
.tn-tags-date-author,
.tn-module4-meta-tags,
.tn-module-slider-meta-tags,
.tn-block-content-wrap .tn-read-more-wrap,
body:not(.atv) .tn-post-format {
    display: none !important;
}

.tn-module-meta-tags {
    background-color: rgba(251, 251, 251, 1);
    margin: -30px 0 0;
    text-align: left;
    padding: 12px 22px 0;
}
body.post-type-archive-article_author .tn-read-more-wrap {
    margin-bottom: 10px;
}
body.post-type-archive-article_author .tn-module-meta-tags {
    margin: 0px;
}
body.post-type-archive-article_author .tn-module2-wrap .tn-module-excerpt {
    height: auto;
    min-height: 50px;
}
body.post-type-archive-article_author .tn-module2-inner .tn-thumb-wrap {
    height: auto;
}
.tn-module4-content .tn-module-excerpt {
    margin-bottom: 30px;
}

.tn-module-excerpt {
    min-height: 88px;
}

/*Parallax Image Box*/
.tn-block-image-content-wrap {
    width: 40%;
    text-align: left;
}

.tn-block-image-title {
    white-space: initial !important;
}

.tn-block-image-title h3 {
    line-height: inherit;
}

/*button fix*/
.tn-read-more {
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    box-shadow: none;
    -webkit-transition: color 0.35s;
    -moz-transition: color 0.35s;
    transition: color 0.35s;
}

.tn-block-image-read-more.tn-read-more:hover,
.tn-read-more:hover {
    box-shadow: none;
    color: #fff;
    background-color: #333;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.tn-read-more:after {
    display: none;
}

.tn-block-image-read-more.tn-read-more {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 1px solid #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

/*Hide stick scroll*/
.tn-fixed-menu.fixed-menu {
    display: none;
}

/* Posts */
.tn-single-big-thumb-title-inner {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 12px 20px 0;
}

.single h1 {
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1.2;
}

.tn-single-nav-style2-content h3 {
    max-height: 40px;
    overflow: hidden;
}

blockquote::before,
blockquote::after {
    text-decoration: none;
}

.tn-single-date-archive {
    display: none;
}

.meta-tags-month,
.single-tags-month {
    color: #fff !important;
}

.single-tags-share,
.single-tags-share-content-inner,
.single-tags-author-content-inner,
.single-tags-author-more a {
    border-color: #333;
}

.single-tags-author-content-inner::before,
.single-tags-share-content-inner::before,
.tn-single-date-archive-inner::before {
    border-right-color: #333;
}

.single-tags-author-more a,
.top-single-count-text {
    color: #333;
}

.single-tags-author-more a:hover {
    border-color: transparent;
    color: #fff;
}

.tn-author-box-wrap,
#disqus_thread {
    border: 1px solid #f1f1f4;
    border-bottom-width: 2px;
    background-color: #fbfbfb;
}

.tn-author-box-wrap .author-title a {
    border: none;
    color: #000000;
    padding: 0;
    vertical-align: top;
    font-size: 22px;
}
#west_related_posts {
    background: rgb(247, 247, 247);
    background: linear-gradient(180deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 70%);
    padding: 130px 0px;
}
#west_related_posts .tn-container_inner {
    padding: 0px 25px;
}
#west_related_posts .single-related-title h3 {
    font-size: 24px;
    font-weight: 900;
    color: #000000;
}
#west_related_posts .block-title-wrap {
    border-bottom-width: 0px;
    margin-top: 0px;
}
.tn-author-box-wrap .tn-author-thumb {
    width: 150px;
}

.single-related-title .next-prev-wrap {
    display: none;
}

#disqus_thread {
    margin: 50px 0 0;
    padding: 20px 30px;
}

.single article {
    margin-bottom: 30px;
}

.tn-single-thumb-inner {
    border: none;
    padding: 0;
    margin-top: 0;
}

.tn-single-big-thumb-title-inner {
    bottom: 0;
    right: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(255, 255, 255, 0.7)),
        color-stop(100%, rgba(255, 255, 255, 0.7))
    );
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=0);
}

.tn-single-big-thumb-title-inner .tn-single-top-meta-right {
    color: #333;
}

.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text {
    text-align: left !important;
    font-size: 0.925em;
    line-height: 1.6;
}

/* Header Menu */
.main-menu-wrap .menu-item-type-custom a:first-of-type {
    /*padding: 0 5px 0 0;*/
}
.tn-main-menu-responsive.tn-menu-center .main-menu-wrap {
    padding-left: 20px;
}

.tn-module2-wrap .tn-category-tags-wrap::after,
.tn-slider-thumb-wrap a,
.tn-thumb-wrap::before,
.main-menu-wrap > ul > li:hover > a,
.main-menu-wrap > ul > li:focus > a,
.main-menu-wrap > ul > li.current-menu-item > a,
.tn-single-content-wrap li::before,
.drop-caps,
.single-tags-author-name::after,
.single-tags-share-icon,
.more-social-share:hover,
.tn-ajax-search-wrap:hover,
.ajax-search-hover,
.tn-flickr-img a::before,
.tn-no-thumb-wrap,
.main-menu-wrap a:hover,
.main-menu-wrap a:active {
    background-color: #fff !important;
    color: #333 !important;
}

.main-menu-wrap {
    width: 90%;
}

#tn-main-menu-sticky {
    height: 122px;
    margin-bottom: 0 !important;
}

.tn-main-menu-wrap {
    margin-bottom: 10px;
}

.main-menu-wrap .menu-item a {
    color: #4ea6b5;
    text-transform: uppercase;
}

.main-menu-wrap .menu-item a:active {
    background-color: #fff !important;
}

.tn-main-menu-wrap .menu-item-type-custom {
    padding: 20px 0px;
}

.menu-item-has-children,
.menu-item-type-post_type {
    margin: 30px 0px;
}

.main-menu-wrap .menu-item a:hover {
    text-decoration: underline;
}

.main-menu-wrap > ul > li > a {
    padding: 0 12px;
}

.tn-ajax-search-icon i {
    line-height: 6;
    font-size: 21px;
}

.tn-ajax-search-wrap i {
    font-size: 16px;
    transition: none !important;
    line-height: 2;
    text-shadow: none;
}

.tn-ajax-search-wrap i:hover {
    color: #333 !important;
    transition: none !important;
}

@media screen and (min-width: 1060px) {
    .main-menu-wrap img {
        padding-right: 16%;
    }
}

@media screen and (max-width: 1060px) {
    .main-menu-wrap img {
        padding-right: 0;
    }

    .main-menu-wrap .menu-item a {
        font-size: 12px !important;
        padding: 0 6px;
        line-height: 10;
    }
}

@media screen and (max-width: 768px) {
    html .west_featured_post .west_33 h2 {
        font-size: 32px;
        margin: 8px 0px 0px;
        line-height: 38px;
    }
    .tn-mobile-site-title {
        margin-top: 34px;
    }

    .tn-search-form-wrap {
        width: 350px !important;
    }

    .alc-logo {
        width: 100%;
    }

    .main-menu-wrap .menu-item-type-custom a:first-of-type {
        max-width: 220px;
    }

    .main-menu-wrap img {
        width: 100%;
    }

    .slick-slide {
        /*max-height: 320px;*/
        overflow: hidden;
    }

    .tn-thumb-wrap img {
        height: auto;
    }
    .tn-module-related-inner .tn-thumb-wrap img {
        height: auto !important;
    }
    .tn-module2-inner .tn-thumb-wrap {
        height: 200px;
    }

    .tn-block-image-content-wrap {
        width: 80%;
    }

    .tn-block-image-title h3 {
        font-size: 20px !important;
        text-align: center;
    }

    .tn-module4-date-wrap {
        margin-right: 10px;
    }

    .tn-ads-widget,
    .tn-sidebar-sticky .tn-module-small-inner .tn-thumb-wrap {
        display: none;
    }

    .category .tn-module-section.col-sm-7.col-xs-9,
    .category .tn-module-section.col-sm-5.col-xs-3 {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .top-social-count {
        margin-bottom: 10px;
    }

    .tn-module4-inner .tn-thumb-wrap {
        height: inherit;
    }
    .tn-module4-content .tn-module-excerpt {
        width: 70% !important;
        font-size: 12px;
    }
    .tn-sidebar-wrap {
        margin-bottom: 0px;
    }
    .article-has-slider .post-slider-wrapper2 .tn-slider-prev {
        right: 50% !important;
    }
}

@media screen and (max-width: 400px) {
    .alc-logo {
        width: 100%;
        background-color: #fff;
    }
    .tn-ajax-search-wrap i {
        line-height: 2.4;
    }
    .tn-mobile-site-title {
        margin-top: 0;
    }
    #tn-main-menu-sticky {
        height: 60px;
    }
    .tn-block-wrap,
    .widget {
        margin-bottom: 22px;
    }

    .slick-slider {
        background-color: #000;
    }
    .tn-main-mobile-menu-wrap .tn-mobile-menu > ul > li > a {
        font-weight: bold;
        font-size: 22px !important;
    }
    #tn-close-mobile-menu,
    .menu-item-type-custom,
    .show-single-nav,
    .tn-single-tags {
        display: none;
    }
    .tn-content-wrap {
        padding: 0 !important;
    }
    .top-social-count {
        margin-right: 0px;
    }
    .tn-single-related-wrap,
    .tn-single-top-share-wrap {
        margin: 0 8px 25px !important;
    }
    .tn-single-share-button {
        margin-right: 8px;
    }
    .single-post-content {
        margin-bottom: 0px;
    }
    .tn-search-form-wrap {
        max-width: 320px;
    }
    .search .tn-read-more-wrap {
        display: none;
    }
    #tn-ajax-search-result .meta-tags-date {
        font-size: 10px;
    }
    .tn-more-result-wrap .more-result {
        display: block;
        margin: 20px auto 10px;
        font-size: 12px;
    }
    .logo-404 h1 {
        font-size: 150px;
    }
    .tn-mobile-site-title a img {
        max-height: 40px;
        margin-top: 5px;
    }
    .tn-main-menu-inner {
        margin-left: 0px;
        margin-right: 5px;
    }
    .menu-item-has-children,
    .menu-item-type-post_type {
        margin: 0;
    }
    .main-menu li > a,
    .fa-search:before {
        color: #000;
    }
}

.tn-ajax-search-wrap:hover i {
    color: #333;
}

.tn-search-form-wrap {
    border: 1px solid #31b4e6 !important;
    box-shadow: none;
    width: 680px;
    right: 0;
    top: 49px;
}

#tn-search-form-text {
    border-color: #999;
    border-style: solid;
}

.tn-search-form-wrap .tn-module-small-wrap {
    padding: 15px;
    margin-bottom: 0;
}

.tn-block-search-wrap {
    padding-top: 0;
}

.tn-search-form-wrap .tn-module-small-wrap:hover {
    background-color: #dcdcdc;
}

.tn-search-form-wrap {
    padding: 18px 0 10px !important;
}

.tn-search-form-wrap fieldset {
    padding: 0 18px 18px;
}

.tn-search-form-wrap h3.tn-module-title {
    font-size: 14px;
}

.no-result {
    padding: 0 18px 18px;
}

/*Slider position */
.tn-read-more {
    margin-bottom: 10px;
}

.slick-active .tn-module-slider-content-wrap {
    background-color: #fbfbfb;
    opacity: 0.9;
    border-left: none;
    bottom: 5%;
}

.tn-module-slider-content-wrap {
    background-color: #fbfbfb;
    border-left: none;
    opacity: 0.7;
    bottom: 5%;
}

/*Super Wierd Slider Break Point we must investigate 1200px - 1460px*/
@media screen and (max-width: 1460px) and (min-width: 800px) {
    .tn-module-slider-wrap {
        height: 405px;
    }
}

@media screen and (min-width: 1440px) {
    .tn-module-slider-wrap {
        height: 530px;
    }
}

/*Thumb Wrap No Hover Animate*/
.tn-module-small-slider-content-wrap {
    background: rgba(0, 0, 0, 0.6);
}

.tn-module-slider-wrap .tn-read-more-wrap {
    display: block;
    margin: 10px auto;
    float: none;
    width: 150px;
    padding: 18px;
    font-size: 14px;
}

.tn-thumb-wrap a::before {
    border-top: none;
    border-bottom: none;
}

.tn-thumb-wrap a::after {
    border-right: none;
    border-left: none;
}

.tn-module2-wrap {
    border-bottom: none;
}

.tn-module2-wrap .tn-category-tags-wrap a,
.tn-header-category-wrap {
    border: 0 !important;
}

.tn-category-tags-wrap a {
    text-transform: uppercase;
    color: #333;
    font-weight: 300;
}

/*tn-module styles*/
.tn-module2-inner,
.tn-module-meta-tags,
.tn-module4-inner,
.tn-module4-content {
    background-color: #fbfbfb;
}

.tn-module2-inner,
.tn-module4-inner {
    border: 1px solid #f1f1f4;
    border-bottom-width: 2px;
}

.tn-read-more-wrap {
    width: 100%;
}

.tn-module4-content .tn-read-more {
    position: relative;
    left: calc(100% - 110px);
    max-width: 110px;
    float: none;
}

h3.tn-module-title {
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.tn-module2-wrap .tn-module-excerpt,
.tn-module2-wrap h3 {
    text-align: left;
    padding: 0 21px;
}

.block-title-wrap h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

.atv .tn-module2-inner .tn-thumb-wrap,
.atv .tn-thumb-wrap img {
    height: auto;
}

.tn-module5-inner .tn-thumb-wrap img {
    height: auto;
    min-height: initial;
}

.tn-block8-title.block-title-wrap {
    border-bottom: 2px solid #666;
}

/*Line Clamping*/
.tn-module2-wrap h2 a,
.tn-module4-wrap h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tn-module2-wrap h3 a,
.tn-module4-wrap h3 a {
    -webkit-line-clamp: 2;
}

.tn-module2-wrap .tn-module-title {
    overflow: hidden;
    height: 41px;
}

.tn-module2-wrap .tn-module-excerpt {
    height: 62px;
}

.tn-module4-content .tn-module-excerpt {
    display: inline-block;
    width: 80%;
}

.tn-tags-date-author {
    font-size: 12px;
    text-decoration: none;
}

/*Category*/
.tn-category-title .tn-category-5 {
    display: none;
}

.tn-header-category-wrap {
    margin: 30px 0;
}

/*Full Width Parallax block in Homepage*/
.tn-block-image-title h3 {
    font-size: 28px;
    text-transform: capitalize;
    line-height: 1.2;
}

.tn-block-image-content p {
    border-top: 1px solid #fff;
    padding-top: 20px;
    font-weight: 300;
    font-size: 16px;
}

.tn-block-image-content-wrap {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.tn-block-image-title {
    margin-bottom: 10px;
}

/*Social Sidebar Edits*/
.tn-social-count-wrap .counter-element i {
    font-style: normal !important;
    width: 45px;
}

/*Ads Image Styles*/
.ads-image {
    max-width: 100%;
}

/*Footer Email Sign Up Styles*/
.email-signup input[type="text"] {
    color: #fff;
    background-color: #555;
    padding: 4px 6px;
    margin-bottom: 10px;
    border: 0 solid #666;
    border-bottom-width: 4px;
}

.email-signup input[type="text"]:focus {
    border-color: #fff;
}

.email-signup input[type="submit"] {
    font-size: 1em;
    width: 100%;
    padding: 4px 6px;
    margin-top: 10px;
    background-color: #639b04;
    text-transform: capitalize;
}

.email-signup input[type="submit"]:hover {
    background-color: #80c341;
    opacity: 1;
}

.widget_text .widget-title {
    padding: 0;
}

.row .widget-title,
.block-title-wrap {
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 2px solid #666;
}

.block-title-wrap h3,
.widget-title h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

/*Pagination*/
.tn-page-pagination-wrap {
    border-style: solid;
}
body.search-results .tn-page-pagination-wrap {
    margin-left: 15px;
    margin-right: 15px;
}

.tn-pagination-text span {
    font-style: normal;
}

#tn-ajax-search-result {
    height: auto !important;
}

.tn-search-page-result {
    margin-top: 40px;
    float: left;
}

/*List Fix*/
.single-post-content ol,
.single-post-content ul {
    font-size: 1.8rem;
    margin-left: 3%;
}

/*Hide? Show? Do we even need this? Only time will tell*/
.wf-loading body,
.wf-loading .widget-title,
.wf-loading .block-title-wrap,
.wf-loading .tn-login-tab-element,
.wf-loading .forgot-pass-text,
.wf-loading .tn-module-title,
.wf-loading .tn-single-title-wrap,
.wf-loading .tn-single-title-style2-wrap,
.wf-loading .tn-single-title-style3-wrap,
.wf-loading .author-title,
.wf-loading .tn-mega-menu-inner .tn-block-nav-big .tn-module-title,
.wf-loading .tn-category-title,
.wf-loading .tn-author-page-title,
.wf-loading .tn-block-image-title,
.wf-loading .tn-archive-page-title-wrap,
.wf-loading .tn-search-page-title-wrap,
.wf-loading .logo-404,
.wf-loading .title-404,
.wf-loading .counter-element,
.wf-loading .tn-page-title,
.wf-loading .page-title,
.wf-loading .woocommerce ul.products li.product .price,
.wf-loading .woocommerce ul.cart_list li span.quantity,
.woocommerce ul.product_list_widget li span.quantity,
.wf-loading .woocommerce ul.product_list_widget li span.amount,
.wf-loading .woocommerce-tabs h2,
.wf-loading .woocommerce div.product p.price,
.wf-loading .woocommerce-billing-fields h3,
.wf-loading #ship-to-different-address,
.wf-loading .tn-module-small-wrap .tn-module-title,
.wf-loading .author-title,
.wf-loading .tn-mega-menu-inner .tn-module-title,
.wf-loading .tn-single-related-content .tn-module-title,
.wf-loading .tn-block-image-content,
.wf-loading #wp-calendar,
.wf-loading .widget_recent_entries li,
.wf-loading .widget_nav_menu ul,
.wf-loading .widget_pages li,
.wf-loading .tn-single-nav-title,
.wf-loading .tn-single-nav-style2-title .tn-module-title,
.wf-loading .tn-single-tags-source-wrap,
.wf-loading #tn-close-mobile-menu,
.wf-loading .cat-item,
.wf-loading .product_meta,
.wf-loading .single_variation span.price,
.wf-loading .tn-form-popup-wrap input[type="button"],
.wf-loading .tn-read-more-wrap,
.wf-loading .tn-category-tags-wrap,
.wf-loading .meta-tags-date,
.wf-loading .meta-tags-day,
.wf-loading .meta-tags-month,
.wf-loading .meta-tags-author,
.wf-loading .tn-load-more-wrap,
.wf-loading .tn-sub-cate-wrap,
.wf-loading .tn-counter-content,
.wf-loading .tn-breadcrumbs-wrap,
.wf-loading .form-submit,
.wf-loading .single-tags-author-more,
.wf-loading .tn-module-small-slider-content-wrap .tn-meta-counter-wrap,
.wf-loading .tn-single-top-meta-wrap,
.wf-loading .tn-single-share-button,
.wf-loading .tn-single-nav-style2-meta,
.wf-loading .tn-single-date-wrap,
.wf-loading .tn-category-title span,
.wf-loading .tn-author-page-title span,
.wf-loading .tn-more-result-wrap,
.wf-loading .tn-module4-date-wrap,
.wf-loading .top-social-count,
.wf-loading .woocommerce ul.products li.product .button,
.wf-loading .woocommerce-ordering,
.wf-loading .tn-module-excerpt,
.wf-loading .tn-search-form-wrap,
.wf-loading .rssSummary,
.wf-loading .textwidget,
.wf-loading .about-widget-text,
.wf-loading .tn-pagination-text,
.wf-loading .tn-twitter-content-wrap,
.wf-loading .tn-top-menu,
.wf-loading .tn-logged-wrap,
.wf-loading .main-menu-wrap > ul > li > a,
.wf-loading .tn-social-bar-wrap,
.wf-loading .tn-mobile-menu > ul > li > a,
.wf-loading .tn-mega-menu-col .tn-sub-menu-wrap > ul > li,
.wf-loading .tn-dropdown-menu li,
.wf-loading .tn-sub-menu-wrap li,
.wf-loading .tn-mobile-menu .sub-menu li,
.wf-loading .title-logo,
.wf-loading .tn-text-site-title,
.wf-loading .about-widget-name,
.wf-loading .title-tagline,
.wf-loading .tn-mobile-site-title {
    opacity: 0;
}

.ie.wf-loading body,
.ie.wf-loading .widget-title,
.ie.wf-loading .block-title-wrap,
.ie.wf-loading .tn-login-tab-element,
.ie.wf-loading .forgot-pass-text,
.ie.wf-loading .tn-module-title,
.ie.wf-loading .tn-single-title-wrap,
.ie.wf-loading .tn-single-title-style2-wrap,
.ie.wf-loading .tn-single-title-style3-wrap,
.ie.wf-loading .author-title,
.ie.wf-loading .tn-mega-menu-inner .tn-block-nav-big .tn-module-title,
.ie.wf-loading .tn-category-title,
.ie.wf-loading .tn-author-page-title,
.ie.wf-loading .tn-block-image-title,
.ie.wf-loading .tn-archive-page-title-wrap,
.ie.wf-loading .tn-search-page-title-wrap,
.ie.wf-loading .logo-404,
.ie.wf-loading .title-404,
.ie.wf-loading .counter-element,
.ie.wf-loading .tn-page-title,
.ie.wf-loading .page-title,
.ie.wf-loading .woocommerce ul.products li.product .price,
.ie.wf-loading .woocommerce ul.cart_list li span.quantity,
.woocommerce ul.product_list_widget li span.quantity,
.ie.wf-loading .woocommerce ul.product_list_widget li span.amount,
.ie.wf-loading .woocommerce-tabs h2,
.ie.wf-loading .woocommerce div.product p.price,
.ie.wf-loading .woocommerce-billing-fields h3,
.ie.wf-loading #ship-to-different-address,
.ie.wf-loading .tn-module-small-wrap .tn-module-title,
.ie.wf-loading .author-title,
.ie.wf-loading .tn-mega-menu-inner .tn-module-title,
.ie.wf-loading .tn-single-related-content .tn-module-title,
.ie.wf-loading .tn-block-image-content,
.ie.wf-loading #wp-calendar,
.ie.wf-loading .widget_recent_entries li,
.ie.wf-loading .widget_nav_menu ul,
.ie.wf-loading .widget_pages li,
.ie.wf-loading .tn-single-nav-title,
.ie.wf-loading .tn-single-nav-style2-title .tn-module-title,
.ie.wf-loading .tn-single-tags-source-wrap,
.ie.wf-loading #tn-close-mobile-menu,
.ie.wf-loading .cat-item,
.ie.wf-loading .product_meta,
.ie.wf-loading .single_variation span.price,
.ie.wf-loading .tn-form-popup-wrap input[type="button"],
.ie.wf-loading .tn-read-more-wrap,
.ie.wf-loading .tn-category-tags-wrap,
.ie.wf-loading .meta-tags-date,
.ie.wf-loading .meta-tags-day,
.ie.wf-loading .meta-tags-month,
.ie.wf-loading .meta-tags-author,
.ie.wf-loading .tn-load-more-wrap,
.ie.wf-loading .tn-sub-cate-wrap,
.ie.wf-loading .tn-counter-content,
.ie.wf-loading .tn-breadcrumbs-wrap,
.ie.wf-loading .form-submit,
.ie.wf-loading .single-tags-author-more,
.ie.wf-loading .tn-module-small-slider-content-wrap .tn-meta-counter-wrap,
.ie.wf-loading .tn-single-top-meta-wrap,
.ie.wf-loading .tn-single-share-button,
.ie.wf-loading .tn-single-nav-style2-meta,
.ie.wf-loading .tn-single-date-wrap,
.ie.wf-loading .tn-category-title span,
.ie.wf-loading .tn-author-page-title span,
.ie.wf-loading .tn-more-result-wrap,
.ie.wf-loading .tn-module4-date-wrap,
.ie.wf-loading .top-social-count,
.ie.wf-loading .woocommerce ul.products li.product .button,
.ie.wf-loading .woocommerce-ordering,
.ie.wf-loading .tn-module-excerpt,
.ie.wf-loading .tn-search-form-wrap,
.ie.wf-loading .rssSummary,
.ie.wf-loading .textwidget,
.ie.wf-loading .about-widget-text,
.ie.wf-loading .tn-pagination-text,
.ie.wf-loading .tn-twitter-content-wrap,
.ie.wf-loading .tn-top-menu,
.ie.wf-loading .tn-logged-wrap,
.ie.wf-loading .main-menu-wrap > ul > li > a,
.ie.wf-loading .tn-social-bar-wrap,
.ie.wf-loading .tn-mobile-menu > ul > li > a,
.ie.wf-loading .tn-mega-menu-col .tn-sub-menu-wrap > ul > li,
.ie.wf-loading .tn-dropdown-menu li,
.ie.wf-loading .tn-sub-menu-wrap li,
.ie.wf-loading .tn-mobile-menu .sub-menu li,
.ie.wf-loading .title-logo,
.ie.wf-loading .tn-text-site-title,
.ie.wf-loading .about-widget-name,
.ie.wf-loading .title-tagline,
.ie.wf-loading .tn-mobile-site-title {
    visibility: hidden;
}

.tn-social-redit {
    background-color: #5585aa;
}

.tn-social-redit .fa {
    color: #5585aa;
    font-family: Arial;
    font-weight: 700;
}

.tn-social-mail {
    background-color: #6cd887;
}

.tn-social-mail .fa {
    background: url(../fmagazine-child/mail.png) no-repeat scroll 1px 4px #fff;
}

.single-post-content .gallery {
    margin-bottom: 20px;
}

.tn-sub-cate-element2 {
    display: block;
    background: #fff;
    float: right;
    padding: 5px 0 5px 12px;
    margin-top: 32px;
}

.tn-sub-cate-element2 a {
    opacity: 0.7;
    transition: all 0.35s;
}

.tn-sub-cate-element2 a:hover {
    color: #34aedb;
    text-decoration: underline;
    opacity: 1;
}

.tn-sub-cate-element2:before {
    content: "|";
    padding: 7px 8px 8px 0;
    opacity: 0.7;
}

.tn-sub-cate-element2:last-child:before {
    content: "";
    padding: 0;
}

.clear {
    clear: both;
}

.subscribePopup {
    background: #fff;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    width: 30%;
    margin: 0 auto;
    position: relative;
}

.subscribePopup .sp-title-input {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 4px 0;
    display: block;
}

.subscribePopup .sp-label {
    margin: 0 0 8px 0;
    display: block;
}

#submitSubscribe {
    margin: 6px 0 0;
}

input[type="date"] {
    display: block;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #cbcbcb;
    outline: 0;
    box-shadow: none;
    padding: 12px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

@media screen and (max-width: 1124px) and (min-width: 768px) {
    .subscribePopup {
        width: 50%;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .subscribePopup {
        width: 90%;
    }
}

.subscribePopup.loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/ajax-loader.svg) 50% 50% no-repeat rgba(255, 255, 255, 0.3);
}

#tn-top-bar-wrap {
    background: #f1f1f1;
    border-bottom: 1px solid #c5cace;
    box-shadow: none;
}
#menu-adorama-menu li:first-child > a {
    padding-left: 0;
}
.tn-main-menu-wrap {
    background: #fff;
    border: 0 !important;
    margin-bottom: 0;
}
#menu-main_updated-1 .alc-logo a {
    background: none !important;
    padding-left: 0;
}
.tn-main-menu-responsive.tn-menu-center ul {
    text-align: right;
}
.tn-main-menu-responsive.tn-menu-center ul ul {
    text-align: left;
}
.main-menu-wrap > ul > li.alc-logo {
    float: left;
    display: none;
}
.main-menu-wrap > ul > li {
    display: inline-block;
    float: none;
}
.menu-item-has-children,
.menu-item-type-post_type {
    margin: 0 15px;
}
.alc-logo {
    margin: 24px 0;
}
.alc-logo img {
    max-height: 72px;
    width: auto;
}
.global-nav__main .menu-item .tn-dropdown-menu a,
.main-menu-wrap .menu-item a,
.fa-search:before {
    color: #212121 !important;
}
.main-menu-wrap > ul > li:hover > a,
.tn-sub-menu li a:hover,
.tn-ajax-search-wrap:hover,
.tn-ajax-search-wrap:hover .fa-search:before,
.ajax-search-hover,
.ajax-search-hover .fa-search:before {
    background: none !important;
    color: #31b4e6 !important;
    text-decoration: none !important;
}
.main-menu-wrap > ul > li.current-menu-item > a {
    background: none !important;
    text-decoration: none;
}
.tn-sub-menu:hover {
    background: #fff;
}
.main-menu-wrap .tn-dropdown-menu {
    border-top: 1px solid #31b4e6 !important;
}
#tn-search-form-text {
    border-bottom: 1px solid #0c345b;
}

.tn-breadcrumbs-wrap {
    background: transparent;
    color: #798794;
    font-size: 1.2rem;
}

.tn-mobile-menu li.menu-item-has-children {
    position: relative;
}
.tn-mobile-menu li.menu-item-has-children:after {
    content: "\2303";
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 24px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
}
/*.tn-mobile-menu li.menu-item-has-children:hover:after {color: #34aedb;}*/
.tn-mobile-menu li.menu-item-has-children.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 3px;
    top: 4px;
}

.tn-module-slider-wrap {
    background-color: transparent;
}
.tn-module-slider-wrap {
    padding: 0;
}
.tn-slider-thumb-wrap a {
    box-shadow: 0 3px 12px black inset;
}
.tn-slider-thumb-wrap:hover a {
    opacity: 0.05;
}
.tn-block-slider-wrap h3.tn-module-title {
    font-size: 24px;
    line-height: 1.4;
}
.tn-module2-wrap .tn-category-tags-wrap a {
    border: 0;
    font-size: 12px;
}

.block-title-wrap h3,
.widget-title h3 {
    text-transform: none;
    font-size: 42px;
    font-weight: 300;
}
.tn-sub-cate-wrap {
    margin-top: 24px;
}

.tn-header-category-wrap {
    margin: 0 0 42px;
}
.tn-category-title h1,
.block-title-wrap h3,
.widget-title h3 {
    text-transform: none;
    font-size: 42px;
    font-weight: 400;
}
.tn-category-wrap .tn-block3-element .tn-module2-wrap .tn-module2-inner,
.home .tn-block8-content-wrap .tn-module2-wrap .tn-module2-inner {
    height: 500px;
}
.tn-module2-wrap .tn-module-title {
    font-size: 20px;
    line-height: 1.3;
    height: auto;
}
.tn-module2-wrap .tn-module2-inner {
    height: auto;
}
.social-counter-widget .widget-title h3 {
    font-size: 24px;
    margin-top: 80px;
}
.single-related-title h3,
.atv .widget .tn-block-post-title h3 {
    font-size: 24px;
}
.row .widget-title {
    border: 0;
}
/*.tn-module4-date-wrap {display:none}*/
.tn-module4-date-wrap,
.single-tags-month {
    background: #ccc;
}
.tn-module4-date-wrap .meta-tags-day {
    color: #666;
}
.tn-module4-thumb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tn-load-more-wrap {
    margin: 72px auto 30px;
}
img.ads-image {
    max-height: 200px !important;
}
.category .tn-header-category-wrap {
    margin-top: 18px;
}

.tn-module2-wrap .tn-category-tags-wrap a {
    border: 0;
    font-size: 12px;
}
.no-block-post-found {
    font-size: 30px;
    margin: 100px auto;
}

.tn-pagination-text {
    float: left;
}
.tn-page-pagination-inner {
    float: right;
}
.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
    box-shadow: none;
}

#tn-footer {
    background: #fff;
    color: #26282a;
}
#tn-footer .widget-title,
#tn-footer .block-title-wrap {
    color: #26282a;
}
.tn-sidebar-footer-wrap {
    border-top: 1px solid #0c345b;
    border-bottom: 1px solid #0c345b;
}
.tn-copyright-wrap {
    background: #fff;
    color: #333e49;
}
.tn-sidebar-footer-wrap .widget {
    margin-bottom: 12px;
}
#tn-footer .widget-title h3 {
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    line-height: 1em;
    background: none;
    display: block;
    width: 100%;
    margin-bottom: 0;
}
#tn-footer .widget_nav_menu .menu-item {
    border: 0;
    padding: 0;
    margin: 0px 0px 6px;
}
#tn-footer .widget_nav_menu .menu-item a {
    font-size: 1.6rem;
    line-height: 1.8;
    text-decoration: underline;
}
#tn-footer .about-widget-name,
#tn-footer .about-social-wrap {
    display: none;
}
#tn-footer .about-widget-content {
    font-size: 1.6rem;
}

.widget_itc_responsys_widget > p:first-of-type {
    margin-top: 0 !important;
}
.email-signup input[type="submit"] {
    margin-top: 0;
}
.email-signup label {
    display: none;
}
.tn-copyright-center .copyright {
    margin-top: 0;
}
.widget-event {
    display: block;
    float: left;
    margin-bottom: 12px;
    height: 48px;
    width: 100%;
}
.widget-event .tn-module4-date-wrap {
    background: none;
    width: 30px;
    border: 1px solid #5c5f62;
    margin-right: 12px;
}
.widget-event .meta-tags-day {
    font-size: 14px;
    padding: 3px;
    background: none;
    border-bottom: 1px solid #5c5f62;
}
.widget-event .meta-tags-month {
    font-size: 10px;
    padding: 1px 0 3px;
    color: #82878b !important;
}
.widget-event h4 {
    margin: 0;
    line-height: 1.3;
    display: inline-block;
    width: calc(100% - 42px);
    color: inherit;
    font-size: 1.5rem;
}

/*single posts*/
.single article {
    padding: 0px;
}
.tn-single-tags.single-meta-right-el {
    display: none;
}
.tn-single-meta-inner.col-sm-2 {
    float: right;
    padding: 0 0 0 24px;
    width: 10%;
}
.tn-single-content-inner.col-sm-10 {
    width: 90%;
}
.tn-single-thumb-parallax + img + .tn-single-style4-main-wrap {
    margin-top: -172px;
}
.tn-single-share-wrap.tn-single-top-share-wrap {
    display: none;
}
.tn-single-date-wrap,
.single-tags-share {
    border-color: #ccc;
}
.single-tags-day {
    color: #666;
}

.single-related-title {
    margin-top: 60px;
}
.related-content-element .tn-thumb-wrap {
    max-height: 180px;
}
.tn-single-related-content .tn-module-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 1em;
    margin-top: 0px;
    color: #000000;
}
h1.rtecenter,
h2.rtecenter,
h3.rtecenter,
h4.rtecenter,
h5.rtecenter,
h6.rtecenter {
    font-weight: 400 !important;
    font-size: 1.8rem;
    line-height: 1.8;
}

.single-post-content blockquote {
    margin: 30px 6%;
    padding: 18px 30px 18px;
    text-align: center;
    background: none;
}
blockquote::before,
blockquote::after {
    color: #888;
    font-size: 4rem;
    display: none;
}
.single-post-content blockquote p {
    font-size: 2.4rem !important;
    line-height: 1.65 !important;
    color: #999;
    font-style: italic;
}

.tn-load-more-liner {
    display: none;
}
.tn-load-more-inner {
    border: 0;
}
.tn-load-more-inner a {
    background: #798794;
    font-weight: 700;
    padding: 18px 60px;
    font-size: 1.8rem;
    letter-spacing: 2px;
    border-radius: 4px;
}
.tn-load-more-inner a:hover,
.tn-load-more-inner a:active {
    color: #fff;
    background: #666;
}

.post-slider2-text .tn-read-more {
    color: #fff;
    border-color: #80c341;
    background: #80c341;
    padding: 18px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.post-slider2-text .tn-read-more:hover {
    color: #fff;
    background: #66b31d;
}
.widget.widget_itc_responsys_widget .widget-title {
    margin-bottom: 0;
}
.widget.widget_itc_responsys_widget .widget-title h3 {
    font-size: 2.2rem !important;
    width: 100%;
    text-align: center;
}

.single .tn-sidebar-wrap .widget_itc_responsys_widget h3 {
    width: 100%;
}
.widget_itc_responsys_widget {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 36px 0 56px;
    margin-bottom: 12px;
}
.widget_itc_responsys_widget > p:first-of-type {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.4;
}
.tn-sidebar-wrap .email-signup {
    max-width: 300px;
    margin: 0 auto;
}
.tn-sidebar-wrap .email-signup input[type="text"],
.email-signup input[type="submit"] {
    font-size: 16px;
    text-align: center;
    padding: 8px;
}
.tn-sidebar-wrap .email-signup input[type="text"] {
    background: #fff;
    border: 1px solid #979797;
    color: #333;
}
.email-signup input[type="submit"] {
    background: #80c341;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}

.tn-topbar-social-wrap {
    text-align: center;
}
.about-social-wrap .tn-topbar-social-wrap .icon-social {
    text-shadow: none !important;
    color: #979797;
}
.about-social-wrap .tn-topbar-social-wrap .icon-social:hover {
    color: #34aedb;
}

.tn-container {
    max-width: 1400px;
}

.single h1 {
    font-size: 3rem;
}
.west_footer_inner .widget_itc_responsys_widget p {
    display: none;
}
.west_footer_inner .email-signup input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 8px 14px;
}
.west_footer_inner .widget_itc_responsys_widget {
    border-width: 0px;
    padding: 0px;
}
.west_footer_inner .widget_itc_responsys_widget .email-signup > div {
    position: relative;
}
.west_footer_inner .widget_itc_responsys_widget .email-signup > div > div + div {
    position: absolute;
    right: 0px;
    top: 0px;
    border-width: 0px;
    background-color: #004387;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 12px !important;
}
.west_footer_inner .email-signup input[type="submit"] {
    background: #004387;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 12px !important;
    padding: 10px 15px 11px;
}
.tn-single-content-wrap h2 {
    font-size: 2.4rem;
    color: #111;
    line-height: 1.2em;
}
.tn-single-content-wrap h3 {
    font-size: 2.0rem;
    line-height: 1.2em;
}
.tn-single-content-wrap h4 {
    font-size: 1.7rem;
    line-height: 1.2em;
}
.tn-single-content-wrap h5 {
    font-size: 1.3rem;
    line-height: 1.2em;
}
.tn-single-content-wrap h6 {
    font-size: 1.1rem;
    line-height: 1.2em;
}

.single .tn-sidebar-wrap {
    padding: 0 0px 0px 36px;
    text-align: center;
}

.single .tn-sidebar-wrap h3 {
    font-size: 1.8rem;
}

.tn-single-related-wrap .col-sm-4 {
    width: 25%;
}

.tn-single-content-wrap img {
    max-width: 100% !important;
}

.wp-caption.aligncenter {
    max-width: 100% !important;
    width: 100% !important;
}

.head-phone {
    float: right;
    font-size: 1.3rem;
    line-height: 42px;
    display: inline-block !important;
    color: #333e49;
}
.head-phone:before {
    font-family: "iCons";
    content: attr(data-icon);
    speak: none;
    font-size: 18px;
    font-display: block;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #a9b2b9;
    position: relative;
    top: 4px;
    right: -4px;
}
.head-phone * {
    margin-left: 12px;
}

/*slider stuff*/
.slideshow-header {
    display: none;
}
.post-slider2-images {
    float: right;
    width: 60%;
    max-width: 60%;
    margin-right: 0;
    margin-left: 4%;
    border-left: 1px solid #ccc;
    padding-left: 2%;
    padding-top: 15px;
    text-align: center;
}
.post-slider2-text {
    padding-top: 18px;
}
.post-slider2 {
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #ccc;
}
.slick-slide img {
    /*display: inline-block;*/
    vertical-align: top;
}

.article-has-slider .tn-slider-nav {
    top: 60px;
}
.article-has-slider .post-slider-wrapper2 .tn-slider-prev {
    left: auto;
    right: 55%;
}
.article-has-slider .post-slider-wrapper2 .tn-slider-next {
    right: 0;
}
.article-has-slider .tn-single-share-wrap.tn-single-top-share-wrap {
    display: block;
}
.article-has-slider .tn-single-meta-inner {
    display: none !important;
}
.article-has-slider .tn-single-content-inner.col-sm-10 {
    width: 100%;
}
.article-has-slider .tn-single-style4-main-wrap {
    margin-top: -120px;
}
.article-has-slider .single article {
    padding: 0 24px;
}
.post-slider2 .start-play i {
    margin-left: 12px;
}
.post-slider2 .start-play-under {
    padding: 0px 30px;
    border-radius: 30px;
    background: #2eb2e8;
}
.post-slider2 .start-play-under:hover {
    background: #0e4c96;
}
.post-slider2 .start-play-under i {
    margin-left: 12px;
}

.tn-load-more-liner {
    display: none;
}
.tn-load-more-inner {
    border: 0;
}
.tn-load-more-inner a {
    background: #798794;
    font-weight: 700;
    padding: 18px 60px;
    font-size: 1.8rem;
    letter-spacing: 2px;
    border-radius: 4px;
}
.tn-load-more-inner a:hover {
    color: #fff;
    background: #666;
}

.home .slider-loading,
.home .tn-block-slider-wrap {
    max-width: 1400px;
    margin: 30px auto 0;
    padding: 0 24px;
    height: 65vh;
    max-height: 65vh;
}
.home .slider-loading {
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.12) !important;
}
.home .slick-track,
.home .slick-slide {
    height: 100%;
}
.tn-slider-thumb-wrap {
    display: block;
    overflow: hidden;
    height: 65vh;
    width: 100%;
}
.tn-slider-thumb-wrap a {
    height: 100%;
    width: 100%;
}
.slick-slide img {
    position: absolute;
    min-height: 100%;
    width: auto;
    min-width: 100%;
    height: auto;
}
.home .slick-slider .tn-module-excerpt {
    display: none;
}
.tn-module-slider-content-wrap {
    background: rgba(0, 0, 0, 0.5) !important;
    opacity: 1;
    width: 100% !important;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18%;
    text-align: center;
    pointer-events: none;
}
.home .slick-slider.tn-block-slider-wrap h3.tn-module-title {
    color: #fff;
    font-weight: 400;
    font-size: 4rem;
    margin-bottom: 0;
}

.home .block-title-wrap h3 {
    font-size: 3rem;
    color: #000;
}
.home .tn-sidebar-wrap .block-title-wrap h3 {
    text-align: center;
    width: 100%;
    font-size: 2.2rem;
    line-height: 2.7;
}
.home .block-title-wrap {
    border: 0;
    margin-bottom: 12px;
    height: 52px;
}
.home .tn-block5-content-inner .tn-module3-wrap,
.home .tn-module-small-wrap {
    border: 0;
}
.home .tn-block5-content-inner .tn-category-tags-wrap,
.home .tn-block5-content-inner .meta-tags-author,
.home .tn-module-small-wrap .meta-tags-date {
    display: none;
}
.home .tn-block5-content-inner .tn-tags-date-author {
    display: block !important;
    float: left;
    opacity: 1;
}
.home .tn-module3-meta-tags .meta-tags-date {
    font-style: normal !important;
    font-size: 1.4rem;
    margin: 8px 0 0;
}
.home .tn-block5-content-inner .tn-module3-wrap .tn-module-title {
    text-align: left;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 6px;
}
.home .tn-module-small-wrap .tn-thumb-wrap {
    margin-bottom: 8px;
}
.home .tn-module-small-wrap {
    padding-bottom: 0;
}
.home .tn-module-small-wrap .tn-module-title {
    text-align: center;
    margin: 0 0 8px;
    font-weight: 500;
}

.tn-mobile-site-title {
    margin-top: 0;
}
.tn-mobile-site-title a,
.tn-main-mobile-menu-inner .alc-logo a {
    background: url(../fmagazine-child/assets/img/alc-logo.svg) center center no-repeat;
    background-size: 150px 72px;
    width: 150px;
    height: 72px;
    margin: 36px auto;
    max-height: 72px;
}
.tn-main-mobile-menu-inner .alc-logo a {
    border: 0;
    background-position: center left;
}
.tn-main-mobile-menu-inner .alc-logo img {
    opacity: 0;
}
.tn-mobile-site-title span {
    display: none !important;
}

/*responsive*/

@media screen and (min-width: 768px) {
    .tn-module-slider-content-wrap {
        width: 50%;
    }
    .sub-menu {
        display: none;
    }
    #tn-search-form-text {
        font-size: 24px;
    }
    .tn-more-result-wrap .more-result {
        margin: 24px auto 12px;
        float: none;
        display: block;
    }
    .tn-search-form-wrap h3.tn-module-title {
        font-size: 18px;
    }
    .article-has-slider.single h1 {
        font-size: 5rem;
    }
    .article-has-slider.single p {
        font-size: 1.6rem;
    }
    .tn-main-menu-responsive.tn-menu-center {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .tn-main-menu-responsive.tn-menu-center .tn-mobile-site-title {
        width: 100%;
        margin-right: 0;
    }
    .main-menu-wrap {
        width: auto;
    }
    .home .tn-content-wrap.col-sm-8 {
        width: 70%;
        padding-right: 42px;
    }
    .home .tn-sidebar-wrap.col-sm-4 {
        width: 30%;
        padding-left: 42px;
    }
    .home .tn-block5-content-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .home .tn-block5-content-inner .row:nth-child(even) .tn-block5-element {
        width: 100%;
    }
    .home .tn-block5-content-inner .row:nth-child(even) .tn-module-title {
        font-size: 2.6rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
    #tn-main-menu-sticky {
        height: 82px;
    }
    #menu-main_updated-1 .alc-logo {
        width: auto;
        margin: 18px 0;
    }
    #menu-main_updated-1 .alc-logo img {
        max-width: 96px;
    }
    .main-menu-wrap .menu-item a,
    #tn-ajax-form-search i {
        line-height: 42px;
    }
    .menu-item-has-children,
    .menu-item-type-post_type {
        margin: 18px 3px;
    }
    .tn-ajax-search-icon {
        margin: 17px 0;
    }
}

@media screen and (max-width: 768px) {
    .tn-section-full-width-wrap {
        margin-bottom: 3vw;
    }
    .tn-mobile-site-title {
        border: 0;
        margin: 0;
        padding: 0;
    }
    .tn-mobile-site-title a {
        margin: 2px auto 0;
        height: 60px;
        background-size: 83px 40px;
    }
    .home .tn-block-slider-wrap {
        margin-top: 0;
    }
    .home .tn-block-slider-wrap {
        padding: 0;
    }
    .home .slider-loading,
    .home .tn-block-slider-wrap {
        max-height: 40vh;
        height: 40vh;
    }
    .tn-slider-thumb-wrap {
        height: 40vh;
    }
    .home .slick-slider.tn-block-slider-wrap h3.tn-module-title {
        font-size: 2.4rem;
    }
    .tn-block3-content-wrap,
    .tn-block5-content-wrap {
        margin-right: 0;
        margin-left: 0;
    }
    .menu-item-type-custom {
        display: none;
    }
    #tn-main-menu-sticky {
        height: 62px;
    }
    #menu-main_updated-1 .alc-logo {
        width: auto;
        margin: 12px 0;
    }
    #menu-main_updated-1 .alc-logo img {
        max-width: 80px;
    }
    .main-menu-wrap .menu-item a,
    #tn-ajax-form-search i {
        line-height: 42px;
    }
    .menu-item-has-children,
    .menu-item-type-post_type {
        margin: 12px 3px;
    }
    .tn-ajax-search-icon {
        margin: 10px 0;
    }
    .tn-section-content-wrap,
    .tn-category-wrap {
        padding-right: 3%;
        padding-left: 3%;
    }
    .tn-section-full-width-wrap .block-title-wrap {
        margin-right: 0;
        margin-left: 0;
    }
    .tn-block3-element,
    .tn-block5-element,
    .tn-block8-element,
    .tn-block9-element {
        padding-right: 0;
        padding-left: 0;
    }
    .category .tn-header-category-wrap {
        margin: 12px 0 18px;
    }
    .tn-category-title h1,
    .block-title-wrap h3,
    .widget-title h3 {
        font-size: 24px;
    }
    .tn-category-wrap .tn-block3-element .tn-module2-wrap .tn-module2-inner,
    .home .tn-block8-content-wrap .tn-module2-wrap .tn-module2-inner {
        height: auto;
    }
    .tn-block-wrap,
    .widget {
        margin-bottom: 18px;
    }
    .social-counter-widget .widget-title h3 {
        margin-top: 0;
    }
    .tn-load-more-wrap {
        margin: 30px auto 0;
    }
    .single-post-content {
        padding: 0;
    }
    .tn-single-content-inner.col-sm-10 {
        width: 100%;
    }
    .single h1 {
        font-size: 2.2rem;
    }
    .single p,
    h1.rtecenter,
    h2.rtecenter,
    h3.rtecenter,
    h4.rtecenter,
    h5.rtecenter,
    h6.rtecenter {
        font-size: 1.5rem !important;
    }
    #tn-footer {
        background-color: #f1f1f1;
        border-color: #c5cace;
    }
    .tn-copyright-wrap {
        background: #f1f1f1;
    }
    #tn-footer .widget-title h3 {
        font-size: 18px;
    }
    .tn-tags-box-element a.tn-single-tags-link {
        font-size: 10px;
    }
    .tn-single-content-wrap .single-post-content > p:first-of-type:first-letter {
        font-size: 42px;
        line-height: 1;
        letter-spacing: -1px;
        font-weight: 700;
    }
    .single-post-content blockquote {
        margin: 0px 3% 18px;
        padding: 8px 3% 8px;
    }
    .single-post-content blockquote p {
        font-size: 1.8rem !important;
    }
    .tn-single-content-wrap table {
        max-width: 100% !important;
        width: 100% !important;
    }
    .widget-event {
        height: auto;
    }
    .single-post-content ol,
    .single-post-content ul {
        font-size: 1.5rem;
    }
}

.mfp-bottom-bar {
    background: url("./semitransparent.png") 0 0 repeat scroll transparent;
    opacity: 0;
}

/*ipad portrait*/
@media screen and (min-width: 767px) and (max-width: 768px) {
    .tn-module-slider-content-wrap {
        width: 80%;
    }
    .tn-module2-wrap .tn-module2-inner {
        min-height: 300px !important;
    }
    .tn-module2-inner .tn-thumb-wrap {
        height: 170px;
    }
    .tn-module-meta-tags,
    .tn-module2-wrap .tn-module-excerpt,
    .tn-single-meta-inner,
    .top-social-count {
        display: none;
    }

    .tn-module2-wrap .tn-module-title {
        padding: 0 5%;
    }
}

.menu-item-has-children ul.sub-menu {
    max-height: 0;
    transition: max-height 0.3s ease-out;
    opacity: 0;
    overflow: hidden;
}
.menu-item-has-children.active ul.sub-menu {
    transition: max-height 0.3s ease-out;
    max-height: 500px;
    opacity: 1;
    height: auto;
}
ul.instagram-pics li img {
    width: 107px;
    height: 107px;
    float: left;
}
iframe.pro {
    display: block;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.page-id-22093 .tn-container.tn-section-content-wrap.row.clearfix {
    max-width: 100%;
}
.page-id-22093 .tn-content-wrap.tn-fw-mode.col-xs-12 {
    margin: 0;
    padding: 0;
}
.page-id-22093 h1.tn-page-title {
    display: none;
}

/*2021*/
.global-nav {
    position: relative;
    z-index: 10;
}
.global-nav__business-content {
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-left: 5px;
    max-width: 1436px;
    width: 100%;
    margin: 0 auto;
}

.global-nav__business-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.global-nav__business-icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    stroke: none;
}
.global-nav__business-icon--arrow-down {
    margin-right: 0;
    margin-left: 5px;
    height: 13px;
    width: 10px;
    align-self: flex-end;
}
.global-nav__business-link {
    font-size: 12px;
    font-weight: 400;
    color: #06c;
    padding: 8px 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.global-nav__business-link--left {
    text-transform: uppercase;
    color: #004387;
}
.global-nav__primary-content {
    max-width: 1436px;
    margin: 0 auto;
    padding: 0 15px;
    height: 36px;
    display: flex;
}
header .tn-main-menu-wrap {
    position: relative;
}
header #tn-main-menu-sticky,
header .tn-breadcrumbs-wrap {
    padding: 0px 15px;
}
.global-nav__brand-logo {
    height: 100%;
    width: 105px;
    fill: #fff;
}
.global-nav__brand-tagline {
    display: none;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.99px;
    color: #fff;
    opacity: 0.9;
    text-transform: uppercase;
    margin-left: 14px;
    align-self: flex-end;
    text-decoration: none;
    cursor: text;
    top: 2px;
    position: relative;
}
.global-nav__menu-button:not(:focus-visible) {
    outline: none;
}
.global-nav__menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    color: #fff;
    background: 0 0;
    border: none;
}
#global-nav__menu-button--hamburger svg {
    width: 30px;
    margin-right: 16px;
    fill: #ffffff;
}
.global-nav__menu-button--search {
    position: absolute;
    right: 0;
    width: 38px;
    border-radius: 0 60px 60px 0;
    height: 26px;
}
button.global-nav__menu-button.global-nav__menu-button--search,
button.global-nav__menu-button.global-nav__menu-button--hamburger,
button.sidetray__nav-button--close,
button.sidetray__nav-button--back {
    box-shadow: none !important;
}
.global-nav__dropdown-area {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: center;
    cursor: pointer;
    text-decoration: none;
}
.global-nav__search--desktop-form {
    display: none;
    align-items: center;
    width: 100%;
    max-width: 505px;
    align-self: flex-end;
    position: relative;
}
.global-nav__primary-content-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    width: 100%;
}
.global-nav__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.global-nav__menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: center;
    cursor: pointer;
    text-decoration: none;
}
.global-nav__menu-link--cart {
    position: relative;
    justify-self: flex-end;
}
.global-nav__icon--person {
    height: 22px;
    width: 22px;
    fill: #fff;
    stroke: none;
}
.global-nav__icon--student {
    display: none;
}
.global-nav__menu-link--cart {
    position: relative;
    justify-self: flex-end;
}
.global-nav__icon--cart {
    height: 27px;
    width: 27px;
    fill: #fff;
    stroke: none;
}
.global-nav__main {
    max-width: 1436px;
    margin: 0 auto;
    padding: 0 2px;
    display: none;
    position: relative;
}
.global-nav__desktop-separator {
    background: #fff 0% 0% no-repeat padding-box;
    opacity: 0.15;
    height: 1px;
    width: 100%;
    margin-bottom: -4px;
    display: none;
}
.global-nav__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.global-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    margin: 0;
}
.global-nav__item--left {
    z-index: 18;
}
.global-nav li,
.sidetray li {
    line-height: normal;
}
.global-nav__link {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 8px 12px 11px;
}
.global-nav__link--left {
    font-size: 16px;
    padding: 12px 16px 11px;
    border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0);
    transition: background-color 150ms ease;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    cursor: pointer;
}
.global-nav__items--right {
    margin-left: auto;
    align-items: flex-end;
}
input[type="text"].global-nav__search-input,
input[type="search"].global-nav__search-input {
    line-height: normal;
    padding: 1px 2px 2px;
    border: none;
    border: 1px solid #fff;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-indent: 13px;
    font-size: 16px;
    font-weight: 400;
    height: 26px;
}
.globalSearch .icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    stroke: currentColor;
    fill: currentColor;
    pointer-events: none;
}
.globalSearch .global-nav__icon--magnifier {
    stroke: none;
    color: #004387;
    width: 18px;
    height: 18px;
}
.global-nav__business-items--right .icon {
    fill: currentColor;
}
.globalSearch input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.global-nav__account-greet {
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.global-nav__account-my-account {
    font-size: 12px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.global-nav__menu-link--account {
    margin-right: 9px;
    margin-left: 4px;
    justify-self: flex-end;
}
.global-nav__menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: center;
    cursor: pointer;
    text-decoration: none;
}
.global-nav__brand-link {
    height: 17px;
}
.west_featured_post {
    min-height: 534px;
    display: flex;
    margin-bottom: 30px;
}
.west_featured_post .west_66 {
    background-size: cover;
    background-repeat: no-repeat;
}
.west_featured_post .west_33 {
    background: transparent linear-gradient(140deg, #000000 0%, #001e47 77%, #003263 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    padding: 30px;
    display: flex;
    align-items: end;
}
.west_featured_post .west_33 h2 {
    font-size: 51px;
    color: #ffffff;
    margin: 16px 0px 0px;
    font-family: "Playfair Display", serif;
    line-height: 56px;
}
.west_cat_header h1 {
    font-size: 51px;
    color: #ffffff;
    padding: 126px 24px 24px 24px;
}
.west_cat_header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.west_header_font {
    font-family: "Playfair Display", serif;
}
.west_alt_font {
    font-family: "Lora", serif;
}
.west_400 {
    font-weight: normal !important;
}
.west_600 {
    font-weight: 600 !important;
}
.west_bt_1x {
    padding-bottom: 30px;
}
#west_logo {
    display: flex;
    align-items: center;
}
.west_featured_posts_inner {
    position: relative;
}
.west_featured_posts_inner h3 {
    font-size: 28px;
    color: #000000;
    line-height: 1.3em;
}
.west_featured_posts_inner > a {
    margin-bottom: 10px;
}
.west_featured_posts_inner > a img {
    max-width: 100%;
    height: auto;
}
.west_featured_posts_inner .west_post_meta > span {
    opacity: 0.75;
}
#west_cat_content {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 90px 18px;
}
.west_rotated_text {
    background: transparent linear-gradient(180deg, #000000 0%, #00214d 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    right: calc(100% - 15px);
    white-space: nowrap;
    font-size: 10px;

    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(270deg);
    -o-transform-origin: right top;
    transform: rotate(270deg);
    transform-origin: right top;
    padding: 4px 18px;
    font-style: italic;
    color: #ffffff;
}
#west_logo > a {
    background: url(../fmagazine-child/assets/img/alc-logo.svg) center center no-repeat;
    background-size: 316px 79px;
    width: 316px;
    height: 79px;
    max-height: 79px;
    display: block;
    margin: 12px 0px 30px;
}
#west_search_trigger {
    float: right;
    padding-top: 16px;
    font-style: italic;
}
.west_inner_flex {
    display: flex;
    margin: 0px -15px;
}
.west_inner_65 {
    width: 65%;
    padding: 30px;
    margin: 0px 15px;
    background-color: #ffffff;
}
.west_inner_35 {
    width: 35%;
    padding: 30px;
    margin: 0px 15px;
    background-color: #ffffff;
}
.west_featured_cats_wrapper > .west_featured_cats {
    margin: 0px -12px;
}
.west_featured_cats_wrapper > .west_featured_cats.owl-carousel {
    margin: 0px;
}
.west_featured_cats_wrapper > .west_featured_cats .owl-item {
    height: 100%;
}
.west_featured_cats_wrapper > .west_featured_cats .owl-item .west_featured_cat_single {
    padding: 0px 24px 0px 0px;
    min-width: 1px;
}
.west_featured_cats_wrapper > .west_featured_cats > div {
    padding: 0px 12px;
}
.west_featured_cats_wrapper .owl-stage-outer {
    padding: 0px !important;
}
.west_featured_cats_wrapper .owl-nav {
    position: absolute;
    top: calc(75px - 11px);
    width: 100%;
    pointer-events: none;
}
.west_featured_cats_wrapper .owl-nav button {
    pointer-events: auto;
    background-color: #fff !important;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 27px !important;
    box-shadow: 2px 4px 7px #00000070;
}
.west_featured_cats_wrapper .owl-next {
    float: right;
}
.west_featured_cat_single {
    display: inline-block;
    min-width: 150px;
}
.west_featured_cat_single img {
    border-radius: 50%;
}
.west_featured_cat_single span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
}
html .west_featured_authors img {
    max-width: 90px !important;
    float: left;
    margin-right: 16px;
    border-radius: 50%;
}
html .west_featured_authors h4 {
    font-size: 20px;
    margin-bottom: -4px;
    margin-top: 14px;
}
html .west_featured_authors a h4 + span {
    letter-spacing: 0px;
    color: #212121;
    text-transform: uppercase;
    opacity: 0.69;
    font-size: 11px;
}
.west_featured_authors .west_featured_author_inner {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
html .west_top_posts img {
    max-width: 200px !important;
    float: left;
    margin-right: 26px;
    margin-bottom: 0px;
}
html .west_top_posts h3 {
    font-size: 22px;
}
html .tn-main-menu-inner {
    margin-left: 0px;
    margin-right: 0px;
}
.west_top_posts .west_featured_posts_inner {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.west_featured_title {
    font: normal normal bold 17px Lato;
    letter-spacing: 0.85px;
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.west_top_posts .west_featured_posts_inner .west_post_meta > span {
    font-size: 11px;
    margin: -4px 0px 0px;
    display: block;
}
.west_top_posts .west_rotated_text {
    right: 100%;
}
.west_big_cat_single_inner img {
    max-width: 100%;
    height: auto;
}
.west_big_cat_single > span {
    font-size: 48px;
    font-weight: 900;
    color: #000000;
}
.west_big_cat_description {
    color: #000000;
    font-size: 16px;
    margin: -8px 0px 22px;
}
.west_see_all {
    color: #0066cc;
    font-size: 14px;
    padding-left: 6px;
}
.west_big_cats_wrapper .west_featured_posts_inner h3 {
    font-size: 22px;
    font-weight: 400 !important;
}
.west_big_cat_single {
    padding: 0px 0px 70px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
.west_big_cat_single:last-child {
    border-bottom-width: 0px;
}
#west_tags {
    font-size: 12px;
    margin-bottom: 30px;
}
#west_tags a {
    font-size: 15px;
    font-weight: 600;
}
.single-post .tn-single-no-left-col {
    margin: 0px;
}
html .single-post h1 {
    font-size: 46px;
    color: #000000;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
html .single-post-content p {
    font-size: 17px;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
.archive.category .tn-content-wrap {
    padding-left: 0px;
    padding-right: 0px;
}
body.single-format-standard #tn-main-menu-sticky .tn-container,
body.single-format-standard .tn-breadcrumbs-wrap .tn-container,
body.single-format-standard #tn-main-container > .tn-container,
.archive.category .tn-container,
.page-template-tpl-home .tn-container {
    max-width: 1436px;
    padding-left: 18px;
    padding-right: 18px;
}
.page-template-tpl-home .tn-page-title {
    display: none !important;
}
.west_cat_content_inner {
    color: #ffffff;
}
.west_cat_content_inner h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 14px;
}
.west_cat_content_inner img {
    margin-bottom: 16px;
    max-width: 100%;
    height: auto;
}
.west_cat_desc li {
    list-style-type: disc;
    font-size: 16px;
}
.west_cat_desc ul {
    padding: 10px 16px;
}
.archive.category .west_featured_posts {
    flex-wrap: wrap;
    /*width: 100%;*/
}
.archive.category .tn-first .west_featured_posts {
    width: auto;
}
.tn-category-wrap_not + div,
#west_ajax_archive_content + div,
.west_parent_category_wrapper + div,
.archive.category.child_cat header + div {
    display: none;
}
.archive.category.child_cat .tn-category-wrap_not + div {
    display: block;
}
.west_child_wrapper {
    background: transparent linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    padding-top: 60px;
}
.west_child_wrapper h1 {
    margin-bottom: 30px;
}
.archive.category.child_cat .tn-page-pagination-wrap {
    float: left;
    width: 100%;
}
.west_featured_posts.west_parent_category_wrapper > div h3,
.archive.category.child_cat .west_featured_posts_inner h3 {
    font-size: 22px;
}
.archive.category .tn-sidebar-wrap,
.archive.category.child_cat .tn-sidebar-wrap {
    display: none;
}
.page-numbers .fa:before {
    font-size: 28px !important;
    position: relative;
    top: 4px;
}

#west_l2_link {
    display: block !important;
    width: 100%;
    text-align: right;
    margin: 20px 0px 40px;
    position: relative;
}
#west_l2_link:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 20px;
    background-color: #707070;
    left: 0px;
}
#west_l2_link a {
    height: 44px;
    line-height: 44px;
    padding: 14px 20px;
    border-radius: 30px;
    border: 1px solid #707070;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
#west_l2_link a strong {
    text-transform: uppercase;
}

.west_post_filters {
    width: 100%;
    float: left;
    margin: 40px -6px;
}
.west_post_filters li {
    float: left;
    display: inline-block;
    padding: 6px 10px;
}
.west_post_filters .west_active {
    font-weight: 600;
}
.west_post_filters.west_post-wait {
    pointer-events: none;
}
#west_ajax_archive_content {
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
#west_ajax_archive_content.west_fading {
    opacity: 0;
}
.footer_mailing {
    padding: 160px 0px;
    color: #ffffff;
    background-size: cover;
    background-position: center;
}
.footer_mailing h3 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1em;
}
.west_button_in {
    position: relative;
}
.west_button_in .wpcf7-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    border-width: 0px;
    background-color: #004387;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 12px !important;
    padding: 10px 15px 11px;
}
.footer_after_mailing {
    background-color: #004387;
    padding: 40px 0px;
    color: #ffffff;
    text-align: center;
}
.west_footer_copyright {
    background-color: #004387;
    padding: 40px 0px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}
.west_footer_copyright .west_footer_inner {
    justify-content: center;
}
.west_footer_widgets {
    padding: 60px 0px;
    background-color: #f3f3f3;
}
.footer_before_widgets {
    padding: 40px 0px;
    color: #222222;
    text-align: center;
}
.wpcf7 .west_button_in .ajax-loader,
.wpcf7 .west_button_in br {
    display: none !important;
}
.wpcf7 .west_button_in input[type="email"] {
    width: 100%;
    margin: 0px;
    padding: 11px 10px 10px;
    border: 0px solid #000;
    font-style: normal;
    font-size: 12px !important;
}
.footer_after_mailing .west_footer_inner {
    justify-content: center;
    font-size: 18px;
}
.footer_before_widgets .west_footer_inner {
    justify-content: center;
    font-size: 22px;
}
.tn-section-top-bottom,
.archive.category .tn-section-top-bottom,
body.single-format-standard #west_related_posts + .tn-section-top-bottom,
.page-template-tpl-home aside {
    display: none !important;
}
.page-template-tpl-home .tn-sidebar-footer aside {
    display: block !important;
    margin-bottom: 24px;
}
.west_footer_widgets .widget-title {
    margin-bottom: 12px;
}
.west_footer_widgets .widget_text {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
}
#tn-footer .widget_nav_menu .menu-item a,
.west_footer_widgets .widget_text a {
    color: #0066cc;
    text-decoration: none;
    line-height: 1.2;
}
.sidetray-wrapper {
    position: relative;
    z-index: 800;
}
.sidetray {
    visibility: hidden;
    width: 320px;
    transform: translate3d(-320px, 0, 0);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), visibility 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    position: fixed;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
    background-color: #00275e;
    background: linear-gradient(0deg, #004a99 0%, #00275e 100%);
    box-shadow: 2px 0 6px #00000080;
    top: 0;
    will-change: transform;
}
.sidetray.is-open {
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.sidetray__nav {
    display: flex;
    justify-content: space-between;
    height: 32px;
    height: 32px;
    z-index: 2;
    position: relative;
    background: transparent linear-gradient(0deg, #00204d 0%, #001026 100%) 0% 0% no-repeat padding-box;
}
.sidetray__nav-button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.sidetray__nav-button--close {
    margin: 0;
    transition: none;
    height: 100%;
    padding: 0 10px;
    margin-left: auto;
}
.sidetray__nav-button--close svg {
    width: 12px;
    fill: #ffffff;
    margin-left: 8px;
}
.sidetray__items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 32px;
    padding-bottom: 30px;

    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: scroll;
    will-change: transform;
    transition: transform 250ms cubic-bezier(0.25, 0.8, 0.25, 1), visibility 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sidetray__items > ul {
    border-bottom: 1px solid rgb(51 107 177);
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.sidetray__item {
    margin: 0;
    height: 44px;
    display: flex;
    align-items: center;
}
#menu-adorama-menu li > a.sidetray__link,
.sidetray__link {
    color: #ffffff !important;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0px 0 0px;
    font-weight: 400;
    font-size: 16px;
}
.west_help_mobile svg {
    margin-right: 10px;
}
.west_help_mobile .global-nav__business-icon--arrow-down {
    display: none;
}
.west_help_mobile svg {
    fill: #ffffff;
}
.global-nav__primary {
    background: transparent linear-gradient(180deg, #003d7b 0%, #004387 100%) 0% 0% no-repeat padding-box;
}
.show_later {
    display: none;
}
#west_mobile_menu_wrapper {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
}
#west_mobile_menu_wrapper > div > ul {
    background-color: #ffffff;
    padding: 30px;
    text-align: left;
}
#west_mobile_menu_wrapper .menu-item-type-custom {
    display: list-item;
    font-size: 15px;
    line-height: 2.4em;
}
#west_mobile_menu_wrapper > div {
    position: relative;
    margin: 40px auto;
    min-width: 76vw;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    background-color: #ffffff;
    height: 100vh !important;
}
.archive.category .tn-content-wrap.tn-fw-mode {
    margin-bottom: 0px;
}
#menu-secondary {
    padding: 40px 18px 180px !important;
}
#menu-secondary .menu-item-has-children,
#menu-secondary .menu-item-type-post_type {
    margin-top: 0px;
    margin-bottom: 0px;
}
#west_42_overlay {
    position: fixed;
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
}
.west_show_overlay #west_42_overlay {
    opacity: 0.6;
    pointer-events: auto;
}
#west_close_menu {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px;
    cursor: pointer;
}
#west_close_menu svg {
    fill: #004387;
}
html.west_show_overlay {
    overflow: hidden;
}
#west_mobile_menu_trigger {
    display: none;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.tn-module-small-wrap .tn-module-title {
    font-family: "Playfair Display", serif;
}

#west_cat_content .west_cat_content.owl-carousel .owl-item {
    max-width: 66vw !important;
}
#west_cat_content .west_cat_content.owl-carousel .owl-item > div {
    padding-right: 10px;
}
#west_cat_content .west_cat_content.owl-carousel .owl-item h3 {
    font-size: 24px;
}
body.archive.category .global-nav + .tn-container > div {
    width: 100%;
}
.west_sku_post {
    background-color: #f2f2f2;
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.west_sku_image {
    width: 32%;
    padding-right: 14px;
}
.west_sku_meta {
    width: 68%;
}
.west_sku_meta h4 {
    font-family: "Lato", "Open Sans", sans-serif;
    font-size: 22px;
    color: #000000;
    margin-bottom: 0px;
}
.sku_reg_pri {
    color: #000000;
    padding-right: 6px;
    font-size: 1.6rem;
    font-weight: 600;
}
.sku_sale_pri {
    font-size: 1.1rem;
    color: #545454;
    text-decoration: ;
}
.west_sku_meta .fa_counter {
    color: #0066cc;
    padding-left: 5px;
    font-size: 1.1rem;
}
.west_sku_meta .fa-star.checked {
    color: #ffaa2c;
}
.sku_meta_desc {
    font-size: 1.1rem;
    margin-top: 10px;
}
.sku_meta_desc,
.sku_meta_desc p {
    font-size: 1.3rem !important;
}
.west_sku_meta .west_sku_link {
    background: transparent linear-gradient(180deg, #197adb 0%, var(--link-blue-0066cc) 53%, #005dba 100%) 0% 0%
        no-repeat padding-box;
    background: transparent linear-gradient(180deg, #197adb 0%, #0066cc 53%, #005dba 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #ffffff;
    padding: 6px 14px;
    display: inline-block;
    margin-top: 20px;
}
.single-post-content a[rel="undefined"] {
    pointer-events: none;
}
#west_cat_content .owl-carousel .owl-stage {
    display: flex;
}
.alc_h3 {
    font-size: 1.8rem;
    margin-bottom: 0px !important;
    font-weight: 600;
}
#alc_meta {
    width: 100%;
    float: left;
    margin: -18px 0px 25px;
}
.alc_meta_divider {
    padding: 0px 4px;
}
.alc_meta_block {
    float: left;
}
.tn-sidebar-wrap .block-post-widget .meta-tags-date {
    display: none !important;
}
@media screen and (min-width: 768px) {
    .west_footer_widgets .west_footer_inner {
        align-items: flex-start;
    }
    .west_big_cat_single_inner > div {
        padding: 0px 15px 30px;
        width: 25%;
    }
    .west_footer_inner {
        align-items: center;
    }
    .west_footer_inner,
    .west_cat_content,
    .west_big_cat_single_inner,
    .west_featured_posts {
        display: flex;
        margin: 0px -15px;
        flex-wrap: wrap;
    }
    .footer_mailing .west_footer_inner > div {
        width: 50%;
    }
    .west_featured_posts.west_parent_category_wrapper > div {
        padding: 0px 15px 45px;
        width: 25%;
    }
    .west_footer_widgets .west_footer_inner > div {
        padding: 0px 15px;
        width: 25%;
    }
    .west_cat_content > div {
        padding: 0px 15px;
        width: 25%;
    }
    .footer_before_widgets .west_footer_inner > div {
        width: 33.33333%;
    }
    .west_featured_posts > div {
        padding: 0px 15px 45px;
        width: 33.33333%;
    }
    .tn-mobile-site-title a {
        display: none;
    }
    .hide_now {
        display: none;
    }
    .west_column.west_66 {
        width: 66.66667%;
    }
    .west_column.west_33 {
        width: 33.33333%;
    }
    input[type="text"].global-nav__search-input,
    input[type="search"].global-nav__search-input {
        margin: 0 17px;
        height: 32px;
    }
    .global-nav__icon--cart {
        height: 30px;
        width: 37px;
    }
    .global-nav__menu-link {
        align-self: flex-end;
    }
    .global-nav__icon--person,
    body.edu .global-nav__icon--student {
        height: 32px;
        width: 32px;
    }
    .global-nav__menu-link {
        align-self: flex-end;
    }
    .global-nav__search--desktop-form {
        display: flex;
    }
    .global-nav__business {
        display: flex;
    }
    .global-nav__primary-content {
        padding: 20px 18px 20px 18px;
        height: 79px;
    }
    header #tn-main-menu-sticky,
    header .tn-breadcrumbs-wrap {
        padding: 0px 18px;
    }
    .global-nav__brand-logo {
        width: 233px;
    }
    .global-nav__menu-button--search {
        right: 17px;
        height: 32px;
    }
    .global-nav__dropdown-area {
        align-self: flex-end;
    }
    .global-nav__menu-link {
        align-self: flex-end;
    }
    .global-nav__brand-link {
        height: 38px;
    }
}
@media only screen and (max-width: 1023px) {
    .sidetray__item {
        min-height: 44px;
        height: auto;
        line-height: 44px !important;
        flex-wrap: wrap;
    }
    html .menu-item-has-children ul.sub-menu {
        display: block;
        max-height: 5000px;
        opacity: 1;
        padding-left: 10px;
        margin-top: -5px;
        margin-bottom: 10px;
    }
    #menu-adorama-menu ul.sub-menu li {
        line-height: 24px !important;
        min-height: 24px !important;
    }
    #menu-adorama-menu ul.sub-menu li > a.sidetray__link {
        font-size: 0.8em !important;
    }

    .tn-main-menu-responsive.tn-menu-center .tn-main-menu-right-area {
        width: 50%;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    #west_mobile_menu_wrapper.mmenu_open {
        display: block;
    }

    #west_mobile_menu_trigger {
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        line-height: 1em;
        padding: 8px 10px;
        cursor: pointer;
        display: block;
    }
    #west_mobile_menu_trigger .fa {
        padding-left: 30px;
    }
    .show_later {
        display: block;
    }
    .tn-main-menu-responsive.tn-menu-center {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tn-main-menu-wrap > .tn-container {
        background: transparent linear-gradient(180deg, #ffffff 0%, #fefefe 51%, #f7f7f7 100%) 0% 0% no-repeat
            padding-box;
    }
    #west_search_trigger,
    .tn-main-menu-responsive.tn-menu-center .main-menu-wrap,
    .tn-breadcrumbs-wrap,
    .global-nav__business {
        display: none;
    }
    #tn-main-menu-sticky .tn-ajax-search-wrap .fa-search {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }
    #tn-main-menu-sticky .tn-ajax-search-wrap .fa-search:before {
        color: #004387 !important;
    }
    #west_logo {
        max-width: 50%;
    }
    #west_logo > a {
        width: 220px;
        height: 50px;
        background-size: cover;
    }
}
@media screen and (min-width: 1024px) {
    .global-nav__account-greet {
        display: flex;
    }
    .global-nav__desktop-separator {
        display: block;
    }
    .global-nav__main {
        display: flex;
    }
    .global-nav__business-content {
        padding: 0 3px;
    }
    .global-nav__business-link--left {
        padding: 8px 15px;
    }
    .global-nav__primary-content {
        padding: 19px 18px 15px;
        height: 74px;
    }
    .global-nav__menu-button--hamburger {
        display: none;
    }
    .global-nav__brand-logo {
        width: 245px;
    }
    .global-nav__brand-tagline {
        display: inline;
    }
    .global-nav__menu-button--search {
        right: 20px;
    }
    .global-nav__icon--person {
        margin-right: 5px;
    }
    input[type="text"].global-nav__search-input,
    input[type="search"].global-nav__search-input {
        margin: 0 21px;
    }
    .global-nav__menu-link--account {
        margin-left: 0;
        margin-right: 10px;
    }
    .global-nav__brand-link {
        height: 40px;
    }
}
@media screen and (min-width: 1300px) {
    .global-nav__menu-button--search {
        right: 25px;
    }
    input[type="text"].global-nav__search-input,
    input[type="search"].global-nav__search-input {
        margin: 0 25px;
    }
}
@media screen and (max-width: 767px) {
    .west_featured_cat_single span {
        font-size: 15px !important;
    }
    .west_featured_cats_wrapper .owl-item {
        max-width: 174px !important;
    }
    .west_child_wrapper .tn-category-title {
        background-color: #ffffff;
        margin: 0px -20px;
    }
    .west_child_wrapper .tn-category-title h1 {
        margin-bottom: 0px;
    }
    #west_cat_content {
        padding: 30px 0px;
    }
    .tn_cat_no_image {
        padding: 22px 20px 16px;
    }
    .archive.category .global-nav + .tn-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .archive.category .tn-header-category-wrap {
    }
    .archive.category .tn-header-category-wrap {
        margin-top: 0px;
    }
    .archive.category .west_featured_post,
    .archive.category .tn-header-category-wrap,
    .west_cat_header {
        margin-bottom: 1px;
    }
    .west_child_wrapper .west_featured_posts,
    .archive.category #west_ajax_archive_content .west_featured_posts {
        display: flex;
        width: 100%;
    }
    .archive.category.child_cat .west_featured_posts_inner h3,
    .archive.category #west_ajax_archive_content .west_featured_posts .west_featured_posts_inner h3 {
        font-size: 16px;
    }
    .west_child_wrapper .west_featured_posts .west_featured_posts_inner,
    .archive.category #west_ajax_archive_content .west_featured_posts .west_featured_posts_inner {
        width: 50%;
        padding-right: 6px;
        padding-bottom: 18px;
    }
    .west_child_wrapper .west_featured_posts .west_featured_posts_inner:nth-child(even),
    .archive.category #west_ajax_archive_content .west_featured_posts .west_featured_posts_inner:nth-child(even) {
        padding-right: 0px;
        padding-left: 6px;
    }
    .west_child_wrapper .west_featured_posts .west_featured_posts_inner:nth-child(even) .west_rotated_text,
    .archive.category
        #west_ajax_archive_content
        .west_featured_posts
        .west_featured_posts_inner:nth-child(even)
        .west_rotated_text {
        right: calc(100% - 7px);
    }
    #west_related_posts {
        padding: 30px 0px 20px;
    }
    .tn-single-related-wrap .col-sm-4 {
        width: 50%;
    }
    .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: 50%;
        padding-right: 12px;
    }
    .tn-module-small-wrap .meta-tags-date,
    .tn-module-small-wrap .tn-module-title {
        text-align: left;
    }
    .single .tn-sidebar-wrap {
        padding: 0px;
    }
    .tn-author-box-wrap .author-title {
        margin-top: 50px;
    }
    .tn-author-box-wrap .author-description {
        width: 100%;
        float: left;
    }
    html .single-post h1 {
        font-size: 30px;
    }
    .single-post .tn-single-thumb-wrap {
        margin-left: -18px;
        margin-right: -18px;
    }
    .west_big_cat_single > span {
        font-size: 32px;
    }
    html #west_logo > a {
        width: 188px !important;
        height: 47px !important;
        background-size: 90% !important;
        margin: 12px 0px 12px !important;
        background-position: left !important;
    }
    .tn-breadcrumbs-wrap {
        display: none;
    }
    .single-post .tn-category-tags-wrap {
        display: none;
    }
    .tn-single-top-meta-right {
        width: 100%;
    }
    .tn-single-share-wrap.tn-single-top-share-wrap {
        display: block;
    }
    .west_featured_post {
        flex-wrap: wrap;
        margin-bottom: 2px;
        min-height: 1px;
    }
    .west_inner_flex {
        flex-wrap: wrap;
    }
    .west_rotated_text {
        right: 100%;
    }
    .west_featured_authors_wrapper,
    .west_top_posts_wrapper {
        width: 100%;
    }
    .west_featured_post .west_66 {
        background-image: url("") !important;
    }
    .west_later_bt_0x {
        padding-bottom: 0px;
    }
    .west_later_bt_2x {
        padding-bottom: 2px;
    }
    .west_big_cat_single_inner .west_featured_posts_inner {
        display: flex;
        width: 50%;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-right: 8px;
    }
    .west_big_cat_single_inner .west_featured_posts_inner:nth-child(even) {
        padding-right: 0px;
        padding-left: 8px;
    }
    .west_big_cat_single_inner .west_featured_posts_inner:nth-child(even) .west_rotated_text {
        right: calc(100% - 8px);
    }
    html .west_big_cat_single_inner img {
        margin-bottom: 2px;
    }
    .west_big_cat_single_inner .west_featured_posts_inner .west_post_meta > span {
        font-size: 10px;
    }
    .west_featured_posts_wrapper .west_featured_posts_inner {
        display: flex;
    }
    .west_big_cat_single_inner {
        display: flex;
        flex-wrap: wrap;
    }
    html .west_top_posts img,
    .west_featured_posts_wrapper .west_featured_posts_inner > a {
        width: 50% !important;
        padding-right: 16px;
        margin-bottom: 2px;
    }
    .west_featured_posts_wrapper .west_post_meta {
        width: 50%;
    }
    html .west_top_posts img {
        margin-right: 0px;
    }
    .west_later_bt_1x {
        padding-bottom: 20px;
    }
    .west_later_graded {
        background: transparent linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%) 0% 0% no-repeat padding-box !important;
    }
    html .west_featured_authors_wrapper.west_inner_35,
    html .west_top_posts_wrapper.west_inner_65 {
        background-color: transparent;
        padding: 0px;
    }
    html .west_top_posts h3,
    .west_featured_posts_inner h3 {
        font-size: 18px;
    }
    .west_top_posts .west_featured_posts_inner {
        margin-bottom: 0px;
    }
    .west_featured_authors .west_featured_author_inner {
        width: auto;
    }
    .west_big_cats_wrapper .west_featured_posts_inner h3 {
        font-size: 16px;
    }
    html .west_featured_authors a h4 {
        font-size: 16px;
        text-align: center;
        line-height: 1.4em;
    }
    html .west_featured_authors a h4 + span {
        display: none;
    }
    html .west_featured_authors img {
        margin: 0px auto 10px;
        float: none;
    }
    .footer_before_widgets .west_footer_inner p {
        font-size: 15px;
    }
    .footer_before_widgets .west_footer_inner > div {
        width: 33.33333%;
        float: left;
    }
    .footer_before_widgets {
        background-color: #ffffff;
    }
    .footer_mailing .wpcf7 {
        margin-top: 20px;
    }
    .footer_mailing {
        padding: 40px 0px 50px;
    }
    .footer_mailing h3 + br {
        display: none;
    }
    .footer_mailing h3 {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .west_footer_widgets .tn-sidebar-footer {
        padding: 0px 0px 30px;
        width: 50%;
        float: left;
    }
    .west_footer_widgets {
        padding-bottom: 10px;
    }
    .west_footer_copyright {
        font-size: 14px;
    }
    .west_big_cat_single:last-child {
        margin-bottom: 0px;
    }
}

/* cyrillic */
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* cyrillic-ext */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIhMX1D_JOuMw_LLPtLtfOm84TX.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIhMX1D_JOuMw_LJftLtfOm84TX.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIhMX1D_JOuMw_LLvtLtfOm84TX.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIhMX1D_JOuMw_LL_tLtfOm84TX.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIhMX1D_JOuMw_LIftLtfOm8w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIhMX1D_JOuMw_LLPtLtfOm84TX.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIhMX1D_JOuMw_LJftLtfOm84TX.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIhMX1D_JOuMw_LLvtLtfOm84TX.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIhMX1D_JOuMw_LL_tLtfOm84TX.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIhMX1D_JOuMw_LIftLtfOm8w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwf7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMw77I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwX7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwT7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwr7I_FMl_E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwf7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMw77I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwX7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwT7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwr7I_FMl_E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwf7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMw77I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwX7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwT7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwr7I_FMl_E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  /* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
0
rver-timing: rtt; dur=1.212, retrans; dur=1, trailer-timestamp; dur=1691286723901

