.bg-orange {
    background-color: #e7ae01;
}
.bg-yellow {
    background-color: #fde42d;
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}
.fli {
    float: left;
    margin-right: 15px;
}
.fr {
    float: right;
}
.fri {
    float: right;
    margin-left: 15px;
}
.gray-light {
    color: lightgrey;
}
.gray {
    color: grey;
}
.hide {
    display: none !important;
}
.hide-all {
    display: none;
}
.left {
    text-align: left;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.nowrap {
    white-space: nowrap;
}
.oh {
    overflow: hidden;
}
.p-20 {
    padding: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.red {
    color: #c00 !important;
}

.right {
    text-align: right;
}

.size-21 {
    font-size: 21px !important;
}
.size-25 {
    font-size: 25px !important;
}

.strike {
    text-decoration: line-through;
}
.wd-90 {
    width: 90%;
}
.wd-100 {
    width: 100%;
}
@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
}




a.badge {
    text-decoration: none;
}
a.badge:hover {
    color: unset;
}
.age-btns a.btn {
    width: 48px;
    height: 48px;
}

button i,
button small,
a.btn i,
a.btn small {
    font-size: 0.6rem;
}
/*button i,*/
a.btn i {
    display: block;
    font-style: normal;
    line-height: 0.7;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block-age h3 {
    color: #463b34;
    font-size: 20px;
}
.btn-pin-wrap {
    position: absolute;
    right: 10px;
    top: 6px;
}

.btns a.btn i {
    display: inline;
}

.block-images-pic .alert {
    overflow: hidden;
}
.block-images-pic .image-list.list-pic li img {
    width: 140px;
}

.bs-component .card-body ul li {
    line-height: 1.4rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    text-align: left;
}

h1 {
    font-size: 1.6rem;
}
h1 span {
    font-size: 18px;
    color: #999;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.2rem;
}

h2.card-header,
h6.card-header {
    color: #fff;
}

h2.card-header {
    font-size: 1rem;
}

.bs-component {
    text-align: left;
}

.header-box {
    background-size: 100px;
}

.logo-header {
    cursor: pointer;
    float: left;
    padding-left: 80px;
    position: relative;
}
.logo-header .date {
    position: absolute;
    left: 0;
    top: 16px;
    color: #fff;
    font-size: 20px;
    width: 70px;
    text-align: center;
    line-height: 21px;
}
.logo-header .date .month {
    font-size: 12px;
}

.image-list {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}
.image-list li {
    float: left;
    padding: 10px;
    text-align: center;
    position: relative;
}
.image-list li img {
    border: 1px solid;
}
.image-list .btns {
    /*margin-top: 10px;*/
}
.image-list .btns button {
    padding: 3px 15px;
}

.image-list.list-pic li img {
    width: 160px;
}

.image-view {
    text-align: center;
    position: relative;
}
.image-view img {
    max-width: 735px;
    border: 1px solid #eee;
}
.image-view .btn-pin-wrap {
    top: 0;
    right: 0;
}

.page-content h2 {
    font-size: 1.3rem;
}
.page-content h3 {
    font-size: 1.2rem;
}
.page-content h4,
.page-content h5,
.page-content h6 {
    font-size: 1.1rem;
}

.page-images .image-view img {
    max-width: 600px;
}
.page-images .image-view .btn-pin-wrap {
    right: 5px;
    top: 2px;
}
.page-images .image-view {
    display: block;
    max-width: 600px;
    margin: 0 auto 15px;
}
.page-images .image-view .btns {
    position: absolute;
    margin: 5px 0 30px 6px;
    bottom: 0;
    width: 100%;
}
.page-images .image-view .image-link {
    position: absolute;
    margin: 5px;
}
.page-images .image-view p {
    font-size: 0.8rem;
    color: #ccc;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 1);
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
    text-decoration: underline;
}

.navbar-nav a.nav-link:hover {
    text-decoration: underline;
}

.page-content {
    text-align: justify;
}

.page-header {
    font-size: 30px;
    margin: 20px 0;
    text-transform: uppercase;
}
.page-header .subtitle {
    font-size: 11px;
    letter-spacing: 0.45px;
    color: #888;
}

.search-header {
    width: 35%;
    float: right;
    margin-top: 30px;
}
.search-header .btn i {
    color: #fff;
}

.sticky {
    position: sticky;
    top: 0;
}

.text h3 {
    color: #444;
}

.top-line {
    background: #f8ddcc;
    position: absolute;
    width: 220px;
    font-size: 13px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    padding: 3px 0;
}
.top-line .controls {
    display: inline-block;
}
.top-line a.yes {
    color: #37501b;
}
.top-line a.no {
    color: #5f0e10;
}

.up {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #959595;
    opacity: .62;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -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;
    right: 50px;
    bottom: 50px;
    width: 55px;
    height: 55px;
    z-index: 300;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: none;
}
.up:hover {
    opacity: 1
}
.up.active {
    display: flex;
}

@media (max-width: 767px) {
    a.badge {
        font-size: 1em;
    }
    .btns .wd-100 {
        width: 220px;
    }
    h1 span {
        display: block;
    }
    .image-list li {
        float: unset;
    }
    .image-list.list-pic li {
        float: left;
    }
    .image-list.list-pic li img {
        width: 100px;
    }
    .image-view img {
        max-width: 320px;
        border: 1px solid #eee;
        margin-bottom: 20px;
    }
    .page-images .image-view img {
        max-width: 320px;
        margin-bottom: unset;
    }
    .page-images .image-view {
        max-width: 320px;
    }
    .page-images .image-view .btns {
        margin-bottom: 30px;
    }
    .page-images .image-view p {
        font-size: 0.55rem;
        height: 20px;
    }
    .page-header {
        font-size: 20px;
        min-height: 60px;
    }
    .prev-next-wrap {
        font-size: 0.8rem;
    }
    .search-header {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .search-header input.form-control {
        height: fit-content;
    }
    .text img {
        width: 100%;
        height: auto;
    }
    .top-line {
        position: unset;
        margin: 0 auto;
    }
    .up {
        right: 20px;
        bottom: 20px
    }
}
