@font-face {
  font-family: 'fontello';
  src: url('/font/fontello.eot?68908978');
  src: url('/font/fontello.eot?68908978#iefix') format('embedded-opentype'),
       url('/font/fontello.woff2?68908978') format('woff2'),
       url('/font/fontello.woff?68908978') format('woff'),
       url('/font/fontello.ttf?68908978') format('truetype'),
       url('/font/fontello.svg?68908978#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?68908978#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-twitter:before { content: '\f099'; } /* 'ï‚™' */
.icon-facebook:before { content: '\f09a'; } /* 'ï‚š' */
		.beautiful-img {
		width: 100%;
			}
a,
abbr,
acronym,
address,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
var,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
    font-size: 100%;
    background: 0 0;
    border: none;
    text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
b,
center,
font,
hr,
i,
layer,
menu,
s,
strike,
u,
xmp {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
    font-size: 100%;
    font-weight: 400;
    font-style: normal;
    background: 0 0;
    border: none;
    text-decoration: none;
}
.top .logo {
    margin: 0 auto;
    display: block;
    width: 140px;
    height: 40px;
    margin-top: 10px;
}

.the-global-title {
    border-color: #d13030 !important;
}
ul.related_post li a {
    color: #333;
    font-weight: bolder;
    font-size: 15px;
}
.wp_rp_wrap {
    clear: both;
}
ul.related_post {
    margin: 0 0 18px 0;
    padding: 0;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -moz-column-rule: 1px solid #ccc;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -webkit-column-rule: 1px solid #ccc;
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #ccc;
}
ul.related_post li {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}
ul.related_post li img {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    float: none;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
ul.related_post li a.wp_rp_thumbnail {
    display: block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
@media screen and (max-width: 480px) {
    ul.related_post {
        -moz-column-count: auto;
        -moz-column-gap: normal;
        -moz-column-rule: none;
        -webkit-column-count: auto;
        -webkit-column-gap: normal;
        -webkit-column-rule: none;
        column-count: auto;
        column-gap: normal;
        column-rule: none;
    }
}
ul.related_post li a {
    display: block;
}
.related_post_title {
    display: block;
    color: #333;
}
.wp_rp_wrap {
    clear: both;
}
ul.related_post {
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    -moz-column-count: 2 !important;
    -moz-column-gap: 40px !important;
    -moz-column-rule: 1px solid #ccc !important;
    -webkit-column-count: 2 !important;
    -webkit-column-gap: 40px !important;
    -webkit-column-rule: 1px solid #ccc !important;
    column-count: 2 !important;
    column-gap: 40px !important;
    column-rule: 1px solid #ccc !important;
}
ul.related_post li {
    overflow: hidden !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
    -moz-column-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    break-inside: avoid-column !important;
}
ul.related_post li img {
    display: block !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: 0 0 !important;
    border: none !important;
    float: none !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
ul.related_post li a.wp_rp_thumbnail {
    display: block !important;
    width: 75px !important;
    height: 75px !important;
    overflow: hidden;
    float: left !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}
@media screen and (max-width: 480px) {
    ul.related_post {
        -moz-column-count: auto !important;
        -moz-column-gap: normal !important;
        -moz-column-rule: none !important;
        -webkit-column-count: auto !important;
        -webkit-column-gap: normal !important;
        -webkit-column-rule: none !important;
        column-count: auto !important;
        column-gap: normal !important;
        column-rule: none !important;
    }
}
hr {
    background-color: #ccc;
    height: 1px;
    border: 0;
}
ol {
    list-style-type: decimal;
    margin-left: 3em;
}
strong {
    font-weight: 700;
}
b {
    font-weight: 700;
}
cite,
em {
    font-style: italic;
}
small,
sub,
sup {
    font-size: 80%;
}
blockquote,
q {
    font-style: normal;
    quotes: none;
    margin: 0;
}
blockquote cite,
blockquote em {
    font-style: italic;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a {
    cursor: pointer;
}
a {
    color: #f1bb00;
}
img {
    max-width: 100%;
    height: auto;
}
img.wp-smiley {
    max-height: 1em;
    margin: 0;
    padding: 0;
    border: none;
}
img.no-border {
    box-shadow: none !important;
    border: none !important;
}
img.alignleft,
img.alignright {
    display: inline;
}
a img {
    max-width: 100%;
    height: auto;
    border: none;
}
a img.alignnone {
    display: block;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-dd,
.wp-caption-text {
    font: inherit;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
}
.html5-captions .wp-caption,
.wp-caption {
    padding: 10px;
    padding: 1rem;
    background: #fff;
    border: 1px solid #ccc;
}
@media (max-width: 767px) {
    .iframe-container {
        overflow: hidden;
        padding-top: 56.25%;
        position: relative;
    }
    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .iframe-container-4x3 {
        padding-top: 75%;
    }
}
html {
    font-size: 62.5%;
}
dfn,
ins {
    font-style: italic;
    text-decoration: none;
}
ins {
    color: green;
}
form label {
    cursor: pointer;
}
input,
optgroup,
select,
textarea {
    font: inherit;
    font-weight: 600;
}
optgroup {
    max-width: 100%;
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.7em;
    width: 100%;
    border: 1px solid #ccc;
}
td,
th {
    text-align: left;
    border: 1px solid #ccc;
    padding: 0.5em;
}
th {
    font-weight: 600;
}
.alignleft,
.left {
    float: left;
}
.alignright,
.right {
    float: right;
}
.aligncenter,
.center {
    display: block;
}
.alignnone,
.block {
    clear: both;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
img.wp-smiley {
    max-height: 1em;
    margin: 0;
    padding: 0;
    border: none;
}
img.no-border {
    box-shadow: none !important;
    border: none !important;
}
img.alignleft,
img.alignright {
    display: inline;
}
a img {
    max-width: 100%;
    height: auto;
    border: none;
}
a img.alignnone {
    display: block;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-dd,
.wp-caption-text {
    font: inherit;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
}
.html5-captions .wp-caption,
.wp-caption {
    padding: 10px;
    padding: 1rem;
    background: #fff;
    border: 1px solid #ccc;
}
iframe {
    max-width: 100%;
}
html {
    font-size: 62.5%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.block,
.gallery,
.html5-captions .wp-caption,
.wp-caption,
address,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
object,
ol,
p,
pre,
table,
table caption,
ul {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}
.assistive-text,
.screen-reader-text {
    position: absolute;
    left: -9999em;
    top: -9999em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 600;
}
h1 {
    font-size: 41px;
    font-weight: 700;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 23px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 12px;
}
a {
    color: #f1bb00;
    text-decoration: none;
    transition: 0.15s;
}
embed,
img,
object {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}
p {
    word-wrap: break-word;
    line-height: 21px;
}
#main {
    width: 100%;
}
#main > .wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget-title {
    font-size: 17px;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600;
}
.footer {
    background-color: #222;
    text-align: center;
    font-size: 13px;
    padding: 15px;
    color: #fff;
    font-weight: 400;
}
#container {
    width: 642px;
}
.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
    padding: 3px 6px 3px 6px !important;
}
.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 15px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}
.page-numbers a span {
    padding: 0;
}
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}
.page-numbers:hover {
    text-decoration: none;
}
blockquote {
    font-size: 1.4em;
    margin: 50px auto;
    font-family: Open Sans;
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #f1bb00;
    line-height: 1.6;
    position: relative;
    background: #ededed;
}
blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #f1bb00;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}
blockquote::after {
    content: "";
}
blockquote span {
    display: block;
    color: #333;
    font-style: normal;
    font-weight: 700;
    margin-top: 1em;
}
.secondary-nav {
    margin-top: 12px;
    width: 100%;
    border-top: 1px solid #2a2a2a;
    height: 32px;
    background-color: #222;
}
.secondary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.secondary-nav ul li {
    display: table-cell;
    width: 118px;
    text-align: center;
}
.secondary-nav ul li.active {
    background-color: #f1bb00;
}
.secondary-nav ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 31px;
    padding: 0;
    text-decoration: none;
    letter-spacing: 1px;
}
.secondary-nav ul li a:hover {
    background: #f1bb00;
    text-decoration: none;
}
.nav-icon-container {
    width: 25px;
    height: 30px;
}
.nav-icon {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.post-meta {
    margin: 10px 0 8px;
    font-size: 12px;
    overflow: hidden;
}
.post-meta,
.post-meta a:not(:hover) {
    color: #777;
}
.post-cat a {
    display: inline-block;
    background: #f1bb00;
    color: #fff;
    padding: 0 6px;
    font-size: 11px;
    line-height: 1.85em;
    margin-right: 4px;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 0;
    transition: 0.3s;
    border-radius: 2px;
}
.post-cat:first-child:last-child {
    margin: 0;
}
@media (max-width: 479px) {
    .post-cat {
        font-size: 9px;
        padding: 1px 5px;
        height: 18px;
        line-height: 18px;
    }
}
a.post-cat:hover {
    background: #f1bb00;
    color: #fff;
}
#breadcrumb {
    margin: 50px 0 0;
}
#breadcrumb,
#breadcrumb a:not(:hover) {
    color: #999;
}
#breadcrumb .delimiter {
    margin: 0 3px;
    font-style: normal;
}
#tie-body .post-cat:hover {
    text-decoration: none !important;
}
.tie-alignright {
    float: right;
}
.alignright {
    float: right;
    margin: 0.375em 0 1em 1.75em;
}
@media (max-width: 767px) {
    .alignright {
        float: none;
        clear: both;
        display: block;
        margin: 0 auto 1.75em;
    }
}
.clearfix:after,
.clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
@media (max-width: 767px) {
    .entry-header {
        font-size: 28px;
    }
}
.entry-header .entry-title {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .entry-header .entry-title {
        font-size: 28px;
    }
}
.entry-header .entry-sub-title {
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    margin-top: -5px;
    margin-bottom: 15px;
    color: #777;
    font-family: inherit;
    letter-spacing: 0;
}
@media (max-width: 991px) {
    .entry-header .entry-sub-title {
        font-size: 18px;
        line-height: 23px;
    }
}
.entry-header .post-cat {
    margin-bottom: 6px;
}
.entry-header .post-meta {
    overflow: inherit;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 24px;
}
.entry-header .post-meta .meta-item {
    margin-right: 12px;
}
.entry-header .post-meta,
.entry-header .post-meta a:not(:hover) {
    color: #333;
}
.entry-header .post-meta .meta-author {
    margin: 0;
}
.entry-header .post-meta .meta-author .fa {
    display: none;
}
.entry-header .post-meta .meta-author a {
    font-weight: 600;
}
.entry-header .post-meta .date .fa {
    display: none;
}
.entry-header .post-meta .date:before {
    content: "\2022";
    color: #ccc;
    margin: 0 3px 0 5px;
    display: inline-block;
}
.entry-header .post-meta .tie-alignright {
    display: inline;
}
@media (max-width: 767px) {
    .entry-header .post-meta {
        margin-bottom: -8px;
    }
    .entry-header .post-meta .tie-alignright {
        float: none;
    }
    .entry-header .post-meta .meta-item,
    .entry-header .post-meta .tie-alignright .meta-item:last-child {
        margin-bottom: 8px !important;
    }
    .entry-header .post-meta > div,
    .entry-header .post-meta > span {
        float: initial !important;
    }
    .entry-header .post-meta .meta-author a {
        font-weight: 400;
    }
    .entry-header .meta-author-avatar img {
        width: 20px;
        height: 20px;
    }
}
.meta-author-avatar img {
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-top: -5px;
    vertical-align: middle;
    border-radius: 50%;
    transition: 0.15s;
}
.entry-header-outer #breadcrumb {
    margin: 0 0 20px;
    padding: 0;
}
.entry {
    line-height: 26px;
    font-size: 15px;
}
.entry a {
    color: #f1bb00;
}
.entry a:hover {
    color: #333;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin: 0 0 0.5em;
}
@supports (-ms-accelerator: true) {
    .social-statistics-widget a {
        transition: none;
    }
}
.author-avatar {
    display: block;
}
.author-avatar img {
    border-radius: 50%;
    max-width: 111px;
}
a.author-avatar:hover {
    opacity: 0.8;
}
.fa-home:before {
    content: "\f015";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-download:before {
    content: "\f019";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-photo:before {
    content: "\f03e";
}
.fa-comment:before {
    content: "\f075";
}
.fa-comments:before {
    content: "\f086";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-fa:before {
    content: "\f2b4";
}
.fa-s15:before {
    content: "\f2cd";
}
@media print {
    body,
    html {
        background-color: #fff;
        color: #000;
        margin: 0;
        padding: 0;
    }
    img {
        max-width: 100%;
        display: block;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }
}
body {
    visibility: visible !important;
}
#respond textarea {
    width: 98%;
}
#respond input[type="text"],
#respond textarea {
    box-shadow: inset 1px 1px 3px rgba(47, 47, 47, 0.3);
    border-radius: 6px;
    border: 1px solid #c1c1c1;
    font-weight: 400;
    font-size: 14px;
}
#respond input[type="text"],
#respond textarea {
    width: 95%;
}
.balance-item {
    text-align: left;
    margin: 20px 0;
    padding: 10px;
    background: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 600px) {
    * [aria-labelledby="mobile-search"],
    .mobile-search {
        display: none;
        max-height: 0;
        overflow: hidden;
    }
}
.main {
    background: #fff;
}
@media (min-width: 1281px) {
    .main {
        background: #fff;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .main {
        background: #fff;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
[hidden] {
    display: none;
}
input {
    font: inherit;
}
input {
    overflow: visible;
}
input {
    margin: 0;
}
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
[type="reset"],
[type="submit"],
html [type="button"] {
    -webkit-appearance: button;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-moz-selection {
    background: #f1bb00;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #f1bb00;
    color: #fff;
    text-shadow: none;
}
input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #2c2f34;
    font-size: 12px;
    outline: 0;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background 0.3s, border 0.3s;
    max-width: 100%;
    background-color: transparent;
}
input:hover,
input[type="text"]:focus {
    background-color: rgba(0, 0, 0, 0.03);
}
input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
[type="submit"] {
    width: auto;
    position: relative;
    background-color: #f1bb00;
    color: #fff;
    padding: 7px 15px;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="submit"]:hover {
    background-color: #cc1075;
    text-decoration: none;
    color: #fff;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
@-webkit-keyframes lazyloadeffect {
    from {
        background-position: -400px 0;
    }
    to {
        background-position: 200px 0;
    }
}
@keyframes lazyloadeffect {
    from {
        background-position: -400px 0;
    }
    to {
        background-position: 200px 0;
    }
}
@-webkit-keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes parent-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg);
    }
}
@keyframes parent-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg);
    }
}
@-webkit-keyframes child-animate {
    0% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}
