@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0, 0, 0, 0)
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    margin: 0;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px
}

.container:after, .container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row:after, .row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.333%
}

.col-xs-2 {
    width: 16.667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.333%
}

.col-xs-5 {
    width: 41.667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333%
}

.col-xs-8 {
    width: 66.667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.333%
}

.col-xs-11 {
    width: 91.667%
}

.col-xs-12 {
    width: 100%;
    margin: 0 auto
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.333%
}

.col-xs-pull-2 {
    right: 16.667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.333%
}

.col-xs-pull-5 {
    right: 41.667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.333%
}

.col-xs-pull-8 {
    right: 66.667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.333%
}

.col-xs-pull-11 {
    right: 91.667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.333%
}

.col-xs-push-2 {
    left: 16.667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.333%
}

.col-xs-push-5 {
    left: 41.667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.333%
}

.col-xs-push-8 {
    left: 66.667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.333%
}

.col-xs-push-11 {
    left: 91.667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

body, button, input, optgroup, select, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

cite, dfn, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

pre {
    background: #eee;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%
}

code, kbd, pre, tt, var {
    font-size: 15px;
    font-size: .9375rem
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins, mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%;
    text-transform: uppercase
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

hr {
    height: 1px !important;
    border: 0;
    background-color: #222;
    margin-bottom: 1.5em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

ol, ul {
    margin: 0 0 1.5em 3em;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ol, li > ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

body, p {
    font-family: PT Serif, Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

p {
    margin-top: 0;
    margin-bottom: 20px
}

a:active, a:focus {
    outline: 0
}

a, ins {
    text-decoration: none
}

ins {
    background: 0 0
}

code {
    position: relative;
    top: -1px;
    padding: 2px 6px
}

code, pre {
    border: none;
    background-color: #f1f1f1
}

pre {
    padding: 4px 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 24px;
    overflow: auto
}

cite {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    text-transform: none
}

cite, cite a {
    color: #000
}

q {
    font-style: italic
}

ol li, ul li {
    line-height: 24px;
    margin-left: 21px
}

.dl-horizontal a {
    font-weight: 500 !important
}

.dl-horizontal dt {
    width: 70px;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px
}

.dl-horizontal dd {
    margin-left: 90px;
    line-height: 24px;
    font-size: 14px
}

address {
    margin: 0 0 21px;
    font-size: inherit !important;
    line-height: inherit !important
}

embed {
    width: 100%
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #000
}

h2 {
    font-size: 27px;
    line-height: 38px
}

h3 {
    font-size: 22px;
    line-height: 30px
}

h4 {
    font-size: 19px;
    line-height: 29px
}

h5 {
    font-size: 17px;
    line-height: 25px
}

h6 {
    font-size: 16px;
    line-height: 24px
}

.videopress-placeholder, .videopress-poster {
    width: 100% !important
}

.videopress-poster {
    height: auto !important
}

.video-player {
    width: 100% !important
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: Roboto, sans-serif;
    color: #111;
    margin: 6px 0;
    font-weight: 700
}

textarea {
    width: 100%;
    max-width: 100%;
    height: 168px;
    min-height: 168px;
    border: 1px solid #e1e1e1;
    padding: 6px 9px;
    font-size: 12px;
    line-height: 21px;
    color: #444;
    overflow: auto
}

textarea:active, textarea:focus {
    border-color: #b0b0b0
}

input:focus, input[type]:focus, textarea:focus {
    outline: 0
}

input[type=email], input[type=tel], input[type=text], input[type=url] {
    width: 100%;
    max-width: 100%;
    height: 34px;
    border: 1px solid #e1e1e1;
    padding: 3px 9px;
    font-size: 12px;
    line-height: 21px;
    color: #444
}

input[type=email]:active, input[type=email]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=text]:active, input[type=text]:focus, input[type=url]:active, input[type=url]:focus {
    border-color: #b0b0b0
}

input[type=password] {
    display: inline-table;
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    padding: 3px 9px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 21px;
    color: #444;
    margin-bottom: 10px
}

.mce-content-body img, .td-post-content img, .td_block_text_with_title img, .woocommerce #tab-description img, .wpb_text_column img {
    margin-bottom: 21px
}

.mce-content-body figure img, .td-post-content figure img, .td_block_text_with_title figure img, .woocommerce #tab-description figure img, .wpb_text_column figure img {
    margin-bottom: 0
}

.mce-content-body .alignnone, .td-post-content .alignnone, .td_block_text_with_title .alignnone, .woocommerce #tab-description .alignnone, .wpb_text_column .alignnone {
    display: inline-block;
    margin: 6px 10px 0 0
}

.td-post-featured-image figure img {
    margin-bottom: 0
}

img.wp-smiley {
    width: auto
}

.wp-caption {
    text-align: center
}

.wp-caption, .wp-caption img {
    max-width: 100% !important
}

.alignnone {
    margin-top: 0
}

.aligncenter {
    text-align: center;
    clear: both;
    display: block;
    margin: 6px auto
}

figure.aligncenter, figure.alignleft, figure.alignright {
    margin-bottom: 0
}

.aligncenter img, .alignnone img {
    width: 100%
}

.alignleft {
    float: left;
    margin-top: 6px;
    margin-right: 24px;
    margin-bottom: 6px !important;
    margin-left: 0
}

.mce-content-body .alignleft {
    margin: 6px 24px 6px 0
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.alignright {
    float: right;
    margin-top: 6px;
    margin-right: 0;
    margin-bottom: 6px !important;
    margin-left: 24px
}

.mce-content-body .alignright {
    margin: 6px 0 6px 24px
}

.wp-caption-dd, .wp-caption-text {
    font-family: "PT Serif", Verdana, Geneva, sans-serif;
    text-align: left;
    margin: 6px 0 26px;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 17px;
    color: #444
}

table th {
    text-align: left
}

table td, table th {
    border: 1px solid #ededed;
    padding: 2px 8px
}

table .odd td {
    background-color: #fcfcfc
}

a:active, a:focus, a:hover {
    outline: 0;
    color: #000
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    font-style: italic
}

:-moz-placeholder, ::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-style: italic
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-style: italic
}

* {
    outline: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.btn {
    display: inline-block;
    position: relative;
    border: 1px solid #ff5151;
    padding: 6px 20px;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    -webkit-font-smoothing: antialiased;
    background-color: #ff5151;
    font-family: Open sans, sans-serif;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.btn-block.btn {
    display: block;
    width: 100%
}

.btn:hover {
    color: #ff5151
}

.btn:focus, .btn:hover {
    background-color: #fff;
    border-color: #ff5151
}

.btn:focus {
    color: #000;
    outline: 0
}

input[type=button], input[type=submit] {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    background-color: #2fa9ce;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

input[type=button]:hover, input[type=submit]:hover {
    background-color: #2fa9ce;
    color: #fff
}

input[type=button]:disabled, input[type=submit]:disabled {
    background-color: grey
}

a:focus, a:hover {
    outline: 0
}

a:focus {
    text-decoration: none;
    color: #000
}

.list-inline, .list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-unstyled li {
    margin-left: 0;
}

.list-inline li {
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

body, html {
    height: 100%
}

body {
    background: #fff;
    font-size: 14px;
    position: relative;
    line-height: 21px;
    font-family: "PT Serif", Verdana, Geneva, sans-serif;
    color: #000;
    visibility: visible !important;
    margin: 0
}

.wrapper {
    padding-bottom: 40px
}

.scroll-up {
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    -webkit-transform: translate3d(0, 70px, 0);
    -ms-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.55, 0, .1, 1);
    -o-transition: transform .4s cubic-bezier(.55, 0, .1, 1);
    transition: transform .4s cubic-bezier(.55, 0, .1, 1);
    transition: transform .4s cubic-bezier(.55, 0, .1, 1), -webkit-transform .4s cubic-bezier(.55, 0, .1, 1);
    cursor: pointer;
    background-color: #2fa9ce
}

.scroll-up i {
    display: block;
    position: relative;
    top: 7px;
    width: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1
}

.scroll-up.scroll-up-visible {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mx_image_background {
    background-color: #f2f2f2
}

.td-visibility-hidden {
    visibility: hidden
}

.clearfix:after, .clearfix:before {
    content: " ";
    content: "";
    display: table;
    line-height: 0
}

.clearfix:after {
    clear: both
}

.td-display-none {
    display: none
}

.td-display-block {
    display: block
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    line-height: 40px;
    font-size: 2em;
    margin: .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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

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;
    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;
    -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 {
    margin: 0 2px;
    border: 1px solid silver;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

td, th {
    padding: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.td-category-grid, .td-main-content-wrap {
    background-color: #fff
}

.td-pb-row {
    margin-right: -24px;
    margin-left: -24px
}

.td-pb-row:after, .td-pb-row:before {
    content: "";
    display: table
}

.td-pb-row:after {
    clear: both
}

.td-pb-row [class*=td-pb-span] {
    display: block;
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px
}

.td-ss-main-sidebar, .td-ss-row .td-pb-span4 .wpb_wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.td-pb-span1 {
    width: 8.33333333%
}

.td-pb-span2 {
    width: 16.66666667%
}

.td-pb-span3 {
    width: 25%
}

.td-pb-span4 {
    width: 33.33333333%
}

.td-pb-span5 {
    width: 41.66666667%
}

.td-pb-span6 {
    width: 50%
}

.td-pb-span7 {
    width: 58.33333333%
}

.td-pb-span8 {
    width: 66.66666667%
}

.td-pb-span9 {
    width: 75%
}

.td-pb-span10 {
    width: 83.33333333%
}

.td-pb-span11 {
    width: 91.66666667%
}

.td-pb-span12 {
    width: 100%
}

.td-pb-row .td-pb-row .td-pb-span1 {
    width: 8.33333333%
}

.td-pb-row .td-pb-row .td-pb-span2 {
    width: 16.66666667%
}

.td-pb-row .td-pb-row .td-pb-span3 {
    width: 25%
}

.td-pb-row .td-pb-row .td-pb-span4 {
    width: 33.33333333%
}

.td-pb-row .td-pb-row .td-pb-span5 {
    width: 41.66666667%
}

.td-pb-row .td-pb-row .td-pb-span6 {
    width: 50%
}

.td-pb-row .td-pb-row .td-pb-span7 {
    width: 58.33333333%
}

.td-pb-row .td-pb-row .td-pb-span8 {
    width: 66.66666667%
}

.td-pb-row .td-pb-row .td-pb-span9 {
    width: 75%
}

.td-pb-row .td-pb-row .td-pb-span10 {
    width: 83.33333333%
}

.td-pb-row .td-pb-row .td-pb-span11 {
    width: 91.66666667%
}

.td-pb-row .td-pb-row .td-pb-span12 {
    width: 100%
}

.wpb_row {
    margin-bottom: 0
}

.vc_row .vc_inner .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.td-block-row {
    margin-left: -24px;
    margin-right: -24px
}

.td-block-row:after, .td-block-row:before {
    content: "";
    display: table
}

.td-block-row:after {
    clear: both
}

.td-block-row [class*=td-block-span] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px
}

.td-block-span4 {
    width: 33.33333333%
}

.td-block-span6 {
    width: 50%
}

.td-header-row {
    font-family: Roboto, Open Sans, arial, sans-serif
}

.td-header-row:after, .td-header-row:before {
    content: "";
    display: table
}

.td-header-row:after {
    clear: both
}

.td-header-row [class*=td-header-sp] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px
}

.td-header-sp-logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.td-main-menu-logo {
    display: none;
    float: left;
    margin-right: 10px;
    height: 48px
}

.td-main-menu-logo a {
    line-height: 48px
}

.td-main-menu-logo img {
    position: relative;
    max-height: 48px;
    padding: 0;
    vertical-align: middle
}

.td-visual-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0
}

.td-logo {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: inherit !important
}

.td-logo-in-header .td-sticky-disable.td-header-logo, .td-logo-in-header .td-sticky-disable.td-mobile-logo, .td-logo-in-header .td-sticky-header.td-mobile-logo {
    display: none
}

.td-logo-in-header .td-sticky-header.td-header-logo, .td-logo-in-header .td-sticky-mobile.td-mobile-logo {
    display: block
}

.td-logo-in-header .td-sticky-mobile.td-header-logo, .td-logo-in-menu .td-sticky-disable.td-mobile-logo {
    display: none
}

.td-logo-in-menu .td-sticky-disable.td-header-logo {
    display: block
}

.td-affix .td-logo-in-menu .td-sticky-disable.td-header-logo, .td-logo-in-menu .td-sticky-header.td-mobile-logo {
    display: none
}

.td-logo-in-menu .td-sticky-header.td-header-logo {
    display: block
}

.td-affix .td-logo-in-menu .td-sticky-mobile.td-header-logo, .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
    display: none
}

.td-affix .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
    display: block
}

.td-affix .td-logo-in-menu .td-main-logo {
    display: none
}

.td-affix .td-logo-in-menu.td-logo-sticky .td-main-logo {
    display: block
}

.td-header-menu-wrap.td-affix {
    position: fixed !important;
    z-index: 9999;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.admin-bar .td-header-menu-wrap.td-affix {
    top: 32px
}

.td-header-gradient:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -12px;
    width: 100%;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==)
}

.td-header-top-menu-full {
    position: relative;
    z-index: 9999
}

.td-banner-wrap-full {
    position: relative
}

@-moz-document url-prefix() {
    @media (min-width: 768px) {
        .td-header-style-12 .td-main-menu-logo a img, .td-header-style-5 .td-main-menu-logo a img, .td-header-style-6 .td-main-menu-logo a img {
            top: -1px
        }
    }
}

.td-header-style-4 .td-header-top-menu-full {
    background-color: #f9f9f9
}

.td-header-style-4 .td-main-menu-logo {
    display: block;
    margin: 0
}

.td-header-style-4 .td-main-menu-logo img {
    margin: 0 21px 0 0
}

.td-header-style-4 .td-header-sp-recs {
    width: 100%
}

.td-header-style-4 .td-header-sp-recs img {
    position: relative
}

.td-header-style-4 .td-header-sp-recs .adsbygoogle {
    display: block !important;
    position: relative
}

.td-header-style-4 .td-header-rec-wrap {
    min-height: 0
}

.td-header-style-4 .header-search-wrap .fa {
    color: #fff
}

.td-header-style-4 .td-header-menu-wrap-full {
    background-color: transparent !important
}

.td-header-style-4 .td-header-main-menu {
    background-color: #151515
}

.td-header-style-4 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-4 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-4 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-4 .black-menu .sf-menu > .sfHover > a, .td-header-style-4 .black-menu .sf-menu > li > a:hover {
    background-color: #2fa9ce
}

.td-header-style-4 .sf-menu > li > a {
    color: #fff
}

.td-header-style-4 .sf-menu > li > a:after {
    display: none
}

.td-header-style-4 .td-affix {
    background-color: transparent !important
}

.td-header-style-4 .td-affix .td-header-main-menu {
    background-color: #151515
}

.td_category_template_2 .td-header-style-4, .td_category_template_5 .td-header-style-4 {
    border-bottom: 1px solid #f2f2f2
}

.td-header-style-4 .td-header-menu-wrap {
    background-color: #151515 !important
}

.td-full-layout .td-header-style-4 .td-main-menu-logo {
    display: block;
    margin: 0
}

.td-full-layout .td-header-style-4 .td-main-menu-logo img {
    margin: 0 21px
}

.td-full-layout .td-header-style-4 .td-no-subcats .td-mega-span:first-child {
    margin-left: 17px
}

.td-full-layout .td-header-style-4 .td-mega-menu ul {
    left: 0 !important;
    width: 1068px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none
}

.td-full-layout .td-header-style-4 .td-mega-menu .td-next-prev-wrap {
    margin: 0 0 18px 18px
}

.td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
    width: 208px;
    padding-top: 18px
}

.td-full-layout .td-header-style-4 .td_mega_menu_sub_cats a {
    padding: 5px 18px
}

.td-full-layout .td-header-style-4 .block-mega-child-cats {
    max-height: 216px
}

.td-full-layout .td-header-style-4 .td-mega-row {
    padding: 18px 0 12px
}

.td-full-layout .td-header-style-4 .td-mega-span {
    width: 192px;
    min-height: 199px;
    margin-left: 18px
}

.td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
    min-height: 132px
}

.sf-menu, .sf-menu li, .sf-menu ul {
    margin: 0;
    list-style: none
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
    background-color: #fff
}

.sf-menu ul li {
    width: 100%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    float: left;
    position: relative
}

.sf-menu li .td-only-icon {
    margin-right: 0
}

.sf-menu .td-menu-item > a {
    display: block;
    position: relative
}

.sf-menu li.sfHover ul, .sf-menu li:hover ul {
    z-index: 99;
    top: auto;
    left: 0
}

ul.sf-menu li.sfHover li ul, ul.sf-menu li:hover li ul {
    top: -999em
}

ul.sf-menu li li.sfHover ul, ul.sf-menu li li:hover ul {
    top: 0 !important;
    left: 10em
}

ul.sf-menu li li.sfHover li ul, ul.sf-menu li li:hover li ul {
    top: -999em
}

.sf-menu .current-category-ancestor, .sf-menu .current-menu-ancestor, .sf-menu .current-menu-item {
    z-index: 0
}

.td-no-down-arrow > a .sf-sub-indicator {
    display: none
}

.sf-menu > li > a {
    padding: 0 14px;
    line-height: 48px;
    text-transform: capitalize;
    color: #000;
    -webkit-backface-visibility: hidden;
    font-family: Roboto, Sans-Serif;
    font-size: 12px;
    text-transform: uppercase
}

.sf-menu .menu_icon {
    position: relative;
    top: 13px;
    float: left
}

.sf-menu .sub-menu .menu_icon {
    top: 0
}

.sf-menu .menu_hidden {
    display: none !important
}

.sf-menu > .current-category-ancestor > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-menu-item > a, .sf-menu > .sfHover > a, .sf-menu > li > a:hover {
    background-color: transparent;
    z-index: 999
}

.sf-menu > li > a:after, .td-affix .sf-menu > .current-category-ancestor > a, .td-affix .sf-menu > .current-menu-ancestor > a, .td-affix .sf-menu > .current-menu-item > a, .td-affix .sf-menu > .sfHover > a, .td-affix .sf-menu > li > a:hover {
    background-color: transparent
}

.sf-menu > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.sf-menu > .current-category-ancestor > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-menu-item > a:after, .sf-menu > .sfHover > a:after, .sf-menu > li:hover > a:after {
    background-color: #2fa9ce
}

.td-normal-menu ul {
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .2)
}

.sf-menu ul .td-menu-item > a {
    padding: 7px 14px 8px;
    font-size: 13px;
    color: #111
}

.sf-menu ul .td-menu-item > a .fa {
    font-size: 1em;
    position: relative;
    top: -1px;
    width: 20px;
    margin-right: 5px;
    text-align: center
}

.sf-menu ul .current-category-ancestor > a, .sf-menu ul .current-menu-ancestor > a, .sf-menu ul .current-menu-item > a, .sf-menu ul .sfHover > a, .sf-menu ul .td-menu-item > a:hover {
    color: #fff;
    background-color: #2fa9ce
}

.sf-menu a:active, .sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover, .sf-menu li:hover {
    outline: 0
}

.sf-menu .fa {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    padding-left: 7px;
    font-size: 14px
}

.td-mega-grid .td-next-prev-wrap .fa {
    padding-left: 0 !important
}

.sf-menu .sub-menu {
    -webkit-backface-visibility: hidden
}

.sf-menu .td-menu-badge {
    position: relative;
    top: -1px;
    padding: 0 4px 1px;
    font-size: 10px;
    background-color: #222;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 6px;
    line-height: 1
}

.sf-menu a.sf-with-ul {
    padding-right: 31px;
    min-width: 1px
}

.td-mega-menu {
    position: static !important
}

