/* ----------------- SHIRT PROMOTION --------------------- */

.newsdetail-content .shirt-promotion-module {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 0px;
}

    .newsdetail-content .shirt-promotion-module .text-wrapper {
        width: 55%;
        float: right;
        font-family: "Roboto Condensed", sans-serif;
        text-align: center;
    }

        .newsdetail-content .shirt-promotion-module .text-wrapper h3 {
            margin: 0;
        }

        .newsdetail-content .shirt-promotion-module .text-wrapper .title1 {
            font-size: 25px;
            color: #fff;
            font-weight: bold;
            padding-top: 45px;
            text-transform: uppercase;
        }

        .newsdetail-content .shirt-promotion-module .text-wrapper .title2 {
            font-size: 20px;
            color: #fff;
            text-transform: uppercase;
        }

        .newsdetail-content .shirt-promotion-module .text-wrapper .title3 {
            font-size: 34px;
            color: #fff;
            font-weight: bold;
            padding-top: 15px;
        }

        .newsdetail-content .shirt-promotion-module .text-wrapper .button-wrapper {
            text-align: center;
            padding-top: 10px;
        }

            .newsdetail-content .shirt-promotion-module .text-wrapper .button-wrapper .button {
                background-color: #fff;
                font-size: 14px;
                height: 40px;
                width: 140px;
                border-color: #fff;
            }

        .newsdetail-content .shirt-promotion-module .text-wrapper p {
            font-size: 12px;
            color: #fff;
            padding: 30px 10% 15px;
        }


/* ----------------- END SHIRT PROMOTION --------------------- */


/* ----------------- BUTTON VER MAIS --------------------- */
.newsdetail-content .wrapper-hide-tooLong {
    display: none;
    position: relative;
}

.newsdetail-content.tooLong .wrapper-hide-tooLong {
    display: block;
}

.newsdetail-content.tooLong .content {
    height: 380px;
    overflow: hidden;
}

.newsdetail-content.tooLong .hide-news-wrapper {
    position: absolute;
    padding-top: 45px;
    top: 220px;
    z-index: 5;
    background-color: #fff;
    border-bottom: 350px solid #fff;
    box-shadow: 0px -35px 50px rgba(255,255,255,0.9);
}

    .newsdetail-content.tooLong .hide-news-wrapper .detail-button-wrapper {
        text-align: center;
    }
/* ----------------- END BUTTON VER MAIS --------------------- */


/* ----------------- PREMIUM --------------------- */

.newsdetail-content .premium-hide-info-wrapper {
    display: none;
    position: absolute; /* SLB fix */
    top: 100px;
}

.newsdetail-content.premium .premium-hide-info-wrapper {
    display: block;
}

.newsdetail-content.premium .content {
    min-height: 418px;
    overflow: hidden;
    margin-bottom: 20px;
}

.newsdetail-content.premium .image-slider-simple > div:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 50px;
    width: 22px;
    height: 32px;
    z-index: 3;
    margin: 0;
    background-color: rgba(212, 175, 55, 1);
    background-image: url(/Images/icons/icons.svg#slb-logo-path-anchor);
    background-position: 50% 95%;
    background-size: 72%;
    background-repeat: no-repeat;
}



/****/
.newsdetail-content .premium-section-wrapper .premium-info-wrapper {
    width: 100%;
    text-align: center;
    padding: 0 5%;
}

    .newsdetail-content .premium-section-wrapper .premium-info-wrapper h4 {
        text-transform: uppercase;
        margin: 34px 0 5px 17%;
        line-height: 1.3em;
    }

    .newsdetail-content .premium-section-wrapper .premium-info-wrapper .paragraph-1 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
        margin-left: 0;
    }

    .newsdetail-content .premium-section-wrapper .premium-info-wrapper .paragraph-2 {
        font-size: 14px;
        margin-top: 11px;
        margin-bottom: 11px;
        line-height: 1.25em;
    }
/****/

.premium-section-wrapper {
    /* border-bottom: 140px solid #fff; */
    background-color: #f4f4f4;
    position: absolute;
    z-index: 5;
    color: #242424;
    box-shadow: 0px -26px 50px rgba(255,255,255,0.9);
}

    .premium-section-wrapper .premium-info-wrapper .paragraph-1 .special-text {
        text-decoration: underline;
        font-weight: bolder;
    }

    .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper {
        margin-bottom: 30px;
    }

        .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper .premium-image-icon {
            display: inline-block;
            width: 50px;
            height: 50px;
            margin-right: 20px;
        }

