﻿/* ----------------- BETCLICK BUTTON --------------------- */
.gamehub-header .highlight-event-match .button.tickets {
    width: 35%;
    display: inline-block;
}

.gamehub-header .highlight-event-match .button.betclick {
    width: 35%;
    display: inline-block;
    /*margin-left: 10px;*/
}

/* ----------------- PREMIUM --------------------- */
.highlights-section .highlight-list .item.premium:hover .inner-item .content .text {
    color: #d4af37;
}

.highlights-section .highlight-list .item.premium .image-placeholder::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    width: 20px;
    height: 30px;
    z-index: 3;
    margin: 0;
    background-color: #d4af37;
}

.highlights-section .highlight-list .item.premium .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-anchor');
    width: 15px;
    height: 20px;
    z-index: 3;
    margin-top: 10px;
    margin-right: 2px;
}

.highlights-section .highlight-list .item.premium:hover .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-hover-anchor');
    width: 15px;
    height: 20px;
    z-index: 4;
    margin-top: 10px;
    margin-right: 3px;
}

.highlights-section .highlight-list .item.premium:hover .inner-item .logo rect#icon_white_hover_layer {
    fill: #d4af37 !important;
}

/* ----------------- END PREMIUM --------------------- */


/* To be announced */

.highlight-event-center-no-date {
    font-size: 24px;
    color: rgb(221,221,221);
    font-weight: 200;
}

/* Circle */
.highlight-event-center-live > .current-score {
    color: white;
    position: absolute;
    height: 100px;
    line-height: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 30px;
    font-weight: 300;
}

    .highlight-event-center-live > .current-score > .score {
        font-size: 45px;
        margin: 0 2px;
        font-weight: 400;
        vertical-align: bottom;
    }

.highlight-event-center-live {
    height: 100px;
}

    .highlight-event-center-live .svg-circle {
        height: 100%;
    }

.gamehub-sidebar {
    background: #fff;
    position: relative;
    z-index: 3;
}

.gamehub-tabs.fixed {
    background: #fff;
    position: fixed;
    top: 57px;
    z-index: 9;
}

.gamehub {
    position: relative;
}

.gamehub-tabs.fixed ~ * {
    margin-top: 102px;
}

.gamehub * {
    transition: opacity 250ms ease-in-out;
}


.gamehub .loading {
    opacity: 0;
}

.gamehub .loaded {
    opacity: 1;
}

.gamehub-content {
}

.breadcrumb {
    z-index: 5;
}

/** HEADER **/

.gamehub-header .day-game-info .info {
    border-right: 1px solid rgba(255,255,255,0.4);
}

    .gamehub-header .day-game-info .info.active {
        border: 1px solid #ddd;
        border-bottom: 2px solid white;
        transition: all 250ms ease-in-out;
    }


.gamehub-header {
    height: 350px;
    background: #242424;
    position: relative;
    z-index: 4;
}

    .gamehub-header .cover-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff top center no-repeat;
        background-size: cover;
        -webkit-transition: background-image 0.5s ease-in-out;
        transition: background-image 0.5s ease-in-out;
    }

        .gamehub-header .cover-img::before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0,0,0,0.5);
            pointer-events: none;
        }

    .gamehub-header .highlight-event-match {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        z-index: 3;
    }

        .gamehub-header .highlight-event-match .wrapper {
            display: inline-block;
        }

        .gamehub-header .highlight-event-match .highlight-event-team {
            display: inline-block;
            vertical-align: top;
            text-align: center;
        }

            .gamehub-header .highlight-event-match .highlight-event-team img {
                display: inline-block;
                height: 110px;
            }

            .gamehub-header .highlight-event-match .highlight-event-team .highlight-event-team-name {
                color: white;
                text-transform: uppercase;
                font-size: 20px;
                font-weight: 400;
            }

        .gamehub-header .highlight-event-match .highlight-event-center {
            display: inline-block;
            color: white;
            margin: 0px 10%;
        }

            .gamehub-header .highlight-event-match .highlight-event-center .match-day {
                font-weight: 600;
            }

            .gamehub-header .highlight-event-match .highlight-event-center .match-hour, .gamehub-header .highlight-event-match .highlight-event-center .competition-name {
                font-weight: 300;
            }

            .gamehub-header .highlight-event-match .highlight-event-center .match-day, .gamehub-header .highlight-event-match .highlight-event-center .match-hour {
                font-size: 28px;
            }

            .gamehub-header .highlight-event-match .highlight-event-center .competition-name {
                margin-bottom: 20px;
                text-transform: uppercase;
            }

        .gamehub-header .highlight-event-match .button:not(.betclick) {
            border-color: white;
            color: white;
            width: 80%;
            /*margin-top: 20px;*/
            max-width: 410px;
        }

    .gamehub-header .wrapper {
        width: 100%;
    }

    .gamehub-header .wrapper-highlight-event {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        margin: 0 auto;
     }

    .gamehub-header .button.sold-out {
        color: rgb(136,136,136);
        border-color: rgb(136,136,136);
    }

    .gamehub-header .highlight-event-match .button.sold-out:hover {
        cursor: default;
        border-color: rgb(136,136,136);
    }

    .gamehub-header .highlight-event-match .sold-out:before {
        content: none;
    }

    .gamehub-header .last-tickets {
        margin-top: 15px !important;
    }

    .gamehub-header .highlight-event-match .last-tickets:after {
        content: 'ÚLTIMOS';
        position: absolute;
        top: 12px;
        left: -14px;
        width: 42px;
        height: 16px;
        background-color: #c30000;
        font-size: 9px;
        font-weight: 300;
        border-bottom: 1px solid white;
        padding-top: 2px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }


    .gamehub-header .day-game-info {
        text-transform: uppercase;
        color: white;
    }

        .gamehub-header .day-game-info .info {
            width: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            flex-grow: 1;
        }

            .gamehub-header .day-game-info .info.competitions-list-toggle {
                padding: 25px 0;
                font-size: 15px;
                z-index: 7;
                transition: background-color 0.5s 0.75s, color 0.5s 0.75s;
            }

                .gamehub-header .day-game-info .info.competitions-list-toggle.active {
                    background-color: white;
                    color: #c30000;
                    transition: background-color 0.2s, color 0.2s;
                }

                    .gamehub-header .day-game-info .info.competitions-list-toggle.active .icon svg {
                        stroke: #333 !important;
                        transition: stroke 0s 0s;
                        animation: none;
                    }

                .gamehub-header .day-game-info .info.competitions-list-toggle .icon svg {
                    transition: stroke 0s 1s;
                    animation: stroke-change 0.75s forwards;
                }

@keyframes stroke-change {
    0% {
        stroke: #333;
    }

    99.9% {
        stroke: #333;
    }

    100% {
        stroke: white;
    }
}


.gamehub-header .day-game-info .info.competitions-list-toggle:hover {
    cursor: pointer;
}

