html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: none
}

a {
    background: transparent;
    color: #ed195a;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

ins {
    background-color: #fff;
    color: #141414;
    text-decoration: none
}

mark {
    background-color: #fff;
    color: #141414;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: 0;
    border-top: 1px solid #141414;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

main {
    display: block
}

body {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    box-sizing: border-box;
    color: #141414;
    margin-top: 90px;
    padding: 0;
    transition: margin-top 125ms linear;
    width: 100%
}

body main {
    position: relative
}

body.article-page {
    background-color: #f1f1f1
}

body.webview {
    background-color: transparent
}

.hidden {
    display: none !important
}

.not-visible {
    opacity: 0;
    visibility: hidden
}

[data-mod] {
    min-height: 1px
}

@media all and (min-width: 728px) {
    body {
        margin-top:124px
    }
}

@media all and (min-width: 1024px) {
    body {
        margin-top:127px;
        transition: none
    }
}

@media all and (min-width: 1240px) {
    body {
        margin-top:137px
    }

    main {
        margin: 0 auto;
        z-index: 1
    }
}

[data-smooth-scroll] {
    -webkit-overflow-scrolling: touch
}

.icon {
    border-radius: 50%;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-indent: 100%;
    white-space: nowrap
}

.icon:before {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-font-smoothing: antialiased;
       font-family: "FontAwesome";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-indent: 0;
    text-transform: none
}

.icon:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.comments {
    background-color: #009c33
}

.comments:before {
    content: "\f086"
}

.facebook {
    background-color: #315c97
}

.facebook:before {
    content: "\f09a"
}
.youtube {
    background-color: #ff0000
}

.youtube:before {
    content: "\f16a"
}


.flipboard {
    background-color: #e12828
}

.flipboard:before {
    content: "î¤"
}

.instagram {
    background-color: #d93174
}

.instagram:before {
    content: "\f16d";
}

.linkedin {
    background-color: #007bb5
}

.linkedin:before {
    content: "î˜‘"
}

.messenger {
    background-color: #0084ff
}

.messenger:before {
    content: "î¤ž"
}

.pinterest {
    background-color: #cd1d1f
}

.pinterest:before {
    content: "\f0d2"
}

.twitter {
    background-color: #39a9e0
}

.twitter:before {
    content: "\f099"
}

.whatsapp {
    background-color: #3bb931
}

.whatsapp:before {
    content: "\f232";
}

.icon.facebook:before {
    left: 55%
}



.mod-pancakes {
    display: grid;
    grid-auto-flow: dense;
    grid-auto-rows: min-content;
    grid-gap: 18px 12px;
    grid-template-columns: 1fr
}



.mod-pancakes>* {
    margin: 0 12px;
    overflow: hidden
}



.top-stories {
    background-color: #fff;
    border-bottom: 7px solid #626262;
    border-top: 7px solid #626262;
    margin-bottom: 48px;
    padding: 32px 0 28px
}

.top-stories>.headline {
    margin: 0 16px 24px
}

.top-stories>.headline {
    font-size: 30px;
    color: #141414;
	font-weight: 600;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: 150ms ease-in-out all
}

.top-stories>.headline :after {
    bottom: 5px;
    color: #626262;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 17px;
    margin-left: 3px;
    position: relative;
    transition: 150ms ease-in-out all
}


footer {
    background: #141414;
    margin-top: 75px;
    padding: 48px 12px 56px;
    position: relative;
    z-index: 1
}

footer li {
    list-style-type: none
}

footer a {
    text-decoration: none
}

footer #section-links {
    clear: both;
    padding-bottom: 24px
}

footer #section-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

footer #section-links li {
    float: left;
    width: 50%
}

footer #section-links a {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #f1f1f1;
    display: block;
    font-weight: 600;
    overflow: hidden;
    padding: 10px 15px 10px 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

footer #section-links a:hover {
    text-decoration: underline
}

footer .social-links {
    border-bottom: 4px solid #2c2c2c;
    border-top: 4px solid #2c2c2c;
    padding: 24px 0;
    text-align: center
}

footer .social-links h4 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

footer .social-links ul {
    margin-top: 10px;
    text-align: center
}

footer .social-links li {
    display: inline-block
}

footer .social-links a {
    font-size: 25px;
    height: 40px;
    margin: 0 5px;
    width: 40px
}

footer #utility-links {
    padding-top: 24px
}

footer #utility-links li {
    color: #979797;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    padding-top: 2px
}

footer #utility-links a {
    border-right: 1px solid #2c2c2c;
    color: inherit;
    display: block;
    margin: 0 10px 0 0;
    padding: 2px 10px 2px 0
}

footer #utility-links a:hover {
    color: #fff
}

footer #utility-links [title*=Cookie] {
    color: #fff;
    font-weight: bold
}

footer .kitemarks {
    border-bottom: 4px solid #2c2c2c;
    padding: 10px 0;
    text-align: center
}

footer .kitemarks a,footer .kitemarks div {
    display: inline-block;
    margin: 0 10px
}

@media all and (min-width: 728px) {
    footer {
        padding-bottom:24px;
        padding-left: 32px;
        padding-right: 32px
    }

    footer #section-links li {
        width: 33%
    }

    footer #section-links li a {
        font-size: 18px
    }
}

@media all and (min-width: 1024px) {
    footer #section-links li {
        width:25%
    }
}

@media all and (min-width: 1240px) {
    footer {
        padding-left:0;
        padding-right: 0
    }

    footer ul,footer div {
        margin: 0 auto;
        max-width: 1156px
    }

    footer ul [itemprop=publisher],footer div [itemprop=publisher] {
        width: 60px
    }
}

@media all and (min-width: 728px) {
    .mod-pancakes {
        grid-gap:32px 16px
    }

    .mod-pancakes>* {
        margin: 0 16px
    }

    .pancake {
        grid-gap: 32px
    }
}

@media all and (min-width: 1024px) {
    .mod-pancakes {
        grid-template-columns:1fr 351px
    }
}

