/********** Trendings Block Styles */

.b-trendings {
    display: table;
    width: 100%;
    margin: 3px 0 16px;
    border-spacing: 0;
    border-collapse: separate;
    line-height: 1;
    }
.lt-ie8 .b-trendings {
    display: block;
    }
.b-trendings__title-outer {
    -webkit-transition: all linear .5s;
       -moz-transition: all linear .5s;
         -o-transition: all linear .5s;
            transition: all linear .5s;
    display: table-cell;
    width: 1px;
    padding: 0;
    border-radius: 2px 0 0 2px;
    background: #3a3a3a;
    vertical-align: bottom;
    white-space: nowrap;
    font-size: 13px;
    color: #ddd;
    text-transform: uppercase;
    }
    .b-trendings__title-outer:hover {
        cursor: default;
        background: #000;
        color: #fff;
        }
    .lt-ie8 .b-trendings__title-outer {
        display: block;
        float: left;
        width: auto;
        }
.b-trendings__title {
    padding: 10px;
    position: relative;
    }
    .b-trendings__title:after {
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        width: 0;
        height: 0;
        border-bottom: 20px solid #000;
        border-right: 20px solid transparent;
        content: "";
        }
.b-trendings__list-outer {
    display: table-cell;
    position: relative;
    border-radius: 0 2px 2px 0;
    vertical-align: bottom;
    }
    .lt-ie8 .b-trendings__list-outer {
        display: table;
        margin-top: 10px;
        zoom: 1;
        }
.b-trendings__list {
    padding-left: 20px;
    /*background-color: #ebebeb;*/
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(0deg, #c6c6c6 0%, #f0f0f0 15px, #f0f0f0 100%);
    background-image:    -moz-linear-gradient(0deg, #c6c6c6 0%, #f0f0f0 15px, #f0f0f0 100%);
    background-image:      -o-linear-gradient(0deg, #c6c6c6 0%, #f0f0f0 15px, #f0f0f0 100%);
    background-image:         linear-gradient(0deg, #c6c6c6 0%, #f0f0f0 15px, #f0f0f0 100%);
    }
.b-trendings__item {
    -webkit-transition: background-color linear .2s;
       -moz-transition: background-color linear .2s;
         -o-transition: background-color linear .2s;
            transition: background-color linear .2s;
    display: inline-block;
    padding: 4px 0;
    border-radius: 2px;
    }
    .lt-ie8 .b-trendings__item {
        display: inline;
        zoom: 1;
        }
    .b-trendings__item:hover {
        background-color: rgba(0,0,0,.2);
        }
    .b-trendings__item_active {
        background-color: #3a3a3a;
        }
        .b-trendings__item_active:hover {
            background-color: #000;
            }
.b-trendings__item-title {
    -webkit-transition: color linear .2s;
       -moz-transition: color linear .2s;
         -o-transition: color linear .2s;
            transition: color linear .2s;
    display: block;
    padding: 2px 14px;
    font-size: 13px;
    color: #666;
    }
    .b-trendings__item-title:hover {
        color: #000;
        text-decoration: none;
        }
    .b-trendings__item_active > .b-trendings__item-title {
        color: #ddd !important;
        }
    .b-trendings__item + .b-trendings__item > .b-trendings__item-title {
        border-left: 1px dotted #c4c4c4;
        }
        .b-trendings__item + .b-trendings__item_active > .b-trendings__item-title {
            border-left: 1px solid #3a3a3a;
            }
        .b-trendings__item_active:hover > .b-trendings__item-title {
            color: #fff !important;
            }
        .b-trendings__item_active + .b-trendings__item > .b-trendings__item-title {
            border-left: 1px solid #f0f0f0;
            }
    @media all and (max-width: 980px) {
        .b-trendings__item-title {
            padding: 2px 12px !important;
            border: 0 !important;
            }
        }
@media all and (max-width: 980px) {
    .b-trendings__item-title > img {
        display: none !important;
        }
    }

/********** End of Trendings Block Styles */