.header-button a {
    -webkit-animation: glowing 800ms infinite;
    -moz-animation: glowing 800ms infinite;
    -o-animation: glowing 800ms infinite;
    animation: glowing 800ms infinite;
}
@keyframes glowing{
    0% {
    background-color: #730202;
    box-shadow: 0 0 3px #730202;
}
50% {
    background-color: #730202;
    box-shadow: 0 0 10;
}
100% {
    box-shadow: 0 0 3px #730202;
}
}
.section-title .section-title-main {
    text-transform: capitalize;
}
.section-title b {
    background: transparent;
}
.img1 {
    margin-left: auto;
    margin-right: auto;
}
.content-home {
    overflow: auto;
    max-height: 500px;
    padding: 15px;
    border: ridge 8px #FFC75C;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    color: wite;
    text-align: justify;
    line-height: 1.5;
    word-break: break-word;
}
.copyright-footer {
    color: #fff;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    text-transform: uppercase !important;
}
.mxh {
    display: inline-block;
}
.ux-menu-link__link {
    color: #fff;
    text-align: center;
    min-height: auto;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
footer .ux-menu, footer .ux-menu>div {
    display: inline-block;
}
footer .ux-menu {
    width: 100%;
    text-align: center;
}
footer .ux-menu>div {
    margin: 0 10px !important;
}
.ux-menu-link__link:hover {
    color: #fdbf00 !important;
}
.breadcrumb {
    padding-top: 12px;
}
#comments {
    display: none;
}
.archive-page-header h1 {
    text-align: center;
}
.post-item .box-text {
    background: #212121;
}
.col-left {
    display: block;
    position: fixed;
    top: 133px;
    width: 226px;
    overflow: hidden;
    z-index: 999;
    left: -4px;
}
.col-right {
    display: block;
    position: fixed;
    top: 133px;
    width: 226px;
    overflow: hidden;
    z-index: 999;
    right: -4px;
}