.gamehub-header .day-game-info .info.competitions-list-toggle .arrow {
    max-width: 15px;
    height: 10px;
    display: inline-block !important;
    margin-left: 5px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition: transform 0.5s, stroke 0.5s 0.75s;
    stroke: white;
    fill: none;
    stroke-width: 4px;
}

.gamehub-header .day-game-info .info.competitions-list-toggle.active .arrow {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    stroke: #c30000;
    transition: transform 0.5s, stroke 0.5s;
}

.gamehub-header .my-dropdown {
    position: absolute;
    float: left;
    width: 100%;
    z-index: 6;
    max-height: 0px;
    -o-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid white;
    border-bottom-width: 0;
    border-top-width: 0;
}

    .gamehub-header .my-dropdown.open {
        max-height: 400px;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .gamehub-header .my-dropdown .competitions-wrapper {
        background-color: white;
        padding: 0px 25px;
    }

    .gamehub-header .my-dropdown .competition {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-size: 15px;
        padding: 25px 0;
    }

        .gamehub-header .my-dropdown .competition:hover {
            cursor: pointer;
        }

        .gamehub-header .my-dropdown .competition.active,
        .gamehub-header .my-dropdown .competition:hover {
            color: #c30000;
        }

        .gamehub-header .my-dropdown .competition:not(:last-child) {
            border-bottom: solid 1px rgb(219,219,219);
        }

        .gamehub-header .my-dropdown .competition:first-child {
            border-top: solid 1px rgb(219,219,219);
        }

        .gamehub-header .my-dropdown .competition svg {
            stroke: #333;
            height: 25px;
            max-width: 25px;
        }

        .gamehub-header .my-dropdown .competition img {
            height: 25px;
        }

        .gamehub-header .my-dropdown .competition .icon {
            margin-right: 10px;
        }

.gamehub-header .day-game-info .info .icon svg {
    height: 20px;
    max-width: 35px;
    display: inline-block;
    stroke: white;
}

.gamehub-header .day-game-info .info .icon img {
    height: 22px;
    max-width: 35px;
    margin-right: 10px;
}


.gamehub-header .day-game-info .info .channels img {
    display: inline-block;
    margin-right: 10px;
    height: 10px;
}


.gamehub-header .my-dropdown .text {
    text-transform: uppercase;
}

.gamehub-header .day-game-info .info .location {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .gamehub-header .day-game-info .info .location > * {
        text-align: left;
    }


    .gamehub-header .day-game-info .info .location .stadium {
        margin-bottom: 3px;
    }

    .gamehub-header .day-game-info .info .location .directions {
        font-size: 10px;
        transition: color 200ms;
    }

    .gamehub-header .day-game-info .info .location:hover .directions {
        color: white;
    }

    .gamehub-header .day-game-info .info .location .directions .arrow {
        max-width: 15px;
        height: 8px;
        stroke: white;
        stroke-width: 4px;
        fill: none;
        transition: stroke 200ms;
    }

    .gamehub-header .day-game-info .info .location:hover .directions .arrow {
        stroke: white;
    }

.gamehub .gamehub-header .highlight-event-center-score {
    display: none;
}

.posgame.gamehub .gamehub-header .highlight-event-center-score,
.livegame.gamehub .gamehub-header .highlight-event-center-score {
    display: block;
}

.posgame.gamehub .gamehub-header .highlight-event-match .button,
.livegame.gamehub .gamehub-header .highlight-event-match .button:not(.betclick),
.no-date .gamehub-header .highlight-event-match .button {
    display: none;
}


.pregame.gamehub .gamehub-header .wrapper-highlight-event > .highlight-event-center,
.livegame.gamehub .gamehub-header .wrapper-highlight-event > .highlight-event-center-live,
.no-date.gamehub .gamehub-header .wrapper-highlight-event > .highlight-event-center-no-date {
    display: block;
}

.gamehub-header .highlight-event-center-countdown {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border: 3px solid;
    border-radius: 50%;
    color: #fff;
    border-color: rgba(219,219,219,.5);
}

    .gamehub-header .highlight-event-center-countdown .time-left {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .gamehub-header .highlight-event-center-countdown .days-left {
        font-size: 30px;
        line-height: 1;
    }

    .gamehub-header .highlight-event-center-countdown .text {
        font-size: 10px;
        text-transform: uppercase;
    }

.highlight-event-center-score {
    padding: 0;
    color: #fff;
}

.gamehub-header .highlight-event-center-score .current-score,
.gamehub-header .highlight-event-center-score .pre-break {
    font-weight: 300;
}


.gamehub-header .highlight-event-center-score .current-score {
    line-height: 1;
}

.gamehub-header .highlight-event-center-score .pre-break .score {
    margin: 0 8px;
}

.gamehub-header .highlight-event-center-score .current-score .score {
    font-weight: 400;
    font-size: 40px;
    vertical-align: middle;
    margin: 0 16px;
}

.gamehub-header .highlight-event-center-score .pre-break {
    font-size: 16px;
}

.gamehub-header .ticker {
    display: flex;
    position: absolute;
    bottom: -17px;
    transform: translateY(100%);
}

    .gamehub-header .ticker > div {
        width: 20%;
        display: flex;
        flex-grow: 1;
    }


/** SIDEBAR **/
.gamehub-sidebar-nav {
    background-color: #fff;
    z-index: 999;
    position: relative;
}

    .gamehub-sidebar-nav .main-nav-row {
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

        .gamehub-sidebar-nav .main-nav-row .item {
            width: 148px;
            padding: 0;
            transition: all 250ms ease-in-out;
        }

    .gamehub-sidebar-nav .games-dropdown {
        width: 165px !important;
    }

#gamehub-highlights-menu {
    width: 200px;
}

.gamehub-sidebar-nav.filter-navigation .main-nav-row .games-dropdown:not(.active) + .item,
.gamehub-sidebar-nav.filter-navigation .main-nav-row .games-dropdown:not(.active) + .item svg.nav-icon {
    color: #c30000;
    fill: #c30000;
}


#games-dropdown.hidden {
    display: block;
}

.gamehub-sidebar .gamehub-sidebar-nav .item svg.nav-icon {
    display: inline !important;
    stroke: none;
    width: 33px;
    margin-right: 14px;
    height: 33px;
    fill: #242424;
}

.gamehub-sidebar .gamehub-sidebar-nav .item.active svg.nav-icon {
    color: #c30000;
    fill: #c30000;
}


.gamehub-sidebar .gamehub-sidebar-nav .accordion .tab {
    padding: 4.25%;
    /* Fix 354 */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .gamehub-sidebar .gamehub-sidebar-nav .accordion .tab > p {
        flex-grow: 1;
    }

/** SIDEBAR GAMES **/

#games-dropdown {
    padding: 0;
}


.filter-navigation #games-dropdown .accordion .section-title {
    color: #242424;
}

    .filter-navigation #games-dropdown .accordion .section-title.active,
    .filter-navigation #games-dropdown .accordion .tab:hover .section-title {
        color: #c30000;
    }

