*, html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;

}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

ol, ul {
    list-style: none
}

li {
    display: list-item
}

a img {
    border: 0
}

a {
    text-decoration: none
}

b, strong {
    font-weight: 800
}

i, em {
    font-style: italic
}

img {
    max-width: 100%
}

.btn, input[type=button], select, .cf-submit a, .cf-submit input {
    -webkit-appearance: none
}

.hide {
    display: none
}

:root {
    --rounded-small: 4px;
    --rounded-normal: 8px;
    --body-padding: 50px;
    --body-container: 970px;
    --section-space: 15px;
    --bg-red: #9A1E23;
    --bg-red-2: #C23D38;
    --size-1: 5px;
    --size-2: 8px;
    --size-3: 13px;
    --size-4: 21px;
    --size-5: 34px;
    --size-6: 55px;
    --size-7: 89px;
    --max-zindex: 2147483648
}

body, html {
    font-family: roboto, sans-serif;
    font-size: 14px;
    color: var(--font-basecolor);
    font-weight: 400;
    letter-spacing: .5px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed
}

body {
    background-color: var(--background-color);
    position: relative
}

.body-container {
    position: relative
}

a {
    color: var(--font-link-primary);
    font-weight: 700;
    cursor: pointer
}

.clearenter::before, .clearenter::after, ul::before, ul::after, ol::before, ol::after {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.clearenter::after, ul::after, ol::after, .clearboth {
    clear: both
}

.content_center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content_center > * {
    margin: auto
}

.flex_lazy, .flex_ori {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 0
}

.flex_lazy img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#btt, .float-search {
    display: none
}


.live-button {
    font-size: 10px;
    padding: 0;
    background: 0;
    color: var(--font-link-primary);
    -moz-border-radius: var(--rounded-small);
    -webkit-border-radius: var(--rounded-small);
    border-radius: var(--rounded-small)
}

.live-button > div {
    position: relative;
    display: block;
    padding-left: 16px
}

.live-button > div:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "\f111";
    font-weight: 900;
    font-family: "font awesome 5 free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.site-container {
    min-height: 100vh;
    width: 100%
}

.menu-link {
    display: flex;
    text-transform: uppercase
}

.menu-curr {
    color: var(--font-link-tertiary) !important
}

.menu-sub {
    display: none
}

.mpb-thumb {
    width: var(--profile-size);
    height: var(--profile-size);
    border: 2px solid
}

header > div {
    display: flex;
    justify-content: space-between
}

header > div .header-logo {
    position: relative
}

header > div .header-logo img, .header-logo .svgicon {
    width: auto
}

.header-right {
    display: flex
}

:root {
    --background-color: #FDFDFD;
    --font-basecolor: #757575;
    --font-link-primary: #9A1B1F;
    --font-link-secondary: #231F20;
    --font-link-tertiary: #FF9900;
    --font-link-quaternary: #EC1C4C;
    --shadow-base: 0 1px 6px 0 rgba(32, 33, 36, .28);
    --shadow-inset: inset -2px -2px 4px rgba(255, 255, 255, .2), inset 2px 2px 12px rgba(0, 0, 0, .2)
}

a, .btn, #btt, .search-button, .schedule-icon, .imageframe-info, .viral-number-circle, .viral-title {
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s
}

a:hover, #btt, button:hover {
    cursor: pointer
}

a:hover {
    color: var(--font-link-secondary)
}

.btn:hover, .pagination a.btn:hover, .search-button:hover, .al-network:hover {
    opacity: 1;
    background-color: var(--font-link-secondary);
    color: var(--background-color)
}

.header-logo:hover, .footer-all-follow a:hover, .alt-link:hover, .stories-thumb:hover, .presenter-list-box:hover {
    opacity: .5
}

.footer-all {
    margin-top: 20px
}

.mpb-thumb {
    border-radius: 50%;
    overflow: hidden
}

.live-button > div:before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinking;
    animation-name: blinking
}

