﻿/* VIDEO PLAYER CLASSES */

.video-player {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 25px;
}

    .video-player object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

div#video-bar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

    div#video-bar li {
        padding-left: 4px;
        padding-right: 4px;
        display: inline-block;
        width: 33%;
        height: auto;
        overflow: hidden;
        clear: both;
        background: none !important;
    }

        div#video-bar li div {
            width: 100%;
            height: auto;
            float: none;
            margin-left: 0;
            margin-right: 0;
            padding: 0;
            position: relative;
        }

            div#video-bar li div img {
                display: block;
                margin-bottom: 8px;
                cursor: pointer;
                width: 100% !important;
                -ms-opacity: 0.75;
                opacity: 0.75;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
            }

            div#video-bar li div a {
                font-weight: 400;
                text-decoration: none;
                min-height: 22px;
                max-height: 48px;
                height: auto;
                overflow: hidden;
                color: #ffffff;
                z-index: 20;
                padding: 4px;
                position: absolute;
                bottom: 4px;
                left: 4px;
                right: 4px;
                text-transform: uppercase;
                font-family: 'tele-groteskhalregular';
                text-align: left;
                background-color: #383838;
                -webkit-transition: all 0.2s ease-in;
                -moz-transition: all 0.2s ease-in;
                -ms-transition: all 0.2s ease-in;
                -o-transition: all 0.2s ease-in;
                transition: all 0.2s ease-in;
            }

                div#video-bar li div a:hover {
                    color: #ffffff;
                    background-color: #e20074;
                    -webkit-transition: all 0.2s ease-out;
                    -moz-transition: all 0.2s ease-out;
                    -ms-transition: all 0.2s ease-out;
                    -o-transition: all 0.2s ease-out;
                    transition: all 0.2s ease-out;
                }

        div#video-bar li:hover div img {
            -ms-opacity: 1;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            cursor: default;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

div#youtube-pager {
    text-align: center;
    padding: 10px 0 6px 0;
}

    div#youtube-pager span.active {
        font-size: 12px;
        padding: 8px 0;
        line-height: 12px;
        border: none;
        background: none;
        background-color: #e20074;
        color: #ffffff;
        margin-right: 0;
        width: 28px;
        height: 28px;
    }

    div#youtube-pager a {
        font-size: 12px;
        padding: 8px 0;
        line-height: 12px;
        border: none;
        background: none;
        background-color: #ffffff;
        color: #e20074;
        margin-right: 0;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        width: 28px;
        height: 28px;
        text-align: center;
    }

        div#youtube-pager a:hover {
            color: #ffffff;
            background: #e20074;
            border: none;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

#video-grid li {
    background: none;
    display: inline-block;
    width: 140px;
}

    #video-grid li div img {
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }

    #video-grid li div a {
        display: block;
        clear: both;
        line-height: 14px;
    }

#youtube-pager {
    text-align: center;
}

    #youtube-pager a, #youtube-pager span, .page-numbers a, .page-numbers span, .pager div.prev-arrow, .pager div.next-arrow {
        /*color: #e20074;*/
        color: #909090;
        /*padding: 2px 6px;*/
        -ms-border-radius: 50%;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        cursor: default;
        background-position: center;
        background-repeat: no-repeat;
    }

        #youtube-pager span.active, #youtube-pager a:hover, .page-numbers a:hover, .page-num.active, .page-num.active:hover {
            background: #e20074;
            color: #fff;
            cursor: pointer;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

@media only screen and (max-width: 501px) {
    div#video-bar li {
        width: 50%;
    }
}

.pager div.next-arrow > a, .pager div.prev-arrow > a {
    display: block;
    width: 100%;
    height: 100%;
}

.pager div.prev-arrow {
    background: url(../img/mobilna/pager_horizontal-prev.png) center left no-repeat;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .pager div.prev-arrow:hover {
        background: url(../img/mobilna/pager_horizontal-prev_hover.png) center left no-repeat;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        cursor: pointer;
    }

.pager div.next-arrow {
    background: url(../img/mobilna/pager_horizontal-next.png) center left no-repeat;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .pager div.next-arrow:hover {
        background: url(../img/mobilna/pager_horizontal-next_hover.png) center left no-repeat;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        cursor: pointer;
    }

.phone-list-paging {
    display: table;
    border-spacing: 5px;
    margin: 0 auto;
}

div.page-numbers {
    width: auto;
}