.newsdetail-content.premium .premium-section-wrapper::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 3%;
    width: 15%;
    z-index: 3;
    margin: 0;
    background-color: rgba(212, 175, 55, 1);
    background-image: url(/Images/icons/icons.svg#slb-logo-path-anchor);
    padding-top: 19%;
    background-position: 50% 90%;
    background-size: 72%;
    background-repeat: no-repeat;
}

/* ----------------- END PREMIUM --------------------- */

.ticket-module-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .ticket-module-wrapper .ticket-module-leftSide-wrapper {
        background-color: #c30000;
    }

        .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-game-wrapper {
            margin-top: 20px;
            padding: 0px 4%;
        }

        .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-module-team-logo {
            padding: 0 5%;
        }

            .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-module-team-logo img {
                margin-bottom: 10px;
            }

            .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-module-team-logo p {
                text-transform: uppercase;
                color: white;
                font-size: 15px;
                text-align: center;
                white-space: nowrap;
            }

        .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-game-wrapper .ticket-module-gameDay {
            margin-top: 15px;
        }

            .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-game-wrapper .ticket-module-gameDay h3 {
                color: white;
                text-transform: none;
                text-align: center;
                font-size: 30px;
                margin-bottom: 0px;
            }

            .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-game-wrapper .ticket-module-gameDay p {
                text-transform: uppercase;
                color: white;
                font-size: 15px;
                text-align: center;
            }

        .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-module-text-wrapper {
            margin-top: 10px;
            margin-bottom: 15px;
            text-align: center;
        }

            .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-module-text-wrapper h4 {
                color: white;
                text-align: center;
                font-size: 15px;
                text-transform: uppercase;
                display: inline-table;
            }

                .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-module-text-wrapper h4 strong {
                    font-size: 29px;
                }

            .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-module-text-wrapper #first_paragraph {
                margin-right: 11%;
            }

        .ticket-module-wrapper .ticket-module-leftSide-wrapper .ticket-button-wrapper {
            text-align: center;
            width: 100%;
        }

        .ticket-module-wrapper .ticket-module-leftSide-wrapper .button {
            background-color: #fff;
            font-size: 14px;
            height: 40px;
            width: 55%;
            margin-bottom: 35px;
            border: none;
            color: #c30000;
        }


            .ticket-module-wrapper .ticket-module-leftSide-wrapper .button:before {
                background-color: #f4f4f4 !important;
            }


    .ticket-module-wrapper .ticket-module-rightSide-wrapper picture img {
        width: 100%;
    }

/* ---------  New Module Tickets ----------- */
.news-detail-ticket {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #dddddd;
}

    .news-detail-ticket .news-detail-competition-logo {
        padding: 15px 0;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }

        .news-detail-ticket .news-detail-competition-logo p {
            text-align: center;
            text-transform: uppercase;
            font-size: 17px;
        }

    .news-detail-ticket .news-detail-wrapper {
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 20px;
    }

        .news-detail-ticket .news-detail-wrapper h4 {
            color: white;
            display: inline;
            text-align: center;
            font-size: 22px;
            text-transform: uppercase;
        }

        .news-detail-ticket .news-detail-wrapper .paragraph-wrapper h4 strong {
            font-size: 29px;
        }

        .news-detail-ticket .news-detail-wrapper .paragraph-wrapper {
            text-align: center;
            margin-top: 30px;
            margin-bottom: 45px;
        }

        .news-detail-ticket .news-detail-wrapper #firstParagraph {
            margin-right: 40px;
        }

    .news-detail-ticket .news-detail-team-logo {
        padding: 0 5%;
    }


    /* ------------------- Game wrapper --------------------- */

    .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper {
        margin-bottom: 10px;
    }

        .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper .news-detail-gameDay {
            margin-top: 30px;
        }

            .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper .news-detail-gameDay h3 {
                color: white;
                text-transform: none;
                text-align: center;
                font-size: 35px;
                margin-bottom: 0px;
            }

        .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper .news-detail-team-logo img {
            margin-bottom: 10px;
            max-height: 122px;
        }

        .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper .news-detail-team-logo p {
            text-transform: uppercase;
            color: white;
            font-size: 17px;
            text-align: center;
        }

        .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper .button {
            background-color: #fff;
            font-size: 14px;
            height: 40px;
            margin-top: 30px;
            margin-bottom: 15px;
        }

        .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper #button-wrapper {
            text-align: center;
            width: 100%;
            float: left;
        }