.gamehub-sidebar-nav .filter-navigation #games-dropdown .accordion .game-wrapper {
    margin-top: 20px;
}

.gamehub-sidebar-nav.filter-navigation .main-nav-row .item:not(.active):hover,
.gamehub-sidebar-nav.filter-navigation .main-nav-row .item:not(.active):hover svg {
    color: #c30000;
}


    .gamehub-sidebar-nav.filter-navigation .main-nav-row .item:not(.active):hover svg.nav-icon {
        fill: #c30000;
        stroke: none;
    }

#games-dropdown .team-filter-tab {
    display: inline;
    text-transform: uppercase;
}

#games-dropdown .team-filter-tab-item {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    padding: 4px 0px;
    width: 80px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    transition: all 250ms ease-in-out
}

    #games-dropdown .team-filter-tab-item:hover,
    #games-dropdown .team-filter-tab-item.active {
        color: #c30000;
        background: #fff;
    }

.gamehub .filter-navigation .accordion .section-title {
    display: inline;
    vertical-align: middle;
}

#games-dropdown .game-div .other-team-games {
    display: block;
}

#games-dropdown .game-div .game {
    border-top: 1px solid #f4f4f4;
    font-size: 12px;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 250ms ease-in-out;
}

    #games-dropdown .game-div .game.active,
    #games-dropdown .game-div .game:hover {
        color: #c30000;
    }

    #games-dropdown .game-div .game > * {
        float: left;
    }

    #games-dropdown .game-div .game .round {
        width: 31%;
        text-transform: uppercase;
        text-align: center;
    }

    #games-dropdown .game-div .game .game-description-wrapper {
        width: 69%;
    }

    #games-dropdown .game-div .game .game-description {
        padding: 0 5%;
        display: flex;
        align-items: center;
    }

    #games-dropdown .game-div .game .game-info {
        font-size: 15px;
    }

    #games-dropdown .game-div .game .team-name {
        font-weight: 300;
        min-width: 26px;
    }

    #games-dropdown .game-div .game .team-logo {
        display: inline;
        width: 11%;
    }

    #games-dropdown .game-div .game .away-team {
        float: right;
    }

#games-dropdown .game-div .sidebar-list-toggle {
    display: none;
}

#games-dropdown .game-div .game.live::after {
    content: "Direto";
    background: #c30000;
    color: #fff;
    font-size: 11px;
    position: absolute;
    left: -23px;
    /* top: 0; */
    text-transform: uppercase;
    text-align: center;
    width: 58px;
    line-height: 2.7;
    height: 24px;
    transform: rotate(270deg);
    /* bottom: 0; */
}

#games-dropdown .game-div .benfica-games.hidden {
    display: block;
}

#games-dropdown .game-div .game:nth-child(n+6) {
    display: none;
}

#games-dropdown .game-div .game-wrapper.loading {
    opacity: 1;
}

    #games-dropdown .game-div .game-wrapper.loading .game {
        opacity: 1;
        border-top: none;
        border-right: 1px solid #ddd;
    }

    #games-dropdown .game-div .game-wrapper.loading a.game {
        border-right: none !important
    }

    #games-dropdown .game-div .game-wrapper.loading .game > * {
        opacity: 0;
    }

/** SIDEBAR HIGHLIGHTS **/

.gamehub-sidebar .highlights-section .inner-item > a {
    width: 100%;
}

.gamehub-sidebar .highlights-section .video-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    padding-bottom: 56.25%;
    border-right: 1px solid #fff;
}

.gamehub-sidebar .highlights-section .highlight .content {
    padding: 0 16px;
}

.gamehub-sidebar .highlights-section {
    border-bottom: 1px solid #ddd;
}

    .gamehub-sidebar .highlights-section .highlight .content .extra-small {
        font-size: 9px;
        margin-top: 6.5%;
    }


    .gamehub-sidebar .highlights-section .highlight .content .medium-s {
        transition: color 250ms ease-in-out;
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 300;
    }

    .gamehub-sidebar .highlights-section .video-wrapper .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -22px;
        margin-left: -22px;
        width: 44px;
        height: 44px;
        fill: none;
    }

    .gamehub-sidebar .highlights-section .highlight {
        cursor: pointer;
        cursor: hand;
    }
    
        .gamehub-sidebar .highlights-section .highlight:hover .content .medium-s {
            color: #c30000;
        }

        .gamehub-sidebar .highlights-section .highlight:hover .video-wrapper .logo rect#icon_white_hover_layer {
            font-size: 106px;
        }

    .gamehub-sidebar .highlights-section .highlight-list.slick-slider {
        margin: 6.25% 0;
    }

        .gamehub-sidebar .highlights-section .highlight-list.slick-slider .blank {
            max-width: 24px;
            min-width: 0;
        }

    .gamehub-sidebar .highlights-section .edge-button-path {
        stroke: white;
    }

    .gamehub-sidebar .highlights-section .edge-button {
        top: 10%;
    }

    .gamehub-sidebar .highlights-section .item {
        min-width: 148px;
    }

/* SIDEBAR CLASSIFICATION **/

.filter-navigation .accordion .tab:last-child .accordion-body.open {
    max-height: none;
}

/** TABS **/

.gamehub-content-nav {
    overflow-x: auto;
}

.gamehub-content-nav-items-wrapper {
    min-width: 2000px;
}

    .gamehub-content-nav-items-wrapper .item {
        text-transform: uppercase;
        display: inline-block;
        transition: all 250ms ease-in-out;
        background: #f4f4f4;
        height: 70px;
        padding: 25px 0;
        float: left;
        text-align: center;
        border: 1px solid transparent;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        cursor: pointer;
        cursor: hand;
        width: 150px;
        vertical-align: top;
        position: relative;
    }

        .gamehub-content-nav-items-wrapper .item:hover,
        .gamehub-content-nav-items-wrapper .item.active {
            color: #c30000;
        }

        .gamehub-content-nav-items-wrapper .item.active {
            background: #fff;
            border-bottom-color: #fff;
        }


.pregame [data-panel="gamehub-news"] {
    border-left-color: transparent !important;
}

.livegame [data-panel="gamehub-live"] {
    border-left-color: transparent !important;
}

    .livegame [data-panel="gamehub-live"].active ~ [data-panel="gamehub-news"] {
        border-left: 1px solid #ddd;
    }

.posgame [data-panel="gamehub-report"] {
    /*border-left: none !important;*/
}

    .posgame [data-panel="gamehub-report"].active ~ [data-panel="gamehub-news"] {
        border-left: 1px solid #ddd;
    }

