@media screen and (max-width: 600px) {
  .hide-mobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}
		
		.page-line {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
		.caption {
    color: #333;
    padding: 5px 10px;
    background: #f0f0f0;
    font-family: ScoutBold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
	margin-top: -5px;
}
		.feature-img{
			width: 100%;
		}
		
.article-body p a,
.article-body li a,
.article-body h1 a,
.article-body h2 a,
.article-body h3 a,
.article-body h4 a,
.article-body h5 a,
.article-body h6 a,
.article-body b a,
.article-body i a,
.article-body strong a {
    color: #626262;
    font-weight: bold;
    text-decoration: underline
}

.article-body p a:hover,
.article-body li a:hover,
.article-body h1 a:hover,
.article-body h2 a:hover,
.article-body h3 a:hover,
.article-body h4 a:hover,
.article-body h5 a:hover,
.article-body h6 a:hover,
.article-body b a:hover,
.article-body i a:hover,
.article-body strong a:hover {
    opacity: .75
}

.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
    color: #141414;
    margin: 40px 0 20px;
    padding: 0 12px
}

.article-body h2+h2,
.article-body h2+h3,
.article-body h2+h4,
.article-body h2+h5,
.article-body h2+h6,
.article-body h3+h3,
.article-body h3+h4,
.article-body h3+h5,
.article-body h3+h6,
.article-body h4+h4,
.article-body h4+h5,
.article-body h4+h6,
.article-body h5+h5,
.article-body h5+h6,
.article-body h6+h3,
.article-body h6+h6 {
    margin: 15px 0 10px
}

.article-body h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    font-weight: 700
}

.article-body h3,
.article-body h4,
.article-body h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 700
}

.article-body h4 {
    font-size: 20px
}

.article-body h5 {
    font-size: 16px
}

.article-body a {
    text-decoration: none
}

.article-body a:hover {
    opacity: 1;
    text-decoration: underline
}

.article-body .read-more-links h5 {
    margin-top: 0
}

.article-body>a {
    color: #626262;
    font-weight: bold;
    text-decoration: underline
}

.article-body>a:hover {
    opacity: .75
}

.article-body .live-event.entry-content a {
    color: #626262;
    font-weight: bold;
    text-decoration: underline
}

.article-body .live-event.entry-content a:hover {
    opacity: .75
}

.article-body p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    line-height: 1.5;
    margin-bottom: 12px;
    padding: 0 12px
}

.article-body ul,
.article-body ol {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 0 12px
}

.article-body ul li,
.article-body ol li {
    line-height: 2;
    padding-bottom: 10px;
    position: relative
}

.article-body ul li p,
.article-body ol li p {
    margin: 0;
    padding: 0
}

.article-body ul {
    list-style: disc
}

.article-body ul li {
    margin-left: 20px
}

.article-body ol {
    counter-reset: li;
    list-style: none
}

.article-body ol li {
    margin-left: 30px
}

.article-body ol li:before {
    content: counter(li) ".";
    counter-increment: li;
    margin-left: -30px;
    position: absolute
}

.article-body>table {
    border-collapse: collapse;
    display: block;
    margin-bottom: 23px;
    overflow-x: auto;
    width: 100%
}

.article-body>table tr {
    background-color: #e0e0e0
}

.article-body>table tr:nth-child(even) {
    background-color: #f1f1f1
}

.article-body>table td,
.article-body>table th {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    line-height: 20px;
    min-width: 150px;
    padding: 6px 16px
}

.article-body>table tr:first-child td,
.article-body>table tr:first-child th {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 10px 16px
}

.article-body>table th {
    font-weight: bold
}