.article-page main {
    background-color: #fff;
    padding-top: 20px
}

.article-page .mod-pancakes section {
    width: auto
}

.related-column>* {
    display: none
}

.related-column.no-heading .heading {
    display: none
}

.related-column .mod-pancakes {
    display: block
}

.related-column .pancake>div {
    margin-left: 0;
    margin-right: 0;
    width: auto
}

.article-wrapper {
    margin-top: 20px
}

.article-wrapper::after {
    clear: both;
    content: " ";
    display: table
}

.article-main {
    box-sizing: border-box;
    position: relative
}

.article-main h1 {
    font-size: 32px;
    color: #141414;
    letter-spacing: -0.89px;
    line-height: 1.2;
    margin-bottom: 18px;
    padding: 0 12px;
    position: relative
}

.article-main .headline-with-subtype {
    margin-bottom: 18px;
    padding: 0 12px
}

.article-main .headline-with-subtype h1 {
    display: inline;
    padding: 0
}

.article-main .headline-with-subtype .article-type {
    display: inline
}

.article-main .headline-with-subtype span {
    margin-right: 6px;
    padding: 4px 10px;
    position: relative;
    top: -5px
}

@media all and (min-width: 728px) {
    .article-main .headline-with-subtype {
        padding: 0
    }
    .article-main .headline-with-subtype h1 {
        padding-left: 12px
    }
    .article-main .headline-with-subtype span {
        left: 12px
    }
}

@media all and (min-width: 1024px) {
    .article-main .headline-with-subtype h1 {
        padding: 0
    }
    .article-main .headline-with-subtype .article-type {
        display: none
    }
}

.article-main h1+p,
.article-main .sub-title {
    color: #626262;
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4;
    margin-bottom: 18px;
    padding: 0 12px
}

@media all and (min-width: 728px) {
    .article-main h1+p,
    .article-main .sub-title {
        padding: 0
    }
}

@media all and (min-width: 1024px) {
    .article-main h1+p,
    .article-main .sub-title {
        font-size: 18px
    }
}

@media all and (min-width: 1240px) {
    .article-main h1+p,
    .article-main .sub-title {
        font-size: 20px
    }
}

.article-main .affiliate {
    position: relative
}

.article-main .affiliate:before {
    content: "";
    height: 22px;
    opacity: 1;
    position: absolute;
    width: 6px
}

@media all and (min-width: 728px) {
    .article-main .affiliate:before {
        height: 16px;
        top: -2px;
        width: 8px
    }
}

.article-main .affiliate-text {
    color: #3a3a3a;
    font-size: 10.5px;
    letter-spacing: .3px;
    line-height: 1.05;
    margin: -7px 0 12px;
    opacity: .8;
    padding: 0 12px
}

@media all and (min-width: 728px) {
    .article-main .affiliate-text {
        font-size: 13px;
        letter-spacing: .45px;
        line-height: .85;
        margin: -5px 0 21px 14px;
        padding: 0
    }
}

.article-main .affiliate-text a {
    color: #3a3a3a
}

.article-main p+.in-article-image,
.article-main p+[data-embed-group],
.article-main .adYouLike.hidden+.in-article-image,
.article-main .adYouLike.hidden+[data-embed-group] {
    margin-top: 18px
}

.article-body {
    margin-bottom: 18px
}

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

.signup-privacy {
    color: #fff;
    display: block;
    font-size: 11px;
    margin-top: 13px
}

.signup-privacy a {
    color: #fff;
    text-decoration: underline
}

@media all and (min-width: 1024px) {
    .article-wrapper {
        display: flex;
        position: relative
    }
    .article-wrapper .related-column {
        border-left: 3px solid #f1f1f1;
        flex-shrink: 0;
        padding-left: 20px;
        width: 400px
    }
    .article-wrapper .related-column>* {
        display: block;
        overflow: hidden;
        position: relative
    }
    .article-wrapper .related-column>*:not(:empty) {
        margin-bottom: 48px
    }
    .article-wrapper .related-column [id*=bottom-primary],
    .article-wrapper .related-column [id*=bottom-secondary],
    .article-wrapper .related-column .no-bottom-margin {
        margin-bottom: 0
    }
    .article-wrapper .related-column [data-str-native-key] {
        border-bottom: 1px solid #f1f1f1;
        margin: 0 0 12px;
        overflow: auto;
        padding: 0 0 12px
    }
    .article-wrapper .related-column .mpu-container {
        height: 600px
    }
    .article-wrapper .related-column .heading {
        border-bottom: 2px solid #f1f1f1;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 12px;
        padding-bottom: 12px;
        text-transform: uppercase
    }
    .article-wrapper .content-column {
        margin-right: 32px;
        width: 750px
    }
    .article-main h1 {
        font-size: 50px;
        padding: 0
    }
    .article-main>h2 {
        font-size: 18px;
        line-height: 1.4;
        padding: 0
    }
}



.article-type {
    font-size: 18px;
    margin-bottom: 20px;
    white-space: nowrap
}

.byline .article-type {
    display: none
}

.article-type .advertorial,
.article-type .opinion,
.article-type .indicator,
.article-type .channel-name {
    color: #fff;
    display: inline-block;
    padding: 4px 18px 5px;
    text-transform: uppercase
}

.article-type .channel-name {
    background-color: #626262;
    color: #fff;
    display: none;
    text-decoration: none
}

.article-type .channel-name:hover {
    opacity: .9;
    text-decoration: none
}

.article-type .advertorial {
    background-color: #979797
}

.article-type .opinion,
.article-type .indicator {
    background-color: #2c2c2c
}

@media all and (min-width: 728px) {
    .article-type {
        font-size: 20px;
        margin-left: -14px
    }
    .article-type .advertorial,
    .article-type .opinion,
    .article-type .indicator,
    .article-type .channel-name {
        padding: 7px 18px 8px
    }
}