.gamehub-news-element .gamehub-news-title .text-wrapper {
    padding-left: 50px;
    position: relative;
    /* left: -50px; */
    top: -39px;
    margin-bottom: -39px;
    width: 100%;
}

.gamehub-content-panel {
    padding: 0 3.75%;
    display: block !important;
    margin-top: 0;
    min-height: 0px;
    opacity: 1;
    margin-top: 32px;
}

    .gamehub-content-panel.hidden {
        height: 0px;
        overflow: hidden;
        margin-top: 0;
        opacity: 0;
    }

.gamehub-tabs.fixed ~ *.hidden {
    margin-top: 0;
}

.gamehub-footer {
}

/** NEWS **/

article.gamehub-news-element::before {
    position: absolute;
    content: " ";
    width: 1px;
    background: #c30000;
    top: 0;
    bottom: 0;
    left: 20px;
}

.gamehub-news-element-no-content {
    padding: 0 3.75%;
    display: none;
    box-sizing: border-box;
    min-height: 300px;
}



    .gamehub-news-element-no-content:only-child {
        display: block;
    }

    .gamehub-news-element-no-content img {
        height: 50px;
        margin-right: 15px;
        position: relative;
        float: left;
    }

    .gamehub-news-element-no-content p,
    .gamehub-news-element-no-content span {
        margin: 0;
        padding: 0;
        float: left;
        text-transform: uppercase;
    }

    .gamehub-news-element-no-content p {
        width: 80%;
        margin-bottom: 20px;
    }

        .gamehub-news-element-no-content p span {
            font-size: 18px;
            vertical-align: sub;
        }

.gamehub-tabs.fixed ~ #gamehub-news .gamehub-news-element-no-content {
    position: fixed;
    top: 168px;
    width: 66%;
    max-width: 1007px;
    padding-top: 40px;
}

.gamehub-news-element.more-button-wrapper {
    margin: 64px 0;
}

article.gamehub-news-element:not(:last-of-type) {
    padding-bottom: 40px;
}

.gamehub-news-element {
    box-sizing: border-box;
}

    .gamehub-news-element:not(.news) .gamehub-news-title {
        margin-bottom: 24px;
    }

.gamehub-news-title {
    transition: all 250ms ease-in-out;
}

    .gamehub-news-title .extra-small {
        font-size: 9px;
        display: block;
        font-weight: 400;
        margin: 15px 0;
    }

    .gamehub-news-title h3 {
        color: #242424;
        transition: color 250ms ease-in-out;
    }

    .gamehub-news-title > * {
        float: left;
    }

    .gamehub-news-title img {
        margin: 0;
        padding-right: 9px;
    }

.gamehub-news-element.more-button-wrapper,
.gamehub-news-element .gallery-wrapper,
.gamehub-news-element .quote-wrapper,
.gamehub-news-element .video-object,
.gamehub-news-element .image-wrapper {
    padding-left: 50px;
    float: left;
    width: 100%;
}

/* premium */
.gamehub-news-element.premium .video-wrapper:before,
.gamehub-news-element.premium .image-wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    width: 28px;
    height: 40px;
    z-index: 3;
    margin: 0;
    background-color: #d4af37;
    background-image: url(/Images/icons/icons.svg#slb-logo-path-anchor);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 85%;
}

.gamehub-news-element.premium:hover .text-wrapper * {
    color: #d4af37 !important;
}

.gamehub-news-element.premium:hover .logo rect#icon_white_hover_layer {
    fill: #d4af37 !important;
}


/* premium */

.gamehub-news-element .video-wrapper img,
.gamehub-news-element .image-wrapper img {
    margin: 0;
    width: 100%;
}

.gamehub-news-element .gallery-wrapper,
.gamehub-news-element .gallery-object,
.gamehub-news-element .quote-wrapper {
    position: relative;
}

.gamehub-news-element .gallery-object {
    width: 100%;
}

.gamehub-news-element .quote-wrapper .quotemark {
    margin: 0;
    margin-bottom: 16px;
    width: 99px;
    float: left;
}

.gamehub-news-element .quote-wrapper blockquote {
    float: left;
    margin: 0;
    padding: 0;
    font-weight: 300;
    border: 0;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.1;
}

.gamehub-news-element.image:hover h3,
.gamehub-news-element.news:hover h3 {
    color: #c30000;
}

.gamehub-news-element.news,
.gamehub-news-element.video {
    cursor: pointer;
    cursor: hand;
}


.gamehub-news-element .video-wrapper {
    position: relative;
}

    .gamehub-news-element .video-wrapper .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        /* margin: auto; */
        fill: none;
        transform: translate(-50%,-50%);
    }

.gamehub-news-element.video:hover .gamehub-news-title h3 {
    color: #c30000;
}

.gamehub-news-element.video img {
    transition: filter 250ms ease-in-out;
}

.gamehub-news-element.video:hover :not(.gamehub-news-title) img {
    filter: brightness(1.2);
}

.gamehub-news-element.video:hover .video-wrapper .logo rect#icon_white_hover_layer {
    font-size: 106px;
}

.gamehub-news-element .video-wrapper .image-placeholder:after,
.gamehub-news-element .video-wrapper .image-placeholder::after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.gamehub-news-element .video-wrapper > .image-placeholder,
.gamehub-news-element .video-wrapper > video {
    position: relative;
}

.gamehub-news-element .edge-button-path {
    stroke: white;
    width: 20px;
    stroke-width: 2px;
}

.gamehub-news-element .gallery-expand,
.gamehub-news-element .gallery-hover {
    z-index: 1;
    position: absolute;
    cursor: hand;
    cursor: pointer;
}

.gamehub-news-element .image-slider-gallery img {
    margin: 0;
    width: 100%;
}

.gamehub-news-element .gallery-expand {
    top: 8px;
    right: 8px;
    width: 4.5%;
    min-width: 15px;
    max-width: 26px;
}

.gamehub-news-element .gallery-hover {
    position: absolute;
    height: 25px;
    width: 25px;
    bottom: 8px;
    left: 8px;
    transition: all 250ms ease-in-out;
    border: 1px solid #fff;
    border-radius: 25px;
}

.gamehub-news-element .gallery-hover-icon {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-left: 7px;
    margin-top: -5px;
    background: url("/Images/icons/gallery-white.png") no-repeat;
    background-size: contain;
}

.gamehub-news-element .gallery-hover:hover .gallery-hover-icon {
    background: url("/Images/icons/gallery-black.png") no-repeat;
    background-size: contain;
}


.gamehub-news-element .gallery-hover span {
    display: none;
    opacity: 0;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -8px;
    transition: all 250ms ease-in-out 250ms;
}

.gamehub-news-element .gallery-hover:hover {
    background: #fff;
    width: 120px;
}

    .gamehub-news-element .gallery-hover:hover span {
        display: inline;
        opacity: 1;
        font-size: 12px;
        text-transform: uppercase;
        width: 120px;
    }

