.latest-news-slider{
    margin-bottom: 10px;
	display:none;
}
.latest-news-item .container{
    position: relative;
}

.latest-news-item .container .tag{
    float: left;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    padding: 5px 5px 20px 20px;
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0, 0, 0, 0.71)97%);
}

.latest-news-item .container a{
    color: #ffffff;
    text-decoration: none;
}

.latest-news-item .container .tag h2{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}

.latest-news-item .container .tag h3{
    font-size: 16px;
}

.latest-news-item .container .tag p.info{
    font-size: 16px;
    font-style: italic;
}

.latest-news-item img{
    /*height: 200px;*/
	height: 230px;
    width: 100%;
}

.latest-news-slider-wrap .slick-next, .latest-news-slider-wrap .slick-prev {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: 0;
    background-color: transparent;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-appearance: none;
    width: 70px;
    height: 70px;
    z-index: 1;
    transition: all .2s ease;
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
    border-radius: 100%;
}

.latest-news-slider-wrap .slick-prev::before {
    right: 10px;
    top: 20px;
    content: "";
    font-family: "beweb-icons";
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    text-indent: 0;
    letter-spacing: 0;
    speak: none;
    display: block;
    pointer-events: none;
    transform: rotate(-180deg);
}

.latest-news-slider-wrap .slick-next::before, .latest-news-slider-wrap .slick-prev::before {

    position: absolute;
    height: 30px;
    width: 30px;
    transition: all .2s ease;
    color: #ffffff;
}

.latest-news-slider-wrap .slick-next::before {
    left: 10px;
    top: 20px;
    content: "";
    font-family: "beweb-icons";
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    text-indent: 0;
    letter-spacing: 0;
    speak: none;
    display: block;
    pointer-events: none;

}

.latest-news-slider-wrap .slick-prev {
    left: -30px;
}
.latest-news-slider-wrap .slick-next {
    right: -30px;
}