@media all and (min-width: 1024px) {
    .article-type {
        display: none
    }
    .byline .article-type {
        display: inherit;
        margin: 0;
        overflow: hidden;
        vertical-align: middle
    }
    .byline .article-type .advertorial,
    .byline .article-type .opinion,
    .byline .article-type .indicator,
    .byline .article-type .channel-name {
        display: inherit;
        padding: 10px 24px
    }
}

@media all and (min-width: 1240px) {
    .byline .article-type {
        font-size: 24px
    }
    .byline .article-type .advertorial,
    .byline .article-type .opinion,
    .byline .article-type .indicator,
    .byline .article-type .channel-name {
        padding: 8px 24px
    }
}

.byline {
    align-items: center;
    box-sizing: border-box;
    display: block;
    padding: 0 4px;
    width: 100%
}

.byline.top-sharebar {
    padding-top: 47px
}

.gallery .byline.top-sharebar {
    background-color: #2c2c2c
}

.byline.top-sharebar .sharebar {
    border-bottom: 1px solid #9b9b9b
}

.byline.top-sharebar .sharebar ul {
    border: 0
}

.byline ul li {
    display: inline-block;
    list-style-type: none
}

.byline .count-comments {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    box-sizing: border-box;
    text-align: left
}

.byline .count-comments a {
    text-decoration: none
}

.byline .count-num {
    display: none
}

.byline .count-text {
    color: #009c33;
    display: block;
    font-size: 14px;
    font-weight: 200;
    margin-top: 4px;
    text-transform: uppercase;
    transition: transform .4s ease-out
}

.gallery .byline .count-text {
    color: #fff
}

@media all and (min-width: 728px) {
    .byline {
        border-bottom: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        display: flex;
        padding: 6px 0
    }
    .byline.top-sharebar {
        padding-top: 6px
    }
    .byline .count-comments .count-text {
        display: inline-flex
    }
    .byline .count-num {
        color: #009c33;
        display: inline-flex;
        font-size: 15px;
        font-weight: 400;
        margin: 0 2px 3px 0;
        text-transform: uppercase;
        transition: opacity .6s ease-out
    }
    .byline .count-num strong {
        padding-right: 4px
    }
    .byline .count-num.hidden {
        opacity: 0
    }
}

.article-information {
    color: #494949;
    margin: 5px;
    text-transform: uppercase;
    vertical-align: middle
}

.article-information .author-information-container {
    overflow: hidden
}

.article-information .author-label,
.article-information .author {
    margin-right: 4px
}

.article-information .author-label {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize
}

.article-information .author {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.3;
    text-transform: none
}

.article-information .author:after {
    content: ","
}

.article-information .author:nth-last-child(2):after {
    content: " & ";
    font-weight: normal
}

.article-information .author:last-child:after {
    display: none
}

.article-information .author a {
    text-decoration: underline
}

.article-information .author span {
    color: #141414
}

.article-information .author span.job-title {
    color: #494949;
    font-weight: normal;
    margin-left: 5px;
    text-decoration: none
}

.article-information a {
    color: #494949
}

.article-information .time-info li {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 400;
    border-left: 1px solid #e0e0e0;
    display: inline-block;
    margin-left: 4px;
    padding-left: 8px
}

.article-information .time-info li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 8px
}

.article-information .time-info li span {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding-right: 4px
}

.opinion-author {
    background-size: cover;
    border-radius: 90px;
    display: block;
    float: left;
    height: 32px;
    margin-right: 8px;
    padding: 0
}

.opinion-author-default {
    display: block;
    float: left;
    padding-top: 2px
}

.opinion-author-default span {
    background-color: #f1f1f1;
    border-radius: 90px;
    display: block;
    height: 32px;
    margin-right: 8px;
    overflow: hidden;
    width: 32px
}

.opinion-author-default span:before {
    color: #979797;
    content: "";
    font-family: "icomoon";
    font-size: 20px;
    height: 100%;
    left: 6px;
    position: relative;
    top: 6px;
    width: 100%
}

@media all and (min-width: 728px) {
    .article-information {
        border-left: 1px solid #e0e0e0;
        flex-grow: 1;
        padding: 0 16px;
        position: relative
    }
    .article-information .author-information-container {
        margin-top: 6px
    }
    .article-information .time-info {
        bottom: 3px;
        position: relative
    }
    .opinion-author {
        display: table-cell;
        margin-left: 0;
        margin-right: 16px;
        margin-top: 5px;
        position: absolute
    }
    .opinion-author+.author-information-container {
        margin-left: 48px
    }
    .opinion-author+.author-information-container+.time-info {
        margin-left: 48px
    }
    .opinion-author-default {
        display: table-cell;
        padding-top: 2px
    }
    .opinion-author-default span {
        margin-left: 0;
        margin-right: 16px
    }
}

@media all and (min-width: 1240px) {
    .article-information {
        position: relative
    }
    .article-information .time-info {
        bottom: 3px;
        position: relative
    }
    .article-information .time-info li {
        font-size: 11px
    }
    .article-information .time-info li span {
        font-size: 11px
    }
    .article-information .author-information-container {
        margin-top: 6px
    }
    .opinion-author {
        height: 40px;
        position: absolute
    }
    .opinion-author+.author-information-container {
        margin-left: 56px
    }
    .opinion-author+.author-information-container+.time-info {
        margin-left: 56px
    }
    .opinion-author-default {
        padding-top: 0
    }
    .opinion-author-default span {
        height: 40px;
        width: 40px
    }
    .opinion-author-default span:before {
        font-size: 23px;
        height: 100%;
        left: 9px;
        top: 8px;
        width: 100%
    }
}

.sharebar {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 7px
}

.sharebar ul {
    align-items: center;
    display: flex;
    padding: 5px
}

.sharebar li {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    list-style: none;
    margin-left: 0;
    vertical-align: middle
}

.sharebar li.sharebar-comments {
    margin-left: 0
}

.sharebar li.count-shares.last {
    display: none
}

.sharebar .count-shares {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -4px;
    margin-right: 6px
}

.sharebar .count-shares .count-text {
    font-size: 14px;
    font-weight: 600
}