@media all and (min-width: 728px) {
    .article-page main {
        padding: 20px 0 16px
    }
    .article-page main>section {
        padding-left: 16px;
        padding-right: 16px
    }
    .article-page article {
        margin-left: 12px;
        margin-right: 12px
    }
    .article-wrapper {
        margin-top: 15px
    }
    .article-main h1 {
        font-size: 38px;
        letter-spacing: -1px;
        padding: 0
    }
    .article-main>h2 {
        padding: 0
    }
    .article-body h2,
    .article-body h3,
    .article-body h4,
    .article-body h5,
    .article-body h6,
    .article-body p,
    .article-body ol,
    .article-body ul {
        padding: 0
    }
    .article-body p {
        line-height: 1.8
    }
}

		
		@charset "UTF-8";
a,
b,
body,
div,
footer,
html,
i,
img,
nav,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

footer,
nav {
    display: block
}

body {
    line-height: 1
}

[data-alt-headline] {
    visibility: hidden
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    height: 100%;
    font-family: ScoutLight, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 62.5%;
    color: #000;
    background: #fff;
    min-width: 320px
}

b {
    font-weight: 700
}

#page-bottom {
    margin: 0 auto
}

.page-body {
    position: relative;
    margin: 0 auto;
    min-height: 720px
}

.page-body[style] {
    overflow: hidden !important
}


a:hover {
    color: #626262
}

@-webkit-keyframes moving-panel {
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes moving-panel {
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.follow-icon {
    display: block;
    float: left;
    color: #fff !important;
    text-align: center
}

.follow-icon .icon {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    font-size: 24px
}

.follow-icon.facebook {
    background: #3b5998
}

.follow-icon.facebook:hover {
    background: #1f3666 !important
}

.follow-icon.twitter {
    background: #17abed
}

.follow-icon.twitter:hover {
    background: #0e88bf !important
}

.nav-follow {
    overflow: hidden;
    padding: 20px 20px 30px
}

.nav-follow>span {
    display: block;
    font-family: ScoutBold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #000;
    text-transform: uppercase
}

.nav-follow .follow-icon {
    width: 25%;
    height: 50px;
    padding: 0
}

.nav-follow .follow-icon .icon {
    line-height: 50px
}



[data-pin-id] {
    display: block !important;
    margin: 0 auto
}

@media screen and (min-width:480px) {
    #footer-base span {
        height: 185px
    }
}

@media screen and (min-width:768px) {
    #page-bottom {
       
    }
    .page-body {
        
        margin-top: 0
    }
    .nav-follow {
        display: none
    }
    .page-title {
        display: none
    }
    .page .page-title {
        display: block;
        margin: 24px 0;
        font-size: 32px
    }
}

@media screen and (min-width:1024px) {
    #page-bottom {
        
    }
    .page-body {
       
    }
    .nav-follow {
        display: none
    }
}




@-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)
    }
}

#page-bottom {
    position: relative
}

#footer-base {
    padding: 10px;
    overflow: hidden;
    color: #fff;
    background: #000;
    font-size: 14px;
    line-height: 1.4
}

#footer-base .terms {
    margin-top: 10px
}

#footer-base a {
    font-family: ScoutLight, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff
}

#footer-base .copyright {
    display: block;
    height: auto;
		margin-bottom: 15px;
	margin-top: 15px
}

#footer-base .terms a {
    display: inline-block;
    margin-right: 1em;
    color: #9b9b9b;
	margin-bottom: 10px
}

.powered-by:after {
    content: " | ";
    display: inline-block;
    margin: 0 5px
}

.footer-follow a {
    display: block;
    float: left;
    width: 50%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-family: ScoutBold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px
}

.footer-follow .icon {
    margin-right: .5em;
    font-size: 20px;
    vertical-align: middle
}

.footer-follow span {
    vertical-align: middle
}

.footer-follow .facebook {
    background: #3b5998
}

.footer-follow .facebook:hover {
    background-color: #1f3666
}

.footer-follow .twitter {
    background: #206f98
}

.footer-follow .twitter:hover {
    background-color: #0e88bf
}

#back-to-top {
    display: block;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 65px;

}

#back-to-top:after {
    display: inline-block;
    content: "\00BB";
    font-family: ScoutBold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 0 3px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

#page-bottom #back-to-top {
    bottom: unset;
    right: 0
}

