
@font-face{
    font-family:Chelsea Basis;
    src:url(fonts/ChelseaBasis-Regular.woff) format("woff"),
        url(fonts/ChelseaBasis-Regular.woff2) format("woff2");
}
@font-face{
    font-family:Chelsea Basis-Bold;
    src:url(fonts/ChelseaBasis-Bold.woff) format("woff"),
        url(fonts/ChelseaBasis-Bold.woff2) format("woff2");
}

/*   Header */
.header{
    height: 152px;
    width: auto;
}

.main-header {
    background: #000;
    box-shadow: inset 0 -6px 0 #e00122;
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    z-index: 110;
}
.header-menu{
    margin-left: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.header-text{
    
}
.menu-item{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 24px;
    font-family: Teko, sans-serif;
    text-transform:uppercase;
    text-decoration: none;

}
.header-text a:hover {
    color: #e00122;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 6px;
    text-underline-offset: 35px;
}


.acc-hide, .accessible-hide {
    position: absolute;
    top: -99999px;
    left: -99999px;
    display: block !important;
    background-color: #000 !important;
    color: #fff !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.row.pad {
    padding-left: 24px;
    padding-right: 24px;
}
.row {
    max-width: 1464px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media (min-width: 1025px) {
    .main-header__logo {
        margin-right: 80px;
    }
}
.main-header__logo {
    /* flex: 0 0 44px; */
    -webkit-flex: 0 0 44px;
    min-width: 1px;
    min-height: 1px;
}

.h-100 {
    height: 100%;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header__nav {
    /* flex: 1 1 auto; */
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
}
.c-navigation--main {
    justify-content: flex-end;
    height: 100%;
}
.flex .flex-item-1 {
    
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-1 {
    height: 100%;
}
.c-navigation--main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
    height: 100%;
    padding: 0 24px;
    text-transform: uppercase;
    /* transition: color 0.15s; */
    white-space: nowrap;
}

.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1>span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* transition: box-shadow 0.15s; */
}
.main-header__icons {
    /* flex: 0 0 auto; */
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    padding-bottom: 6px;
}
.main-header__icons .ads-container {
    justify-content: center;
    height: 100%;
}
.icon-ads .ads-container {
    display: flex
;
    align-items: center;
}

.fa{
    color: #fff;
}
.header-icon {
    float: right;
    display: flex;
    margin-left: 220px;
    overflow: hidden;
}
.header-icons-Social{
    padding-left: 20px;
}

.header-icons-Social a :hover{
    color: #f30e0e;
}
.header-icons-Social a img:hover{
    fill: #f30e0e;
}


.secondry-header{
    background: #e00122;
    /* position: fixed; */
    top: 92px;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 109;
    display: flex;
    justify-content: space-around;
}
.League-Name{
    display: flex;
    margin-left: -50px;
    width: auto;
    padding-right: 200px;
}
.L-text{
    color: #fff;
    font-weight: 700;
    line-height: 56px;
    padding: 0 12px 4px;
    display: contents;
}
.L-text a:hover{
    background-color: #151515;
}
.menu-item-link{
    color: #fff;
    font-weight: 700;
    line-height: 56px;
    padding: 0 12px 4px;
    font-size: 16px;
    text-decoration: none;
}
.Main-bar-Menu {
    display: flex;
}

.LX-Name{
    font-size: 20px;
    font-weight: 600;
    display: flex;
    margin-top: 20px;
    text-transform: uppercase;
}
.Main-bar{
    display: flex;
    float: right;
    justify-content: flex-end;
    width: 500px;
    overflow: hidden;
}
/* Footer Start Here */
.footer {
    background-color: #000;
    color: #fff;
    /* padding: 50px 0 0; */
}
.main-footer {
    background: #000;
    border-top: 12px solid #e00122;
}
.acc-hide, .accessible-hide {
    position: absolute;
    top: -99999px;
    left: -99999px;
    display: block !important;
    background-color: #000 !important;
    color: #fff !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.main-footer__top {
    border-bottom: 1px solid #474952;
    color: #e00122;
    padding: 36px 0 24px;
    text-align: center;
}
@media (min-width: 1025px) {
    .main-footer__top-inner.row {
        flex-wrap: nowrap;
    }
}
@media (min-width: 768px) {
    .main-footer__top-inner.row {
        display: flex;
        align-items: center;
        justify-content: normal;
        flex-wrap: wrap;
    }
}



@media (min-width: 768px) {
    .main-footer__logos {
        margin: 0;
        justify-content: flex-start;
    }
}



.main-footer__icons-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1025px) {
    .main-footer__copyright {
        margin: 0;
        
    }
}


.main-footer__logos-link{
    padding: 20px;
}

.main-footer__copyright {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;

    /* margin-top: 24px; */
}
@media (min-width: 768px) {
    .main-footer__copyright {
        /* flex: 1 0 100%; */
        /* -webkit-flex: 1 0 100%; */
        min-width: 1px;
        min-height: 1px;
        margin-left: 300px;
        /* margin-top: 36px; */
    }
}
@media (min-width: 1025px) {
    .main-footer__icons-search {
        order: 3;
    }
}

.main-footer__bottom{
    max-width: 1464px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

}
@media (min-width: 768px) {
    .c-common-footer .c-common-footer__links {
        padding: 24px 12px;
        /* flex: 1 1 auto; */
        /* -webkit-flex: 1 1 auto; */
    }
}
@media (min-width: 768px) {
    .c-common-footer .c-common-footer__list-items {
        flex-direction: row;
    }
}

.c-common-footer .c-common-footer__list-items {
    margin: 0;
    padding: 0;
    list-style: none;
    /* flex-direction: column; */
}
@media (min-width: 768px) {
    .c-common-footer .c-common-footer__list-item {
        padding: 0 12px;
        margin-bottom: 4px;
        /* border-top: none; */
    }
}