.sharebar .copy-link:before {
    background: url("https://sololoaded.com/wp-content/themes/sololoaded-theme/css/vl-style.css") 0 0 no-repeat;
    background-size: cover;
    border-radius: 100%;
    content: "";
    cursor: pointer;
    display: block;
    height: 30px;
    margin-right: 10px;
    width: 30px
}

.sharebar .comments-container {
    border-top: 0;
    flex-flow: row-reverse;
    margin-left: -5px
}

.sharebar-icon {
    margin: 0 7px 0 0
}

.sharebar-icon.icon {
    display: inline-block;
    font-size: 25px;
    height: 30px;
    overflow: visible;
    position: relative;
    width: 30px;
    z-index: 1
}

.sharebar-icon.icon:hover {
    cursor: pointer;
    text-decoration: none;
    transform: scale(1.05);
    transition: transform ease-out .1s, background .2s
}

.sharebar-icon.icon.facebook {
    background-color: transparent;
    border-radius: 0;
    color: #315c97
}

.sharebar-icon.icon.facebook:before {
    content: "\f082"
}

.sharebar-icon.icon.twitter {
    background-color: transparent;
    color: #39a9e0
}

.sharebar-icon.icon.messenger {
    background-color: transparent;
    color: #0084ff
}

.sharebar-icon.icon.messenger:before {
    content: ""
}

.sharebar-icon.icon.flipboard {
    background-color: transparent;
    border-radius: 0;
    color: #e12828;
    transform: scale(1.05)
}

.sharebar-icon.icon.flipboard:before {
    content: ""
}

.sharebar-icon.icon.linkedin {
    border-radius: 25%;
    color: #fff;
    transform: scale(0.95)
}

.sharebar-icon.icon.whatsapp {
    background-color: transparent;
    color: #3bb931
}

.sharebar-icon.icon.email {
    color: #fff;
    font-size: 27px
}

.sharebar-icon.icon.email:before {
    content: ""
}

.sharebar-icon.icon.email::before {
    left: 49%
}

.sharebar-icon.icon.comments {
    font-size: 25px;
    margin-left: 10px;
    margin-right: 5px
}



.top-sharebar .sharebar {
    background: #fff;
    left: 0;
    margin: 0;
    padding: 5px 16px;
    position: fixed;
    width: 100%;
    z-index: 3
}

.top-sharebar .sharebar ul {
    padding: 0
}

.top-sharebar .sharebar .count-text {
    margin-top: 0
}

@media all and (min-width: 728px) {
    .sharebar {
        border-bottom: 0;
        border-top: 0;
        display: flex;
        flex: 0 0 auto;
        margin-bottom: 0;
        padding: 0 4px;
        padding-bottom: 0
    }
    .sharebar .share-filler {
        display: none
    }
    .sharebar ul {
        border: 0
    }
    .sharebar li.sharebar-comments {
        border-left: 1px solid #e0e0e0
    }
    .sharebar .comments-container {
        flex-flow: row
    }
    .sharebar .sharebar-icon {
        font-size: 30px;
        height: 38px;
        margin: 0 10px 0 0;
        width: 38px
    }
    .sharebar .sharebar-icon.email {
        font-size: 30px
    }
    .sharebar .sharebar-icon.email::before {
        left: 49%
    }
    .sharebar .sharebar-icon.whatsapp {
        display: none
    }
    .sharebar .copy-link:before {
        height: 38px;
        width: 38px
    }
    .sharebar .count-shares .count-num {
        color: #141414;
        font-size: 15px
    }
    .gallery .sharebar .count-shares .count-num {
        color: #fff
    }
    .photo-story .sharebar .count-shares .count-num {
        color: #fff
    }
    .top-sharebar .sharebar {
        border-bottom: 1px solid #9b9b9b;
        justify-content: flex-start
    }
    .top-sharebar .sharebar li.count-comments,
    .top-sharebar .sharebar li.count-shares.last {
        display: inline-block
    }
    .top-sharebar .sharebar .comments-container {
        display: flex
    }
    .top-sharebar .sharebar .comments-container .count-num {
        display: none
    }
    .top-sharebar .sharebar .count-text {
        font-size: 15px
    }
    .byline ul {
        margin-top: 3px
    }
    .byline .article-information {
        margin-top: -2px
    }
}

@media all and (min-width: 1024px) {
    .sharebar li.count-comments,
    .sharebar li.count-shares.last {
        display: inline-block
    }
    .sharebar-icon {
        margin: 0 12px 0 0
    }
}



@media all and (min-width: 1024px) {
    #social-headings {
        font-size: 14px
    }
}

.in-article-image {
    margin-bottom: 18px
}

.in-article-image figcaption {
    background-color: #fff;
    line-height: 1.4;
    padding: 5px 12px;
    position: relative;
    text-indent: 22px
}

.in-article-image figcaption:before {
    content: "\f030";
}

.in-article-image figcaption .caption {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c
}

.in-article-image figcaption .credit {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #141414;
    margin-left: 2px
}

.in-article-image figcaption span:first-child {
    margin-left: 0
}

.in-article-image figcaption:before {
     font-family: "FontAwesome";
    font-size: 18px;
    left: -12px;
    position: absolute;
    top: 5px
}

.lead-article-image img {
    display: block;
    width: 100%
}

@media all and (min-width: 728px) {
    .in-article-image figcaption {
        padding-left: 10px;
        text-indent: 10px
    }
}

@media all and (min-width: 1024px) {
    .in-article-image figcaption {
        padding-left: 12px
    }
}



.tag-list {
    background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    margin-bottom: 23px;
    margin-top: 39px;
    padding: 30px 0 12px;
    position: relative
}

.tag-list span {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    background-color: #141414;
    border-color: #626262;
    border-left-width: 29px;
    border-style: solid;
    color: #fff;
    font-size: 14px;
    left: 9px;
    line-height: 29px;
    margin: 0;
    padding: 0 9px;
    position: absolute;
    text-transform: uppercase;
    top: -15px
}

.tag-list span:before {
    height: 27px;
    left: -28px;
    top: 1px;
    width: 27px
}