@media screen and (min-width:768px) {
    #back-to-top {
        position: absolute;
        top: -40px;
        right: 0
    }
    #footer-base .copyright {
        display: inline;
        height: auto
			
    }
    #footer-base .copyright:after {
        content: " | ";
        display: inline-block;
        margin: 0 5px
    }
    .footer-follow a {
        font-size: 18px
    }
    .footer-follow .icon {
        font-size: 20px
    }
}

@media screen and (min-width:1024px) {
    #footer-base {
        padding: 20px
    }
    #footer-base .terms {
        margin-top: 0;
        float: right;
        text-align: right
    }
}

#disclaimer {
    box-sizing: border-box;
    margin: 20px auto;
    padding: 10px;
    line-height: 1.28;
    background: #fafafa;
    color: #626262;
    border: 1px dashed #ccc
}


		.alr_link {
    font-size: 16px;
    font-weight: 700;
}
		.label.coloured > span, .label.neutral > span, .label.yellow > span {
    background: #ed195a;
    box-shadow: 10px 0 0 #ed195a, -10px 0 0 #ed195a;
}

.label > span {
    padding: 5px 0;
    color: #000;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.label {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-family: ScoutBold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 1.2;
}

	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: 200px;
    height: 60px;
    margin-top: 10px;
    text-align: center;
    font-size: 29px;
    font-weight: 900;
    line-height: 1.2;
}

 


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

	#breadcrumbs a {
    
    color: #626262
}

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: .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: 17px;
    
}

.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: 36px;
    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: #ed195a;
    text-decoration: none;
    transition: .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
}


#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;
    
    color: #626262
}

.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-family: ScoutBold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 1em 0;
    padding: 0 25px;
    line-height: 1.2;
    float: none;
    font-style: italic;
    position: relative;
    box-sizing: border-box;
    font-size: 22px;
}
blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #ed195a;
    font-size: 4em;
    position: absolute;
    left: -15px;
    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: #ed195a
}

.secondary-nav ul li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .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: #ed195a;
    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: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .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: #333
}

.post-cat a {
    display: inline-block;
    background: #ed195a;
    color: #000;
    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: .3s;
    border-radius: 2px;
    margin-bottom: 5px
}

.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: #ed195a;
    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: .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: #333;
    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: .15s
}

.entry-header-outer #breadcrumb {
    margin: 0 0 20px;
    padding: 0
}

.entry {
    line-height: 26px;
    font-size: 15px
}

.entry a {
    color: #ed195a
}

.entry a:hover {
    color: #333
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin: 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: .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, .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, .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: #ed195a;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #ed195a;
    color: #fff;
    text-shadow: none
}

input {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #2c2f34;
    font-size: 12px;
    outline: 0;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s, border .3s;
    max-width: 100%;
    background-color: transparent
}

input:hover,
input[type=text]:focus {
    background-color: rgba(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: #ed195a;
    color: #000;
    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: .3s;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}



.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: 10px
}

.xl-wrapper {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1)
}

@media (max-width:767px) {
    .container-wrapper {
        padding: 10px 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, .1);
    border-radius: 2px;
    padding: 10px
}

@media (max-width:767px) {
    .container-wrapper-sidebar {
        padding: 10px 10px
    }
}

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


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


.post-list-title {
    background: #fff;
    color: #ed195a;
    padding: 5px 20px 4px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    display: block;
    margin: -11px 0 0 0;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600
}

:after,
:before {
    box-sizing: border-box
}

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

.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 .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, .8);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: .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: #333
}

.post-meta .meta-item {
    margin-right: 8px;
    display: inline-block
}



#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: #ed195a
}


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


	
	

.social-icons-item {
    float: right;
    margin-left: 6px;
    position: relative
}

.social-icons-item .social-link {
    transition: border .1s, color .3s, background .3s
}

.social-icons-item .social-link span {
    
    color: #fff !important;
    transition: .1s;
    font-size: 19px;
    font-weight: 600;
}