.gamehub-news-element .gallery-object:after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to right,rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%,rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0.4) 100%);
}

.gamehub-news-element .button {
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
}

/** SOCIAL AREA **/

.gamehub-social-nav {
    position: fixed;
    margin: 0 auto;
    top: 69vh;
    z-index: 5;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1600px;
    pointer-events: none;
    /* issue 634*/
    right: 0;
}

    .gamehub-social-nav .button-wrapper {
        display: inline-block;
        pointer-events: all;
        right: 0;
        position: absolute;
    }

        .gamehub-social-nav .button-wrapper div {
            right: 0;
            cursor: pointer;
            cursor: hand;
            padding: 0.6vw;
            display: block;
            background: #f4f4f4;
            width: auto;
            text-align: center;
            border: 1px solid #ddd;
            transition: all 250ms ease-in-out;
        }


            .gamehub-social-nav .button-wrapper div:hover p,
            .gamehub-social-nav .button-wrapper div:hover svg {
                color: #c30000;
                fill: #c30000;
            }

            .gamehub-social-nav .button-wrapper div:first-child {
                border-bottom: none;
            }

            .gamehub-social-nav .button-wrapper div p {
                text-transform: uppercase;
                font-size: 10px;
                /*margin: 0.8vw;*/
            }

            .gamehub-social-nav .button-wrapper div svg {
                width: auto;
                max-width: 31px;
                height: 26px;
                fill: #242424;
                padding: 0.4vw;
                margin-top: 6px;
            }

            .gamehub-social-nav .button-wrapper div.socialhub-button {
                stroke: #242424;
            }

                .gamehub-social-nav .button-wrapper div.socialhub-button:hover svg {
                    stroke: #c30000;
                }

.gamehub-side-area {
    position: fixed;
    overflow-y: scroll;
    display: none;
    background: rgba(0,0,0,0);
    opacity: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    /*max-width: 1600px;*/
    margin: 0 auto;
}

    .gamehub-side-area.active {
        overflow-x: hidden;
        display: block;
        opacity: 1;
    }

    .gamehub-side-area .gamehub-side-area-content {
        position: absolute;
        top: 0;
        overflow: hidden;
        padding: 24px;
        min-height: 100%;
        left: 100%;
        background: #fff;
        transition: left 500ms ease-in;
    }

    .gamehub-side-area .close-popup {
        display: block;
        position: absolute;
        right: 24px;
        top: 24px;
        z-index: 1;
        float: right;
        cursor: pointer;
        cursor: hand;
    }

        .gamehub-side-area .close-popup svg {
            height: 27px;
            stroke: #242424;
            width: 27px;
            transition: all 500ms ease-in-out;
        }

        .gamehub-side-area .close-popup:hover svg {
            stroke: #c30000;
        }

.gamehub-side-area-content.active {
    left: 0;
}


.gamehub-side-area h2.title {
    margin-top: 0;
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}

.gamehub-side-area .gamehub-socialhub .filter-navigation .main-nav-row-container {
    border-bottom: none;
    overflow-x: auto;
    overflow-y: hidden;
}


    .gamehub-side-area .gamehub-socialhub .filter-navigation .main-nav-row-container .width {
        display: flex;
    }


/* Polls */

.gamehub .poll-item {
    margin-top: 0;
}


    .gamehub .poll-item.full-width-body .top-border {
        display: none;
    }

/* issue 644 */
.socialHub.detail .popup .close-popup {
    width: 100%;
    max-width: 920px;
    position: initial;
    text-align: right;
}

.gamehub-header .highlight-event-match .button.betclick, .gamehub-header .highlight-event-match .buttons-wrapper{
    display:inline-block;
}
.gamehub-header .highlight-event-match .button.betclick, .gamehub-header .highlight-event-match .buttons-wrapper .button.tickets {
    width: 120px;
    float: left;
}