.td-mega-menu ul {
    display: none;
    position: absolute;
    left: -23px !important;
    width: 1114px !important;
    height: auto;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.td-mega-menu .td_block_mega_menu .td-next-prev-wrap {
    margin-left: 22px;
    margin-bottom: 22px
}

.td-mega-menu-page .td-mega-grid {
    padding: 22px
}

.td-mega-menu-page .td-mega-grid .td_block_wrap {
    padding-bottom: 26px
}

.td-mega-menu-page .wpb_content_element {
    clear: both
}

.td-mega-menu-page .wpb_content_element .td_block_wrap .td-pulldown-filter-display-option {
    display: none
}

.td-mega-menu-page .wpb_content_element .widgettitle:after {
    width: 1200px
}

.td-mega-menu-page .wpb_content_element ul {
    display: inline-block !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    border: none !important;
    margin-left: 0 !important
}

.td-mega-menu-page .wpb_content_element ul, .td-mega-menu-page .wpb_content_element ul li {
    webkit-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.td-mega-menu-page .wpb_content_element ul li {
    float: none !important;
    width: auto !important;
    line-height: 30px !important;
    margin-left: 0;
    padding: 0 !important;
    list-style-type: disc !important;
    list-style-position: inside
}

.td-mega-menu-page .wpb_content_element ul li ul {
    opacity: 1 !important;
    margin-top: 4px !important;
    margin-left: 21px !important;
    padding-bottom: 0 !important
}

.td-mega-menu-page .wpb_content_element ul li ul li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.td-mega-menu-page .wpb_content_element ul li a {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    line-height: 26px !important;
    color: #222 !important
}

.td-mega-menu-page .wpb_content_element ul li a i {
    display: none
}

.td-mega-menu-page .wpb_content_element ul li a:hover {
    background-color: transparent !important;
    color: #2fa9ce !important
}

.td-mega-menu-page .vc_wp_custommenu ul li {
    padding: 5px 0 !important;
    border-top: 1px dashed #ededed;
    list-style-type: none !important
}

.td-mega-menu-page .vc_wp_custommenu ul li:first-child {
    border: none
}

.td-mega-menu-page .vc_wp_custommenu ul li:last-child {
    border-bottom: 1px dashed #ededed
}

.td-mega-menu-page .vc_wp_custommenu ul li li {
    border-top: 1px dashed #ededed !important
}

.td_block_mega_menu {
    display: table;
    width: 100%;
    padding-bottom: 0 !important
}

.td_mega_menu_sub_cats {
    display: table-cell;
    position: relative;
    width: 218px;
    max-width: 218px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    padding-top: 22px;
    background-color: #fafafa
}

.td_mega_menu_sub_cats:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #eaeaea
}

.td_mega_menu_sub_cats a {
    display: block;
    position: relative;
    padding: 5px 22px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.td_mega_menu_sub_cats .cur-sub-cat {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

.td_mega_menu_sub_cats .cur-sub-cat:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff
}

.block-mega-child-cats {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 252px;
    -webkit-overflow-scrolling: touch
}

.td-mega-row {
    display: table-cell;
    padding: 22px 0 16px
}

.td-mega-span {
    width: 196px;
    min-height: 202px;
    float: left;
    margin-left: 22px
}

.td-mega-span .td-module-thumb {
    position: relative;
    margin-bottom: 0
}

.td-mega-span .entry-thumb {
    min-height: 135px
}

.td-mega-span h3 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
    margin: 7px 0 0;
    line-height: 20px
}

.td-mega-span h3 a {
    color: #333;
    display: block;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

#td-header-search {
    width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #e1e1e1
}

.header-search-wrap #td-header-search-button, .header-search-wrap #td-header-search-button-mob {
    display: block;
    position: relative
}

.header-search-wrap #td-header-search-button-mob {
    display: none
}

.header-search-wrap .fa {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 19px;
    line-height: 48px;
    color: #fff;
    text-align: center
}

.header-search-wrap .td-drop-down-search {
    display: none;
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    width: 342px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.header-search-wrap .td-drop-down-search .btn {
    position: absolute;
    right: 20px;
    min-width: 67px;
    height: 32px;
    margin: 0 !important;
    padding: 7px 15px 8px;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    line-height: 17px;
    text-shadow: none;
    vertical-align: top
}

.header-search-wrap .td-drop-down-search .btn:hover {
    background-color: #2fa9ce
}

.header-search-wrap .td-drop-down-search:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px;
    border-color: transparent transparent #2fa9ce
}

.header-search-wrap .td-drop-down-search:after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    width: 100%;
    height: 4px;
    background-color: #2fa9ce
}

.header-search-wrap .td_module_mx2 .entry-title a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.header-search-wrap .td-post-category {
    position: relative;
    z-index: 2
}

.header-search-wrap .td-post-category:hover {
    background-color: #2fa9ce;
    color: #fff !important
}

.header-search-wrap .td-drop-down-search-open {
    display: block
}

.header-search-wrap .td-search-form {
    margin: 20px
}

.header-search-wrap .result-msg {
    text-align: center;
    padding: 4px 0 6px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #222;
    font-style: italic
}

.header-search-wrap .result-msg a {
    color: #222;
    display: block
}

.header-search-wrap .td-aj-search-results {
    background-color: #fdfdfd;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 10px 0
}

.header-search-wrap .td-aj-search-results .item-details {
    margin: 10px 20px 10px 115px
}

.header-search-wrap .td-aj-search-results .td-module-meta-info time {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    opacity: .5;
    color: #1c1c21;
    text-transform: uppercase
}

.header-search-wrap .td-aj-search-results .td-module-thumb {
    top: 10px;
    margin-left: 20px
}

.header-search-wrap .td_module_mx2 {
    padding: 0
}

.header-search-wrap .no-result {
    background-color: #fdfdfd;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.header-search-wrap .meta-info {
    line-height: 14px
}

.header-search-wrap .td-aj-cur-element {
    background-color: #f0f0f0
}

.td-demo-multicolumn-2 .sub-menu {
    padding: 14px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.td-menu-mob-open-menu {
    overflow: hidden
}

.td-menu-mob-open-menu .td-demo-multicolumn-2 .sub-menu {
    padding: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.td-menu-mob-open-menu .td-demo-menuitem-hide {
    display: none
}

.td-demo-menuitem-hide {
    visibility: hidden
}

.td-header-top-menu {
    font-size: 11px
}

.td-header-top-menu .fa {
    text-align: center;
    min-width: 13px !important;
    margin-right: 3px
}

.td_data_time {
    display: inline-block;
    margin: 0 50px 0 8px;
    font-family: Roboto, Sans-Serif;
    font-size: 12px;
    color: #fff;
    opacity: .5
}

.menu-top-container {
    display: inline-block;
    margin-right: 16px
}

.top-header-menu {
    display: inline-block;
    margin: 0;
    list-style: none
}

.top-header-menu li {
    display: inline-block;
    position: relative;
    margin-left: 0
}

.top-header-menu li li {
    width: 100%
}

.top-header-menu li a {
    margin-right: 16px;
    line-height: 1
}

.top-header-menu .avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -1px
}

.top-header-menu .td-icon-menu-down {
    padding-left: 6px;
    font-size: 8px;
    position: relative;
    top: -1px
}

.top-header-menu .td-icon-logout {
    font-size: 10px;
    position: relative;
    top: 1px;
    margin-right: 2px
}

.top-header-menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 26px;
    left: -10px;
    background-color: #222
}

.top-header-menu .sub-menu a {
    display: block;
    margin: 0 10px;
    white-space: nowrap;
    line-height: 28px
}

.top-header-menu .td-mega-menu .td-icon-menu-down, .top-header-menu ul .td-icon-menu-down {
    display: none
}

.top-header-menu .td-mega-menu ul, .top-header-menu ul ul {
    display: none !important
}

.td-social-icon-wrap > a {
    display: inline-block;
    text-align: center
}

.td-social-icon-wrap .fa {
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 26px
}

.td_module_mx2 {
    padding: 14px 0;
    border-bottom: 1px dashed #fff
}

.td_module_mx2:after, .td_module_mx2:before {
    content: "";
    display: table;
    line-height: 0
}

.td_module_mx2:after {
    clear: both
}

.td_module_mx2 .entry-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 5px
}

.td_module_mx2 .entry-thumb {
    width: 86px;
    height: 86px;
    -o-object-fit: cover;
    object-fit: cover
}

.td_module_mx2 .td-module-thumb {
    position: absolute;
    margin-bottom: 0
}

.td_module_mx2 .item-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    min-height: 90px;
    margin: 0 0 0 100px
}

.td_module_mx2 .item-details:first-child {
    margin-bottom: 0
}

#td-top-mobile-toggle {
    display: none
}

#td-top-mobile-toggle a {
    display: inline-block
}

#td-top-mobile-toggle i {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 0;
    font-size: 26px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    opacity: .5
}

.admin-bar #td-mobile-nav {
    padding-top: 32px
}

.td-menu-background {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 113%;
    -webkit-transform: translate3d(-200%, 0, 0);
    -ms-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    visibility: hidden
}

.td-menu-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .98;
    background: #333145
}

#td-mobile-nav {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: -1%;
    width: 100%;
    padding: 0;
    -webkit-transform: translate3d(-99%, 0, 0);
    -ms-transform: translate3d(-99%, 0, 0);
    transform: translate3d(-99%, 0, 0);
    visibility: hidden;
    font-family: -apple-system, \.SFNSText-Regular, San Francisco, Roboto, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
    height: 1px;
    overflow: hidden
}

#td-mobile-nav .td_display_err {
    display: none;
    position: relative;
    margin: -9px -30px 24px;
    border: none;
    padding: 12px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .06)
}

#td-mobile-nav input:invalid {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.td-js-loaded #td-mobile-nav, .td-js-loaded .td-menu-background {
    visibility: visible;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.79, .14, .15, .86);
    transition: transform .5s cubic-bezier(.79, .14, .15, .86);
    -o-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
    transition: transform .5s cubic-bezier(.79, .14, .15, .86), -webkit-transform .5s cubic-bezier(.79, .14, .15, .86)
}

#td-mobile-nav .td-menu-socials {
    height: 60px;
    overflow: hidden;
    padding: 0 65px 0 10px
}

#td-mobile-nav .td-social-icon-wrap {
    display: inline-block;
    margin: 20px 2px 0 0
}

#td-mobile-nav .td-social-icon-wrap i {
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    font-size: 13px;
    line-height: 32px;
    color: #fff
}

.td-mobile-close {
    display: block;
    opacity: .5
}

.td-mobile-close .td-icon-close-mobile {
    display: block;
    position: relative;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: normal;
    font-size: 21px;
    color: #fff
}

.td-mobile-close .td-icon-close-mobile:after, .td-mobile-close .td-icon-close-mobile:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background: #fff
}

.td-mobile-close .td-icon-close-mobile:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.td-mobile-close .td-icon-close-mobile:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.td-mobile-close .td-icon-close-mobile:hover:after, .td-mobile-close .td-icon-close-mobile:hover:before {
    background: #2fa9ce
}

.td-mobile-content {
    padding: 0
}

.td-mobile-container {
    padding-bottom: 20px;
    position: relative
}

.td-mobile-content .fa {
    display: inline-block;
    position: relative;
    top: -1px;
    min-width: 22px !important;
    text-align: center
}

.td-mobile-content .sub-menu .fa {
    margin-right: 5px;
    min-width: 16px !important;
    font-size: 13px
}

.td-mobile-content ul {
    list-style: none;
    padding: 0
}

.td-mobile-content li {
    float: none;
    margin-left: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.td-mobile-content li a {
    display: block;
    line-height: 21px;
    color: #fff;
    margin-left: 0;
    padding: 25px 0;
    font-size: 18px;
    font-weight: 500
}

.td-mobile-content .td-icon-menu-right {
    position: absolute;
    z-index: 1000;
    top: 6px;
    right: 20px;
    padding: 6px 12px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    cursor: pointer;
    font-size: 22px;
    float: right;
    color: #fff;
    -webkit-transform-origin: 50% 48% 0;
    -ms-transform-origin: 50% 48% 0;
    transform-origin: 50% 48% 0
}

.td-mobile-content .td-icon-menu-right:before {
    content: "\f107";
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.td-mobile-content .td-sub-menu-open > a i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.td-mobile-content .td-sub-menu-open > ul {
    display: block;
    max-height: 2000px;
    opacity: .9
}

.td-mobile-content .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
    transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1)
}

.td-mobile-content .sub-menu .td-icon-menu-right {
    top: 8px;
    right: -2px;
    font-size: 11px;
    color: #fff
}

.td-mobile-content .sub-menu a {
    line-height: 19px;
    font-size: 16px;
    font-weight: 400
}

.td-mobile-content .sub-menu .sub-menu a {
    padding-left: 55px !important
}

.td-mobile-content .sub-menu .sub-menu .sub-menu a {
    padding-left: 74px !important
}

.td-mobile-content .menu_icon {
    display: none
}

.td-mobile-content .menu-item-has-children a {
    z-index: 1;
    width: 100%
}

.td-menu-mob-open-menu, .td-mobile-content .td-link-element-after {
    position: relative
}

.td-menu-mob-open-menu #wpadminbar {
    position: fixed !important
}

.td-menu-mob-open-menu #td-outer-wrap {
    position: fixed;
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

.td-menu-mob-open-menu #td-mobile-nav {
    left: 0;
    height: 100%;
    overflow: auto
}

.td-menu-mob-open-menu #td-mobile-nav, .td-menu-mob-open-menu .td-menu-background {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.td-menu-mob-open-menu.admin-bar #td-mobile-nav {
    padding-top: 0
}

.td-post-category {
    display: block;
    padding: 3px 6px 4px;
    font-family: Open Sans, arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222;
    color: #fff;
    margin-right: 5px;
    vertical-align: top
}

.td-module-meta-info .td-post-category {
    display: inline-block
}

.td-module-meta-info time {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    opacity: .5;
    color: #fff;
    text-transform: uppercase
}

.td-mobile-container {
    opacity: 1;
    -webkit-transition: .5s .5s;
    -o-transition: .5s .5s;
    transition: .5s .5s
}

.td-hide-menu-content .td-mobile-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.td-hide-menu-content .td-mobile-content {
    display: none
}

#td-mobile-nav .td-login-animation {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: .5s .5s;
    -o-transition: .5s .5s;
    transition: .5s .5s;
    opacity: 0
}

#td-mobile-nav .td-login-hide {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden !important
}

#td-mobile-nav .td-login-show {
    visibility: visible !important;
    opacity: 1
}

#td-mobile-nav .td-menu-login-section {
    display: none;
    list-style: none;
    position: relative
}

#td-mobile-nav .td-menu-login-section .td-logged-wrap {
    height: 60px;
    line-height: 60px
}

#td-mobile-nav .td-menu-login-section a {
    color: #fff
}

#td-mobile-nav .td-menu-avatar {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0
}

#td-mobile-nav .td-menu-avatar .td-avatar-container {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, .1);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .1)
}

#td-mobile-nav .td-menu-avatar .avatar {
    position: absolute;
    right: -9999px;
    left: -9999px;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0 auto
}

#td-mobile-nav .td-menu-username {
    height: 60px;
    overflow: hidden;
    margin: 0 100px 0 95px;
    font-size: 20px;
    font-weight: 700
}

#td-mobile-nav .td-menu-logout {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0
}

#td-mobile-nav .td-menu-logout a {
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 7px 14px;
    background-color: rgba(255, 255, 255, .03);
    font-size: 14px;
    font-weight: 700
}

#td-mobile-nav .td-guest-wrap {
    height: 40px;
    text-align: center
}

#td-mobile-nav .td-guest-wrap .td-menu-avatar {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    vertical-align: middle;
    margin-right: 15px
}

#td-mobile-nav .td-guest-wrap .td-menu-avatar .td-avatar-container {
    width: 40px;
    height: 40px
}

#td-mobile-nav .td-guest-wrap .td-menu-login {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle
}

#td-mobile-nav .td-guest-wrap .td-menu-login span {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 1px;
    height: 20px;
    margin: 0 13px;
    background-color: #fff;
    line-height: 20px;
    opacity: .3
}

#td-mobile-nav .td-guest-wrap .td-menu-login a {
    cursor: pointer
}

#td-mobile-nav .td-register-section {
    display: none;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    color: #fff
}

#td-mobile-nav .td-register-section a {
    color: #fff;
    text-align: center
}

#td-mobile-nav .td-register-section a i {
    line-height: 74px;
    width: 74px;
    font-size: 45px
}

#td-mobile-nav .td-register-section .td-icon-read-down {
    width: 74px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 23px;
    line-height: 74px
}

#td-mobile-nav .td-register-section .td-login-input {
    position: relative;
    height: 40px;
    margin: 18px 0;
    border: 0;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    background: 0 0;
    outline: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#td-mobile-nav .td-register-section .td-login-input:focus ~ label, #td-mobile-nav .td-register-section .td-login-input:valid ~ label {
    top: -6px;
    font-size: 14px;
    opacity: .4
}

#td-mobile-nav .td-register-section .td-login-form-wrap {
    padding: 0 30px
}

#td-mobile-nav .td-register-section .td-login-button {
    display: block;
    width: 100%;
    margin: 17px 0 15px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    color: #000;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .36);
    box-shadow: 0 0 8px rgba(0, 0, 0, .36);
    font-size: 17px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    opacity: .8;
    text-shadow: none
}

#td-mobile-nav .td-register-section .td-login-info-text {
    text-align: center;
    margin-bottom: 20px
}

#td-mobile-nav .td-login-title {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 74px;
    overflow: hidden;
    padding: 0 50px;
    text-align: center;
    line-height: 74px;
    text-transform: uppercase;
    font-size: 17px
}

#td-mobile-nav .td-login-panel-title {
    text-align: center;
    font-size: 16px;
    padding: 30px 10px;
    line-height: 26px
}

#td-mobile-nav .td-login-panel-title span {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px
}

.td-search-wrap-mob {
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0;
    text-align: center;
    visibility: hidden;
    color: #fff;
    font-family: -apple-system, \.SFNSText-Regular, San Francisco, Roboto, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif
}

.td-search-wrap-mob .td-drop-down-search {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.td-search-wrap-mob #td-header-search-mob {
    height: 40px;
    margin: 8px 0;
    border: 0;
    padding: 0;
    color: #c6c6c7;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    background: 0 0;
    outline: 0;
    text-align: center
}

.td-search-wrap-mob .td-search-input {
    position: relative;
    margin: 0 5%
}

.td-search-wrap-mob .td-search-input span {
    opacity: .8;
    font-size: 12px
}

.td-search-wrap-mob .td-search-input:after, .td-search-wrap-mob .td-search-input:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .2
}

.td-search-wrap-mob .td-search-input:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s .8s;
    -o-transition: transform .5s .8s;
    transition: transform .5s .8s, -webkit-transform .5s .8s;
    opacity: .8
}

.td-search-wrap-mob .td_module_wrap {
    text-align: left;
    height: 114px
}

.td-search-wrap-mob .td_module_wrap .entry-title {
    display: -webkit-box;
    height: auto;
    overflow: hidden;
    margin: 0 0 15px;
    font-family: "PT Serif", sans-serif;
    font-size: 16px !important;
    color: #fff;
    line-height: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400 !important;
    background: 0 0 !important;
    clear: none
}

.td-search-wrap-mob .td_module_wrap .entry-title a, .td-search-wrap-mob .td_module_wrap:hover .entry-title a {
    color: #fff
}

.td-search-wrap-mob .td-post-date {
    color: #ddd;
    opacity: .8
}

.td-search-wrap-mob .td-search-form {
    margin-bottom: 30px
}

.td-search-wrap-mob .td-aj-search-results {
    margin: 0 5%;
    text-align: left
}

.td-search-wrap-mob .td-module-thumb {
    top: auto;
    left: auto
}

.td-search-wrap-mob .result-msg {
    height: 50px;
    margin: 30px 5%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #2ea9ce
}

.td-search-wrap-mob .result-msg a {
    display: block;
    width: 100%;
    margin: 10px 0 40px;
    border: none;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.td-search-background {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 113%;
    -webkit-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: .5s cubic-bezier(.79, .14, .15, .86);
    -o-transition: .5s cubic-bezier(.79, .14, .15, .86);
    transition: .5s cubic-bezier(.79, .14, .15, .86);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    visibility: hidden
}

.td-search-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .98;
    background: #333145
}

.td-search-close {
    text-align: left;
    z-index: 1000
}

.td-search-close .td-icon-close-mobile {
    display: inline-block;
    position: relative;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    line-height: 70px;
    font-size: 21px;
    color: #fff;
    opacity: .5
}

.td-search-close .td-icon-close-mobile:after, .td-search-close .td-icon-close-mobile:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background: #fff
}

.td-search-close .td-icon-close-mobile:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.td-search-close .td-icon-close-mobile:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.td-search-close .td-icon-close-mobile:hover:after, .td-search-close .td-icon-close-mobile:hover:before {
    background: #e9ed6c
}

.td-search-opened {
    position: relative;
    overflow: hidden
}

.td-search-opened #wpadminbar {
    position: fixed !important
}

.td-search-opened #td-outer-wrap {
    position: fixed;
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

.td-search-opened .td-search-wrap-mob .td-drop-down-search {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s .3s;
    -o-transition: .5s .3s;
    transition: .5s .3s
}

.td-search-opened .td-search-background {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible
}

.td-search-opened .td-search-input:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.td-search-opened.admin-bar .td-search-wrap-mob {
    padding-top: 0
}

.td-menu-background:before, .td-search-background:before {
    background: rgba(0, 0, 0, .8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 100%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr="rgba(0,0,0,.8)", endcolorstr="rgba(0,0,0,.8)", gradienttype=0);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="rgba(0, 0, 0, .8)", endcolorstr="rgba(0, 0, 0, .8)", gradienttype=0)
}

.td-menu-background, .td-search-background {
    background-image: url(images/10-1.jpg)
}

.admin-bar .td-search-wrap-mob {
    padding-top: 32px
}

#td-mobile-nav label {
    position: absolute;
    top: 26px;
    left: 10px;
    font-size: 17px;
    color: #fff;
    opacity: .6;
    pointer-events: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.td-login-inputs {
    position: relative
}

.td-header-style-8 .td-header-top-menu, .td-header-style-8 .td-header-top-menu a, .td-header-top-menu, .td-header-top-menu a, .td-header-wrap .td-header-top-menu-full .td-header-top-menu, .td-header-wrap .td-header-top-menu-full a {
    color: #fff
}

.td-header-sp-top-menu .td_data_time, .td-weather-top-widget .td-weather-header .td-weather-city, .td-weather-top-widget .td-weather-now .td-big-degrees, .top-header-menu > li > a {
    line-height: 27px
}

.trending-now {
    position: relative;
    z-index: 1;
    margin: 24px 0 26px;
    border: 1px solid #eaeaea;
    padding: 20px
}

.trending-now:hover .trending-now-title {
    background-color: #2fa9ce
}

.td-next-prev-wrap {
    position: relative;
    clear: both
}

.td-next-prev-wrap a {
    display: inline-block;
    margin-right: 7px;
    width: 26px;
    height: 26px;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    color: #c6c6c7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    opacity: .5
}

