﻿.channelsLogoBlock {
    text-align: right;
}

.channelLogoDiv {
    /* float: right; */
    margin: 0;
    width: 15%;
    /* position: absolute; */
    float: none;
    display: inline-block;
    background-color: #fafafa;
    border-radius: 15px 0px 0px 0px;
    margin-left: -10px;
    margin-left: 0px;
    min-width: 10%;
    text-align: center;
    text-align: center;
    box-shadow: -2px 4px 3px;
}

    .channelLogoDiv:first-child {
        border-radius: 0px 15px 0px 0px;
    }

    .channelLogoDiv:nth-child(2) {
        border-radius: 0px 0px 0px 0px;
    }

    .channelLogoDiv:last-child {
        border-radius: 15px 0px 0px 0px;
    }

    .channelLogoDiv a {
        position: relative;
        display: inline-block;
        display: -moz-inline-stack;
        *display: block;
        padding-left: 5%;
        padding-right: 5%;
    }

@media screen and (min-width:0\0) {
    .channelLogoDiv a {
        display: block;
    }
}

.channelLogoDiv a img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.channelLogoDiv a:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}

.channelLogoDiv.active a img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}

.channelLogoDiv.active {
    z-index: 9999;
}


    .channelLogoDiv.active a {
        padding-top: 5%;
    }

.downloadPdfInfo {
    /* margin-top: 5%; */
    border-top: 1px dotted #ebebeb;
    padding-top: 2%;
    padding-bottom: 2%;
}

.seriesTitle {
    font-size: 26px;
}

.seriesInfo .seriesTitle {
    color: #000;
    text-align: right;
    width: auto;
    float: right;
    line-height: 80px;
    margin: 0px;
}

.downloadPdfInfo a span {
    color: #000;
    text-align: right;
    width: auto;
    float: right;
    font-weight: bold;
    font-size: 26px;
    font-family: 'Lateef', cursive;
    color: #31708f;
    text-align: center;
    line-height: 80px;
    padding-left: 5px;
    padding-right: 5px;
}

.seriesInfo img {
    max-width: 80px;
    float: right;
}

@media (max-width: 767px) {
    .channelLogoDiv {
        width: 23%;
        /*margin-left: 0px;*/
        left: 5px;
    }

    .seriesInfo .seriesTitle {
        line-height: 44px;
        width: 100%;
    }

    .downloadPdfInfo a span {
        line-height: 44px;
        float: none;
    }

    .seriesInfo img {
        max-width: 80px;
        float: none;
        margin: auto;
    }
}