.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 .3s
}

.solid-social-icons .social-link span {
    color: #fff !important;
    transition: .1s
}

.solid-social-icons .social-link:hover {
    opacity: .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
    }
}


html {
    color: rgba(0, 0, 0, 0.87);
}


html {
    color: #212121;
    
    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:#ffffff;
    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;
    width: 650px
}

.mainside {
    float: right;
    width: 340px
}

.mainfoots {
    background: #fff;
    position: relative;
    width: 1020px;
    margin: 0 auto
}

p {
    letter-spacing: .3px;
    margin: 0;
    padding: 0 0 18px
}

@media (max-width:1038px) {
    .frontleft {
        width: 645px
    }
    #fwrapper {
        width: 100%;
        margin: auto
    }
}

@media (max-width:1033px) {
    .frontleft {
        width: 640px
    }
}

@media (max-width:1028px) {
    .frontleft {
        width: 635px
    }
}

@media (max-width:1024px) {
    .frontleft {
        width: 630px
    }
    #fwrapper {
        width: 100%;
        margin: auto
    }
}

@media (max-width:1018px) {
    .frontleft {
        width: 625px
    }
}

@media (max-width:1013px) {
    .frontleft {
        width: 620px
    }
}

@media (max-width:1008px) {
    .frontleft {
        width: 615px
    }
}

@media (max-width:1003px) {
    .frontleft {
        width: 610px
    }
}

@media (max-width:998px) {
    .frontleft {
        width: 605px
    }
}

@media (max-width:993px) {
    .frontleft {
        width: 600px
    }
}

@media (max-width:988px) {
    .frontleft {
        width: 595px
    }
}

@media (max-width:983px) {
    .frontleft {
        width: 590px
    }
}

@media (max-width:978px) {
    .frontleft {
        width: 585px
    }
}

@media (max-width:973px) {
    .frontleft {
        width: 580px
    }
}

@media (max-width:968px) {
    .frontleft {
        width: 575px
    }
}

@media (max-width:963px) {
    .frontleft {
        width: 570px
    }
}

@media (max-width:958px) {
    .frontleft {
        width: 563px
    }
}

@media (max-width:953px) {
    .frontleft {
        width: 557px
    }
}

@media (max-width:948px) {
    .frontleft {
        width: 549px
    }
}

@media (max-width:943px) {
    .frontleft {
        width: 543px
    }
}

@media (max-width:938px) {
    .frontleft {
        width: 539px
    }
}

@media (max-width:933px) {
    .frontleft {
        width: 537px
    }
}

@media (max-width:928px) {
    .frontleft {
        width: 536px
    }
}

@media (max-width:923px) {
    .frontleft {
        width: 535px
    }
}

@media (max-width:918px) {
    .frontleft {
        width: 530px
    }
}

@media (max-width:913px) {
    .frontleft {
        width: 525px
    }
}

@media (max-width:908px) {
    .frontleft {
        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
}
	
	ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#article_list .alrow {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    background: #fff;
    color: #000
}

#article_list .alrow:after,
#article_list .alrow:before {
    content: '';
    display: table
}

#article_list .alrow:after {
    clear: both
}

#article_list .alrow .alr_pt {
    color: #999
}

#article_list .alrow .alr_l {
    padding: 0 !important;
    background: #000
}

#article_list .alrow:hover .alr_lbg {
    color: #428bca
}



#article_list .alr_desc {
    
    
    font-size: 16px
}