/* ---------  END New Module Tickets ----------- */



/* tables example */
.newsdetail-content table {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

    .newsdetail-content table th {
        font-weight: 700;
        text-transform: uppercase;
        background-color: #fff;
    }

    .newsdetail-content table tr td,
    .newsdetail-content table tr th {
        height: 54px;
        width: 10%;
        padding: 0px 10px;
    }

    .newsdetail-content table tr {
        cursor: pointer;
        border-bottom: 1px solid #f4f4f4;
    }

        .newsdetail-content table tr:first-child {
            cursor: default;
        }

    .newsdetail-content table td > * {
        line-height: 54px;
        vertical-align: middle;
        text-align: left;
    }

    .newsdetail-content table tr:hover td {
        background-color: #fff;
        color: #c30000;
    }

    .newsdetail-content table tr:nth-child(even) {
        background-color: #fdfdfd;
    }

    .newsdetail-content table tr:nth-child(odd) {
        background-color: #fbfbfb;
    }

    .newsdetail-content table td:last-child,
    .newsdetail-content table th:last-child {
        box-sizing: border-box;
    }
/* end table example (see next breakpoint) */

/* Social Icons */
.newsdetail-content .share-links-container .link.font-icon span {
    font-size: 30px;
    transition: all 500ms ease-in-out;
}

.newsdetail-content .share-links-container .link.font-icon .icon-Facebook-01, .newsdetail-content .share-links-container .link.font-icon .icon-Twitter-01 {
    font-size: 24px;
}
/* End Social Icons */

/** general */

.content .share-links-container {
    clear: both
}

.menu-section ~ .newsdetail {
    margin-top: 20px;
}

.newsdetail .medium-l {
    font-size: 14px;
}

.newsdetail .medium {
    font-size: 12px;
}

.newsdetail p {
    font-size: 12px;
}

.newsdetail .share svg.icon {
    max-width: 30px;
    height: 20px;
    fill: #242424;
    vertical-align: middle;
}

.newsdetail .share .link:first-child svg.icon {
    max-width: 13px;
}

.newsdetail .share-links-container .link {
    margin-right: 7px;
}

    .newsdetail .share-links-container .link:last-child {
        margin-right: 0px;
    }

.separation {
    margin-bottom: 50px;
    border-bottom: solid 1px #dddddd;
}


.newsdetail .share .link:hover svg.icon {
    fill: #c30000;
    color: #c30000;
    stroke: none;
    transition: all 250ms ease-in-out;
}

.newsdetail .share .link.stroke svg {
    stroke: #242424;
}

.newsdetail .share .link.stroke:hover svg {
    stroke: #c30000;
}

.newsdetail-header * {
    font-family: "Roboto Condensed", sans-serif;
}

.content-caption {
    font-family: Roboto, sans-serif;
    padding: 15px 8px;
    font-size: 12px;
    display: block;
}

.newsdetail .breadcrumb {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}


.swept-element {
    top: 0px;
    max-height: 100%;
    max-height: initial;
    transition: transform 350ms ease-in-out;
}

    .swept-element.fixed {
        position: fixed;
        /*top: 121px;*/
        margin-top: 20px;
    }


    .swept-element.shrunk {
        margin-top: 0;
        transform: translate(0,-300%);
    }


.newsdetail .generic-content .text-block,
.gallery-link {
    padding: 20px 16px 20px 8px;
}

/** HEADER */

.newsdetail-header {
    background-color: #fff;
}


.newsdetail-header-title {
    padding: 0px 8px;
    margin-bottom: 15px;
}

.newsdetail-header .lead {
    margin: 14px 0;
    font-weight: 400;
}

.newsdetail-header h1.giant {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}

.newsdetail-content {
    padding: 0 1.5%;
    position: relative;
}

    .newsdetail-content iframe {
        width: 100% !important;
        height: 52vw; /* correct iframe ratio for small devices */
    }

.newsdetail-header-title .giant,
.newsdetail-header-title .medium {
    text-transform: uppercase;
}

/** HEADER FIXED*/


.newsdetail-header.fixed {
    position: fixed;
    z-index: 9;
    margin: 0;
    top: 0;
    padding-right: 8px;
    padding-top: 55px;
    margin-top: -55px;
}

    .newsdetail-header.fixed.pinned {
        -webkit-transition: margin-top 250ms ease-in-out;
        -moz-transition: margin-top 250ms ease-in-out;
        transition: margin-top 250ms ease-in-out;
        margin-top: 0px;
        max-width: 1600px;
    }

    .newsdetail-header.fixed .newsdetail-header-title p {
        display: none
    }

    .newsdetail-header.fixed .newsdetail-header-title {
        margin: 0;
    }

        .newsdetail-header.fixed .newsdetail-header-title h1 {
            width: 100%;
            margin: 0;
            float: left;
            font-size: 32px;
            line-height: 1.5;
        }

        .newsdetail-header.fixed .newsdetail-header-title .share-links-container {
            margin: 18px 0;
        }

    .newsdetail-header.fixed .horizontalscrollbar {
        display: block;
    }

.newsdetail-header .horizontalscrollbar {
    display: none;
    background: #c30000;
    height: 6px;
    float: left;
    width: 50%;
}


.newsdetail-highlight {
    border-bottom: 1px solid #ddd;
}

    .newsdetail-highlight img {
        width: 100%;
    }

/*tags */



.newsdetail .tags .tag-name {
    padding-right: 32px;
    line-height: 1.7;
    text-transform: uppercase;
    display: inline-block;
}



.newsdetail .tag-icon {
    display: inline;
    margin: 0;
    margin-right: 6px;
}



.newsdetail .tags h2 {
    text-transform: uppercase;
    font-size: 20px;
}



.newsdetail .tags {
    padding: 0 8px 15px 8px;
}



    .newsdetail .tags a {
        display: block;
    }



    .newsdetail .tags.fixed {
        max-width: 340px;
    }

/** CONTENT */

.newsdetail .generic-content .content .title {
    font-size: 16px;
    margin-top: 0px;
}

.newsdetail .generic-content .content p {
    margin-bottom: 1.3em;
}

.newsdetail .generic-content .text-block {
    margin: 0;
}

.newsdetail .generic-content .content .title {
    margin-top: 0px;
}

.newsdetail .text-block:first-child {
    margin-top: 0px;
}



.newsdetail .right + :not(.right) {
    clear: both;
}

.newsdetail .dynamic-element {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.dynamic-element img {
    background: #242424;
    width: 100%;
}

.newsdetail .generic-content .footer {
    border-bottom: none;
    padding-bottom: 64px;
}


.gallery-link {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    cursor: pointer;
    cursor: hand;
}

    .gallery-link:hover {
        color: #c30000;
        transition: color 200ms ease-in-out;
    }

    .gallery-link span {
        padding-left: 8px;
    }

.newsdetail .generic-content .content .share-links-container {
    padding: 0 8px;
}


    .newsdetail .generic-content .content .share-links-container .source {
        font-style: italic;
        color: rgb(136,136,136);
        font-size: 14px;
        font-family: Roboto Condensed;
        margin-top: 10px;
    }


/** GALLERY */

.newsdetail .edge-button-path {
    stroke: white;
    width: 20px;
    stroke-width: 2px;
}


.gallery-wrapper {
    position: relative;
}


.media-content.video.youtube {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}


.media-content:not(.gallery):hover .image-placeholder {
    background-color: transparent;
    filter: brightness(1.2);
    transition: filter 250ms ease-in-out;
}

.media-content {
    cursor: pointer;
    cursor: hand;
}


    .media-content.video.youtube iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.newsdetail .gallery-expand,
.newsdetail .gallery-hover {
    z-index: 1;
    position: absolute;
    cursor: hand;
    cursor: pointer;
}

.newsdetail .gallery-expand {
    top: 8px;
    right: 8px;
    width: 4.5%;
    min-width: 15px;
    max-width: 26px;
}


.newsdetail .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;
}

.newsdetail .gallery-hover-icon {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-left: 7px;
    margin-top: -5px;
    background: url("/Images/icons/gallery-black.png") no-repeat;
    background-size: contain;
}


.newsdetail .gallery-hover span {
    display: none;
    opacity: 0;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -8px;
    transition: all 250ms ease-in-out 250ms;
}

.newsdetail .gallery-hover:hover {
    background: #fff;
    width: 120px;
}


    .newsdetail .gallery-hover:hover span {
        display: inline;
        opacity: 1;
        font-size: 12px;
        text-transform: uppercase;
        width: 120px;
    }


/** SIDEBAR */

.newsdetail-sidebar .sidebar-news > div {
    padding-right: 5.7%;
}

    .newsdetail-sidebar .sidebar-news > div.fixed {
        padding-right: 1.9% !important;
    }

.newsdetail .newslist .sidebar-news > div a:nth-child(n+5) .image-placeholder,
.newsdetail .newslist .sidebar-news > div a:nth-child(n+5) .video-wrapper {
    display: none;
}

.newsdetail .newslist .sidebar-news > div a:nth-last-child(n+2) {
    padding-bottom: 24px;
}

.newsdetail .newslist .sidebar-news > div a:nth-child(n+5) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
}

