.header-button-1::before, .header-button-2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    -webkit-box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
    box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
    z-index: -1;
    -webkit-animation-name: yellow-shadow;
    animation-name: yellow-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.header-button-1::after, .header-button-2::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    -webkit-box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
    box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
    z-index: -1;
    -webkit-animation-name: cyan-shadow;
    animation-name: cyan-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
@keyframes cyan-shadow{
    0%, 100% {
        right: 0;
        bottom: 0;
    }
    25% {
        right: 0;
        bottom: 50%;
    }
    50% {
        right: 50%;
        bottom: 50%;
    }
    75% {
        right: 50%;
        bottom: 0;
    }
}
@keyframes yellow-shadow{
    0%, 100% {
        top: 0;
        left: 0;
    }
    25% {
        top: 50%;
        left: 0;
    }
    50% {
        top: 50%;
        left: 50%;
    }
    75% {
        top: 0;
        left: 50%;
    }
}
.header-button a {
    background: #e70000;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    height: 38px;
}
.header:not(.transparent) .header-bottom-nav.nav > li.active > a {
    color: #000 !important;
}
.imgplay {
    margin: 0 auto;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes pulse{
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    text-transform: capitalize;
}
.sapo * {
    margin: 0;
}
.sapo {padding-left: 20px;border-left: solid #ffcc00;}
.content-home > .col-inner {
    border-radius: 20px;
    border-width: 1px 1px 1px 1px;
    border: solid 1px rgb(74 87 8);
    padding: 20px 10px 20px;
    box-shadow: 0 0 10px #feed02;
}
.j-scrollbox {
    overflow-x: hidden;
    max-height: 600px;
    padding-right: 10px;
}
.j-scrollbox {
    scrollbar-width: thin;
    scrollbar-color: #d99a23 rgba(14, 11, 9, .6);
}
.post-item .box {
    background: #00000040;
}
.post-item .box-text {
    padding: 10px;
}
footer {
    background: #08160f;
    padding-top: 30px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    text-transform: capitalize;
}
.ux-menu-link__link {
    min-height: auto;
    font-size: 14.5px;
    font-weight: bold;
}
.ux-menu-link__link:hover {
    color: #ffc705 !important;
}
.menuft {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.menuft>div {display: inline-block;margin: 0 15px !important;}
.copyright-footer {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}
.breadcrumb {
    font-size: 13px;
    padding: 10px 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments{
    display: none;
} 