.td-next-prev-wrap a:hover {
    background-color: #2fa9ce;
    border-color: #2fa9ce;
    color: #fff
}

.td-next-prev-wrap .ajax-page-disabled {
    opacity: .5
}

.td-module-image {
    position: relative
}

.td-module-image .td-post-category {
    position: absolute;
    bottom: 0
}

.td-module-image .td-post-category:hover {
    color: #fff;
    background-color: #2fa9ce
}

.td_ajax_load_more {
    display: inline-block;
    border: 1px solid #c9c9c9;
    padding: 8px 10px;
    font-family: Open Sans, arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    vertical-align: middle
}

.td_ajax_load_more i {
    font-size: 8px;
    margin-left: 6px;
    position: relative;
    top: 0
}

.td_ajax_load_more.ajax-page-disabled {
    visibility: hidden !important
}

@-moz-document url-prefix() {
    .td-next-prev-wrap a {
        line-height: 23px
    }
    .td_ajax_load_more {
        padding: 7px 10px 9px
    }
}

.td-load-more-wrap {
    text-align: center;
    clear: both
}

.td-load-more-wrap a {
    color: #a5a5a5
}

.load-more-infinite-wrap, .td-load-more-infinite-wrap {
    display: none
}

.site-content-wrapper, .wrapper {
    position: relative;
    z-index: 1
}

.td-menu-mob-open-menu .wrapper, .td-search-opened .wrapper {
    position: relative;
    top: 55px;
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

.top-bar-style-1 .td-header-sp-top-widget {
    float: right;
    display: block;
    min-height: 1px;
    text-align: right;
    padding: 2px 0 !important
}

.td-header-wrap .td-header-sp-top-widget .fa {
    color: #fff
}

.td-header-sp-top-widget .td-social-icon-wrap .fa {
    line-height: 27px
}

#cancel-comment-reply-link:hover, #td-mobile-nav .td-menu-login-section a:hover, #td-mobile-nav .td-menu-socials-wrap a:hover i, #td-mobile-nav .td-register-section a:hover, .author-box-wrap .td-author-social a:hover, .comment-content blockquote p, .comment-reply-link:hover, .dropcap2, .dropcap3, .footer-social-wrap a:hover, .footer-text-wrap .footer-email-wrap a, .header-search-wrap .result-msg a:hover, .logged-in-as a:hover, .mce-content-body blockquote p, .mfp-content .td-login-wrap .td-login-info-text a:hover, .td-author-name a:hover, .td-author-url a:hover, .td-category-header .td-pulldown-category-filter-link:hover, .td-category-siblings .td-subcat-dropdown a.td-current-sub-category, .td-category-siblings .td-subcat-dropdown a:hover, .td-header-sp-top-widget .td-social-icon-wrap a:hover, .td-instagram-user a, .td-mega-span h3 a:hover, .td-mobile-content .current-category-ancestor > a, .td-mobile-content .current-menu-ancestor > a, .td-mobile-content .current-menu-item > a, .td-page-content blockquote p, .td-post-content blockquote p, .td-post-next-prev-content a:hover, .td-post-template-11 .td-related-title .td-cur-simple-item, .td-post-template-11 .td-related-title .td-related-left:hover, .td-post-template-11 .td-related-title .td-related-right:hover, .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover, .td-search-close a:hover i, .td-search-query, .td-smart-list-dropdown-wrap .td-smart-list-button:hover, .td-social-icon-wrap > a:hover, .td-subcat-filter .td-subcat-dropdown a:hover, .td-subcat-filter .td-subcat-list a:hover, .td-subfooter-menu li a:hover, .td_block_text_with_title blockquote p, .td_mega_menu_sub_cats .cur-sub-cat, .td_mod_mega_menu:hover .entry-title a, .td_mod_related_posts:hover h3 > a, .td_module_17 .td-read-more a:hover, .td_module_18 .td-read-more a:hover, .td_module_19 .td-post-author-name a:hover, .td_module_wrap:hover .entry-title a, .td_quote_on_blocks, .td_top_authors .td-active .td-authors-name a, .td_top_authors .td_mod_wrap:hover .td-authors-name a, .top-header-menu .current-category-ancestor > a, .top-header-menu .current-menu-ancestor > a, .top-header-menu .current-menu-item > a, .top-header-menu li a:hover, .widget a:hover, .widget_calendar tfoot a:hover, .widget_display_replies .bbp-author-name, .widget_display_topics .bbp-author-name, .wpb_text_column blockquote p, a, a.vc_btn-black:hover, cite a:hover {
    color: #2fa9ce
}

.td-trending-now-wrapper {
    position: relative;
    max-width: 1140px;
    height: 25px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.td-trending-now-wrapper .td-next-prev-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin-bottom: 0
}

.td-trending-now-wrapper:hover .td-trending-now-title {
    background-color: #2fa9ce
}

.td-trending-now-wrapper .td-trending-now-nav-right {
    padding-left: 2px
}

.td-trending-now-title {
    display: inline-block;
    padding: 2px 14px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background-color: #2fa9ce;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    line-height: 22px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%)
}

.td-trending-now-display-area {
    display: inline-block;
    height: 25px;
    padding: 0 0 0 15px;
    vertical-align: top
}

.td-trending-now-display-area .entry-title {
    font-family: "PT Serif", sans-Serif;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    color: #1c1c21;
    font-weight: 400
}

.td-trending-now-post {
    opacity: 0;
    position: absolute;
    padding-right: 119px;
    height: 25px;
    overflow: hidden
}

.td-trending-now-post:first-child {
    z-index: 1;
    opacity: 1
}

.td-next-prev-wrap .td-trending-now-nav-right {
    margin-right: 0
}

.td-main-page-wrap > .td-container > .td-pb-row:first-child > .wpb_column > .wpb_wrapper > .td_block_trending_now {
    position: relative;
    z-index: 1;
    padding: 0 0 24px;
    margin-top: -24px
}

.td-main-page-wrap > .td-container > .td-pb-row:first-child > .wpb_column > .wpb_wrapper > .td-trending-style2 {
    padding-bottom: 20px
}

.td-trending-style2 {
    width: 100%;
    max-width: 1140px;
    margin-bottom: 28px
}

.animated_xlong {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated_long {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes a {
    0% {
        opacity: .05;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes a {
    0% {
        opacity: .05;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: a;
    animation-name: a
}

.td_block_inner_overflow {
    overflow: hidden
}

@-webkit-keyframes b {
    0% {
        opacity: .05;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes b {
    0% {
        opacity: .05;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: b;
    animation-name: b
}

@-webkit-keyframes c {
    0% {
        opacity: 1
    }
    to {
        opacity: .1
    }
}

@keyframes c {
    0% {
        opacity: 1
    }
    to {
        opacity: .1
    }
}

.fadeOut_to_1 {
    -webkit-animation-name: c;
    animation-name: c
}

.td-lb-box {
    position: absolute;
    width: 19px;
    height: 19px
}

.td-lb-box-1 {
    top: 0;
    left: 0
}

.td-lb-box-2 {
    top: 0;
    left: 20px
}

.td-lb-box-3 {
    top: 0;
    left: 40px
}

.td-lb-box-4 {
    top: 20px;
    right: 0
}

.td-lb-box-5 {
    right: 0;
    bottom: 0
}

.td-lb-box-6 {
    bottom: 0;
    left: 20px
}

.td-lb-box-7 {
    bottom: 0;
    left: 0
}

.td-lb-box-8 {
    top: 20px;
    left: 0
}

.td-loader-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 59px;
    height: 59px;
    margin-top: -29.5px;
    margin-left: -29.5px;
    -webkit-transition: .4s cubic-bezier(.55, 0, .1, 1);
    -o-transition: .4s cubic-bezier(.55, 0, .1, 1);
    transition: .4s cubic-bezier(.55, 0, .1, 1)
}

.td_block_wrap {
    padding-bottom: 22px;
    position: relative;
    clear: both
}

.td_with_ajax_pagination, .with_ajax_pagination {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes d {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes d {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: d;
    animation-name: d
}

.td-loader-infinite {
    top: auto;
    bottom: 0
}

.td-loader-infinite .td-lb-box {
    position: absolute;
    width: 10px;
    height: 10px
}

.td-loader-infinite .td-lb-box-1 {
    top: 0;
    left: 0
}

.td-loader-infinite .td-lb-box-2 {
    top: 0;
    left: 11px
}

.td-loader-infinite .td-lb-box-3 {
    top: 0;
    left: 22px
}

.td-loader-infinite .td-lb-box-4 {
    top: 11px;
    right: 0
}

.td-loader-infinite .td-lb-box-5 {
    right: 0;
    bottom: 0
}

.td-loader-infinite .td-lb-box-6 {
    bottom: 0;
    left: 11px
}

.td-loader-infinite .td-lb-box-7 {
    bottom: 0;
    left: 0
}

.td-loader-infinite .td-lb-box-8 {
    top: 11px;
    left: 0
}

.td-loader-infinite.td-loader-gif {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px
}

.td-loader-blocks-load-more {
    top: auto;
    bottom: 10px
}

.td-loader-animation-start {
    -webkit-transform: perspective(600px) scale(.4);
    -ms-transform: perspective(600px) scale(.4);
    transform: perspective(600px) scale(.4);
    opacity: 0
}

.td-loader-animation-mid {
    -webkit-transform: perspective(600px) scale(1);
    -ms-transform: perspective(600px) scale(1);
    transform: perspective(600px) scale(1);
    opacity: 1
}

.td-loader-animation-end {
    opacity: 0
}

@-webkit-keyframes e {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes e {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: e;
    animation-name: e
}

@-webkit-keyframes f {
    0% {
        opacity: .05;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes f {
    0% {
        opacity: .05;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: f;
    animation-name: f
}

@-webkit-keyframes g {
    0% {
        opacity: .05;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes g {
    0% {
        opacity: .05;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: g;
    animation-name: g
}

.big-grid-latest {
    padding-bottom: 48px
}

.big-thumb-post {
    position: relative;
    overflow: hidden
}

.big-thumb-post:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.big-thumb-post .td-module-thumb {
    position: relative;
    height: 220px;
    overflow: hidden;
    background-color: #e5e5e5
}

.big-thumb-post .td-module-thumb a:not(.admin-edit):before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(0, 0, 0, .7)));
    background: -o-linear-gradient(top, transparent 40%, rgba(0, 0, 0, .7));
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .7))
}

.big-thumb-post .td-module-thumb .admin-edit {
    left: 15px
}

.big-thumb-post .td-module-thumb img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s
}

.big-thumb-post .big-thumb__meta {
    position: absolute;
    z-index: 1;
    bottom: 0;
    pointer-events: none;
    font-size: 27px;
    width: 80%;
    margin: 0 0 0 20px
}

.big-thumb-post .td-post-category {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px;
    padding: 3px 7px;
    line-height: 13px;
    pointer-events: auto;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    color: #fff;
    background-color: rgba(0, 0, 0, .7)
}

.big-thumb-post .entry-title {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700
}

.big-thumb-post .entry-title a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
}

.big-thumb-post .big-thumb__meta-info {
    z-index: 1;
    min-height: 0;
    margin: 11px 0 20px;
    font-family: Open Sans, arial, sans-serif;
    font-size: 11px;
    line-height: 1
}

.big-thumb-post .post-author-name {
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: 0
}

.big-thumb-post .post-author-name a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.big-thumb-post .post-author-name span {
    color: #fff;
    margin: 0 2px;
    font-weight: 400
}

.big-thumb-post .post-date {
    color: #fff;
    display: inline-block;
    position: relative;
    top: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.big-thumb-post:hover .td-post-category {
    background-color: #2fa9ce
}

.entry-thumb {
    display: block
}

.small-thumb-post {
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 3px
}

.small-thumb-post:hover .td-post-category {
    background-color: #2fa9ce
}

.small-thumb-post:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.small-thumb-post .td-module-thumb {
    position: relative;
    height: 110px;
    overflow: hidden;
    background-color: #e5e5e5
}

.small-thumb-post .td-module-thumb a:not(.admin-edit):before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    opacity: .6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(0, 0, 0, .7)));
    background: -o-linear-gradient(top, transparent 40%, rgba(0, 0, 0, .7));
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .7))
}

.small-thumb-post .td-module-thumb img {
    height: 100%;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s
}

.small-thumb-post .small-thumb__meta {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    bottom: 0;
    font-size: 16px;
    margin: 0 15px 11px
}

.small-thumb-post .td-post-category {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px;
    padding: 3px 7px;
    line-height: 13px;
    webkit-transition: background-color .3s ease;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.small-thumb-post .entry-title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    margin: 0
}

.small-thumb-post .entry-title a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
}

.small-thumb-post .small-thumb__meta-info {
    display: none
}

.td-subcat-filter {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    opacity: 0
}

.td-subcat-filter ul {
    margin: 0
}

.td-subcat-filter .td-display-filter {
    display: none !important
}

.td-subcat-filter .td-subcat-list {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px
}

.td-subcat-filter .td-subcat-list .td-subcat-item {
    display: inline-block;
    line-height: 1;
    margin-left: 30px
}

.td-subcat-filter .td-subcat-list a {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1
}

.td-subcat-filter .td-subcat-list a:hover {
    color: #2fa9ce
}

.td-subcat-filter .td-subcat-dropdown {
    display: inline-block;
    text-align: right
}

.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more i, .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more span {
    color: #000
}

.td-subcat-filter .td-subcat-dropdown:hover ul {
    display: block
}

.td-subcat-filter .td-subcat-dropdown .td-subcat-more {
    cursor: pointer;
    height: 30px;
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 3px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.td-subcat-filter .td-subcat-dropdown .td-subcat-more i {
    font-size: 12px;
    color: #777;
    margin-left: 12px;
    margin-right: 12px
}

.td-subcat-filter .td-subcat-dropdown ul {
    display: none;
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 0;
    padding: 6px 0 8px;
    list-style: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    border-width: 0 1px 1px;
    border-color: #ededed;
    border-style: solid
}

.td-subcat-filter .td-subcat-dropdown a {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #777;
    white-space: nowrap;
    display: block;
    line-height: 26px;
    padding-left: 21px;
    padding-right: 15px
}

.td-subcat-filter .td-subcat-dropdown a:hover {
    color: #2fa9ce
}

.td-subcat-filter .td-subcat-dropdown li {
    margin-left: 0
}

.td-subcat-filter .td-subcat-dropdown span {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1
}

@-moz-document url-prefix() {
    .td-trending-now-title {
        line-height: 21px
    }
    .td-subcat-filter .td-subcat-dropdown .td-subcat-more {
        height: 31px !important
    }
}

.td-js-loaded .td-subcat-filter {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.column_1-news-list .news-block-inner__item {
    margin-bottom: 40px;
    position: relative
}

.column_1-news-list .news-block-inner__item .td-module-thumb {
    position: absolute;
    top: 0;
    left: 0
}

.column_1-news-list .news-block-inner__item .td-module-thumb img {
    width: 100%;
    max-width: 170px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover
}

.column_1-news-list .news-block-inner__item .td-module-thumb > .entry-thumb {
    display: block;
    width: 218px;
    height: 150px
}

.column_1-news-list .news-block-inner__item .item-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 190px;
    height: 110px
}

.column_1-news-list .news-block-inner__item .entry-title {
    font-size: 16px;
    font-family: PT Serif, sans-serif;
    line-height: normal;
    font-weight: 400;
    color: #1c1c21;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.column_1-news-list .news-block-inner__item .entry-title a:hover {
    color: #2fa9ce
}

.column_1-news-list .news-block-inner__item .module-meta-info {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    opacity: .5;
    color: #1c1c21;
    text-transform: uppercase
}

.column_1-news-list .news-block-inner__item .td-post-category {
    font-family: Open Sans, arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222;
    color: #fff;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
    padding: 3px 6px 4px
}

.column_1-news-list .news-block-inner__item .td-post-category:hover {
    background-color: #2fa9ce
}

.column_1-news-list .news-block-inner__item .post-author-name {
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: 2px
}

.column_1-news-list .news-block-inner__item .post-author-name a {
    color: #000
}

.column_1-news-list .news-block-inner__item .post-author-name span {
    color: #ccc;
    font-weight: 400;
    margin: 0 2px
}

.column_1-news-list .news-block-inner__item .post-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px
}

.column_1-news-list .news-block-inner__item .excerpt {
    display: -webkit-box;
    font-size: 14px;
    color: #606060;
    overflow: hidden;
    font-family: Roboto, sans-serif;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.load-more-wrap {
    text-align: center;
    clear: both;
    margin-bottom: 26px
}

.ajax_load_more.ajax-page-disabled {
    visibility: hidden !important
}

.ajax_load_more i {
    display: none
}

.td-image-gradient-style7:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .3)), color-stop(18%, transparent), color-stop(28%, transparent), to(rgba(0, 0, 0, .8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .3) 0, transparent 18%, transparent 28%, rgba(0, 0, 0, .8));
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0, transparent 18%, transparent 28%, rgba(0, 0, 0, .8))
}

.news-block {
    padding-bottom: 22px
}

.column_2-news-list .news-block-inner, .column_3-news-list .news-block-inner {
    margin-left: -1.5px;
    margin-right: -1.5px
}

.column_2, .column_3, .column_big {
    padding: 0 1.5px;
    margin-bottom: 3px
}

.column_2 .td-module-thumb, .column_3 .td-module-thumb, .column_big .td-module-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.column_2 .td-module-thumb a:not(.admin-edit):before, .column_3 .td-module-thumb a:not(.admin-edit):before, .column_big .td-module-thumb a:not(.admin-edit):before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .7)));
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .7));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .7))
}

.column_2 .td-module-thumb .entry-thumb, .column_3 .td-module-thumb .entry-thumb, .column_big .td-module-thumb .entry-thumb {
    display: block;
    width: 100%;
    -webkit-transition: opacity .3s cubic-bezier(.39, .76, .51, .56);
    -o-transition: opacity .3s cubic-bezier(.39, .76, .51, .56);
    transition: opacity .3s cubic-bezier(.39, .76, .51, .56);
    opacity: 1
}

.column_2 .item-details, .column_3 .item-details, .column_big .item-details {
    position: absolute;
    z-index: 1;
    bottom: 0;
    min-height: 17px;
    padding: 0 17px;
    margin-bottom: 17px;
    font-family: Open Sans, arial, sans-serif;
    font-size: 11px;
    line-height: 1
}

.column_2 .entry-title, .column_3 .entry-title, .column_big .entry-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 6px
}

.column_2 .entry-title a, .column_3 .entry-title a, .column_big .entry-title a {
    color: #fff
}

.column_2 .td-post-category, .column_3 .td-post-category, .column_big .td-post-category {
    display: inline-block;
    padding: 3px 6px 4px;
    font-family: Open Sans, arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    margin-right: 5px;
    vertical-align: top;
    background-color: #fff;
    color: #222
}

.column_2 .post-author-name, .column_3 .post-author-name, .column_big .post-author-name {
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: 2px
}

.column_2 .post-author-name a, .column_3 .post-author-name a, .column_big .post-author-name a {
    color: #fff
}

.column_2 .post-author-name span, .column_3 .post-author-name span, .column_big .post-author-name span {
    color: #ccc;
    margin: 0 2px;
    font-weight: 400
}

.column_2 .post-date, .column_3 .post-date, .column_big .post-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px
}

.column_2 .td-module-thumb .entry-thumb {
    min-height: 180px
}

.post-author-name {
    margin-bottom: 5px
}

.column_big {
    padding: 0
}

.column_big .td-module-thumb {
    height: auto
}

.column_big .td-module-thumb img {
    min-height: 166px
}

.column_big .item-details {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 21px;
    margin-bottom: 0
}

.column_big .entry-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px
}

.wpb_raw_html {
    margin-bottom: 26px
}

.site-footer {
    background-color: #000;
    padding: 0
}

.site-footer .block-title, .site-footer .block-title a, .site-footer .block-title span {
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 17px;
    font-family: Roboto, sans-serif
}

.site-footer .block-title {
    margin-bottom: 30px
}

.site-footer-social {
    margin: 0 0 0 -14px;
    opacity: .5
}

.site-footer .td-social-icon-wrap {
    display: inline-block;
    margin: 0
}

.site-footer .td-social-icon-wrap a {
    display: inline-block;
    color: #fff
}

.site-footer .td-social-icon-wrap a i {
    position: relative;
    width: 24px;
    height: 24px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 14px;
    line-height: 32px;
    background-color: rgba(255, 255, 255, .03)
}

.td-social-icon-wrap:hover i.fa-facebook {
    color: #3b5998
}

.td-social-icon-wrap:hover i.fa-rss {
    color: #f36f24
}

.td-social-icon-wrap:hover i.fa-twitter {
    color: #00aced
}

.td-social-icon-wrap:hover i.fa-vk {
    color: #45668e
}

.td-social-icon-wrap:hover i.fa-youtube {
    color: red
}

.td-social-icon-wrap:hover i.fa-instagram {
    color: #3897f0
}

.td-social-icon-wrap:hover i.fa-odnoklassniki {
    color: #ee8208
}

.site-info a:hover {
    color: #fff;
    text-decoration: underline
}

.site-footer-top {
    padding-top: 54px;
    padding-bottom: 20px;
    color: #fff;
    position: relative
}

.site-footer-bottom {
    color: #fff;
    font-size: 12px;
    font-family: Open Sans, arial, sans-serif;
    float: left;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px
}

.site-footer-copy {
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 8px
}