.newsdetail .newslist .sidebar-news > div a:nth-child(n+6) {
    padding-top: 24px;
}

.newsdetail .newslist .sidebar-news > div .media-logo {
    display: none;
}


.newsdetail .newslist .sidebar-news .inner-item .content .medium-s {
    padding-right: 0;
}

.newsdetail .newslist .sidebar-news > div a:nth-child(n+5) .content {
    width: 100%;
}

.newsdetail .newslist .sidebar-news > div .content .medium-s {
    margin-bottom: 8px;
}

.newsdetail .newslist .sidebar-news .fixed {
    width: 33.3333%;
    max-width: 533px;
    padding-top: 12px;
}


/** footer */

.newsdetail-footer {
    padding: 24px 24px 0px 24px;
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
}

.news-navigator {
    border-top: 1px solid #ddd;
}

.newsdetail-footer .sidebar-news > div {
    width: 100%;
}

.newsdetail .newsdetail-footer .next .nav-link {
    text-align: right;
}


.newsdetail .newsdetail-footer a.div:hover {
    color: #c30000;
    transition: color 250ms ease-in-out;
}

.newsdetail .newsdetail-footer .previous .nav-link,
.newsdetail .newsdetail-footer .next .nav-link {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4;
    padding-bottom: 8px;
}

    .newsdetail .newsdetail-footer .previous .nav-link:before {
        content: "\2039";
    }

    .newsdetail .newsdetail-footer .previous .nav-link:before,
    .newsdetail .newsdetail-footer .next .nav-link:after {
        width: 10px;
        display: inline-block;
    }