@-webkit-keyframes blinking {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes blinking {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.float-search {
    position: fixed;
    z-index: 98
}

.footer-all {
    background-color: #2f2f2f;
    color: #bdbdbd;
    font-size: 14px;
    border-top: 0;
    padding: 20px;
    font-family: sans-serif;
    letter-spacing: 1px
}

.footer-all > div > div {
    padding: 3px 0
}

.fam-parent a, .footer-all-info a {
    color: #fff
}

.fam-parent a:hover, .footer-all-info a:hover {
    opacity: .6;
    color: #fff
}

.footer-all-follow > div > div {
    text-align: center
}

.footer-all-follow > div > ul > li {
    float: left;
    margin: 5px
}

.faf-icon {
    font-size: 32px;
    line-height: 32px;
    display: block;
    font-weight: 400
}

.faf-fb {
    color: #4867aa
}

.faf-tw {
    color: #fff
}

.faf-ig {
    color: #a935af
}

.faf-yt {
    color: #d20001
}

.fam-child > ul, .footer-all-info > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2px auto
}

.fam-child > ul > li, .footer-all-info > ul > li {
    float: left;
    margin: 5px 10px
}

.footer-all-info {
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
    margin: 10px 0 15px
}

.footer-all-copyright {
    text-align: center
}

.footer-all-copyright * {
    font-size: 14px;
    line-height: 22px;
    display: inline
}

@media screen and (min-width: 568px) {
    .footer-all-copyright br {
        display: none
    }
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-home:before {
    content: "\f015"
}

.fa-search:before {
    content: "\f002"
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* comments */

.fb-comments {
    border: 1px solid #e9ebee;
    border-radius: 3px;
    padding: 0 15px;
    padding-bottom: 15px;
    margin: auto;
    position: relative;
    color: #4267b2;
}

.fb-comments-header {
    padding: 15px 0;
    border-bottom: 1px solid #e9ebee;
}

.fb-comments-header span {
    color: #000;
    font-weight: 700;
    font-size: 0.9em;
}

.fb-comments-comment {
    border: none;
    padding: 0;
    margin: 10px 0;
    width: 100%;
}

tr,
td {
    border: none;
    margin: 0;
}

td {
    padding: 2.5px;
}

tr {
    padding: 2.5px 0;
}

.fb-comments-comment-img {
    vertical-align: top;
    width: 48px;
    padding-right: 5px;
}

.fb-comments-comment-img img {
    max-width: 48px;
    border-radius: 25px;
}

.fb-comments-comment-name {
    font-size: 0.85em;
}

.fb-comments-comment-name .name {
    color: #365899;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.fb-comments-comment-text {
    font-size: 0.9em;
    color: #000;
    border-radius: 21px;
    background-color: #eaebef;
    padding: 10px 20px;
}

.fb-comments-comment-actions .like,
.fb-comments-comment-actions .reply {
    font-size: 0.75em;
    color: #4267b2;
    text-decoration: none;
    cursor: pointer;
}

.fb-comments-comment-actions .likes {
    font-size: 13px;
    padding: 3px 6px 2px 43px;
    margin-top: -10px;
    float: right;
    background: #fff url(../img/reaction-2020alphab.png) no-repeat;
    border: solid #eaebef;
    border-radius: 19px;
}

.fb-comments-comment-actions .date {
    font-size: 0.75em;
    color: #90949c;
    text-decoration: none;
    cursor: pointer;
}

.fb-comments-comment-actions .date:hover {
    text-decoration: underline;
}


h1 {
    color: black !important;

}

.fb-comments-comment-text, .fb-comments-comment-name, .fb-comments-header {
    font-size: 1.2em;
}

@media screen and (max-width: 500px) {
    .main_header {
        font-size: 25px;
    }

    .coment-p {
        font-size: 16px;
    }

}

:root {
    --subdomain-background: #E0E0E0;
    --subdomain-background-2: #BDBDBD;
    --subdomain-border-color: rgba(0, 0, 0, 0.13);
    --subdomain-border: 1px solid var(--subdomain-border-color);
    --subdomain-height: 40px;
}

.subdomain-nav > div {
    background-color: var(--subdomain-background);
}

.subdomain-link {
    height: var(--subdomain-height);
    padding: 0 10px;
    text-align: center;
    justify-content: center;
    color: var(--font-link-secondary);
    flex-grow: 1;
    font-weight: bold;
}

.subdomain-link:not(:first-child) {
    border-left: var(--subdomain-border);
}

@media screen and (min-width: 0px) and (max-width: 1023px) {
    .subdomain-nav {
        top: var(--body-padding);
        width: 100%;
        background-color: var(--subdomain-background);
    }

    .subdomain-nav > div {
        display: flex;
    }
}

@media screen and (min-width: 1024px) {

    .subdomain-nav,
    .subdomain-nav > div {
        display: flex;
        transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
    }

    .subdomain-nav {
        top: -1px;
        justify-content: center;
    }

    .subdomain-nav > div {
        width: 100%;
        max-width: var(--body-container);
        border-radius: 0 0 5px 5px;
        overflow: hidden;
    }

    .subdomain-nav.isSticky {
        background-color: var(--subdomain-background);
    }

    .subdomain-nav.isSticky > div {
        padding-top: var(--menu-height);
        border-left: var(--subdomain-border);
        border-right: var(--subdomain-border);
        border-color: var(--subdomain-border-color);
        border-radius: 0;
    }

    .subdomain-link:hover {
        background-color: var(--subdomain-background-2);
    }
}
