.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.current{
     font-size: 16px;
}

.pagination a.news-next {
    width: 18px;
    height: 18px;
    background: url('../img/next.png') 0 0 no-repeat;
    background-size: 100%;
}

.pagination a.news-pre {
    width: 18px;
    height: 18px;
    background: url('../img/pre.png') 0 0 no-repeat;
    background-size: 100%;
}

.pagination span.current {
    border: 1px solid #303743;
    position: relative;
    top: 40%;
    padding: 0.1em;
    font-weight: 300;
}

.pagination span.news-pages {
    position: relative;
    top: 40%;
    padding: 0.1em;
}

div.news-list-content {
    width: 100%;
}

div.news-no-border {
    border-bottom: none;
    margin-bottom: 40px;
}

div.news-border {
    border-bottom: 1px dotted #363636;
    margin-bottom: 2em;
}

.news-tab-content .gallery .news-main-img .fancybox-content div {
    width: 700px;
}

.pagination .news-pages {
    color: #0f0f0f;
    text-decoration: none;
    padding: 0 15px 0 0;
    font-weight: 300;
}