
.item.itemDev {
/*    width: 300px;*/
}
.contImageDev {
/*    aspect-ratio: 1 / 1;*/    
    aspect-ratio: 1 / 0.9;
}
.contImageDev img {
    object-fit: cover;
    width: 100% !important;
    height: 100%;
    transition: all .3s ease;
}
.titleRelatedDev {
    color: #0051A5;
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    transition: all .3s ease;
    font-family: 'rbc_displayextrabold', sans-serif;
    margin-top: 15px;
}
.contTitleRelatedDev{
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: 22px;
    font-family: "rbc_displaybold", sans-serif;
    color: #0051A5;
    font-weight: 700;
}
.contCatNameDev {
    display: flex;
    width: max-content;
    padding: 5px 35px;
    margin: 30px 0 15px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}
.owl-carousel-dev .owl-stage {
    cursor: default;
}
.owl-carousel-dev .owl-item:hover .titleRelatedDev {
    color: #003168;
}
.owl-carousel-dev .owl-item:hover .contImageDev img {
    opacity: 0.85;
}
.hoverGallery .entry .content .title a {
    outline: none;
}
.hoverGallery .entry .content .title a:hover {
    text-decoration: none;
    color: #003168;
}


/*ini*/
.contFlexItems {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.tab-accordion .contFlexItems li a:not(.active) {
    border-color: transparent;
}
.tab-accordion .contFlexItems li a {
    min-width: auto;
    display: block;
    font-family: 'rbc_displayregular', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    outline: 0px;
    padding: 9px 20px;
    width: max-content;
}
.contFlexItems ~ .cta-wrap {
    display: none;
}
.contFlexItems li {
    width: max-content;
    padding: 0;
}

@media only screen and (max-width: 1024px){
    .tab-accordion .contFlexItems li a {
        padding: 10px 0;
        width: 100%;
    }
    .contFlexItems li {
        width: calc(50% - 10px);
        padding: 0;
    }
}
@media only screen and (max-width: 768px){
    ul.contFlexItems {
        flex-wrap: wrap;
    }
    ul.contFlexItems::after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
    }
    .contFlexItems {
        display: flex;
        justify-content: center;
        gap: 10px 20px;
    }
    .tab-nav-wrap {
        margin-bottom: 0!important;
    }
}
@media only screen and (max-width: 880px){

    .home .fancybox-container{
        z-index: 2000;       
        background-color: transparent;
    }
    .home .fancybox-container.bg-blue .fancybox-bg{
        background-color: rgb(2, 39, 81, 0.5);
    }  
    .home .fancybox-stage {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home .fancybox-container.bg-blue .fancybox-slide {
        height: 90%!important;
        width: 90%;
        top: 0;
        position: relative;
    }   
    .home .fancybox-container.bg-blue #event-leaders {
        background-color: #003168;
        overflow: hidden;
    }   
    .home .leaderboard-ticker-wrap.mobile {        
        min-height: 60px;  
        padding: 0 20px;      
    }
    .home .btnArrowChekAthletes {
        height: 22px;
        width: 22px;    
        background-image: url('../images/open-card-arrow-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .home .leaderboard-ticker-wrap.mobile a {
        outline: none;
    }
    .home .leaderboard-ticker-wrap.mobile .col:first-child a {  
        width: 100%;
        outline: none;
    }
    .home .leaderboard-ticker-wrap.mobile .col:first-child {  
        width: calc(100% - 50px);
        text-align: left;
    }
    .home .leaderboard-ticker-wrap.mobile .col:nth-child(2) {  
        width: 50px;
    }
    .home .btnPopUpAthletes {
        border: 3px solid #fff;
        padding: 7px 30px;
        border-radius: 30px;
        margin: 50px auto 20px !important;
        float: none !important;
        display: block !important;
        width: max-content !important;
        text-decoration: none !important;  
    }
    .home .btnPopUpAthletes span {
        padding: 0!important;
        font-family: 'rbc_displaybold';
        font-size: 18px;
    }
    .home .btnPopUpAthletes span::after {
        content: "";
        display: none;
    }
    .home .closePopUpAhletes {
        text-align: center;
        text-decoration: underline;
        font-size: 14px;
    }
    .fancybox-container .fancybox-content .leaderboard-ticker {
        top: 0;
    }
    .home .leaderboard-ticker-wrap.mobile a h3 {
        line-height: 20px;
    }
    .home .fancybox-container {
        opacity: 1;
    }
    .home .fancybox-container.close {
        opacity: 0;
        visibility: 0;
        transition: all 0.3s ease;
    }
    .home.fancybox-active {
        background-color: transparent!important;
    }
}

.contBtnScrollTop {
    position: fixed;
    bottom: 70px;
    width: 100%;
    height: 0;
    z-index: 999;
}
.contInnerBtnScrollTop {
    max-width: 1332px;
    padding: 0 20px;
    margin: auto;
    height: 0;
    position: relative;
}
#scrollUpBtn {
  	position: absolute;
  	bottom: 0;
    right: 20px;
    padding: 10px 15px 10px 40px;
    font-size: 1.5rem;
    border: none;
    border-radius: 20px;
    background-color: #003168;
    color: white;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background-image: url('images/arrow_rbc.png');
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 15px;
  	transition: all .5s ease;
}

#scrollUpBtn:hover {
    background-color: #0051A5;  
}

#scrollUpBtn.show {
  opacity: 1;
  visibility: visible;
}