.tag-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px
}

.tag-list ul li {
    display: inline-block;
    line-height: 0;
    margin: 0 8px 8px 0
}

.tag-list ul a {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 90px;
    color: #000;
    display: inline-block;
    line-height: 1;
    margin-top: 0;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: capitalize
}

.tag-list ul a:hover {
    background-color: #626262;
    border: 1px solid #626262;
    color: #fff;
    text-decoration: none
}

.article-information .publication-theme {
    color: #141414 !important
}

.gallery .article-information .publication-theme,.photo-story .article-information .publication-theme {
    color: #141414 !important
}

.article-type .advertorial,.article-type .channel-name {
    color: #141414
}

.section-theme-highlight {
    color: #141414
}

.teaser.teaser-opinion p a {
    color: #141414
}

.channel-whats-on .article-type .channel-name {
    color: #fff
}

.channel-whats-on .article-type .seldon-recs section-theme {
    color: #979797
}

.channel-whats-on .pancake.ensemble .teaser-highlight em a {
    color: #fff
}

.article-body p a {
    color: #626262
}

.article-body .photo-story-embed .publication-theme {
    color: #141414 !important
}

.article-body .photo-story-embed .photo-story-embed-caption p {
    color: #141414
}

.static-content a {
    color: #141414
}


.section-theme {
    color: #ed195a !important
}

.section-theme-background-with-transparency {
    background: rgba(241,187,0,.12) !important
}

.section-theme-highlight {
    background-color: #ed195a!important;
    color: #fff
}

.section-theme-indicator:before,.section-theme-indicator:after {
}

.section-theme-background-indicator:before,.section-theme-background-indicator:after,.section-theme-inherit-background-indicator *:not([class*=section-theme-]):before,.section-theme-inherit-background-indicator *:not([class*=section-theme-]):after {
    background: #ed195a !important
}

.section-theme-gradient {
    background: #ed195a !important;
    background: transparent linear-gradient(to right bottom, rgba(241, 187, 0, 0.7) 49%, #f1bb00 50%) !important;
    color: #fff
}

body .section-theme-border,body .section-theme-border:before,body .section-theme-inherit-border *:not([class*=section-theme-]) {
    border-color: #ed195a !important
}


.section-theme-button-highlight {
    background-color: #fff;
    border-color: #e0e0e0
}

.section-theme-button-highlight:hover {
    background-color: #f1bb00 !important;
    border-color: #f1bb00 !important;
    color: #fff
}

.section-theme-hover:hover {
    color: #f1bb00 !important
}

.section-theme-inherit-color-a a:not([class*=section-theme-]) {
    color: #f1bb00 !important
}

.channel-whats-on .section-theme,.publication-theme .channel-whats-on .section-theme {
    color: #840e83 !important
}

.channel-whats-on .section-theme-highlight,.publication-theme .channel-whats-on .section-theme-highlight {
    background: #840e83 !important;
    color: #fff
}

.channel-whats-on .section-theme-indicator:before,.channel-whats-on .section-theme-indicator:after,.publication-theme .channel-whats-on .section-theme-indicator:before,.publication-theme .channel-whats-on .section-theme-indicator:after {
    color: #840e83 !important
}

.channel-whats-on .section-theme-background-indicator:before,.channel-whats-on .section-theme-background-indicator:after,.channel-whats-on .section-theme-inherit-background-indicator *:not([class*=section-theme-]):before,.channel-whats-on .section-theme-inherit-background-indicator *:not([class*=section-theme-]):after,.publication-theme .channel-whats-on .section-theme-background-indicator:before,.publication-theme .channel-whats-on .section-theme-background-indicator:after,.publication-theme .channel-whats-on .section-theme-inherit-background-indicator *:not([class*=section-theme-]):before,.publication-theme .channel-whats-on .section-theme-inherit-background-indicator *:not([class*=section-theme-]):after {
    background: #840e83 !important
}

.channel-whats-on .section-theme-background-with-transparency,.publication-theme .channel-whats-on .section-theme-background-with-transparency {
    background: rgba(132,14,131,.12) !important
}

.channel-whats-on .seldon-recs .section-theme,.publication-theme .channel-whats-on .seldon-recs .section-theme {
    color: #ed195a !important
}

.channel-whats-on .section-theme-gradient,.publication-theme .channel-whats-on .section-theme-gradient {
    background: #840e83 !important;
    background: transparent linear-gradient(to right bottom, rgba(132, 14, 131, 0.7) 49%, #840e83 50%) !important
}

.channel-whats-on .section-theme-border,.channel-whats-on .section-theme-inherit-border *:not([class*=section-theme-]),.publication-theme .channel-whats-on .section-theme-border,.publication-theme .channel-whats-on .section-theme-inherit-border *:not([class*=section-theme-]) {
    border-color: #840e83 !important
}

.channel-whats-on .section-theme-button,.publication-theme .channel-whats-on .section-theme-button {
    background-color: #840e83 !important;
    border-color: #840e83 !important
}

.channel-whats-on .section-theme-button:hover,.publication-theme .channel-whats-on .section-theme-button:hover {
    background-color: #fff !important;
    border-color: #e0e0e0 !important;
    color: #840e83 !important
}

.publication-theme {
    color: #141414!important
}

.publication-theme-background-with-transparency {
    background: rgba(241,187,0,.12) !important
}

.publication-theme-highlight {
    background-color: #141414 !important;
    color: #fff
}

.publication-theme-indicator:before,.publication-theme-indicator:after {
    color: #ed195a !important
}

.publication-theme-background-indicator:before,.publication-theme-background-indicator:after,.publication-theme-inherit-background-indicator *:not([class*=publication-theme-]):before,.publication-theme-inherit-background-indicator *:not([class*=publication-theme-]):after {
    background: #ed195a !important
}

.publication-theme-gradient {
    background: #ed195a !important;
    background: transparent linear-gradient(to right bottom, rgba(241, 187, 0, 0.7) 49%, #ed195a 50%) !important;
    color: #fff
}

body .publication-theme-border,body .publication-theme-border:before,body .publication-theme-inherit-border *:not([class*=publication-theme-]) {
    border-color: #ed195a !important
}

.publication-theme-border-top,.publication-theme-border-top:before {
    border-top-color: #ed195a !important
}

.publication-theme-border-right,.publication-theme-border-right:before {
    border-right-color: #ed195a !important
}



.partner-carousel #logo {
    height: 45px;
    width: 134.71875px
}

.partner-footer #logo {
    height: 35px;
    width: 104.78125px
}

@media all and (min-width: 728px) {
    #logo {
        height:60px;
        width: 179.625px
    }

    .partner-footer #logo {
        height: 50px;
        width: 149.6875px
    }
}

