/**********************
 * Left section
 ***********************/
.left-section {
    width: 215px;
    height: auto;
}

.aside-box {
    width: 199px;
    min-height: 300px;
    height: auto;
    background: rgba(25, 25, 25, 0.8);
    border-radius: 6px;
    border: 1px solid #f989ff;
    box-shadow: 0 0 4px #f989ff;
    text-align: center;
}

.aside-chain {
    width: 194px;
    height: 48px;
    margin: 0 auto;
}

.aside-box-screws {
    display: flex;
    justify-content: space-between;
}

.aside-box-screws img {
    margin: 5px;
}

.aside-box-fence-container {
    width: 194px;
    height: 48px;
    margin: 0 auto;
}

.aside-football-neon-container {
    display: flex;
    justify-content: center;
}

/**********************
 * Schedule card
 ***********************/
.default-page-schedule-card {
    width: 180px;
    height: 145px;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}
.default-page-schedule-card:hover {
    background: #f989ff;
}
.default-page-schedule-card_started {
    background: #77b300 !important;
}
.default-page-schedule-card_started a {
    color: red !important;
}
.default-page-schedule-card>.image-section>div:nth-child(1) {
    width: 50px;
    height: 50px;
    float: left;
}
.default-page-schedule-card>.image-section>div:nth-child(3) {
    width: 50px;
    height: 50px;
    float: left;
}
.default-page-schedule-card>.image-section>div:nth-child(2) {
    width: 72px;
    height: 50px;
    float: left;
    margin: 0;
    padding: 0;
    color: red;
    text-align: center;
    font-size: 16px;
    line-height: 3.1em;
}

.default-page-schedule-card .image-section {
    width: 180px;
    height: 58px;
    padding: 4px;
}

.default-page-schedule-card .match-name {
    width: 100%;
}
.default-page-schedule-card .match-name > a {
    font-size: 12px;
}

.schedule-neon {
    animation-name: schedule-neon-anim;
    animation-iteration-count: infinite;
    animation-duration: 1.2s;
    animation-direction: alternate;
}

@keyframes schedule-neon-anim {
    0% {
        opacity: 10%;
    }
    10% {
        opacity: 90%;
    }
    20% {
        opacity: 20%;
    }
    30% {
        opacity: 80%;
    }
    40% {
        opacity: 30%;
    }
    50% {
        opacity: 80%;
    }
    75% {
        opacity: 90%;
    }
    100% {
        opacity: 100%;
    }
}


/**********************
 * Right section
 ***********************/
.right-section {
    width: calc(100vw - 375px);
    height: auto;
    text-align: left;
    padding-left: 10px;
    color: #fff;
}

.default-horizontal-banana {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    width: 100%;
}
.default-horizontal-banana img {
    width: 1480px !important;
    height: 180px !important;
}

.default-horizontal-banana div[data-ultimate-banana-id] {
    width: 1480px !important;
    height: 180px !important;
}

@media only screen and (max-width: 1865px) {
    .default-horizontal-banana img {
        width: calc(100vw - 420px) !important;
        height: calc((100vw - 420px) * 0.1236) !important;
    }
    .default-horizontal-banana div[data-ultimate-banana-id] {
        width: calc(100vw - 420px) !important;
        height: calc((100vw - 420px) * 0.1236) !important;
        background-size: calc(100vw - 420px) calc((100vw - 420px) * 0.1236) !important;
    }
}
@media only screen and (max-width: 1260px) {
    .right-section {
        width: calc(100vw - 225px);
    }
    .default-horizontal-banana {
        width: calc(100vw - 235px) !important;
        height: calc((100vw - 260px) * 0.1236) !important;
    }
}

.cate-title-container {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
}

.cate-title {
    font-size: 26px;
}

.tv-channel-list-container {
    width: 100%;
    height: 75px;
    overflow-y: hidden;
}

.tv-channel-list-container img:hover {
    box-shadow: 0 0 10px #e6dc76;
}

.right-section-heading-container {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    padding: 20px 0 !important;
    clear: both !important;
}

.right-section-heading-container > h1 {
    display: block !important;
    margin: 0 auto 15px auto !important;
    position: static !important;
}

.seo-article {
    display: block !important;
    margin: 0 auto !important;
}

.movie-list-container-1line {
    width: 100%;
    height: 250px; /* height=240px +  top-margin=10px */
    overflow-y: hidden;
}

.movie-list-container-2line {
    width: 100%;
    height: 500px; /* (height=240px +  top-margin=10px) x 2*/
    overflow-y: hidden;
}