.subfooter-menu {
    display: inline-block;
    margin: 7px 0;
    float: right
}

.subfooter-menu li {
    display: inline-block;
    margin-left: 0;
    line-height: 18px
}

.subfooter-menu li a {
    margin-right: 16px;
    line-height: 18px;
    display: inline-block;
    color: #fff
}

.subfooter-menu li a:hover {
    text-decoration: underline
}

.category-description p {
    font-style: italic;
    font-family: Roboto, Open Sans, arial, sans-serif;
    color: #777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 19px;
    margin-top: 15px
}

.crumb-container {
    min-height: 35px;
    margin-bottom: 9px;
    padding-top: 21px
}

.entry-crumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "PT Serif", sans-serif;
    font-size: 16px;
    color: #1c1c21;
    line-height: normal;
    padding-top: 1px;
    padding-bottom: 2px;
    white-space: nowrap
}

.td-bred-no-url-last {
    color: #606060;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.entry-crumbs .entry-crumbs__arrow {
    color: #c6c6c7;
    font-size: 10px;
    margin: 0 10px
}

.entry-crumbs a {
    color: #1c1c21
}

.entry-crumbs a:hover {
    color: #777
}

.entry-crumbs i {
    font-size: 9px;
    margin: 0 5px
}

.page-title {
    font-family: "PT Serif", sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin: 0
}

.page-title .search-query {
    color: #2fa9ce
}

.category-siblings {
    position: relative;
    z-index: 2;
    width: 66.667%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1
}

ul.category {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    overflow: hidden;
    list-style: none;
    font-family: Open Sans, arial, sans-serif;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1
}

ul.category.list-inline li {
    margin: 0 5px 5px 0;
    line-height: 1
}

ul.category.list-inline li a {
    display: inline-block;
    padding: 4px 8px 5px;
    font-size: 11px;
    color: #fff;
    background-color: #222;
    white-space: nowrap
}

ul.category.list-inline li a:hover {
    opacity: .9
}

.admin-edit {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 3px 10px;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    background-color: rgba(0, 0, 0, .3);
    color: #fff !important;
    font-size: 13px
}

.td-module-thumb:hover .admin-edit {
    display: block
}

.video-play-ico > img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    margin: auto
}

.category-news-list .news-block-inner__item {
    padding-bottom: 24px
}

.category-news-list .td-module-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 13px
}

.category-news-list .td-module-thumb .td-post-category {
    display: inline-block;
    position: absolute;
    bottom: 0
}

.category-news-list .td-module-thumb .td-post-category:hover {
    background-color: #2fa9ce;
    color: #fff
}

.category-news-list .entry-title {
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 6px
}

.category-news-list .news-block-inner__item:hover .entry-title a {
    color: #2fa9ce
}

.category-news-list .module-meta-info {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px
}

.category-news-list .post-author-name {
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: 2px
}

.category-news-list .post-author-name a {
    color: #000
}

.category-news-list .post-author-name span {
    color: #ccc;
    margin: 0 2px;
    font-weight: 400
}

.post-date {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    opacity: .5;
    color: #fff;
    text-transform: uppercase
}

.column_2_offset_1-news-list .main_1 {
    padding-bottom: 21px
}

.column_2_offset_1-news-list .main_1 .module-image {
    position: relative
}

.column_2_offset_1-news-list .main_1 .td-module-thumb {
    position: relative;
    margin-bottom: 13px;
    height: auto
}

.column_2_offset_1-news-list .main_1 .td-post-category {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 3px 6px 4px;
    font-family: Open Sans, arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222;
    color: #fff;
    margin-right: 5px;
    vertical-align: top
}

.column_2_offset_1-news-list .main_1 .td-post-category:hover {
    color: #fff;
    background-color: #2fa9ce
}

.column_2_offset_1-news-list .main_1 .entry-title {
    margin: 0 0 6px;
    font-size: 17px;
    line-height: 21px
}

.column_2_offset_1-news-list .main_1 .entry-title a:hover {
    color: #2fa9ce
}

.column_2_offset_1-news-list .main_1 .module-meta-info {
    font-family: Open Sans, arial, sans-serif;
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px
}

.column_2_offset_1-news-list .main_1 .post-author-name {
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: 2px
}

.column_2_offset_1-news-list .main_1 .post-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px
}

.column_2_offset_1-news-list .main_1 .post-author-name a {
    color: #000
}

.column_2_offset_1-news-list .main_1 .excerpt {
    font-size: 13px;
    color: #777;
    font-family: Open Sans, arial, sans-serif;
    margin-top: 9px
}

.other_4 .news-block-inner__item {
    position: relative;
    padding-bottom: 26px
}

.other_4 .news-block-inner__item .td-module-thumb {
    position: absolute;
    top: 0;
    left: 0
}

.other_4 .news-block-inner__item .item-details {
    margin-left: 116px;
    min-height: 70px
}

.other_4 .news-block-inner__item .entry-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px;
    font-weight: 500
}

.other_4 .news-block-inner__item .entry-title a:hover {
    color: #2fa9ce
}

.other_4 .news-block-inner__item .module-meta-info {
    font-family: Open Sans, arial, sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1;
    min-height: 17px
}

.other_4 .news-block-inner__item .module-meta-info .post-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px
}

aside .wpb_wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.aside-widget {
    margin-bottom: 20px
}

.header-menu-wrap.affix {
    position: fixed !important;
    z-index: 9999;
    top: 0;
    width: 1170px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #303030;
    margin-right: auto;
    margin-left: -51px
}

.header-main-menu {
    position: relative;
    z-index: 999;
    padding-right: 48px
}

.header-row {
    font-family: Open Sans, arial, sans-serif
}

.header-menu-wrap-full {
    position: relative;
    z-index: 9998;
    background-color: transparent !important
}

.header-menu-wrap-full .header-main-menu {
    width: 1068px;
    margin-right: auto;
    margin-left: auto
}

.search-page-search-wrap {
    margin: 30px 0
}

.search-page-search-wrap .search-form-widget {
    position: relative;
    line-height: 21px
}

.widget-search-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    border: none;
    background: 0 0;
    cursor: pointer
}

.search-page-search-wrap .search-form-widget div {
    text-align: left
}

.search-page-search-wrap .search-form-widget .widget-search-input {
    width: 100%;
    height: 45px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    background-color: #fff
}

.search-page-search-wrap .search-form-widget .wpb_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    margin: 0;
    padding: 7px 15px 8px;
    text-shadow: none;
    line-height: 16px
}

.search_subtitle {
    position: relative;
    top: 11px;
    left: 2px;
    font-size: 12px
}

.aside-news-block .entry-title {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 6px
}

.aside-news-block .entry-title a:hover {
    color: #2fa9ce
}

.aside-news-block .module-meta-info {
    font-family: Open Sans, arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    min-height: 17px
}

.aside-news-block .td-post-category {
    display: inline-block;
    padding: 3px 6px 4px;
    font-family: Open Sans, arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222;
    color: #fff;
    margin-right: 5px;
    vertical-align: top
}

.aside-news-block .td-post-category:hover {
    color: #fff;
    background-color: #2fa9ce
}

.aside-news-block .post-author-name {
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: 2px
}

.aside-news-block .post-author-name a {
    color: #000
}

.aside-news-block .post-author-name span {
    color: #ccc;
    margin: 0 2px;
    font-weight: 400
}

.aside-news-block .post-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px
}

.aside-news-block .news-block-inner__item {
    padding-bottom: 25px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 16px
}

.site-footer-column h4 {
    color: #fff;
    border: 0
}

.site-footer-column .news-block .news-block-inner ul li {
    margin: 0 0 8px;
    padding: 0 0 7px;
    border-bottom: 1px dashed #f1f1f1;
    font-family: Roboto, sans-serif;
    line-height: 30px
}

.site-footer-column .news-block .news-block-inner ul li a {
    display: inline-block;
    line-height: 21px;
    color: #fff
}

.site-footer-column .news-block .news-block-inner ul li .post-date {
    display: block;
    font-family: Open Sans, arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #b5b5b5;
    font-style: italic;
    margin-bottom: 5px
}

.site-footer-column .news-block .news-block-inner ul li a:hover {
    color: #2fa9ce
}

.author-box-wrap.author-page {
    border: 1px solid #ededed;
    padding: 21px;
    margin-bottom: 48px;
    font-size: 12px
}

.author-box-wrap .avatar {
    float: left;
    width: 100px
}

.author-box-wrap .desc {
    margin-left: 117px;
    font-size: 12px
}

.author-box-wrap .author-counters {
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px
}

.author-box-wrap .author-counters span {
    position: relative;
    top: 0;
    padding: 4px 9px 3px;
    background-color: #222;
    margin-right: 10px
}

.author-box-wrap .author-social {
    margin-bottom: -5px
}

.td-full-screen-header-image-wrap {
    position: relative;
    overflow: hidden
}

.td-full-screen-header-image-wrap .entry-crumbs, .td-full-screen-header-image-wrap .entry-crumbs a {
    color: #000
}

.td-full-screen-header-image-wrap .td-container {
    margin-right: auto;
    margin-left: auto
}

.td-full-screen-header-image-wrap .td-post-header {
    position: relative
}

.td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image {
    height: 700px
}

.td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .td-post-header-holder {
    position: absolute;
    z-index: 1;
    bottom: 0
}

.td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .td-crumb-container {
    position: absolute;
    z-index: 1;
    top: 0
}

.td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .entry-crumbs, .td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .entry-crumbs a, .td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .entry-title, .td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .td-post-author-name, .td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .td-post-author-name a, .td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .td-post-comments a, .td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .td-post-date, .td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .td-post-header .entry-title, .td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .td-post-img_info, .td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .td-post-views, .td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image .td-read-down a i {
    color: #fff
}

.td-full-screen-header-image-wrap .td-post-header .entry-title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 14px;
    color: #000;
    margin-top: 0
}

.td-full-screen-header-image-wrap .td-crumb-container {
    min-height: 35px;
    margin-bottom: 9px;
    padding-top: 21px
}

.td-full-screen-header-image-wrap .td-post-header-holder {
    width: 100%
}

.td-full-screen-header-image-wrap .td-parallax-header {
    margin-bottom: 60px
}

.td-full-screen-header-image-wrap .td-category {
    list-style: none;
    font-family: Open Sans, arial, sans-serif;
    font-size: 10px;
    margin: 0 0 5px;
    line-height: 1
}

.td-full-screen-header-image-wrap .td-category li {
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 1
}

.td-full-screen-header-image-wrap .td-category a {
    display: inline-block;
    padding: 3px 6px 4px;
    color: #fff;
    background-color: #222;
    white-space: nowrap
}

.td-full-screen-header-image-wrap .td-category a:hover {
    opacity: .9
}

.td-full-screen-header-image-wrap .td-module-meta-info {
    font-family: Open Sans, arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    min-height: 17px;
    margin-bottom: 16px
}

.td-full-screen-header-image-wrap .td-post-author-name {
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: 400;
    color: #000;
    float: left
}

.td-full-screen-header-image-wrap .td-post-author-name a {
    font-weight: 700;
    margin-right: 3px;
    color: #000
}

.td-full-screen-header-image-wrap .td-post-date {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 4px;
    color: #000;
    margin-right: 22px;
    float: left
}

.td-full-screen-header-image-wrap .td-post-views {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #000
}

.td-full-screen-header-image-wrap .td-post-views i {
    position: relative;
    line-height: 17px;
    font-size: 14px;
    margin-right: 5px
}

.td-full-screen-header-image-wrap .td-post-comments i {
    margin-right: 5px
}

.td-full-screen-header-image-wrap .td-post-views span {
    line-height: 15px;
    vertical-align: top
}

.td-full-screen-header-image-wrap .td-post-img_info {
    font-size: 10px;
    color: #000;
    line-height: 11px
}

.td-full-screen-header-image-wrap .td-read-down {
    z-index: 1;
    bottom: 0;
    text-align: center
}

.td-full-screen-header-image-wrap .td-read-down a {
    display: inline-block
}

.td-full-screen-header-image-wrap .td-read-down a i {
    position: relative;
    bottom: -10px;
    font-size: 60px;
    opacity: .8;
    color: #000
}

.td-full-screen-header-image-wrap #td-full-screen-header-image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    text-align: center
}

.td-full-screen-header-image-wrap .td-post-comments {
    display: inline-block;
    position: relative;
    top: 2px;
    float: none;
    vertical-align: top
}

.td-full-screen-header-image-wrap .td-post-comments a {
    color: #000
}

.td-backstretch {
    display: block;
    max-width: none;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    opacity: 0
}

.td-stretch-width {
    width: 100.03%;
    height: auto;
    margin: 0
}

.td-stretch-height, .td-stretch-width {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.td-stretch-height {
    width: auto;
    height: 100%
}

.td_module_wrap {
    position: relative
}

.page-nav {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.page-nav .current {
    background-color: #2fa9ce;
    color: #fff;
    border-color: #2fa9ce
}

.page-nav a, .page-nav span {
    display: inline-block;
    min-width: 33px;
    margin: 0 8px 0 0;
    border: 1px solid #dcdcdc;
    padding: 5px 11px;
    text-align: center;
    color: #606060;
    line-height: 21px;
    float: left
}

.page-nav a:hover {
    color: #fff;
    background-color: #444;
    border-color: #444
}

.page-nav .extend {
    border: none
}

.page-nav i {
    font-size: 14px;
    line-height: 1;
    display: inline-table;
    padding-left: 1px
}

.page-nav .pages {
    float: right;
    margin: 0;
    border: none;
    padding: 6px 0 6px 6px;
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.td-post-source-tags, .td-post-source-tags a {
    font-size: 11px
}

.td-post-source-tags .td-no-tags {
    margin-bottom: 34px
}

.td-post-source-via {
    font-family: Open Sans, arial, sans-serif;
    font-weight: 600
}

.td-post-small-box {
    display: table;
    height: 20px;
    margin-bottom: 4px;
    line-height: 20px;
    clear: left
}

.td-post-small-box span {
    display: block;
    height: 20px;
    padding: 5px 9px;
    background-color: #2fa9ce;
    color: #fff;
    text-transform: uppercase;
    line-height: 10px;
    float: left
}

.td-post-small-box a {
    display: block;
    height: 20px;
    border: 1px solid #ededed;
    padding: 5px 8px;
    float: left;
    margin-left: 4px;
    line-height: 8px;
    color: #111
}

.td-post-small-box a:hover {
    color: #fff;
    background-color: #2fa9ce;
    border-color: #2fa9ce
}

.td-tags {
    display: table;
    margin: 0 0 30px;
    font-family: Open Sans, arial, sans-serif;
    line-height: 20px;
    font-weight: 600
}

.td-tags li {
    list-style: none;
    display: inline-block;
    line-height: 20px;
    margin-left: 0;
    float: left;
    margin-bottom: 4px
}

.td-tags a, .td-tags span {
    margin-right: 4px;
    margin-left: 0
}

.mfp-bg {
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg, .mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mfp-wrap {
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    text-align: center
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    position: relative;
    z-index: 1045;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    position: absolute;
    z-index: 1044;
    top: 50%;
    right: 8px;
    left: 8px;
    width: auto;
    color: #ccc;
    text-align: center;
    margin-top: -.8em
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    display: block;
    z-index: 1046;
    overflow: visible;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    -webkit-appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0 0 18px 10px;
    line-height: 44px;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ccc;
    padding-right: 15px;
    font-size: 11px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 110px;
    margin: -55px 0 0;
    padding: 0;
    font-family: newspaper, sans-serif;
    font-size: 30px;
    opacity: .65;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-top: 35px;
    margin-left: 35px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:before, .mfp-arrow-right:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mfp-arrow-left:before {
    content: "\f104";
    color: #fff
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:before {
    content: "\f105";
    color: #fff
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 40px;
    width: 100%;
    height: 20%;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .7)));
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .7));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .7));
    opacity: 0
}

.mfp-ready .mfp-s-ready .mfp-figure:before {
    opacity: 1
}

.mfp-figure:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    width: auto;
    height: auto;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 65px 0 15px;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 50px;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    left: 50%;
    width: 600px;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.image-source-link {
    color: #98c3d1
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: .001;
    -webkit-backface-visibility: hidden;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-bg, .mfp-wrap {
    z-index: 10000
}

.vc_row.wpb_row.td-pb-row {
    overflow: hidden;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    margin-bottom: 30px;
    background: #2fa9ce
}

.vc_row.wpb_row.td-pb-row .vc_column_container {
    display: block;
    position: relative;
    width: 100%;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px
}

.vc_row.wpb_row.td-pb-row .wpb_raw_code {
    margin-bottom: 26px
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer
}

.youtube img {
    top: -16.82%;
    left: 0;
    width: 100%;
    opacity: .7
}

.youtube .play-button {
    z-index: 1;
    width: 90px;
    height: 60px;
    background-color: #333;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    opacity: .8;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.youtube .play-button:hover {
    background-color: #ef3636;
    opacity: 1
}

.youtube-title {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube .play-button, .youtube img {
    cursor: pointer
}

.youtube .play-button, .youtube .play-button:before, .youtube iframe, .youtube img {
    position: absolute
}

.youtube .play-button, .youtube .play-button:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.td_separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: 30px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.td_separator .td_separator_holder {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    min-width: 10%;
    height: 1px;
    -webkit-box-flex: 1
}

.td_separator .td_separator_holder .td_separator_line {
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ebebeb
}

.td_separator .td_icon_element {
    line-height: 0;
    font-size: 14px;
    margin-bottom: 0;
    text-align: left
}

.td_separator .td_icon_element-inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    position: relative;
    width: 4em;
    max-width: 100% !important;
    height: 4em;
    border: 2px solid transparent;
    text-align: center;
    line-height: 2.15em !important
}

.td_separator .td_icon_element-icon {
    font-size: 2.15em;
    font-style: normal;
    font-weight: 400;
    line-height: 1 !important;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #2fa9ce
}

.td_separator .td_icon_element-icon:before {
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: inherit;
    height: inherit;
    font-size: 1em;
    text-align: center;
    text-rendering: optimizeLegibility
}

.td_separator h4 {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    padding: 0 .8em;
    line-height: 1em;
    font-size: 100%;
    word-wrap: break-word;
    -webkit-box-flex: 0
}

.td_ad_first_paragraph {
    float: left;
    margin: 10px 10px 10px 0
}

#after-post-content-sidebar-wrap, #before-post-content-sidebar-wrap {
    width: 100%;
    float: left;
    padding: 10px 0
}

.td-header-style-12 .td-header-top-menu-full {
    background-color: #000;
    z-index: 1
}

.td-header-style-12 .td-header-top-menu-full .td-header-top-menu {
    text-transform: uppercase
}

.td-header-style-12 .top-header-menu .sub-menu {
    top: 39px;
    background-color: #222
}

.td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget {
    padding: 0
}

.td-header-style-12 .td-main-menu-logo {
    display: block;
    height: 65px;
    margin-right: 0
}

.td-header-style-12 .td-main-menu-logo a {
    line-height: 65px
}

.td-header-style-12 .td-main-menu-logo img {
    max-height: 66px;
    margin: 0
}

.td-header-style-12 .td-header-sp-recs {
    width: 100%
}

.td-header-style-12 .td-header-rec-wrap {
    min-height: 0
}

.td-header-style-12 .td-a-rec-id-header img, .td-header-style-12 .td-g-rec-id-header img {
    position: relative
}

.td-header-style-12 .td-a-rec-id-header .adsbygoogle, .td-header-style-12 .td-g-rec-id-header .adsbygoogle {
    display: block !important;
    position: relative
}

.td-header-style-12 .header-search-wrap .td-icon-search {
    color: #fff
}

.td-header-style-12 .td-header-menu-wrap-full {
    background-color: #2fa9ce
}

.td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.td-header-style-12 .td-affix {
    background-color: #2fa9ce
}

.td-header-style-12 .td-header-menu-wrap .td-header-main-menu {
    background-color: transparent
}

.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a {
    color: #fff;
    line-height: 65px
}

.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a:after {
    display: none
}

.td-header-style-12 .td-mega-menu ul {
    border-top: none
}

.td-post-content {
    position: relative
}

.td-post-content h2 a {
    color: #2fa9ce
}

.td-category-siblings {
    position: relative;
    z-index: 2;
    width: 744px;
    opacity: 0;
    margin-top: 13px;
    margin-bottom: 6px
}

.td-category-siblings .td-category {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    overflow: hidden;
    list-style: none;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 10px;
    margin: 0
}

.td-category-siblings .td-subcat-more {
    line-height: 1;
    padding: 0 5px 1px
}

.td-category-siblings .td-subcat-dropdown {
    display: inline-block;
    position: absolute;
    top: 0;
    border: 1px solid #222;
    padding: 0;
    color: #fff;
    background-color: #222
}

.td-category-siblings .td-subcat-dropdown i {
    position: relative;
    top: 0;
    margin: 0;
    font-size: 12px
}

.td-category-siblings .td-subcat-dropdown ul {
    display: none;
    position: absolute;
    z-index: 999;
    right: 0;
    min-width: 113px;
    margin: 0;
    border: 1px solid #e6e6e6;
    padding: 6px 0;
    background-color: #222;
    text-align: left
}

.td-category-siblings .td-subcat-dropdown:hover {
    border-color: #222;
    color: #fff;
    background-color: #222
}

.td-category-siblings .td-subcat-dropdown:hover ul {
    display: block;
    top: 23px;
    right: -1px;
    border-color: #222
}