@media all and (min-width: 1024px) {
    #logo {
        height:70px;
        width: 209.5625px
    }

    .partner-footer #logo {
        height: 70px;
        width: 209.5625px
    }
}

@media all and (min-width: 1240px) {
    #logo {
        height:80px;
        width: 239.5px
    }

    .partner-footer #logo {
        height: 80px;
        width: 239.5px
    }
}

.pagination ul li a {
    color: #f1bb00
}

.section-head.section-info a,.section-head.section-info p:first-child a {
    color: #f1bb00
}

.pagination ul li.active a,.pagination ul li a:hover {
    background-color: #f1bb00;
    color: #fff
}

.topic-more-on a {
    color: #f1bb00 !important
}



#signin:before {
    border-color: transparent transparent #141414
}

#signin .label {
    background: #141414
}

#signin .label .icon {
    background-color: #141414
		}
	.commentlist .li-comment {

    
    border-radius: 5px 5px 5px 5px;
    border: 3px solid #f1f1f1;
    background-position: 10px 15px;
    font-size: 14px;
    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: transparent;
    background-position: 10px 15px;
    
    padding-right: 0;
    padding: 3px 10px 10px 10px;
}
.commentlist .children .li-comment:before {
    /*display: none;*/
}
.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: #f1f1f1;
}
.comment-author {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 30px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
  
    position: relative;
}
.comment-author::after {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
  
    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 {
    
    margin: 0 0 10px 0;
   
    position: relative;
	left: 8px;
    display: inline-block;
}

.commentlist li .comment-info a, .style4 a, .style4 a strong, div[align='center'] a, center div p a, center div p a strong, 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: #FFFFCC;
    font-size: 12px;
}
.comment-notice span {
    text-decoration: underline;
    color: #ff0000;
    font-size: 14px;
}

.comment-error-message {
    color: #F44336;
    margin-top: -15px;
}
		textarea, input {border:1px solid #e4e4e4;}
textarea { width:100%;
		margin-top: 10px;
		}
		a.comment-reply-link {
    background: #ed195a;
    border-radius: 5px;
    color: #fff;
    padding: 2px 8px;
    font-weight: 600;
    box-sizing: border-box;
    margin-top: 5px;
			}


	#respond { } #reply-title { 
		
    
   margin-top: 12px;
    margin-bottom: 12px; 
	font-size:20px; } #cancel-comment-reply-link { } #commentform { } #author { } #email { } #url { } #comment #submit .comment-notes { } .required { } .comment-form-author { } .comment-form-email { } .comment-form-url { } .comment-form-comment { } .form-allowed-tags { }

		.xl-comment-count {
		color: #626262;
			    margin-top: 5px;
			    margin-bottom: 5px;
			font-style:italic
		}
	
	
	
	    .social-sites .instagram:before {
		    font-family: "FontAwesome";
    content: "\f16d";
		  }
	  .social-sites .twitter:before {
		    font-family: "FontAwesome";
    content: "\f099";
		  }
	   .social-sites .facebook:before {
		    font-family: "FontAwesome";
    content: "\f09a";
		  
}
		.page-numbers {
			margin-top: 20px;
		}
	
.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
}

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


    img {
        max-width: 100%;
        display: block
    }


@media only screen and (min-width: 600px) {
    * [aria-labelledby=mobile-search],.mobile-search {
        display:none;
        max-height: 0;
        overflow: hidden
    }
}



[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: #141414;
    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: .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;
    
    border-radius: 2px;
    padding: 20px
}
.xl-wrapper {
    background: #fff;
    border: 1px solid rgba(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,.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: .6
    }

    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes burst {
    0% {
        opacity: .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-404 {
    text-align: center;
    margin: 50px 0 100px
}

.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: #626262;
    margin: 1em 0 2em 0
}

#breadcrumbs a {
    display: inline;
    border: none;
    padding: 0;
    text-transform: none;
    color: #626262;
	font-weight: bold;
}

.breadcrumbs {
    font-size: 75%;
    color: #626262;
    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: #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
}

.latest-post-title {
    padding: 5px 20px 4px 20px;
    border-radius: 2px;
    display: inline-block;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 15px;
    border-bottom: 2px solid #ed195a
}

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

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

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

::selection {
    background: #ed195a;
    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 .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: #626262
}

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

.tie-alignleft {
    float: left
}

.alignleft {
    float: left;
    margin: .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: #ed195a
}

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

.post-widget-body {
    padding-left: 125px
}

.post-widget-body .post-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px
}

.post-widget-thumbnail {
    float: left;
    margin-right: 15px;
    position: relative
}

.post-widget-thumbnail img.tie-small-image {
    width: 110px
}

.widget li {
    padding: 6px 0
}

.widget li:first-child {
   
}

.widget li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

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

.widget .post-meta {
    margin: 2px 0 0;
    font-size: 11px;
    line-height: 17px
}

.posts-list .widget-title-icon:before {
    content: "\f0f6"
}

@supports (-ms-accelerator:true) {
    .social-statistics-widget a {
        transition: none
    }
}

li.widget-post-list {
    padding: 7px 0;
    position: relative
}

.widget_meta .widget-title-icon:before {
    content: "\f0c1"
}

.widget_meta li {
    padding: 5px 0 5px 12px;
    font-size: 105%
}