.gamehub-header .highlight-event-match .buttons-wrapper .button.betclick {
    width: 120px;
    margin-left: 20px;
    background-image: url('/-/media/BenficaDP/Betting/Placard/placard-GH');
}

    .gamehub-header .highlight-event-match .buttons-wrapper .button.betclick:hover {
        /*margin-left: 20px;*/
        background-image: url('/-/media/BenficaDP/Betting/Placard/placard-GH-hover');
        border-color: transparent;
    }

    .gamehub-header .highlight-event-match .buttons-wrapper .button.betclick:before {
        width: 0;
        height: 0;
    }

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    /* ----------------- BETCLICK BUTTON --------------------- */
    

    /* issue 645 */
    .socialHub.content-area .filter-navigation .main-nav-row-container {
        overflow-y: hidden !important;
    }

    .gamehub-social-nav .button-wrapper div p {
        font-size: 12px;
    }
    /* issue 462*/
    .gamehub-social-nav .button-wrapper div svg {
        padding: 0;
        margin-top: 0;
    }

    .gamehub-side-area {
        background: rgba(0,0,0,0.65);
    }

    .gamehub-social-nav {
        top: 66vh;
    }

        .gamehub-social-nav .button-wrapper div {
            padding: 15px;
        }


    .gamehub-header .day-game-info .info:not(.active) {
        border-bottom: none;
    }

    .gamehub-header .day-game-info .info.active {
        border-bottom: none;
    }

    .gamehub-header .ticker {
        position: relative;
        bottom: 0;
        transform: translateY(0%);
    }

    .gamehub .breadcrumb {
        padding-left: 25px;
    }

    .gamehub > .row {
        padding: 0 1.75%;
    }

    .gamehub-tabs.fixed {
        top: 55px;
        width: 66%;
        padding-right: 1.75%;
        max-width: 1048px;
    }

        .gamehub-tabs.fixed ~ #gamehub-news .gamehub-news-element-no-content {
            top: 168px;
            width: 66%;
        }

    .gamehub-content {
        border-left: 1px solid #ddd;
    }


    .gamehub-sidebar .gamehub-sidebar-nav.fixed .main-nav-row ~ * {
        margin-top: 122px;
    }

    .gamehub-sidebar .gamehub-sidebar-nav.fixed + .highlights-section {
        margin-top: 80px !important;
    }

    .gamehub-tabs.fixed ~ *:not(.hidden) {
        margin-top: 122px !important;
    }

    .gamehub-header {
    }
    /** START HEADER **/

    .highlight-event-match::before {
        display: none;
    }

    .gamehub-header .day-game-info {
        display: flex;
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }

        .gamehub-header .day-game-info .info {
            width: 20%;
        }

        .gamehub-header .day-game-info .info {
            border-right: 1px solid rgba(255,255,255,0.4);
            justify-content: space-around;
            padding: 15px 0px;
        }

            .gamehub-header .day-game-info .info.active:first-child {
                border-right-color: transparent;
            }

            .gamehub-header .day-game-info .info:not(:last-child):not(:first-child) {
                border-right: solid 1px rgb(98,113,133);
            }

        .gamehub-header .day-game-info .ticker .info {
            margin: 15px 0px;
            padding: 0;
            justify-content: center;
        }

        .gamehub-header .day-game-info .info,
        .gamehub-header .day-game-info .info.competitions-list-toggle {
            font-size: 12px;
        }

    .gamehub-header .highlight-event-match .highlight-event-team.text-right {
        text-align: center;
    }

    .gamehub-header .highlight-event-match .highlight-event-team.text-left {
        text-align: center;
    }

    .gamehub-header button.last-tickets {
        margin-top: 15px !important;
    }


    .gamehub-header .wrapper-highlight-event {
        margin-top: 10px;
    }


    .gamehub-header .my-dropdown.open {
        max-height: 200px;
    }

    .gamehub-header .my-dropdown {
        margin-top: -1px;
    }

        .gamehub-header .my-dropdown .competitions-wrapper {
            padding: 30px 0px;
        }

        .gamehub-header .my-dropdown .competition {
            width: 20%;
            position: relative;
            float: left;
            border: none !important;
            font-size: 12px;
        }

            .gamehub-header .my-dropdown .competition svg {
                height: 20px;
            }

            .gamehub-header .my-dropdown .competition .icon {
                margin-right: 15px;
            }


    .gamehub-header .day-game-info .info.competitions-list-toggle {
        padding: 0 2%;
    }

        .gamehub-header .day-game-info .info.competitions-list-toggle .arrow {
            margin-left: auto;
        }

    .gamehub-header .highlight-event-center-countdown {
        width: 100px;
        height: 100px;
    }

        .gamehub-header .highlight-event-center-countdown .days-left {
            font-size: 50px;
        }

        .gamehub-header .highlight-event-center-countdown .text {
            font-size: 14px;
            text-transform: uppercase;
        }

    .gamehub-header .highlight-event-center-score .current-score {
        line-height: 1;
        font-size: 30px;
    }

        .gamehub-header .highlight-event-center-score .current-score .score {
            font-size: 65px;
            vertical-align: middle;
            margin: 0 24px;
        }

    .gamehub-header .highlight-event-center-score .pre-break {
        font-size: 20px;
    }

    /** END HEADER **/

    .gamehub-sidebar {
        right: -1px;
    }

    .gamehub-content {
        padding-bottom: 80px;
    }

    .gamehub-content-nav {
        overflow-x: auto;
        max-width: 1028px;
    }

    .gamehub-content-nav-items-wrapper {
        min-width: 0px;
    }

        .gamehub-content-nav-items-wrapper .item {
            height: 80px;
            padding: 29px 0;
        }

    .livegame .gamehub-content-nav-items-wrapper .item,
    .posgame .gamehub-content-nav-items-wrapper .item {
        width: 20%;
        padding: 29px 0;
    }

    .pregame .gamehub-content-nav-items-wrapper .item {
        width: 25%;
    }

    .gamehub-content-panel {
        padding: 0;
        padding-left: 20px;
    }

        .gamehub-content-panel:not(.hidden) {
            margin-top: 40px;
        }


    /** SIDEBAR **/

    .gamehub-sidebar-nav.filter-navigation.open .main-nav-row,
    .gamehub-sidebar-nav.filter-navigation .main-nav-row {
        height: auto;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .gamehub-sidebar-nav.filter-navigation .my-dropdown {
        min-height: 0;
        padding: 0;
        border: none;
    }

    .gamehub .season-standings-sidebar {
        border-right: 1px solid #ddd;
    }


    .gamehub-sidebar-nav .main-nav-row {
        text-align: left;
    }

        .gamehub-sidebar-nav .main-nav-row .item {
            width: 50%;
            margin-bottom: -1px;
        }

    .gamehub-sidebar .gamehub-sidebar-nav .main-nav-row .item p {
        display: none;
    }


    .gamehub-sidebar-nav .item.dropdown.games-dropdown .arrow {
        display: none !important;
    }

    .gamehub-sidebar .filter-navigation .my-dropdown {
        transform: none;
        position: static;
    }

    .gamehub-sidebar .gamehub-sidebar-nav.fixed {
    }

        .gamehub-sidebar .gamehub-sidebar-nav.fixed .main-nav-row {
            top: 55px;
            position: fixed;
            width: 32.16666%;
            max-width: 514px;
            background: #fff;
        }

    .gamehub-sidebar-nav.filter-navigation .main-nav-row .item:not(.active):hover,
    .gamehub-sidebar-nav.filter-navigation .main-nav-row .item:not(.active):hover svg.nav-icon {
        color: #c30000;
    }

        .gamehub-sidebar-nav.filter-navigation .main-nav-row .item:not(.active):hover svg.nav-icon {
        }

    .gamehub-sidebar-nav .main-nav-row .item:not(.active):hover svg.nav-icon {
        color: #c30000;
        fill: #c30000;
    }

    /** SIDEBAR GAMES **/

    #games-dropdown.hidden {
        display: none;
    }

    .pregame .gamehub-sidebar-nav .main-nav-row .item.dropdown.games-dropdown {
        color: #c30000;
        fill: #c30000;
    }

        .pregame .gamehub-sidebar-nav .main-nav-row .item.dropdown.games-dropdown svg.nav-icon {
            fill: #c30000;
        }

    #games-dropdown .section-title {
        border-bottom: 1px solid #ddd;
        padding: 16px 0 16px 24px;
        border-right: 1px solid #ddd;
        font-size: 16px;
    }

    #games-dropdown .team-filter-tab {
        position: absolute;
        top: 0;
        padding: 14px 0;
        right: 0;
        padding-right: 13px;
        display: block;
        text-transform: uppercase;
    }

    .gamehub .filter-navigation .accordion .section-title {
        display: block;
        vertical-align: initial;
    }

    .filter-navigation #games-dropdown .accordion .section-title.active {
        margin-bottom: 0;
    }

    .gamehub-sidebar .gamehub-sidebar-nav .accordion .tab {
        padding: 0;
        /* Fix 354 */
        display: block;
    }

    .gamehub-sidebar #games-dropdown .game-div {
        border-bottom: 1px solid #ddd;
    }

    #games-dropdown .game-div .game.active {
        border-right: 1px solid #fff;
    }

    .filter-navigation #games-dropdown .accordion .game-wrapper {
        margin-top: 0;
    }

    #games-dropdown .game-div .game:not(a) {
        border-right: 1px solid #ddd;
    }

    #games-dropdown .game-div .sidebar-list-toggle {
        border-top: 1px solid #f4f4f4;
        height: 58px;
        border-right: 1px solid #ddd;
        width: 100%;
        display: flex;
        align-items: center;
        transition: color 250ms ease-in-out;
    }

        #games-dropdown .game-div .sidebar-list-toggle a {
            width: 22.5%;
            min-width: 71px;
            text-align: center;
            text-transform: uppercase;
        }

        #games-dropdown .game-div .sidebar-list-toggle:hover,
        #games-dropdown .game-div .sidebar-list-toggle:hover a::after {
            color: #c30000;
        }

        #games-dropdown .game-div .sidebar-list-toggle a::after {
            content: '\203A';
            color: #242424;
            margin-left: 10px;
            display: inline-block;
            transform: rotateZ(90deg);
            font-size: 15px;
        }

        #games-dropdown .game-div .sidebar-list-toggle.less a::after {
            transform: rotateZ(270deg);
        }



    #games-dropdown .game-div .game .team-name {
        display: none;
    }

    #games-dropdown .game-div .less,
    #games-dropdown .game-div .more,
    #games-dropdown .game-div .game {
        font-size: 14px;
    }

    #games-dropdown .game-div > div {
        padding-left: 24px;
    }

    #games-dropdown .game-div .game .round {
        width: 22.5%;
    }

    #games-dropdown .game-div .game .arrow-area {
        width: 18%;
        font-size: 20px;
        text-align: right;
        padding-right: 24px;
    }

    #games-dropdown .game-div .game .game-info {
        font-size: 20px;
    }

        #games-dropdown .game-div .game .game-info .cross {
            font-weight: 300;
        }

    .filter-navigation #games-dropdown .accordion .section-title.active,
    .filter-navigation #games-dropdown .accordion .tab:hover .section-title {
        color: #242424;
    }

    #games-dropdown .game-div.expanded .game:nth-child(n+6) {
        display: flex;
    }

    #games-dropdown .game-div .game.live::after {
        left: -40px;
        top: 16px;
        font-size: 12px;
        line-height: 2;
    }

    #games-dropdown .game-div .game .team-logo {
        width: 26px;
    }


    #games-dropdown .game-div .benfica-games.hidden {
        display: none;
    }


    /** SIDEBAR HIGHLIGHTS **/


    .gamehub-sidebar .highlights-section {
        border-bottom: none;
        border-right: 1px solid #ddd;
    }


        .gamehub-sidebar .highlights-section .highlight {
            margin-top: 16px;
        }

            .gamehub-sidebar .highlights-section .highlight .inner-item {
                width: 100%;
                display: flex;
                align-items: center;
            }

            .gamehub-sidebar .highlights-section .highlight .content .medium-s {
                font-size: 18px;
            }


            .gamehub-sidebar .highlights-section .highlight .content .extra-small {
                font-size: 12px;
                margin-top: 0;
            }


        .gamehub-sidebar .highlights-section .video-wrapper {
            flex-grow: 0;
            flex-shrink: 0;
            position: relative;
            padding-bottom: 25.875%;
            margin-right: 4%;
            float: left;
            width: 46%;
        }

        .gamehub-sidebar .highlights-section .highlight .content {
            padding: 0;
            padding-right: 5.5%;
            width: 50%;
            float: left;
        }



    /** TABS **/



    /** NEWS **/

    article.gamehub-news-element::before {
        left: 27px;
    }

    .gamehub-news-element-no-content {
        padding: 20px 6px 40px;
    }

        .gamehub-news-element-no-content img {
            margin-right: 15px;
        }


        .gamehub-news-element-no-content p {
            width: auto;
            margin: 0;
        }

    article.gamehub-news-element:not(:last-of-type) {
        padding-bottom: 72px;
    }

    .gamehub-news-title .extra-small {
        font-size: 12px;
        display: inline;
        font-weight: 300;
    }

    .gamehub-news-element .gamehub-news-title .text-wrapper {
        padding-left: 74px;
        position: relative;
        /* left: -50px; */
        top: -39px;
        margin-bottom: -39px;
        width: 100%;
    }

    .gamehub-news-title img {
        margin: 0;
        padding-left: 7px;
        padding-right: 26px;
    }

    .gamehub-news-element.more-button-wrapper,
    .gamehub-news-element .gallery-wrapper,
    .gamehub-news-element .video-object,
    .gamehub-news-element .quote-wrapper,
    .gamehub-news-element .image-wrapper {
        padding-left: 74px;
    }

    .gamehub-news-element .video-wrapper .logo {
        width: 50px;
        height: 50px;
    }


    .gamehub-news-element .video-object {
        float: left;
    }

    .gamehub-news-element .quote-wrapper blockquote {
        position: relative;
        float: left;
        top: -41px;
        margin-bottom: -41px;
        padding: 0 0 0 123px;
        font-size: 36px;
    }

    .gamehub-news-element .gallery-expand {
        top: 24px;
        right: 24px;
        width: 4.5%;
        min-width: 15px;
        max-width: 26px;
    }

    .gamehub-news-element .gallery-hover {
        height: 50px;
        width: 50px;
        border-radius: 25px;
        bottom: 24px;
        left: 24px;
    }

    .gamehub-news-element .gallery-hover-icon {
        width: 20px;
        height: 20px;
        margin-left: 14px;
        margin-top: -10px;
    }

    .gamehub-news-element .gallery-hover span {
        left: 50px;
        margin-top: -10px;
    }

    .gamehub-news-element .gallery-hover:hover {
        background: #fff;
        width: 120px;
    }

        .gamehub-news-element .gallery-hover:hover span {
            display: inline;
            opacity: 1;
            font-size: 12px;
            text-transform: uppercase;
            width: 120px;
        }

    .gamehub-news-element .button {
        width: auto;
    }

    /** SOCIAL AREA**/
    .gamehub-side-area-content.active {
        left: 50%;
    }
}