.td-category-siblings .td-subcat-dropdown:hover ul:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -1px;
    width: 21px;
    height: 4px;
    background-color: #222
}

.td-category-siblings .td-subcat-dropdown li {
    list-style: none;
    margin-left: 0
}

.td-category-siblings .td-subcat-dropdown a {
    display: block;
    color: #fff;
    padding: 0 13px;
    white-space: nowrap;
    text-transform: none;
    font-size: 10px
}

.td-category-siblings .td-current-sub-category {
    background-color: #2fa9ce
}

.td-category-siblings .td-subcat-dropdown a:hover {
    color: #2fa9ce
}

.td-category-siblings .td-subcat-dropdown a.td-current-sub-category {
    background-color: transparent;
    color: #2fa9ce
}

.td-js-loaded .td-category-siblings {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.td-category {
    list-style: none;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1
}

.td-category li {
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 1
}

.td-category a {
    display: inline-block;
    padding: 3px 6px 4px;
    color: #fff;
    background-color: #222;
    white-space: nowrap
}

.td-category a:hover {
    opacity: .9
}

.white-popup-block {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
    background: #fff;
    text-align: left;
    vertical-align: top
}

.td_sp_login_ico_style {
    position: absolute;
    top: 3px;
    right: -9px
}

.td_sp_logout_ico_style {
    position: relative;
    top: 3px;
    left: 17px
}

.mfp-content .td-login-wrap {
    padding: 14px 21px 17px
}

.mfp-content .td-login-wrap .td-login-input {
    width: 308px;
    height: 40px;
    border: 1px solid #ededed !important;
    padding: 3px 14px;
    background-color: #fcfcfc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
    color: #555;
    margin-bottom: 21px;
    font-size: 12px
}

.mfp-content .td-login-wrap .td-login-input:invalid {
    font-style: italic
}

.mfp-content .td-login-wrap .td-login-input:invalid:focus {
    color: #555
}

.mfp-content .td-login-wrap .td-login-button {
    float: right;
    margin: 0
}

.mfp-content .td-login-wrap .td-login-info-text {
    display: inline-block;
    margin-top: 23px;
    font-size: 12px;
    font-style: italic;
    position: relative;
    top: -14px
}

.mfp-content .td-login-wrap .td-login-info-text a {
    color: #3d3d3d
}

.mfp-content .td-login-wrap .td-login-info-text a:hover {
    color: #2fa9ce
}

.mfp-content .td-login-wrap .btn {
    border: 0;
    padding: 5px 12px 6px;
    background-color: #2fa9ce;
    color: #fff;
    text-shadow: none;
    margin-top: 4px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.mfp-content #login-form .mfp-close {
    top: -2px
}

.mfp-content .td-login-tabs {
    margin: 0;
    list-style-type: none;
    background-position: bottom;
    background-color: #bababa
}

.mfp-content .td-login-tabs li {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 20px
}

.mfp-content .td-login-tabs li a {
    display: block;
    position: relative;
    padding: 10px 21px;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    color: #fff;
    cursor: pointer
}

.mfp-content .td-login-tabs li a:hover {
    text-decoration: none !important
}

.mfp-content #register-link.td_login_tab_focus:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 91px;
    height: 43px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFsAAAArCAMAAAAgygRqAAAAkFBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9Qh/bAAAAMHRSTlMAAAECAwUGBwQICw4JDQwKDxgREBMXEhUWFBokHR8cGyIgIRkjHiUnKSYrLC8oLjLSemXYAAABR0lEQVR4XrXUR3aDQBBFUQQNIgkBTRA5Kzntf3cuKI4kjgce2P/N6476t/L/7ThVBdoaxGZaAG0dZwsDZ5sWzNZ0F2jbKFvVDA9mi/0BZ1sOzDYtH2e7EmVr+jGE2Yad4Gwvgtj8BDOgnaJs03JOMNv1Y5wtA4jNz3uA2XaSQ2yeTgOyBU2nhtg8nRJnpxPKpulUINu0/LiD2DzLHmbLoAXYPEs5jDA7zAuIzZM/Q2yePMymyd8wtiC7vCg7QPyd/MFWX9K2CZ2mU11/tX/eC85c0jmD23PW0Yny9r61t8zTeNzzKeVSR8qe86jDnLPkyzANpuJNeVCrsyovBgt8Pl/6vpQypJIkiaIoy7I0TU9UTAVzeV12xfVdEeZKLdDKPJGFIIDvl9thyPOmaeq6LMtpqqqq6/q+b9t2HMeCOp9vl4/r/fPrG0FLHMIvAtI9AAAAAElFTkSuQmCC) no-repeat;
    pointer-events: none
}

.mfp-content .td_login_tab_focus {
    background-color: #fff;
    color: #2fa9ce !important
}

.mfp-content .td_login_tab_focus:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 91px;
    height: 43px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFsAAAArCAMAAAAgygRqAAAAkFBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9Qh/bAAAAMHRSTlMAAAECAwUGBwQICwkODQwKDxgREBMXEhUWFBokHR8cGyIgIRkjHiUnKSYrLC8yLihWK/CyAAABTklEQVR4XrXVaW6DMBSFUYoNYUoC2IEwz5k67X93fbZRmqqVKlW93wLO/cMzlm0/maz/jwFtTjjKdoC2y3G27+Hs0GEwOwDaO5fZKHu74TA78nF27HswW4Q4O907DGVngQuz5Q5nF+ojBNk50D5GvoeyD3EIsxOBsyf1gYPsMgtgdkfHg7JbOh4Osmt9PBh7yXF2Q8eDsodD7Hsge6TDRNl9ImD2PAk6TIxdlSnMPtHRw2x19CD7SkePss812RxlmwcFkHVp6Hgczr5mP/R3+9aXMtr7G5Nrckyejpu+7/5qP1dLkqcijnRb1Y4KVHsqpHzqPn1f/TL505z1cqmGui0T1YE6UnmeF0UhpcyyLKWEEHGs1s2wWX3YXBfXvfuY9fp2u7yfr6dTRc3z3Pf9OI7D0DTNstR13bZd15XlNOntdVdKPfo5uQ7quXXM4x+ZsxzCpsfJUgAAAABJRU5ErkJggg==) no-repeat;
    pointer-events: none
}

.mfp-content .td-login-panel-title {
    border-bottom-style: solid;
    border-width: 2px;
    border-color: #2fa9ce;
    color: #3d3d3d;
    margin-bottom: 21px;
    padding-bottom: 3px;
    font-size: 12px
}

.mfp-content .td_display_err {
    display: none;
    padding: 9px 10px;
    background-color: #2fa9ce;
    font-style: italic;
    color: #fff;
    margin-bottom: 13px;
    margin-top: 7px
}

.mfp-content .td_display_msg_ok {
    display: block;
    font-size: 13px;
    background-color: #2fa9ce
}

.mfp-content #td-forgot-pass-div {
    margin-bottom: 42px
}

.top-header-menu .td_user_logd_in {
    font-weight: 700
}

.top-header-menu .td_user_logd_in:hover {
    text-decoration: none !important
}

.mpf-td-login-effect .mfp-with-anim {
    -webkit-transform: perspective(600px) scale(.4);
    -ms-transform: perspective(600px) scale(.4);
    transform: perspective(600px) scale(.4);
    -webkit-transition: .4s cubic-bezier(.55, 0, .1, 1);
    -o-transition: .4s cubic-bezier(.55, 0, .1, 1);
    transition: .4s cubic-bezier(.55, 0, .1, 1);
    opacity: 0
}

.mpf-td-login-effect.mfp-bg {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.mpf-td-login-effect.mfp-ready .mfp-with-anim {
    -webkit-transform: perspective(600px) scale(1);
    -ms-transform: perspective(600px) scale(1);
    transform: perspective(600px) scale(1);
    opacity: 1
}

.mpf-td-login-effect.mfp-ready.mfp-bg {
    opacity: .8
}

.mpf-td-login-effect.mfp-removing .mfp-with-anim {
    -webkit-transform: perspective(600px) scale(.4);
    -ms-transform: perspective(600px) scale(.4);
    transform: perspective(600px) scale(.4);
    opacity: 0
}

.mpf-td-login-effect.mfp-removing.mfp-bg {
    opacity: 0
}

.mymail-wrapper.mymail-fzz-wrapper {
    font-size: 12px
}

#floatingSocialShare {
    position: relative
}

#floatingSocialShare *, #floatingSocialShare :after, #floatingSocialShare :before {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}

#floatingSocialShare .share-button {
    display: list-item;
    position: relative;
    min-width: 45px;
    height: 46px;
    padding: 0;
    line-height: 20px;
    list-style-type: none;
    text-align: center;
    color: #fff;
    outline: 0 !important
}

#floatingSocialShare a:focus, #floatingSocialShare a:hover {
    color: #fff;
    opacity: .8;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#floatingSocialShare a:active, #floatingSocialShare a:focus, #floatingSocialShare a:hover, #floatingSocialShare a:visited {
    outline: 0 !important
}

#floatingSocialShare svg {
    fill: #fff;
    height: 30px
}

#floatingSocialShare a.without-counter svg {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

#floatingSocialShare a.with-counter-desktop {
    height: 38px
}

#floatingSocialShare .shareCount {
    position: absolute;
    top: 36px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 10px
}

#floatingSocialShare .content-left, #floatingSocialShare .content-right, #floatingSocialShare .top-left, #floatingSocialShare .top-right {
    position: fixed;
    top: 25%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#floatingSocialShare .top-left {
    left: 0
}

#floatingSocialShare .top-right {
    right: 0;
    direction: rtl
}

#floatingSocialShare .content-left, #floatingSocialShare .content-right {
    margin: 0
}

#floatingSocialShare .mail a {
    background-color: #d14836
}

#floatingSocialShare .facebook a {
    background-color: #3b5998
}

#floatingSocialShare .google-plus a {
    background-color: #dc4e41
}

#floatingSocialShare .linkedin a {
    background-color: #0077b5
}

#floatingSocialShare .odnoklassniki a {
    background-color: #f4731c
}

#floatingSocialShare .pinterest a {
    background-color: #bd081c
}

#floatingSocialShare .reddit a {
    background-color: #ff4500
}

#floatingSocialShare .stumbleupon a {
    background-color: #eb4924
}

#floatingSocialShare .telegram a {
    background-color: #2ca5e0
}

#floatingSocialShare .tumblr a {
    background-color: #36465d
}

#floatingSocialShare .twitter a {
    background-color: #1da1f2
}

#floatingSocialShare .vk a {
    background-color: #6383a8
}

#floatingSocialShare .whatsapp a {
    background-color: #00e676
}

#floatingSocialShare a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 30px;
    padding: 8px 0;
    float: left
}

.dropdown-block {
    margin: 10px 0 20px
}

.dropdown-block-body {
    display: none
}

.dropdown-block-body__content {
    padding: 20px 0
}

.dropdown-block-title {
    background-color: #4cadc9;
    color: #fff;
    font-size: 16px;
    padding: 13px 20px;
    margin-top: 10px;
    cursor: pointer
}

.dropdown-block-title-02 {
    background-color: #4cadc9;
    color: #fff;
    font-size: 16px;
    padding: 13px 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px
}

.dropdown-block.color-pink .dropdown-block-title {
    background-color: #fe6c61
}

.dropdown-block-title__text {
    position: relative;
    padding: 0 20px
}

.dropdown-block-title__text i.fa-caret-down {
    display: block;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-block--open .dropdown-block-title__text i.fa-caret-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.dropdown-block-title__text i.fa-envelope-o {
    margin-right: 15px;
    font-size: 20px
}

.column-img {
    margin: auto
}

.single_bar {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11.67px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.single_bar-label {
    display: block;
    position: relative;
    z-index: 1;
    padding: .5em 1em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    color: #fff
}

.bar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #4cadc9
}

.color-vista-blue .bar {
    background-color: #75d69c
}

.color-pink .bar {
    background-color: #fe6c61
}

.color-orange .bar {
    background-color: #f7be68
}

.message_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 21.74px;
    border: 1px solid #cfebfe;
    padding: 1em 1em 1em 4em;
    color: #5e7f96;
    background-color: #e6fdf8;
    font-size: 1em
}

.message_box.color-grey {
    color: #858585;
    border-color: #d2d2d2;
    background-color: #ebebeb
}

.message_box.color-grey .message_box-icon {
    color: #858585
}

.message_box p:last-child, .message_box table {
    margin: 0
}

.message_box table td {
    border: 0
}

.message_box-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.7em;
    line-height: 1
}

.message_box-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4em;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #1bbc9b
}

.chart-legend li span {
    display: inline-block;
    left: 0;
    width: 1.3em;
    height: 1.3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    margin-right: .5em;
    vertical-align: middle
}

.blog-stick--hidden {
    display: none
}

.blog-stick-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-stick-list li {
    position: relative;
    margin: 0
}

.blog-stick__name {
    font-weight: 600;
    margin-right: 10px
}

.blog-stick-list li:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    white-space: nowrap;
    overflow-x: auto
}

.blog-stick__close {
    border: 0;
    padding: 0 5px;
    background: 0 0;
    color: #dcdcdc
}

.blog-stick {
    padding: 5px 0
}

.blog-stick-list li:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 23px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(51%, #fff), to(white));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 51%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 51%, #fff 100%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1)
}

.custom-list-post h2 {
    margin: 25px 0
}

.doctors-category .entry-title::before, .doctors-category .rpwe-title::before {
    content: "\f023";
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #ccc
}

.doctors-category.user_is_doctor .entry-title::before, .doctors-category.user_is_doctor .rpwe-title::before {
    content: "\f13e"
}

.closed_content {
    position: relative;
    padding-bottom: 40px
}

.closed_content_info {
    z-index: 5;
    bottom: 0;
    left: 0;
    padding: 20px 20px 10px;
    text-align: center;
    background: #2fa9ce;
    color: #ffff
}

.closed_content > p::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(63%, rgba(255, 255, 255, .86)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .86) 63%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(63%, rgba(255, 255, 255, .86)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .86) 63%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
    pointer-events: none
}

.closed_content > p {
    position: relative
}

.closed_content_info a {
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 17px;
    color: #2fa9ce;
    background: #fff
}

.closed_content_info p {
    font-size: 18px
}

.closed_content_info a:hover {
    background: #2fa9ce;
    color: #fff
}

.comments-area {
    margin-top: 40px
}

.comment-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.comment_author_doctor > .comment-details > .comment-author.vcard img {
    border: 3px solid #2fa9ce
}

.comment_author_doctor > .comment-details {
    background: #fcfcfc
}

.comment-list {
    margin-bottom: 50px
}

.comment-author.vcard {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px
}

.commentmetadata {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 50px);
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding-left: 15px
}

.votes li {
    margin: 0 !important
}

.votes {
    margin-top: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 12px
}

.comment-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px
}

.comment-meta__time {
    font-size: 13px
}

.comment-meta__author {
    font-size: 16px;
    font-weight: 500
}

.comment-list .comment .comment-details {
    border-top: 1px solid #eaeaea
}

.comment-list .comment:first-child .comment-details {
    border-top: 0
}

.comments-title {
    border-left: 4px solid #2fa9ce;
    padding-left: 15px;
    font-size: 22px;
    margin-bottom: 25px
}

.author_is_doctor {
    background: #2fa9ce;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px 2px;
    font-size: 13px
}

.comment-author {
    display: block;
    font-weight: 600
}

.comment-text.c_child p:first-of-type {
    display: inline-block
}

.depth-2 {
    padding-left: 20px
}

.comment-footer a {
    font-size: 13px
}

.comment::before {
    position: absolute;
    top: -15px;
    left: 10px;
    width: 10px;
    height: 55px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.comment.depth-1::before {
    display: none
}

.comment {
    position: relative
}

.comment.comment-child-more > .comment-details::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 10px;
    width: 1px;
    height: -webkit-calc(100% - 45px);
    height: calc(100% - 45px);
    border-bottom: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #eee
}

.comment.comment-child-more:not(.depth-1) > .comment-details::before {
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px)
}

.comment:not(.depth-1)::after {
    position: absolute;
    top: 36px;
    left: 18px;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #2fa9ce
}

.comment.depth-3.comment-child-more .comment-details::before {
    left: 30px
}

.reply {
    float: left;
    margin-right: 15px
}

.comment.depth-1 .comment-details {
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.comment-form-comment textarea {
    width: 100%;
    resize: vertical;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#reply-title {
    font-size: 20px
}

.comment-text {
    word-break: break-word;
    width: 100%
}

.comment .comment-respond {
    padding-left: 20px
}

.comment-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.alert {
    position: relative;
    border: 1px solid transparent;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-notif {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    left: 0;
    max-width: 400px;
    margin: auto;
    text-align: center
}

.alert .close {
    border: 0;
    padding: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0
}

.logged-in-as__ava img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    max-height: 60px;
    border: 4px solid #2fa9ce;
    margin-right: 10px
}

.logged-in-as__ava {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.logged-in-as__name {
    font-size: 15px;
    font-weight: 600
}

.logged-in-as {
    margin-bottom: 15px
}

.logged-in-as_title {
    margin-bottom: 5px
}

.logged-in-as__logout a {
    font-weight: 400
}

.login-popup {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: fixed;
    z-index: 120;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background-color: rgba(255, 255, 255, .9);
    -ms-flex-pack: center;
    -ms-flex-align: center
}

.login-popup--open {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.login-popup__inner {
    position: relative;
    z-index: 10;
    max-width: 475px;
    margin: 0 auto;
    border: 1px solid #2fa9ce;
    padding: 30px 35px;
    background-color: #fff;
    text-align: center
}

.login-popup__title {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

.login-popup__desc {
    margin-bottom: 15px;
    color: #b3b9c7;
    font-size: 13px
}

.login-popup__socials-dnr {
    background-color: #f9f9f9;
    display: inline-block;
    width: 230px;
    height: 35px;
    border: 1px solid #0b7ab5;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.login-popup__socials-dnr::before {
    content: "";
    background: url(images/dnr_btn.png) center top 6px no-repeat;
    display: block;
    width: 100%;
    height: 100%
}

.login-popup__socials-dnr:hover {
    background-color: #0b7ab5
}

.login-popup__socials-dnr:hover::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.login-popup__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

.login-popup__close:hover {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .19)
}

.login-popup__separator {
    color: #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 13px
}

.login-popup__separator::after, .login-popup__separator::before {
    content: "";
    display: block;
    width: 45%;
    height: 1px;
    background: #ccc
}

.has-huge-font-size, .has-large-font-size, .has-medium-font-size {
    line-height: 120%
}

.main-bcg {
    background: #f2f2f2 !important
}

.content-group, .main-posts {
    width: 100%;
    max-width: 1140px;
    margin: 0
}

.md-sidebar, .posts-group {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e8e8e8
}

.debug-tmp {
    border: 1px dashed red
}

.pc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.pc-overlay .p-content {
    position: absolute;
    z-index: 100;
    left: 0;
    max-width: 650px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px
}

.mp-section .pc-overlay .p-content {
    bottom: 40px
}

.pc-overlay--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100
}

.pc-overlay--single .p-content {
    position: relative;
    text-align: center;
    max-width: 650px
}

.pc-overlay--single .p-content__title a {
    font-size: 42px !important;
    font-weight: 400
}

.pc-overlay .p-content__category {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 100;
    width: auto;
    height: 20px;
    margin: auto;
    padding: 2px 15px 0 10px;
    background-color: #2fa9ce;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 50%, 94% 100%, 0 100%);
    clip-path: polygon(0 0, 93% 0, 100% 50%, 94% 100%, 0 100%);
    cursor: pointer
}

.pc-overlay .p-content__category a {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.pc-overlay .p-content__title {
    margin: 20px 0;
    font-family: "PT Serif", sans-Serif
}

.pc-overlay .p-content__title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #fff;
    font-family: "PT Serif", serif;
    font-size: 30px;
    text-decoration: none;
    line-height: normal
}

.pc-overlay .p-content__date {
    display: flex;
    align-items: center;
}

.pc-overlay .p-content__date,
.pc-overlay .p-content__date time {
    display: inline-flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    color: #fff;
    opacity: .5
}

.pc-overlay .p-content__views {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;

    opacity: 0.5;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    color: #ffffff;
}

.pc-overlay .p-content__views svg {
    margin-right: 6px;
}


.pc-overlay .p-content__date svg {
    margin: 0 5px 0 20px;
}

.main-posts--single {
    margin-bottom: 20px
}

.main-posts .mp-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto
}

.main-posts .mp-section--dual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-posts .mp-section-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0
}

.main-posts .mp-section-item:first-child > .mp-inner {
    display: none
}

.main-posts .mp-section-item--dual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-posts .mp-section-item--dual .mp-inner:first-child {
    margin-right: 20px
}

.main-posts .mp-section-item .mp-inner {
    width: 100%
}

.main-posts .mp-post {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 46vw;
    max-height: 500px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

.med-post figure, .mp-post figure {
    position: relative
}

.med-post figure:after, .mp-post figure:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3
}

.main-posts .mp-post:hover .pc-overlay {
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    background: rgba(0, 0, 0, .3)
}

.main-posts .mp-post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.main-posts .mp-post--big {
    max-width: 560px;
    margin-right: 20px
}

.main-posts .mp-post--big .p-content__title a {
    font-size: 24px !important
}

.main-posts .mp-post--half {
    width: auto;
    height: 22vw;
    max-height: 240px
}

.main-posts .mp-post--half img {
    max-height: 240px
}

.main-posts .mp-post--first {
    margin: 0 0 20px
}

