.head-info {
    color: #a5a5a5;
    font-size: 14px;
    margin-bottom: 5px;
}

.img-news {
    height: 160px;
    width: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

/* gallery*/
.gallery-box {
    box-sizing: border-box;
    width: 100%;
    padding: 25px 0 0;
    margin: 0 auto;
}

.view {
    position: relative;
    margin: 0 0 5px;
}

.big-image {
    box-sizing: border-box;
    height: 0;
    padding-top: 50%;
    position: relative;
    display: block;
}

.big-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}
.prev,
.next {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 40%;
    background: url('../img/controls.png') no-repeat;
}
.prev {
    left: 20px;
    background-position: 0 0;
}

.next {
    right: 20px;
    background-position: -48px 0;
}

.thumbnails {
    width: 100%;
    display: inline-table;
    text-align: center;
}

.thumbnails a {
    display: table-cell;
    height: 80px;
    line-height: 80px;
}

.thumbnails a img {
    box-sizing: border-box;
    width: 80px;
    border: 2px solid transparent;
    vertical-align: middle;
}

.thumbnails .active {
    border: 1px solid #069;
}

.prev-dev {
    text-align: center;
    display: contents;
}

/*----------------------*/
/* previw */
.minimized {
    cursor: pointer;
}

.magnify {
    display: none;
    z-index: 9999;
}

.magnify img {
    height: 80%;
}
.magnify-fs {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 9990;
}

.close-popup {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #afafaf;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 20px;
}

.close-popup i {
    width: 30px;
    height: 30px;
    background: url('../img/cross.png') no-repeat center center;
    background-size: 16px 16px;
    display: block;
}
/* gallery*/

.journal-news-content .btn .fa {
    top: 0;
}

.themes-list {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 5px 5px 5px 0;
    display: inline-block;
}

.row.news-content-wrapper {
    width: 100%;
}

