.front-headlines {
    position: relative;
    /*background-color: #393186;*/
    overflow: hidden;
}

.fh-left {
    position: relative;
    /*max-height: 604px;*/
    overflow: hidden;
}

.fh-right {
    position: relative;
    background-color: #004093;
    height: 100%;
}

.headlines-loader {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: transparent url("../img/ball-triangle.svg") no-repeat center center;
    left: 0;
    top: 0;
}

.headlines {
    position: relative;
    z-index: 1;
}

.front-headlines-inner {
    box-shadow:0 50px 20px rgba(0,0,0,0.1);
}

.headlines .slick-prev {
    left: 10px;
    z-index: 9;
}

.headlines .slick-next {
    right: 10px;
    z-index: 9;
}

.headlines .slick-next,
.headlines .slick-prev {
    width: 40px;
    height: 40px;
}

.headlines .slick-next:before,
.headlines .slick-prev:before {
    font-size: 30px;
}

.headline {
    position: relative;
}

.headline img {
    position: relative;
    z-index: 1;
}

.headline div {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
    width: 100%;
    text-align: left;
    display: block;
    padding: 40px;
    transition: all .2s ease;
}

    .headline div span {
        display: block;
        border-left: 5px solid #004093;
        padding-left: 10px;
        font-size: 20px;
        color: #FFF;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, .7);
        font-weight: bold;
        line-height: normal;
    }

.headline div span small {
    display: block;
    font-size: 14px;
    line-height: 16px;
}


.headline-thumb {
    display: block;
    padding: 14px 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 2px;
    transition: all .2s ease;
}

.headline-thumb:not(.slick-current):hover {
    background-color: rgb(5 83 255);
}

.headline-thumb.slick-current {
    background-color:rgba(0,0,0,0.3)!important;
}

.headline-thumb.slick-current img {

}

.headline-thumb.slick-current span {
    color: #fff;
}

.headline-thumb span {
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
}

.headline-thumb img {
    border: 3px solid #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.headline-thumb span.col-16 {
    min-height: 56px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.headline-thumbs-up {
    display: block;
    padding: 2px 0;
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: rgba(255,255,255,0.1);
    z-index: 2;
}

.headline-thumbs-down {
    display: block;
    padding: 2px 0;
    text-align: center;
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 2;
}

.headline-thumbs-down:hover,
.headline-thumbs-up:hover {
    background-color: rgba(255,255,255,0.2);
    color: #fff!important;
}

a.headline-thumb:hover{
    background-color:rgba(0,0,0,0.3)!important;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {

    .fh-right {
        display: none;
    }

    .headline div {
        padding: 15px;
    }

    .headline div span {
        font-size: 14px;
    }

    .headline div span small {
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

}
.slick-vertical .slick-slide{
    background-color: rgba(0,0,0,0.1);
}