.main-posts .mp-post figure {
    width: 100%;
    height: 100%;
    margin: 0
}

.main-posts .mp-post .p-content {
    max-width: 520px
}

.main-posts .mp-post .p-content__title a {
    font-size: 20px;
    -webkit-line-clamp: 3;
    font-weight: 400;
}

.main-posts .mp-post img {
    width: 100%;
    max-width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.content-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

.content-group .cg-inner {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-right: 20px
}

.posts-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 20px 20px 40px
}

.posts-group--mobile {
    display: none
}

.posts-group .pg-name {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1c1c21;
    margin-bottom: 25px
}

.posts-group .pg-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.posts-group .pg-inner--dual {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.posts-group .pg-inner--sb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.posts-group .pg-inner--ssm {
    padding-bottom: 0
}

.posts-group .pg-inner--bd {
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 20px
}

.posts-group .pg-inner--bd .pg-post--mid {
    padding-bottom: 20px
}

.posts-group .ajax_load_more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #2fa9ce;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid #e8e8e8
}

.posts-group .pg-show-more i {
    display: none
}

.posts-group--sm {
    padding-bottom: 0
}

.pg-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    padding-bottom: 40px;
    cursor: pointer
}

.pg-post:hover .pg-post__img img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.pg-post__img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pg-post__img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover
}

.pg-post__category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    min-height: 20px;
    padding: 0 14px 0 10px;
    background: #2fa9ce;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 50%, 94% 100%, 0 100%);
    clip-path: polygon(0 0, 93% 0, 100% 50%, 94% 100%, 0 100%);
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase
}

.pg-post__category a {
    color: #fff
}

.pg-post__title {
    margin-top: 0
}

.pg-post__title a {
    display: -webkit-box;
    overflow: hidden;
    margin: 20px 0 10px;
    font-family: "PT Serif", sans-serif;
    font-size: 20px;
    color: #1c1c21;
    line-height: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400
}

.pg-post__teaser {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.64;
    color: #606060;
    margin-bottom: 15px
}

.pg-post__date {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    opacity: .5;
    color: #1c1c21;
    text-transform: uppercase
}

.pg-post--mid {
    max-width: -webkit-calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px)
}

.pg-post--mid .pg-post__img {
    max-width: 370px;
    max-height: 233px
}

.pg-post--mid .pg-post__title {
    font-size: 16px
}

.pg-post--mid .pg-post__teaser {
    display: none
}

.pg-post--mid:nth-child(odd) {
    margin-right: 20px
}

.pg-post--mid .pg-post__title a {
    font-size: 16px;
    min-height: 30px
}

.pg-post--sm, .pg-post--ssm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    max-width: -webkit-calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px)
}

.pg-post--sm .pg-post-inner, .pg-post--ssm .pg-post-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 20px;
    max-width: 235px
}

.pg-post--sm .pg-post__category, .pg-post--ssm .pg-post__category {
    display: none
}

.pg-post--sm .pg-post__img, .pg-post--ssm .pg-post__img {
    max-width: 115px;
    height: auto
}

.pg-post--sm .pg-post__img img, .pg-post--ssm .pg-post__img img {
    height: 100%
}

.pg-post--sm .pg-post__title a, .pg-post--ssm .pg-post__title a {
    width: 100%;
    max-height: 70px;
    overflow: hidden;
    margin: 0 0 17px;
    font-size: 16px;
    -webkit-line-clamp: 3
}

.pg-post--sm .pg-post__teaser, .pg-post--ssm .pg-post__teaser {
    display: none
}

.pg-post--sm:nth-child(odd), .pg-post--ssm:nth-child(odd) {
    margin-right: 20px
}

.pg-post--ssm {
    max-width: 100%;
    border-bottom: 1px dashed #e8e8e8;
    padding: 14px 0
}

.pg-post--ssm:first-child {
    padding-top: 0
}

.pg-post--ssm:last-child {
    border: none
}

.pg-post--sb .pg-post__category, .pg-post--sb .pg-post__teaser {
    display: none
}

.pg-post--sb .pg-post__title {
    font-size: 16px;
    -webkit-line-clamp: 2
}

.pg-post--sb--sm {
    width: 100%
}

.md-sidebar {
    width: 100%;
    max-width: 320px;
    background: 0 0;
    border: none
}

.posts-group {
    background: #fff;
    margin-bottom: 40px
}

.md-sidebar .s-banner--300x350 {
    margin-bottom: 40px
}

.s-banner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #f2f2f2;
    color: #000
}

.s-banner span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #e8e8e8;
    opacity: .5;
    background-color: #fff
}

.s-banner--728x90 {
    height: 170px;
    padding: 0 40px;
    margin-top: -40px
}

.s-banner--728x90 span {
    width: 100%;
    max-width: 732px;
    height: 90px
}

.s-banner--300x350 span {
    width: 300px;
    height: 250px
}

.s-banner--300x600 span {
    width: 300px;
    height: 600px
}

.med-footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    max-width: 1140px;
    min-height: 275px;
    margin: 0 auto;
    color: #fff;
    font-family: Roboto, sans-serif
}

.med-footer .med-logo {
    width: 167px;
    height: auto;
    margin-left: -14px
}

.med-footer .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-left: auto;
    white-space: nowrap
}

.med-footer .footer-menu a {
    color: #fff
}

.med-footer .footer-menu li {
    list-style: none;
    white-space: nowrap
}

.med-footer .footer-menu li:not(:last-child) {
    margin-right: 30px
}

.footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 48px 0 0
}

.footer-row .row-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.footer-row .row-inner .r-inner {
    width: 100%
}

.footer-row-item, .footer-row-item .row-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.footer-row-item--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.item-contacts {
    min-width: 300px
}

.f-right {
    opacity: .5;
    font-size: 12px;
    margin-bottom: 30px
}

.social-icons {
    margin: 30px 0
}

.rpwe_widget {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    padding: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff
}

h4.block-title {
    margin-bottom: 25px
}

h4.block-title span {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1c1c21
}

.rpwe-block-2 .rpwe-ul {
    max-width: 100%;
    overflow: hidden;
    margin: 0 !important;
    list-style: none !important;
    padding-left: 0 !important
}

.rpwe-block-2 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0 0 20px;
    border: none;
    border-bottom: 1px dashed #e8e8e8 !important;
    list-style-type: none;
    padding-bottom: 14px
}

.rpwe-block-2 .rpwe-img-wrap {
    width: 100%;
    height: 168px;
    overflow: hidden;
    margin-bottom: 10px
}

.rpwe-block-2 img {
    width: 280px;
    height: 168px;
    -o-object-fit: cover;
    object-fit: cover;
    border: none !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 10px
}

.rpwe-block-2 li:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.rpwe-block-2 a {
    display: inline !important;
    text-decoration: none;
    border: none !important
}

.rpwe-block-2 li:last-child {
    border: none !important;
    margin-bottom: 0;
    padding-bottom: 0
}

.rpwe-thumb-2 {
    width: 86px;
    height: 86px;
    margin: 0 15px 0 0;
    border: none;
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.rpwe-block-2 h3 {
    display: -webkit-box;
    height: auto;
    overflow: hidden;
    margin: 0 0 10px !important;
    font-family: "PT Serif", sans-serif !important;
    font-size: 16px !important;
    color: #1c1c21;
    line-height: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400 !important;
    background: 0 0 !important;
    clear: none
}

.med-header__logo--mobile {
    max-width: 185px;
    height: auto;
    margin: 0 auto 8vw
}

#td-header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 48px;
    max-height: 67px
}

.td-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto
}

.td-header-wrap {
    position: relative;
    z-index: 2000
}

.td-header-menu-wrap-full {
    position: relative;
    z-index: 9998;
    height: 65px !important
}

#menu-td-demo-header-menu-1, .menu-td-demo-header-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#menu-td-demo-header-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center
}

.td-header-sp-top-menu {
    z-index: 1000;
    padding: 0;
    line-height: 24px;
    float: left
}

.td-header-sp-top-menu .td_ul_logout {
    margin-right: 16px
}

.td-header-sp-top-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
    padding: 0;
    opacity: .5
}

#td-top-search {
    width: 16px;
    height: 16px;
    margin: 0 20px;
    opacity: .5
}

.head-social {
    white-space: nowrap
}

.td-header-main-menu {
    position: relative;
    z-index: 999
}

#td-outer-wrap {
    z-index: 1;
    width: 100%;
    margin: auto;
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
    -o-transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
    -webkit-transform-origin: 50% 200px 0;
    -ms-transform-origin: 50% 200px 0;
    transform-origin: 50% 200px 0
}

.header-data-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #fff;
    opacity: .5;
    white-space: nowrap
}

.med-crumb-wrap {
    width: 100%;
    height: auto;
    margin: 30px 0;
    padding: 0
}

.left-content .adsbygoogle {
    width: 320px !important;
    height: 100px;
    background: 0 0
}

.adsbygoogle {
    width: 320px !important;
    height: 100px
}

.figure-static {
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px auto
}

.med-post .med-post__img {
    position: relative;
    width: 100%;
    height: 60vw;
    max-height: 643px;
    text-align: center
}

.med-post .med-post__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.post-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.post-item {
    width: 100%;
    max-width: 766px;
    margin-right: 54px;
    padding-bottom: 80px
}

.med-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto
}

.med-author .med-author__avatar {
    width: 96px;
    min-width: 96px;
    height: 96px;
    background: transparent;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.med-author .med-author__avatar img {
    width: 95px;
    max-width: 100%;
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover
}

.med-author .med-author__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.med-author .med-author__name {
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: auto 0 5px 0;
}

.med-author .med-author__email, .med-author .med-author__spec {
    width: 100%;
    font-family: "PT Serif", sans-serif;
    font-size: 14px;
    color: #606060;
    margin-bottom: auto
}

.med-social .med-social__title {
    padding-bottom: 10px
}

.td-post-content h2 {
    font-size: 20px;
    line-height: 32px
}

.read-more {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 65px;
    margin: 40px 0;
    border: 1px solid #e8e8e8;
    padding: 20px;
    background-color: #fff
}

.read-more .read-more--column {
    flex-direction: column;
    justify-content: flex-start;
}

.read-more a {
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%
}

.read-more__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.read-more__text, .read-more__title a {
    height: auto;
    margin: 0 20px 0 0;
    line-height: initial
}

.read-more__text {
    text-transform: uppercase;
    background-color: #2fa9ce;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 50%, 94% 100%, 0 100%);
    clip-path: polygon(0 0, 93% 0, 100% 50%, 94% 100%, 0 100%);
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 500;
    z-index: 100;
    width: auto;
    padding: 8px 15px 8px 10px;
    color: #fff;
    white-space: nowrap
}

.read-more__title {
    font-family: "PT Serif", sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    max-width: 100%;
    color: #1c1c21;
    text-align: left
}

.td-menu-socials-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    padding: 20px
}

.menu-mobile-menu-container {
    margin-bottom: 10vw
}

.td-mobile-content ul {
    max-width: 185px;
    margin: 0 auto;
    text-align: center;
    font-family: Roboto, sans-serif
}

.td-mobile-content li:first-child a {
    padding-top: 12px
}

.td-mobile-content .sub-menu a {
    padding: 10px 0 !important
}

.mh-social {
    max-width: 185px;
    margin: 0 auto
}

.td-mobile-content .fa {
    color: #fff;
    font-size: 14px;
    margin-right: 0
}

.ss-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.mp-slider {
    display: none;
    width: 100%;
    max-width: 767px;
    overflow: hidden;
    text-align: center
}

.mp-slider img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mp-slides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.mp-slides::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent
}

.mp-slides::-webkit-scrollbar {
    width: 3px !important;
    background-color: transparent
}

.mp-slides::-webkit-scrollbar-thumb {
    background-color: transparent
}

.mp-slides > article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 767px;
    height: 355px;
    min-height: 260px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    scroll-snap-align: start;
    margin-right: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #eee;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    font-size: 100px
}

.mp-slider > a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background-color: #dcdcdc;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.mp-slider > a:active {
    top: 1px;
    background-color: #2ea9ce
}

.mp-slider > a:focus {
    background-color: #2ea9ce
}

.mp-slider .active {
    background-color: #2ea9ce !important
}

.sl-posts {
    display: none;
    position: relative;
    min-width: 290px;
    height: -webkit-calc(68vw + 30px);
    height: calc(68vw + 30px);
    min-height: 360px
}

.sl-posts .pc-overlay .p-content {
    bottom: 20px !important
}

.peppermint.peppermint-active {
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

.peppermint.peppermint-active .peppermint-slides {
    position: relative;
    overflow: hidden;
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important
}

.peppermint.peppermint-active .peppermint-slides > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    float: left;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent
}

.peppermint.peppermint-active .peppermint-slides a:active, .peppermint.peppermint-active .peppermint-slides a:active img {
    outline: 0
}

.peppermint.peppermint-active, .peppermint.peppermint-active .peppermint-dots, .peppermint.peppermint-active .peppermint-slides, .peppermint.peppermint-active .peppermint-slides > * {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.peppermint.peppermint-mouse .peppermint-slides {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.peppermint.peppermint-mouse.peppermint-drag .peppermint-slides * {
    cursor: move !important;
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.peppermint {
    position: absolute !important;
    right: -20px;
    left: -20px;
    min-width: 320px !important;
    min-height: 320px !important
}

.peppermint figure {
    margin-bottom: -5px
}

.pc-overlay > a {
    display: block;
    height: 100%;
}

.p-content-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px !important;
}

.peppermint-active-dot {
    background: #2ea9ce !important
}

.peppermint-slides {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: inherit
}

.peppermint .wp-post-image {
    min-width: 320px;
    height: 67vw;
    min-height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: -5px;
}

.peppermint article {
    position: relative
}

.peppermint-inactive figure:not(:first-child) {
    display: none
}

.peppermint-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 20px auto 0
}

.mp-item img {
    height: 63vw;
    -o-object-fit: cover;
    object-fit: cover
}

.peppermint-dots > li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 4px;
    background-color: #dcdcdc;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.peppermint-inactive .peppermint-dots > li:first-child {
    background: #2ea9ce
}

.peppermint-active .dots-skeleton {
    display: none
}

.dots-skeleton .peppermint-dots {
    border: 1px dashed red
}

.row--page {
    min-height: 40vw
}

.blog-menu {
    width: 320px;
    min-width: 320px;
    height: auto;
    min-height: 300px;
    border: 1px solid #e8e8e8;
    padding: 16px 20px
}

.blog-menu__title {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1c1c21;
    margin-bottom: 25px
}

#menu-menu-blog {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important
}

#menu-menu-blog li:not(:last-child) {
    border-bottom: 1px dashed #c6c6c7
}

#menu-menu-blog li {
    margin: 0;
    padding: 15px 0;
    font-family: "PT Serif", sans-serif;
    font-size: 16px;
    cursor: pointer
}

#menu-menu-blog li a {
    color: #1c1c21
}

.med-contacts {
    min-height: 100vh
}

.med-contacts .page-inner h2 {
    margin-bottom: 30px
}

.med-contacts .med-contacts__title {
    font-family: "PT Serif", sans-seriff;
    font-size: 30px;
    color: #1c1c21
}

.med-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0
}

.med-inner .med-author:first-child {
    margin-right: 20px
}

.feedback-form {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 25px
}

.feedback-form__title {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1c1c21;
    margin-bottom: 30px
}

.feedback-form input[type=email], .feedback-form input[type=text] {
    height: 50px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    margin-bottom: 25px
}

.feedback-form input[type=email], .feedback-form input[type=text], .feedback-form textarea {
    padding: 10px 20px
}

.feedback-form input[type=email]::-webkit-input-placeholder, .feedback-form input[type=text]::-webkit-input-placeholder, .feedback-form textarea::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #c6c6c7;
    font-style: normal
}

.feedback-form input[type=email]::-moz-placeholder, .feedback-form input[type=text]::-moz-placeholder, .feedback-form textarea::-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #c6c6c7;
    font-style: normal
}

.feedback-form input[type=email]:-ms-input-placeholder, .feedback-form input[type=text]:-ms-input-placeholder, .feedback-form textarea:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #c6c6c7;
    font-style: normal
}

.feedback-form input[type=email]::-ms-input-placeholder, .feedback-form input[type=text]::-ms-input-placeholder, .feedback-form textarea::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #c6c6c7;
    font-style: normal
}

.feedback-form input[type=email]::placeholder, .feedback-form input[type=text]::placeholder, .feedback-form textarea::placeholder {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #c6c6c7;
    font-style: normal
}

.feedback-form input[type=submit] {
    width: 141px;
    height: 50px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #2ea9ce;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px
}

.feedback-form .screen-reader-response {
    padding-bottom: 4px;
    color: red
}

.page-inner {
    display: inline-block;
    width: 100%;
    max-width: 766px
}

.med-page {
    width: 100%
}

.med-page p {
    font-family: PT Serif, sans-serif;
    font-size: 16px;
    color: #1c1c21;
    font-weight: 400;
    margin-bottom: 0
}

.med-page ol {
    width: 100%;
    margin: 40px 0;
    padding: 0;
    list-style-type: none
}

.med-page ol li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: inherit;
    min-height: 67px;
    margin: 0 0 20px;
    border: 1px solid #e8e8e8;
    padding: 10px 26px;
    background-color: #fff
}

.med-social {
    width: 100%;
    height: auto;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    color: #1c1c21;
    margin-bottom: 40px
}

.med-social__title {
    padding-bottom: 10px
}

.med-social-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.med-social-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100px;
    height: 32px;
    margin: 8px 0 0
}

.med-social-item span {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff
}

.med-social-item:not(:last-child) {
    margin-right: 8px
}

.med-social-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.med-social-item-inner svg {
    max-width: 100%;
    height: auto;
    margin-right: 8px
}

.med-social-item--fb {
    background: #4066be
}

.med-social-item--tw {
    background: #00bcff
}

.med-social-item--vk {
    background: #2863a5
}

.med-social-item--jj {
    background: #306599
}

.not-found, .search-result {
    min-height: 100vw;
    padding-bottom: 80px
}

.search-result .left-content {
    margin-right: 54px
}

.no-results__title {
    font-size: 16px;
    font-family: PT Serif, sans-serif;
    color: #1c1c21;
    margin: 10px 0 40px;
    text-align: center;
    font-weight: 400
}

.back-home-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 290px;
    height: 50px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #2ea9ce
}

.back-home-btn a {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500
}

aside .current-menu-item a {
    color: #2ea9ce !important;
    font-weight: 700 !important
}

.td-post-content h2, .td-post-content p {
    text-align: left !important
}

.informer {
    width: 100%;
    min-height: 65px;
    background: rgba(46, 169, 206, .2);
    padding: 20px;
}

.informer .informer__icon {
    margin: 0 20px -5px 0
}

.informer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1140px;
    height: 100%;
    margin: 0 auto;
}

.informer__text {
    font-family: PT Serif, sans-serif;
    font-size: 16px;
    color: #1c1c21
}

.informer__text br {
    display: none
}

.spinner {
    width: 70px;
    margin: 100px auto 0;
    text-align: center
}

.spinner > div {
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-animation: 1.4s ease-in-out infinite both sk-bouncedelay;
    animation: 1.4s ease-in-out infinite both sk-bouncedelay;
    background-color: #333
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.med-contacts-inner {
    margin-bottom: 40px
}

/** Баннерные блоки */
.banners-block {
    width: 100%;
    min-height: 84px;
    margin: 30px 0;
    position: relative;
}

.med-banner {

}

.med-banner__desk {

}

.med-banner__mob {
    display: none;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
}

.med-promo {
    padding-bottom: 120px;
}

.med-promo h1 {
    margin: 20px 0 40px 0;
    font-family: PT Serif, sans-serif;
    size: 30px;
    font-weight: 400;
    color: #1c1c21;
}

.med-promo h4 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0;
    color: #1c1c21;
    line-height: normal;
}

.med-promo aside .wpb_wrapper {
    margin-top: 100px;
}

.med-promo .text-column h2 {
    font-family: 'PT Serif', serif;
    font-size: 42px;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    color: #2ea9ce;
}

.med-promo .message_box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
    padding: 24px 28px;
}

.med-promo .message_box h3 {
    font-family: PT Serif, serif;
    font-size: 16px;
    color: #1c1c21;
    line-height: 20px;
    font-weight: 400;
}

.med-promo .message_box .mb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    margin-right: 28px;
}

.med-promo .message_box h3 span {
    color: #1c1c21;
    text-decoration: none;
}

.promo-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    border: 1px solid #e8e8e8;
    padding: 20px;
}

.promo-box .read-more {
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
}

.promo-box .read-more__title {
    font-size: 18px;
}

.promo-box__desc {
    display: flex;
    flex-flow: column nowrap;
}

.promo-box__desc p {
    font-family: PT Serif, sans-serif;
    font-size: 14px;
    line-height: 1.93;
}

.promo-table {
    border: 0px solid white; /* Прячем рамку вокруг таблицы */
}

.promo-table tr, .promo-table th, .promo-table td {
    border: 0px solid white;
    padding: 0;
}

.promo-table td {
    padding: 10px 0;
}

.promo-table tr:not(:last-child) {
    border-bottom: 1px dashed #c6c6c7;
}

/** Таблицы промо */
.promo-table tr {
    height: 40px;
    font-family: PT Serif, sans-serif;
    font-size: 14px;
    line-height: 1.93;
}

.promo-table thead tr {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    color: #1c1c21;
    opacity: .5;
}