.widget_meta li a:before {
    content: "\f105";
    font-family: fontawesome;
    color: #2c2f34;
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
    width: 12px;
    margin-left: -12px;
    text-align: left
}

@-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: .6
    }

    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes burst {
    0% {
        opacity: .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)
    }
}

.thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    border-radius: 2px
}

.thumb-overlay .thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 20px;
    z-index: 3;
    width: 100%;
    pointer-events: none;
    transition: bottom .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.thumb-overlay .thumb-title a {
    pointer-events: auto
}

.thumb-overlay .post-meta,.thumb-overlay .thumb-title a {
    color: #fff!important
}

.thumb-overlay .thumb-title {
    font-size: 30px;
    color: #fff
}

.thumb-overlay .thumb-title a:hover {
    color: #ccc
}

.thumb-overlay .thumb-meta {
    margin: 0 0 5px
}

.thumb-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.thumb-overlay:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    transition: opacity .2s;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.75));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
		.google-auto-placed {
        list-style: none;
}


.post-thumb .post-cat-wrap {
    position: absolute;
    bottom: 10px;
    margin: 0;
    right: 10px
}

.tie-thumb .icon:before {
    content: "\e6ac"
}

@media (min-width:768px) {
    .posts-list-bigs .icon:before {
        width: 50px;
        height: 50px;
        line-height: 46px
    }
}




.post-cat-wrap {
    position: relative;
    z-index: 3;
    pointer-events: auto;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: inherit!important;
    line-height: 0;
    display: block
}

.post-cate {
    display: inline-block;
    background: #ed195a;
    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: .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: #006dcc;
    color: #fff
}

._237A3 {
    background-color: #f6f6f6
}

._237A3 {
    position: relative
}

._237A3 img {
    border-radius: inherit
}

._237A3 {
    font-size: 12px;
    line-height: 16px
}

._237A3 ._237A3 {
    vertical-align: bottom
}

._237A3 img {
    width: 100%;
    vertical-align: bottom
}

._2fM9F {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 19px 14px 2px;
    font-family: Roboto-Regular, Roboto
}

._2fM9F:active {
    opacity: .8
}

._30IHC {
    font-family: Roboto-Bold, Roboto;
    font-size: 18px;
    color: #242424;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    margin-bottom: 9px
}

.KPZ7z {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 110px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 0
}

.KPZ7z,
.KPZ7z ._3YMZo {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-direction: normal
}

.KPZ7z ._3YMZo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.KPZ7z ._3YMZo ._34o8D {
    font-size: 14px;
    color: #222;
    line-height: 20px;
    -webkit-line-clamp: 3;
    
}

.KPZ7z ._3YMZo ._34o8D,
.KPZ7z ._3YMZo ._3IQjM {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.KPZ7z ._3YMZo ._3IQjM {
    font-size: 12px;
    color: #626262;
    line-height: 16px;
    margin-top: 5px;
    -webkit-line-clamp: 1
}

.KPZ7z ._2tsIz {
    width: 110px;
    height: 84px;
    margin-left: 21px;
    position: relative
}

.KPZ7z ._2tsIz img {
    width: 110px;
    height: 84px;
    object-fit: cover
}

.KPZ7z ._2tsIz ._3f64j {
    width: 110px;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

._2Zr6X {
    height: 1px;
    width: 100%;
    margin-left: 14px;
    margin-right: 14px;
    background-color: #e7e7e7;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {
    ._2Zr6X {
        -webkit-transform: scaleY(.33);
        -ms-transform: scaleY(.33);
        transform: scaleY(.33)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:4) {
    ._2Zr6X {
        -webkit-transform: scaleY(.25);
        -ms-transform: scaleY(.25);
        transform: scaleY(.25)
    }
}
	#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: .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%
	}
	
}
li.list-balance {
    list-style: none;
    border-bottom: 1px solid #e4e6e8
}
a:link { 
            text-decoration: none; 
}
	
.xl-head {
       padding: 5px 20px 4px 20px;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #ed195a;

}
		
.btn [class*=" icon-"],
.btn [class^=icon-] {
    line-height: .9em
}


.btn:active:focus,
.btn:focus {
    outline: 0
}



.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .0625rem solid transparent;
    padding: .375rem 1rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0
}

.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}



.hnhh-desktop-btn {
    background-color: #fff;
    border: 1px solid #141414;
    color: #141414;
    font-size: 12px;
    padding: 0 .3rem;
    border-radius: 0;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer
}

.hnhh-desktop-btn:active,
.hnhh-desktop-btn:focus,
.hnhh-desktop-btn:hover {
    background-color: #ed195a;
    color: #fff;
    outline: 0
}

.big-btn {
    padding: 9px 5px;
	    margin-bottom: 15px;
    margin-top: 15px;

    width: 100%
}
	/*---------- Responive Iframes ---------*/
	@media (max-width:767px) {
		.iframe-container {
  overflow: hidden;
  padding-top: 70%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}}

   @media (max-width:767px) {
    * [aria-labelledby=desktop-search],.desktop-search {
        display:none;
        max-height: 0;
        overflow: hidden
    }
}


.stream-item-below-post, .stream-item-below-post-content {
    margin: 30px auto;
}

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

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

p {
    word-wrap: break-word;
    line-height: 21px;
	}

.posts-list-counter {
    counter-reset: post-widget-counter
}

.posts-list-counter li:before {
    display: block;
    width: 30px;
    height: 30px;
    content: counter(post-widget-counter, decimal);
    counter-increment: post-widget-counter;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    border: 2px solid #fff;
    background: #ed195a;
    color: #fff;
    border-radius: 100%
}

.posts-list-counter li:nth-child(1):before {
    top: -10px;
    -webkit-transform: scale(1.35, 1.35);
    -ms-transform: scale(1.35, 1.35);
    transform: scale(1.35, 1.35)
}

.posts-list-counter li:nth-child(2):before {
    -webkit-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25)
}

.posts-list-counter li:nth-child(3):before {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15)
}

