#page.edit-mode .news-container
{
    margin-top: 0px;
}

.news-container
{
    margin-top: -430px;
    position: relative;
    z-index: 12 !important;
}

@media( max-width: 1700px )
{
    .news-container
    {
        margin-top: -300px;
    }
}

@media( max-width: 1400px )
{
    .news-container
    {
        margin-top: -200px;
    }
}

@media( max-width: 1200px )
{
    .news-container
    {
        margin-top: 50px;
    }
}

.news-container .item
{
    position: relative;
    height: 400px;
    color: #FFF;
    display: block;
}

.news-container .item:hover:before
{
    background-color: rgba(255, 180, 0, 0.8);
}

.news-container article
{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    height: 100%;
}

.news-container .item:before
{
    content: '';
    background-color: rgba(8, 115, 176, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.25s linear;
}

.news-container .item .content
{
    font-weight: 400;
    position: relative;
    height: 100%;
    z-index: 1;
}

.news-container .item section
{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.news-container .item time
{
    font-weight: 300;
}

.news-container .item p
{
    margin: 0px;
}

#news-list.news-container .item .title
{
    margin: 0px;
    text-transform: none;
}

.owl-nav
{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
}

@media( max-width: 767px )
{
    .owl-nav
    {
        display: none;
    }
}

.owl-next
{
    top: 0px;
    right: -25px;
    position: absolute;
}

.owl-prev
{
    top: 0px;
    left: -25px;
    position: absolute;
}