.home .news-slider-layer .item {
    height: 85px;
}

.home .news-slider-layer .sidebar-post .item .item-content {
    padding: 0;
    margin-bottom: 0
}

.content.main-article {
    bottom: 135px;
}

@media (max-width: 768px) {
    .content.main-article {
        bottom: 160px;
    }
}

.item .item-image-1 {
    display: block;
    width: auto;
    min-height: 220px;
    background-size: cover;
}

.item .item-image-2,
.item .item-image-3 {
    display: block;
    width: auto;
    min-height: 192px;
    background-size: cover;
}

.news-slider-layer.first {
    min-height: 474px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.news-slider-layer a, .schedule-slider-layer a {
    padding-bottom: 18px;
}

.news-slider-layer.first p {
    font-size: 14px;
    color: #FFF;

    padding: 15px;
    font-weight: normal;
    line-height: 21px;
}


.news-slider-layer.first p.text-main {
    background: #fff;
    color: #777;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.news-slider-layer.first p.text-main a {
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    color: #777 !important;
    position: relative;
}


.news-slider-layer.first p.text-main a:before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #999;
    content: '';
    opacity: 1;
}

.news-slider-layer.first p.text-main:hover a:before {
    width: 90px;
}

@media (max-width: 768px) {
    .news-slider-layer.first p.text-main {
        border: none;

    }

    .news-slider-layer.first p.text-main  a {
        padding-left: 15px;
        padding-right: 15px;
    }
}



.block-title-2 {
    margin-bottom: 1px;
}

.item .item-image-1 {
    display: block;
    width: auto;
    min-height: 220px;
    background-size: cover;
}

#copyrights .copyright {
    display: block;
}

#copyrights .copyright a {
    color: #fff;
}

#copyrights .copyright a:hover {
    color: #D4000E;
}

.top-menu ul li span {
    color: #BBBABB;
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #4c4c59;
}

.clock-comment {
    font-size: 11px;
}

@media (max-width: 768px) {
    .clock-comment {
        display: block;
        clear: both;
    }
}

.comment-content {
    display: block;
}

.btn.report-btn {
    background: none;
    font-size: 12px;
}

.btn.report-btn:hover {
    background: none;
    color: #E4000D;
}

input.error {
    border: 1px solid #d5000f;
}

textarea.error {
    border: 1px solid #d5000f;
}

label.error {
    color: #d5000f;
}

.main-article h1,
.main-article h1 .category-tag,
.main-article h2,
.main-article h2 .category-tag {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.module-title h1 {
    letter-spacing: .5px;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    margin: 0;
    line-height: 1.45;
}

.news-slider-layer.first,
.news-slider-layer.second {
    width: 100%;
    margin-right: 0;
}

@media (max-width: 1024px) {
    .module-title .subtitle::before {
        display: none;
    }


    .module-title {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .news-slider-layer.first {
        width: 100% !important;
    }

    .news-slider-layer.second,
    .news-slider-layer.third,
    .news-slider-layer.fourth {
        width: 100% !important;
        display: none !important;
    }

    .sidenav-header-logo img {
        max-width: 100%;
        width: auto;
    }
}

.logo-container {
    border: 1px solid #e3e2e2;
    padding: 15px;
    background: #ffffff;
}

@media (max-width: 768px) {
    .logo-container {
        border: none;
        padding: 15px;
        background: transparent;
    }
}

.logo-container img {
    max-width: 150px;
}

.desktop-add {
    padding-top: 15px;
    padding-bottom: 15px;
}

.entry-block.uitgelicht {
    width: 100%;
    height: 580px !important;
    margin: 0 0 15px;
    padding: 0;
}

.entry-block.uitgelicht h3 {
    font-size: 1.8rem;
    color: #262626;
}

@media (max-width: 1100px) {
    .entry-block.uitgelicht {
        min-height: 600px;
        height: auto !important;
    }
}

@media (max-width: 994px) {
    .entry-block.uitgelicht {
        min-height: auto !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .entry-block.uitgelicht {
        min-height: auto !important;
        height: auto !important;
    }

    .entry-block, .entry-block-small, .entry-block-xs {
        border: none;
    }
}

.entry-block.uitgelicht .img-link {
    display: block;
    min-height: 190px;
    background-size: cover;
}

.entry-block.uitgelicht .entry-content {
    padding: 15px;
}

.news .item .item-content {
    padding: 8px 15px 6px;
}

.news .item-content p {
    padding-bottom: 10px;
}

.news .item-content p .read-more {

    clear: both;
    position: relative;
    bottom: inherit;

}

@media (max-width: 768px) {
    .news .item .item-content.source {
        padding-top: 0;
        text-align: left;
    }

    .news .item .item-content p {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .item-content.source {
        padding-top: 0;
        text-align: left;
    }

    .source .title-left {
        text-align: left;
    }
}

.news {
    padding-right: 0;
}

.news .item {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .news .item {
        margin-bottom: 0;
        border-bottom: 5px solid #fff;
    }
}

.news .item .item-content {
    display: block;
}

.home .row {
    margin-left: -15px;
    margin-right: -15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-50 {
    margin-top: 50px;
}

.comingMatch {
    display: block;
    clear: both;

    background: url("../img/comingMatch.jpg") bottom center;
    background-size: cover;
    padding-top: 35px;
    position: relative;
    padding-bottom: 50px;
}

.team-match {
    margin-top: 15px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    padding: 10px 15px;
}

.match-date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #FFF;
    padding: 15px;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    background: rgba(12, 12, 13, 0.6);
}


.f1update  {
    display: block;
    position: relative;
}

.f1update p {
    background: rgba(12, 12, 13, .6);
    display: block;
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
    font-size: 14px;
    z-index: 1000;
    color: #FFF;
    padding: 15px;
    font-weight: normal;
    line-height: 21px;
    text-transform: uppercase;
}

.panel {
    background: #fff;
}

.sidebar-post {
    min-height: 425px;
}

.logo-container {
    border: 1px solid #e3e2e2;
    padding: 15px;
    background: #ffffff;
}

@media (max-width: 768px) {
    .logo-container {
        border: none;
        padding: 15px;
        background: transparent;
    }
}

.read-more::before {
    bottom: -5px;
}

@media (max-width: 992px) {

    .read-more {
        position: relative;
        bottom: 0;
    }
}

.news-slider-layer .sidebar-post .item .item-content {
    padding-left: 0;
}


.top-ad {
    display: block;
    width: 728px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 1200.00px) {
    .top-ad {
        position: relative;
        width: 728px;
        background: #0f0f0f;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .top-ad {
        position: relative;
        width: 728px;
        background: #0f0f0f;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .top-ad {
        position: relative;
        width: 728px;
        background: #2aabd2;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .top-ad {
        position: relative;
        width: 728px;
        background: #5cb85c;

    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 728px) {
    .top-ad {
        position: relative;
        width: 600px;
        background: #985f0d;

    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .top-ad {
        position: relative;
        width: 300px;
        background: #be000c;
    }
}

.sidenav-brand {
    min-height: 75px;
}