@media (max-width:600px) {
    .alr_pt {
        font-size: 12px
    }
    .alr_desc {
        display: none
    }
    .alr_l {
        height: 70px;
        padding: 0 !important;
        background: #000
    }
    .alr_l>div {
        height: 100%;
        background-repeat: no-repeat
    }
    .alr_lbg {
        background-position: center center;
        background-size: auto 70px;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 70px;
        font-size: 30px;
        color: rgba(255, 255, 255, .6);
        text-shadow: rgba(255, 255, 255, .4) 4px 4px 4px
    }
    .alr_vid {
        position: relative;
        margin-top: -16px;
        height: 16px !important;
        overflow: hidden;
        color: #ccc
    }
    .alr_vid:after,
    .alr_vid:before {
        content: '';
        display: table
    }
    .alr_vid:after {
        clear: both
    }
    .alr_vid>div {
        font-size: 9px;
        line-height: 16px;
        float: right;
        width: 32px;
        background: rgba(0, 0, 0, .6);
        text-align: center;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px
    }
    .alr_r {
        line-height: 16px
    }
    .alr_r>span {
        font-size: 14px;
        font-weight: 700
    }
    .alr_l {
        float: left;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 27.04167%;
        margin-left: 0;
        margin-right: 3%
    }
    .alr_l:after,
    .alr_l:before {
        content: '';
        display: table
    }
    .alr_l:after {
        clear: both
    }
    .alr_l:last-child {
        margin-right: 0
    }
    .alr_r {
        float: left;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 69.95833%;
        margin-left: 0;
        margin-right: 3%
    }
    .alr_r:after,
    .alr_r:before {
        content: '';
        display: table
    }
    .alr_r:after {
        clear: both
    }
    .alr_r:last-child {
        margin-right: 0
    }
}

@media (min-width:601px) {
    .alr_pt {
        font-size: 12px
    }
    .alr_l {
        height: 120px;
        padding: 0 !important;
        background: #000
    }
    .alr_l>div {
        height: 100%;
        background-repeat: no-repeat
    }
    .alr_vid {
        position: relative;
        height: 24px !important;
        overflow: hidden;
        margin-top: -24px;
        color: #ccc
    }
    .alr_vid:after,
    .alr_vid:before {
        content: '';
        display: table
    }
    .alr_vid:after {
        clear: both
    }
    .alr_vid>div {
        font-size: 12px;
        line-height: 24px;
        float: right;
        width: 40px;
        background: rgba(0, 0, 0, .6);
        text-align: center;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px
    }
    .alr_lbg {
        background-position: center center;
        background-size: auto 140px;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 120px;
        font-size: 60px;
        color: rgba(255, 255, 255, .6);
        text-shadow: rgba(255, 255, 255, .4) 4px 4px 4px
    }
    .alr_link {
        font-size: 18px;
        font-weight: 700
    }
    .alr_l {
        float: left;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 22.75%;
        margin-left: 0;
        margin-right: 3%
    }
    .alr_l:after,
    .alr_l:before {
        content: '';
        display: table
    }
    .alr_l:after {
        clear: both
    }
    .alr_l:last-child {
        margin-right: 0
    }
    .alr_r {
        float: left;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 74.25%;
        margin-left: 0;
        margin-right: 3%
    }
    .alr_r:after,
    .alr_r:before {
        content: '';
        display: table
    }
    .alr_r:after {
        clear: both
    }
    .alr_r:last-child {
        margin-right: 0
    }
}
		
		
			.row {
    margin-left: -15px;
    margin-right: -15px
}