.newsdetail .newsdetail-footer .next .inner-item .content .medium-s {
    padding-right: 0px;
}


.newsdetail .newsdetail-footer .next .nav-link:after {
    content: "\203A";
}


.newsdetail .newsdetail-footer .inner-item {
    display: none;
}

.newsdetail .newslist .sidebar-news > div .content {
    width: 100%;
}


.newsdetail .newsdetail-footer .next .inner-item > .content {
    text-align: right;
}

.newsdetail .newsdetail-footer .next {
    content: "\203A";
}

.newsdetail .generic-content .footer svg {
    margin-top: 0; /* fix #1109 */
    width: 100%;
}

.newslist .sidebar-news .inner-item > .image-placeholder {
    width: 0%;
    margin: 0;
}


.newsdetail .generic-content .poll-item {
    padding: 0;
}

.news-detail-widget {
    margin-bottom: 40px;
}

.newsdetail .generic-content .content .share-links-container.footer {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

@media screen and (min-width: 425px) {
}

@media screen and (min-width: 768px) {

    /* Premium */
    .newsdetail-content.premium .premium-section-wrapper::before {
        width: 71px;
        background-position: 50% 90%;
        background-size: 72%;
        padding-top: initial;
        height: 93px;
    }

    .newsdetail-content.premium .premium-section-wrapper .premium-info-wrapper {
        padding: 2% 8% 0 8%;
        margin-left: 0;
        width: 100%;
    }

        .newsdetail-content.premium .premium-section-wrapper .premium-info-wrapper h4 {
            font-size: 24px;
            line-height: 1.2em;
        }

        .newsdetail-content.premium .premium-section-wrapper .premium-info-wrapper .paragraph-1 {
            font-size: 16px;
        }

        .newsdetail-content.premium .premium-section-wrapper .premium-info-wrapper .paragraph-2 {
            font-size: 16px;
            margin-top: 25px;
            margin-bottom: 20px;
        }

        .newsdetail-content.premium .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper .premium-image-icon {
            display: inline-block;
            width: 53px;
            height: 50px;
            margin: 0 15px;
            stroke: white;
        }

    /*****************PREMIUM END *********/


    .ticket-module-wrapper .ticket-module-rightSide-wrapper {
        width: 35%;
        height: 330px;
        display: inline-block;
        float: right;
        overflow: hidden;
    }

    .ticket-module-wrapper .ticket-module-leftSide-wrapper {
        width: 65%;
        height: 330px;
        display: inline-block;
        float: left;
    }

    .ticket-module-wrapper .ticket-module-rightSide-wrapper picture img {
        position: absolute;
        height: 100%;
        width: auto;
    }

    /* ---------  New Module Tickets ----------- */
    .news-detail-ticket {
        border-bottom: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

        .news-detail-ticket .news-detail-competition-logo {
            display: inline-block;
            float: left;
            margin-top: 15px;
            margin-left: 2%;
            width: 20%;
            padding-top: 15px;
            border: 0;
        }

        .news-detail-ticket .news-detail-wrapper h4 {
            font-size: 20px;
        }

        .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper .news-detail-gameDay h3 {
            font-size: 30px;
        }

        .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper .news-detail-team-logo p {
            font-size: 15px;
        }

        .news-detail-ticket .news-detail-wrapper {
            display: inline-block;
            float: right;
            width: 75%;
        }

            .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper .button {
                margin-right: 2%;
                padding: 10px 11px;
                font-size: 13px;
            }

            .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper #button-wrapper {
                margin-top: -52px;
            }
    /* ---------  End New Module Tickets ----------- */

    /* table example */
    .newsdetail-content table tr td,
    .newsdetail-content table tr th {
        padding: 0px 24px;
    }

    .newsdetail-content iframe {
        height: 35vw; /* correct iframe ratio for tablet devices */
    }  

    /* ---------------------- ------------------------------------------- */
    .newsdetail .tags .tag-name {
        display: block;
    }

    .menu-section ~ .newsdetail {
        margin-top: 40px;
    }

    .newsdetail-header.fixed {
        padding-top: 61px;
        margin-top: -61px;
        padding-right: 24px;
    }

    .content-caption {
        padding: 15px 24px;
    }

    .newsdetail .generic-content div.wrap-div-right {
        margin: 20px 0px 20px 25px;
    }

    .newsdetail .generic-content {
        border-bottom: none;
    }

    .newsdetail .generic-content {
        overflow-x: hidden;
    }

        .newsdetail .generic-content .text-block,
        .newsdetail .gallery-link {
            padding: 20px 60px 20px 24px;
        }

    .newsdetail .newslist .sidebar-news > div {
        padding-bottom: 40px;
    }

    .newsdetail .generic-content .content .title {
        font-size: 24px;
    }

    .newsdetail-header h1.giant {
        font-size: 50px;
    }

    .newsdetail-header.fixed .newsdetail-header-title h1 {
        font-size: 40px;
        width: 67%;
    }

    .newsdetail-header .lead {
        margin: 28px 0;
    }

    .newsdetail .medium-l {
        font-size: 24px;
    }

    .newsdetail .medium {
        font-size: 20px;
    }

    .newsdetail p {
        font-size: 16px;
    }

    .newsdetail-header-title {
        padding: 0px 24px;
        margin-bottom: 30px;
    }

    .tags {
        padding: 0 24px;
    }

        .tags .tag-name {
            padding: 0 24px;
        }


    .dynamic-element {
        width: 50%;
    }

    .newsdetail .text-block.right {
        float: right;
        width: 50%;
    }

    .newsdetail .gallery-expand {
        top: 24px;
        right: 24px;
    }

    .newsdetail .gallery-hover {
        height: 50px;
        width: 50px;
        border-radius: 25px;
        bottom: 24px;
        left: 24px;
    }

    .newsdetail .gallery-hover-icon {
        width: 20px;
        height: 20px;
        margin-left: 14px;
        margin-top: -10px;
    }


    .newsdetail .gallery-hover span {
        left: 50px;
        margin-top: -10px;
    }

    .newsdetail-header.fixed .newsdetail-header-title .share-links-container {
        float: right;
    }


    .gallery-link {
        font-size: 12px;
        padding-left: 16px;
    }

    .newsdetail .generic-content .content .share-links-container {
        padding: 0 24px;
    }

    .newsdetail .generic-content .footer svg {
        margin-top: 0px; /* fix #1109 */
        width: 100%;
    }

    /* fix #1109 */
    .newsdetail .generic-content .content .share-links-container.footer {
        padding: 0 !important;
    }

        /* fix #1109 */
        .newsdetail .generic-content .content .share-links-container.footer > div {
            text-align: left;
        }


    .newsdetail .newslist .sidebar-news .inner-item > .image-placeholder,
    .newsdetail .newslist .sidebar-news .inner-item > .video-wrapper {
        margin-right: 5%;
        width: 36%;
        max-width: 158px;
    }

    .newsdetail .newslist .sidebar-news .inner-item .video-wrapper {
        padding-bottom: 0;
    }

        .newsdetail .newslist .sidebar-news .inner-item .video-wrapper .image-placeholder {
            position: static;
            width: auto;
            max-width: 158px;
        }


            .newsdetail .newslist .sidebar-news .inner-item .video-wrapper .image-placeholder img {
            }


    .newsdetail .newslist .sidebar-news > div .content {
        width: 59%;
    }

    .newsdetail .newsdetail-footer .next .inner-item > .image-placeholder {
        margin-right: 0;
        margin-left: 5%;
    }


    .newsdetail .newsdetail-footer .inner-item {
        display: flex;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* New Module SHIRT PROMOTION */

    .newsdetail-content .shirt-promotion-module .text-wrapper .title1 {
        font-size: 30px;
        padding: 45px 5% 0px;
    }

    .newsdetail-content .shirt-promotion-module .text-wrapper .title2 {
        font-size: 24px;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 425px) {

    .newsdetail-content .shirt-promotion-module .text-wrapper .title1 {
        font-size: 24px;
    }

    .newsdetail-content .shirt-promotion-module .text-wrapper .title3 {
        padding-left: 20%;
    }

    .newsdetail-content .shirt-promotion-module .text-wrapper .button-wrapper {
        padding-left: 20%;
    }

        .newsdetail-content .shirt-promotion-module .text-wrapper .button-wrapper .button {
            width: 130px;
        }

    .newsdetail-content .shirt-promotion-module .text-wrapper p {
        padding: 30px 0px 15px 18%;
    }



    .newsdetail-content table {
        font-size: 14px;
    }
}


@media screen and (min-width: 1025px) {
    /* PREMIUM */
    .newsdetail-content.premium .premium-section-wrapper .premium-info-wrapper {
        padding: 2% 6% 0 6%;
        margin-left: 0;
        width: 100%;
    }

        .newsdetail-content.premium .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper .premium-image-icon {
            display: inline-block;
            width: 58px;
            height: 60px;
            margin: 0 13px;
            stroke: white;
        }

    .newsdetail-content .premium-section-wrapper .premium-info-wrapper h4 {
        margin: 34px 1.5% 5px 16.5%;
    }

    /* --------- tickets sale ----------- */
    .news-detail-ticket .news-detail-wrapper .news-detail-game-wrapper .news-detail-team-logo p {
        font-size: 14px;
    }

    .menu-section ~ .newsdetail {
        margin-top: 0;
    }

    .newsdetail-header.fixed {
        padding-top: 85px;
        margin-top: -85px;
    }

    .swept-element.fixed {
        /*top: 145px;*/
    }

    .newsdetail-content iframe {
        height: 24vw; /* correct iframe ratio for laptop devices */
    }  
}

@media screen and (max-width: 1024px) {
    .newsdetail .newsdetail-sidebar {
        display: none !important;
    }

    .newsdetail .newsdetail-content {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .newsdetail-header h1.giant {
        font-size: 55px!important;
    }
}

@media screen and (min-width: 1600px) {
    .newsdetail-content iframe {
        height: 372px; /* correct iframe ratio for high resolutions */
    }

    .newsdetail-header h1.giant {
        font-size: 60px!important;
    }
}

#fullScreenModal.modal.modal-view-fullscreen{
    z-index: 9;
}

.newsdetail .fullscreen-img {
    width: 30px;
    position: absolute;
    margin-right: 8px;
    margin-top: 8px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
}

.position-relative {
    position: relative;
}