.posts-list-counter li:nth-child(4):before {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}


  .tag-title {

    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    background-color: #141414;
    border-color: #626262;
    border-left-width: 29px;
    border-style: solid;
    color: #fff;
    font-size: 14px;
    left: 9px;
    line-height: 29px;
    margin: 0;
    padding: 0 9px;
    position: absolute;
    text-transform: uppercase;
    top: -15px;
border-color: #ed195a !important;

}



.songs-pag {
   padding-top:20px
}

.page-line {
  
border-top: 1px solid #e0e0e0;
    margin-bottom: 10px;

}




		 body {
    max-width: 1200px;
    margin: 0 auto !important;
    float: none !important
}

	@media (min-width: 992px) {
    .mobile {
        display:none
    }

    .desktop {
        display: block
    }
}

@media (max-width: 991px) {
    .mobile {
        display:block
    }

    .desktop {
        display: none
    }
}







* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

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

html {
    background-color: #eee
}

body {
    margin: 0;
    padding: 0;
  
    background-size: 200px
}




.site-chrome {
    background: #ed195a;
    padding: 10px
}

@media screen and (min-width: 992px) {
    .site-chrome {
        padding:20px
    }
}


.nav-on::before {
    position: absolute;
    bottom: 0;
    top: 50px;
    left: 0;
    background: rgba(0,0,0,.3);
    content: '';
    -webkit-transition: opacity .3s,-webkit-transform 0s .3s;
    transition: opacity .3s,transform 0s .3s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    will-change: opacity;
    z-index: 8;
    height: 100%;
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@media screen and (min-width: 992px) {
    .nav-on::before {
        content:none
    }
}

.item-header {
    margin-bottom: 10px
}

.item-header .title {
    margin-bottom: 10px;
    text-transform: uppercase
}

.item-header .title h1,.item-header .title h2 {
    margin: 0;
    font-family: Oswald,Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px
}

.item-header .title h2 a {
    color: #000;
    text-decoration: none
}

.item-header .title h1 span,.item-header .title h2 span {
    color: #dc3d31
}

.item-header .title h2 span a {
    color: #dc3d31;
    text-decoration: none
}

.item-header.section-header {
    border-bottom: 1px solid #eee
}

.media-container {
    margin-top: 20px;
    margin-bottom: 20px
}

.header {
    width: 100%;
    z-index: 1000;
    min-height: 50px;
    clear: both;
    background-color: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

@media screen and (min-width: 992px) {
    .header {
        position:relative
    }
}

.header.site-chrome {
    padding: 0
}

@media screen and (min-width: 992px) {
    .header.site-chrome {
        padding:20px
    }
}

@media screen and (min-width: 992px) {
    .header {
        padding:20px;
        padding-bottom: 5px;
        background-color: #fff
    }
}

.header .top {
    clear: both;
    text-align: center;
    margin-top: 0
}

@media screen and (min-width: 992px) {
    .header .top {
        padding-top:40px;
        margin-bottom: 20px
    }
}

.header .top .logo {
    margin: 0 auto;
    display: block;
    width: 200px;
    margin-top: -16px
}

@media screen and (min-width: 992px) {
    .header .top .logo {
        left:475px;
        top: 28px;
        width: 220px
    }
}




.header .main-nav-desktop {
       background: #ed195a;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.header .main-nav-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    font-family: Oswald,Arial,Helvetica,sans-serif
}

.header .main-nav-desktop ul li {
    display: table-cell;
    width: 214px;
    text-align: center
}

.header .main-nav-desktop ul li.active {
    background-color: #ed195a
}

.header .main-nav-desktop 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-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none
}

.header .main-nav-desktop ul li a:hover {
    -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: #ed195a;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none
}

.header .main-nav-desktop ul li a:hover {
    background: #fff
}

.main-nav-mobile {
    z-index: 1001;
    display: none;
    position: absolute;
    top: 81px;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #eee
}

.main-nav-mobile.active {
    display: block
}

@media screen and (min-width: 992px) {
    .main-nav-mobile.active {
        display:none
    }
}

.main-nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-nav-mobile ul li {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    height: 80px;
    width: 80px;
    font-size: 10px;
    margin: 10px 5px 20px
}

.main-nav-mobile ul li .review-icon {
    margin-top: 20px;
    margin-left: 20px
}

.main-nav-mobile ul li .review-icon i {
    font-size: 42px
}

.main-nav-mobile ul li a {
    display: block;
    text-align: center;
    line-height: 18px;
    color: #000;
    margin: 26px 10px 35px;
    position: relative;
    text-decoration: none
}

.main-nav-mobile ul li a i {
    font-size: 32px;
    display: block
}

.main-nav-mobile ul li a i.dfa-shop {
    margin-top: -4px
}

.main-nav-mobile ul li span {
    display: block;
    margin-top: 25px;
    font-size: 12px
}

.main-nav-mobile ul li.active,.main-nav-mobile ul li:hover {
    background-color: #ed195a;
    color: #fff
}

.main-nav-mobile ul li.active a,.main-nav-mobile ul li:hover a {
    color: #fff
}

.main-nav-mobile ul li.active a span,.main-nav-mobile ul li:hover a span {
    color: #000
}
.secondary-nav {
    margin-top: 12px;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
    height: 32px;
    background-color: #fff
}

.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: #fff
}

.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: #141414;
    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
}

.secondary-nav a:hover {
    background-color: #ed195a;
    color: #fff
}


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

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ed195a;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-icon span:nth-child(1) {
    top: 16px;
    left: 10px
}

.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
    top: 23px;
    left: 10px
}

.nav-icon span:nth-child(4) {
    top: 30px;
    left: 10px
}

.nav-icon.open span:nth-child(1),.nav-icon.open span:nth-child(4) {
    top: 50px;
    width: 0;
    left: 100%
}

.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

 

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

	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 {

}

.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
    }
}
		
		.wp_rp_publish_date {
    font-size: 80%;
    color: #626262
}
   
.title-style {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.archive-balance {
    margin-bottom: 20px;
		
	margin-top: 20px;
}
   

	   
	   
	.hiddentext
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}