.site-inner h3.communityPageStyle {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0 15px;
}
p.communityPageStyle {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
a.communityPageStyleButton {
    display: block;
    margin: 40px auto 0;
    color: #ffffff;
    border: 3px solid #003168;
    border-radius: 42px;
    background: #003168;
    padding: 9px 40px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    line-height: 1.625;
    min-width: 224px;
    text-align: center;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    width: max-content;
}
a.communityPageStyleButton:hover {
    background-color: #0051A5;
    border-color: #0051A5;
}

@media only screen and (max-width: 750px) {
    
    .pageCommunityClass.listing-carousel-wrap .inner-wrap {
        overflow: hidden;
        padding-right: 45%;
        margin-left: -20px;
    }
    .pageCommunityClass.listing-carousel-wrap {
        width: calc(100% + 20px);
    }
    .communityFeedIg #sb_instagram #sbi_images {
        display: flex;
        gap: 25px !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .communityFeedIg #sb_instagram #sbi_images .sbi_item {
        width: calc(50% - 15px) !important;
        height: auto;
        aspect-ratio: 1 / 1;
        display: none;
    }
    .communityFeedIg #sb_instagram #sbi_images .sbi_item:nth-child(1),
    .communityFeedIg #sb_instagram #sbi_images .sbi_item:nth-child(2),
    .communityFeedIg #sb_instagram #sbi_images .sbi_item:nth-child(3),
    .communityFeedIg #sb_instagram #sbi_images .sbi_item:nth-child(4) {
        display: inline-block;
    }
    .site-inner h2.communityPageTitle {
        margin-bottom: 0;
        margin-top: -15px;        
    }
    .site-inner h3.communityPageStyle {
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0 25px;
    }
    p.communityPageStyle {
        font-size: 16px;
    }
    .videoCommunityPage iframe#ytplayer {
        height: auto;
        aspect-ratio: 16 / 9;
    }
    a.communityPageStyleButton {
        font-size: 16px;
    }
    .contRelated .owl-carousel-dev.owl-carousel.owl-theme {
        padding-right: 50px;
        overflow: visible;    
    }
    .contRelated .owl-carousel-dev.owl-carousel.owl-theme .owl-stage-outer {
        width: calc(100% + 70px);
    }
}



.contCardsLeaderboard {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.itemCardsLeaderboard {
    text-align: center;
    width: 23%;
    background-color: #FFF9EA;
    padding: 20px 10px 90px;
    position: relative;
}
.titleItemCardsLeaderboard {
    color: #0051A5;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}
.descriptionItemCardsLeaderboard {
    font-weight: 300;
    line-height: 150%;
    font-size: 14px;
}
.titleScoreItemCardsLeaderboard {
    color: #0051A5;
    font-size: 14px;
    line-height: 17.11px;
    font-weight: 500;
}
.scoreItemCardsLeaderboard {
    font-size: 11.17px;
    font-weight: 400;
    font-family: 'Roboto';
}
.btnGotoTableCardsLeaderboard {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    color: #0051A5;
    text-decoration: underline;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 80%;
    left: 10%;
}
.contScoreItemCardsLeaderboard {
    position: absolute;
    bottom: 70px;
    width: 100%;
    left: 0;
    padding: 0 10px;
}

.btnGotoTableCardsLeaderboard.mobile,
.descriptionItemCardsLeaderboard.mobile,
.contScoreItemCardsLeaderboard.mobile {
    display: none;
}
a.btn.toggle.section-medium-top-margin.mobile {
    display: none;
}
a.btn.toggle.section-medium-top-margin.desk {
    display: block;
    width: max-content;
    margin: auto;
}
@media only screen and (max-width: 925px) {
    .itemCardsLeaderboard{
        width: calc(50% - 10px);
        height: auto;   
    }
    .itemCardsLeaderboard:nth-child(1),
    .itemCardsLeaderboard:nth-child(2) {
        margin-bottom: 20px;             
    }
    .contCardsLeaderboard {
        align-items: stretch;
    }
}

@media only screen and (max-width: 770px) {
    .itemCardsLeaderboard {
        width: 100%;
        margin-bottom: 20px;             
    }
}

@media only screen and (max-width: 580px) {
    .contCardsLeaderboard {
        display: none;
    }
    .btnGotoTableCardsLeaderboard.mobile, 
    .descriptionItemCardsLeaderboard.mobile,
    .contScoreItemCardsLeaderboard.mobile {
        display: block;
        position: relative;
        bottom: auto;
        left: auto;            
    }
    .leaderboard .accordion h2.section-margin {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
    }
       
    .wrap .leaderboard:nth-child(2) {
        margin-top: -50px;
    }
    .leaderboard .accordion .btnGotoTableCardsLeaderboard.mobile.toggle.mobile-only::after {
        content: "\f107";
        font-family: 'fontawesome';
        font-size: 22px;
        position: relative;
        bottom: -6px;
        display: inline-block;
        line-height: 0.7;
        margin-left: 10px;
    }
    .leaderboard .accordion.active .btnGotoTableCardsLeaderboard.mobile.toggle.mobile-only::after {        
        content: "\f106";
    }
    .contScoreItemCardsLeaderboard.mobile {
        margin: 15px 0 0;
    }
    .accordion.mobile-only.single.parentAccordion {
        position: relative;
        padding-bottom: 40px;
    }
    .btnGotoTableCardsLeaderboard.mobile.toggle.mobile-only {
        position: absolute;
        bottom: 0;
    }
    .aligncenter.innerParentAccordion {
        margin-bottom: 0;
    }    
    a.btn.toggle.section-medium-top-margin.desk {
        display: none;
    }
    a.btn.toggle.section-medium-top-margin.mobile {
        display: block;
        margin: auto;
        width: max-content;
    }
   .btnGotoTableCardsLeaderboard {
        font-size: 14px;
        width: 100%;
    }
}