.promo-table tr th:first-child {
    width: 78%;
    text-align: left;
}

.promo-table tr th:last-child {
    width: 22%;
    text-align: right;
}

.promo-table tr td:first-child {
    width: 75%;
    text-align: left;
}

.promo-table tr td:last-child {
    width: 25%;
    text-align: right;
}

.promo-table td span {
    display: block;
    font-family: PT Serif, sans-serif;
    font-size: 14px;
    line-height: 27px;
}

.promo-table td span {
    font-size: 12px;
    line-height: 24px;
}

.promo-table tr td:last-child span:last-child {
    line-height: normal;
    color: #606060;
    font-family: Roboto, sans-serif;
}

.promo-table td span:first-child {
    font-size: 14px;
    line-height: 27px;
}

.promo-table td span:last-child {
    margin-bottom: 10px;
}

.promo-table .tr-header-a td {
    text-align: center !important;
    font-family: PT Serif, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #2ea9ce;
}

.promo-offers p {
    font-family: PT Serif, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #1c1c21;
}

.promo-footnote {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 1.92;
    letter-spacing: normal;
    color: #606060;
}

.p-media {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.p-media .p-media__img svg {
    max-width: 100%;
    height: auto;
}

.flex-column {
    flex-flow: column nowrap;
}

.p-media .media-item {
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-self: baseline;
}

.p-media .media-item .media-item__desc {
    display: flex;
    align-items: center;
    margin-top: 40px;
    font-family: PT Serif, sans-serif;
    font-size: 14px;
    color: #1c1c21;
}

.media-item .media-item__list {
    list-style-type: none;
    margin: 80px 0 20px 0;
}

.media-item .media-item__list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 10px 0;
}

.p-media .media-item span {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-right: 10px;
}

.chart-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.chart-item {
    max-width: calc(100% / 2 - 10px);
    width: 100%;
    /*border: 1px dashed #0a6aa1;*/
}

.round-chart-canvas {
    cursor: pointer;
}

.chart-legend li span {
    border-radius: 2px;
    margin-right: 10px;
}

/** */
.visual-block-title h2 {
    font-family: PT Serif, sans-serif;
    font-size: 18px;
    color: #1c1c21;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
}

.single_bar {
    position: relative;
    margin-bottom: 15px;
}

.single_bar-label {
    background: white;
    border: none;
    position: relative;
    height: 30px;
    color: #ffffff;
    text-shadow: unset;
}

.bar {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 0 4px 4px 0;
    color: #ffffff;
}

.bar strong {
    margin: 0 10px 0 auto;
}

.bar::after {
    content: attr(data-text);
    position: absolute;
    right: -150px;
    display: flex;
    align-items: center;
    width: 150px;
    height: 20px;
    padding: 0 10px;

    font-family: PT Serif, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #1c1c21;
}

.bars-container {
    border-left: solid 1px #979797;
}

.b-tooltip {
    position: absolute;
}

.chart-with-legend {
    max-width: 50%;
}


.svg-item:hover, .svg-map-a:hover {
    fill: #0a6aa1;
    cursor: pointer;
}


.svg-map-a:hover text {
    font-size: 40px;
    transition: .3s ease-in-out;
    transform: scale(1.4);
}

.chart-inner {
    display: flex;
    align-items: center;
}

.chart-inner svg {
    width: 70%;
}


@-webkit-keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width: 425px) {
    .chart-with-legend {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        float: left;

    }

    .chart-legend {
        display: inline-block;
        width: 50%;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        float: left;
        white-space: nowrap;
    }
}

@media (min-width: 500px) {
    .left-content .adsbygoogle {
        width: 468px;
        height: 60px
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.333%
    }

    .col-sm-2 {
        width: 16.667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.333%
    }

    .col-sm-5 {
        width: 41.667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333%
    }

    .col-sm-8 {
        width: 66.667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.333%
    }

    .col-sm-11 {
        width: 91.667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.333%
    }

    .col-sm-pull-2 {
        right: 16.667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.333%
    }

    .col-sm-pull-5 {
        right: 41.667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333%
    }

    .col-sm-pull-8 {
        right: 66.667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.333%
    }

    .col-sm-pull-11 {
        right: 91.667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.333%
    }

    .col-sm-push-2 {
        left: 16.667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.333%
    }

    .col-sm-push-5 {
        left: 41.667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333%
    }

    .col-sm-push-8 {
        left: 66.667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.333%
    }

    .col-sm-push-11 {
        left: 91.667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.333%
    }

    .col-sm-offset-2 {
        margin-left: 16.667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333%
    }

    .col-sm-offset-5 {
        margin-left: 41.667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333%
    }

    .col-sm-offset-8 {
        margin-left: 66.667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333%
    }

    .col-sm-offset-11 {
        margin-left: 91.667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .td-affix .header-search-wrap .fa {
        line-height: 48px !important
    }

    .td-affix #td-header-menu {
        min-height: 48px !important
    }

    .td-header-style-12 .td-affix .td-main-menu-logo img, .td-header-style-5 .td-affix .td-main-menu-logo img, .td-header-style-6 .td-affix .td-main-menu-logo img {
        top: 0
    }

    .td-trending-style2 {
        margin-top: 25px
    }

    .big-thumb-post {
        width: 33.33333333%;
        padding: 0 15px;
        float: left;
        margin-bottom: 12px
    }

    .row .big-thumb-post {
        padding-right: 6px
    }

    .big-grid-latest-scroll .big-thumb-post:nth-child(1) {
        padding: 0 6px
    }

    .big-grid-latest-scroll .big-thumb-post:nth-child(2) {
        padding: 0 15px 0 6px
    }

    .left-content {
        width: 100%;
        max-width: 800px;
        margin-right: 20px
    }

    .right-sidebar {
        width: 320px;
        min-width: 320px;
        padding: 0
    }

    .big-grid-latest .col-sm-8 {
        width: 68.853%
    }

    .big-grid-latest .col-sm-4 {
        width: 31.147%
    }

    .container {
        width: auto
    }

    .small-thumb-post {
        width: 25%;
        padding: 0 6px
    }

    .small-thumb-post .td-module-thumb {
        height: 124px
    }

    .big-grid-latest-scroll .animation-stack:nth-child(3) {
        padding-left: 15px
    }

    .big-grid-latest-scroll .small-thumb-post:last-of-type {
        padding-right: 15px
    }

    #td-mobile-nav .td-social-icon-wrap i {
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 38px
    }

    .comment-meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .comment-meta__time {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .comment-meta__author {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .comment-author {
        display: inline
    }

    .author_is_doctor {
        margin-right: 15px
    }
}

@media (min-width: 800px) {
    .left-content .adsbygoogle {
        width: 645px;
        height: 90px
    }
}

@media only screen and (min-width: 962px) {
    #floatingSocialShare .content-left, #floatingSocialShare .content-right, #floatingSocialShare .top-left, #floatingSocialShare .top-right {
        position: relative;
        top: 0
    }

    .share-button {
        float: left;
        margin-right: 3px
    }

    #floatingSocialShare a {
        width: 46px
    }

    #floatingSocialShare .shareCount {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 44px;
        margin: 0 0 0 2px;
        border: 1px solid #e6e6e6;
        padding: 0 5px;
        color: #000;
        line-height: 44px;
        font-size: 12px !important;
        float: left;
        text-align: center
    }

    .shareCount:after, .shareCount:before {
        content: " ";
        position: absolute;
        right: 100%;
        width: 0;
        height: 0;
        border: solid transparent;
        pointer-events: none
    }

    .shareCount:before {
        border-color: rgba(230, 230, 230, 0);
        border-right-color: #e6e6e6;
        border-width: 3px;
        top: 50%;
        margin-top: -3px
    }

    .shareCount:after {
        border-color: rgba(255, 255, 255, 0);
        border-width: 2px;
        top: 50%;
        margin-top: -2px;
        border-right-color: #fff
    }
}

@media (min-width: 962px) {
    .telegram.share-button {
        display: none !important
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.333%
    }

    .col-md-2 {
        width: 16.667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-5 {
        width: 41.667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333%
    }

    .col-md-8 {
        width: 66.667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.333%
    }

    .col-md-11 {
        width: 91.667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333%
    }

    .col-md-pull-2 {
        right: 16.667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.333%
    }

    .col-md-pull-5 {
        right: 41.667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333%
    }

    .col-md-pull-8 {
        right: 66.667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.333%
    }

    .col-md-pull-11 {
        right: 91.667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333%
    }

    .col-md-push-2 {
        left: 16.667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.333%
    }

    .col-md-push-5 {
        left: 41.667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333%
    }

    .col-md-push-8 {
        left: 66.667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.333%
    }

    .col-md-push-11 {
        left: 91.667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333%
    }

    .col-md-offset-2 {
        margin-left: 16.667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333%
    }

    .col-md-offset-5 {
        margin-left: 41.667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333%
    }

    .col-md-offset-8 {
        margin-left: 66.667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333%
    }

    .col-md-offset-11 {
        margin-left: 91.667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .p51 {
        padding-left: 51px;
        padding-right: 51px
    }

    .p30 {
        padding-left: 35px;
        padding-right: 35px
    }

    .container {
        width: auto
    }

    .big-thumb-post .td-module-thumb img {
        height: 100%
    }
}

@media (min-width: 1019px) {
    .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td-header-style-12 .td-a-rec-id-header > div, .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td-header-style-12 .td-g-rec-id-header > div {
        margin: 24px auto 0 !important
    }

    .site-footer-top {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (min-width: 1024px) {
    .td-affix .td-logo-sticky {
        display: block
    }

    .td-header-wrap .td-affix .td-main-menu-logo {
        height: 48px !important
    }

    .td-header-wrap .td-affix .td-main-menu-logo a {
        line-height: 48px !important
    }

    .td-header-wrap .td-affix .td-main-menu-logo img {
        top: -1px;
        max-height: 48px !important
    }

    .td-header-wrap .td-affix .sf-menu > li > a {
        line-height: 48px !important
    }

    .td-header-style-4 .td-main-menu-logo img {
        top: -1px
    }

    .td-header-style-4 .td-affix .td-main-menu-logo img {
        top: 0
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1180px;
        background: 0 0
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.333%
    }

    .col-lg-2 {
        width: 16.667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.333%
    }

    .col-lg-5 {
        width: 41.667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333%
    }

    .col-lg-8 {
        width: 66.667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.333%
    }

    .col-lg-11 {
        width: 91.667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.333%
    }

    .col-lg-pull-2 {
        right: 16.667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.333%
    }

    .col-lg-pull-5 {
        right: 41.667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.333%
    }

    .col-lg-pull-8 {
        right: 66.667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.333%
    }

    .col-lg-pull-11 {
        right: 91.667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.333%
    }

    .col-lg-push-2 {
        left: 16.667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.333%
    }

    .col-lg-push-5 {
        left: 41.667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.333%
    }

    .col-lg-push-8 {
        left: 66.667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.333%
    }

    .col-lg-push-11 {
        left: 91.667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.333%
    }

    .col-lg-offset-2 {
        margin-left: 16.667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333%
    }

    .col-lg-offset-5 {
        margin-left: 41.667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333%
    }

    .col-lg-offset-8 {
        margin-left: 66.667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333%
    }

    .col-lg-offset-11 {
        margin-left: 91.667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    i.visible-lg, span.visible-lg {
        display: inline-block !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }

    .small-thumb-post .td-module-thumb {
        height: 175px
    }

    .column_2_offset_1-news-list .main_1 .entry-title {
        font-size: 21px;
        line-height: 25px
    }

    .column_2_offset_1-news-list .main_1 .td-module-thumb {
        height: 235px
    }

    .row--single {
        max-width: 1140px;
        margin: 0 auto
    }

    .wrapper--single {
        width: 100%;
        background: #fff !important
    }

    .comment:not(.depth-1)::before {
        width: 20px
    }

    .comment .comment-respond, .depth-2 {
        padding-left: 30px
    }

    .comment:not(.depth-1)::after {
        left: 27px
    }

    .comment.depth-3.comment-child-more .comment-details::before {
        left: 40px
    }

    .left-content .adsbygoogle {
        width: 705px;
        height: 90px
    }
}

@media only screen and (min-width: 1200px) {
    .big-thumb-post .td-module-thumb img {
        width: 100%
    }

    .site-footer-menu {
        float: right
    }

    .category-news-list .td-module-thumb {
        height: 160px
    }
}

@media screen and (max-width: 1229px) {
    .content-groups, .main-posts {
        margin: 0
    }
}

@media screen and (max-width: 1140px) {
    .td-pb-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .td-pb-row [class*=td-pb-span] {
        display: block;
        min-height: 1px;
        float: left;
        padding-right: 0;
        padding-left: 0
    }

    .td-pb-row .td-pb-span1, .td-pb-row .td-pb-span10, .td-pb-row .td-pb-span11, .td-pb-row .td-pb-span12, .td-pb-row .td-pb-span2, .td-pb-row .td-pb-span3, .td-pb-row .td-pb-span4, .td-pb-row .td-pb-span5, .td-pb-row .td-pb-span6, .td-pb-row .td-pb-span7, .td-pb-row .td-pb-span8, .td-pb-row .td-pb-span9 {
        float: none;
        width: 100%
    }

    .td-pb-row .td-pb-row {
        padding-right: 0;
        padding-left: 0
    }

    .td-pb-row .td-pb-row .td-pb-span1, .td-pb-row .td-pb-row .td-pb-span10, .td-pb-row .td-pb-row .td-pb-span11, .td-pb-row .td-pb-row .td-pb-span12, .td-pb-row .td-pb-row .td-pb-span2, .td-pb-row .td-pb-row .td-pb-span3, .td-pb-row .td-pb-row .td-pb-span4, .td-pb-row .td-pb-row .td-pb-span5, .td-pb-row .td-pb-row .td-pb-span6, .td-pb-row .td-pb-row .td-pb-span7, .td-pb-row .td-pb-row .td-pb-span8, .td-pb-row .td-pb-row .td-pb-span9 {
        width: 100%
    }

    .td-block-row {
        margin-left: 0;
        margin-right: 0
    }

    .td-block-row:after, .td-block-row:before {
        content: "";
        display: table
    }

    .td-block-row:after {
        clear: both
    }

    .td-block-row [class*=td-block-span] {
        display: block;
        min-height: 1px;
        float: left;
        padding-right: 24px;
        padding-left: 24px
    }

    .td-block-span12, .td-block-span4, .td-block-span6 {
        float: none;
        width: 100%
    }

    .td-main-menu-logo img {
        max-width: 180px
    }

    .td-header-menu-wrap.td-affix {
        width: 100%
    }

    .td-full-layout .td-header-style-4 .td-no-subcats .td-mega-span:first-child {
        margin-left: 18px
    }

    .column_2 .td-module-thumb, .column_3 .td-module-thumb {
        height: auto
    }

    .td-full-screen-header-image-wrap .td-post-header.td-post-header--with_image {
        height: auto;
        min-height: 400px
    }

    .td-full-screen-header-image-wrap .td-crumb-container {
        left: 10px;
        padding-right: 10px;
        padding-top: 10px
    }

    .td-full-screen-header-image-wrap .td-post-header-holder {
        width: auto;
        padding-right: 10px
    }

    .td-full-screen-header-image-wrap .td-post-header header .entry-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 7px
    }

    .td-full-screen-header-image-wrap .td-post-img_info {
        margin-top: 5px
    }

    .td-full-screen-header-image-wrap .td-parallax-header {
        margin-bottom: 25px
    }

    .td-full-screen-header-image-wrap .td-read-down a i {
        font-size: 40px;
        bottom: 0
    }

    .td-container {
        width: 100%
    }

    .head-social {
        display: none !important
    }
}

@media screen and (max-width: 1024px) {
    .main-posts .mp-post .p-content__title a {
        font-size: 16px
    }

    .main-posts .mp-post .p-content {
        bottom: 25px
    }

    .chart-container {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
    .chart-item {
        max-width: 80%;
        margin-bottom: 40px;
    }
}


@media (max-width: 1023px) {
    .td-header-row [class*=td-header-sp] {
        padding-right: 0;
        padding-left: 0
    }

    .td-main-menu-logo {
        display: block;
        margin-right: 0;
        height: 0
    }

    .td-header-top-menu-full {
        display: none
    }

    .td-header-header {
        padding: 0
    }

    .header-search-wrap .fa {
        color: #fff !important
    }

    .td-header-style-4 .td-main-menu-logo {
        float: left;
        display: inline;
        width: 0
    }

    .td-full-layout .td-header-style-4 .td-main-menu-logo img, .td-header-style-4 .td-main-menu-logo img {
        margin: auto
    }

    .sf-menu, .td-menu-badge {
        display: none
    }

    .wrapper {
        width: 100%;
        overflow: hidden;
        margin: auto;
        -webkit-transition: -webkit-transform .7s;
        transition: transform .7s;
        -o-transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
        -webkit-transform-origin: 50% 200px 0;
        -ms-transform-origin: 50% 200px 0;
        transform-origin: 50% 200px 0
    }
}

@media (max-width: 991px) {
    .td-full-screen-header-image-wrap {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 961px) {
    #floatingSocialShare {
        margin-top: 50px
    }

    #floatingSocialShare .content-left, #floatingSocialShare .content-right, #floatingSocialShare .top-left, #floatingSocialShare .top-right {
        z-index: 1;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0
    }

    #floatingSocialShare .share-button {
        display: list-item;
        position: relative;
        float: left;
        list-style-type: none
    }

    #floatingSocialShare a:focus, #floatingSocialShare a:hover {
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none
    }

    #floatingSocialShare svg {
        height: 24px
    }

    #floatingSocialShare .shareCount {
        top: 30px
    }
}

@media (max-width: 961px) {
    .td-socials-second {
        display: none
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media screen and (max-width: 900px) {
    .right-sidebar {
        display: none
    }

    .left-content {
        max-width: 100%;
        margin: 0
    }

    .md-sidebar {
        display: none
    }

    .content-group .cg-inner {
        max-width: 100%;
        margin-right: 0
    }

    .post-item {
        margin-right: 0;
        max-width: 100%
    }

    .page-inner {
        max-width: 100%
    }

    .search-result .left-content {
        margin-right: 0
    }
}

@media screen and (max-width: 840px) {
    .main-posts .mp-section-item--dual {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-posts .mp-section-item--dual .mp-inner:first-child {
        margin-right: 0
    }

    .main-posts .mp-section-item .mp-inner--dual {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-posts .mp-section-item .mp-inner--dual .mp-post {
        height: 35vw
    }

    .main-posts .mp-section-item .mp-inner--dual .mp-post img {
        height: 100%;
        max-height: 330px
    }

    .main-posts .mp-post {
        max-width: 100%;
        max-height: 355px !important;
        margin: 0 0 20px !important
    }

    .main-posts .mp-post--center {
        height: 330px
    }

    .left-content {
        margin-right: 0
    }

    #td-top-mobile-toggle {
        display: inline-block;
        position: relative;
        margin: 0 16px
    }

    .td-header-menu-wrap-full .menu-td-demo-header-menu-container {
        display: none
    }

    #td-header-menu {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .td-header-sp-top-widget {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: auto
    }

    .main-posts .mp-section-item:first-child > .mp-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    #mp-hide {
        display: none
    }

    .mp-section-item:first-child {
        margin-right: 10px
    }

    .mp-inner--dual .mp-inner:last-child .mp-post {
        height: 233px
    }

    .td-search-wrapper {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
        margin-left: 0
    }

    .head-social {
        margin-left: auto
    }
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .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 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        top: auto;
        bottom: 0;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0, 0, 0, .6)
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px
    }

    .mfp-img-mobile .mfp-close {
        position: fixed;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        padding: 0;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        text-align: center
    }
}

