
.fixture-tray .arrows .slick-arrow {
    position: relative;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .fixture-tray .arrows .slick-arrow:hover {
        opacity: 0.8;
    }

    .fixture-tray .arrows .slick-arrow.slick-prev, .fixture-tray .arrows .slick-arrow.slick-next {
        left: 0;
        top: 0;
        transform: none;
    }

        .fixture-tray .arrows .slick-arrow.slick-prev::before, .fixture-tray .arrows .slick-arrow.slick-next::before {
            content: none;
        }

    .fixture-tray .arrows .slick-arrow.slick-prev {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 30' width='15' height='30'%3E%3Cline x1='13' x2='2' y1='2' y2='15' stroke='%23fff' stroke-width='2' stroke-linecap='round' /%3E%3Cline x1='2' x2='13' y1='15' y2='28' stroke='%23fff' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
        left: -15px;
    }

    .fixture-tray .arrows .slick-arrow.slick-next {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 30' width='15' height='30'%3E%3Cline x1='2' x2='13' y1='2' y2='15' stroke='%23fff' stroke-width='2' stroke-linecap='round' /%3E%3Cline x1='13' x2='2' y1='15' y2='28' stroke='%23fff' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
        right: -15px;
    }


.fixture-tray heading {
    display: flex;
    flex-direction: row;
}

.fixture-tray.reverse heading {
    display: flex;
    flex-direction: row-reverse;
}

.fixture-tray heading h2 {
    margin: 10px 0;
    flex-grow: 1;
    text-transform:uppercase;
}

.fixture-tray.reverse heading {
    text-align: right;
}

.fixture-tray heading .arrows {
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}



    .fixture-tray heading .arrows > div {
        display: block;
    }

.fixture-tray .loading-spinner {
    height: 250px;
    background: url('/_public/lib/video-js/loading.gif') no-repeat center;
}
/* mobile */
@media only screen and (max-width:576px) {
    .fixture-tray heading {
        flex-direction: column;
    }

    .fixture-tray.reverse heading {
        flex-direction: column;
    }

    .fixture-tray heading h2 {
        text-align: center;
    }

    .fixture-tray.reverse heading h2 {
        text-align: center;
    }

    .fixture-tray heading .arrows {
        display: none;
    }
}






.fixture-tray {
    position: relative;
}



    .fixture-tray .fixture-tray-slick {
        display: block;
    }


    .fixture-tray .slick-slide {
        margin-left: 8px;
        margin-right: 8px;
    }

    .fixture-tray .slick-slider {
        margin-left: -8px;
        margin-right: -8px
    }


        .fixture-tray .fixture-tray-slick .slick-list {
            margin: 0 -15px;
        }

        .fixture-tray .fixture-tray-slick .slick-next {
            right: -30px;
        }

        .fixture-tray .fixture-tray-slick .slick-prev {
            left: -30px;
        }

        .fixture-tray .fixture-tray-slick .slick-slide > div {
            padding: 0 15px;
        }

        .fixture-tray .fixture-tray-slick .slide {
            background-color: #1e2226
        }

    .fixture-tray .card {
        color: #fff;
        text-decoration: none;
        margin-bottom: 30px;
        display: block;
        cursor: pointer;
    }


        .fixture-tray .card:hover .poster {
            background-color: rgba(255,255,255,0.20);
            transition: background-color 0.3s;
            -webkit-transition: background-color 0.3s;
        }


    .fixture-tray .card .poster {
        display: flex;
        flex-direction: column;
        background-color: rgba(255,255,255,0.05);
    }

        .fixture-tray .card .poster .teams {
            padding: 28px 28px;
        }

            .fixture-tray .card .poster .teams.nologo {
                padding: 58px 28px;
            }

            .fixture-tray .card .poster .teams .icons {
                display: flex;
                flex-direction: row;
            }


                .fixture-tray .card .poster .teams .icons > div {
                    display: flex;
                    flex-direction: column;
                    flex: 1;
                }

                    .fixture-tray .card .poster .teams .icons > div.seperator {
                        width: 30px;
                        justify-content: center;
                        align-content: center;
                        text-align: center;
                        opacity: 0.6;
                        font-size: 16px;
                        font-weight: bold;
                        flex: 0 0 auto;
                    }


                .fixture-tray .card .poster .teams .icons img {
                    width: 98px;
                    height: 98px;
                    margin: 0 auto;
                }



    .fixture-tray .card .body h3 {
        
        opacity: 0.5;
        font-size: 14px;
        color: #ffffff;
        margin: 0;
        font-weight:normal;
    }


    .fixture-tray .card .body .meta {
        margin:10px 0 0 0;
        font-size: 18px;
        font-weight:bold;
    }

    .fixture-tray .card a, .fixture-tray .card a:hover, .fixture-tray .card a:visited, .fixture-tray .card a:active {
        color: #ffffff;
        text-decoration: none;
    }


    .fixture-tray .card .body .meta span {
        display: block;
    }




@media only screen and (max-width:768px) {

    .fixture-tray .fixture-tray-heading {
        margin-bottom: 16px;
    }

        .fixture-tray .fixture-tray-heading a {
            display: none;
        }

    .fixture-tray .slick-slider {
        margin: 0;
    }

    .fixture-tray .fixture-tray-slick .slick-list {
        margin: 0;
    }

    .fixture-tray .fixture-tray-slick .slick-arrow {
        display: none !important;
    }

    .fixture-tray .fixture-tray-slick .slick-slide > div {
        padding: 0;
    }
}


.fixture-tray .meta span.content-id-islive-hide {
    display: unset !important;
}

.fixture-tray .content-id-islive .meta span.content-id-islive-hide {
    display: none !important;
}


.fixture-tray .meta span.content-id-islive-show {
    display: none !important;
}

.fixture-tray .content-id-islive .meta span.content-id-islive-show {
    display: unset !important;
}
