.vc_blog_liiva .tags-row .item{
    float: left;
    margin: 5px 14px 5px;
    text-transform: uppercase;
    font-size: 20px;
    color: rgba(30, 30, 30, 0.7);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
}

.vc_blog_liiva .tags-row .item.active::before {
    content: '';
    position: absolute;
    width: 142px;
    height: 19px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
    background: url('../img/news-active.png') no-repeat;
    background-size: contain;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.vc_blog_liiva .tags-row .item.active{
    color: #4c4466;
}
.vc_blog_liiva{
    margin: 20px 0px 15px;
}
.vc_blog_liiva .tags-row .item:hover{
    color: #4c4466;
}

.vc_blog_liiva .year-slider .item{
    width: 96px;
    height: 89px;
    background: url('../img/year-1.png') no-repeat;
    color: #747474;
    font-size: 17px;
    text-align: center;
    padding-top: 30px;
    z-index: 2;
    position: relative;
    font-family: 'laCartoonerie';
    margin: auto;
    margin-top: -3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
    z-index: 10;
}
.vc_blog_liiva .year-slider .item:not(.active):hover{
    color: #6f365f;
   -webkit-transform: scale(1.08);
       -ms-transform: scale(1.08);
           transform: scale(1.08);
}
.vc_blog_liiva .year-slider .slick-track .slick-slide:nth-child(2n+1) .item{
    background: url('../img/year-2.png') no-repeat;
    margin-top: 3px;
}
.vc_blog_liiva .year-slider .item span{
    font-size: 30px;
    font-weight: 700;
    display: block;
    width: 100%;
    line-height: 0.6;
}

.vc_blog_liiva .year-slider .wr-item{
    padding: 20px 15px;
}
.vc_blog_liiva .year-slider .item.active{
    color: #fff;
    background: none !important;
}

.vc_blog_liiva .year-slider .item::before {
    content: '';
    position: absolute;
    width: 115px;
    height: 116px;
    top: -14px;
    left: -9px;
    background: url('../img/year-active.png') no-repeat;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.vc_blog_liiva .year-slider .item.active::before{
    opacity: 1;
}
.vc_blog_liiva .year-slider-wrapp{
    position: relative;
    background: url('../img/line-slider.png') center no-repeat;
    background-size: contain;
    padding: 30px 100px;
    margin-bottom: 20px;
}
.vc_blog_liiva .year-slider .slick-arrow{
    position: absolute;
    width: 51px;
    height: 52px;
    top: 50%;
    margin-top: -26px;
    background: url('../img/slider-nav.png') center top no-repeat;
    border: 0px;
    outline: 0;
    text-indent: -9999px;
}
.vc_blog_liiva .year-slider .slick-disabled{
    opacity: 0.5;
    cursor: auto;
}
.vc_blog_liiva .year-slider .slick-prev{
    left: -60px;
}
.vc_blog_liiva .year-slider .slick-next{
    right: -60px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.vc_blog_liiva .year-slider .slick-arrow:not(.slick-disabled):hover{
    background-position: 0% -52px;
}
.vc_blog_liiva .news-item{
    margin-bottom: 30px;
}
.vc_blog_liiva .dates{
    width: 225px;
    height: 56px;
    background: url('../img/date_news.png') no-repeat;
    text-align: center;
    color: #fff;
    font-family: 'laCartoonerie';
    font-size: 24px;
    padding-top: 12px;
}
.vc_blog_liiva .text{
    color: #6d335c;
    font-size: 18px;
    font-family: 'laCartoonerie';
    padding: 18px 0px 0px 27px;
    margin-bottom: 12px;
    line-height: 1.2;
    height: 127px;
    overflow: hidden;

}
.vc_blog_liiva .btns-6{
    margin-left: 35px;
}


.loader-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    top: 0px;
    left: 0px;
    z-index: 10;
    display: none;
}
.loader-wrapper #ecg{
    top: 250px !important;
}


@media (max-width: 767px){
    .vc_blog_liiva .year-slider-wrapp{
        padding: 30px 0px;
        margin-bottom: 70px;
    }
    .vc_blog_liiva .year-slider .slick-prev{
        left: 50%;
        bottom: -50px;
        margin-left: -70px;
        top: auto;
        margin-top: 0px;
    }
    .vc_blog_liiva .year-slider .slick-next{
        right: 50%;
        margin-right: -70px;
        bottom: -50px;
        top: auto;
        margin-top: 0px;
    }
    .vc_blog_liiva .tags-row .item{
        font-size: 14px;
    }

    .vc_blog_liiva .tags-row .item.active::before {
        width: 99px;
    }
}

@media (max-width: 500px){
    .vc_blog_liiva .tags-row .item.active::before {
        width: 75px;
        bottom: -6px;
    }
}