@media (max-width: 767px) {
    body .page-title {
        font-size: 24px;
        line-height: 32px
    }

    .td-header-style-12 .td-main-menu-logo img {
        max-height: 48px;
        margin: auto
    }

    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    i.visible-xs, span.visible-xs {
        display: inline-block !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .hidden-xs {
        display: none !important
    }

    input[type=email], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
        font-size: 16px
    }

    .alignleft {
        margin-right: 21px
    }

    .alignleft, .alignright {
        max-width: 220px !important
    }

    .alignright {
        margin-left: 21px
    }

    .td-block-row [class*=td-block-span], .td-pb-row [class*=td-pb-span] {
        padding-right: 0;
        padding-left: 0
    }

    .td-logo-in-header .td-sticky-disable.td-mobile-logo {
        display: block
    }

    .td-logo-in-header .td-sticky-header.td-mobile-logo {
        display: inherit
    }

    .td-logo-in-header .td-sticky-header.td-header-logo {
        display: none
    }

    .td-logo-in-menu .td-sticky-disable.td-mobile-logo {
        display: block
    }

    .td-logo-in-menu .td-sticky-disable.td-header-logo {
        display: none
    }

    .td-logo-in-menu .td-sticky-header.td-mobile-logo {
        display: block
    }

    .td-logo-in-menu .td-sticky-header.td-header-logo {
        display: none
    }

    .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
        display: block
    }

    .td-logo-in-menu .td-sticky-mobile.td-header-logo {
        display: none
    }

    .td-affix .td-logo-in-menu .td-main-logo {
        display: block
    }

    .admin-bar .td-header-menu-wrap.td-affix {
        top: 46px
    }

    .td-header-style-4 .td-header-rec-wrap {
        width: 100% !important;
        padding: 0 10px
    }

    #td-top-search {
        top: 0;
        margin-top: 0
    }

    #td-header-search {
        width: 91%;
        font-size: 16px
    }

    .header-search-wrap #td-header-search-button {
        display: none
    }

    .header-search-wrap #td-header-search-button-mob {
        display: block
    }

    .header-search-wrap .fa {
        width: 54px;
        height: 54px;
        line-height: 54px;
        font-size: 22px;
        margin-right: 2px
    }

    .header-search-wrap .td-drop-down-search {
        width: 100%
    }

    .td-header-sp-top-menu {
        display: none !important
    }

    .td-header-sp-top-widget {
        width: 100%;
        text-align: center
    }

    .td-social-icon-wrap {
        margin: 0 3px
    }

    .td_block_inner .td_module_mx2 .entry-title {
        font-size: 16px;
        line-height: 22px
    }

    .td_block_inner .td_module_mx2 .item-details {
        margin-bottom: 30px
    }

    .admin-bar #td-mobile-nav, .admin-bar .td-search-wrap-mob {
        padding-top: 46px
    }

    .td-trending-now-wrapper {
        height: auto;
        padding: 0;
        text-align: left
    }

    .td-trending-now-wrapper .td-next-prev-wrap {
        display: none
    }

    .td-trending-now-title {
        padding: 2px 10px 1px
    }

    .td-trending-now-display-area {
        display: block;
        position: relative;
        top: 10px;
        height: 26px;
        padding: 0
    }

    .td-trending-now-display-area .td_module_trending_now .entry-title {
        font-size: 14px;
        line-height: 16px
    }

    .td-trending-now-post {
        width: 100%;
        height: 20px;
        padding-right: 0
    }

    .td-main-page-wrap > .td-container > .td-pb-row:first-child > .wpb_column > .wpb_wrapper > .td_block_trending_now {
        padding: 4px 0 12px
    }

    .td-main-page-wrap > .td-container > .td-pb-row:first-child > .wpb_column > .wpb_wrapper > .td-trending-style2 {
        padding: 4px 2px 12px
    }

    #content {
        padding-bottom: 26px
    }

    .td-loader-gif {
        top: 200px
    }

    .big-grid-latest-scroll .small-thumb-post .td-module-thumb img {
        width: 100%
    }

    .row--single {
        margin-left: 0;
        margin-right: 0
    }

    .row--single .right-sidebar .wpb_wrapper {
        margin-right: -15px;
        margin-left: -15px
    }

    .page-nav {
        margin-right: auto;
        margin-left: auto;
        display: table;
        width: auto
    }

    .page-nav .pages {
        display: none
    }

    .big-grid-latest {
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden
    }

    .big-thumb-post .td-module-thumb {
        width: 100%;
        height: auto
    }

    .big-grid-latest-scroll {
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
        overflow-y: hidden;
        padding-top: 3px;
        z-index: 0;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .big-grid-latest-scroll .big-thumb-post, .big-grid-latest-scroll .small-thumb-post {
        margin-left: 3px;
        display: inline-block;
        white-space: normal;
        float: none;
        vertical-align: top;
        width: 80%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 0
    }

    .big-grid-latest-scroll .big-thumb-post:first-child {
        margin-left: 0
    }

    .big-grid-latest-scroll .big-thumb-post .td-module-thumb, .big-grid-latest-scroll .small-thumb-post .td-module-thumb {
        width: 100%;
        height: 150px
    }

    .big-grid-latest-scroll .big-thumb-post .entry-title, .big-grid-latest-scroll .small-thumb-post .entry-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 21px
    }

    .big-grid-latest-scroll .big-thumb-post .big-thumb__meta-info {
        display: none
    }

    .column_2_offset_1-news-list .main_1 .td-module-thumb {
        height: auto
    }

    .column_2_offset_1-news-list .main_1 .td-module-thumb .entry-thumb {
        width: 100%
    }

    .column_1-news-list .news-block-inner__item .item-details {
        margin-left: 170px;
        min-height: 103px
    }

    .column_1-news-list .news-block-inner__item .td-module-thumb {
        width: 150px
    }

    .column_1-news-list .news-block-inner__item .column_1-news-list .news-block-inner__item .td-post-category {
        display: none
    }

    .column_big .td-module-thumb {
        height: auto
    }

    .column_big .module-meta-info {
        bottom: 14px
    }

    .column_big .entry-title {
        font-size: 18px;
        line-height: 24px
    }

    .site-footer-bottom {
        text-align: center;
        padding: 6px 0
    }

    .big-thumb-post {
        padding-right: 15px
    }

    .td-trending-style2 {
        text-align: center;
        margin-top: 15px
    }

    .crumb-container {
        padding-top: 11px
    }

    .author-box-wrap {
        text-align: center
    }

    .author-page {
        margin-bottom: 28px
    }

    .author-box-wrap .avatar {
        margin-bottom: 5px;
        float: none
    }

    .author-box-wrap .desc {
        margin-left: 0
    }

    .td-author-counters {
        margin-bottom: 10px
    }

    .td-category-siblings {
        margin-right: 0;
        width: auto
    }

    .td-category-siblings .td-subcat-dropdown {
        position: absolute;
        top: 0
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .td-block-row [class*=td-block-span], .td-pb-row [class*=td-pb-span] {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width: 767px) {
    .med-footer .med-logo {
        margin: 0 auto
    }

    .med-footer .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        margin: 0 auto
    }

    .med-footer .footer-menu li {
        margin: 0 0 30px !important;
        text-align: center
    }

    .med-footer .footer-menu li:not(:last-child) {
        margin: 0 0 30px;
        text-align: center
    }

    .footer-row .row-inner:first-child {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .f-right, .footer-row .row-inner .r-inner {
        text-align: center
    }

    .mp-slider, .posts-group--mobile {
        display: block
    }

    .p-content {
        bottom: unset
    }

    .pc-overlay .p-content__title a {
        font-size: 20px !important;
        -webkit-line-clamp: 3
    }

    .chart-item {
        max-width: 100%;
    }

    .chart-item:not(:last-child) {
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 676px) {
    .main-posts .mp-post--big, .main-posts .mp-post--center {
        max-height: 330px
    }
}

@media screen and (max-width: 639px) {
    .main-posts, .mp-section {
        display: none
    }

    .sl-posts {
        display: block
    }

    .posts-group .pg-inner--bd {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .pg-post--mid {
        max-width: 100%
    }

    .pg-post--mid .pg-post__img {
        max-width: 100%;
        max-height: 100%
    }

    .pg-post--mid:nth-child(odd) {
        margin-right: 0
    }

    .pg-post--sm, .pg-post--ssm {
        max-width: 100%
    }

    .pg-post--sm:nth-child(odd), .pg-post--ssm:nth-child(odd) {
        margin-right: 0
    }

    .td-mobile-content li a {
        padding: 15px 0
    }

    .med-post__img .pc-overlay .p-content {
        bottom: 0
    }

    .pc-overlay .p-content__title a {
        font-size: 24px
    }

    .pg-post__img img {
        height: 58vw;
        max-height: 350px
    }

    .banners-block {
        min-height: 150px;
        max-height: 290px;
        height: 48vw;
    }

    .med-banner__desk {
        display: none;
    }

    .med-banner__mob {
        display: block;
    }
}

@media (max-width: 602px) {
    .admin-bar .td-header-menu-wrap.td-affix {
        top: 0
    }
}

@media screen and (max-width: 600px) {
    .container {
        padding: 0 15px
    }

    .med-crumb-wrap {
        display: none
    }

    .figure-static {
        height: 60vw;
        min-height: 300px !important;
        margin: 0 0 30px
    }

    .med-post .med-post__img {
        position: absolute !important;
        right: -20px;
        left: -20px;
        width: auto;
        min-width: 320px !important;
        height: inherit;
        min-height: 320px !important
    }

    .read-more {
        height: auto;
        margin: 20px 0
    }

    .read-more__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .read-more__text {
        margin-bottom: 20px
    }

    .row--category {
        padding-top: 20px
    }

    .informer__text br {
        display: block
    }

    .informer {
        padding: 15px;
    }

    .chart-container {
        flex-wrap: wrap;
    }

    .p-media {
        flex-wrap: wrap;
    }

    .p-media .media-item {
        width: 100%;
    }

    .p-media .media-item:first-child {
        margin-bottom: 30px;
    }

    .p-media:first-child .media-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .p-media .media-item .media-item__list {
        margin: 0;
    }

    .p-media--map .media-item:first-child {
        margin: 0;
    }

    .p-media__img--map {
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 560px) {
    .td-header-sp-top-widget {
        display: none !important
    }

    #td-header-menu {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .td-search-wrapper {
        margin: 0
    }

    .td-header-style-12 .td-main-menu-logo {
        margin: 0 auto
    }

    .pc-overlay .p-content__title a {
        font-size: 24px !important;
        max-width: 400px
    }
}

@media (max-width: 500px) {
    .alignleft {
        float: none;
        max-width: 100% !important;
        margin-bottom: 21px
    }

    .alignleft, .alignleft img {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .alignleft figcaption {
        text-align: center
    }

    .alignright {
        float: none;
        max-width: 100% !important;
        margin-bottom: 21px
    }

    .alignright, .alignright img {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .alignright figcaption {
        text-align: center
    }

    .td_block_inner .td_module_mx2 .entry-title {
        font-size: 14px;
        line-height: 20px
    }

    .column_1-news-list .news-block-inner__item .td-module-thumb {
        position: relative;
        width: 100%
    }

    .column_1-news-list .news-block-inner__item .td-module-thumb img {
        width: 100%;
        margin: auto;
        -o-object-fit: cover;
        object-fit: cover
    }

    .column_1-news-list .news-block-inner__item .item-details {
        margin-left: 0;
        min-height: 69px
    }

    .column_1-news-list .news-block-inner__item .entry-title {
        font-size: 17px;
        line-height: 20px;
        font-weight: 500
    }
}

@media screen and (max-width: 500px) {
    .column_1-news-list .news-block-inner__item .item-details {
        height: auto
    }

    .column_1-news-list .news-block-inner__item .td-module-thumb img {
        max-width: 100%;
        height: 232px
    }

    .td-module-thumb {
        margin-bottom: 20px
    }

    .entry-title {
        margin: 20px 0 15px
    }

    .excerpt {
        display: none !important
    }
}

@media screen and (max-width: 479px) {
    .main-posts .mp-post {
        max-height: 255px
    }
}

@media screen and (max-width: 430px) {
    .med-promo h4 {
        margin: 30px 0;
    }

    .message_box {
        flex-wrap: wrap;
    }

    .message_box .mb-icon {
        margin: auto auto 20px 0 !important;
    }

    .chart-with-legend {
        margin-bottom: 30px;
    }


    .chart-inner {
        flex-wrap: wrap;
    }

    .chart-inner svg {
        width: 100%;
    }

    .chart-inner svg:not(:first-child) {
        margin-left: -50px;
    }
}

@media screen and (max-width: 414px) {
    .main-posts .mp-post--big, .main-posts .mp-post--center, .main-posts .mp-post--half {
        max-height: 240px !important
    }

    .main-posts .mp-post--big img, .main-posts .mp-post--center img, .main-posts .mp-post--half img {
        height: 240px
    }

    .pg-post--sm .pg-post__img, .pg-post--ssm .pg-post__img {
        min-width: 86px;
        max-width: 86px;
        height: 86px
    }

    .pc-overlay .p-content__title a {
        font-size: 18px;
        -webkit-line-clamp: 3
    }

    .pg-post--sm .pg-post__title a, .pg-post--ssm .pg-post__title a {
        margin: 0;
    }

    .med-author .med-author__email, .med-author .med-author__spec {
        font-size: 14px
    }

    .promo-box .read-more__title {
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 320px) {
    #td-mobile-nav .td-menu-login-section .td-logged-wrap {
        height: 40px;
        line-height: 40px
    }

    #td-mobile-nav .td-menu-avatar .td-avatar-container {
        -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, .1);
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .1);
        width: 40px;
        height: 40px
    }

    #td-mobile-nav .td-menu-username {
        font-size: 18px;
        height: 40px;
        margin: 0 100px 0 75px
    }
}

@media screen and (max-width: 320px) {
    .med-post__img:after {
        content: "";
        display: block;
        width: 320px;
        height: 320px
    }

    .informer__text br {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .td-header-style-12 .td-main-menu-logo img {
        margin: auto
    }

    .td_data_time {
        display: none
    }

    .small-thumb-post .entry-title {
        font-size: 14px;
        line-height: 16px
    }

    .column_2 .entry-title, .column_3 .entry-title, .column_big .entry-title {
        font-size: 14px;
        line-height: 17px
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td-header-style-12 .td-a-rec-id-header > div, .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td-header-style-12 .td-g-rec-id-header > div {
        margin: 14px auto 0 !important
    }

    .alignleft {
        max-width: 220px !important;
        margin-right: 21px
    }

    .site-footer .td-social-icon-wrap a i {
        font-size: 12px;
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    .big-thumb-post .entry-title {
        font-size: 19px;
        line-height: 21px
    }

    .big-thumb-post .big-thumb__meta-info {
        display: none
    }

    .mceContentBody-max-width-big .alignleft, .td-pb-span12 .alignleft {
        max-width: 400px !important
    }

    .alignright {
        max-width: 220px !important;
        margin-left: 21px
    }

    .mceContentBody-max-width-big .alignright, .td-pb-span12 .alignright {
        max-width: 400px !important
    }

    .td-pb-row {
        margin-right: -14px;
        margin-left: -14px
    }

    .td-pb-row:after, .td-pb-row:before {
        content: "";
        display: table
    }

    .td-pb-row:after {
        clear: both
    }

    .td-pb-row [class*=td-pb-span] {
        display: block;
        min-height: 1px;
        float: left;
        padding-right: 14px;
        padding-left: 14px
    }

    .td-block-row {
        margin-left: -14px;
        margin-right: -14px
    }

    .td-block-row:after, .td-block-row:before {
        content: "";
        display: table
    }

    .td-block-row:after {
        clear: both
    }

    .td-block-row [class*=td-block-span] {
        display: block;
        min-height: 1px;
        float: left;
        padding-right: 24px;
        padding-left: 24px
    }

    .td-header-row [class*=td-header-sp] {
        padding-right: 14px;
        padding-left: 14px
    }

    .td-full-layout .td-header-style-4 .td-main-menu-logo img, .td-header-style-4 .td-main-menu-logo img {
        margin: 0 10px
    }

    .td-full-layout .td-header-style-4 .td-mega-menu ul {
        width: 740px !important
    }

    .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
        width: 144px
    }

    .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats a {
        padding: 3px 18px
    }

    .td-full-layout .td-header-style-4 .block-mega-child-cats {
        max-height: 192px
    }

    .td-full-layout .td-header-style-4 .td-mega-span {
        width: 126px;
        min-height: 174px
    }

    .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
        min-height: 87px
    }

    .sf-menu > li > a {
        padding: 0 9px;
        font-size: 11px
    }

    .sf-menu ul .td-menu-item > a {
        padding: 5px 12px 6px;
        font-size: 11px
    }

    .sf-menu .fa {
        padding-left: 6px
    }

    .sf-menu a.sf-with-ul {
        padding-right: 22px
    }

    .td-mega-menu ul {
        width: 786px !important
    }

    .td-mega-menu-page .td-mega-grid {
        padding: 22px
    }

    .td_mega_menu_sub_cats {
        width: 152px;
        max-width: 152px
    }

    .td_mega_menu_sub_cats a {
        font-size: 11px;
        padding: 3px 22px
    }

    .block-mega-child-cats {
        max-height: 224px
    }

    .td-mega-span {
        width: 130px;
        min-height: 176px
    }

    .td-mega-span .entry-thumb {
        min-height: 89px
    }

    .td_block_inner .td_module_mx2 .item-details {
        margin-left: 95px
    }

    .td_block_inner .td_module_mx2 .td-post-category {
        margin-bottom: 5px
    }

    .td_block_inner .td_module_mx2 .td-icon-star, .td_block_inner .td_module_mx2 .td-icon-star-empty, .td_block_inner .td_module_mx2 .td-icon-star-half {
        font-size: 15px;
        width: 17px
    }

    .td-trending-now-wrapper .td-next-prev-wrap {
        right: 0
    }

    .td-trending-now-post {
        padding-right: 107px
    }

    .td-category-siblings {
        width: 560px
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-header-style-12 .td-header-menu-wrap .sf-menu > li > a {
        padding: 0 13px
    }

    .td-header-style-12 .td-header-menu-wrap .sf-menu a.sf-with-ul {
        padding-right: 28px
    }

    .big-thumb-post .entry-title {
        font-size: 22px;
        line-height: 26px
    }

    .big-thumb-post .td-module-thumb {
        height: 195px
    }

    .small-thumb-post .td-module-thumb {
        height: 175px !important
    }

    .alignleft {
        max-width: 312px !important;
        margin-right: 21px
    }

    .mceContentBody-max-width-big .alignleft, .td-pb-span12 .alignleft {
        max-width: 550px !important
    }

    .alignright {
        max-width: 312px !important;
        margin-left: 21px
    }

    .mceContentBody-max-width-big .alignright, .td-pb-span12 .alignright {
        max-width: 550px !important
    }

    .td-pb-row {
        margin-right: -20px;
        margin-left: -20px
    }

    .td-pb-row:after, .td-pb-row:before {
        content: "";
        display: table
    }

    .td-pb-row:after {
        clear: both
    }

    .td-pb-row [class*=td-pb-span] {
        display: block;
        min-height: 1px;
        float: left;
        padding-right: 20px;
        padding-left: 20px
    }

    .td-block-row {
        margin-left: -20px;
        margin-right: -20px
    }

    .td-block-row:after, .td-block-row:before {
        content: "";
        display: table
    }

    .td-block-row:after {
        clear: both
    }

    .td-block-row [class*=td-block-span] {
        display: block;
        min-height: 1px;
        float: left;
        padding-right: 24px;
        padding-left: 24px
    }

    .td-header-style-4 .td-main-menu-logo img {
        margin: 0 14px
    }

    .td-header-style-4 .sf-menu > li > a {
        padding: 0 12px
    }

    .td-header-style-4 .sf-menu a.sf-with-ul {
        padding-right: 26px
    }

    .td-full-layout .td-header-style-4 .td-main-menu-logo img {
        margin: 0 14px
    }

    .td-full-layout .td-header-style-4 .td-mega-menu ul {
        width: 980px !important
    }

    .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
        width: 192px
    }

    .td-full-layout .td-header-style-4 .td-mega-span {
        width: 174px;
        min-height: 187px
    }

    .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
        min-height: 120px
    }

    .td-mega-menu ul {
        width: 1024px !important
    }

    .td-mega-menu-page .td-mega-grid {
        padding: 21px
    }

    .td_mega_menu_sub_cats {
        width: 200px;
        max-width: 200px
    }

    .td_mega_menu_sub_cats a {
        padding: 4px 22px
    }

    .block-mega-child-cats {
        max-height: 238px
    }

    .td-mega-span {
        width: 178px;
        min-height: 189px
    }

    .td-mega-span .entry-thumb {
        min-height: 122px
    }

    .td-header-top-menu {
        overflow: visible
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    i.visible-sm, span.visible-sm {
        display: inline-block !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .hidden-sm {
        display: none !important
    }

    .big-thumb-post .td-module-thumb {
        height: 146px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    i.visible-md, span.visible-md {
        display: inline-block !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .hidden-md {
        display: none !important
    }

    .small-thumb-post .td-module-thumb {
        height: 130px
    }
}

@media (min-width: 1019px) and (max-width: 1140px) and (min-width: 1019px) and (max-width: 1140px) {
    .td-block-row [class*=td-block-span], .td-pb-row [class*=td-pb-span] {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 1019px) and (max-width: 1140px) and (min-width: 768px) and (max-width: 1018px) {
    .td-block-row [class*=td-block-span], .td-pb-row [class*=td-pb-span] {
        padding-right: 14px;
        padding-left: 14px
    }
}

@media (min-width: 1019px) and (max-width: 1140px) and (max-width: 767px) {
    .td-block-row [class*=td-block-span], .td-pb-row [class*=td-pb-span] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) and (max-width: 1018px) and (min-width: 1019px) and (max-width: 1140px) {
    .td-block-row [class*=td-block-span], .td-pb-row [class*=td-pb-span] {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 768px) and (max-width: 1018px) and (min-width: 768px) and (max-width: 1018px) {
    .td-block-row [class*=td-block-span], .td-pb-row [class*=td-pb-span] {
        padding-right: 14px;
        padding-left: 14px
    }
}

@media (min-width: 768px) and (max-width: 1018px) and (max-width: 767px) {
    .td-block-row [class*=td-block-span], .td-pb-row [class*=td-pb-span] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width: 767px) and (min-width: 1019px) and (max-width: 1140px) {
    .td-block-row [class*=td-block-span], .td-pb-row [class*=td-pb-span] {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 1018px) {
    .td-block-row [class*=td-block-span], .td-pb-row [class*=td-pb-span] {
        padding-right: 14px;
        padding-left: 14px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .column_2_offset_1-news-list .main_1 .td-module-thumb, .column_big .td-module-thumb {
        height: auto
    }

    .container--single, .wrapper--single {
        width: 100%;
        background: #fff
    }

    article .left-content .wpb_wrapper {
        margin-right: 0;
        margin-left: 0
    }
}

@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }

    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }

    i.visible-print, span.visible-print {
        display: inline-block !important
    }

    .visible-print-block {
        display: block !important
    }

    .visible-print-inline {
        display: inline !important
    }

    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}