.row::after {
    content: "";
    display: table;
    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;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1 {
    float: left;
    width: 8.333333%
}

.col-xs-2 {
    float: left;
    width: 16.666667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-4 {
    float: left;
    width: 30.333333%
}

.col-xs-5 {
    float: left;
    width: 41.666667%
}

.col-xs-6 {
    float: left;
    width: 50%
}

.col-xs-7 {
    float: left;
    width: 58.333333%
}

.col-xs-8 {
    float: left;
    width: 66.666667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-10 {
    float: left;
    width: 83.333333%
}

.col-xs-11 {
    float: left;
    width: 91.666667%
}

.col-xs-12 {
    float: left;
    width: 100%
}

@media (min-width:544px) {
    .col-sm-1 {
        float: left;
        width: 8.333333%
    }
    .col-sm-2 {
        float: left;
        width: 16.666667%
    }
    .col-sm-3 {
        float: left;
        width: 25%
    }
    .col-sm-4 {
        float: left;
        width: 33.333333%
    }
    .col-sm-5 {
        float: left;
        width: 41.666667%
    }
    .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-7 {
        float: left;
        width: 58.333333%
    }
    .col-sm-8 {
        float: left;
        width: 66.666667%
    }
    .col-sm-9 {
        float: left;
        width: 75%
    }
    .col-sm-10 {
        float: left;
        width: 83.333333%
    }
    .col-sm-11 {
        float: left;
        width: 91.666667%
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        float: left;
        width: 8.333333%
    }
    .col-md-2 {
        float: left;
        width: 16.666667%
    }
    .col-md-3 {
        float: left;
        width: 25%
    }
    .col-md-4 {
        float: left;
        width: 33.333333%
    }
    .col-md-5 {
        float: left;
        width: 41.666667%
    }
    .col-md-6 {
        float: left;
        width: 50%
    }
    .col-md-7 {
        float: left;
        width: 58.333333%
    }
    .col-md-8 {
        float: left;
        width: 66.666667%
    }
    .col-md-9 {
        float: left;
        width: 75%
    }
    .col-md-10 {
        float: left;
        width: 83.333333%
    }
    .col-md-11 {
        float: left;
        width: 91.666667%
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        float: left;
        width: 8.333333%
    }
    .col-lg-2 {
        float: left;
        width: 16.666667%
    }
    .col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-4 {
        float: left;
        width: 33.333333%
    }
    .col-lg-5 {
        float: left;
        width: 41.666667%
    }
    .col-lg-6 {
        float: left;
        width: 50%
    }
    .col-lg-7 {
        float: left;
        width: 58.333333%
    }
    .col-lg-8 {
        float: left;
        width: 66.666667%
    }
    .col-lg-9 {
        float: left;
        width: 75%
    }
    .col-lg-10 {
        float: left;
        width: 83.333333%
    }
    .col-lg-11 {
        float: left;
        width: 91.666667%
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-body {
    display: table-cell;
    vertical-align: top
}

.p-a-0 {
    padding: 0 0!important
}

.p-a-1 {
    padding: 1rem 1rem!important
}

.p-a-2 {
    padding: 1.5rem 1.5rem!important
}

.p-a-3 {
    padding: 3rem 3rem!important
}

.text-xs-center {
    text-align: center!important
}

@media (min-width:544px) {
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-center {
        text-align: center!important
    }
}

.text-info {
    color: #5bc0de!important
}


.text-center {
    text-align: center
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.col-0 {
    clear: left
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

.row [class*=col-] {
    padding-left: 12px;
    padding-right: 12px
}

.row-lg {
    margin-left: -20px;
    margin-right: -20px
}

.row-lg [class*=col-] {
    padding-left: 20px;
    padding-right: 20px
}

.row-md {
    margin-left: -16px;
    margin-right: -16px
}

.row-md [class*=col-] {
    padding-left: 16px;
    padding-right: 16px
}

.row-sm {
    margin-left: -8px;
    margin-right: -8px
}

.row-sm [class*=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.row-xs {
    margin-left: -4px;
    margin-right: -4px
}

.row-xs [class*=col-] {
    padding-left: 4px;
    padding-right: 4px
}

@media (min-width:992px) {
    .col-lg-2-4 {
        width: 20%;
        float: left
    }
}

@media (max-width:991px) {
    .row {
        margin-left: -8px;
        margin-right: -8px
    }
    .row [class*=col-] {
        padding-left: 8px;
        padding-right: 8px
    }
    .row-2 [class*=col] {
        width: 50%;
        float: left
    }
    .row-2 .col-0 {
        clear: none
    }
}

@media (max-width:767px) {
    .row {
        margin-left: -4px;
        margin-right: -4px
    }
    .row [class*=col-] {
        padding-left: 4px;
        padding-right: 4px
    }
}

.row-col {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%
}

.row-col>[class*=" col-"],
.row-col>[class*=col-] {
    vertical-align: top;
    float: none;
    padding: 0;
    position: static
}

.row-row {
    display: table-row;
    height: 100%
}

.row-body {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

@media (min-width:992px) {
    .row-col>[class*=" col-lg"],
    .row-col>[class*=col-lg] {
        display: table-cell;
        height: 100%
    }
}

@media (min-width:768px) {
    .row-col>[class*=" col-md"],
    .row-col>[class*=col-md] {
        display: table-cell;
        height: 100%
    }
}

@media (min-width:544px) {
    .row-col>[class*=" col-sm"],
    .row-col>[class*=col-sm] {
        display: table-cell;
        height: 100%
    }
}

.row-col>[class*=" col-xs"],
.row-col>[class*=col-xs] {
    display: table-cell;
    height: 100%
}

@media (max-width:543px) {
    .row-col-xs {
        display: block
    }
    .row-col-xs .row-body {
        overflow: visible!important
    }
}

[data-layout],
[layout] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

[data-layout=column],
[layout=column] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

[data-layout=row],
[layout=row] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

[data-layout-wrap],
[layout-wrap] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-layout-fill],
[layout-fill] {
    margin: 0;
    min-height: 100%;
    width: 100%
}

@-moz-document url-prefix() {
    [data-layout-fill],
    [layout-fill] {
        margin: 0;
        width: 100%;
        min-height: auto;
        height: inherit
    }
}

[data-flex],
[flex] {
    box-sizing: border-box;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

[data-flex-no-shrink],
[flex-no-shrink] {
    flex-shrink: 0
}


.item {
    position: relative;
    margin: 0 auto
}

.item::after {
    content: "";
    display: table;
    clear: both
}

.item .center {
    position: absolute;
    padding: 0!important;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.item-media {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: inherit
}

.item-media:after {
    content: '';
    display: block;
    padding-top: 100%
}

.item-media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, .2)
}

.item-info {
    position: relative;
    padding: 10px 0 20px 0;
    border-radius: inherit
}

.item-title {
    font-weight: 600
}

.white {
    background-color: #fff
}

.info {
    color: rgba(255, 255, 255, .87);
    background-color: #6887ff
}

.rounded {
    border-radius: 500px
}

.p-a {
    padding: 1rem
}

.p-a-lg {
    padding: 3rem
}

.p-a-md {
    padding: 1.5rem
}

.p-a-sm {
    padding: .5rem
}

.p-a-xs {
    padding: .25rem
}

.padding {
    padding: 1.5rem 1.5rem
}

@media (max-width:991px) {
    .padding {
        padding: 1.5rem 1rem
    }
}

@media (max-width:767px) {
    .padding {
        padding: 1.5rem .5rem
    }
}

a.info:hover {
    background-color: #5b7dff
}

a.text-info:hover {
    color: #5b7dff
}

.text-info {
    color: #6887ff!important
}

.text-white {
    color: #fff!important
}

._100 {
    font-weight: 100
}

._200 {
    font-weight: 200
}

._300 {
    font-weight: 300
}

._400 {
    font-weight: 400
}

._500 {
    font-weight: 500
}

._600 {
    font-weight: 600
}

._700 {
    font-weight: 700
}

._800 {
    font-weight: 800
}

.text {
    font-size: 1rem
}

.text-xs {
    font-size: .65rem
}

.text-sm {
    font-size: .8rem
}

.text-md {
    font-size: 1.125rem
}

.text-lg {
    font-size: 1.5rem
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
} 
	 

@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: 10px 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;
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
	
		
		
	}



	h2.sub-title {
    color: #626262;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4;
    margin-bottom: 18px;
    padding: 0 12px
}

@media all and (min-width: 728px) {
   h2.sub-title {
        padding: 0
    }
}

@media all and (min-width: 1024px) {
    h2.sub-title {
        font-size: 18px
    }
}

@media all and (min-width: 1240px) {
    
    h2.sub-title {
        font-size: 20px
    }
}