.home-channel-column .title h5 {
    color: #d50820;
    text-transform: uppercase
}

.inline-image-description .image img {
    width: 100%;
}

.inline-image-description .description {
    overflow: hidden;
    max-height: 100px;
    line-height: 20px
}

.inline-image-description .description h5 {
    margin: 0;
    color: #333;
    line-height: 20px
}

.inline-video-description .image a {
    position: relative;
    display: block
}

.inline-video-description .image a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -15px 0 0 -16px;
    width: 37px;
    height: 30px;
    background: url(../../img/ico_play.png) no-repeat left top;
    content: " "
}

.inline-video-description .image img {
    width: 100%;
    height: 100px
}

.inline-video-description .description {
    overflow: hidden;
    height: 100px
}

.inline-video-description .description h4,.inline-video-description .description .small-desc {
    color: #7e7e7e;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px
}

.inline-video-description .description h5,.inline-video-description .description .big-desc {
    margin: 0;
    color: #323232;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2
}

.inline-audio .description {
    overflow: hidden;
    height: 41px
}

.inline-audio .description p {
    margin-top: 0;
    color: #555;
    font-weight: 700;
    font-size: 13px
}

.inline-audio .icon {
    text-align: center;
}

.inline-link .icon {
    padding-right: 0
}

.inline-link .description p {
    margin: 0;
    color: #555;
    font-weight: 700;
    font-size: 13px
}