/*#news {
    background: url('../../img/news.jpg') no-repeat fixed center top / cover;
    background-position-y: -80px;
}*/

#background{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    overflow-y: scroll;
    width: 100vw;
    height: 100vh;
    background-image: url('../../img/news.jpg');
    background-position-y: 0;
    background-position-x: center;
    background-position-y: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

#news .left-column {
    padding-top: 240px
}

#news h1 {
    margin-bottom: 20px;
}

.news_hide {
    display: none;
}

.news_visible {
    display: block;
    margin-top: 40px
}

#news_container h4 {
    font-family: MontserratRegular !important;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 40px;
    margin-bottom: 30px;
}

#news_container h3{
    font-family: MontserratRegular !important;
    font-weight: bold;
    font-size: 1em;
    line-height: 20px;
    margin-top: 30px

}



#news .left-column p {
    font-family: 'Didot Italic', Arial;
    font-weight: normal;
    font-size: 1.7em
}

#news .left-column span.quote {
    font-size: 1.1em;
}
#news .left-column span.first-letter {
    font-size: 1.7em;
    margin-right: -10px
}

#news .left-column p.signature {
    font-family: 'Didot Roman' !important;
    font-size: 1.2em;
}

#news_container a {
    cursor: pointer;
    color: #333333 !important;
    display: inline-block;
    font-size: 1em;
}

#news_container span {
    display: block;
}

.paginator {
    text-align: center;
    margin-top: 30px;
}

.paginator li.active a {
    background-color: #333;
    border-color: #333;
}

.paginator li.active a:hover {
    background-color: #000;
    border-color: #000;
}

.paginator li a {
    color: #333;
}

.paginator li a:hover {
    color: #000;
}

#news_container li{
    margin: 10px 0
}

#news_container ul{
    margin-bottom: 15px;
}

#news_container a{
    color: #05adf3!important;

}

#news_container p{
    text-align: justify;
}

@media (max-width: 2199px) {

    /*#news .left-column {
        padding-top: 210px
    }*/

    #news_container h4 {
        font-size: 1.7em;
    }

    #news_container a {
        font-size: 0.9em;
    }

    #news .left-column p {
        font-size: 1.4em;
        line-height: 40px;
    }

    #news .left-column p.signature {
        font-size: 1.2em !important;
    }

}

@media (max-width: 1999px) {

    /*#news .left-column {
        padding-top: 225px
    }*/

    #news_container h4 {
        font-size: 1.5em;
    }

    #news .left-column p {
        font-size: 1.3em;
        line-height: 35px
    }

    #news .left-column p.signature {
        font-size: 1.2em;
    }

}

@media (max-width: 1799px) {
    #news_container h4 {
        font-size: 1.3em;
    }

    #news_container a {
        font-size: 0.8em;
    }

    #news .left-column p {
        font-size: 1.2em;
    }

    #news .left-column p.signature {
        font-size: 1em !important;
    }

    #news .left-column {
       padding-top: 175px
    }
}

@media (max-width: 1599px) {

    #news .left-column {
        padding-top: 205px
    }

    #news_container h4 {
        font-size: 1.1em;
        line-height: 25px;
    }

    #news .left-column p {
        font-size: 1em;
        line-height: 30px;
    }

    #news .left-column p.signature {
        font-size: 0.8em !important;
    }

}

@media (max-width: 1399px) {
    #news_container h4 {
        font-size: 1em;
    }

    #news_container a {
        font-size: 0.7em;
    }

    #news .left-column p {
        font-size: 0.9em;
        line-height: 25px;
    }

    #news .left-column p.signature {
        font-size: 0.7em;
    }

}

@media (max-width: 1199px) {
    #news_container h4 {
        font-size: 0.8em;
        line-height: 20px;
    }

    #news_container a {
        font-size: 0.6em;
    }

    #news .left-column p.signature {
        font-size: 0.7em;
    }

    #news #news-left{
        padding-right: 20px !important;
        padding-top: 150px !important;
    }
}

@media (max-width: 991px) {
    #news .left-column{
        display: none;
    }

    #news_container a{
        font-size: 0.5em;
    }

    .pagination-sm > li > a, .pagination-sm > li > span{
        padding:5px 5px;
        font-size: 10px;
    }


}