/* Medium devices (small desktops, ipad landscape) */
@media screen and (max-width: 768px) {

    .gamehub-header .highlight-event-match .highlight-event-team img {
        height: 90px;
    }

    .gamehub-header .highlight-event-match .highlight-event-center {
        margin: 0px 5%;
    }

    .gamehub-header .highlight-event-match .button {
        width: 90%;
    }

    .gamehub-header .highlight-event-match .highlight-event-team .highlight-event-team-name {
        font-size: 15px;
        margin-top: 10px;
    }

    .gamehub-header .highlight-event-match .highlight-event-team {
        width: 100%;
        height: 150px;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
    .gamehub-header .wrapper-highlight-event {
        margin-bottom: 20px;
    }

    .gamehub-header .highlight-event-match .highlight-event-team {
        width: 100%;
        height: 150px;
    }
}
    
    @media (min-width: 992px) {

        .gamehub-header .highlight-event-match .highlight-event-team.text-right {
            text-align: right;
        }

        .gamehub-header .highlight-event-match .highlight-event-team.text-left {
            text-align: left;
        }

        /** Header **/

        .gamehub-header .day-game-info .info .location .stadium {
            margin-bottom: 3px;
        }

        .gamehub-header .day-game-info .info {
            font-size: 16px;
        }

            .gamehub-header .day-game-info .info.competitions-list-toggle {
                font-size: 16px;
            }

            .gamehub-header .day-game-info .info .location .directions {
                font-size: 12px;
                transition: color 200ms;
            }

            .gamehub-header .day-game-info .info .icon svg {
                height: 30px;
                max-width: 50px;
                margin-right: 10px;
            }


            .gamehub-header .day-game-info .info .icon img {
                height: 30px;
            }

            .gamehub-header .day-game-info .info .channels img {
                height: auto;
            }

        .gamehub-header .highlight-event-match {
            /* padding-top: 2%; */
        }

            .gamehub-header .highlight-event-match .highlight-event-team img {
                height: 125px;
            }

            .gamehub-header .highlight-event-match .highlight-event-team:first-child img {
                float: right;
                margin-left: 20px;
            }

            .gamehub-header .highlight-event-match .highlight-event-team:last-child img {
                float: left;
                margin-right: 20px;
            }

            .gamehub-header .highlight-event-match .highlight-event-team img:nth-child(2) {
                float: left;
            }

            .gamehub-header .highlight-event-match .highlight-event-team .highlight-event-team-name {
                font-size: 45px;
                display: inline-block;
                vertical-align: middle;
                line-height: 125px;
                font-weight: 400;
                width: 60%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .gamehub-header .highlight-event-match .highlight-event-center {
                margin: 0;
            }

                .gamehub-header .highlight-event-match .highlight-event-center .competition-name {
                    font-size: 20px;
                    margin-bottom: 20px;
                }

                .gamehub-header .highlight-event-match .highlight-event-center .match-day, .gamehub-header .highlight-event-match .highlight-event-center .match-hour {
                    font-size: 33px;
                }

            .gamehub-header .highlight-event-match .button {
                margin-left: 5px;
                margin-right: 5px;
            }

        .gamehub-header .wrapper-highlight-event {
            margin-top: 25px;
            margin-bottom: 45px;
        }


        .gamehub-header .my-dropdown .competitions-wrapper {
            padding: 30px 0px;
        }

        .gamehub-header .my-dropdown .competition {
            font-size: 15px;
        }

            .gamehub-header .my-dropdown .competition svg {
                height: 33px;
            }

            .gamehub-header .my-dropdown .competition img {
                height: 33px;
            }

        .gamehub-header .highlight-event-match .last-tickets:after {
            content: 'ÚLTIMOS';
            position: absolute;
            bottom: calc(100% + 1px);
            top: auto;
            left: -1px;
            width: calc(100% + 2px);
            height: 21px;
            background-color: #c30000;
            font-size: 12px;
            font-weight: normal;
            padding-top: 4px;
            border-bottom: none;
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }


        /** SIDEBAR **/

        .gamehub-sidebar .gamehub-sidebar-nav .main-nav-row .item {
            width: 148px;
        }

            .gamehub-sidebar .gamehub-sidebar-nav .main-nav-row .item p {
                display: inline-block;
            }

        #games-dropdown .game-div .game .team-name {
            display: block;
            min-width: 30px;
        }

        .gamehub-news-element-no-content img {
            margin-right: 30px;
        }

        .gamehub-news-element-no-content {
            padding: 20px 40px 40px;
        }


        .gamehub-side-area .gamehub-socialhub .filter-navigation .main-nav-row-container {
            border-bottom: none;
            overflow-x: initial;
            overflow-y: initial;
        }


            .gamehub-side-area .gamehub-socialhub .filter-navigation .main-nav-row-container .width {
                display: block;
                min-width: 0;
            }

        .gamehub-polls {
            padding-left: 40px;
        }

        .gamehub .poll-item.full-width-body header {
            margin-top: 0;
        }
    }

    @media (min-width: 1025px) {
        .gamehub-tabs.fixed {
            top: 84px;
        }

        .gamehub-sidebar .gamehub-sidebar-nav.fixed .main-nav-row {
            top: 85px;
        }
    }

    /* Large devices (large desktops) */

    @media (min-width: 1200px) {

        /** Header **/

        .gamehub-header .my-dropdown .competitions-wrapper {
            padding: 30px 10%;
        }
    }


    @media (min-width: 1600px) {

        .gamehub-tabs.fixed {
            padding-right: 0%;
            margin-left: 0%;
        }
    }


    .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow .edge-button {
            position: relative;
            top: auto;
            left: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }


            .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow .edge-button svg {
                margin: 0;
            }

        .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow:last-child {
            border-right: 1px solid rgb(221,221,221);
            border-left: 1px solid rgb(221,221,221);
            overflow: hidden;
        }

        .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow:first-child {
            border-left: 1px solid rgb(221,221,221);
            border-right: 1px solid rgb(221,221,221);
            overflow: hidden;
        }

    .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow {
        height: 80px;
        width: 5%;
        float: right;
        text-align: center;
        border-top: 1px solid rgb(221,221,221);
        border-bottom: 1px solid rgb(221,221,221);
        background-color: white;
    }


        .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow svg {
            max-width: 25px;
            height: 25px;
            margin-top: 27px;
            fill: none;
            stroke: rgb(36,36,36);
            stroke-width: 2px;
        }

        .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow.slick-arrow-prev svg {
            transform: rotate(180deg);
        }


        .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow:not(.slick-disabled):hover {
            cursor: pointer;
        }

            .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow:not(.slick-disabled):hover svg {
                stroke: #c30000;
            }

        .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow.slick-disabled svg {
            stroke: rgb(221,221,221)
        }

        .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow.slick-arrow-next {
            border-left: 1px solid rgb(221,221,221);
        }

    .gamehub-tab-wrapper .gamehub-content-nav .edge-button.previous {
    }

    .gamehub-tab-wrapper .gamehub-content-nav .edge-button.next {
    }

    .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow.slick-disabled svg {
        stroke: rgb(221,221,221);
    }

    .gamehub-tab-wrapper .gamehub-content-nav .edge-button.slick-disabled,
    .gamehub-tab-wrapper .gamehub-content-nav .edge-holder.slick-disabled .edge-button {
        opacity: 1;
    }

    .gamehub-tab-wrapper .gamehub-content-nav .slick-slider {
        padding: 0px 45px;
    }

        .gamehub-tab-wrapper .gamehub-content-nav .slick-slider .slick-list {
            border-left: solid 1px rgb(221,221,221);
        }

    @media (min-width: 768px) {
        .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow.slick-arrow-prev {
            position: absolute;
            top: 0px;
            left: 0px;
        }

        .gamehub-tab-wrapper .gamehub-content-nav .slick-arrow.slick-arrow-next {
            position: absolute;
            top: 0px;
            left: 95%;
        }

        .gamehub-tab-wrapper .gamehub-content-nav .navigation-container.hidden-arrows .slick-arrow {
            display: none !important;
        }
    }