@keyframes child-animate {
    0% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}
.clearfix:after,
.clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.container-wrapper {
    background: #fff;
    padding: 20px;
}
.xl-wrapper {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
    .container-wrapper {
        padding: 20px 15px;
    }
}
.search-title h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 15;
    padding: 30;
}
@media (max-width: 767px) {
    .search-title {
        font-style: normal;
        font-weight: 400;
        font-size: 13;
        padding: 20px 15px;
    }
}
.container-wrapper-sidebar {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 10px;
}
@media (max-width: 767px) {
    .container-wrapper-sidebar {
        padding: 20px 15px;
    }
}
form.search-form {
    overflow: auto;
    position: relative;
    width: 100%;
}
.search-field {
    float: left;
    width: 73%;
}
.search-submit[type="submit"] {
    float: right;
    padding: 7px;
    margin-left: 2%;
    width: 25%;
}
@supports (-ms-accelerator: true) {
    .social-statistics-widget a {
        transition: none;
    }
}
@-webkit-keyframes flashing {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flashing {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-webkit-keyframes flashing-reverse {
    0%,
    100%,
    50% {
        opacity: 0;
    }
    25%,
    75% {
        opacity: 1;
    }
}
@keyframes flashing-reverse {
    0%,
    100%,
    50% {
        opacity: 0;
    }
    25%,
    75% {
        opacity: 1;
    }
}
@-webkit-keyframes rain-animi-effect {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em);
        transform: translateY(3em);
    }
}
@keyframes rain-animi-effect {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em);
        transform: translateY(3em);
    }
}
@-webkit-keyframes rain-animi-effect-with-rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em) rotate(360deg);
        transform: translateY(1em) rotate(360deg);
    }
}
@keyframes rain-animi-effect-with-rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em) rotate(360deg);
        transform: translateY(1em) rotate(360deg);
    }
}
@-webkit-keyframes drizzle-animi-effect {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(10deg);
        transform: translateY(0) translateX(0) rotate(10deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
        transform: translateY(3em) translateX(-3em) rotate(20deg);
    }
}
@keyframes drizzle-animi-effect {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(10deg);
        transform: translateY(0) translateX(0) rotate(10deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
        transform: translateY(3em) translateX(-3em) rotate(20deg);
    }
}
@-webkit-keyframes tie-float-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes tie-float-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes tie-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes tie-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
    }
}
@keyframes passing {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
    }
}
@-webkit-keyframes burst {
    0% {
        opacity: 0.6;
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes burst {
    0% {
        opacity: 0.6;
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes tie-float-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes tie-float-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
[class*=" tie-icon-"],
[class^="tie-icon-"] {
    font-family: tiefonticon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#breadcrumbs {
    font-size: 75%;
    color: #8e908f;
    margin: 1em 0 2em 0;
}
#breadcrumbs a {
    display: inline;
    border: none;
    padding: 0;
    text-transform: none;
}
.breadcrumbs {
    font-size: 75%;
    color: #8e908f;
    margin: 1em 0 2em 0;
}
a {
    display: inline;
    border: none;
    padding: 0;
    text-transform: none;
}
@media (max-width: 767px) {
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        display: block;
        max-width: 1000%;
        width: auto;
        background-size: contain;
    }
}
.post-list-title {
    background: #fff;
    color: #f1bb00;
    padding: 5px 20px 4px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    display: block;
    margin: -11px 0 0 0;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600;
}
.latest-post-title {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 11px;
    background-color: #f1bb00;
    margin-bottom: 10px;
}
:after,
:before {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
::-moz-selection {
    background: #f1bb00;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #f1bb00;
    color: #fff;
    text-shadow: none;
}
[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
.post-thumb {
    position: relative;
    height: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: opacity 0.2s;
}
.post-thumb img {
    width: 100%;
    display: block;
}
.post-thumb-overlay-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.post-thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(35, 38, 42, 0.8);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: 0.4s;
    opacity: 0;
}
.post-thumb-overlay:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.post-thumb-overlay .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-align: center;
    font-size: 32px;
    z-index: 8;
}
.post-thumb-overlay .icon:before {
    height: 32px;
    width: 32px;
    line-height: 32px;
    content: "\e685";
    font-family: tiefonticon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tie-thumb .icon:before {
    content: "\e6ac";
}
.post-meta {
    margin: 10px 0 8px;
    font-size: 12px;
    overflow: hidden;
}
.post-meta,
.post-meta a:not(:hover) {
    color: #777;
}
.post-meta .meta-item {
    margin-right: 8px;
    display: inline-block;
}
.tie-alignleft {
    float: left;
}
.alignleft {
    float: left;
    margin: 0.375em 1.75em 1em 0;
}
@media (max-width: 767px) {
    .alignleft {
        float: none;
        clear: both;
        display: block;
        margin: 0 auto 1.75em;
    }
}
.clearfix:after,
.clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
#tie-wrapper,
.tie-container {
    height: 100%;
    min-height: 650px;
}
.tie-container {
    position: relative;
    overflow: hidden;
}
#tie-wrapper {
    background: #fff;
    position: relative;
    z-index: 108;
    height: 100%;
    margin: 0 auto;
}
@media (max-width: 991px) {
    #content {
        margin-top: 15px;
    }
}
.post-content.container-wrapper {
    padding: 0;
}
@media (max-width: 767px) {
    .container-wrapper {
        padding: 20px 15px;
    }
}
.post-title a {
    color: #333;
}
.post-title a:hover {
    color: #f1bb00;
}
.widget-title {
    position: relative;
}
.widget-title h4 {
    font-size: 15px;
    min-height: 15px;
}
.widget-title-icon {
    position: absolute;
    right: 0;
    top: 1px;
    color: #b9bec3;
}
.widget-title-icon:before {
    content: "\f08d";
}
.widget-title-icon.fa {
    font-size: 15px;
}
@-webkit-keyframes flashing {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flashing {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-webkit-keyframes flashing-reverse {
    0%,
    100%,
    50% {
        opacity: 0;
    }
    25%,
    75% {
        opacity: 1;
    }
}
@keyframes flashing-reverse {
    0%,
    100%,
    50% {
        opacity: 0;
    }
    25%,
    75% {
        opacity: 1;
    }
}
@-webkit-keyframes rain-animi-effect {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em);
        transform: translateY(3em);
    }
}
@keyframes rain-animi-effect {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em);
        transform: translateY(3em);
    }
}
@-webkit-keyframes rain-animi-effect-with-rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em) rotate(360deg);
        transform: translateY(1em) rotate(360deg);
    }
}
@keyframes rain-animi-effect-with-rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em) rotate(360deg);
        transform: translateY(1em) rotate(360deg);
    }
}
@-webkit-keyframes drizzle-animi-effect {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(10deg);
        transform: translateY(0) translateX(0) rotate(10deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
        transform: translateY(3em) translateX(-3em) rotate(20deg);
    }
}
@keyframes drizzle-animi-effect {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(10deg);
        transform: translateY(0) translateX(0) rotate(10deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
        transform: translateY(3em) translateX(-3em) rotate(20deg);
    }
}
@-webkit-keyframes tie-float-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes tie-float-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes tie-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes tie-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
    }
}
@media (max-width: 768px) {
    .tagBlock {
        margin: 20px 0 20px 0;
        padding: 10px;
        float: left;
        width: 100%;
    }
    .xltag a,
    .xltag a:active,
    .xltag a:visited {
        float: left;
        color: #333;
        background-color: #eee;
        font-size: 12px;
        padding: 10px 10px;
        margin: 0 10px 10px 0;
        text-transform: capitalize;
    }
    .xltag a:hover {
        background-color: #ccc;
        text-decoration: none;
    }
}
@media (min-width: 769px) {
    .tagBlock {
        margin: 20px 0 20px 0;
        float: left;
        width: 100%;
    }
    .xltag a,
    .xltag a:active,
    .xltag a:visited {
        display: inline-block;
        color: #333;
        background-color: #eee;
        font-size: 12px;
        padding: 2px 10px;
        margin: 0 10px 10px 0;
        text-transform: capitalize;
    }
    .xltag a:hover {
        background-color: #ccc;
        text-decoration: none;
    }
}
.stream-item {
    text-align: center;
    margin: 20px 0;
    padding: 0;
}
.stream-title {
    margin-bottom: 3px;
    font-size: 80%;
    line-height: 20px;
    color: #a5a5a5;
    display: block;
}
a.black-button {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    padding: 8px 15px !important;
    letter-spacing: 0 !important;
}
.drop-comment {
    background: #f1bb00 !important;
    border: 1px solid #ef3e36 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    padding: 5px 20px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}
.comment-count {
    display: block;
    float: right;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-top: 6px;
    margin-right: 10px;
}
.comment-count::after {
    font-family: "Font Awesome 5 Free";
    display: block;
    content: "\f075";
    font-weight: 800;
    color: #6ab51e;
    font-size: 17px;
    line-height: 1;
    position: absolute;
    top: -1px;
    left: -22px;
}
.cat-music-wrapper .cat-music {
    display: flex;
    justify-content: center;
}
ul.table.disclosure .cat-music-wrapper .cat-music li {
    background: 0 0;
    border: none;
    padding: 0 7px !important;
}
.wp-caption {
    width: 738px;
    border: none;
    background: 0 0;
    margin: 0;
}
.wp-caption img {
    display: block;
    margin: 0;
    max-width: 100%;
}
.wp-caption p.wp-caption-text {
    color: #fff;
    background: #000;
    text-align: left;
    padding: 9px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 13px;
}
.commentlist .li-comment {
    background: #f7f7f7;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #d8d8d8;
    background-position: 10px 15px;
    font-size: 13px;
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 3px 10px 10px 10px;
    position: relative;
}
.commentlist .li-comment:nth-child(odd) {
    background: #fff;
}
.commentlist .children .li-comment {
    background: 0 0;
    background-position: 10px 15px;
    border: 1px solid #e9e9e9;
    padding-right: 0;
    padding: 3px 10px 10px 10px;
}
.commentlist .li-comment:nth-child(odd) .children .li-comment {
    background: #fff;
}
.commentlist {
    margin: 0;
}
.commentlist .children {
    margin-left: 20px;
}
.li-comment {
    position: relative;
}
.li-comment::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 39px;
    background: #e9e9e9;
}
.comment-author {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 30px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    z-index: 10;
    position: relative;
}
.comment-author::after {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    background: url(https://secure.gravatar.com/avatar/ad51650…);
    background: url(https://secure.gravatar.com/avatar/?s=40&d=mm&r=g?s=280&d=mm&r=g);
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 30px;
    position: absolute;
    top: -8px;
    left: -35px;
}
.commentlist li .comment-info {
    color: #999;
    margin: 0 0 10px 0;
    z-index: 10;
    position: relative;
    left: 8px;
    display: inline-block;
}
.commentlist li .comment-info a,
.style4 a,
.style4 a strong,
center div p a,
center div p a strong,
div[align="center"] a,
p.byline.small b a {
    border-bottom: none !important;
}
.commentlist li .comment-info + p {
    margin-top: 5px;
    margin-bottom: 7px;
}
.comment-notice {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    background-color: #ffc;
    font-size: 12px;
}
.comment-notice span {
    text-decoration: underline;
    color: red;
    font-size: 14px;
}
.comment-error-message {
    color: #f44336;
    margin-top: -15px;
}
.social-icons-item {
    float: right;
    margin-left: 6px;
    position: relative;
}
.social-icons-item .social-link {
    transition: border 0.1s, color 0.3s, background 0.3s;
}
.social-icons-item .social-link span {
    color: #2c2f34;
    transition: 0.15s;
}
.social-icons .social-icons-item .social-link,
.social-icons-widget .social-icons-item .social-link {
    width: 24px;
    height: 24px;
    line-height: 22px;
    padding: 0;
    display: block;
    text-align: center;
    border-radius: 2px;
}
.social-icons-widget .social-icons-item .social-link:hover span {
    color: #fff;
}
.social-icons-item .facebook-social-icon {
    background: #5d82d1 !important;
}
.social-icons-item .facebook-social-icon span {
    color: #5d82d1;
}
.social-icons-item .twitter-social-icon {
    background: #40bff5 !important;
}
.social-icons-item .twitter-social-icon span {
    color: #40bff5;
}
.social-icons-item .pinterest-social-icon {
    background: #e13138 !important;
}
.social-icons-item .reddit-social-icon span {
    color: #ff4500;
}
.social-icons-item .reddit-social-icon {
    background: #ff4500 !important;
}
.social-icons-item .pinterest-social-icon span {
    color: #e13138;
}
.social-icons-item .instagram-social-icon {
    background: #3897f0 !important;
}
.social-icons-item .instagram-social-icon span {
    color: #3897f0;
}
.social-icons-item .youtube-social-icon {
    background: #ef4e41 !important;
}
.social-icons-item .youtube-social-icon span {
    color: #ef4e41;
}
ul:not(.solid-social-icons) .social-icons-item a:not(:hover) {
    background-color: transparent !important;
}
.solid-social-icons .social-link {
    background-color: #2c2f34;
    transition: opacity 0.3s;
}
.solid-social-icons .social-link span {
    color: #fff !important;
    transition: 0.1s;
}
.solid-social-icons .social-link:hover {
    opacity: 0.8;
}
.facebook-widget .widget-title-icon:before {
    content: "\f09a";
}
.widget_youtube-widget .widget-title-icon:before {
    content: "\f167";
}
.social-icons-widget .widget-title-icon:before {
    content: "\f1e0";
}
.social-icons-widget ul {
    list-style: none;
    margin: 0 -3px;
}
.social-icons-widget .social-icons-item {
    float: left;
    margin: 3px;
    border-bottom: 0;
    padding: 0;
}
.social-icons-widget .social-icons-item .social-link {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
}
@media (max-width: 479px) {
    .social-icons-widget .solid-social-icons {
        text-align: center;
    }
    .social-icons-widget .social-icons-item {
        float: none;
        display: inline-block;
    }
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-fa:before {
    content: "\f2b4";
}
.share-text {
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
}
body {
    background: #f7f7f7;
    color: #2c2f34;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 21px;
}
#fwrapper {
    background: #fff;
    width: 1020px;
    overflow: hidden;
    position: relative;
    margin: 18px auto;
}
#front-list {
    overflow: hidden;
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    #front-list {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
}
.frontleft {
    float: left;
    max-width: 650px;
}
.mainside {
    float: right;
    width: 340px;
}
.mainfoots {
    background: #fff;
    position: relative;
    width: 1020px;
    margin: 0 auto;
}
p {
    letter-spacing: 0.3px;
    margin: 0;
    padding: 0 0 18px;
}
@media (max-width: 1038px) {
    .frontleft {
        max-width: 645px;
    }
    #fwrapper {
        width: 100%;
        margin: auto;
    }
}
@media (max-width: 1033px) {
    .frontleft {
        max-width: 640px;
    }
}
@media (max-width: 1028px) {
    .frontleft {
        max-width: 635px;
    }
}
@media (max-width: 1024px) {
    .frontleft {
        max-width: 630px;
    }
    #fwrapper {
        width: 100%;
        margin: auto;
    }
}
@media (max-width: 1018px) {
    .frontleft {
        max-width: 625px;
    }
}
@media (max-width: 1013px) {
    .frontleft {
        max-width: 620px;
    }
}
@media (max-width: 1008px) {
    .frontleft {
        max-width: 615px;
    }
}
@media (max-width: 1003px) {
    .frontleft {
        max-width: 610px;
    }
}
@media (max-width: 998px) {
    .frontleft {
        max-width: 605px;
    }
}
@media (max-width: 993px) {
    .frontleft {
        max-width: 600px;
    }
}
@media (max-width: 988px) {
    .frontleft {
        max-width: 595px;
    }
}
@media (max-width: 983px) {
    .frontleft {
        max-width: 590px;
    }
}
@media (max-width: 978px) {
    .frontleft {
        max-width: 585px;
    }
}
@media (max-width: 973px) {
    .frontleft {
        max-width: 580px;
    }
}
@media (max-width: 968px) {
    .frontleft {
        max-width: 575px;
    }
}
@media (max-width: 963px) {
    .frontleft {
        max-width: 570px;
    }
}
@media (max-width: 958px) {
    .frontleft {
        max-width: 563px;
    }
}
@media (max-width: 953px) {
    .frontleft {
        max-width: 557px;
    }
}
@media (max-width: 948px) {
    .frontleft {
        max-width: 549px;
    }
}
@media (max-width: 943px) {
    .frontleft {
        max-width: 543px;
    }
}
@media (max-width: 938px) {
    .frontleft {
        max-width: 539px;
    }
}
@media (max-width: 933px) {
    .frontleft {
        max-width: 537px;
    }
}
@media (max-width: 928px) {
    .frontleft {
        max-width: 536px;
    }
}
@media (max-width: 923px) {
    .frontleft {
        max-width: 535px;
    }
}
@media (max-width: 918px) {
    .frontleft {
        max-width: 530px;
    }
}
@media (max-width: 913px) {
    .frontleft {
        max-width: 525px;
    }
}
@media (max-width: 908px) {
    .frontleft {
        max-width: 520px;
    }
}
@media (max-width: 906px) {
    .frontleft {
        float: left;
        max-width: 510px;
    }
}
@media (max-width: 901px) {
    .frontleft {
        max-width: 525px;
    }
}
@media (max-width: 895px) {
    .frontleft {
        max-width: 515px;
    }
}
@media (max-width: 890px) {
    .frontleft {
        max-width: 510px;
    }
}
@media (max-width: 880px) {
    .frontleft {
        max-width: 495px;
    }
}
@media (max-width: 870px) {
    .frontleft {
        max-width: 492px;
    }
}
@media (max-width: 860px) {
    .frontleft {
        max-width: 480px;
    }
}
@media (max-width: 850px) {
    .frontleft {
        max-width: 473px;
    }
}
@media (max-width: 840px) {
    .frontleft {
        max-width: 430px;
    }
}
@media (max-width: 830px) {
    .frontleft {
        max-width: 420px;
    }
}
@media (max-width: 820px) {
    .frontleft {
        max-width: 410px;
    }
}
@media (max-width: 810px) {
    .frontleft {
        max-width: 400px;
    }
}
@media (max-width: 800px) {
    .frontleft {
        max-width: 390px;
    }
}
@media (max-width: 790px) {
    .frontleft {
        max-width: 380px;
    }
}
@media (max-width: 780px) {
    .frontleft {
        max-width: 370px;
    }
}
@media (max-width: 770px) {
    .frontleft {
        max-width: 360px;
    }
}
@media (max-width: 760px) {
    .frontleft {
        max-width: 350px;
    }
}
@media (max-width: 740px) {
    .frontleft {
        max-width: 330px;
    }
}
@media (max-width: 730px) {
    .frontleft {
        max-width: 320px;
    }
}
@media (max-width: 720px) {
    .frontleft {
        max-width: 310px;
    }
}
@media (max-width: 710px) {
    .frontleft {
        max-width: 300px;
    }
}
@media (max-width: 700px) {
    .frontleft {
        max-width: 290px;
    }
}
@media (max-width: 690px) {
    .frontleft {
        max-width: 280px;
    }
}
@media (max-width: 670px) {
    #fbhide {
        display: none;
    }
    .frontleft {
        float: none;
        max-width: 100%;
        margin: auto;
    }
    .mainside {
        width: 100%;
        overflow: hidden;
    }
}
@media (max-width: 580px) {
    .frontleft {
        max-width: 100%;
    }
}
.comment-text {
    font-size: 1.55em;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}
.wp_rp_publish_date {
    font-size: 80%;
    color: #777;
}