h6.rally-new-date {
    background: #f4f4f4;
    padding: 1rem 1.5rem;
    border-radius: 30px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin-top: 11px;
    font-size: 15px;
    letter-spacing: .9px;
}


table.tbl,
table.tbl:last-child {
    margin-bottom: 2rem;
}

table.tbl thead tr th {
    background: #fedf65;
    color: #0b2d41;
}

section.jack-boast {
    padding: 6rem 0;
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.75);
}


section.winter-long {
    padding: 6rem 0;
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.75);
}


section.old-mal-sec {
    padding: 6rem 0;
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.75);
}

@media(max-width:760px) {
    .second-vedio {
        margin-top: 19px;
    }

    .txt-2 {
        margin-top: 19px;
    }

    section.jack-boast {
        padding: 3rem 0;
    }

    section.old-mal-sec {
        padding: 3rem 0;
    }

    section.winter-long {
        padding: 3rem 0;
    }


    .old-mal-2 h4 {
        font-size: 1.8rem;
    }



}



/*gallery*/

section#gallery {
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(6, 41, 62, 0.88);
    box-shadow: inset 0 0 0 1000px rgba(6, 41, 62, 0.88);
}

.item-media a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}


.gallery-title h5 {
    display: inline-block;
    background: yellowgreen;
    margin: 2rem 0;
    padding: .9rem 1.9rem;
    border-radius: 35px;
    font-size: 25px;
    letter-spacing: 1px;
}


/*gallery*/


.vimeo-player-1 {
    background: rgba(255, 255, 255, 0);
}

.vimeo-player-1::before {
    background-color: rgba(13, 66, 94, 0);
}


.old-mal-2 h6 {
    margin: 1rem 0;
}


.old-mal-2 h4 {

    display: inline-block;
    margin: 1rem 0;
    background: yellowgreen;
    padding: 1rem 2rem;
    color: white;

}



.jnr-head h4,
h6,
p {
    color: #0d425e;
}

.jnr-head h6 {
    margin-top: 0px;
}


.jnr-head {
    background: rgba(9, 44, 63, 0.1);
    display: inline-block;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}

.archives-block{
    padding: 6rem 0;
        background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.75);
}
.archive-btn {
    padding: 6px 15px;
    background: linear-gradient(to top, #fcd127, #ffeb00);
    margin: 10px 4px;
    display: inline-block;
    min-width: 230px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    transition: all 800ms ease;
}
.archive-btn:hover{
    background: linear-gradient(to top, #691722, #a20115);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 3px 9px 10px rgb(255 10 40 / 29%);
}
.btn.btn-custom{
    font-size: 15px;
}
.lh-1 {
    line-height: 1;
}
.specials-box{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}
.detail-block {
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    background: #0b2d41;
    color: #fff;
    padding: 35px 25px;
    background-clip: padding-box;
    border: 15px solid transparent;
}
.detail-block h6{
    font-size: 18px;
    color: #f5cc23;
    font-weight: 400;
}
.detail-block p{
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.page_copyright {
    font-size: 14px;
    letter-spacing: .5px;
}
@media (max-width:570px){
    .detail-block h6{
        width: 100%;
    }
}
blockquote.life-members p{
    font-weight: 500;
}
blockquote.life-members p span{
    font-size: 15px;
    font-weight: 400;
}
blockquote.life-members p span.lm-space {
    font-size: 18px;
    margin: 0 5px;
}
blockquote.life-members {
    padding: 20px 0 5px 20px;
    margin-left: 0px;
}

/* --------------------------------------- */

.sf-menu>li>a {
    text-transform: capitalize;
}
.sf-menu.nav ul a{
    font-size: 14px;
    padding: 0 1em;
}
.sf-menu li>ul{
    padding: 6px 0 6px;
}


.old-mal-rally-btns .btn.btn-custom {
    font-size: 15px;
    width: 48%;
    text-wrap: balance;
    text-align: center;
    margin: 5px auto !important;
}
@media (max-width:767px){
.old-mal-rally-btns .btn.btn-custom{
    width: 98%;
}
}
@media (max-width:575px){
    .wave-btn.maroon {
        max-width: 95%;
        text-wrap: balance;
    }
    .wave-btn.fill .wave {
        top: calc(100% + -68px);
        height: 68px;
    }
}