﻿.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-content {
    padding: 5px;
}

.list {
}

    .list .card {
        float: left;
        width: 270px;
        margin-right: 15px;
        margin-bottom: 15px;
        position: relative;
    }

        .list .card a {
            position: relative;
            display: block;
            max-width: 100%;
        }

            .list .card a.play, .list .card img {
                height: 152px;
            }

        .list .card span {
            font-size: 0.62em;
        }

        .list .card h3 {
            font-size: 0.6em;
            margin: 0;
            font-weight: 600;
            line-height: 1.2;
        }


        .list .card p {
            margin: 0 0 3px;
            font-size: 0.6em;
        }

        .list .card .label {
            position: absolute;
            top: 10px;
            right: 10px;
            background: yellow;
        }

        .list .card .duration {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: white;
            padding: .2em .6em .3em;
            border-radius: .25em;
        
        }

        /*
            Barvy štítků:
Match Highlights - Oranžový fb5e08   rgb 251 94 8
TOP (nejvíce sledovaný) - červená e31111  rgb 227 17 17
MVP - zelená 25a311 rgb 37 163 17
DUNKS - fialová  a40cb6 rgb 164 12 182
        */
        .list .card .label.cat0 {
            background: #e31111;
        }

        .list .card .label.cat3 {
            background: #25a311;
        }

        .list .card .label.cat1 {
            background: #fb5e08;
        }

        .list .card .label.cat10 {
            background: #a40cb6;
        }

        .list .card img {
            border-radius: 10px;
        }

        .list .card:hover img {
            border-radius: 0;
        }
/*
#other-videos .img-responsive {
    height: 135px;
}*/


.filter {
    margin-bottom: 10px;
}

    .filter .button, #loadMore .button {
        display: inline-block;
        padding: .2em .6em .3em;
        font-size: 90%;
        /*   font-weight: bold;*/
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
        background-color: #1d4566;
        border-color: #173852;
        margin: .2em;
        cursor: pointer;
    }

  

    .filter .button.active {
        background-color: white;
        color: #1d4566;
        border-color: #173852;
    }

